﻿



.input-file {
    position: relative;
    display: inline-block;
}

.input-file-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 4px;
    background-color: #419152;
    line-height: 22px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}

.input-file-text {
    padding: 0 10px;
    line-height: 40px;
    display: inline-block;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

    /* Focus */
.input-file input[type=file]:focus + .input-file-btn {
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }

/* Hover/active */
.input-file:hover .input-file-btn {
    background-color: #59be6e;
}

.input-file:active .input-file-btn {
    background-color: #2E703A;
}

/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
    background-color: #eee;
}

/*#loginId {
    text-transform: none;
    font-family: 'Poppins', sans-serif;
}*/

#logoutId {
   text-transform: none;
    font-family: 'Poppins', sans-serif;
    color: #D6D7B5;
}

#logoutId:hover {
    color: #B7B89B;
}

#loginId:hover {
    color: #B7B89B;
}

.form-image_office .l-image_office {
    /*   background-image: url(/assets/img/arkaplan2.jpg);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #060818;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.form-form .form-form-wrap form .field-wrapper select,
.form-form .form-form-wrap form .field-wrapper textarea {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    min-width: 50px;
    max-width: 635px;
    width: 100%;
    min-height: 36px;
    background-color: #ffffff;
    border: none;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-weight: 600;
    border-bottom: 1px solid #e0e6ed;
    padding: 0px 0 7px 33px;
    font-size: 14px;
    color: #c0c2c9;
}

.heder_login {
    background: linear-gradient(180deg, #EDF4FA 0%, #C4CBD1 100%);
}

.carBrandIndex {
    background-color:white;
}

.nameClinet {
/*    margin-bottom: 20px !important;*/
    color: black;
    background-color:white;
}

.my-carousel-bg:hover {
    opacity: 1;
/*    transition: 2s ease;*/
    transform: scale(1.2);
    transition: 1s ease;
}

.image-shadowgg:after {
    transform: scale(0.95) translateY(36px) translateZ(-30px);
    filter: blur(20px);
    opacity: 0.9;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: inherit;
    // Neat huh ! :) background-size: cover;
    z-index: -1;
    transition: filter .3s ease;
}

.image-shadowgg {
    margin: 20px auto;
    width: 1000px;
    height: 400px;
    border-radius: 10px;
    display: block;
    position: relative;
    background-size: cover;
}

 /*Just for show*/
.light2 {
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 60%);
    width: 600px;
    height: 600px;
    background-blend-mode: lighten;
    position: fixed;
    pointer-events: none;
}

.bgf {
    background-image: url("../images/overview.webp");
}

.js-tilt-container {
    transition: transform .1s ease;
    transform: rotateX(0) rotateY(0);
    transform-style: preserve-3d;
}

.leave {
    transform: rotateX(0) rotateY(0) !important;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1) !important;
    transition-duration: 1.5s;
}

.indexMain {
/*    background-image: url("../images/texture-1099399_640.jpg");
    background-repeat: round;
    opacity:0.5;*/
}

.heder_index {
    /*    margin-left: 20px;*/
/*        background-image: url("../images/222.webp");*/
    background-image: url("../images/text5.jpg");
    background-repeat: round;
}

.identetyname {
    color: #F8F9FA;
}

.fillIndex {
    background: linear-gradient(180deg, #F8F9FA 0%, #DADFE2 100%);
    /*    background-color: #F8F9FA;*/
    min-width: 350px;
    /*    width: auto;*/
    margin-left: auto;
    margin-right: auto;
}

.col_index {
    padding-bottom: 30px;
}

.login_h {
    background-color: white;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    /*   box-shadow: 10px 10px;*/
}

.form_loginForm {
    padding: 20px;
    margin-left: auto;
    margin-right: auto
}

.login_hh {
    padding-top: 10px;
    background-color: #F6F9F6;
}

.imgMain{
    margin:15px;
}

.cars {
    background-color: #F8F9FA;
}

.imgMain {
    transition: 0.2s ease;
    opacity: 0.75;
}

.imgMain:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 0.2s ease;
}

/*---------------*/
.form-box {
    margin-top: 0px;
    border-radius: 25px;
    border-top-style: solid;
    border-color: #C7C7C7;
}

.dark {
   /* text-shadow: 1px 1px 6px #000000;*/
    color: white;
    /*  background-color: rgba(0, 0, 0, 0.8);*/

    background: #1c1a1a;
    background: linear-gradient(90deg, rgba(28, 26, 26, 1) 1%, rgba(92, 110, 99, 1) 46%, rgba(74, 4, 4, 1) 89%);
}

.opacity_li {
    /*    filter: alpha(opacity=50);
    -moz-opacity: 0.5;*/
    background: black;
    opacity: 0.6;
    color: aliceblue;
}

.tableFileRecord th {
    background-color: #C4F0E7;
    color: #808080;
}

.table-table-FileRecord {
    font-size: 13px;
}

.table-table-Record {
    font-size: 13px;
}

.login_out {
    text-transform: uppercase;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    letter-spacing: .05rem;
    font-weight: 900;
    color: #fff;
   /* padding-left:20px;*/
}

._message {
    /* border-style:solid;*/
    background-color: #F6F6DC;
}

.p_nameClient {
    font-size: 13px;
    font-family: 'Times New Roman', serif;
    color: black;
    margin-left:20px;
}

.p_content {
    font-size: 13px;
    font-family: 'Times New Roman', serif;
    color: #122A5C;
}

.p_nameClientData {
    font-size: 13px;
    font-family: 'Times New Roman', serif;
    color:brown;
    margin-left: 10px;
}

#textareaInfoFile {
    margin-top: 62px;
/*    border: solid;*/
}

/*.textareapage5{*/
/*    height: 342px;*/
/*}*/

._select_file {
    /*    margin-top: 50px;*/
    background-color: antiquewhite;
    margin-right: 20px;
    margin-top: 20px;
}


/*#inputGroupFile01{
    margin-right:10px;
}*/

/*span {
    vertical-align: super;
    float: left;*/
/*    vertical-align: top;*/
/*}*/


/*history*/
#th_data_now{
    color:blue;
}

#td_data_now {
    background-color: #FFFFB7;
}

.td_open {
    background-color: #FFE4ED;
    color: #000000;
}

.td_close {
    background-color: #D0D0D0;
    color: #FFFFFF;
}

#th_data_now_close {
    color: blue;
}

#th_data_now_open {
    color: red;
}

/*=================*/


@media (max-width: 1024px) and (min-width: 576px) {
    .tt-block-title {
        padding-bottom: 32px
    }

        .tt-block-title .tt-title {
            font-size: 30px
        }

        .tt-block-title .tt-description {
            font-size: 12px
        }

        .tt-block-title.tt-sub-pages {
            padding-bottom: 46px
        }
}

@media (max-width: 575px) {
    .tt-block-title {
        padding-bottom: 27px
    }

        .tt-block-title .tt-title {
            font-size: 24px;
            line-height: 1.1
        }

        .tt-block-title .tt-description {
            font-size: 11px;
            padding-bottom: 4px
        }

        .tt-block-title.tt-sub-pages {
            padding-bottom: 41px
        }

        .tt-block-title.tt-title-custom .tt-title {
            font-size: 24px;
            line-height: 30px
        }

        .tt-block-title.tt-title-custom .tt-description {
            font-size: 14px;
            line-height: 26px;
            padding-bottom: 4px
        }
}

.tt-title-light .tt-block-title .tt-title {
    color: #fff
}

.tt-indent-btn {
    margin-top: -19px
}

.tt-block-subpages {
    font-family: "Open Sans",sans-serif;
    color: #222;
    line-height: 1.3;
    font-weight: 600;
    margin: 0
}

@media (min-width: 1025px) {
    .tt-block-subpages {
        font-size: 36px;
        padding: 0 0 50px
    }
}

@media (max-width: 1024px) {
    .tt-block-subpages {
        font-size: 30px;
        padding: 0 0 21px
    }
}

@media (max-width: 575px) {
    .tt-block-subpages {
        font-size: 24px;
        padding: 0 0 23px
    }
}



@media (max-width: 767px) {
    #tt-pageContent .container {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width: 1024px) {
    #tt-pageContent > :not(.no-margin)[class^="container-indent"]:first-child {
        margin-top: 25px
    }
}

@media (max-width: 767px) {
    #tt-pageContent > :not(.no-margin)[class^="container-indent"]:first-child {
        margin-top: 17px
    }
}

.tt-conent-layout p {
    margin: 16px 0 0
}

    .tt-conent-layout p:first-child {
        margin-top: 0
    }

.tt-text-center {
    text-align: center;
    max-width: 996px;
    margin: 0 auto !important
}

.tt-block-title + .tt-text-center {
    margin-top: 4px !important
}

.tt-text-center + [class^="js-carousel"] {
    margin-top: 39px
}

@media (max-width: 1024px) {
    .tt-text-center + [class^="js-carousel"] {
        margin-top: 27px
    }
}

@media (max-width: 575px) {
    .tt-text-center + [class^="js-carousel"] {
        margin-top: 17px
    }
}

@media (max-width: 767px) {
    .tt-mobile-hidden {
        display: none
    }
}



.tt-form-default .form-group {
    margin-bottom: 20px
}

.tt-form-default label {
    font-weight: 600;
    color: #222;
    font-size: 14px;
    line-height: 1.2;
    padding-right: 4px;
    padding-bottom: 7px;
    display: block;
    font-family: "Open Sans",sans-serif
}

.tt-form-default input[type=text], .tt-form-default input[type=email], .tt-form-default input[type=number], .tt-form-default textarea {
    background: transparent;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    padding: 3px 12px 4px 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 500;
    box-shadow: none;
    outline: none;
    color: #222;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    width: 100%;
    -webkit-box-shadow: 0 0 1px #dfdfdf;
    -moz-box-shadow: 0 0 1px #dfdfdf;
    box-shadow: 0 0 1px #dfdfdf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

    .tt-form-default input[type=text]:not(textarea), .tt-form-default input[type=email]:not(textarea), .tt-form-default input[type=number]:not(textarea) {
        height: 40px
    }

@media (max-width: 575px) {
    .tt-form-default input[type=text]:not(textarea), .tt-form-default input[type=email]:not(textarea), .tt-form-default input[type=number]:not(textarea) {
        height: 39px
    }
}

.tt-form-default input.form-control, .tt-form-default textarea.form-control {
    -webkit-appearance: none
}

.tt-form-default select.form-control {
    padding: 10px 12px 11px 15px;
    cursor: pointer
}

    .tt-form-default select.form-control:not([size]):not([multiple]) {
        height: auto
    }

.tt-form-default input[type=text]:focus, .tt-form-default input[type=email]:focus, .tt-form-default input[type=number]:focus, .tt-form-default textarea:focus {
    border-color: #d70808;
    -webkit-box-shadow: 0 0 1px #d70808;
    -moz-box-shadow: 0 0 1px #d70808;
    box-shadow: 0 0 1px #d70808
}

.tt-form-default select {
    background: transparent;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    padding: 3px 12px 4px 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 500;
    box-shadow: none;
    outline: none;
    color: #222;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    width: 100%;
    -webkit-box-shadow: 0 0 1px #dfdfdf;
    -moz-box-shadow: 0 0 1px #dfdfdf;
    box-shadow: 0 0 1px #dfdfdf;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

    .tt-form-default select:focus {
        border-color: #d70808;
        -webkit-box-shadow: 0 0 1px #d70808;
        -moz-box-shadow: 0 0 1px #d70808;
        box-shadow: 0 0 1px #d70808
    }

.tt-form-default02 .form-group {
    margin-bottom: 15px
}

.tt-form-default02 input[type=text].form-control, .tt-form-default02 input[type=email].form-control, .tt-form-default02 textarea {
    font-size: 15px;
    line-height: 28px;
    border: none;
    outline: none;
    border-bottom: 1px solid #c8c8ca;
    padding: 5px 12px 11px 4px;
    font-family: "Open Sans",sans-serif;
    box-shadow: none;
    outline: none;
    color: #707070;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

.tt-form-default02 input[type=text]:not(textarea), .tt-form-default02 input[type=email]:not(textarea) {
    height: 40px
}

@media (max-width: 575px) {
    .tt-form-default02 input[type=text]:not(textarea), .tt-form-default02 input[type=email]:not(textarea) {
        height: 39px
    }
}

.tt-form-default02 input.form-control, .tt-form-default02 textarea.form-control {
    -webkit-appearance: none
}

.tt-form-default02 select.form-control {
    padding: 10px 12px 11px 15px;
    cursor: pointer
}

    .tt-form-default02 select.form-control:not([size]):not([multiple]) {
        height: auto
    }

.tt-form-default02 input[type=text]:focus, .tt-form-default02 input[type=email]:focus, .tt-form-default02 textarea:focus {
    border-color: #d70808;
    box-shadow: none;
    color: #707070
}

.tt-form-default02 .nice-select.tt-skin-01 {
    height: 39px;
    padding: 8px 33px 3px 14px
}

.tt-form-default02 .tt-rating i {
    cursor: pointer
}



.tt-input-file {
    width: 292px;
    padding-bottom: 15px;
    position: relative
}

    .tt-input-file .input-group-btn:before {
        font-family: "carleader";
        content: '\e92f';
        display: block;
        position: absolute;
        top: 13px;
        left: 15px;
        font-size: 13px;
        line-height: 1.2;
        z-index: 2
    }

    .tt-input-file input[type=text] {
        width: 232px;
        height: 40px;
        font-family: "Open Sans",sans-serif;
        outline: none;
        padding: 0 0 0 35px;
        box-shadow: none;
        border: 1px solid #dfdfdf;
        color: #222;
        font-size: 12px;
        text-transform: uppercase;
        background-color: transparent;
        position: absolute;
        left: 0;
        -webkit-appearance: none;
        pointer-events: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 1px #dfdfdf;
        -moz-box-shadow: 0 0 1px #dfdfdf;
        box-shadow: 0 0 1px #dfdfdf
    }

    .tt-input-file input[type=file] {
        padding: 0 0 0 25px
    }

    .tt-input-file:before {
        content: '+';
        display: block;
        position: absolute;
        right: 0;
        width: 43px;
        height: 40px;
        font-size: 28px;
        line-height: 1.3;
        border: 1px solid #dfdfdf;
        color: #888;
        font-weight: 400;
        text-align: center;
        pointer-events: none;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        transition: all .2s linear;
        -ms-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        -webkit-box-shadow: 0 0 1px #dfdfdf;
        -moz-box-shadow: 0 0 1px #dfdfdf;
        box-shadow: 0 0 1px #dfdfdf
    }

        .tt-input-file:before:before {
            content: '+';
            display: inline-block;
            font-size: 28px;
            line-height: 1.2
        }

    .tt-input-file .tt-btn-icon {
        padding: 13px 0 0 12px;
        text-transform: uppercase;
        width: 292px;
        height: 42px;
        color: #222;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.2;
        display: block;
        padding: 14px 0 0 38px;
        cursor: pointer
    }

    .tt-input-file.tt-upload input[type=text] {
        background-color: #fff
    }

    .tt-input-file:hover:before {
        color: #d70808;
        border-color: #d70808;
        -webkit-box-shadow: 0 0 1px #d70808;
        -moz-box-shadow: 0 0 1px #d70808;
        box-shadow: 0 0 1px #d70808
    }

@media (max-width: 480px) {
    .tt-input-file {
        width: 200px
    }

        .tt-input-file .tt-btn-icon {
            width: 200px
        }

        .tt-input-file:before {
            display: none
        }

        .tt-input-file input[type=text] {
            width: 200px
        }
}

.tt-select {
    opacity: 0
}

.tt-skinSelect-01 .SumoSelect {
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase
}

    .tt-skinSelect-01 .SumoSelect > .CaptionCont {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        height: 44px;
        padding: 10px 33px 3px 14px
    }

        .tt-skinSelect-01 .SumoSelect > .CaptionCont > span.placeholder, .tt-skinSelect-01 .SumoSelect > .CaptionCont > span {
            font-style: normal;
            color: #222;
            transition: all .2s ease-in-out;
            cursor: pointer;
            text-transform: uppercase;
            padding-right: 0
        }

        .tt-skinSelect-01 .SumoSelect > .CaptionCont > label {
            cursor: pointer
        }

            .tt-skinSelect-01 .SumoSelect > .CaptionCont > label > i {
                display: none
            }

            .tt-skinSelect-01 .SumoSelect > .CaptionCont > label:after {
                content: '';
                display: block;
                height: 5px;
                margin-top: -1px;
                pointer-events: none;
                position: absolute;
                right: 17px;
                top: 50%;
                transition: all .15s ease-in-out;
                border: 3px solid transparent;
                border-top: 3px solid #000
            }

    .tt-skinSelect-01 .SumoSelect > .CaptionCont, .tt-skinSelect-01 .SumoSelect:focus > .CaptionCont {
        border: solid 1px #dfdfdf;
        -webkit-box-shadow: 0 0 1px #dfdfdf;
        -moz-box-shadow: 0 0 1px #dfdfdf;
        box-shadow: 0 0 1px #dfdfdf;
        -moz-transition: border .2s linear;
        -o-transition: border .2s linear;
        -webkit-transition: border .2s linear;
        transition: border .2s linear
    }

    .tt-skinSelect-01 .SumoSelect:hover > .CaptionCont, .tt-skinSelect-01 .SumoSelect.open > .CaptionCont {
        border-color: #d70808;
        -webkit-box-shadow: 0 0 1px #d70808;
        -moz-box-shadow: 0 0 1px #d70808;
        box-shadow: 0 0 1px #d70808
    }

    .tt-skinSelect-01 .SumoSelect .optWrapper {
        top: 100% !important;
        margin-top: 4px;
        background-color: #fff;
        border: 1px solid #dfdfdf;
        color: #222;
        -webkit-box-shadow: 0 0 1px #dfdfdf;
        -moz-box-shadow: 0 0 1px #dfdfdf;
        box-shadow: 0 0 1px #dfdfdf
    }

        .tt-skinSelect-01 .SumoSelect .optWrapper > .options {
            padding-top: 11px;
            padding-bottom: 10px
        }

            .tt-skinSelect-01 .SumoSelect .optWrapper > .options li.opt.disabled {
                font-weight: 700;
                color: #222
            }

                .tt-skinSelect-01 .SumoSelect .optWrapper > .options li.opt.disabled * {
                    opacity: 1
                }

            .tt-skinSelect-01 .SumoSelect .optWrapper > .options li.opt {
                text-align: left;
                padding: 2px 14px;
                line-height: 24px;
                border-color: transparent;
                -moz-transition: background-color .2s linear;
                -o-transition: background-color .2s linear;
                -webkit-transition: background-color .2s linear;
                transition: background-color .2s linear
            }

                .tt-skinSelect-01 .SumoSelect .optWrapper > .options li.opt:hover {
                    background-color: #d70808;
                    color: #fff
                }

.tt-skinSelect-02 .SumoSelect {
    cursor: pointer;
    font-size: 11px;
    line-height: 24px;
    font-weight: 500;
    width: 38px
}

    .tt-skinSelect-02 .SumoSelect > .CaptionCont {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        height: 30px;
        padding: 3px 12px 4px 2px;
        background: transparent;
        display: inline-flex
    }

        .tt-skinSelect-02 .SumoSelect > .CaptionCont > span.placeholder, .tt-skinSelect-02 .SumoSelect > .CaptionCont > span {
            font-style: normal;
            color: #fff;
            transition: all .2s ease-in-out;
            cursor: pointer;
            text-transform: uppercase;
            padding-right: 16px
        }

        .tt-skinSelect-02 .SumoSelect > .CaptionCont > label {
            cursor: pointer
        }

            .tt-skinSelect-02 .SumoSelect > .CaptionCont > label > i {
                display: none
            }

            .tt-skinSelect-02 .SumoSelect > .CaptionCont > label:after {
                content: '';
                display: block;
                height: 5px;
                pointer-events: none;
                position: absolute;
                right: 17px;
                top: 50%;
                transition: all .15s ease-in-out;
                border: 3px solid transparent;
                border-top: 3px solid #fff
            }

    .tt-skinSelect-02 .SumoSelect > .CaptionCont, .tt-skinSelect-02 .SumoSelect:focus > .CaptionCont {
        border: solid 1px transparent;
        -webkit-box-shadow: 0 0 1px transparent;
        -moz-box-shadow: 0 0 1px transparent;
        box-shadow: 0 0 1px transparent;
        -moz-transition: border .2s linear;
        -o-transition: border .2s linear;
        -webkit-transition: border .2s linear;
        transition: border .2s linear
    }

    .tt-skinSelect-02 .SumoSelect:hover > .CaptionCont, .tt-skinSelect-02 .SumoSelect.open > .CaptionCont {
        border-color: transparent;
        -webkit-box-shadow: 0 0 1px transparent;
        -moz-box-shadow: 0 0 1px transparent;
        box-shadow: 0 0 1px transparent
    }

    .tt-skinSelect-02 .SumoSelect .optWrapper {
        top: 100% !important;
        margin-top: 4px;
        min-width: 70px;
        background-color: #fff;
        border: 1px solid transparent;
        color: #222;
        -webkit-box-shadow: 0 0 1px transparent;
        -moz-box-shadow: 0 0 1px transparent;
        box-shadow: 0 0 1px transparent
    }

        .tt-skinSelect-02 .SumoSelect .optWrapper > .options li.opt.disabled {
            font-weight: 700;
            color: #fff
        }

            .tt-skinSelect-02 .SumoSelect .optWrapper > .options li.opt.disabled * {
                opacity: 1
            }

        .tt-skinSelect-02 .SumoSelect .optWrapper > .options li.opt {
            text-align: left;
            padding: 2px 14px;
            border-color: transparent;
            -moz-transition: background-color .2s linear;
            -o-transition: background-color .2s linear;
            -webkit-transition: background-color .2s linear;
            transition: background-color .2s linear
        }

            .tt-skinSelect-02 .SumoSelect .optWrapper > .options li.opt:hover {
                background-color: #d70808;
                color: #fff
            }

.tt-form-default.tt-skinSelect-01 .SumoSelect .optWrapper > .options li.opt {
    line-height: 24px
}

    .tt-form-default.tt-skinSelect-01 .SumoSelect .optWrapper > .options li.opt label {
        font-size: 12px;
        line-height: 24px;
        font-weight: 500;
        font-family: "Open Sans",sans-serif;
        padding: 0
    }

    .tt-form-default.tt-skinSelect-01 .SumoSelect .optWrapper > .options li.opt:hover label {
        color: #fff
    }

.tt-default-color {
    color: #d70808
}

.tt-default-color02 {
    color: #222
}




@media (max-width: 575px) {
    .tt-video-block:not(:first-child) {
        margin-top: 22px
    }
}

.tt-video-block {
    position: relative;
    line-height: 0;
    width: 100%
}

    .tt-video-block video {
        width: 100%
    }

    .tt-video-block .link-video {
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -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
    }

        .tt-video-block .link-video:before {
            color: #fff;
            font-size: 56px;
            line-height: 1;
            float: left;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

        .tt-video-block .link-video:hover:before {
            color: #d70808
        }

        .tt-video-block .link-video:before {
            content: '\e913';
            font-family: "carleader";
            display: inline-block;
            z-index: 3
        }

    .tt-video-block.play .link-video:before {
        content: '\ea16'
    }

.tt-wrapper-01 {
    background: #fafafa;
    padding: 97px 0 101px
}

@media (max-width: 1024px) {
    .tt-wrapper-01 {
        padding: 67px 0 70px
    }
}

@media (max-width: 575px) {
    .tt-wrapper-01 {
        padding: 57px 0 60px
    }
}

h6:not([class^="tt-title"]) {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #222;
    margin: 0;
    padding: 0 0 21px;
    font-family: "Open Sans",sans-serif
}

@media (max-width: 1024px) {
    h6:not([class^="tt-title"]) {
        font-size: 16px
    }
}

.tt-title-default {
    font-size: 28px;
    line-height: 26px;
    font-weight: 600;
    color: #222;
    margin: 0;
    padding: 0 0 21px;
    font-family: "Open Sans",sans-serif
}

@media (max-width: 1024px) {
    .tt-title-default {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    .tt-title-default {
        font-size: 16px;
        padding: 0 0 9px
    }
}

.tt-list01 {
    list-style: none;
    padding: 0 0 0 19px;
    margin: 0
}

    .tt-list01 li {
        padding: 0 0 10px 30px;
        color: #222;
        position: relative;
        font-weight: 600;
        font-size: 16px
    }

        .tt-list01 li:before {
            content: '\e932';
            font-family: "carleader";
            display: block;
            position: absolute;
            top: 4px;
            left: 0;
            font-size: 16px;
            line-height: 1;
            color: #d70808
        }

        .tt-list01 li a {
            color: #222;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

            .tt-list01 li a:hover {
                color: #d70808
            }

.tt-list02 {
    list-style: none;
    padding: 0;
    margin: 0
}

    .tt-list02 li {
        padding: 0 0 5px 25px;
        color: #222;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        font-size: 11px;
        line-height: 1.4;
        font-family: "Open Sans",sans-serif
    }

        .tt-list02 li:before {
            content: '\e917';
            font-family: "carleader";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            font-size: 13px;
            line-height: 1;
            color: #d70808
        }

        .tt-list02 li a {
            color: #222;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

            .tt-list02 li a:hover {
                color: #d70808
            }

        .tt-list02 li:not(:last-child) {
            margin-bottom: 10px
        }

        .tt-list02 li:last-child {
            padding-bottom: 0
        }

.tt-list03 {
    list-style: none;
    padding: 0;
    margin: 0
}

    .tt-list03 li {
        padding: 0 0 4px 27px;
        margin-bottom: 10px;
        color: #222;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        font-size: 12px;
        line-height: 1.4;
        font-family: "Open Sans",sans-serif
    }

        .tt-list03 li:before {
            content: '\e934';
            font-family: "carleader";
            display: block;
            position: absolute;
            top: 3px;
            left: 8px;
            font-size: 8px;
            line-height: 1;
            color: #d70808
        }

        .tt-list03 li a {
            color: #222;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

            .tt-list03 li a:hover {
                color: #d70808
            }

@media (max-width: 1024px) {
    .tt-list03 li {
        font-size: 11px
    }
}

.tt-link {
    color: #d70808;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    font-weight: 700
}

    .tt-link:hover {
        color: #222
    }

.tt-link-back {
    font-size: 11px;
    text-transform: uppercase;
    color: #d70808;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    font-weight: 700;
    margin-bottom: 18px;
    display: inline-block;
    font-family: "Open Sans",sans-serif
}

    .tt-link-back:hover {
        color: #222
    }

    .tt-link-back:before {
        position: relative;
        display: inline-block;
        top: -1px;
        margin-right: 8px;
        font-family: "carleader";
        content: "\e92b";
        font-size: 8px;
        line-height: 1.1;
        font-weight: 600;
        -webkit-transform: rotate(-270deg);
        -moz-transform: rotate(-270deg);
        -ms-transform: rotate(-270deg);
        -o-transform: rotate(-270deg);
        transform: rotate(-270deg)
    }

@media (max-width: 1024px) {
    .tt-link-back {
        margin-bottom: 4px
    }
}

@media (max-width: 575px) {
    .tt-link-back {
        margin-bottom: 8px
    }
}



.tt-menu-slider {
    max-height: 389px
}

#tt-header.tt-header-01 {
    position: relative;
    z-index: 3
}

@media (min-width: 1025px) {
    #tt-header.tt-header-01.tt-on-top {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
        pointer-events: none
    }

        #tt-header.tt-header-01.tt-on-top > * {
            pointer-events: auto
        }
}

#tt-header.tt-header-01:not(.tt-on-top) {
    height: 190px
}

@media (min-width: 1025px) {
    #tt-header.tt-header-01:not(.tt-on-top) {
        background: url(../images/custom/header-sub-menu.jpg) 0 0 no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
}

@media (max-width: 767px) {
    #tt-header.tt-header-01:not(.tt-on-top) {
        height: inherit;
        padding-bottom: 17px
    }
}

@media (max-width: 767px) {
    #tt-header.tt-header-01 .tt-panel-info {
        display: none
    }
}

@media (min-width: 1025px) {
    #tt-header.tt-header-01 .tt-panel-info {
        background-color: rgba(0,0,0,0.6)
    }

        #tt-header.tt-header-01 .tt-panel-info .row {
            height: 43px
        }

        #tt-header.tt-header-01 .tt-panel-info .nice-select.tt-skin-02 {
            height: 30px
        }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 .tt-panel-info {
        background-color: #222
    }

        #tt-header.tt-header-01 .tt-panel-info .row {
            height: 28px;
            position: relative;
            top: -1px
        }

        #tt-header.tt-header-01 .tt-panel-info .nice-select.tt-skin-02 {
            height: 27px
        }
}

#tt-header.tt-header-01 .tt-box-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

    #tt-header.tt-header-01 .tt-box-info li {
        text-transform: uppercase;
        color: #fff
    }

        #tt-header.tt-header-01 .tt-box-info li a {
            color: #fff;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

            #tt-header.tt-header-01 .tt-box-info li a:hover {
                color: #d70808
            }

        #tt-header.tt-header-01 .tt-box-info li i {
            font-size: 18px;
            line-height: 1;
            color: #d70808;
            margin-right: 7px;
            position: relative;
            top: 3px
        }

@media (min-width: 1230px) {
    #tt-header.tt-header-01 .tt-box-info li:not(:last-child) {
        margin-right: 40px
    }
}

@media (max-width: 1229px) {
    #tt-header.tt-header-01 .tt-box-info li:not(:last-child) {
        margin-right: 22px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 .tt-box-info li:not(:last-child) {
        margin-right: 10px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 .tt-box-info {
        font-size: 10px
    }

        #tt-header.tt-header-01 .tt-box-info li strong {
            display: none
        }

        #tt-header.tt-header-01 .tt-box-info li i {
            font-size: 16px;
            margin-right: 7px
        }

            #tt-header.tt-header-01 .tt-box-info li i.icon-15874 {
                margin-right: 3px
            }
}

@media (max-width: 767px) {
    #tt-header.tt-header-01 .tt-box-info .tt-text {
        display: none
    }
}

#tt-header.tt-header-01 .tt-dropdown-obj {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 0 20px 0 0;
    position: relative;
    top: 3px
}

    #tt-header.tt-header-01 .tt-dropdown-obj:last-child {
        margin-right: 0
    }

    #tt-header.tt-header-01 .tt-dropdown-obj .tt-dropdown-toggle {
        font-size: 18px;
        line-height: 1;
        color: #d70808;
        display: inline-block;
        padding: 6px 3px 4px;
        position: relative;
        -moz-transition: .2s linear;
        -o-transition: .2s linear;
        -webkit-transition: .2s linear;
        transition: .2s linear
    }

        #tt-header.tt-header-01 .tt-dropdown-obj .tt-dropdown-toggle:hover {
            color: #fff
        }

        #tt-header.tt-header-01 .tt-dropdown-obj .tt-dropdown-toggle:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 0
        }

@media (max-width: 1024px) {
    #tt-header.tt-header-01 .tt-dropdown-obj {
        margin: 0 5px 0 0
    }

        #tt-header.tt-header-01 .tt-dropdown-obj .tt-dropdown-toggle {
            font-size: 16px
        }
}

#tt-header.tt-header-01 .tt-dropdown-obj.active .tt-dropdown-toggle {
    color: #fff
}

#tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu {
    position: fixed;
    opacity: 0;
    width: 100%;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .2s ease 0;
    transition: .2s ease 0;
    background: #fff;
    right: 0;
    left: 0;
    z-index: 22;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    border-bottom: 3px solid #d70808
}

@media (min-width: 1025px) {
    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu {
        top: 43px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu {
        top: 28px
    }
}

#tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu form {
    position: relative;
    display: block
}

#tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-row-search {
    height: 70px
}

#tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-search-input {
    font-family: "Open Sans",sans-serif;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    border: none;
    padding: 24px 12px 10px 0;
    margin-left: 38px;
    box-shadow: none;
    outline: none;
    width: calc(100% - 71px);
    color: #5f5f5f;
    border-radius: 0;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus)::-webkit-input-placeholder {
        color: #5f5f5f
    }

    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus)::-moz-placeholder {
        color: #5f5f5f
    }

    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus):-moz-placeholder {
        color: #5f5f5f
    }

    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus):-ms-input-placeholder {
        color: #5f5f5f
    }

#tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-search {
    color: #5f5f5f;
    font-size: 20px;
    line-height: 1;
    font-family: "carleader";
    position: absolute;
    cursor: pointer;
    top: 22px;
    padding: 4px 0 4px 4px;
    left: 0;
    z-index: 3;
    display: inline-block;
    background: none;
    border: none;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-search:before {
        content: "\e909"
    }

    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-search:hover {
        color: #d70808
    }

#tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-close {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: absolute;
    top: 20px;
    right: 0;
    color: #5f5f5f;
    font-size: 20px;
    line-height: 1;
    font-family: "carleader";
    padding: 5px 0 5px 5px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-close:before {
        font-family: "carleader";
        content: "\e933";
        line-height: 1
    }

    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-close:hover {
        color: #d70808
    }

@media (max-width: 765px) {
    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-row-search {
        height: 60px
    }

    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-search-input {
        font-size: 18px;
        padding-top: 18px
    }

    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-close {
        top: 15px
    }

    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-menu .tt-btn-search {
        top: 17px
    }
}

#tt-header.tt-header-01 .tt-searcher:not(.active) .tt-dropdown-menu {
    pointer-events: none
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 .tt-searcher .tt-dropdown-toggle {
        font-size: 16px
    }
}

#tt-header.tt-header-01 .tt-searcher.active .tt-dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease .15s;
    transition: .3s ease .15s
}

@media (max-width: 765px) {
    #tt-header.tt-header-01 .tt-searcher .container {
        max-width: 100%
    }
}

#tt-header.tt-header-01 .tt-language {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 20px
}

    #tt-header.tt-header-01 .tt-language select {
        opacity: 0
    }

@media (max-width: 1229px) {
    #tt-header.tt-header-01 .tt-language {
        margin-right: 17px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 .tt-language {
        margin-right: 12px
    }
}

#tt-header.tt-header-01 .tt-cart {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative
}

@media (min-width: 768px) {
    #tt-header.tt-header-01 .tt-cart {
        top: 3px
    }
}

#tt-header.tt-header-01 .tt-cart .tt-dropdown-toggle {
    font-size: 18px;
    line-height: 1;
    color: #d70808;
    display: inline-block;
    padding: 6px 0 9px 5px;
    position: relative;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

    #tt-header.tt-header-01 .tt-cart .tt-dropdown-toggle i {
        pointer-events: none
    }

    #tt-header.tt-header-01 .tt-cart .tt-dropdown-toggle:hover {
        color: #fff
    }

#tt-header.tt-header-01 .tt-cart .tt-dropdown-menu {
    position: absolute;
    opacity: 0;
    width: 299px;
    margin: 15px 0 0;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .2s ease 0;
    transition: .2s ease 0;
    background: #fff;
    right: 0;
    top: 100%;
    z-index: 22;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    border-bottom: 3px solid #d70808;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

    #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid #fff;
        z-index: 1
    }

    #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        z-index: 0;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid rgba(0,0,0,0.2)
    }

    #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-dropdown-title {
        font-family: "Open Sans",sans-serif;
        color: #222;
        font-weight: 600;
        border-bottom: 1px solid #e8e8e8;
        position: relative;
        padding: 15px 7px 14px 22px
    }

        #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-dropdown-title .tt-btn-close {
            font-size: 12px;
            display: inline-block;
            padding: 5px;
            color: #d70808;
            position: absolute;
            right: 15px;
            top: 17px;
            cursor: pointer
        }

            #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-dropdown-title .tt-btn-close:hover {
                color: #222
            }

    #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results {
        padding: 0 20px
    }

        #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li {
            margin: 24px 0 0;
            position: relative
        }

            #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li a {
                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: flex-start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-align-content: stretch;
                -ms-flex-line-pack: stretch;
                align-content: stretch;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start;
                margin-right: 18px
            }

                #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li a .thumbnail {
                    width: 89px;
                    min-width: 89px
                }

                #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description {
                    padding: 0 5px 0 12px
                }

                    #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description .tt-title {
                        font-size: 15px;
                        line-height: 22px;
                        color: #222;
                        -moz-transition: color .2s linear;
                        -o-transition: color .2s linear;
                        -webkit-transition: color .2s linear;
                        transition: color .2s linear
                    }

                    #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description .tt-price {
                        font-size: 18px;
                        line-height: 22px;
                        font-weight: 600;
                        color: #222;
                        font-family: "Open Sans",sans-serif;
                        display: inline-block;
                        margin-top: 9px
                    }

                #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li a:hover .tt-description .tt-title {
                    color: #d70808
                }

            #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li .tt-close-item {
                color: #222;
                font-size: 12px;
                padding: 5px 0 5px 5px;
                position: absolute;
                top: 0;
                right: 0;
                cursor: pointer;
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

                #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li .tt-close-item:hover {
                    color: #d70808
                }

    #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-bottom {
        border-top: 1px solid #e8e8e8;
        margin-top: 24px;
        padding: 12px 20px 23px
    }

        #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total {
            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: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-align-content: stretch;
            -ms-flex-line-pack: stretch;
            align-content: stretch;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            font-size: 18px;
            line-height: 1.5;
            color: #222;
            font-weight: 600;
            font-family: "Open Sans",sans-serif
        }

            #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total label {
                padding-right: 10px
            }

            #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total .tt-price {
                padding-left: 10px;
                font-size: 18px;
                line-height: 1.4;
                color: #222
            }

        #tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-bottom .btn {
            width: 100%;
            margin-top: 9px
        }

#tt-header.tt-header-01 .tt-cart:not(.active) .tt-dropdown-menu {
    pointer-events: none
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 .tt-cart .tt-dropdown-toggle {
        font-size: 16px
    }
}

#tt-header.tt-header-01 .tt-cart.active .tt-dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease .15s;
    transition: .3s ease .15s
}

#tt-header.tt-header-01 .tt-account {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative
}

@media (min-width: 768px) {
    #tt-header.tt-header-01 .tt-account {
        top: 3px
    }
}

#tt-header.tt-header-01 .tt-account .tt-dropdown-toggle {
    font-size: 18px;
    line-height: 1;
    color: #d70808;
    display: inline-block;
    padding: 6px 0 9px 5px;
    position: relative;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

    #tt-header.tt-header-01 .tt-account .tt-dropdown-toggle i {
        pointer-events: none
    }

    #tt-header.tt-header-01 .tt-account .tt-dropdown-toggle:hover {
        color: #fff
    }

#tt-header.tt-header-01 .tt-account .tt-dropdown-menu {
    position: absolute;
    opacity: 0;
    width: 230px;
    margin: 15px 0 0;
    padding: 0 20px 20px;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .2s ease 0;
    transition: .2s ease 0;
    background: #fff;
    right: -23px;
    top: 100%;
    z-index: 22;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    border-bottom: 3px solid #d70808;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

    #tt-header.tt-header-01 .tt-account .tt-dropdown-menu:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid #fff;
        z-index: 1
    }

    #tt-header.tt-header-01 .tt-account .tt-dropdown-menu:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        z-index: 0;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid rgba(0,0,0,0.2)
    }

    #tt-header.tt-header-01 .tt-account .tt-dropdown-menu .tt-row-close {
        position: relative;
        padding: 15px 0 14px 22px
    }

        #tt-header.tt-header-01 .tt-account .tt-dropdown-menu .tt-row-close .tt-btn-close {
            font-size: 12px;
            display: inline-block;
            padding: 5px;
            color: #222;
            position: absolute;
            right: -4px;
            top: 17px;
            cursor: pointer
        }

            #tt-header.tt-header-01 .tt-account .tt-dropdown-menu .tt-row-close .tt-btn-close:hover {
                color: #d70808
            }

    #tt-header.tt-header-01 .tt-account .tt-dropdown-menu ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        #tt-header.tt-header-01 .tt-account .tt-dropdown-menu ul li {
            color: #222;
            font-size: 16px
        }

            #tt-header.tt-header-01 .tt-account .tt-dropdown-menu ul li a {
                color: #222;
                display: block;
                padding: 4px 0;
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

                #tt-header.tt-header-01 .tt-account .tt-dropdown-menu ul li a:hover {
                    color: #d70808
                }

#tt-header.tt-header-01 .tt-account:not(.active) .tt-dropdown-menu {
    pointer-events: none
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 .tt-account .tt-dropdown-toggle {
        font-size: 16px
    }
}

#tt-header.tt-header-01 .tt-account.active .tt-dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease .15s;
    transition: .3s ease .15s
}

#tt-header.tt-header-01 .tt-quickLinks-popup {
    position: relative
}

@media (min-width: 768px) {
    #tt-header.tt-header-01 .tt-quickLinks-popup {
        display: none
    }
}

@media (min-width: 766px) {
    #tt-header.tt-header-01 .tt-mobile-quickLinks {
        display: none
    }
}

@media (max-width: 767px) {
    #tt-header.tt-header-01 .tt-mobile-quickLinks {
        display: block;
        background-color: #222
    }

        #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col {
            text-align: center;
            line-height: 24px;
            display: inline-block
        }

            #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col:not(:last-child) {
                border-right: 1px solid #3a3a3a
            }

            #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col:not(:first-child) {
                border-left: 1px solid #181818
            }

            #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col.tt-cart {
                display: block
            }

            #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col a.btn-toggle {
                color: #d70808;
                display: block;
                height: 28px;
                text-align: center;
                font-size: 18px;
                line-height: 24px;
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

                #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col a.btn-toggle i {
                    position: relative;
                    top: 3px
                }

                #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col a.btn-toggle:hover {
                    color: #fff
                }

                #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col a.btn-toggle.active {
                    color: #fff
                }

            #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02 {
                display: inline-block;
                float: inherit;
                height: 25px;
                padding: 5px 12px 2px 2px;
                color: #fff;
                min-width: 37px
            }

                #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02:after {
                    border-top-color: #fff;
                    margin-top: -1px
                }

                #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02 .list {
                    background: #fff;
                    color: #222;
                    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
                    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
                    box-shadow: 0 0 8px rgba(0,0,0,0.1)
                }

        #tt-header.tt-header-01 .tt-mobile-quickLinks .row .quickLinks-layout {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            background-color: #f5f5f5;
            color: #424242;
            padding: 30px;
            top: 100%;
            left: 0;
            transform: translateY(-20px);
            z-index: -1;
            transition: opacity .3s ease-in-out 0s,transform .3s ease-in-out 0s,visibility 0 linear 0.3s,z-index 0 linear .01s;
            pointer-events: none;
            text-align: left;
            text-transform: none;
            -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
            box-shadow: 0 5px 5px rgba(0,0,0,0.1)
        }
}

#tt-header.tt-header-01 .quickLinks-map address {
    font-size: 12px;
    line-height: 1.1;
    margin: 0;
    padding: 4px 10px 9px 13px;
    color: #707070;
    text-transform: uppercase
}

    #tt-header.tt-header-01 .quickLinks-map address i {
        color: #d70808;
        font-size: 18px;
        line-height: 1.1;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px
    }

#tt-header.tt-header-01 .quickLinks-address {
    padding: 13px 10px 13px 13px
}

    #tt-header.tt-header-01 .quickLinks-address i {
        color: #d70808;
        font-size: 18px;
        line-height: 1.1;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px
    }

    #tt-header.tt-header-01 .quickLinks-address .tt-title {
        font-size: 19px;
        line-height: 1.2;
        font-family: "Open Sans",sans-serif;
        color: #222;
        font-weight: 600;
        margin: 0;
        padding: 0 0 8px
    }

    #tt-header.tt-header-01 .quickLinks-address ul li {
        color: #707070
    }

        #tt-header.tt-header-01 .quickLinks-address ul li a {
            color: #707070;
            text-decoration: none
        }

        #tt-header.tt-header-01 .quickLinks-address ul li:not(:first-child) {
            margin-top: 6px
        }

#tt-header.tt-header-01 .header-holder {
    position: relative;
    z-index: 7
}

    #tt-header.tt-header-01 .header-holder .col-logo {
        text-align: center;
        z-index: 2
    }

@media (min-width: 1025px) {
    #tt-header.tt-header-01 .header-holder .col-logo {
        margin-top: 19px;
        margin-bottom: 12px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 .header-holder .col-logo {
        margin-top: 21px;
        margin-bottom: 11px
    }
}

@media (min-width: 768px) {
    #tt-header.tt-header-01 .header-holder .col-logo {
        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: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    #tt-header.tt-header-01 .header-holder .col-logo {
        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: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 22px;
        margin-bottom: 22px;
        -webkit-flex: 2 1 auto;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto
    }
}

#tt-header.tt-header-01 .header-holder .col-menu {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 .header-holder .col-menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1025px) {
    #tt-header.tt-header-01 .header-holder .col-btn-toggle-modal {
        margin-top: -1px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 .header-holder .col-btn-toggle-modal {
        position: absolute;
        right: 0;
        top: 24px
    }
}

@media (min-width: 768px) {
    #tt-header.tt-header-01 .header-holder .col-menu-toggle {
        display: none
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    #tt-header.tt-header-01 .header-holder {
        min-height: 120px
    }
}

@media (max-width: 767px) {
    #tt-header.tt-header-01 .header-holder {
        min-height: 82px
    }

        #tt-header.tt-header-01 .header-holder .container {
            max-width: 100%
        }

        #tt-header.tt-header-01 .header-holder .col-menu, #tt-header.tt-header-01 .header-holder .col-btn-toggle-modal {
            display: none
        }

        #tt-header.tt-header-01 .header-holder .col-logo {
            margin-left: 15px
        }

        #tt-header.tt-header-01 .header-holder .col-menu-toggle {
            display: inline-block;
            padding-top: 10px;
            padding-bottom: 10px
        }

            #tt-header.tt-header-01 .header-holder .col-menu-toggle .tt-menu-toggle {
                padding-top: 15px;
                padding-bottom: 15px;
                display: inline-block
            }
}

#tt-header.tt-header-01 .tt-logo {
    max-width: 194px;
    display: inline-block;
    line-height: 0
}

    #tt-header.tt-header-01 .tt-logo .st0 {
        fill: #FFF
    }

    #tt-header.tt-header-01 .tt-logo .st1 {
        display: none
    }

    #tt-header.tt-header-01 .tt-logo .st2 {
        display: inline;
        fill: #222
    }

    #tt-header.tt-header-01 .tt-logo .st3 {
        display: inline;
        fill: #222
    }

    #tt-header.tt-header-01 .tt-logo .st4 {
        fill: #d70808
    }

    #tt-header.tt-header-01 .tt-logo .svg-img {
        width: auto;
        height: 50px;
        max-width: inherit;
        margin-bottom: 1px
    }

@media (min-width: 1025px) {
    #tt-header.tt-header-01 .tt-logo .tt-logo-dark {
        display: none
    }

    #tt-header.tt-header-01 .tt-logo .tt-logo-light {
        display: block
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 .tt-logo {
        max-width: 168px
    }

        #tt-header.tt-header-01 .tt-logo .svg-img {
            width: auto;
            height: 43px;
            margin-bottom: 0
        }

        #tt-header.tt-header-01 .tt-logo .tt-logo-dark {
            display: block
        }

        #tt-header.tt-header-01 .tt-logo .tt-logo-light {
            display: none
        }

        #tt-header.tt-header-01 .tt-logo .st0 {
            fill: #222
        }

        #tt-header.tt-header-01 .tt-logo .st1 {
            display: none
        }

        #tt-header.tt-header-01 .tt-logo .st2 {
            display: inline;
            fill: #222
        }

        #tt-header.tt-header-01 .tt-logo .st3 {
            display: inline;
            fill: #222
        }

        #tt-header.tt-header-01 .tt-logo .st4 {
            fill: #d70808
        }
}

@media (max-width: 767px) {
    #tt-header.tt-header-01 .tt-logo {
        max-width: 131px;
        margin-top: 3px
    }

        #tt-header.tt-header-01 .tt-logo .svg-img {
            height: 34px
        }
}

#tt-header.tt-header-01 .tt-logo img:not(.svg-img) {
    max-width: 100%;
    height: auto
}

#tt-header.tt-header-01 .tt-menu-toggle {
    color: #222;
    font-size: 26px;
    line-height: 1.2em;
    padding: 5px;
    z-index: 3;
    outline: none;
    position: relative;
    top: 2px;
    display: inline-block !important;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    #tt-header.tt-header-01 .tt-menu-toggle:hover {
        color: #d70808
    }

#tt-header.tt-header-01 .btn.btn-toggle-modal {
    padding-left: 15px;
    padding-right: 18px;
    padding-top: 5px;
    position: relative;
    z-index: 2
}

    #tt-header.tt-header-01 .btn.btn-toggle-modal i {
        font-size: 22px;
        margin-top: -3px;
        margin-right: 12px
    }

@media (max-width: 1024px) {
    #tt-header.tt-header-01 .btn.btn-toggle-modal {
        padding-top: 4px;
        height: 38px
    }

        #tt-header.tt-header-01 .btn.btn-toggle-modal i {
            font-size: 18px
        }
}

@media (max-width: 767px) {
    #tt-header.tt-header-01 #tt-desctop-menu {
        display: none
    }
}

#tt-header.tt-header-01 #tt-desctop-menu nav > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li {
        display: inline-block;
        position: relative
    }

        #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li a {
            color: #fff;
            font-weight: 700;
            font-size: 15px;
            display: inline-block;
            position: relative;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

@media (min-width: 1230px) {
    #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li a {
        padding: 9px 25px 15px
    }
}

@media (max-width: 1229px) {
    #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li a {
        padding: 9px 11px 15px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li a {
        color: #222;
        padding: 9px 10px 10px;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li a {
        padding: 9px 10px 15px
    }
}

#tt-header.tt-header-01 #tt-desctop-menu nav > ul > li a:hover {
    color: #d70808
}

#tt-header.tt-header-01 #tt-desctop-menu nav > ul > li:first-child > a {
    padding-left: 0
}

#tt-header.tt-header-01 #tt-desctop-menu nav > ul > li:first-child ul {
    left: 0
}

#tt-header.tt-header-01 #tt-desctop-menu nav > ul > li:last-child a {
    padding-right: 0
}

#tt-header.tt-header-01 #tt-desctop-menu nav > ul > li.is-subMenu > a:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 5px;
    margin-top: 1px;
    margin-left: 9px;
    pointer-events: none;
    transition: all .15s ease-in-out;
    border: 3px solid transparent;
    border-top: 3px solid #fff
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li.is-subMenu > a:after {
        border-top-color: #222
    }
}

#tt-header.tt-header-01 #tt-desctop-menu nav > ul > li.is-active > a {
    color: #d70808
}

    #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li.is-active > a:after {
        border-top-color: #d70808 !important
    }

#tt-header.tt-header-01 #tt-desctop-menu nav > ul > li ul {
    position: absolute;
    z-index: 1;
    opacity: 0;
    min-width: 211px;
    z-index: 1000;
    list-style: none;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .2s ease 0;
    transition: .2s ease 0
}

#tt-header.tt-header-01 #tt-desctop-menu nav > ul > li.is-hover ul {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease .15s;
    transition: .3s ease .15s
}

#tt-header.tt-header-01 #tt-desctop-menu nav > ul ul {
    background: #fff;
    top: auto;
    left: 28px;
    width: 211px;
    border-bottom: 3px solid #d70808;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 0 11px;
    pointer-events: none;
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
    box-shadow: 0 1px 8px rgba(0,0,0,0.2)
}

    #tt-header.tt-header-01 #tt-desctop-menu nav > ul ul:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        left: 23px;
        top: -7px;
        transition: all .15s ease-in-out;
        border: 6px solid transparent;
        border-bottom: 6px solid #fff;
        z-index: 1
    }

    #tt-header.tt-header-01 #tt-desctop-menu nav > ul ul:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        left: 23px;
        top: -7px;
        z-index: 0;
        transition: all .15s ease-in-out;
        border: 6px solid transparent;
        border-bottom: 6px solid rgba(0,0,0,0.2)
    }

    #tt-header.tt-header-01 #tt-desctop-menu nav > ul ul li a {
        color: #0e0e0e;
        font-size: 14px;
        line-height: 1.3;
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px 20px 5px
    }

        #tt-header.tt-header-01 #tt-desctop-menu nav > ul ul li a:hover {
            color: #d70808
        }

    #tt-header.tt-header-01 #tt-desctop-menu nav > ul ul li.is-active > a {
        color: #d70808
    }

@media (max-width: 1229px) {
    #tt-header.tt-header-01 #tt-desctop-menu nav > ul ul {
        left: 11px
    }
}

#tt-stuck {
    width: 100%;
    position: fixed;
    backface-visibility: hidden;
    top: -76px;
    z-index: 20;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background-color: #fff;
    -moz-transition: top .2s linear;
    -o-transition: top .2s linear;
    -webkit-transition: top .2s linear;
    transition: top .2s linear
}

@media (min-width: 1025px) {
    #tt-stuck .tt-stuck-row {
        height: 76px
    }
}

@media (max-width: 1024px) {
    #tt-stuck .tt-stuck-row {
        height: 56px
    }
}

#tt-stuck .tt-stuck-row > [class^="col-"] {
    padding-left: 0;
    padding-right: 0
}

@media (min-width: 768px) {
    #tt-stuck .tt-stuck-row {
        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: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 767px) {
    #tt-stuck .tt-stuck-row {
        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: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        #tt-stuck .tt-stuck-row .tt-stuck-parent-logo {
            -webkit-flex: 2 1 auto;
            -ms-flex: 2 1 auto;
            flex: 2 1 auto
        }

        #tt-stuck .tt-stuck-row .tt-menu-toggle {
            top: 8px
        }

        #tt-stuck .tt-stuck-row .tt-logo {
            margin-top: 9px
        }
}

#tt-stuck #tt-desctop-menu nav > ul {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    #tt-stuck #tt-desctop-menu nav > ul > li > a:not(:hover) {
        color: #222
    }

    #tt-stuck #tt-desctop-menu nav > ul > li.is-active > a {
        color: #d70808
    }

        #tt-stuck #tt-desctop-menu nav > ul > li.is-active > a:after {
            border-top-color: #d70808 !important
        }

    #tt-stuck #tt-desctop-menu nav > ul > li.is-subMenu > a:after {
        border-top-color: #222 !important
    }

    #tt-stuck #tt-desctop-menu nav > ul ul {
        left: 15px
    }

        #tt-stuck #tt-desctop-menu nav > ul ul li.is-active > a {
            color: #d70808 !important
        }

#tt-stuck.stuck {
    top: 0
}

@media (max-width: 767px) {
    #tt-stuck {
        max-height: 56px
    }
}

@media (max-width: 1024px) {
    body.touch #tt-header .tt-panel-info {
        padding-bottom: 2px
    }
}

#tt-header.tt-header-01 #tt-stuck .col-logo {
    max-width: 157px;
    display: inline-block
}

@media (max-width: 1229px) and (min-width: 768px) {
    #tt-header.tt-header-01 #tt-stuck .col-logo {
        display: none
    }
}

#tt-header.tt-header-01 #tt-stuck .col-logo .tt-logo-dark {
    display: block
}

#tt-header.tt-header-01 #tt-stuck .col-logo .tt-logo-light {
    display: none
}

#tt-header.tt-header-01 #tt-stuck .col-logo .st0 {
    fill: #222
}

#tt-header.tt-header-01 #tt-stuck .col-logo .st1 {
    display: none
}

#tt-header.tt-header-01 #tt-stuck .col-logo .st2 {
    display: inline;
    fill: #222
}

#tt-header.tt-header-01 #tt-stuck .col-logo .st3 {
    display: inline;
    fill: #222
}

#tt-header.tt-header-01 #tt-stuck .col-logo .st4 {
    fill: #d70808
}

#tt-header.tt-header-01 #tt-stuck .col-logo .svg-img {
    width: auto;
    height: 40px
}

@media (max-width: 767px) {
    #tt-header.tt-header-01 #tt-stuck .col-logo .svg-img {
        height: 34px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 #tt-stuck .col-btn-toggle-modal {
        display: none
    }
}

@media (min-width: 768px) {
    #tt-header.tt-header-01 #tt-stuck .col-menu-toggle {
        display: none
    }
}

#tt-header.tt-header-01 #tt-stuck .col-menu {
    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: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 1230px) {
    #tt-header.tt-header-01 #tt-stuck .col-menu {
        -webkit-flex: 2 1 auto;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto
    }
}

#tt-header.tt-header-01 #tt-stuck #tt-desctop-menu nav > ul > li > a {
    padding: 20px 10px
}

@media (max-width: 1024px) {
    #tt-header.tt-header-01 #tt-stuck #tt-desctop-menu nav > ul > li > a {
        padding: 15px 10px
    }
}

@media (max-width: 780px) {
    #tt-header.tt-header-01 #tt-stuck #tt-desctop-menu nav > ul > li > a {
        padding: 15px 9px
    }
}

#tt-header.tt-header-02 {
    position: relative;
    z-index: 3
}

@media (min-width: 1025px) {
    #tt-header.tt-header-02.tt-on-top {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
        pointer-events: none
    }

        #tt-header.tt-header-02.tt-on-top > * {
            pointer-events: auto
        }
}

#tt-header.tt-header-02:not(.tt-on-top) {
    height: 190px
}

@media (min-width: 1025px) {
    #tt-header.tt-header-02:not(.tt-on-top) {
        background: url(../images/custom/header-sub-menu.jpg) 0 0 no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
}

@media (max-width: 767px) {
    #tt-header.tt-header-02:not(.tt-on-top) {
        height: 127px
    }
}

@media (max-width: 767px) {
    #tt-header.tt-header-02 .tt-panel-info {
        display: none
    }
}

@media (min-width: 1025px) {
    #tt-header.tt-header-02 .tt-panel-info {
        background-color: #fff
    }

        #tt-header.tt-header-02 .tt-panel-info .nice-select.tt-skin-02 {
            height: 30px
        }
}

@media (min-width: 1025px) {
    #tt-header.tt-header-02 .tt-panel-info .col-btn-toggle-modal {
        display: none
    }
}

#tt-header.tt-header-02 .tt-panel-info .nice-select.tt-skin-02 {
    color: #222;
    font-weight: 700
}

    #tt-header.tt-header-02 .tt-panel-info .nice-select.tt-skin-02:after {
        border-top-color: #222
    }

#tt-header.tt-header-02 .tt-panel-info .tt-wrapper-icon {
    margin-top: 34px;
    margin-bottom: 30px
}

#tt-header.tt-header-02 .tt-box-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

    #tt-header.tt-header-02 .tt-box-info li {
        text-transform: uppercase;
        position: relative;
        color: #222;
        padding: 0 0 6px 39px;
        font-size: 12px;
        line-height: 1.7;
        font-weight: 600
    }

        #tt-header.tt-header-02 .tt-box-info li a {
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear;
            color: #222
        }

            #tt-header.tt-header-02 .tt-box-info li a:hover {
                color: #d70808
            }

        #tt-header.tt-header-02 .tt-box-info li i {
            font-size: 16px;
            line-height: 1.9;
            width: 30px;
            height: 30px;
            text-align: center;
            background: #d70808;
            color: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            top: -2px;
            left: 0
        }

        #tt-header.tt-header-02 .tt-box-info li:not(:first-child) {
            margin-left: 50px
        }

@media (min-width: 1230px) {
    #tt-header.tt-header-02 .tt-box-info {
        margin: 40px 0 40px 57px
    }
}

@media (max-width: 1229px) {
    #tt-header.tt-header-02 .tt-box-info {
        margin: 0 0 16px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-02 .tt-box-info li:not(:first-child) {
        margin-left: 20px
    }
}

#tt-header.tt-header-02 .tt-dropdown-obj {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 0 20px 0 0;
    position: relative;
    top: 3px
}

    #tt-header.tt-header-02 .tt-dropdown-obj:last-child {
        margin-right: 0 !important
    }

    #tt-header.tt-header-02 .tt-dropdown-obj .tt-dropdown-toggle {
        font-size: 18px;
        line-height: 1;
        color: #d70808;
        display: inline-block;
        padding: 6px 3px 4px;
        position: relative;
        -moz-transition: .2s linear;
        -o-transition: .2s linear;
        -webkit-transition: .2s linear;
        transition: .2s linear
    }

        #tt-header.tt-header-02 .tt-dropdown-obj .tt-dropdown-toggle:hover {
            color: #222
        }

        #tt-header.tt-header-02 .tt-dropdown-obj .tt-dropdown-toggle:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 0
        }

@media (max-width: 1229px) {
    #tt-header.tt-header-02 .tt-dropdown-obj {
        margin: 0 17px 0 0
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-02 .tt-dropdown-obj {
        margin: 0 5px 0 0
    }

        #tt-header.tt-header-02 .tt-dropdown-obj .tt-dropdown-toggle {
            font-size: 16px
        }
}

#tt-header.tt-header-02 .tt-dropdown-obj.active .tt-dropdown-toggle {
    color: #222
}

#tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu {
    position: fixed;
    opacity: 0;
    width: 100%;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .2s ease 0;
    transition: .2s ease 0;
    background: #fff;
    right: 0;
    left: 0;
    z-index: 22;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    border-bottom: 3px solid #d70808
}

@media (min-width: 1025px) {
    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu {
        top: 80px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu {
        top: 80px
    }
}

@media (max-width: 766px) {
    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu {
        top: 28px
    }
}

#tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu form {
    position: relative;
    display: block
}

#tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-row-search {
    height: 70px
}

#tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-search-input {
    font-family: "Open Sans",sans-serif;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    border: none;
    padding: 24px 12px 10px 0;
    margin-left: 38px;
    box-shadow: none;
    outline: none;
    width: calc(100% - 71px);
    color: #5f5f5f;
    border-radius: 0;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus)::-webkit-input-placeholder {
        color: #5f5f5f
    }

    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus)::-moz-placeholder {
        color: #5f5f5f
    }

    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus):-moz-placeholder {
        color: #5f5f5f
    }

    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus):-ms-input-placeholder {
        color: #5f5f5f
    }

#tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-search {
    color: #5f5f5f;
    font-size: 20px;
    line-height: 1;
    font-family: "carleader";
    position: absolute;
    cursor: pointer;
    top: 22px;
    padding: 4px 0 4px 4px;
    left: 0;
    z-index: 3;
    display: inline-block;
    background: none;
    border: none;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-search:before {
        content: "\e909"
    }

    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-search:hover {
        color: #d70808
    }

#tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-close {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: absolute;
    top: 20px;
    right: 0;
    color: #5f5f5f;
    font-size: 20px;
    line-height: 1;
    font-family: "carleader";
    padding: 5px 0 5px 5px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-close:before {
        font-family: "carleader";
        content: "\e933";
        line-height: 1
    }

    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-close:hover {
        color: #d70808
    }

@media (max-width: 765px) {
    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-row-search {
        height: 60px
    }

    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-search-input {
        font-size: 18px;
        padding-top: 18px
    }

    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-close {
        top: 15px
    }

    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-menu .tt-btn-search {
        top: 17px
    }
}

#tt-header.tt-header-02 .tt-searcher:not(.active) .tt-dropdown-menu {
    pointer-events: none
}

@media (max-width: 1024px) {
    #tt-header.tt-header-02 .tt-searcher .tt-dropdown-toggle {
        font-size: 16px
    }
}

#tt-header.tt-header-02 .tt-searcher.active .tt-dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease .15s;
    transition: .3s ease .15s
}

@media (max-width: 765px) {
    #tt-header.tt-header-02 .tt-searcher .container {
        max-width: 100%
    }
}

#tt-header.tt-header-02 .tt-language {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 20px
}

    #tt-header.tt-header-02 .tt-language select {
        opacity: 0
    }

@media (max-width: 1229px) {
    #tt-header.tt-header-02 .tt-language {
        margin-right: 17px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-02 .tt-language {
        margin-right: 12px
    }
}

#tt-header.tt-header-02 .tt-cart {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative
}

@media (min-width: 768px) {
    #tt-header.tt-header-02 .tt-cart {
        top: 3px
    }
}

#tt-header.tt-header-02 .tt-cart .tt-dropdown-toggle {
    font-size: 18px;
    line-height: 1;
    color: #d70808;
    display: inline-block;
    padding: 6px 0 9px 5px;
    position: relative;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

    #tt-header.tt-header-02 .tt-cart .tt-dropdown-toggle i {
        pointer-events: none
    }

    #tt-header.tt-header-02 .tt-cart .tt-dropdown-toggle:hover {
        color: #222
    }

#tt-header.tt-header-02 .tt-cart .tt-dropdown-menu {
    position: absolute;
    opacity: 0;
    width: 299px;
    margin: 15px 0 0;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .2s ease 0;
    transition: .2s ease 0;
    background: #fff;
    right: 0;
    top: 100%;
    z-index: 22;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    border-bottom: 3px solid #d70808;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

    #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid #fff;
        z-index: 1
    }

    #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        z-index: 0;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid rgba(0,0,0,0.2)
    }

    #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-dropdown-title {
        font-family: "Open Sans",sans-serif;
        color: #222;
        font-weight: 600;
        border-bottom: 1px solid #e8e8e8;
        position: relative;
        padding: 15px 7px 14px 22px
    }

        #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-dropdown-title .tt-btn-close {
            font-size: 12px;
            display: inline-block;
            padding: 5px;
            color: #d70808;
            position: absolute;
            right: 15px;
            top: 17px;
            cursor: pointer
        }

            #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-dropdown-title .tt-btn-close:hover {
                color: #222
            }

    #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results {
        padding: 0 20px
    }

        #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li {
            margin: 24px 0 0;
            position: relative
        }

            #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li a {
                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: flex-start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-align-content: stretch;
                -ms-flex-line-pack: stretch;
                align-content: stretch;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start;
                margin-right: 18px
            }

                #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li a .thumbnail {
                    width: 89px;
                    min-width: 89px
                }

                #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description {
                    padding: 0 5px 0 12px
                }

                    #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description .tt-title {
                        font-size: 15px;
                        line-height: 22px;
                        color: #222;
                        -moz-transition: color .2s linear;
                        -o-transition: color .2s linear;
                        -webkit-transition: color .2s linear;
                        transition: color .2s linear
                    }

                    #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description .tt-price {
                        font-size: 18px;
                        line-height: 22px;
                        font-weight: 600;
                        color: #222;
                        font-family: "Open Sans",sans-serif;
                        display: inline-block;
                        margin-top: 9px
                    }

                #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li a:hover .tt-description .tt-title {
                    color: #d70808
                }

            #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li .tt-close-item {
                color: #222;
                font-size: 12px;
                padding: 5px 0 5px 5px;
                position: absolute;
                top: 0;
                right: 0;
                cursor: pointer;
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

                #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-results li .tt-close-item:hover {
                    color: #d70808
                }

    #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-bottom {
        border-top: 1px solid #e8e8e8;
        margin-top: 24px;
        padding: 12px 20px 23px
    }

        #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total {
            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: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-align-content: stretch;
            -ms-flex-line-pack: stretch;
            align-content: stretch;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            font-size: 18px;
            line-height: 1.5;
            color: #222;
            font-weight: 600;
            font-family: "Open Sans",sans-serif
        }

            #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total label {
                padding-right: 10px
            }

            #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total .tt-price {
                padding-left: 10px;
                font-size: 18px;
                line-height: 1.4;
                color: #222
            }

        #tt-header.tt-header-02 .tt-cart .tt-dropdown-menu .tt-search-bottom .btn {
            width: 100%;
            margin-top: 9px
        }

#tt-header.tt-header-02 .tt-cart:not(.active) .tt-dropdown-menu {
    pointer-events: none
}

@media (max-width: 1024px) {
    #tt-header.tt-header-02 .tt-cart .tt-dropdown-toggle {
        font-size: 16px
    }
}

#tt-header.tt-header-02 .tt-cart.active .tt-dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease .15s;
    transition: .3s ease .15s
}

#tt-header.tt-header-02 .tt-account {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative
}

@media (min-width: 768px) {
    #tt-header.tt-header-02 .tt-account {
        top: 3px
    }
}

#tt-header.tt-header-02 .tt-account .tt-dropdown-toggle {
    font-size: 18px;
    line-height: 1;
    color: #d70808;
    display: inline-block;
    padding: 6px 0 9px 5px;
    position: relative;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

    #tt-header.tt-header-02 .tt-account .tt-dropdown-toggle i {
        pointer-events: none
    }

    #tt-header.tt-header-02 .tt-account .tt-dropdown-toggle:hover {
        color: #222
    }

#tt-header.tt-header-02 .tt-account .tt-dropdown-menu {
    position: absolute;
    opacity: 0;
    width: 230px;
    margin: 15px 0 0;
    padding: 0 20px 20px;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .2s ease 0;
    transition: .2s ease 0;
    background: #fff;
    right: -23px;
    top: 100%;
    z-index: 22;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    border-bottom: 3px solid #d70808;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

    #tt-header.tt-header-02 .tt-account .tt-dropdown-menu:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid #fff;
        z-index: 1
    }

    #tt-header.tt-header-02 .tt-account .tt-dropdown-menu:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        z-index: 0;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid rgba(0,0,0,0.2)
    }

    #tt-header.tt-header-02 .tt-account .tt-dropdown-menu .tt-row-close {
        position: relative;
        padding: 15px 0 14px 22px
    }

        #tt-header.tt-header-02 .tt-account .tt-dropdown-menu .tt-row-close .tt-btn-close {
            font-size: 12px;
            display: inline-block;
            padding: 5px;
            color: #222;
            position: absolute;
            right: -4px;
            top: 17px;
            cursor: pointer
        }

            #tt-header.tt-header-02 .tt-account .tt-dropdown-menu .tt-row-close .tt-btn-close:hover {
                color: #d70808
            }

    #tt-header.tt-header-02 .tt-account .tt-dropdown-menu ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        #tt-header.tt-header-02 .tt-account .tt-dropdown-menu ul li {
            color: #222;
            font-size: 16px
        }

            #tt-header.tt-header-02 .tt-account .tt-dropdown-menu ul li a {
                color: #222;
                display: block;
                padding: 4px 0;
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

                #tt-header.tt-header-02 .tt-account .tt-dropdown-menu ul li a:hover {
                    color: #d70808
                }

#tt-header.tt-header-02 .tt-account:not(.active) .tt-dropdown-menu {
    pointer-events: none
}

@media (max-width: 1024px) {
    #tt-header.tt-header-02 .tt-account .tt-dropdown-toggle {
        font-size: 16px
    }
}

#tt-header.tt-header-02 .tt-account.active .tt-dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease .15s;
    transition: .3s ease .15s
}

#tt-header.tt-header-02 .tt-quickLinks-popup {
    position: relative
}

@media (min-width: 768px) {
    #tt-header.tt-header-02 .tt-quickLinks-popup {
        display: none
    }
}

@media (min-width: 766px) {
    #tt-header.tt-header-02 .tt-mobile-quickLinks {
        display: none
    }
}

@media (max-width: 767px) {
    #tt-header.tt-header-02 .tt-mobile-quickLinks {
        display: block;
        background-color: #222
    }

        #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col {
            text-align: center;
            line-height: 24px;
            display: inline-block
        }

            #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col:not(:last-child) {
                border-right: 1px solid #3a3a3a
            }

            #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col:not(:first-child) {
                border-left: 1px solid #181818
            }

            #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col.tt-cart {
                display: block
            }

            #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col a.btn-toggle {
                color: #d70808;
                display: block;
                height: 28px;
                text-align: center;
                font-size: 18px;
                line-height: 24px;
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

                #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col a.btn-toggle i {
                    position: relative;
                    top: 3px
                }

                #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col a.btn-toggle:hover {
                    color: #fff
                }

                #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col a.btn-toggle.active {
                    color: #fff
                }

            #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02 {
                display: inline-block;
                float: inherit;
                height: 25px;
                padding: 5px 12px 2px 2px;
                color: #fff;
                min-width: 37px
            }

                #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02:after {
                    border-top-color: #fff;
                    margin-top: -1px
                }

                #tt-header.tt-header-02 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02 .list {
                    background: #fff;
                    color: #222;
                    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
                    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
                    box-shadow: 0 0 8px rgba(0,0,0,0.1)
                }

        #tt-header.tt-header-02 .tt-mobile-quickLinks .row .quickLinks-layout {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            background-color: #f5f5f5;
            color: #424242;
            padding: 30px;
            top: 100%;
            left: 0;
            transform: translateY(-20px);
            z-index: -1;
            transition: opacity .3s ease-in-out 0s,transform .3s ease-in-out 0s,visibility 0 linear 0.3s,z-index 0 linear .01s;
            pointer-events: none;
            text-align: left;
            text-transform: none;
            -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
            box-shadow: 0 5px 5px rgba(0,0,0,0.1)
        }
}

#tt-header.tt-header-02 .quickLinks-map address {
    font-size: 12px;
    line-height: 1.1;
    margin: 0;
    padding: 4px 10px 9px 13px;
    color: #707070;
    text-transform: uppercase
}

    #tt-header.tt-header-02 .quickLinks-map address i {
        color: #d70808;
        font-size: 18px;
        line-height: 1.1;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px
    }

#tt-header.tt-header-02 .quickLinks-address {
    padding: 13px 10px 13px 13px
}

    #tt-header.tt-header-02 .quickLinks-address i {
        color: #d70808;
        font-size: 18px;
        line-height: 1.1;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px
    }

    #tt-header.tt-header-02 .quickLinks-address .tt-title {
        font-size: 19px;
        line-height: 1.2;
        font-family: "Open Sans",sans-serif;
        color: #222;
        font-weight: 600;
        margin: 0;
        padding: 0 0 8px
    }

    #tt-header.tt-header-02 .quickLinks-address ul li {
        color: #707070
    }

        #tt-header.tt-header-02 .quickLinks-address ul li a {
            color: #707070;
            text-decoration: none
        }

        #tt-header.tt-header-02 .quickLinks-address ul li:not(:first-child) {
            margin-top: 6px
        }

#tt-header.tt-header-02 .header-holder {
    position: relative;
    z-index: 7;
    padding-top: 9px;
    padding-bottom: 8px
}

    #tt-header.tt-header-02 .header-holder .col-logo {
        z-index: 2;
        margin-right: 15px;
        -webkit-flex: 2 1 auto;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto
    }

        #tt-header.tt-header-02 .header-holder .col-logo .tt-logo {
            max-width: 131px
        }

@media (min-width: 768px) {
    #tt-header.tt-header-02 .header-holder .col-logo {
        display: none
    }
}

@media (min-width: 768px) {
    #tt-header.tt-header-02 .header-holder {
        background-color: #1a1a21
    }

        #tt-header.tt-header-02 .header-holder .col-menu-toggle {
            display: none
        }
}

@media (min-width: 1025px) {
    #tt-header.tt-header-02 .header-holder {
        min-height: 65px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-02 .header-holder {
        min-height: 60px
    }

        #tt-header.tt-header-02 .header-holder .col-btn-toggle-modal {
            display: none
        }
}

@media (max-width: 767px) {
    #tt-header.tt-header-02 .header-holder {
        min-height: 82px
    }

        #tt-header.tt-header-02 .header-holder .container {
            max-width: 100%
        }

        #tt-header.tt-header-02 .header-holder .col-menu, #tt-header.tt-header-02 .header-holder .col-btn-toggle-modal {
            display: none
        }

        #tt-header.tt-header-02 .header-holder .col-logo {
            margin-left: 15px
        }

        #tt-header.tt-header-02 .header-holder .col-menu-toggle {
            display: inline-block;
            padding-top: 10px;
            padding-bottom: 10px
        }

            #tt-header.tt-header-02 .header-holder .col-menu-toggle .tt-menu-toggle {
                padding-top: 15px;
                padding-bottom: 15px;
                display: inline-block
            }
}

#tt-header.tt-header-02 .tt-logo {
    max-width: 224px;
    margin-top: 24px;
    margin-bottom: 24px;
    display: inline-block
}

    #tt-header.tt-header-02 .tt-logo img {
        max-width: 100%;
        height: auto
    }

@media (max-width: 1230px) {
    #tt-header.tt-header-02 .tt-logo {
        max-width: 170px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-02 .tt-logo {
        max-width: 160px;
        margin-top: 22px;
        margin-bottom: 22px
    }
}

#tt-header.tt-header-02 .tt-menu-toggle {
    color: #222;
    font-size: 26px;
    line-height: 1.2em;
    padding: 5px;
    z-index: 3;
    outline: none;
    position: relative;
    top: 2px;
    display: inline-block !important;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    #tt-header.tt-header-02 .tt-menu-toggle:hover {
        color: #d70808
    }

#tt-header.tt-header-02 .btn.btn-toggle-modal {
    padding-left: 15px;
    padding-right: 18px;
    padding-top: 5px;
    position: relative;
    z-index: 2
}

    #tt-header.tt-header-02 .btn.btn-toggle-modal i {
        font-size: 27px;
        margin-top: -3px;
        margin-right: 7px
    }

@media (max-width: 1024px) {
    #tt-header.tt-header-02 .btn.btn-toggle-modal {
        padding-top: 4px;
        height: 38px
    }

        #tt-header.tt-header-02 .btn.btn-toggle-modal i {
            font-size: 18px
        }
}

#tt-header.tt-header-02 .btn.btn-toggle-modal:hover {
    background: #fff;
    color: #222
}

@media (max-width: 767px) {
    #tt-header.tt-header-02 #tt-desctop-menu {
        display: none
    }
}

#tt-header.tt-header-02 #tt-desctop-menu nav > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li {
        display: inline-block;
        position: relative
    }

        #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li a {
            color: #fff;
            font-weight: 700;
            font-size: 15px;
            display: inline-block;
            position: relative;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

@media (min-width: 1230px) {
    #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li a {
        padding: 9px 25px 15px
    }
}

@media (max-width: 1229px) {
    #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li a {
        padding: 9px 11px 15px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li a {
        padding: 9px 10px 10px;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li a {
        padding: 9px 10px 15px
    }
}

#tt-header.tt-header-02 #tt-desctop-menu nav > ul > li a:hover {
    color: #d70808
}

#tt-header.tt-header-02 #tt-desctop-menu nav > ul > li:first-child > a {
    padding-left: 0
}

#tt-header.tt-header-02 #tt-desctop-menu nav > ul > li:first-child ul {
    left: 0
}

#tt-header.tt-header-02 #tt-desctop-menu nav > ul > li:last-child a {
    padding-right: 0
}

#tt-header.tt-header-02 #tt-desctop-menu nav > ul > li.is-subMenu > a:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 5px;
    margin-top: 1px;
    margin-left: 9px;
    pointer-events: none;
    transition: all .15s ease-in-out;
    border: 3px solid transparent;
    border-top: 3px solid #fff
}

#tt-header.tt-header-02 #tt-desctop-menu nav > ul > li.is-active > a {
    color: #d70808
}

    #tt-header.tt-header-02 #tt-desctop-menu nav > ul > li.is-active > a:after {
        border-top-color: #d70808 !important
    }

#tt-header.tt-header-02 #tt-desctop-menu nav > ul > li ul {
    position: absolute;
    z-index: 1;
    opacity: 0;
    min-width: 211px;
    z-index: 1000;
    list-style: none;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .2s ease 0;
    transition: .2s ease 0
}

#tt-header.tt-header-02 #tt-desctop-menu nav > ul > li.is-hover ul {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease .15s;
    transition: .3s ease .15s
}

#tt-header.tt-header-02 #tt-desctop-menu nav > ul ul {
    background: #fff;
    top: auto;
    left: 28px;
    width: 211px;
    border-bottom: 3px solid #d70808;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 0 11px;
    pointer-events: none;
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
    box-shadow: 0 1px 8px rgba(0,0,0,0.2)
}

    #tt-header.tt-header-02 #tt-desctop-menu nav > ul ul:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        left: 23px;
        top: -7px;
        transition: all .15s ease-in-out;
        border: 6px solid transparent;
        border-bottom: 6px solid #fff;
        z-index: 1
    }

    #tt-header.tt-header-02 #tt-desctop-menu nav > ul ul:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        left: 23px;
        top: -7px;
        z-index: 0;
        transition: all .15s ease-in-out;
        border: 6px solid transparent;
        border-bottom: 6px solid rgba(0,0,0,0.2)
    }

    #tt-header.tt-header-02 #tt-desctop-menu nav > ul ul li a {
        color: #0e0e0e;
        font-size: 14px;
        line-height: 1.3;
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px 20px 5px
    }

        #tt-header.tt-header-02 #tt-desctop-menu nav > ul ul li a:hover {
            color: #d70808
        }

    #tt-header.tt-header-02 #tt-desctop-menu nav > ul ul li.is-active > a {
        color: #d70808
    }

@media (max-width: 1229px) {
    #tt-header.tt-header-02 #tt-desctop-menu nav > ul ul {
        left: 11px
    }
}

#tt-header.tt-header-02 #tt-stuck .col-logo {
    display: inline-block
}

    #tt-header.tt-header-02 #tt-stuck .col-logo .tt-logo {
        max-width: 140px
    }

@media (max-width: 1229px) and (min-width: 768px) {
    #tt-header.tt-header-02 #tt-stuck .col-logo {
        display: none
    }
}

#tt-header.tt-header-02 #tt-stuck .col-logo .tt-logo-dark {
    display: block
}

#tt-header.tt-header-02 #tt-stuck .col-logo .tt-logo-light {
    display: none
}

#tt-header.tt-header-02 #tt-stuck .btn.btn-toggle-modal:hover:hover {
    background: #222;
    color: #fff
}

@media (max-width: 1024px) {
    #tt-header.tt-header-02 #tt-stuck .col-btn-toggle-modal {
        display: none
    }
}

@media (min-width: 768px) {
    #tt-header.tt-header-02 #tt-stuck .col-menu-toggle {
        display: none
    }
}

#tt-header.tt-header-02 #tt-stuck .col-menu {
    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: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 1230px) {
    #tt-header.tt-header-02 #tt-stuck .col-menu {
        -webkit-flex: 2 1 auto;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto
    }
}

#tt-header.tt-header-02 #tt-stuck #tt-desctop-menu nav > ul > li > a {
    padding: 20px 10px
}

@media (max-width: 1024px) {
    #tt-header.tt-header-02 #tt-stuck #tt-desctop-menu nav > ul > li > a {
        padding: 15px 10px
    }
}

@media (max-width: 780px) {
    #tt-header.tt-header-02 #tt-stuck #tt-desctop-menu nav > ul > li > a {
        padding: 15px 9px
    }
}

#tt-header.tt-header-02 #tt-stuck #tt-desctop-menu nav > ul > li:not(.active) a:not(:hover) {
    color: #222
}

#tt-header.tt-header-02 #tt-stuck #tt-desctop-menu nav > ul > li.is-active > a {
    color: #d70808 !important
}

@media (max-width: 767px) {
    #tt-header.tt-header-02 #tt-stuck .tt-menu-toggle {
        top: 8px
    }

    #tt-header.tt-header-02 #tt-stuck .col-logo .tt-logo {
        max-width: 120px;
        margin-top: 8px
    }
}

#tt-header.tt-header-03 {
    position: relative;
    z-index: 3
}

@media (min-width: 1025px) {
    #tt-header.tt-header-03.tt-on-top {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
        pointer-events: none
    }

        #tt-header.tt-header-03.tt-on-top > * {
            pointer-events: auto
        }
}

#tt-header.tt-header-03:not(.tt-on-top) {
    background: none
}

#tt-header.tt-header-03 .tt-panel-info {
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    box-shadow: 0 0 40px rgba(0,0,0,0.1)
}

@media (max-width: 767px) {
    #tt-header.tt-header-03 .tt-panel-info {
        display: none
    }
}

@media (min-width: 1025px) {
    #tt-header.tt-header-03 .tt-panel-info .row {
        height: 43px
    }

    #tt-header.tt-header-03 .tt-panel-info .nice-select.tt-skin-02 {
        height: 30px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-03 .tt-panel-info .row {
        height: 15px;
        position: relative;
        top: -1px
    }

    #tt-header.tt-header-03 .tt-panel-info .nice-select.tt-skin-02 {
        height: 27px
    }
}

#tt-header.tt-header-03 .tt-box-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

    #tt-header.tt-header-03 .tt-box-info li {
        text-transform: uppercase;
        color: #fff
    }

        #tt-header.tt-header-03 .tt-box-info li a {
            color: #fff;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

            #tt-header.tt-header-03 .tt-box-info li a:hover {
                color: #d70808
            }

        #tt-header.tt-header-03 .tt-box-info li i {
            font-size: 18px;
            line-height: 1;
            color: #d70808;
            margin-right: 7px;
            position: relative;
            top: 3px
        }

@media (min-width: 1230px) {
    #tt-header.tt-header-03 .tt-box-info li:not(:last-child) {
        margin-right: 40px
    }
}

@media (max-width: 1229px) {
    #tt-header.tt-header-03 .tt-box-info li:not(:last-child) {
        margin-right: 22px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-03 .tt-box-info li:not(:last-child) {
        margin-right: 10px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-03 .tt-box-info {
        font-size: 10px
    }

        #tt-header.tt-header-03 .tt-box-info li strong {
            display: none
        }

        #tt-header.tt-header-03 .tt-box-info li i {
            font-size: 16px;
            margin-right: 7px
        }

            #tt-header.tt-header-03 .tt-box-info li i.icon-15874 {
                margin-right: 3px
            }
}

@media (max-width: 767px) {
    #tt-header.tt-header-03 .tt-box-info .tt-text {
        display: none
    }
}

#tt-header.tt-header-03 .tt-dropdown-obj {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 0 20px 0 0;
    position: relative;
    top: 3px
}

    #tt-header.tt-header-03 .tt-dropdown-obj:last-child {
        margin-right: 0
    }

    #tt-header.tt-header-03 .tt-dropdown-obj .tt-dropdown-toggle {
        font-size: 18px;
        line-height: 1;
        color: #d70808;
        display: inline-block;
        padding: 6px 3px 4px;
        position: relative;
        -moz-transition: .2s linear;
        -o-transition: .2s linear;
        -webkit-transition: .2s linear;
        transition: .2s linear
    }

        #tt-header.tt-header-03 .tt-dropdown-obj .tt-dropdown-toggle:hover {
            color: #222
        }

        #tt-header.tt-header-03 .tt-dropdown-obj .tt-dropdown-toggle:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 0
        }

@media (max-width: 1024px) {
    #tt-header.tt-header-03 .tt-dropdown-obj {
        margin: 0 5px 0 0
    }

        #tt-header.tt-header-03 .tt-dropdown-obj .tt-dropdown-toggle {
            font-size: 16px
        }
}

#tt-header.tt-header-03 .tt-dropdown-obj.active .tt-dropdown-toggle {
    color: #222
}

#tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu {
    position: fixed;
    opacity: 0;
    width: 100%;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .2s ease 0;
    transition: .2s ease 0;
    background: #fff;
    right: 0;
    left: 0;
    z-index: 22;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    border-bottom: 3px solid #d70808
}

@media (min-width: 1025px) {
    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu {
        top: 43px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu {
        top: 28px
    }
}

#tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu form {
    position: relative;
    display: block
}

#tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-row-search {
    height: 70px
}

#tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-search-input {
    font-family: "Open Sans",sans-serif;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    border: none;
    padding: 24px 12px 10px 0;
    margin-left: 38px;
    box-shadow: none;
    outline: none;
    width: calc(100% - 71px);
    color: #5f5f5f;
    border-radius: 0;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus)::-webkit-input-placeholder {
        color: #5f5f5f
    }

    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus)::-moz-placeholder {
        color: #5f5f5f
    }

    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus):-moz-placeholder {
        color: #5f5f5f
    }

    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-search-input:not(focus):-ms-input-placeholder {
        color: #5f5f5f
    }

#tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-search {
    color: #5f5f5f;
    font-size: 20px;
    line-height: 1;
    font-family: "carleader";
    position: absolute;
    cursor: pointer;
    top: 22px;
    padding: 4px 0 4px 4px;
    left: 0;
    z-index: 3;
    display: inline-block;
    background: none;
    border: none;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-search:before {
        content: "\e909"
    }

    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-search:hover {
        color: #d70808
    }

#tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-close {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: absolute;
    top: 20px;
    right: 0;
    color: #5f5f5f;
    font-size: 20px;
    line-height: 1;
    font-family: "carleader";
    padding: 5px 0 5px 5px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-close:before {
        font-family: "carleader";
        content: "\e933";
        line-height: 1
    }

    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-close:hover {
        color: #d70808
    }

@media (max-width: 765px) {
    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-row-search {
        height: 60px
    }

    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-search-input {
        font-size: 18px;
        padding-top: 18px
    }

    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-close {
        top: 15px
    }

    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-menu .tt-btn-search {
        top: 17px
    }
}

#tt-header.tt-header-03 .tt-searcher:not(.active) .tt-dropdown-menu {
    pointer-events: none
}

@media (max-width: 1024px) {
    #tt-header.tt-header-03 .tt-searcher .tt-dropdown-toggle {
        font-size: 16px
    }
}

#tt-header.tt-header-03 .tt-searcher.active .tt-dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease .15s;
    transition: .3s ease .15s
}

@media (max-width: 765px) {
    #tt-header.tt-header-03 .tt-searcher .container {
        max-width: 100%
    }
}

#tt-header.tt-header-03 .tt-language {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 20px
}

    #tt-header.tt-header-03 .tt-language select {
        opacity: 0
    }

@media (max-width: 1229px) {
    #tt-header.tt-header-03 .tt-language {
        margin-right: 17px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-03 .tt-language {
        margin-right: 12px
    }
}

#tt-header.tt-header-03 .tt-cart {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative
}

@media (min-width: 768px) {
    #tt-header.tt-header-03 .tt-cart {
        top: 3px
    }
}

#tt-header.tt-header-03 .tt-cart .tt-dropdown-toggle {
    font-size: 18px;
    line-height: 1;
    color: #d70808;
    display: inline-block;
    padding: 6px 0 9px 5px;
    position: relative;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

    #tt-header.tt-header-03 .tt-cart .tt-dropdown-toggle i {
        pointer-events: none
    }

    #tt-header.tt-header-03 .tt-cart .tt-dropdown-toggle:hover {
        color: #222
    }

#tt-header.tt-header-03 .tt-cart .tt-dropdown-menu {
    position: absolute;
    opacity: 0;
    width: 299px;
    margin: 15px 0 0;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .2s ease 0;
    transition: .2s ease 0;
    background: #fff;
    right: 0;
    top: 100%;
    z-index: 22;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    border-bottom: 3px solid #d70808;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

    #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid #fff;
        z-index: 1
    }

    #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        z-index: 0;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid rgba(0,0,0,0.2)
    }

    #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-dropdown-title {
        font-family: "Open Sans",sans-serif;
        color: #222;
        font-weight: 600;
        border-bottom: 1px solid #e8e8e8;
        position: relative;
        padding: 15px 7px 14px 22px
    }

        #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-dropdown-title .tt-btn-close {
            font-size: 12px;
            display: inline-block;
            padding: 5px;
            color: #d70808;
            position: absolute;
            right: 15px;
            top: 17px;
            cursor: pointer
        }

            #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-dropdown-title .tt-btn-close:hover {
                color: #222
            }

    #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results {
        padding: 0 20px
    }

        #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li {
            margin: 11px 0 0;
            position: relative
        }

            #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li a {
                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: flex-start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-align-content: stretch;
                -ms-flex-line-pack: stretch;
                align-content: stretch;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start;
                margin-right: 18px
            }

                #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li a .thumbnail {
                    width: 89px;
                    min-width: 89px
                }

                #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description {
                    padding: 0 5px 0 12px
                }

                    #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description .tt-title {
                        font-size: 15px;
                        line-height: 22px;
                        color: #222;
                        -moz-transition: color .2s linear;
                        -o-transition: color .2s linear;
                        -webkit-transition: color .2s linear;
                        transition: color .2s linear
                    }

                    #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li a .tt-description .tt-price {
                        font-size: 18px;
                        line-height: 22px;
                        font-weight: 600;
                        color: #222;
                        font-family: "Open Sans",sans-serif;
                        display: inline-block;
                        margin-top: 9px
                    }

                #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li a:hover .tt-description .tt-title {
                    color: #d70808
                }

            #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li .tt-close-item {
                color: #222;
                font-size: 12px;
                padding: 5px 0 5px 5px;
                position: absolute;
                top: 0;
                right: 0;
                cursor: pointer;
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

                #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-results li .tt-close-item:hover {
                    color: #d70808
                }

    #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-bottom {
        border-top: 1px solid #e8e8e8;
        margin-top: 24px;
        padding: 12px 20px 23px
    }

        #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total {
            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: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-align-content: stretch;
            -ms-flex-line-pack: stretch;
            align-content: stretch;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            font-size: 18px;
            line-height: 1.5;
            color: #222;
            font-weight: 600;
            font-family: "Open Sans",sans-serif
        }

            #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total label {
                padding-right: 10px
            }

            #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-bottom .price-total .tt-price {
                padding-left: 10px;
                font-size: 18px;
                line-height: 1.4;
                color: #222
            }

        #tt-header.tt-header-03 .tt-cart .tt-dropdown-menu .tt-search-bottom .btn {
            width: 100%;
            margin-top: 9px
        }

#tt-header.tt-header-03 .tt-cart:not(.active) .tt-dropdown-menu {
    pointer-events: none
}

@media (max-width: 1024px) {
    #tt-header.tt-header-03 .tt-cart .tt-dropdown-toggle {
        font-size: 16px
    }
}

#tt-header.tt-header-03 .tt-cart.active .tt-dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease .15s;
    transition: .3s ease .15s
}

#tt-header.tt-header-03 .tt-account {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative
}

@media (min-width: 768px) {
    #tt-header.tt-header-03 .tt-account {
        top: 3px
    }
}

#tt-header.tt-header-03 .tt-account .tt-dropdown-toggle {
    font-size: 18px;
    line-height: 1;
    color: #d70808;
    display: inline-block;
    padding: 6px 0 9px 5px;
    position: relative;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

    #tt-header.tt-header-03 .tt-account .tt-dropdown-toggle i {
        pointer-events: none
    }

    #tt-header.tt-header-03 .tt-account .tt-dropdown-toggle:hover {
        color: #222
    }

#tt-header.tt-header-03 .tt-account .tt-dropdown-menu {
    position: absolute;
    opacity: 0;
    width: 230px;
    margin: 15px 0 0;
    padding: 0 20px 20px;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .2s ease 0;
    transition: .2s ease 0;
    background: #fff;
    right: -23px;
    top: 100%;
    z-index: 22;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.1);
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
    border-bottom: 3px solid #d70808;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

    #tt-header.tt-header-03 .tt-account .tt-dropdown-menu:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid #fff;
        z-index: 1
    }

    #tt-header.tt-header-03 .tt-account .tt-dropdown-menu:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 23px;
        top: -7px;
        z-index: 0;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        border: 7px solid transparent;
        border-bottom: 7px solid rgba(0,0,0,0.2)
    }

    #tt-header.tt-header-03 .tt-account .tt-dropdown-menu .tt-row-close {
        position: relative;
        padding: 15px 0 14px 22px
    }

        #tt-header.tt-header-03 .tt-account .tt-dropdown-menu .tt-row-close .tt-btn-close {
            font-size: 12px;
            display: inline-block;
            padding: 5px;
            color: #222;
            position: absolute;
            right: -4px;
            top: 17px;
            cursor: pointer
        }

            #tt-header.tt-header-03 .tt-account .tt-dropdown-menu .tt-row-close .tt-btn-close:hover {
                color: #d70808
            }

    #tt-header.tt-header-03 .tt-account .tt-dropdown-menu ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        #tt-header.tt-header-03 .tt-account .tt-dropdown-menu ul li {
            color: #222;
            font-size: 16px
        }

            #tt-header.tt-header-03 .tt-account .tt-dropdown-menu ul li a {
                color: #222;
                display: block;
                padding: 4px 0;
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

                #tt-header.tt-header-03 .tt-account .tt-dropdown-menu ul li a:hover {
                    color: #d70808
                }

#tt-header.tt-header-03 .tt-account:not(.active) .tt-dropdown-menu {
    pointer-events: none
}

@media (max-width: 1024px) {
    #tt-header.tt-header-03 .tt-account .tt-dropdown-toggle {
        font-size: 16px
    }
}

#tt-header.tt-header-03 .tt-account.active .tt-dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease .15s;
    transition: .3s ease .15s
}

#tt-header.tt-header-03 .tt-quickLinks-popup {
    position: relative
}

@media (min-width: 768px) {
    #tt-header.tt-header-03 .tt-quickLinks-popup {
        display: none
    }
}

@media (min-width: 766px) {
    #tt-header.tt-header-03 .tt-mobile-quickLinks {
        display: none
    }
}

@media (max-width: 767px) {
    #tt-header.tt-header-03 .tt-mobile-quickLinks {
        display: block;
        background-color: #222
    }

        #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col {
            text-align: center;
            line-height: 24px;
            display: inline-block
        }

            #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col:not(:last-child) {
                border-right: 1px solid #3a3a3a
            }

            #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col:not(:first-child) {
                border-left: 1px solid #181818
            }

            #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col.tt-cart {
                display: block
            }

            #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col a.btn-toggle {
                color: #d70808;
                display: block;
                height: 28px;
                text-align: center;
                font-size: 18px;
                line-height: 24px;
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

                #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col a.btn-toggle i {
                    position: relative;
                    top: 3px
                }

                #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col a.btn-toggle:hover {
                    color: #fff
                }

                #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col a.btn-toggle.active {
                    color: #fff
                }

            #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col a.butonkismi {
                color: #d70808;
                display: block;
                height: 28px;
                text-align: center;
                font-size: 18px;
                line-height: 24px;
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

                #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col a.butonkismi i {
                    position: relative;
                    top: 3px
                }

    .page_title {
        font-size: 29px !important;
        line-height: 35px !important
    }

    #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col a.butonkismi:hover {
        color: #fff
    }

    #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col a.butonkismi.active {
        color: #fff
    }

    #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02 {
        display: inline-block;
        float: inherit;
        height: 25px;
        padding: 5px 12px 2px 2px;
        color: #fff;
        min-width: 37px
    }

        #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02:after {
            border-top-color: #fff;
            margin-top: -1px
        }

        #tt-header.tt-header-03 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02 .list {
            background: #fff;
            color: #222;
            -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
            box-shadow: 0 0 8px rgba(0,0,0,0.1)
        }

    #tt-header.tt-header-03 .tt-mobile-quickLinks .row .quickLinks-layout {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        background-color: #f5f5f5;
        color: #424242;
        padding: 30px;
        top: 100%;
        left: 0;
        transform: translateY(-20px);
        z-index: -1;
        transition: opacity .3s ease-in-out 0s,transform .3s ease-in-out 0s,visibility 0 linear 0.3s,z-index 0 linear .01s;
        pointer-events: none;
        text-align: left;
        text-transform: none;
        -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
        box-shadow: 0 5px 5px rgba(0,0,0,0.1)
    }
}

#tt-header.tt-header-03 .quickLinks-map address {
    font-size: 12px;
    line-height: 1.1;
    margin: 0;
    padding: 4px 10px 9px 13px;
    color: #707070;
    text-transform: uppercase
}

    #tt-header.tt-header-03 .quickLinks-map address i {
        color: #d70808;
        font-size: 18px;
        line-height: 1.1;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px
    }

#tt-header.tt-header-03 .quickLinks-address {
    padding: 13px 10px 13px 13px
}

    #tt-header.tt-header-03 .quickLinks-address i {
        color: #d70808;
        font-size: 18px;
        line-height: 1.1;
        margin: 0 10px 0 0;
        position: relative;
        top: 3px
    }

    #tt-header.tt-header-03 .quickLinks-address .tt-title {
        font-size: 19px;
        line-height: 1.2;
        font-family: "Open Sans",sans-serif;
        color: #222;
        font-weight: 600;
        margin: 0;
        padding: 0 0 8px
    }

    #tt-header.tt-header-03 .quickLinks-address ul li {
        color: #707070
    }

        #tt-header.tt-header-03 .quickLinks-address ul li a {
            color: #707070;
            text-decoration: none
        }

        #tt-header.tt-header-03 .quickLinks-address ul li:not(:first-child) {
            margin-top: 6px
        }

#tt-header.tt-header-03 .header-holder {
    position: relative;
    z-index: 7;
    min-height: 99px
}

    #tt-header.tt-header-03 .header-holder .col-logo {
        z-index: 2
    }

@media (min-width: 1025px) {
    #tt-header.tt-header-03 .header-holder .col-logo {
        margin-top: 12px;
        margin-bottom: 21px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-03 .header-holder .col-logo {
        margin-top: 21px;
        margin-bottom: 11px
    }
}

@media (max-width: 767px) {
    #tt-header.tt-header-03 .header-holder .col-logo {
        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: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 22px;
        margin-bottom: 22px;
        -webkit-flex: 2 1 auto;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto
    }
}

@media (min-width: 1025px) {
    #tt-header.tt-header-03 .header-holder .col-btn-toggle-modal {
        margin-top: -1px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-03 .header-holder .col-btn-toggle-modal {
        position: absolute;
        right: 0;
        top: 24px
    }
}

@media (min-width: 768px) {
    #tt-header.tt-header-03 .header-holder .col-menu-toggle {
        display: none
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    #tt-header.tt-header-03 .header-holder .col-logo {
        width: 100%
    }

    #tt-header.tt-header-03 .header-holder .col-menu {
        width: 100%
    }
}

@media (max-width: 767px) {
    #tt-header.tt-header-03 .header-holder {
        min-height: 82px
    }

        #tt-header.tt-header-03 .header-holder .container {
            max-width: 100%
        }

        #tt-header.tt-header-03 .header-holder .col-menu, #tt-header.tt-header-03 .header-holder .col-btn-toggle-modal {
            display: none
        }

        #tt-header.tt-header-03 .header-holder .col-logo {
            margin-left: 15px
        }

        #tt-header.tt-header-03 .header-holder .col-menu-toggle {
            display: inline-block;
            padding-top: 10px;
            padding-bottom: 10px
        }

            #tt-header.tt-header-03 .header-holder .col-menu-toggle .tt-menu-toggle {
                padding-top: 15px;
                padding-bottom: 15px;
                display: inline-block
            }
}

#tt-header.tt-header-03 .tt-logo {
    max-width: 215px;
    display: inline-block
}

@media (max-width: 1024px) {
    #tt-header.tt-header-03 .tt-logo {
        max-width: 168px
    }
}

@media (max-width: 767px) {
    #tt-header.tt-header-03 .tt-logo {
        max-width: 131px;
        margin-top: 3px
    }
}

#tt-header.tt-header-03 .tt-logo img {
    max-width: 100%;
    height: auto
}

#tt-header.tt-header-03 .tt-menu-toggle {
    color: #d70808;
    font-size: 26px;
    line-height: 1.2em;
    padding: 5px;
    z-index: 3;
    outline: none;
    position: relative;
    top: 2px;
    display: inline-block !important;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    #tt-header.tt-header-03 .tt-menu-toggle:hover {
        color: #d70808
    }

#tt-header.tt-header-03 .btn.btn-toggle-modal {
    padding-left: 15px;
    padding-right: 18px;
    padding-top: 5px;
    position: relative;
    z-index: 2
}

    #tt-header.tt-header-03 .btn.btn-toggle-modal i {
        font-size: 22px;
        margin-top: -3px;
        margin-right: 12px
    }

@media (max-width: 1024px) {
    #tt-header.tt-header-03 .btn.btn-toggle-modal {
        padding-top: 4px;
        height: 38px
    }

        #tt-header.tt-header-03 .btn.btn-toggle-modal i {
            font-size: 18px
        }
}

@media (max-width: 767px) {
    #tt-header.tt-header-03 #tt-desctop-menu {
        display: none
    }
}

#tt-header.tt-header-03 #tt-desctop-menu nav > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li {
        display: inline-block;
        position: relative
    }

        #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li a {
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 16px;
            display: inline-block;
            position: relative;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

@media (min-width: 1230px) {
    #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li a {
        padding: 14px 15px 15px
    }
}

@media (max-width: 1229px) {
    #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li a {
        padding: 14px 7px 15px
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li a {
        color: #222;
        padding: 14px 10px 10px;
        font-size: 14px
    }
}

@media (max-width: 767px) {
    #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li a {
        padding: 14px 10px 15px
    }
}

#tt-header.tt-header-03 #tt-desctop-menu nav > ul > li a:hover {
    color: #d70808
}

#tt-header.tt-header-03 #tt-desctop-menu nav > ul > li:first-child > a {
    padding-left: 0
}

#tt-header.tt-header-03 #tt-desctop-menu nav > ul > li:first-child ul {
    left: 0
}

#tt-header.tt-header-03 #tt-desctop-menu nav > ul > li:last-child a {
    padding-right: 0
}

#tt-header.tt-header-03 #tt-desctop-menu nav > ul > li.is-subMenu > a:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 5px;
    margin-top: 1px;
    margin-left: 4px;
    pointer-events: none;
    transition: all .15s ease-in-out;
    border: 3px solid transparent;
    border-top: 3px solid #fff
}

@media (max-width: 1024px) {
    #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li.is-subMenu > a:after {
        border-top-color: #fff
    }
}

#tt-header.tt-header-03 #tt-desctop-menu nav > ul > li.is-active > a {
    color: #d70808
}

    #tt-header.tt-header-03 #tt-desctop-menu nav > ul > li.is-active > a:after {
        border-top-color: #d70808 !important
    }

#tt-header.tt-header-03 #tt-desctop-menu nav > ul > li ul {
    position: absolute;
    z-index: 1;
    opacity: 0;
    min-width: 211px;
    z-index: 1000;
    list-style: none;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .2s ease 0;
    transition: .2s ease 0
}

#tt-header.tt-header-03 #tt-desctop-menu nav > ul > li.is-hover ul {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease .15s;
    transition: .3s ease .15s
}

#tt-header.tt-header-03 #tt-desctop-menu nav > ul ul {
    background: #fff;
    top: auto;
    left: 28px;
    width: 211px;
    border-bottom: 3px solid #d70808;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 0 11px;
    pointer-events: none;
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
    box-shadow: 0 1px 8px rgba(0,0,0,0.2)
}

    #tt-header.tt-header-03 #tt-desctop-menu nav > ul ul:before {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        left: 23px;
        top: -7px;
        transition: all .15s ease-in-out;
        border: 6px solid transparent;
        border-bottom: 6px solid #fff;
        z-index: 1
    }

    #tt-header.tt-header-03 #tt-desctop-menu nav > ul ul:after {
        content: '';
        display: block;
        height: 5px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        left: 23px;
        top: -7px;
        z-index: 0;
        transition: all .15s ease-in-out;
        border: 6px solid transparent;
        border-bottom: 6px solid rgba(0,0,0,0.2)
    }

    #tt-header.tt-header-03 #tt-desctop-menu nav > ul ul li a {
        color: #0e0e0e;
        font-size: 14px;
        line-height: 1.3;
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px 20px 5px
    }

        #tt-header.tt-header-03 #tt-desctop-menu nav > ul ul li a:hover {
            color: #d70808
        }

    #tt-header.tt-header-03 #tt-desctop-menu nav > ul ul li.is-active > a {
        color: #d70808
    }

@media (max-width: 1229px) {
    #tt-header.tt-header-03 #tt-desctop-menu nav > ul ul {
        left: 11px
    }
}

#tt-header.tt-header-03 #tt-stuck .col-logo {
    display: inline-block
}

    #tt-header.tt-header-03 #tt-stuck .col-logo .tt-logo {
        max-width: 140px;
        position: relative;
        top: -4px
    }

@media (max-width: 1024px) and (min-width: 768px) {
    #tt-header.tt-header-03 #tt-stuck .col-logo {
        display: none
    }
}

#tt-header.tt-header-03 #tt-stuck .btn.btn-toggle-modal:hover:hover {
    background: #222;
    color: #fff
}

#tt-header.tt-header-03 #tt-stuck .col-btn-toggle-modal {
    display: none
}

@media (min-width: 768px) {
    #tt-header.tt-header-03 #tt-stuck .col-menu-toggle {
        display: none
    }
}

@media (min-width: 1025px) {
    #tt-header.tt-header-03 #tt-stuck .col-menu {
        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-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    #tt-header.tt-header-03 #tt-stuck .col-menu {
        margin-left: 0 !important
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-03 #tt-stuck .col-menu {
        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: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        #tt-header.tt-header-03 #tt-stuck .col-menu .tt-stuck-parent-logo {
            -webkit-flex: 2 1 auto;
            -ms-flex: 2 1 auto;
            flex: 2 1 auto
        }
}

#tt-header.tt-header-03 #tt-stuck #tt-desctop-menu nav > ul > li > a {
    padding: 20px 10px
}

@media (max-width: 1024px) {
    #tt-header.tt-header-03 #tt-stuck #tt-desctop-menu nav > ul > li > a {
        padding: 15px 10px
    }
}

@media (max-width: 780px) {
    #tt-header.tt-header-03 #tt-stuck #tt-desctop-menu nav > ul > li > a {
        padding: 15px 9px
    }
}

#tt-header.tt-header-03 #tt-stuck #tt-desctop-menu nav > ul > li:not(.active) a:not(:hover) {
    color: #222
}

#tt-header.tt-header-03 #tt-stuck #tt-desctop-menu nav > ul > li.is-active > a {
    color: #d70808 !important
}

@media (max-width: 767px) {
    #tt-header.tt-header-03 #tt-stuck .tt-menu-toggle {
        top: 8px
    }

    #tt-header.tt-header-03 #tt-stuck .col-logo .tt-logo {
        max-width: 120px;
        margin-top: 9px
    }
}

.mainSlider-layout {
    position: relative
}

@media (min-width: 1025px) {
    .mainSlider {
        height: 780px
    }
}

@media (max-width: 1024px) and (min-width: 551px) {
    .mainSlider {
        height: 354px
    }
}

@media (max-width: 550px) {
    .mainSlider {
        height: 149px
    }
}

.mainSlider .container {
    position: relative
}

.mainSlider .slide .img--holder {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

@media (min-width: 1025px) {
    .mainSlider .slide .img--holder {
        height: 780px
    }
}

@media (max-width: 1024px) and (min-width: 551px) {
    .mainSlider .slide .img--holder {
        height: 354px
    }
}

@media (max-width: 550px) {
    .mainSlider .slide .img--holder {
        height: 369px
    }
}

.mainSlider .slide .slide-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .mainSlider .slide .slide-content div[class^="tp-caption-"] {
        color: #fff;
        font-family: "Open Sans",sans-serif;
        text-align: center
    }

        .mainSlider .slide .slide-content div[class^="tp-caption-"]:first-child {
            margin-top: 100px
        }

@media (min-width: 1025px) {
    .mainSlider .slide .slide-content .tp-caption-01-01 {
        font-size: 40px;
        line-height: 1.1;
        letter-spacing: .01em;
        font-weight: 300;
        text-align: center
    }

    .mainSlider .slide .slide-content .tp-caption-01-02 {
        font-size: 92px;
        line-height: .87;
        letter-spacing: -3px;
        font-weight: 700;
        margin-top: 14px
    }

    .mainSlider .slide .slide-content .tp-caption-01-03 {
        font-size: 16px;
        line-height: 1.1;
        letter-spacing: .01em;
        font-weight: 600;
        margin-top: 22px
    }

    .mainSlider .slide .slide-content .tp-caption-01-04 {
        font-size: 36px;
        line-height: 1.1;
        letter-spacing: .01em;
        font-weight: 700;
        text-align: center;
        margin-top: 6px
    }
}

@media (max-width: 1024px) {
    .mainSlider .slide .slide-content .tp-caption-01-01 {
        font-size: 17px;
        line-height: 1.1;
        letter-spacing: .01em;
        font-weight: 300;
        text-align: center
    }

    .mainSlider .slide .slide-content .tp-caption-01-02 {
        font-size: 32px;
        line-height: 1;
        letter-spacing: inherit;
        font-weight: 700;
        margin-top: 14px
    }

    .mainSlider .slide .slide-content .tp-caption-01-03 {
        font-size: 14px;
        line-height: 1.1;
        letter-spacing: .01em;
        font-weight: 600;
        margin-top: 22px
    }
}

@media (max-width: 550px) {
    .mainSlider .slide .slide-content .tp-caption-01-01 {
        font-size: 29px;
        line-height: 1.1;
        letter-spacing: .01em;
        font-weight: 300;
        text-align: center
    }

    .mainSlider .slide .slide-content .tp-caption-01-02 {
        font-size: 40px;
        margin-bottom: 21px;
        line-height: 1;
        letter-spacing: inherit;
        font-weight: 700;
        margin-top: 7px
    }

    .mainSlider .slide .slide-content .tp-caption-01-03 {
        font-size: 14px;
        line-height: 1.1;
        letter-spacing: .01em;
        font-weight: 600;
        margin-top: 12px
    }
}

@media (max-width: 767px) {
    .mainSlider .slide .container {
        width: 100%
    }
}

.mainSlider .tt-caption-custom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 10px;
    top: -208px;
    background: url(../images/custom/mainSlider-layout01.png) 0 0 no-repeat;
    width: 430px;
    height: 397px;
    color: #fff;
    text-align: center;
    z-index: 2;
    font-family: "Open Sans",sans-serif;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

    .mainSlider .tt-caption-custom:before {
        content: '';
        position: absolute;
        display: block;
        top: -18px;
        left: -32px;
        background: url(../images/custom/mainSlider-layout02.png) 0 0 no-repeat;
        width: 462px;
        height: 403px;
        z-index: 0;
        animation: moving 3s infinite linear;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

@keyframes moving {
    100% {
        transform: rotate(360deg)
    }
}

.mainSlider .tt-caption-custom .tt-title {
    padding-top: 34px
}

    .mainSlider .tt-caption-custom .tt-title .text-small {
        font-size: 30px;
        line-height: 1.1;
        font-weight: 300;
        letter-spacing: .01em
    }

    .mainSlider .tt-caption-custom .tt-title .text-large {
        font-size: 62px;
        line-height: 1;
        font-weight: 700;
        line-height: .97;
        margin-top: 14px;
        letter-spacing: -.04em;
        text-transform: uppercase
    }

.mainSlider .tt-caption-custom span {
    display: inline-block;
    width: 254px;
    margin-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.4);
    padding: 8px 0 0;
    font-size: 16px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 600
}

    .mainSlider .tt-caption-custom span i {
        font-size: 36px;
        line-height: 1.1;
        display: inline-block;
        margin: 0 10px 10px 0;
        top: 13px;
        position: relative
    }

.mainSlider .tt-caption-custom > * {
    position: relative;
    z-index: 2
}

@media (max-width: 1024px) {
    .mainSlider .tt-caption-custom {
        width: 240px;
        height: 222px;
        top: -102px
    }

        .mainSlider .tt-caption-custom:before {
            top: -5px;
            left: -10px;
            width: 249px;
            height: 227px
        }

        .mainSlider .tt-caption-custom .tt-title {
            padding-top: 23px
        }

            .mainSlider .tt-caption-custom .tt-title .text-small {
                font-size: 16px
            }

            .mainSlider .tt-caption-custom .tt-title .text-large {
                font-size: 34px;
                line-height: .97;
                margin-top: 9px
            }

        .mainSlider .tt-caption-custom span {
            width: 141px;
            margin-top: 15px;
            padding: 3px 0 0;
            font-size: 10px;
            line-height: 1.1
        }

            .mainSlider .tt-caption-custom span i {
                font-size: 20px;
                line-height: 1.1;
                margin: 0 10px 10px 0;
                top: 7px
            }
}

@media (max-width: 550px) {
    .mainSlider .tt-caption-custom {
        width: 102px;
        height: 93px;
        top: -52px;
        right: 19px
    }

        .mainSlider .tt-caption-custom:before {
            top: -2px;
            left: -3px;
            width: 105px;
            height: 94px
        }

        .mainSlider .tt-caption-custom .tt-title {
            padding-top: 3px
        }

            .mainSlider .tt-caption-custom .tt-title .text-small {
                display: none
            }

            .mainSlider .tt-caption-custom .tt-title .text-large {
                font-size: 16px;
                line-height: 1
            }

        .mainSlider .tt-caption-custom span {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-align-content: stretch;
            -ms-flex-line-pack: stretch;
            align-content: stretch;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            width: 141px;
            margin-top: 0;
            padding: 0;
            position: relative;
            top: -6px;
            font-size: 7px;
            line-height: 1.1;
            border: none
        }

            .mainSlider .tt-caption-custom span i {
                font-size: 15px;
                line-height: 1.1;
                margin: 0;
                padding-bottom: 7px;
                top: 7px
            }
}

.mainSlider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: 7;
    font-size: 0;
    line-height: 0;
    background: none;
    border: none;
    color: #fff
}

    .mainSlider .slick-arrow:hover {
        color: #d70808
    }

    .mainSlider .slick-arrow:before {
        font-family: "carleader";
        display: block;
        font-size: 40px;
        line-height: 1em
    }

.mainSlider .slick-prev {
    left: 20px
}

    .mainSlider .slick-prev:before {
        content: '\e916'
    }

.mainSlider .slick-next {
    right: 20px
}

    .mainSlider .slick-next:before {
        content: '\e917'
    }

.fadeInLeftSm {
    -webkit-animation-name: fadeInLeftSm;
    animation-name: fadeInLeftSm;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.fadeInRightSm {
    -webkit-animation-name: fadeInRightSm;
    animation-name: fadeInRightSm;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.fadeInUpSm {
    -webkit-animation-name: fadeInUpSm;
    animation-name: fadeInUpSm;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.animated.fadeInLeftSm, .animated.fadeInRightSm, .animated.fadeInUpSm {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50%,0);
        transform: translate3d(0,50%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInLeftSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%,0,0);
        transform: translate3d(-20%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%,0,0);
        transform: translate3d(-20%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%,0,0);
        transform: translate3d(20%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%,0,0);
        transform: translate3d(20%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

body.is-loaded .loading-content {
    opacity: 0;
    visibility: hidden
}

.loading-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: none;
    visibility: visible;
    transition: .5s
}

    .loading-content.disable {
        opacity: 0
    }

    .loading-content .image {
        max-width: 15%
    }

        .loading-content .image img {
            animation: flipInY 3s infinite;
            max-width: 100%
        }

.loading-dots {
    margin-left: -1.5em;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-animation: loading-dots-fadein .5s linear forwards;
    -moz-animation: loading-dots-fadein .5s linear forwards;
    -o-animation: loading-dots-fadein .5s linear forwards;
    -ms-animation: loading-dots-fadein .5s linear forwards;
    animation: loading-dots-fadein .5s linear forwards
}

    .loading-dots i {
        width: .5em;
        height: .5em;
        display: inline-block;
        vertical-align: middle;
        background: #d70808;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin: 0 .125em;
        -webkit-animation: loading-dots-middle-dots .5s linear infinite;
        -moz-animation: loading-dots-middle-dots .5s linear infinite;
        -o-animation: loading-dots-middle-dots .5s linear infinite;
        -ms-animation: loading-dots-middle-dots .5s linear infinite;
        animation: loading-dots-middle-dots .5s linear infinite
    }

    .loading-dots.dark-gray i {
        background: #d70808
    }

    .loading-dots i:first-child {
        -webkit-animation: loading-dots-first-dot .5s infinite;
        -moz-animation: loading-dots-first-dot .5s linear infinite;
        -o-animation: loading-dots-first-dot .5s linear infinite;
        -ms-animation: loading-dots-first-dot .5s linear infinite;
        animation: loading-dots-first-dot .5s linear infinite;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: translate(-1em);
        -moz-transform: translate(-1em);
        -o-transform: translate(-1em);
        -ms-transform: translate(-1em);
        transform: translate(-1em)
    }

    .loading-dots i:last-child {
        -webkit-animation: loading-dots-last-dot .5s linear infinite;
        -moz-animation: loading-dots-last-dot .5s linear infinite;
        -o-animation: loading-dots-last-dot .5s linear infinite;
        -ms-animation: loading-dots-last-dot .5s linear infinite;
        animation: loading-dots-last-dot .5s linear infinite
    }

@-moz-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-webkit-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-o-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-moz-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-webkit-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-o-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-moz-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@-webkit-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@-o-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@-moz-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0)
    }
}

@-o-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0)
    }
}

@keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0)
    }
}

.tt-search-filter {
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    background: #fff;
    height: 100px;
    -webkit-box-shadow: 0 5px 40px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 5px 40px rgba(0,0,0,0.05);
    box-shadow: 0 5px 40px rgba(0,0,0,0.05)
}

    .tt-search-filter .tt-icon-filter {
        font-size: 40px;
        line-height: 1.1;
        color: #fff;
        position: absolute;
        top: 29px;
        left: 21px;
        z-index: 1
    }

    .tt-search-filter > div {
        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: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100px
    }

        .tt-search-filter > div select {
            opacity: 1
        }

.form-kismi {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    height: 44px;
    width: 100%;
    color: #000 !important;
    padding: 3px 33px 3px 14px;
    border: solid 1px #dfdfdf;
    -webkit-box-shadow: 0 0 1px #dfdfdf;
    -moz-box-shadow: 0 0 1px #dfdfdf;
    box-shadow: 0 0 1px #dfdfdf;
    -moz-transition: border .2s linear;
    -o-transition: border .2s linear;
    -webkit-transition: border .2s linear;
    transition: border .2s linear
}

.tt-search-filter > div.tt-col-title {
    font-family: "Open Sans",sans-serif;
    font-weight: 500;
    color: #222;
    font-size: 16px;
    line-height: 1.5;
    min-width: 120px;
    position: relative;
    overflow: hidden;
    padding: 3px 0 0 108px
}

    .tt-search-filter > div.tt-col-title:before {
        content: '';
        position: absolute;
        top: -31px;
        left: -69px;
        width: 161px;
        height: 161px;
        background: #d70808;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

.tt-search-filter > div.tt-col-select {
    margin-top: 1px
}

    .tt-search-filter > div.tt-col-select .SumoSelect {
        margin-left: 8px
    }

    .tt-search-filter > div.tt-col-select .SumoSelect {
        width: 122px
    }

        .tt-search-filter > div.tt-col-select .SumoSelect:nth-child(3), .tt-search-filter > div.tt-col-select .SumoSelect:nth-child(4) {
            width: 178px
        }

.tt-search-filter > div.tt-col-btn .btn {
    margin-left: 11px;
    margin-top: 1px;
    padding-left: 41px;
    padding-right: 41px;
    padding-top: 7px
}

    .tt-search-filter > div.tt-col-btn .btn [class^="icon-"] {
        font-size: 13px
    }

@media (min-width: 1025px) {
    .tt-search-filter {
        margin-top: -50px
    }
}

@media (max-width: 1229px) {
    .tt-search-filter {
        height: 109px;
        padding-left: 8px
    }

        .tt-search-filter .tt-icon-filter {
            font-size: 28px;
            line-height: 1.1;
            color: #fff;
            position: absolute;
            top: 5px;
            left: 46px;
            z-index: 1
        }

        .tt-search-filter > div.tt-col-title {
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-align-content: flex-start;
            -ms-flex-line-pack: start;
            align-content: flex-start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            position: absolute;
            top: 0;
            left: 0;
            padding: 14px 0 0 113px
        }

            .tt-search-filter > div.tt-col-title br {
                display: none
            }

            .tt-search-filter > div.tt-col-title:before {
                content: '';
                position: absolute;
                top: -46px;
                left: 15px;
                width: 92px;
                height: 92px;
                background: #d70808;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%
            }

        .tt-search-filter > div.tt-col-select {
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-align-content: flex-start;
            -ms-flex-line-pack: start;
            align-content: flex-start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            padding-top: 53px
        }

        .tt-search-filter > div.tt-col-btn {
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-align-content: flex-start;
            -ms-flex-line-pack: start;
            align-content: flex-start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            padding-top: 53px
        }

            .tt-search-filter > div.tt-col-btn .btn {
                height: 37px;
                padding-top: 4px
            }

        .tt-search-filter > div .SumoSelect > .CaptionCont {
            height: 37px;
            padding: 6px 33px 3px 14px
        }
}

@media (max-width: 1024px) {
    .tt-search-filter > div.tt-col-select .SumoSelect {
        width: 100px
    }

        .tt-search-filter > div.tt-col-select .SumoSelect:nth-child(3), .tt-search-filter > div.tt-col-select .SumoSelect:nth-child(4) {
            width: 134px
        }

    .tt-search-filter > div.tt-col-btn .btn {
        padding-left: 21px;
        padding-right: 21px
    }

    .tt-search-filter .tt-mobile-hide {
        display: none
    }
}

@media (min-width: 767px) {
    .tt-search-filter > div.tt-col-select .tt-btn {
        display: none
    }
}

@media (max-width: 766px) {
    .form-kismi {
        margin-bottom: 8px !important;
        margin-top: 2px !important
    }

    .digerbuton {
        margin-top: 10px
    }

    .tt-search-filter {
        height: inherit;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -36px;
        padding: 0 0 13px !important
    }

        .tt-search-filter .tt-icon-filter, .tt-search-filter .tt-col-btn {
            display: none
        }

        .tt-search-filter > div.tt-col-title {
            margin-bottom: 10px;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            position: relative !important;
            background: #d70808 !important;
            padding: 9px 10px 3px;
            color: #fff;
            width: 100%;
            text-align: center;
            font-size: 14px
        }

            .tt-search-filter > div.tt-col-title:before {
                font-family: "carleader";
                content: "\e931";
                font-size: 24px;
                line-height: 1;
                display: inline-block;
                position: relative;
                top: -3px;
                left: 0;
                width: 20px;
                margin-right: 19px;
                height: inherit
            }

        .tt-search-filter > div {
            height: auto
        }

            .tt-search-filter > div.tt-col-select {
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                padding-right: 8px;
                padding-top: 4px;
                width: 100%
            }

                .tt-search-filter > div.tt-col-select > .SumoSelect {
                    width: calc(30% - 8px);
                    margin-top: 8px
                }

                    .tt-search-filter > div.tt-col-select > .SumoSelect:nth-child(3), .tt-search-filter > div.tt-col-select > .SumoSelect:nth-child(4) {
                        width: calc(39% - 8px)
                    }

                .tt-search-filter > div.tt-col-select .tt-btn {
                    margin-left: 8px;
                    margin-top: 8px;
                    width: calc(30% - 8px)
                }

                    .tt-search-filter > div.tt-col-select .tt-btn .btn {
                        height: 37px;
                        width: 100%
                    }

                    .tt-search-filter > div.tt-col-select .tt-btn [class^="icon-"] {
                        font-size: 13px
                    }

        .tt-search-filter div.tt-col-btn {
            padding-top: 0
        }
}

@media (max-width: 380px) {
    .tt-search-filter > div.tt-col-select .tt-btn span {
        display: none
    }
}

.tt-search-filter .visible-desctope {
}

@media (min-width: 1025px) {
    .tt-search-filter .visible-desctope {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex
    }
}

.tt-search-filter .visible-device {
    display: none
}

@media (max-width: 1024px) {
    .tt-search-filter .visible-device {
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex
    }
}

@media (max-width: 790px) {
    #tt-pageContent .tt-container-fluid-mobile {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.tt-link-redirect {
    font-size: 11px;
    line-height: 1.1;
    font-weight: 600;
    color: #d70808;
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    .tt-link-redirect:after {
        position: absolute;
        right: -15px;
        top: 2px;
        font-family: 'carleader' !important;
        content: "\e92b";
        font-size: 8px;
        line-height: 1.1;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .tt-link-redirect:hover {
        color: #222
    }

@media (min-width: 769px) {
    .tt-link-redirect {
        position: absolute;
        right: 12px;
        top: 40px
    }
}

@media (max-width: 768px) {
    .tt-link-redirect {
        position: relative;
        margin-left: -13px;
        top: 4px;
        display: inline-block
    }

        .tt-link-redirect:after {
            top: 2px
        }
}

.tt-brand {
    text-align: center;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    .tt-brand .tt-img {
        min-height: 60px;
        text-align: center
    }

        .tt-brand .tt-img img {
            width: inherit;
            display: inline-block;
            max-width: 100%;
            height: auto
        }

    .tt-brand .tt-title {
        font-size: 15px;
        line-height: 1.5;
        font-family: "Open Sans",sans-serif;
        font-weight: 400;
        margin: 0;
        padding: 0;
        -moz-transition: color .2s linear;
        -o-transition: color .2s linear;
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

        .tt-brand .tt-title:hover {
            color: #d70808
        }

        .tt-brand .tt-title:not(:first-child) {
            margin-top: 18px
        }

    .tt-brand:hover .tt-title {
        color: #d70808
    }

.tt-map {
    width: 100%
}

    .tt-map .tt-btn-toggle:not(.tt-style-02) {
        height: 41px;
        font-size: 27px;
        line-height: 1.2;
        text-align: center;
        display: block;
        color: #d70808;
        -moz-transition: color .2s linear;
        -o-transition: color .2s linear;
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

        .tt-map .tt-btn-toggle:not(.tt-style-02):before {
            font-family: "carleader";
            content: '\e92e'
        }

        .tt-map .tt-btn-toggle:not(.tt-style-02).is-open:before {
            content: '\e92d'
        }

        .tt-map .tt-btn-toggle:not(.tt-style-02):hover {
            color: #d70808
        }

    .tt-map .tt-btn-toggle.tt-style-02 {
        height: 32px;
        font-size: 21px;
        line-height: 1.2;
        text-align: center;
        display: block;
        position: relative;
        color: #fff;
        overflow: hidden;
        -moz-transition: color .2s linear;
        -o-transition: color .2s linear;
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

        .tt-map .tt-btn-toggle.tt-style-02:before {
            font-family: "carleader";
            content: '\e92c';
            display: inline-block;
            position: relative;
            z-index: 1;
            top: 6px
        }

        .tt-map .tt-btn-toggle.tt-style-02.is-open:before {
            content: '\e92b'
        }

        .tt-map .tt-btn-toggle.tt-style-02:after {
            content: '';
            position: absolute;
            width: 64px;
            height: 64px;
            background-color: #d70808;
            display: block;
            top: 0;
            left: 50%;
            margin-left: -32px;
            z-index: 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%
        }

    .tt-map .tt-box-map {
        display: none
    }

.google-map {
    width: 100%;
    height: 320px
}

.tt-additional-box {
    margin-bottom: -57px
}

@media (max-width: 575px) {
    .ws-short-structure {
        position: relative;
        padding-bottom: 15px
    }

        .ws-short-structure:not(.is-open) {
            padding-bottom: 0
        }

            .ws-short-structure:not(.is-open) .tt-hide-block {
                display: none
            }

            .ws-short-structure:not(.is-open):after {
                -moz-opacity: 1;
                -khtml-opacity: 1;
                -webkit-opacity: 1;
                opacity: 1
            }

        .ws-short-structure:after {
            content: '';
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 43px;
            left: 0;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            background: -webkit-linear-gradient(bottom,rgba(255,255,255,0),white 60%);
            background: -o-linear-gradient(bottom,rgba(255,255,255,0),white 60%);
            background: -moz-linear-gradient(bottom,rgba(255,255,255,0),white 60%);
            background: linear-gradient(to bottom,rgba(255,255,255,0),white 60%)
        }
}

@media (min-width: 576px) {
    .ws-short-btn {
        display: none
    }
}

@media (max-width: 575px) {
    .ws-short-btn {
        text-align: center
    }

        .ws-short-btn .ws-btn-more {
            font-size: 11px;
            color: #d70808;
            display: inline-block;
            position: relative;
            padding: 5px;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

            .ws-short-btn .ws-btn-more:after {
                font-family: "carleader";
                content: "\e92c";
                display: block;
                font-size: 8px;
                line-height: 1;
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -3px;
                display: inline-block;
                -moz-transition: top .2s linear;
                -o-transition: top .2s linear;
                -webkit-transition: top .2s linear;
                transition: top .2s linear;
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg)
            }

            .ws-short-btn .ws-btn-more:hover {
                color: #222
            }
}

.tt-media-02 {
    position: relative;
    line-height: 24px;
    display: block;
    overflow: hidden
}

    .tt-media-02 img {
        width: 100%;
        height: auto
    }

    .tt-media-02 .tt-description {
        position: absolute;
        bottom: -24px;
        left: 0;
        width: 100%;
        background-color: rgba(0,0,0,0);
        font-family: "Open Sans",sans-serif;
        transition: all .2s linear;
        -ms-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear
    }

        .tt-media-02 .tt-description .tt-title {
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.2;
            margin: 0;
            padding: 0
        }

            .tt-media-02 .tt-description .tt-title .tt-total {
                font-size: 11px;
                line-height: 1;
                display: inline-block;
                background-color: #d70808;
                display: inline-block;
                padding: 5px 13px;
                min-height: 21px;
                font-weight: 600;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                -ms-border-radius: 10px;
                border-radius: 10px;
                position: relative;
                top: -3px;
                margin-left: 3px;
                letter-spacing: .01em
            }

@media (max-width: 575px) {
    .tt-media-02 .tt-description .tt-title .tt-total {
        padding: 5px;
        width: 24px;
        height: 24px;
        line-height: 1.4;
        text-align: center
    }

        .tt-media-02 .tt-description .tt-title .tt-total span {
            display: none
        }
}

.tt-media-02 .tt-description .tt-link-marker {
    color: #d70808;
    margin-top: 5px;
    display: inline-block;
    color: #d70808;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0
}

    .tt-media-02 .tt-description .tt-link-marker:before {
        font-family: "carleader";
        content: '\e918';
        display: inline-block;
        margin-right: 6px;
        position: relative;
        top: 5px;
        font-size: 20px;
        color: #d70808;
        font-weight: 500;
        transition: all .2s linear;
        -ms-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear
    }

    .tt-media-02 .tt-description .tt-link-marker:hover {
        color: #fff
    }

        .tt-media-02 .tt-description .tt-link-marker:hover:before {
            color: #fff
        }

@media (min-width: 1024px) {
    .tt-media-02 .tt-description {
        padding: 23px 28px 12px
    }
}

@media (max-width: 1024px) {
    .tt-media-02 .tt-description {
        padding: 23px 14px 13px
    }

        .tt-media-02 .tt-description .tt-title {
            font-size: 16px;
            font-weight: 600
        }

            .tt-media-02 .tt-description .tt-title .tt-total {
                top: -2px
            }
}

@media (max-width: 768px) {
    .tt-media-02 .tt-description {
        bottom: -20px;
        padding: 15px 10px
    }

        .tt-media-02 .tt-description .tt-title {
            font-size: 16px;
            font-weight: 600
        }

            .tt-media-02 .tt-description .tt-title .tt-total {
                top: -3px;
                font-size: 11px
            }

        .tt-media-02 .tt-description .tt-link-marker {
            margin-top: 0
        }

            .tt-media-02 .tt-description .tt-link-marker:before {
                top: 5px
            }
}

.tt-media-02:hover .tt-description {
    bottom: 0;
    background-color: rgba(0,0,0,0.6)
}

    .tt-media-02:hover .tt-description p {
        display: block
    }

.tt-media-02:hover .tt-link-marker {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.tt-list-media-02 {
    margin-top: -19px
}

    .tt-list-media-02 .tt-media-02 {
        margin-top: 30px
    }

        .tt-list-media-02 .tt-media-02 .tt-description {
            padding-left: 15px;
            padding-right: 15px
        }

@media (min-width: 576px) {
    .tt-list-media-02 .tt-media-02 .tt-description .tt-title {
        font-size: 16px
    }

        .tt-list-media-02 .tt-media-02 .tt-description .tt-title .tt-total {
            margin-top: 5px;
            padding: 4px 9px 1px;
            min-height: 18px
        }
}

@media (max-width: 575px) {
    .tt-list-media-02 .tt-media-02 .tt-description .tt-title .tt-total {
        margin-top: 5px
    }
}

.portfolio-masonry-layout {
    position: relative
}

    .portfolio-masonry-layout > .container {
        position: relative
    }

    .portfolio-masonry-layout .extra-link {
        font-size: 11px;
        line-height: 1.1;
        font-weight: 600;
        z-index: 0;
        color: #d70808;
        font-family: "Open Sans",sans-serif;
        text-transform: uppercase;
        position: relative;
        margin-right: 13px;
        display: inline-block;
        -moz-transition: color .2s linear;
        -o-transition: color .2s linear;
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

        .portfolio-masonry-layout .extra-link:after {
            position: absolute;
            right: -15px;
            top: 2px;
            font-family: 'carleader' !important;
            content: "\e92b";
            font-size: 8px;
            line-height: 1.1;
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            transform: rotate(270deg)
        }

        .portfolio-masonry-layout .extra-link:hover {
            color: #222
        }

@media (min-width: 1025px) {
    .portfolio-masonry-layout .extra-link {
        position: absolute;
        right: 13px;
        top: 15px;
        z-index: 1
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .portfolio-masonry-layout .extra-link {
        position: absolute;
        right: 13px;
        top: -58px
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .portfolio-masonry-layout .extra-link {
        position: absolute;
        right: 13px;
        top: -40px
    }
}

.portfolio-masonry-layout .container.visible-mobile {
    text-align: center;
    padding: 24px 0 55px
}

@media (max-width: 575px) {
    .portfolio-masonry-layout .container.visible-mobile.indent-bottom-none {
        padding-bottom: 0
    }
}

.tt-portfolio-masonry {
    position: relative;
    z-index: 0
}

    .tt-portfolio-masonry .grid:after {
        content: '';
        display: block;
        clear: both
    }

    .tt-portfolio-masonry .element-item {
        position: relative;
        float: inherit !important
    }

    .tt-portfolio-masonry .tt-portfolio-content {
        overflow: hidden;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -moz-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

        .tt-portfolio-masonry .tt-portfolio-content.tt-show {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -webkit-opacity: 1;
            opacity: 1
        }

    .tt-portfolio-masonry .layout-default .element-item {
        width: 16.666%
    }

@media (max-width: 1299px) {
    .tt-portfolio-masonry .layout-default .element-item {
        width: 25%
    }
}

@media (max-width: 789px) {
    .tt-portfolio-masonry .layout-default .element-item {
        width: 33.333%
    }
}

@media (max-width: 575px) {
    .tt-portfolio-masonry .layout-default .element-item {
        width: 50%
    }
}

.tt-portfolio-masonry .layout-default .element-item.element-item-2x {
    width: 33.333%
}

@media (max-width: 1299px) {
    .tt-portfolio-masonry .layout-default .element-item.element-item-2x {
        width: 50%
    }
}

@media (max-width: 789px) {
    .tt-portfolio-masonry .layout-default .element-item.element-item-2x {
        width: 66.667%
    }
}

@media (max-width: 575px) {
    .tt-portfolio-masonry .layout-default .element-item.element-item-2x {
        width: 50%
    }
}

.tt-portfolio-masonry .layout-col-03 {
    margin-top: -15px
}

    .tt-portfolio-masonry .layout-col-03 .element-item {
        padding: 15px;
        width: 33.333%
    }

@media (max-width: 1024px) {
    .tt-portfolio-masonry .layout-col-03 .element-item {
        width: 50%
    }
}

.tt-portfolio-masonry .tt-filter-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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: relative;
    z-index: 2;
    margin-top: -4px;
    padding-bottom: 45px;
    text-transform: uppercase
}

    .tt-portfolio-masonry .tt-filter-nav .button {
        color: #222;
        padding: 7px 17px;
        letter-spacing: .18em;
        font-size: 14px;
        margin: 0 6px;
        font-weight: 500;
        cursor: pointer;
        border: 1px solid transparent;
        transition: all .2s linear;
        -ms-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear
    }

        .tt-portfolio-masonry .tt-filter-nav .button.active {
            color: #d70808;
            border-color: #d70808;
            cursor: default
        }

        .tt-portfolio-masonry .tt-filter-nav .button:hover {
            color: #d70808
        }

@media (max-width: 1024px) {
    .tt-portfolio-masonry .tt-filter-nav {
        margin-top: 4px;
        padding-bottom: 22px
    }

        .tt-portfolio-masonry .tt-filter-nav .button {
            margin: 0 4px;
            padding: 5px 14px
        }
}

@media (max-width: 575px) {
    .tt-portfolio-masonry .tt-filter-nav {
        webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: -4px;
        padding-bottom: 22px
    }

        .tt-portfolio-masonry .tt-filter-nav .button {
            margin: 4px 4px 0
        }
}

.tt-portfolio-content {
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

    .tt-portfolio-content .tt-portfolio-item {
        line-height: 26px
    }

        .tt-portfolio-content .tt-portfolio-item figure {
            position: relative;
            display: block;
            width: 100%;
            overflow: hidden;
            margin: 0;
            z-index: 1;
            -webkit-transition: all .1s ease-in-out;
            -moz-transition: all .1s ease-in-out;
            -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out
        }

            .tt-portfolio-content .tt-portfolio-item figure img {
                width: 100%;
                height: auto;
                position: relative
            }

            .tt-portfolio-content .tt-portfolio-item figure figcaption {
                position: absolute;
                width: 100%;
                bottom: -38px;
                left: 0;
                padding: 20px 19px 24px;
                z-index: 3;
                color: #fff;
                background-color: transparent;
                transition: all .2s linear;
                -ms-transition: all .2s linear;
                -webkit-transition: all .2s linear;
                -o-transition: all .2s linear
            }

                .tt-portfolio-content .tt-portfolio-item figure figcaption:before {
                    content: '\e918';
                    font-family: "carleader";
                    font-size: 20px;
                    line-height: 1.1;
                    display: block;
                    position: absolute;
                    right: 25px;
                    bottom: 28px;
                    color: #d70808;
                    -moz-opacity: 0;
                    -khtml-opacity: 0;
                    -webkit-opacity: 0;
                    opacity: 0
                }

                .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-title {
                    font-size: 15px;
                    line-height: 1.3;
                    letter-spacing: 0;
                    font-weight: 600;
                    margin: 0;
                    padding: 0;
                    color: #fff;
                    font-family: "Open Sans",sans-serif
                }

                    .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-title span {
                        display: inline-block;
                        background: #070606;
                        color: #d70808;
                        padding: 5px 7px 4px;
                        font-size: 11px;
                        line-height: 1.2;
                        font-weight: 600;
                        position: relative;
                        top: -1px
                    }

                .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-price {
                    color: #d70808;
                    font-weight: 700;
                    font-size: 18px;
                    margin-top: 6px;
                    display: inline-block;
                    -moz-opacity: 0;
                    -khtml-opacity: 0;
                    -webkit-opacity: 0;
                    opacity: 0
                }

            .tt-portfolio-content .tt-portfolio-item figure:hover {
                -webkit-transform: scale(1.06);
                -ms-transform: scale(1.06);
                transform: scale(1.06);
                z-index: 3
            }

                .tt-portfolio-content .tt-portfolio-item figure:hover figcaption {
                    bottom: 0;
                    background-color: rgba(0,0,0,0.6)
                }

                    .tt-portfolio-content .tt-portfolio-item figure:hover figcaption:before {
                        -moz-opacity: 1;
                        -khtml-opacity: 1;
                        -webkit-opacity: 1;
                        opacity: 1
                    }

                    .tt-portfolio-content .tt-portfolio-item figure:hover figcaption .tt-price {
                        -moz-opacity: 1;
                        -khtml-opacity: 1;
                        -webkit-opacity: 1;
                        opacity: 1
                    }

@media (max-width: 1560px) {
    .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-title {
        font-size: 13px
    }

        .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-title span {
            padding: 3px 5px;
            font-size: 9px;
            line-height: 1.2;
            position: relative;
            top: -2px
        }

    .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-price {
        font-size: 16px
    }

    .tt-portfolio-content .tt-portfolio-item figure figcaption:before {
        font-size: 20px;
        right: 25px;
        bottom: 26px
    }
}

@media (max-width: 1024px) {
    .tt-portfolio-content .tt-portfolio-item figure figcaption {
        padding: 20px 7px 24px 10px
    }

        .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-title {
            font-size: 12px
        }

            .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-title span {
                padding: 3px 3px 1px;
                font-size: 6px;
                line-height: 1.2;
                position: relative;
                top: -2px
            }

        .tt-portfolio-content .tt-portfolio-item figure figcaption .tt-price {
            font-size: 14px
        }

        .tt-portfolio-content .tt-portfolio-item figure figcaption:before {
            font-size: 16px;
            right: 10px;
            bottom: 28px
        }
}

@media (max-width: 768px) {
    .tt-portfolio-content .tt-portfolio-item figure figcaption {
        padding: 15px 7px 19px 10px
    }
}

.tt-layout01-bg {
    background-color: #fafafa;
    padding: 117px 0 0;
    background-position: 0 0;
    background-repeat: no-repeat
}

@media (max-width: 768px) {
    .tt-layout01-bg {
        padding: 66px 0 0
    }
}

.tt-layout01 {
    background: #fafafa url(../images/custom/box-layout01-img01.jpg) center top no-repeat;
    margin-top: -36px;
    width: 100%;
    padding: 39px 0 115px
}

    .tt-layout01 .layout01-desctope {
        padding-bottom: 14px
    }

        .tt-layout01 .layout01-desctope .row:not(:first-child) .tt-item {
            margin-top: 72px
        }

@media (min-width: 768px) {
    .tt-layout01 .layout01-desctope {
        display: block
    }
}

@media (max-width: 767px) {
    .tt-layout01 .layout01-desctope {
        display: none
    }
}

@media (min-width: 768px) {
    .tt-layout01 .layout01-mobile {
        display: none
    }
}

@media (max-width: 767px) {
    .tt-layout01 .layout01-mobile {
        display: block
    }
}

.tt-layout01 .layout01-mobile .tt-title {
    padding-left: 15px;
    padding-right: 15px
}

.tt-layout01 .layout01-mobile p {
    padding-left: 15px;
    padding-right: 15px
}

.tt-layout01 .tt-item {
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 5px
}

@media (min-width: 1025px) {
    .tt-layout01 .tt-item.tt-icon-bottom .tt-item-icon {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .tt-layout01 .tt-item.tt-icon-bottom:not(.tt-icon-right) .tt-item-icon {
        margin-bottom: 5px
    }
}

.tt-layout01 .tt-item.tt-icon-right {
    text-align: right
}

    .tt-layout01 .tt-item.tt-icon-right .tt-item-icon {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 27px;
        margin-top: -3px
    }

.tt-layout01 .tt-item:not(.tt-icon-right) .tt-item-icon {
    margin-right: 27px;
    margin-top: -3px
}

.tt-layout01 .tt-item .tt-item-icon {
    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: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 98px;
    height: 98px;
    min-width: 98px;
    min-height: 98px;
    background-color: #d70808;
    font-size: 42px;
    line-height: 1;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.tt-layout01 .tt-item .tt-item-content .tt-title {
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    color: #222;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 12px
}

.tt-layout01 .tt-item .tt-item-content .link-tel {
    font-size: 22px;
    display: inline-block;
    margin-top: 9px;
    font-weight: 700;
    font-family: "Open Sans",sans-serif;
    color: #d70808;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    .tt-layout01 .tt-item .tt-item-content .link-tel:hover {
        color: #222
    }

.tt-layout01 .tt-item .tt-item-content p {
    margin: 0
}

    .tt-layout01 .tt-item .tt-item-content p + p {
        margin-top: 16px
    }

.tt-layout01 .tt-item:not(:first-child) {
    margin-top: 56px
}

@media (max-width: 767px) {
    .tt-layout01 .tt-item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0 !important
    }

        .tt-layout01 .tt-item .tt-item-icon {
            margin-right: 0 !important
        }

        .tt-layout01 .tt-item .tt-item-content {
            text-align: center;
            margin-top: 15px
        }

            .tt-layout01 .tt-item .tt-item-content .tt-title {
                font-size: 14px
            }

                .tt-layout01 .tt-item .tt-item-content .tt-title .tt-item-icon {
                    width: 98px;
                    height: 98px;
                    min-width: 98px;
                    min-height: 98px;
                    font-size: 32px
                }

            .tt-layout01 .tt-item .tt-item-content p {
                text-align: center
            }
}

@media (max-width: 1229px) {
    .tt-layout01 {
        margin-top: 0;
        background-position: center 74px;
        background-size: 79% auto
    }

        .tt-layout01 .tt-item {
            font-size: 17px
        }

            .tt-layout01 .tt-item p {
                font-size: 15px;
                line-height: 25px
            }

            .tt-layout01 .tt-item .tt-item-icon {
                width: 78px;
                height: 78px;
                min-width: 78px;
                min-height: 78px;
                font-size: 42px
            }
}

@media (max-width: 1024px) {
    .tt-layout01 {
        padding: 39px 0 316px;
        background-position: center bottom;
        background-size: 88% auto
    }

        .tt-layout01 .row [class^="col"]:first-child {
            padding-right: 17px
        }

        .tt-layout01 .row [class^="col"]:last-child {
            padding-left: 17px
        }
}

@media (max-width: 768px) {
    .tt-layout01 .tt-item .tt-item-content .tt-title {
        font-size: 16px;
        padding-bottom: 10px
    }

    .tt-layout01 .tt-item .tt-item-icon {
        width: 71px;
        height: 71px;
        min-width: 71px;
        min-height: 71px;
        font-size: 32px
    }

    .tt-layout01 .tt-item p {
        line-height: 22px
    }
}

@media (max-width: 767px) {
    .tt-layout01 {
        padding: 0 0 60%;
        background-size: 100% auto
    }

        .tt-layout01 .tt-item .tt-item-content .tt-title {
            font-size: 14px;
            padding-bottom: 11px
        }

        .tt-layout01 .tt-item .tt-item-icon {
            width: 97px;
            height: 97px;
            min-width: 97px;
            min-height: 97px;
            font-size: 42px
        }

        .tt-layout01 .tt-item p {
            line-height: 20px
        }
}

.tt-layout01-02-bg {
    background-color: #fafafa;
    padding: 117px 0 0
}

@media (max-width: 768px) {
    .tt-layout01-02-bg {
        padding: 66px 0 0
    }
}

.tt-layout01-02 {
    background-image: url(../images/motorleader/custom/box-layout01-img01.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: 100% auto;
    margin-top: -36px;
    width: 100%;
    padding: 39px 0 115px
}

    .tt-layout01-02 .layout01-desctope {
        padding-bottom: 14px
    }

        .tt-layout01-02 .layout01-desctope .row:not(:first-child) .tt-item {
            margin-top: 72px
        }

@media (min-width: 768px) {
    .tt-layout01-02 .layout01-desctope {
        display: block
    }
}

@media (max-width: 767px) {
    .tt-layout01-02 .layout01-desctope {
        display: none
    }
}

@media (min-width: 768px) {
    .tt-layout01-02 .layout01-mobile {
        display: none
    }
}

@media (max-width: 767px) {
    .tt-layout01-02 .layout01-mobile {
        display: block
    }
}

.tt-layout01-02 .layout01-mobile .tt-title {
    padding-left: 15px;
    padding-right: 15px
}

.tt-layout01-02 .layout01-mobile p {
    padding-left: 15px;
    padding-right: 15px
}

.tt-layout01-02 .tt-item {
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 5px
}

    .tt-layout01-02 .tt-item.tt-icon-right {
        text-align: right
    }

        .tt-layout01-02 .tt-item.tt-icon-right .tt-item-icon {
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
            margin-left: 27px;
            margin-top: -3px
        }

@media (max-width: 767px) {
    .tt-layout01-02 .tt-item.tt-icon-right .tt-item-icon {
        margin-left: 0
    }
}

.tt-layout01-02 .tt-item:not(.tt-icon-right) .tt-item-icon {
    margin-right: 27px;
    margin-top: -3px
}

@media (max-width: 767px) {
    .tt-layout01-02 .tt-item:not(.tt-icon-right) .tt-item-icon {
        margin-left: 0 !important
    }
}

.tt-layout01-02 .tt-item .tt-item-icon {
    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: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 98px;
    height: 98px;
    min-width: 98px;
    min-height: 98px;
    background-color: #d70808;
    font-size: 42px;
    line-height: 1;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.tt-layout01-02 .tt-item .tt-item-content .tt-title {
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    color: #222;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 12px
}

.tt-layout01-02 .tt-item .tt-item-content p {
    margin: 0;
    padding: 0
}

.tt-layout01-02 .tt-item:not(:first-child) {
    margin-top: 21px
}

@media (max-width: 767px) {
    .tt-layout01-02 .tt-item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0 !important
    }

        .tt-layout01-02 .tt-item .tt-item-icon {
            margin-right: 0 !important
        }

        .tt-layout01-02 .tt-item .tt-item-content {
            text-align: center;
            margin-top: 15px;
            padding-left: 25px;
            padding-right: 25px
        }

            .tt-layout01-02 .tt-item .tt-item-content .tt-title {
                font-size: 14px
            }

                .tt-layout01-02 .tt-item .tt-item-content .tt-title .tt-item-icon {
                    width: 98px;
                    height: 98px;
                    min-width: 98px;
                    min-height: 98px;
                    font-size: 32px
                }

            .tt-layout01-02 .tt-item .tt-item-content p {
                text-align: center
            }
}

@media (max-width: 1229px) {
    .tt-layout01-02 {
        background-image: url(../images/motorleader/custom/box-layout01-img01_bot.jpg);
        margin-top: 0;
        background-position: 50% bottom;
        background-size: 70% auto;
        padding-bottom: 40%
    }

        .tt-layout01-02 .tt-item {
            font-size: 17px
        }

            .tt-layout01-02 .tt-item p {
                font-size: 15px;
                line-height: 25px
            }

            .tt-layout01-02 .tt-item .tt-item-icon {
                width: 78px;
                height: 78px;
                min-width: 78px;
                min-height: 78px;
                font-size: 42px
            }
}

@media (max-width: 1024px) {
    .tt-layout01-02 .tt-item .tt-item-content .tt-title {
        font-size: 16px;
        padding-bottom: 10px
    }

    .tt-layout01-02 .tt-item .tt-item-icon {
        width: 71px;
        height: 71px;
        min-width: 71px;
        min-height: 71px;
        font-size: 32px
    }

    .tt-layout01-02 .tt-item p {
        line-height: 22px
    }
}

@media (max-width: 767px) {
    .tt-layout01-02 {
        padding: 0 0 60%;
        background-size: 100% auto
    }

        .tt-layout01-02 .tt-item .tt-item-content .tt-title {
            font-size: 14px;
            padding-bottom: 11px
        }

        .tt-layout01-02 .tt-item .tt-item-icon {
            width: 97px;
            height: 97px;
            min-width: 97px;
            min-height: 97px;
            font-size: 42px
        }

        .tt-layout01-02 .tt-item p {
            line-height: 20px
        }
}

.tt-promo-01 {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding: 97px 0 55px
}

    .tt-promo-01 .tt-block-title .tt-title {
        color: #fff
    }

    .tt-promo-01 .tt-promo-layout {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 11px
    }

    .tt-promo-01 .tt-item .box-value {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 178px;
        height: 178px;
        border: 7px solid red;
        position: relative;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

        .tt-promo-01 .tt-item .box-value:before {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            border: 1px solid #bcbcbd;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%
        }

        .tt-promo-01 .tt-item .box-value i {
            color: #d70808;
            font-size: 42px;
            line-height: 1
        }

            .tt-promo-01 .tt-item .box-value i + span {
                margin-top: 8px
            }

        .tt-promo-01 .tt-item .box-value > span {
            width: 100%
        }

        .tt-promo-01 .tt-item .box-value span {
            color: #fff;
            font-size: 36px;
            line-height: 1;
            font-family: "Open Sans",sans-serif
        }

        .tt-promo-01 .tt-item .box-value + .tt-title {
            margin-top: 15px
        }

    .tt-promo-01 .tt-item .tt-title {
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 600;
        color: #fff;
        font-family: "Open Sans",sans-serif
    }

    .tt-promo-01 .tt-item:not(:first-child):not(:last-child) {
        margin-left: 45px;
        margin-right: 45px
    }

    .tt-promo-01 .tt-item:first-child {
        margin-right: 45px
    }

    .tt-promo-01 .tt-item:last-child {
        margin-left: 45px
    }

@media (max-width: 1229px) {
    .tt-promo-01 .tt-item:not(:first-child):not(:last-child) {
        margin-left: 32px;
        margin-right: 32px
    }

    .tt-promo-01 .tt-item:first-child {
        margin-right: 32px
    }

    .tt-promo-01 .tt-item:last-child {
        margin-left: 32px
    }
}

@media (max-width: 1024px) {
    .tt-promo-01 {
        padding: 70px 0 39px
    }

        .tt-promo-01 .tt-promo-layout {
            margin-top: 6px
        }

            .tt-promo-01 .tt-promo-layout .slick-dots {
                bottom: -13px
            }

        .tt-promo-01 .tt-item:not(:first-child):not(:last-child) {
            margin-left: 24px;
            margin-right: 24px
        }

        .tt-promo-01 .tt-item:first-child {
            margin-right: 24px
        }

        .tt-promo-01 .tt-item:last-child {
            margin-left: 24px
        }

        .tt-promo-01 .tt-item .box-value {
            width: 144px;
            height: 144px;
            border: 7px solid #421219
        }

            .tt-promo-01 .tt-item .box-value i {
                font-size: 32px;
                line-height: 1
            }

                .tt-promo-01 .tt-item .box-value i + span {
                    margin-top: 8px
                }

            .tt-promo-01 .tt-item .box-value span {
                font-size: 30px
            }

            .tt-promo-01 .tt-item .box-value + .tt-title {
                margin-top: 21px
            }

        .tt-promo-01 .tt-item .tt-title {
            font-size: 14px
        }
}

@media (max-width: 767px) {
    .tt-promo-01 .tt-item:not(:first-child):not(:last-child) {
        margin-left: 0;
        margin-right: 0
    }

    .tt-promo-01 .tt-item:first-child {
        margin-right: 0
    }

    .tt-promo-01 .tt-item:last-child {
        margin-left: 0
    }

    .tt-promo-01 .tt-item .box-value {
        margin: 0 auto
    }
}

@media (max-width: 575px) {
    .tt-promo-01 {
        padding: 57px 0 72px
    }

        .tt-promo-01 .tt-promo-layout {
            margin-top: 20px
        }

        .tt-promo-01 .tt-item .box-value {
            width: 160px;
            height: 160px
        }

            .tt-promo-01 .tt-item .box-value i {
                font-size: 42px
            }

            .tt-promo-01 .tt-item .box-value span {
                font-size: 32px
            }
}

.tt-promo-01-nowrapper .tt-promo-layout {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 11px
}

.tt-promo-01-nowrapper .tt-item .box-value {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 178px;
    height: 178px;
    border: 7px solid #f6f6f6;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

    .tt-promo-01-nowrapper .tt-item .box-value:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid #eee;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

    .tt-promo-01-nowrapper .tt-item .box-value i {
        color: #d70808;
        font-size: 42px;
        line-height: 1
    }

        .tt-promo-01-nowrapper .tt-item .box-value i + span {
            margin-top: 8px
        }

    .tt-promo-01-nowrapper .tt-item .box-value > span {
        width: 100%
    }

    .tt-promo-01-nowrapper .tt-item .box-value span {
        color: #222;
        font-size: 36px;
        line-height: 1;
        font-family: "Open Sans",sans-serif
    }

    .tt-promo-01-nowrapper .tt-item .box-value + .tt-title {
        margin-top: 15px
    }

.tt-promo-01-nowrapper .tt-item .tt-title {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #222;
    font-family: "Open Sans",sans-serif;
    margin-bottom: 0;
    padding-bottom: 0
}

.tt-promo-01-nowrapper .tt-item:not(:first-child):not(:last-child) {
    margin-left: 45px;
    margin-right: 45px
}

.tt-promo-01-nowrapper .tt-item:first-child {
    margin-right: 45px
}

.tt-promo-01-nowrapper .tt-item:last-child {
    margin-left: 45px
}

@media (max-width: 1229px) {
    .tt-promo-01-nowrapper .tt-item:not(:first-child):not(:last-child) {
        margin-left: 32px;
        margin-right: 32px
    }

    .tt-promo-01-nowrapper .tt-item:first-child {
        margin-right: 32px
    }

    .tt-promo-01-nowrapper .tt-item:last-child {
        margin-left: 32px
    }
}

@media (max-width: 1024px) {
    .tt-promo-01-nowrapper .tt-promo-layout {
        margin-top: 6px
    }

        .tt-promo-01-nowrapper .tt-promo-layout .slick-dots {
            bottom: -13px
        }

    .tt-promo-01-nowrapper .tt-item:not(:first-child):not(:last-child) {
        margin-left: 24px;
        margin-right: 24px
    }

    .tt-promo-01-nowrapper .tt-item:first-child {
        margin-right: 24px
    }

    .tt-promo-01-nowrapper .tt-item:last-child {
        margin-left: 24px
    }

    .tt-promo-01-nowrapper .tt-item .box-value {
        width: 144px;
        height: 144px
    }

        .tt-promo-01-nowrapper .tt-item .box-value i {
            font-size: 32px;
            line-height: 1
        }

            .tt-promo-01-nowrapper .tt-item .box-value i + span {
                margin-top: 8px
            }

        .tt-promo-01-nowrapper .tt-item .box-value span {
            font-size: 30px
        }

        .tt-promo-01-nowrapper .tt-item .box-value + .tt-title {
            margin-top: 21px
        }

    .tt-promo-01-nowrapper .tt-item .tt-title {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .tt-promo-01-nowrapper .tt-item:not(:first-child):not(:last-child) {
        margin-left: 0;
        margin-right: 0
    }

    .tt-promo-01-nowrapper .tt-item:first-child {
        margin-right: 0
    }

    .tt-promo-01-nowrapper .tt-item:last-child {
        margin-left: 0
    }

    .tt-promo-01-nowrapper .tt-item .box-value {
        margin: 0 auto
    }
}

@media (max-width: 575px) {
    .tt-promo-01-nowrapper .tt-promo-layout {
        margin-top: 20px
    }

    .tt-promo-01-nowrapper .tt-item .box-value {
        width: 160px;
        height: 160px
    }

        .tt-promo-01-nowrapper .tt-item .box-value i {
            font-size: 42px
        }

        .tt-promo-01-nowrapper .tt-item .box-value span {
            font-size: 32px
        }
}

.tt-promo-02 {
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center top;
    padding: 97px 0 80px
}

@media (max-width: 1024px) {
    .tt-promo-02 {
        padding: 67px 0 71px
    }
}

@media (max-width: 640px) {
    .tt-promo-02 {
        padding: 57px 0 62px
    }
}

.tt-promo-02-layout {
    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: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 11px
}

    .tt-promo-02-layout .tt-item {
        width: 241px;
        min-width: 241px
    }

        .tt-promo-02-layout .tt-item .box-icon {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            text-align: center;
            width: 170px;
            height: 170px;
            border: 8px solid rgba(156,156,156,0.1);
            position: relative;
            margin: 0 auto;
            background-color: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            -moz-transition: border .2s linear;
            -o-transition: border .2s linear;
            -webkit-transition: border .2s linear;
            transition: border .2s linear
        }

            .tt-promo-02-layout .tt-item .box-icon:before {
                content: '';
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                border: 1px solid #d3d3d3;
                -moz-transition: border .2s linear;
                -o-transition: border .2s linear;
                -webkit-transition: border .2s linear;
                transition: border .2s linear;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%
            }

            .tt-promo-02-layout .tt-item .box-icon i {
                color: #d70808;
                font-size: 52px;
                line-height: 1;
                display: inline-block;
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

            .tt-promo-02-layout .tt-item .box-icon .tt-line-dotted {
                position: absolute;
                top: 50%;
                z-index: 1;
                width: 47px;
                height: 3px;
                margin-top: -2px;
                background: url(../images/custom/promo02_dotted.png) 0 0 repeat-x
            }

            .tt-promo-02-layout .tt-item .box-icon .tt-left {
                left: -48px
            }

            .tt-promo-02-layout .tt-item .box-icon .tt-right {
                right: -48px
            }

        .tt-promo-02-layout .tt-item .tt-title {
            display: block;
            text-align: center;
            font-size: 18px;
            line-height: 1.2;
            font-weight: 600;
            font-family: "Open Sans",sans-serif;
            color: #222;
            margin: 0
        }

        .tt-promo-02-layout .tt-item .box-icon + .tt-title {
            margin-top: 28px
        }

        .tt-promo-02-layout .tt-item:hover .box-icon {
            border-color: rgba(221,61,83,0.1)
        }

            .tt-promo-02-layout .tt-item:hover .box-icon:before {
                border-color: #d70808
            }

            .tt-promo-02-layout .tt-item:hover .box-icon i {
                color: #222
            }

@media (max-width: 768px) {
    .tt-promo-02-layout .tt-item .tt-title {
        font-size: 14px
    }
}

.tt-promo-02-layout .tt-item-smal {
    width: 59px;
    min-width: 59px;
    max-width: 59px
}

    .tt-promo-02-layout .tt-item-smal .box-icon {
        width: 38px;
        height: 38px;
        margin: 0 auto;
        position: relative;
        z-index: 3;
        overflow: hidden;
        background: #fff;
        top: 66px;
        border: 5px solid rgba(156,156,156,0.1);
        text-align: center;
        font-size: 12px;
        line-height: 2.5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

        .tt-promo-02-layout .tt-item-smal .box-icon:before {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            z-index: 2;
            border: 1px solid #d3d3d3;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%
        }

    .tt-promo-02-layout .tt-item-smal:nth-child(2) .box-icon {
        color: #d70808;
        -webkit-animation: blink 1s infinite;
        animation: blink 1s infinite
    }

    .tt-promo-02-layout .tt-item-smal:nth-child(4) .box-icon {
        color: #d70808;
        -webkit-animation: blink 1s infinite;
        animation: blink 1s infinite
    }

    .tt-promo-02-layout .tt-item-smal:nth-child(6) .box-icon {
        color: #d70808;
        -webkit-animation: blink 1s infinite;
        animation: blink 1s infinite
    }

@-webkit-keyframes blink {
    0% {
        color: #d3d3d3
    }

    50% {
        color: #d70808
    }

    100% {
        color: #d3d3d3
    }
}

@keyframes blink {
    0% {
        color: #d3d3d3
    }

    50% {
        color: #d70808
    }

    100% {
        color: #d3d3d3
    }
}

@media (max-width: 1125px) {
    .tt-promo-02-layout .tt-item-smal {
        display: none
    }

    .tt-promo-02-layout .tt-item {
        width: 190px;
        min-width: 190px
    }

        .tt-promo-02-layout .tt-item .box-icon {
            width: 148px;
            height: 148px
        }

            .tt-promo-02-layout .tt-item .box-icon i {
                font-size: 40px
            }

            .tt-promo-02-layout .tt-item .box-icon .tt-right {
                right: -51px
            }

            .tt-promo-02-layout .tt-item .box-icon .tt-left {
                display: none
            }

            .tt-promo-02-layout .tt-item .box-icon .tt-line-dotted {
                width: 44px
            }

            .tt-promo-02-layout .tt-item .box-icon + .tt-title {
                margin-top: 12px
            }

        .tt-promo-02-layout .tt-item .tt-title {
            font-size: 14px
        }
}

@media (max-width: 760px) {
    .tt-promo-02-layout .tt-item {
        width: 155px;
        min-width: 155px
    }

        .tt-promo-02-layout .tt-item .box-icon {
            width: 113px;
            height: 113px
        }

            .tt-promo-02-layout .tt-item .box-icon i {
                font-size: 40px
            }

            .tt-promo-02-layout .tt-item .box-icon .tt-right {
                right: -51px
            }

            .tt-promo-02-layout .tt-item .box-icon .tt-left {
                display: none
            }

            .tt-promo-02-layout .tt-item .box-icon + .tt-title {
                margin-top: 12px
            }

        .tt-promo-02-layout .tt-item .tt-title {
            font-size: 14px
        }
}

@media (max-width: 640px) {
    .tt-promo-02-layout {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -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;
        width: 100%
    }

        .tt-promo-02-layout .tt-item .box-icon .tt-right {
            display: none
        }

        .tt-promo-02-layout .tt-item .box-icon + .tt-title {
            margin-top: 7px
        }

        .tt-promo-02-layout .tt-item:not(:last-child) {
            padding-bottom: 18px
        }
}

.tt-promo-03-layout {
    text-align: center;
    background: url(../images/custom/tt-promo-03-layout.jpg) center center no-repeat;
    padding: 0 0 50px
}

    .tt-promo-03-layout h5.tt-title {
        font-size: 36px;
        line-height: 1.2;
        font-weight: 600;
        color: #222;
        font-family: "Open Sans",sans-serif;
        margin: 0;
        padding: 0 0 17px
    }

    .tt-promo-03-layout p {
        max-width: 560px;
        margin: 0 auto;
        color: #222
    }

@media (min-width: 1025px) {
    .tt-promo-03-layout p {
        font-size: 16px;
        line-height: 26px
    }
}

.tt-promo-03-layout h6.tt-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #222;
    font-family: "Open Sans",sans-serif;
    margin: 21px 0 0;
    padding: 0 0 27px
}

@media (min-width: 1025px) {
    .tt-promo-03-layout .btn {
        padding-left: 34px;
        padding-right: 34px
    }
}

@media (max-width: 1024px) {
    .tt-promo-03-layout {
        background-size: 95% auto
    }

        .tt-promo-03-layout h5.tt-title {
            font-size: 30px
        }

        .tt-promo-03-layout h6.tt-title {
            font-size: 16px
        }
}

@media (max-width: 766px) {
    .tt-promo-03-layout {
        background-size: 120% auto
    }
}

@media (max-width: 766px) {
    .tt-promo-03-layout h6.tt-title {
        max-width: 170px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 575px) {
    .tt-promo-03-layout {
        background-position: center 76%;
        padding-bottom: 0
    }

        .tt-promo-03-layout h5.tt-title {
            font-size: 24px;
            line-height: 1.1
        }

        .tt-promo-03-layout h6.tt-title {
            font-size: 14px;
            max-width: 130px
        }

        .tt-promo-03-layout p {
            font-size: 14px;
            line-height: 24px
        }
}

.js-carousel {
    margin-left: -15px;
    margin-right: -15px
}

    .js-carousel.tt-extra-shadow {
        margin-top: -15px;
        margin-bottom: -15px
    }

@media (min-width: 767px) {
    .tt-media-carousel {
        margin-top: -4px !important
    }
}

@media (max-width: 766px) {
    .tt-media-carousel {
        margin-top: 7px !important
    }

        .tt-media-carousel .slick-slide {
            padding-bottom: 15px !important
        }
}

.tt-media {
    margin: 15px;
    display: block;
    color: #222;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.05);
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    -moz-transition: box-shadow .2s linear;
    -o-transition: box-shadow .2s linear;
    -webkit-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear
}

@media (max-width: 766px) and (min-width: 490x) {
    .tt-media {
        max-width: 371px;
        margin: 0 auto
    }
}

.tt-media:hover {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.15);
    box-shadow: 0 0 15px rgba(0,0,0,0.15)
}

.tt-media .tt-layot {
    position: relative
}

.tt-media .tt-img + .tt-layot .tt-time {
    position: absolute;
    top: -32px
}

.tt-media .tt-time {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 142px;
    height: 42px;
    border-radius: 0;
    margin-left: -11px;
    background-color: #d70808;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 40px;
    text-transform: uppercase
}

    .tt-media .tt-time span {
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 1;
        font-weight: 500;
        margin-top: -2px;
        width: 100%
    }

.tt-media .tt-layot {
    padding: 26px 30px 37px
}

    .tt-media .tt-layot .title {
        font-size: 22px;
        font-weight: 600;
        font-family: "Open Sans",sans-serif;
        margin: 0;
        padding: 0 0 9px
    }

    .tt-media .tt-layot p {
        padding: 0;
        margin: 0
    }

    .tt-media .tt-layot .tt-link {
        color: #d70808;
        font-size: 11px;
        line-height: 26px;
        font-weight: 600;
        font-family: "Open Sans",sans-serif;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        margin-top: 18px;
        -moz-transition: color .2s linear;
        -o-transition: color .2s linear;
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

        .tt-media .tt-layot .tt-link:after {
            position: absolute;
            right: -15px;
            top: 9px;
            font-family: 'carleader' !important;
            content: "\e92b";
            font-size: 8px;
            line-height: 1.1;
            color: #d70808;
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            transform: rotate(270deg);
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

        .tt-media .tt-layot .tt-link:hover {
            color: #222
        }

            .tt-media .tt-layot .tt-link:hover:after {
                color: #222
            }

.tt-media:hover {
    color: #222
}

@media (max-width: 1024px) {
    .tt-media .tt-layot {
        padding: 46px 30px 15px
    }

        .tt-media .tt-layot .title {
            font-size: 16px;
            line-height: 24px;
            padding-bottom: 10px
        }

        .tt-media .tt-layot p {
            font-size: 15px;
            line-height: 24px
        }

        .tt-media .tt-layot .tt-link {
            margin-top: 27px
        }
}

@media (max-width: 575px) {
    .tt-media .tt-img + .tt-layot .tt-time {
        top: -25px
    }

    .tt-media .tt-time {
        width: 137px;
        height: 37px;
        font-size: 10px;
        line-height: .9;
        margin-left: -11px
    }

        .tt-media .tt-time span {
            font-size: 20px;
            line-height: .9;
            margin-top: -2px
        }

    .tt-media .tt-layot {
        padding: 35px 21px 15px
    }

        .tt-media .tt-layot .title {
            font-size: 14px;
            line-height: 20px;
            padding-bottom: 10px
        }

        .tt-media .tt-layot p {
            font-size: 14px;
            line-height: 20px
        }

        .tt-media .tt-layot .tt-link {
            margin-top: 16px
        }
}

.box-reviews {
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 99px 0 143px;
    background: url(../images/custom/parallax01-img01.jpg) center top no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    color: #fff;
    position: relative;
    z-index: 0
}

    .box-reviews .tt-block-title .tt-title {
        color: #fff
    }

    .box-reviews .container {
        position: relative;
        z-index: 2
    }

@media (min-width: 1025px) {
    .box-reviews .slick-slider .slick-dots {
        margin-top: 51px
    }
}

.box-reviews .tt-reviews-content {
    font-size: 19px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center
}

    .box-reviews .tt-reviews-content .box-show-rating {
        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: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 15px;
        line-height: 1.1;
        color: #d70808;
        position: relative;
        margin-bottom: 34px;
        margin-top: 2px
    }

        .box-reviews .tt-reviews-content .box-show-rating:not(.no-separator):before, .box-reviews .tt-reviews-content .box-show-rating:not(.no-separator):after {
            content: '';
            display: inline-block;
            position: relative;
            width: 233px;
            height: 1px;
            top: 1px;
            background-color: #63656d
        }

        .box-reviews .tt-reviews-content .box-show-rating:not(.no-separator):before {
            margin-right: 24px
        }

        .box-reviews .tt-reviews-content .box-show-rating:not(.no-separator):after {
            margin-left: 24px
        }

        .box-reviews .tt-reviews-content .box-show-rating .tt-rating {
            margin-top: 0
        }

    .box-reviews .tt-reviews-content p {
        margin: 23px 0 0
    }

    .box-reviews .tt-reviews-content .tt-title {
        font-size: 15px;
        font-weight: 700;
        padding: 0
    }

        .box-reviews .tt-reviews-content .tt-title span {
            color: #949495;
            font-style: italic;
            font-weight: 400
        }

.box-reviews .tt-reviews-content02 {
    position: relative;
    padding: 37px 23px 0
}

    .box-reviews .tt-reviews-content02 .tt-border {
        border-top: 1px solid #7d8f9d;
        border-left: 1px solid #7d8f9d;
        border-right: 1px solid #7d8f9d;
        font-size: 16px;
        line-height: 26px;
        padding: 53px 30px 27px;
        text-align: center;
        position: relative
    }

        .box-reviews .tt-reviews-content02 .tt-border .tt-box-icon {
            width: 75px;
            height: 75px;
            position: absolute;
            left: 50%;
            margin-left: -37px;
            top: -38px;
            text-align: center;
            background-color: #d70808;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%
        }

            .box-reviews .tt-reviews-content02 .tt-border .tt-box-icon img {
                max-width: 100%;
                width: auto;
                display: inline-block;
                height: auto;
                position: relative;
                top: 26px
            }

        .box-reviews .tt-reviews-content02 .tt-border .box-show-rating {
            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: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 15px;
            line-height: 1.1;
            color: #d70808;
            position: relative;
            margin-bottom: 15px;
            margin-top: -1px
        }

            .box-reviews .tt-reviews-content02 .tt-border .box-show-rating .tt-rating {
                margin-top: 0
            }

        .box-reviews .tt-reviews-content02 .tt-border p {
            margin: 23px 0 0
        }

    .box-reviews .tt-reviews-content02 .tt-title {
        position: relative;
        font-size: 15px;
        font-weight: 700;
        padding: 15px 0 0 74px
    }

        .box-reviews .tt-reviews-content02 .tt-title span {
            color: #949495;
            font-style: italic;
            font-weight: 400
        }

        .box-reviews .tt-reviews-content02 .tt-title:before {
            content: '';
            width: 33px;
            height: 1px;
            background-color: #7d8f9d;
            position: absolute;
            top: 0;
            left: 0
        }

        .box-reviews .tt-reviews-content02 .tt-title:after {
            content: '';
            width: calc(100% - 56px);
            height: 1px;
            background-color: #7d8f9d;
            position: absolute;
            top: 0;
            right: 0
        }

        .box-reviews .tt-reviews-content02 .tt-title .tt-obj {
            width: 24px;
            height: 27px;
            position: absolute;
            top: 0;
            left: 32px;
            display: block
        }

            .box-reviews .tt-reviews-content02 .tt-title .tt-obj:before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                width: 1px;
                height: 100%;
                background-color: #7d8f9d
            }

            .box-reviews .tt-reviews-content02 .tt-title .tt-obj:after {
                content: '';
                display: block;
                position: absolute;
                right: 11px;
                top: -4px;
                width: 1px;
                height: calc(100% + 8px);
                background-color: #7d8f9d;
                -o-transform: rotate(-40deg);
                -ms-transform: rotate(-40deg);
                -moz-transform: rotate(-40deg);
                -webkit-transform: rotate(-40deg);
                transform: rotate(-40deg)
            }

.box-reviews .box-reviews-img {
    position: absolute;
    bottom: -28px;
    height: 100%;
    right: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1
}

    .box-reviews .box-reviews-img div {
        opacity: 0;
        position: absolute;
        bottom: 0;
        right: -600px;
        transition: all .2s linear;
        -ms-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear
    }

        .box-reviews .box-reviews-img div.tt-show {
            opacity: 1;
            right: 0
        }

    .box-reviews .box-reviews-img.tt-show {
        right: 0
    }

.box-reviews .tt-arrow-center .slick-prev:not(:hover), .box-reviews .tt-arrow-center .slick-next:not(:hover) {
    border-color: #fff;
    color: #fff
}

@media (max-width: 1024px) {
    .box-reviews {
        padding: 69px 0 151px
    }

        .box-reviews.box-reviews-02 {
            padding: 69px 0
        }

        .box-reviews .tt-reviews-content {
            font-size: 17px;
            line-height: 28px
        }

            .box-reviews .tt-reviews-content .box-show-rating {
                font-size: 12px;
                margin-top: 12px;
                margin-bottom: 35px
            }

            .box-reviews .tt-reviews-content p {
                margin: 18px 0 0
            }

        .box-reviews .box-reviews-img {
            max-width: 457px
        }

            .box-reviews .box-reviews-img img {
                max-width: 457px
            }

            .box-reviews .box-reviews-img div {
                overflow: hidden;
                right: -500px
            }

                .box-reviews .box-reviews-img div.tt-show {
                    right: -75px
                }
}

@media (max-width: 768px) {
    .box-reviews .tt-reviews-content .box-show-rating:before, .box-reviews .tt-reviews-content .box-show-rating:after {
        width: 181px
    }

    .box-reviews .tt-reviews-content:not(.no-separator):before {
        margin-right: 20px
    }

    .box-reviews .tt-reviews-content:not(.no-separator):after {
        margin-left: 20px
    }
}

@media (max-width: 575px) {
    .box-reviews {
        padding: 57px 0 125px
    }

        .box-reviews .tt-reviews-content {
            font-size: 14px;
            line-height: 20px
        }

            .box-reviews .tt-reviews-content .box-show-rating {
                font-size: 11px;
                margin-top: 13px;
                margin-bottom: 29px
            }

                .box-reviews .tt-reviews-content .box-show-rating:not(.no-separator):before {
                    margin-right: 15px
                }

                .box-reviews .tt-reviews-content .box-show-rating:not(.no-separator):after {
                    margin-left: 15px
                }

                .box-reviews .tt-reviews-content .box-show-rating:before, .box-reviews .tt-reviews-content .box-show-rating:after {
                    width: 60px
                }

            .box-reviews .tt-reviews-content .tt-title {
                margin-top: 27px
            }

        .box-reviews .box-reviews-img {
            max-width: 320px;
            right: 0 !important;
            bottom: -40px
        }

            .box-reviews .box-reviews-img img {
                max-width: 320px
            }

            .box-reviews .box-reviews-img div {
                overflow: hidden;
                right: -400px
            }

                .box-reviews .box-reviews-img div.tt-show {
                    right: -65px
                }
}

.js-carousel {
    margin-top: 11px
}

.js-carousel-brand {
    margin-top: 11px
}

.tt-arrow-center .slick-prev, .tt-arrow-center .slick-next {
    position: absolute;
    top: 0;
    background: none;
    border: none;
    outline: none;
    display: inline-block;
    width: 49px;
    height: 49px;
    border: 1px solid #222;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: #222;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

    .tt-arrow-center .slick-prev:before, .tt-arrow-center .slick-next:before {
        font-family: "carleader";
        font-size: 18px;
        line-height: 1.2
    }

    .tt-arrow-center .slick-prev:hover, .tt-arrow-center .slick-next:hover {
        border-color: #d70808;
        color: #d70808
    }

.tt-arrow-center .slick-prev {
    left: -133px
}

    .tt-arrow-center .slick-prev:before {
        content: '\e916'
    }

.tt-arrow-center .slick-next {
    right: -133px
}

    .tt-arrow-center .slick-next:before {
        content: '\e917'
    }

@media (max-width: 1600px) {
    .tt-arrow-center .slick-prev {
        left: -70px
    }

    .tt-arrow-center .slick-next {
        right: -70px
    }
}

.tt-arrow-center-fluid .slick-prev, .tt-arrow-center-fluid .slick-next {
    position: absolute;
    top: 0;
    background: none;
    border: none;
    outline: none;
    display: inline-block;
    width: 49px;
    height: 49px;
    border: 1px solid #222;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: #222;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

    .tt-arrow-center-fluid .slick-prev:before, .tt-arrow-center-fluid .slick-next:before {
        font-family: "carleader";
        font-size: 18px;
        line-height: 1.2
    }

    .tt-arrow-center-fluid .slick-prev:hover, .tt-arrow-center-fluid .slick-next:hover {
        border-color: #d70808;
        color: #d70808
    }

.tt-arrow-center-fluid .slick-prev {
    left: 12.5%
}

    .tt-arrow-center-fluid .slick-prev:before {
        content: '\e916'
    }

.tt-arrow-center-fluid .slick-next {
    right: 12.5%
}

    .tt-arrow-center-fluid .slick-next:before {
        content: '\e917'
    }

.tt-arrow-center-small .slick-prev, .tt-arrow-center-small .slick-next {
    position: absolute;
    top: 50%;
    background: none;
    border: none;
    outline: none;
    display: inline-block;
    width: 39px;
    height: 39px;
    border: 1px solid #fff;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: #fff;
    margin-top: -19.5px;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

    .tt-arrow-center-small .slick-prev:before, .tt-arrow-center-small .slick-next:before {
        font-family: "carleader";
        font-size: 16px;
        line-height: 1.2
    }

    .tt-arrow-center-small .slick-prev:hover, .tt-arrow-center-small .slick-next:hover {
        border-color: #d70808;
        color: #d70808
    }

.tt-arrow-center-small .slick-prev {
    left: 20px
}

    .tt-arrow-center-small .slick-prev:before {
        content: '\e916'
    }

.tt-arrow-center-small .slick-next {
    right: 20px
}

    .tt-arrow-center-small .slick-next:before {
        content: '\e917'
    }

.tt-arrow-color02 .slick-prev, .tt-arrow-color02 .slick-next {
    border-color: #fff;
    color: #fff
}

.slick-slider .slick-dots {
    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: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 0
}

    .slick-slider .slick-dots li {
        width: 8px;
        height: 8px;
        background-color: #cfcfcf;
        cursor: pointer;
        margin: 0 11px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: background-color .2s linear;
        -o-transition: background-color .2s linear;
        -webkit-transition: background-color .2s linear;
        transition: background-color .2s linear
    }

        .slick-slider .slick-dots li button {
            display: none
        }

        .slick-slider .slick-dots li:hover {
            background-color: #d70808
        }

        .slick-slider .slick-dots li.slick-active {
            background-color: #d70808
        }

@media (min-width: 1025px) {
    .slick-slider .slick-dots {
        margin-top: 60px
    }
}

@media (max-width: 1024px) {
    .slick-slider .slick-dots {
        margin-top: 30px
    }

        .slick-slider .slick-dots li {
            width: 5px;
            height: 5px;
            margin: 0 6px
        }
}

@media (min-width: 1025px) {
    .slick-slider.dots-error .slick-dots {
        margin-top: 45px
    }
}

@media (max-width: 1024px) {
    .slick-slider.dots-error .slick-dots {
        margin-top: 15px
    }
}

.tt-slick-nav01 {
    position: relative
}

    .tt-slick-nav01 .slick-prev, .tt-slick-nav01 .slick-next {
        position: absolute;
        top: 50%;
        background: none;
        border: none;
        outline: none;
        display: inline-block;
        width: 49px;
        height: 49px;
        border: 1px solid #fff;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        color: #fff;
        margin-top: -23.5px;
        transition: all .2s linear;
        -ms-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear
    }

        .tt-slick-nav01 .slick-prev:before, .tt-slick-nav01 .slick-next:before {
            font-family: "carleader";
            font-size: 18px;
            line-height: 1.2
        }

        .tt-slick-nav01 .slick-prev:hover, .tt-slick-nav01 .slick-next:hover {
            border-color: #d70808;
            color: #d70808
        }

    .tt-slick-nav01 .slick-prev {
        left: 30px
    }

        .tt-slick-nav01 .slick-prev:before {
            content: '\e916'
        }

    .tt-slick-nav01 .slick-next {
        right: 30px
    }

        .tt-slick-nav01 .slick-next:before {
            content: '\e917'
        }

    .tt-slick-nav01 .slick-dots {
        position: absolute !important;
        bottom: 26px
    }

.tt-col-img .tt-col-img {
    padding: 3px 0 0
}

.tt-box-layout01 .tt-col-description p {
    padding: 0 0 27px;
    margin: 0
}

@media (max-width: 767px) {
    .tt-box-layout01 .tt-col-description {
        padding-top: 31px
    }

        .tt-box-layout01 .tt-col-description p {
            padding: 0 0 21px
        }
}

@media (max-width: 575px) {
    .tt-box-layout01 .tt-col-description {
        padding-top: 20px
    }

        .tt-box-layout01 .tt-col-description p {
            padding: 0 0 10px
        }
}

.tt-block-title:not(.tt-sub-pages) + .tt-box-layout01 {
    margin-top: 11px
}

.tt-box-layout02 {
    background: url(../images/custom/tt-box-layout02.jpg) center top no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding: 97px 0;
    color: #fff
}

    .tt-box-layout02 h6 {
        color: #fff
    }

    .tt-box-layout02 .tt-block-title .tt-title {
        color: #fff
    }

    .tt-box-layout02 .tt-item {
        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: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-right: 45px;
        margin-top: 5px
    }

        .tt-box-layout02 .tt-item .tt-col-icon {
            width: 85px;
            min-width: 85px;
            margin-right: 23px
        }

            .tt-box-layout02 .tt-item .tt-col-icon .tt-icon {
                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: center;
                -ms-flex-line-pack: center;
                align-content: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                width: 85px;
                height: 85px;
                font-size: 42px;
                line-height: 1.1;
                margin-right: 23px;
                color: #fff;
                background: #d70808;
                position: relative;
                top: -4px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%
            }

        .tt-box-layout02 .tt-item .tt-col-description {
            -webkit-flex: 2 1 auto;
            -ms-flex: 2 1 auto;
            flex: 2 1 auto
        }

            .tt-box-layout02 .tt-item .tt-col-description h6 {
                padding-bottom: 13px
            }

        .tt-box-layout02 .tt-item:not(:first-child) {
            margin-top: 74px
        }

@media (max-width: 1024px) {
    .tt-box-layout02 {
        padding: 67px 0
    }

        .tt-box-layout02 .tt-item .tt-col-icon {
            width: 75px;
            min-width: 75px
        }

            .tt-box-layout02 .tt-item .tt-col-icon .tt-icon {
                width: 75px;
                height: 75px;
                font-size: 38px
            }

        .tt-box-layout02 .tt-item {
            margin-top: 34px
        }
}

@media (max-width: 575px) {
    .tt-box-layout02 {
        padding: 57px 0
    }

        .tt-box-layout02 .tt-item {
            padding-right: 10px
        }

            .tt-box-layout02 .tt-item .tt-col-icon {
                width: 65px;
                min-width: 65px
            }

                .tt-box-layout02 .tt-item .tt-col-icon .tt-icon {
                    width: 65px;
                    height: 65px;
                    font-size: 31px
                }

            .tt-box-layout02 .tt-item:not(:first-child) {
                margin-top: 24px
            }
}

.tt-box-layout03 .tt-item {
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .tt-box-layout03 .tt-item .tt-col-icon {
        width: 83px;
        min-width: 83px;
        margin-right: 3px;
        margin-left: 15px;
        font-size: 56px;
        line-height: 1.2;
        color: #d70808
    }

    .tt-box-layout03 .tt-item .tt-col-description {
        -webkit-flex: 2 1 auto;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto
    }

.tt-box-layout03 [class^="col-"] h6 {
    margin-top: 24px;
    padding-bottom: 11px
}

    .tt-box-layout03 [class^="col-"] h6:nth-child(1) {
        margin-top: -4px
    }

.tt-box-layout03 [class^="col-"] > :nth-child(1) {
    margin-top: 0
}

.tt-box-layout03 .tt-video-block {
    max-width: 640px;
    float: right
}

@media (max-width: 768px) {
    .tt-box-layout03 [class^="col-"] h6 {
        margin-top: 25px
    }

    .tt-box-layout03 .tt-video-block {
        margin-bottom: 31px
    }
}

@media (max-width: 575px) {
    .tt-box-layout03 [class^="col-"] h6 {
        margin-top: 15px
    }

    .tt-box-layout03 .tt-video-block {
        margin-bottom: 21px
    }
}

.tt-block-title + .tt-box-layout03 {
    margin-top: 11px
}

@media (max-width: 766px) {
    .js-carousel-col-4 .slick-slide {
        padding-bottom: 7px !important
    }
}

.tt-media03 {
    margin: 15px;
    display: block;
    color: #222;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.02);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.02);
    box-shadow: 0 0 10px rgba(0,0,0,0.02);
    -moz-transition: box-shadow .2s linear;
    -o-transition: box-shadow .2s linear;
    -webkit-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear
}

    .tt-media03:hover {
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.09);
        -moz-box-shadow: 0 0 15px rgba(0,0,0,0.09);
        box-shadow: 0 0 15px rgba(0,0,0,0.09)
    }

    .tt-media03 .tt-layot {
        position: relative
    }

    .tt-media03 .tt-layot {
        padding: 21px 10px 26px;
        background-color: #fff;
        text-align: center
    }

        .tt-media03 .tt-layot .title {
            font-size: 18px;
            font-weight: 600;
            font-family: "Open Sans",sans-serif;
            margin: 0;
            padding: 0;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

        .tt-media03 .tt-layot p {
            padding: 0;
            margin: 0
        }

        .tt-media03 .tt-layot address {
            color: #d70808;
            font-weight: 600;
            margin: 14px 0 0;
            padding: 0;
            font-family: "Open Sans",sans-serif
        }

            .tt-media03 .tt-layot address i {
                color: #d70808;
                font-size: 18px;
                line-height: 1.2;
                position: relative;
                top: 2px
            }

    .tt-media03:hover .tt-layot .title {
        color: #d70808
    }

@media (max-width: 766px) {
    .tt-media03 {
        max-width: 270px;
        margin: 0 auto
    }
}

.tt-list-review .tt-item {
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.04);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.04);
    box-shadow: 0 0 10px rgba(0,0,0,0.04);
    padding: 26px 20px 31px
}

    .tt-list-review .tt-item .tt-col-img {
        width: 228px;
        min-width: 228px;
        margin-right: 40px;
        margin-top: 4px
    }

        .tt-list-review .tt-item .tt-col-img img {
            width: 100%;
            max-width: 100%;
            min-width: 228px
        }

    .tt-list-review .tt-item .tt-col-description {
        -webkit-flex: 2 1 auto;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto
    }

        .tt-list-review .tt-item .tt-col-description .tt-title {
            color: #222;
            font-size: 15px;
            line-height: 1.2;
            font-weight: 700;
            margin: 0;
            padding: 0
        }

            .tt-list-review .tt-item .tt-col-description .tt-title span {
                font-style: italic;
                font-weight: 400
            }

        .tt-list-review .tt-item .tt-col-description .tt-rating {
            margin-top: 24px
        }

        .tt-list-review .tt-item .tt-col-description p {
            margin: 15px 0 0
        }

    .tt-list-review .tt-item:not(:first-child) {
        margin-top: 20px
    }

@media (max-width: 768px) {
    .tt-list-review .tt-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 16px 20px
    }

        .tt-list-review .tt-item .tt-col-description {
            margin-top: 15px;
            width: 100%
        }

            .tt-list-review .tt-item .tt-col-description .tt-rating {
                margin-top: 16px
            }

            .tt-list-review .tt-item .tt-col-description p {
                margin: 12px 0 0;
                padding: 0
            }
}

.tt-pagination {
    margin-top: 59px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .tt-pagination .btn-pagination {
        outline: none;
        display: inline-block;
        width: 49px;
        height: 49px;
        border: 1px solid #222;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        color: #222;
        margin: 0 10px;
        text-align: center;
        transition: all .2s linear;
        -ms-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear
    }

        .tt-pagination .btn-pagination:before {
            font-family: "carleader";
            font-size: 18px;
            line-height: 2.6;
            display: block
        }

        .tt-pagination .btn-pagination.btn-prev:before {
            content: '\e916'
        }

        .tt-pagination .btn-pagination.btn-next:before {
            content: '\e917'
        }

        .tt-pagination .btn-pagination:hover {
            color: #d70808;
            border-color: #d70808
        }

    .tt-pagination ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0
    }

        .tt-pagination ul li {
            margin: 0 2px
        }

            .tt-pagination ul li a {
                display: inline-block;
                width: 45px;
                height: 42px;
                color: #222;
                border: 1px solid #f5f5f5;
                font-size: 11px;
                line-height: 3.6;
                font-weight: 600;
                text-align: center;
                -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.07);
                -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.07);
                box-shadow: 0 1px 3px rgba(0,0,0,0.07);
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                border-radius: 4px;
                transition: all .2s linear;
                -ms-transition: all .2s linear;
                -webkit-transition: all .2s linear;
                -o-transition: all .2s linear
            }

                .tt-pagination ul li a:hover {
                    border-color: #d70808;
                    background-color: #d70808;
                    color: #fff
                }

            .tt-pagination ul li.active a {
                border-color: #d70808;
                background-color: #d70808;
                color: #fff
            }

@media (max-width: 1024px) {
    .tt-pagination {
        margin-top: 27px
    }
}

.tt-rating {
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    color: #d70808;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 24px
}

    .tt-rating i:not(:last-child) {
        margin-right: 3px
    }

@media (max-width: 1024px) {
    .asideColumn {
        margin-top: 27px
    }
}

.asideColumn.asideColumn-right {
    padding-left: 35px
}

.asideColumn.asideColumn-left {
    padding-right: 25px
}

.asideColumn .tt-block-aside:not(:first-child) {
    margin-top: 51px
}

.asideColumn .tt-block-aside .tt-aside-title {
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #222;
    padding: 0 0 20px
}

.tt-form-review {
    max-width: 569px
}

    .tt-form-review .form-group {
        margin-bottom: 25px
    }

@media (min-width: 1025px) {
    .tt-form-review .tt-rating {
        margin-top: 90px
    }

    .tt-form-review .btn {
        margin-top: 37px
    }
}

@media (max-width: 1024px) {
    .tt-form-review .tt-rating {
        margin-top: 60px
    }

    .tt-form-review .btn {
        margin-top: 18px
    }
}

.box-aside-info {
    background-color: #fafafa;
    padding: 33px 20px 20px
}

    .box-aside-info h3 {
        font-weight: 600;
        font-family: "Open Sans",sans-serif;
        font-size: 24px;
        line-height: 1.2;
        color: #222;
        padding: 0 0 20px;
        margin: 0
    }

        .box-aside-info h3:not(:first-child) {
            margin-top: 19px
        }

    .box-aside-info ul:not([class]) li {
        padding: 0 0 10px 29px;
        font-size: 15px;
        line-height: 22px;
        position: relative;
        color: #222
    }

        .box-aside-info ul:not([class]) li i {
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 18px;
            line-height: 1.2;
            color: #d70808
        }

        .box-aside-info ul:not([class]) li strong {
            display: block;
            font-weight: 600
        }

        .box-aside-info ul:not([class]) li:not(:last-child) {
            margin-bottom: 9px;
            padding-bottom: 9px;
            border-bottom: 1px solid #e3e3e4
        }

.box-info {
    background-color: #fafafa;
    padding: 42px 49px 55px
}

    .box-info h3 {
        font-weight: 600;
        font-family: "Open Sans",sans-serif;
        font-size: 24px;
        line-height: 1.2;
        color: #222;
        padding: 0 0 22px;
        margin: 0
    }

        .box-info h3:not(:first-child) {
            margin-top: 19px
        }

    .box-info .tt-item-layout {
        margin-top: 12px
    }

        .box-info .tt-item-layout .tt-item {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-align-content: flex-start;
            -ms-flex-line-pack: start;
            align-content: flex-start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            padding: 0 0 10px;
            font-size: 15px;
            line-height: 22px;
            position: relative;
            color: #222
        }

            .box-info .tt-item-layout .tt-item strong {
                display: block;
                font-weight: 600
            }

            .box-info .tt-item-layout .tt-item:not(:last-child) {
                margin-bottom: 9px;
                padding-bottom: 9px;
                border-bottom: 1px solid #e3e3e4
            }

            .box-info .tt-item-layout .tt-item .tt-col {
                position: relative;
                padding: 0 0 0 39px
            }

                .box-info .tt-item-layout .tt-item .tt-col:first-child {
                    width: 35%;
                    font-weight: 600
                }

                    .box-info .tt-item-layout .tt-item .tt-col:first-child i {
                        position: absolute;
                        left: 0;
                        top: -2px;
                        font-size: 24px;
                        line-height: 1.2;
                        color: #d70808
                    }

                .box-info .tt-item-layout .tt-item .tt-col:last-child {
                    -webkit-flex: 1 1 auto;
                    -ms-flex: 1 1 auto;
                    flex: 1 1 auto;
                    width: 65%;
                    padding: 0 0 0 38px
                }

            .box-info .tt-item-layout .tt-item strong {
                font-weight: 600;
                display: block;
                padding-bottom: 1px
            }

            .box-info .tt-item-layout .tt-item p {
                margin: 0;
                padding: 0 0 10px
            }

                .box-info .tt-item-layout .tt-item p:last-child {
                    padding-bottom: 0
                }

@media (max-width: 1024px) {
    .box-info .tt-item-layout .tt-item .tt-col {
        width: 100%
    }

        .box-info .tt-item-layout .tt-item .tt-col:first-child {
            width: 100%
        }

        .box-info .tt-item-layout .tt-item .tt-col:last-child {
            width: 100%;
            padding-top: 10px
        }
}

@media (max-width: 575px) {
    .box-info .tt-item-layout .tt-item .tt-col:last-child {
        padding-top: 5px
    }
}

.box-info .tt-social-icon {
    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
}

    .box-info .tt-social-icon li a {
        width: 43px;
        height: 43px;
        font-size: 18px;
        line-height: 2.4;
        text-align: center;
        display: inline-block;
        color: #fff;
        background-color: #d70808;
        transition: all .2s linear;
        -ms-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

        .box-info .tt-social-icon li a:hover {
            color: #fff;
            background-color: #222
        }

    .box-info .tt-social-icon li:not(:first-child):not(:last-child) {
        margin-right: 4px;
        margin-left: 4px
    }

    .box-info .tt-social-icon li:not(:last-child):not(:first-child) {
        margin: 0 5px
    }

@media (max-width: 1024px) {
    .box-info .tt-social-icon li a {
        width: 35px;
        height: 35px;
        font-size: 15px;
        line-height: 2.4
    }
}

@media (max-width: 1024px) {
    .box-info {
        padding: 23px 30px 45px
    }

        .box-info .tt-item-layout {
            margin-top: 12px
        }
}

@media (max-width: 575px) {
    .box-info {
        padding: 23px 20px 35px
    }
}

.box-info-indent {
    margin-right: 70px
}

@media (max-width: 1229px) {
    .box-info-indent {
        margin-right: 50px
    }
}

@media (max-width: 1024px) {
    .box-info-indent {
        margin-right: 0
    }
}

.tt-promo-list {
    margin-top: -30px
}

    .tt-promo-list .tt-promo {
        margin-top: 30px
    }

@media (max-width: 767px) {
    .tt-promo-list {
        margin-top: -25px
    }

        .tt-promo-list .tt-promo {
            margin-top: 25px
        }
}

.tt-promo {
    display: block;
    position: relative
}

    .tt-promo img {
        width: 100%;
        height: auto
    }

    .tt-promo .tt-description {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 7% 15% 3%;
        background-color: rgba(5,5,5,0);
        -moz-transition: background-color .2s linear;
        -o-transition: background-color .2s linear;
        -webkit-transition: background-color .2s linear;
        transition: background-color .2s linear
    }

        .tt-promo .tt-description .tt-icon {
            width: 98px;
            height: 98px;
            color: #fff;
            font-size: 42px;
            line-height: 2.35;
            text-align: center;
            background-color: #d70808;
            transition: all .2s linear;
            -ms-transition: all .2s linear;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%
        }

        .tt-promo .tt-description .tt-title {
            color: #fff;
            font-family: "Open Sans",sans-serif;
            font-weight: 700;
            margin-top: 17px;
            font-size: 32px;
            line-height: 1.2;
            text-align: center
        }

        .tt-promo .tt-description .tt-text {
            color: #fff;
            height: 0;
            overflow: hidden;
            opacity: 0;
            width: 100%;
            margin-top: 26px;
            font-size: 16px;
            line-height: 26px;
            text-align: center;
            transition: all .2s linear;
            -ms-transition: all .2s linear;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear
        }

@media (max-width: 1024px) {
    .tt-promo .tt-description {
        padding: 7% 10% 3%
    }

        .tt-promo .tt-description .tt-icon {
            width: 80px;
            height: 80px;
            font-size: 35px;
            line-height: 2.4
        }

        .tt-promo .tt-description .tt-title {
            font-size: 16px
        }

        .tt-promo .tt-description .tt-text {
            margin-top: 13px;
            font-size: 14px;
            line-height: 23px
        }
}

@media (max-width: 768px) {
    .tt-promo .tt-description {
        padding: 7% 5% 3%
    }

        .tt-promo .tt-description .tt-icon {
            width: 70px;
            height: 70px;
            font-size: 30px;
            line-height: 2.4
        }

        .tt-promo .tt-description .tt-title {
            font-size: 15px
        }

        .tt-promo .tt-description .tt-text {
            display: none
        }
}

body:not(.touch) .tt-promo:hover .tt-icon {
    background-color: #fff;
    color: #d70808
}

body:not(.touch) .tt-promo:hover .tt-description {
    background-color: rgba(5,5,5,0.75)
}

    body:not(.touch) .tt-promo:hover .tt-description .tt-text {
        height: 75px;
        opacity: 1
    }

@media (max-width: 1024px) {
    body:not(.touch) .tt-promo:hover .tt-description .tt-text {
        height: 87px
    }
}

.tt-sub-menu {
    list-style: none;
    margin: 10px 0 0;
    padding: 0
}

    .tt-sub-menu li {
        margin: 0 0 9px;
        display: block
    }

        .tt-sub-menu li a {
            display: block;
            color: #222;
            font-family: "Open Sans",sans-serif;
            background-color: transparent;
            font-size: 13px;
            line-height: 1.2;
            font-weight: 600;
            letter-spacing: .01em;
            text-transform: uppercase;
            padding: 19px 10px 19px 16px;
            transition: all .2s linear;
            -ms-transition: all .2s linear;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            -ms-border-radius: 6px;
            border-radius: 6px;
            -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);
            box-shadow: 0 0 4px rgba(0,0,0,0.1)
        }

            .tt-sub-menu li a i {
                font-size: 22px;
                line-height: 1.1;
                position: relative;
                top: 5px;
                margin: 0 5px 0 0
            }

            .tt-sub-menu li a:hover {
                color: #fff;
                background-color: #d70808
            }

        .tt-sub-menu li.active a {
            color: #fff;
            background-color: #d70808
        }

@media (max-width: 1024px) {
    .tt-sub-menu li a {
        display: inline-block
    }
}

.tt-faq-layout h3.tt-title {
    color: #222;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin: -3px 0 0;
    padding: 0 0 26px
}

    .tt-faq-layout h3.tt-title + .tt-faq {
        border-top: 1px solid #e8e8e8
    }

.tt-faq-layout [class^="col-"]:first-child {
    padding-right: 25px
}

.tt-faq-layout [class^="col-"]:last-child {
    padding-left: 25px
}

.tt-faq-layout [class^="col-"] .tt-title:not(:first-child) {
    margin-top: 57px
}

@media (max-width: 768px) {
    .tt-faq-layout [class^="col-"] .tt-title {
        margin-top: 40px
    }
}

.tt-faq-layout .tt-faq {
    border-bottom: 1px solid #e8e8e8
}

    .tt-faq-layout .tt-faq .tt-title {
        display: block;
        text-transform: uppercase;
        font-family: "Open Sans",sans-serif;
        color: #222;
        font-weight: 600;
        padding: 19px 30px 16px 0;
        margin: 0;
        position: relative;
        font-size: 15px;
        line-height: 1.4;
        -moz-transition: color .2s linear;
        -o-transition: color .2s linear;
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

        .tt-faq-layout .tt-faq .tt-title:before {
            content: '\e917';
            font-family: "carleader";
            position: absolute;
            display: inline-block;
            font-size: 13px;
            line-height: 1.2;
            right: 0;
            top: 18px;
            color: #d70808
        }

        .tt-faq-layout .tt-faq .tt-title:hover {
            color: #d70808
        }

    .tt-faq-layout .tt-faq .tt-content {
        display: none;
        border-bottom: 1px solid #dfdfdf;
        background-color: #fafafa;
        padding: 20px;
        color: #707070
    }

        .tt-faq-layout .tt-faq .tt-content p:last-child {
            padding-bottom: 0;
            margin-bottom: 0
        }

    .tt-faq-layout .tt-faq.active .tt-title {
        color: #d70808;
        font-weight: 600
    }

    .tt-faq-layout .tt-faq.active .tt-content {
        display: block
    }

@media (min-width: 1025px) {
    .tt-aside-btn .btn {
        height: 52px
    }

        .tt-aside-btn .btn [class^="icon-"] {
            font-size: 22px
        }
}

@media (max-width: 1024px) {
    .tt-aside-btn .btn {
        padding-left: 9px;
        padding-right: 9px;
        height: 42px
    }
}

.tt-aside03-layout {
    margin-top: 30px
}

    .tt-aside03-layout .tt-aside-btn {
        margin-top: 0 !important;
        margin-left: -10px
    }

@media (min-width: 767px) {
    .tt-aside03-layout .tt-aside-btn {
        text-align: right;
        padding-bottom: 1px
    }

        .tt-aside03-layout .tt-aside-btn .btn {
            margin: 10px 0 0 10px
        }
}

@media (max-width: 766px) {
    .tt-aside03-layout .tt-aside-btn .btn {
        margin: 10px 10px 0 0
    }
}

.tt-aside03-layout > :first-child {
    margin-top: 0
}

.tt-aside03-layout > :not(:first-child) {
    margin-top: 40px
}

.tt-aside03-layout .tt-aside-calculator {
    margin-top: 36px
}

@media (max-width: 766px) {
    .tt-aside03-layout .tt-aside-calculator {
        margin-top: 42px
    }
}

.tt-aside03-layout .tt-aside-btn + .tt-aside-promo {
    margin-top: 34px
}

@media (max-width: 1024px) {
    .tt-aside03-layout .tt-aside-btn + .tt-aside-promo {
        margin-top: 29px
    }
}

@media (max-width: 766px) {
    .tt-aside03-layout {
        margin-top: 40px
    }
}

.tt-aside-promo {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    font-family: "Open Sans",sans-serif
}

    .tt-aside-promo .tt-wrapper {
        background-color: #434547;
        color: #fff;
        padding: 14px 10px 20px
    }

        .tt-aside-promo .tt-wrapper .tt-value {
            font-weight: 600;
            font-size: 36px
        }

        .tt-aside-promo .tt-wrapper p {
            font-size: 12px;
            text-transform: uppercase;
            margin: 3px 0 0;
            padding: 0
        }

        .tt-aside-promo .tt-wrapper .btn {
            margin-top: 18px
        }

    .tt-aside-promo .tt-info {
        text-align: center;
        color: #222;
        font-size: 11px;
        padding: 12px 0 2px;
        text-transform: uppercase
    }

        .tt-aside-promo .tt-info span {
            font-weight: 600
        }

@media (min-width: 1025px) {
    .tt-aside03-box + .tt-aside-btn {
        margin-top: 39px !important
    }
}

@media (max-width: 1024px) {
    .tt-aside03-box + .tt-aside-btn {
        margin-top: 39px !important
    }
}

@media (max-width: 480px) {
    .tt-aside03-box + .tt-aside-btn {
        margin-top: 30px !important
    }
}

.tt-table-options {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate
}

    .tt-table-options tr td {
        color: #222;
        font-family: "Open Sans",sans-serif;
        font-size: 12px;
        line-height: 1.3;
        text-transform: uppercase;
        padding: 9px 12px
    }

@media (max-width: 1024px) {
    .tt-table-options tr td {
        font-size: 11px
    }
}

@media (max-width: 480px) {
    .tt-table-options tr td {
        padding: 5px 7px
    }
}

.tt-table-options tr td:first-child {
    background-color: #f7f7f7
}

.tt-table-options tr td:last-child {
    background-color: #fcfcfc;
    font-weight: 600
}

.tt-table-listing .tt-table-options tr td:first-child {
    width: 40%
}

.tt-table-listing .tt-table-options tr td:last-child {
    width: 60%
}

@media (max-width: 1024px) {
    .tt-table-listing .row > div:last-child .tt-table-options {
        margin-top: -1px
    }
}

.tt-aside03-title + .tt-aside03-content {
    margin-top: -7px
}

.tt-aside-calculator {
    background: #fff;
    -webkit-box-shadow: 0 0 49px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 0 49px rgba(0,0,0,0.12);
    box-shadow: 0 0 49px rgba(0,0,0,0.12)
}

    .tt-aside-calculator .tt-calculator-title {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-family: "Open Sans",sans-serif;
        padding: 9px 0 0
    }

        .tt-aside-calculator .tt-calculator-title span {
            display: block;
            width: 82px;
            height: 75px;
            background-color: #d70808;
            margin: 0 17px 0 0;
            -webkit-border-top-right-radius: 35px;
            -webkit-border-bottom-right-radius: 35px;
            -moz-border-radius-topright: 35px;
            -moz-border-radius-bottomright: 35px;
            border-top-right-radius: 35px;
            border-bottom-right-radius: 35px;
            font-size: 40px;
            line-height: 1.9;
            color: #fff
        }

            .tt-aside-calculator .tt-calculator-title span:before {
                position: relative;
                left: 15px
            }

    .tt-aside-calculator .tt-calculator-content {
        padding: 12px 30px 18px
    }

        .tt-aside-calculator .tt-calculator-content .form-group {
            margin-bottom: 13px
        }

        .tt-aside-calculator .tt-calculator-content .btn {
            margin-top: 6px;
            height: 42px
        }

    .tt-aside-calculator .tt-wrapper-top {
        background-color: #fff
    }

    .tt-aside-calculator .tt-wrapper-bottom {
        background-color: #f6f6f6;
        border-top: 1px solid #ececec;
        padding: 19px 15px;
        position: relative
    }

        .tt-aside-calculator .tt-wrapper-bottom:before {
            content: '';
            display: block;
            height: 5px;
            margin-top: -5px;
            pointer-events: none;
            position: absolute;
            left: 50%;
            top: -7px;
            margin-left: -4px;
            -webkit-transition: all .15s ease-in-out;
            -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
            border: 6px solid transparent;
            border-bottom: 6px solid #f6f6f6;
            z-index: 1
        }

        .tt-aside-calculator .tt-wrapper-bottom:after {
            content: '';
            display: block;
            height: 5px;
            margin-top: -6px;
            pointer-events: none;
            position: absolute;
            left: 50%;
            top: -6px;
            margin-left: -4px;
            z-index: 0;
            -webkit-transition: all .15s ease-in-out;
            -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
            border: 6px solid transparent;
            border-bottom: 6px solid rgba(0,0,0,0.2)
        }

    .tt-aside-calculator .tt-data-output {
        text-align: center;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative
    }

        .tt-aside-calculator .tt-data-output li {
            display: block;
            text-align: center;
            font-size: 11px;
            line-height: 19px;
            text-transform: uppercase;
            font-weight: 600;
            font-family: "Open Sans",sans-serif;
            color: #222
        }

            .tt-aside-calculator .tt-data-output li span {
                font-size: 15px;
                display: block;
                margin-top: -1px;
                text-align: center
            }

            .tt-aside-calculator .tt-data-output li:not(:first-child) {
                margin-top: 8px
            }

.tt-product-vertical-layout {
    padding-right: 70px;
    margin-top: 17px
}

    .tt-product-vertical-layout .tt-product-single-img {
        float: right;
        width: 73.3%;
        position: relative
    }

        .tt-product-vertical-layout .tt-product-single-img img {
            width: 100%;
            height: auto
        }

    .tt-product-vertical-layout .tt-product-single-carousel-vertical {
        margin: 0 0 44px;
        top: 0;
        left: 0;
        width: 13%;
        max-width: 110px
    }

        .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider {
            width: 100%;
            padding: 0;
            margin: 0
        }

            .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide {
                padding: 0 0 12px
            }

                .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide img {
                    -moz-opacity: 1;
                    -khtml-opacity: 1;
                    -webkit-opacity: 1;
                    opacity: 1
                }

                .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide a {
                    display: block;
                    position: relative
                }

                    .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide a:before {
                        content: '';
                        display: block;
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        background: #fff;
                        -moz-opacity: .6;
                        -khtml-opacity: .6;
                        -webkit-opacity: .6;
                        opacity: .6;
                        -moz-transition: opacity .2s linear;
                        -o-transition: opacity .2s linear;
                        -webkit-transition: opacity .2s linear;
                        transition: opacity .2s linear
                    }

                .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide:hover a:before, .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider .slick-slide .zoomGalleryActive:before {
                    -moz-opacity: 0;
                    -khtml-opacity: 0;
                    -webkit-opacity: 0;
                    opacity: 0
                }

        .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-arrow {
            top: auto;
            bottom: -33px;
            position: absolute;
            margin-top: 0;
            z-index: 2
        }

        .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-slider:before {
            content: '';
            display: block;
            width: 100%;
            height: 14px;
            position: absolute;
            bottom: 0;
            z-index: 1;
            background: -webkit-linear-gradient(bottom,#fff,#fff 20%);
            background: -o-linear-gradient(bottom,#fff,#fff 20%);
            background: -moz-linear-gradient(bottom,#fff,#fff 20%);
            background: linear-gradient(to bottom,#fff,#fff 20%)
        }

        .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-prev, .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-next {
            position: absolute;
            bottom: -54px;
            background: none;
            border: none;
            outline: none;
            display: inline-block;
            width: 39px;
            height: 39px;
            border: 1px solid #222;
            font-size: 0;
            line-height: 0;
            cursor: pointer;
            color: #222;
            margin-top: -19.5px;
            transition: all .2s linear;
            -ms-transition: all .2s linear;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear
        }

            .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-prev:before, .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-next:before {
                font-family: "carleader";
                font-size: 16px;
                line-height: 1.2
            }

            .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-prev:hover, .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-next:hover {
                border-color: #d70808;
                color: #d70808
            }

        .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-prev {
            left: 0
        }

            .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-prev:before {
                content: '\e916'
            }

        .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-next {
            right: 0
        }

            .tt-product-vertical-layout .tt-product-single-carousel-vertical .slick-next:before {
                content: '\e917'
            }

.product-single-info .tt-wrapper:first-child {
    margin-top: 30px
}

.product-single-info .tt-wrapper:not(:first-child) {
    margin-top: 23px
}

.product-single-info .tt-wrapper .tt-price {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 600;
    color: #222;
    display: inline-block;
    font-family: "Open Sans",sans-serif
}

    .product-single-info .tt-wrapper .tt-price + .tt-info {
        margin-left: 10px
    }

.product-single-info .tt-wrapper .tt-info {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    color: #222
}

.product-single-info .tt-wrapper .tt-label {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    margin-top: 11px
}

    .product-single-info .tt-wrapper .tt-label .tt-label-instock {
        color: #d70808
    }

.product-single-info .tt-wrapper .tt-info-list {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 24px 0 35px
}

    .product-single-info .tt-wrapper .tt-info-list li {
        position: relative;
        padding: 0 0 0 24px;
        color: #222;
        font-size: 15px;
        line-height: 1.5
    }

        .product-single-info .tt-wrapper .tt-info-list li:before {
            content: '\e934';
            font-family: "carleader";
            color: #d70808;
            font-size: 8px;
            line-height: 1;
            left: 0;
            top: 8px;
            display: inline-block;
            position: absolute
        }

        .product-single-info .tt-wrapper .tt-info-list li:not(:first-child) {
            margin-top: 22px
        }

.product-single-info .tt-wrapper .tt-row-counter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 44px 0 0
}

    .product-single-info .tt-wrapper .tt-row-counter label {
        display: block;
        padding-bottom: 10px
    }

    .product-single-info .tt-wrapper .tt-row-counter input {
        text-align: center;
        width: 53px;
        height: 50px;
        padding: 3px 12px 4px 14px
    }

    .product-single-info .tt-wrapper .tt-row-counter .tt-col:first-child {
        width: 53px
    }

    .product-single-info .tt-wrapper .tt-row-counter .tt-col:last-child {
        margin-left: 19px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

@media (max-width: 575px) {
    .product-single-info .tt-wrapper .tt-row-counter .tt-col {
        width: 100%
    }

        .product-single-info .tt-wrapper .tt-row-counter .tt-col:last-child {
            margin-top: 10px;
            margin-left: 0
        }
}

body.modal-open {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed
}

#compareSlide {
    position: fixed;
    z-index: 10000;
    bottom: -150%;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: block;
    -webkit-transition: bottom 200ms linear 0;
    -moz-transition: bottom 200ms linear 0;
    -ms-transition: bottom 200ms linear 0;
    -o-transition: bottom 200ms linear 0;
    transition: bottom 200ms linear 0
}

    #compareSlide.open {
        bottom: 0;
        -webkit-transition: bottom 200ms linear 0;
        -moz-transition: bottom 200ms linear 0;
        -ms-transition: bottom 200ms linear 0;
        -o-transition: bottom 200ms linear 0;
        transition: bottom 200ms linear 0
    }

.layout-slide .slide-title {
    width: 100%;
    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: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #191919;
    position: fixed;
    z-index: 1
}

    .layout-slide .slide-title .title {
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        padding: 22px 0 0 37px
    }

    .layout-slide .slide-title .btn-close-slide {
        color: #fff;
        font-size: 12px;
        line-height: 22px;
        padding: 24px 31px 25px;
        display: inline-block;
        cursor: pointer;
        -moz-transition: color .2s linear;
        -o-transition: color .2s linear;
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

        .layout-slide .slide-title .btn-close-slide:hover {
            color: #d70808
        }

.layout-slide .slide-content {
    height: 100vh
}

    .layout-slide .slide-content .tt-wrapper-col {
        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: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        vertical-align: top;
        position: relative;
        z-index: 0;
        padding-top: 72px;
        padding-bottom: 40px
    }

    .layout-slide .slide-content .col-value {
        width: 211px;
        min-width: 211px
    }

        .layout-slide .slide-content .col-value ul {
            margin-top: 265px
        }

            .layout-slide .slide-content .col-value ul li {
                background-color: #f7f7f7;
                color: #222;
                font-family: "Open Sans",sans-serif;
                height: 33px;
                width: 100%;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                padding: 6px 7px 3px 12px;
                font-size: 12px;
                line-height: 22px;
                font-weight: 500
            }

                .layout-slide .slide-content .col-value ul li:not(:first-child) {
                    margin-top: 3px
                }

    .layout-slide .slide-content .col-item {
        width: 241px;
        min-width: 241px;
        margin-left: 18px
    }

        .layout-slide .slide-content .col-item .item-close {
            display: block;
            text-align: center;
            height: 49px;
            font-size: 14px;
            line-height: 49px;
            color: #222;
            overflow: hidden;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

            .layout-slide .slide-content .col-item .item-close:hover {
                color: #d70808
            }

        .layout-slide .slide-content .col-item .img-obj {
            text-align: center;
            width: auto;
            height: 194px;
            vertical-align: top;
            overflow: hidden
        }

        .layout-slide .slide-content .col-item ul {
            margin-top: 22px
        }

            .layout-slide .slide-content .col-item ul li {
                background-color: #fcfcfc;
                color: #222;
                font-family: "Open Sans",sans-serif;
                height: 33px;
                width: 100%;
                padding: 6px 7px 3px 12px;
                font-size: 12px;
                line-height: 22px;
                font-weight: 500
            }

                .layout-slide .slide-content .col-item ul li:not(:first-child) {
                    margin-top: 3px
                }

                .layout-slide .slide-content .col-item ul li:not(:last-child) {
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap
                }

                .layout-slide .slide-content .col-item ul li:last-child {
                    height: 221px;
                    overflow: auto;
                    overflow-x: hidden
                }

@media (min-width: 576px) {
    .js-carousel-col-3 {
        margin-left: -15px;
        margin-right: -15px
    }
}

.tt-box-wrapper {
    padding: 130px 0 100px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover
}

@media (max-width: 1024px) {
    .tt-box-wrapper {
        padding: 134px 0 40px
    }
}

.tt-box-wrapper02 {
    padding: 117px 0;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover
}

@media (max-width: 1024px) {
    .tt-box-wrapper02 {
        padding: 79px 0
    }
}

@media (max-width: 575px) {
    .tt-box-wrapper02 {
        padding: 57px 0
    }
}

.tt-media-box01 {
    margin: 15px;
    background-color: #fff;
    display: block;
    color: #222;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.05);
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    -moz-transition: box-shadow .2s linear;
    -o-transition: box-shadow .2s linear;
    -webkit-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear
}

    .tt-media-box01:hover {
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0 15px rgba(0,0,0,0.15);
        box-shadow: 0 0 15px rgba(0,0,0,0.15)
    }

    .tt-media-box01 .tt-img {
        position: relative
    }

        .tt-media-box01 .tt-img img {
            max-width: 100%;
            height: auto
        }

        .tt-media-box01 .tt-img i {
            position: absolute;
            width: 53px;
            height: 53px;
            left: 50%;
            bottom: -26px;
            margin-left: -26px;
            background-color: #d70808;
            color: #fff;
            text-align: center;
            font-size: 28px;
            line-height: 1.9;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%
        }

    .tt-media-box01 .tt-description {
        padding: 40px 30px 37px;
        text-align: center
    }

        .tt-media-box01 .tt-description .tt-title {
            font-size: 24px;
            line-height: 1.3;
            font-weight: 600;
            font-family: "Open Sans",sans-serif;
            margin: 0;
            padding: 0 0 12px
        }

            .tt-media-box01 .tt-description .tt-title span {
                display: block;
                text-align: center;
                font-size: 16px;
                color: #d70808;
                margin-top: 7px
            }

        .tt-media-box01 .tt-description p {
            padding: 0;
            margin: 0;
            font-size: 16px;
            line-height: 26px
        }

        .tt-media-box01 .tt-description .tt-link {
            color: #d70808;
            font-size: 11px;
            line-height: 26px;
            font-weight: 600;
            font-family: "Open Sans",sans-serif;
            text-transform: uppercase;
            position: relative;
            display: inline-block;
            margin-top: 18px;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

            .tt-media-box01 .tt-description .tt-link:after {
                position: absolute;
                right: -15px;
                top: 9px;
                font-family: 'carleader' !important;
                content: "\e92b";
                font-size: 8px;
                line-height: 1.1;
                color: #d70808;
                -webkit-transform: rotate(270deg);
                -moz-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
                -o-transform: rotate(270deg);
                transform: rotate(270deg);
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

            .tt-media-box01 .tt-description .tt-link:hover {
                color: #222
            }

                .tt-media-box01 .tt-description .tt-link:hover:after {
                    color: #222
                }

    .tt-media-box01:hover {
        color: #222
    }

@media (max-width: 1024px) {
    .tt-media-box01 .tt-description .title {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 10px
    }

    .tt-media-box01 .tt-description p {
        font-size: 15px;
        line-height: 24px
    }

    .tt-media-box01 .tt-description .tt-link {
        margin-top: 27px
    }
}

@media (max-width: 766px) {
    .tt-media-box01 {
        max-width: 371px;
        margin: 0 auto;
        display: block
    }
}

.tt-defaul-color {
    color: #d70808
}

.tt-defaul-color02 {
    color: #222
}

.nice-select.tt-skin-01 span.current {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block
}

.tt-filters-options {
    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: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 14px
}

    .tt-filters-options .tt-btn-toggle {
        position: fixed;
        z-index: 7;
        left: 0
    }

@media (min-width: 1025px) {
    .tt-filters-options .tt-btn-toggle {
        display: none;
        visibility: hidden
    }
}

.tt-filters-options .tt-btn-toggle a {
    width: 58px;
    height: 54px;
    display: block;
    background-color: #d70808;
    color: #fff;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px
}

    .tt-filters-options .tt-btn-toggle a:before {
        content: '\e931';
        font-family: "carleader";
        font-size: 26px;
        line-height: 2;
        position: relative;
        left: 9px;
        top: 1px;
        color: #fff
    }

@media (max-width: 1024px) and (min-width: 768px) {
    .tt-filters-options .tt-btn-toggle {
        top: 212px
    }
}

@media (max-width: 767px) {
    .tt-filters-options .tt-btn-toggle {
        top: 138px
    }
}

.tt-filters-options .SumoSelect {
    width: inherit;
    min-width: 177px
}

    .tt-filters-options .SumoSelect .CaptionCont {
        padding: 7px 33px 3px 14px;
        height: 38px
    }

.tt-filters-options .tt-sort {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

    .tt-filters-options .tt-sort .tt-sort-total {
        display: inline-block;
        font-size: 12px;
        line-height: 1.2;
        vertical-align: top;
        padding-top: 14px;
        color: #222
    }

        .tt-filters-options .tt-sort .tt-sort-total:not(:first-child) {
            margin-left: 25px
        }

    .tt-filters-options .tt-sort .SumoSelect {
        z-index: 1
    }

.tt-filters-options .tt-quantity {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .tt-filters-options .tt-quantity a {
        width: 40px;
        height: 38px;
        display: inline-block;
        text-align: center;
        color: #222;
        border: 1px solid #dfdfdf;
        font-size: 16px;
        line-height: 2.3;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 1px #dfdfdf;
        -moz-box-shadow: 0 0 1px #dfdfdf;
        box-shadow: 0 0 1px #dfdfdf;
        transition: all .2s linear;
        -ms-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        margin-left: 10px
    }

        .tt-filters-options .tt-quantity a:hover {
            color: #d70808
        }

        .tt-filters-options .tt-quantity a.active {
            color: #d70808;
            border-color: #d70808;
            -webkit-box-shadow: 0 0 1px rgba(221,61,83,0.8);
            -moz-box-shadow: 0 0 1px rgba(221,61,83,0.8);
            box-shadow: 0 0 1px rgba(221,61,83,0.8)
        }

@media (max-width: 425px) {
    .tt-filters-options .tt-quantity {
        display: none
    }
}

@media (max-width: 575px) {
    .tt-filters-options .tt-quantity {
        display: none
    }
}

.tt-filter-value {
    list-style: none;
    margin: 7px 0 0 -7px;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .tt-filter-value li {
        margin: 7px 0 0 7px
    }

        .tt-filter-value li a {
            display: inline-block;
            background-color: #f2f2f2;
            color: #222;
            position: relative;
            font-size: 11px;
            line-height: 1.2;
            letter-spacing: .05em;
            padding: 6px 11px 7px;
            font-weight: 500;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            transition: all .2s linear;
            -ms-transition: all .2s linear;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear
        }

            .tt-filter-value li a:after {
                font-family: "carleader";
                content: '\e933';
                display: inline-block;
                font-size: 6px;
                line-height: 1;
                top: -1px;
                position: relative;
                margin-left: 8px
            }

            .tt-filter-value li a:hover {
                background-color: #222;
                color: #fff
            }

.tt-filters-aside [class^="tt-col"] {
    width: 100%
}

    .tt-filters-aside [class^="tt-col"]:not(:first-child) {
        margin-top: 20px
    }

.tt-filters-aside .tt-col-btn .btn [class^="icon-"] {
    font-size: 13px
}

.tt-filters-aside .tt-item {
    position: relative
}

    .tt-filters-aside .tt-item .SumoSelect {
        width: 100%;
        text-transform: uppercase;
        margin-top: 10px
    }

.tt-filters-aside .tt-col-btn .btn {
    width: 100%;
    height: 42px
}

    .tt-filters-aside .tt-col-btn .btn:not(:first-child) {
        margin-top: 7px
    }

.tt-filters-aside .tt-aside-title {
    padding-left: 0 !important
}

.tt-filters-aside .tt-slider-price {
    margin-top: 5px
}

.tt-filters-fullwidth {
    min-height: 108px;
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 18px
}

@media (max-width: 1024px) {
    .tt-filters-fullwidth {
        display: none
    }
}

.tt-filters-fullwidth .tt-col-select {
    margin-top: -10px;
    margin-left: -20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

    .tt-filters-fullwidth .tt-col-select .tt-item {
        width: calc(20% - 20px);
        margin-left: 20px
    }

        .tt-filters-fullwidth .tt-col-select .tt-item .SumoSelect {
            width: 100%;
            margin-top: 10px
        }

@media (max-width: 1229px) {
    .tt-filters-fullwidth .tt-col-select .tt-item {
        width: calc(25% - 20px)
    }

        .tt-filters-fullwidth .tt-col-select .tt-item:last-child {
            width: calc(100% - 20px);
            margin-left: 20px
        }

            .tt-filters-fullwidth .tt-col-select .tt-item:last-child .SumoSelect {
                width: calc(50% - 10px);
                margin-top: 10px
            }

            .tt-filters-fullwidth .tt-col-select .tt-item:last-child > :last-child {
                margin-left: 16px
            }
}

.tt-filters-fullwidth .tt-col-select .SumoSelect > .CaptionCont {
    padding: 7px 23px 3px 14px;
    height: 40px;
    min-width: 130px
}

.tt-filters-fullwidth > :not(:first-child) {
    margin-left: 19px
}

.tt-filters-fullwidth .tt-col-price {
    min-width: 173px
}

    .tt-filters-fullwidth .tt-col-price .tt-aside-title {
        color: #222;
        font-family: "Open Sans",sans-serif;
        font-weight: 600;
        margin: -6px 0 0;
        padding-bottom: 12px
    }

    .tt-filters-fullwidth .tt-col-price .slider-value-row {
        margin-top: 17px
    }

        .tt-filters-fullwidth .tt-col-price .slider-value-row .slider-value {
            height: 40px;
            font-size: 12px;
            line-height: 32px;
            font-weight: 500
        }

.tt-filters-fullwidth .tt-col-btn {
    min-width: 169px
}

    .tt-filters-fullwidth .tt-col-btn .btn {
        width: 100%;
        height: 41px
    }

        .tt-filters-fullwidth .tt-col-btn .btn:not(:first-child) {
            margin-top: 7px
        }

        .tt-filters-fullwidth .tt-col-btn .btn [class^="icon-"] {
            font-size: 13px
        }

.tt-filters-fullwidth {
    transform: translateY(0);
    transition: transform .5s;
    z-index: 11
}

    .tt-filters-fullwidth.stuck {
        position: fixed;
        top: 76px;
        z-index: 2;
        width: 1200px;
        padding: 15px 0
    }

    .tt-filters-fullwidth.stuck-bottom {
        transform: translateY(-100%)
    }

    .tt-filters-fullwidth.stuck:after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        right: -100%;
        height: 100%;
        z-index: -1;
        background: #f8f8f8
    }

.js-sticky-panel-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

@media (max-width: 1024px) {
    .js-sticky-panel-wrap {
        height: auto !important
    }
}

.tt-filters-layout + .tt-filters-options {
    border: none !important
}

.tt-filters-fullwidth + .tt-filters-options {
    padding-bottom: 18px
}

.tt-product-listing {
    margin: 11px -15px 0
}

    .tt-product-listing .tt-col-item {
        margin-top: 30px
    }

@media (min-width: 576px) {
    .tt-product-listing.tt-row-view .tt-col-item {
        flex: 0 0 100%;
        max-width: 100%
    }

    .tt-product-listing.tt-row-view .tt-description {
        text-align: left;
        padding-right: 15px
    }

        .tt-product-listing.tt-row-view .tt-description .tt-title {
            text-align: left;
            padding-left: 0
        }
}

@media (max-width: 425px) {
    .tt-product-listing .tt-col-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px
    }
}

.tt-product {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.04);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.04);
    box-shadow: 0 0 10px rgba(0,0,0,0.04)
}

    .tt-product .tt-image-box {
        text-align: center
    }

        .tt-product .tt-image-box img {
            max-width: 100%;
            height: auto
        }

    .tt-product .tt-description {
        padding: 10px 10px 18px;
        text-align: center
    }

        .tt-product .tt-description .tt-title {
            color: #222;
            font-family: "Open Sans",sans-serif;
            font-size: 15px;
            line-height: 25px;
            text-align: center;
            font-weight: 600;
            letter-spacing: .01em;
            margin: 0;
            padding: 0 10px
        }

            .tt-product .tt-description .tt-title a {
                color: #222;
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

                .tt-product .tt-description .tt-title a:hover {
                    color: #d70808
                }

        .tt-product .tt-description .tt-rating {
            text-align: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            -webkit-box-pack: center;
            margin-top: 12px;
            padding-bottom: 3px
        }

            .tt-product .tt-description .tt-rating i {
                font-size: 11px
            }

                .tt-product .tt-description .tt-rating i:not(:last-child) {
                    margin-right: 2px
                }

        .tt-product .tt-description .tt-price {
            margin-top: 16px;
            font-size: 24px;
            line-height: 1.2;
            color: #222;
            font-family: "Open Sans",sans-serif;
            font-weight: 600
        }

        .tt-product .tt-description .tt-btn-addtocart {
            margin-top: 25px;
            background: #d70808;
            color: #fff;
            font-family: "Open Sans",sans-serif;
            border: none;
            font-size: 11px;
            line-height: 1.1;
            font-weight: 600;
            position: relative;
            outline: none;
            padding: 4px 22px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            height: 42px;
            cursor: pointer;
            -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
            box-shadow: 0 1px 4px rgba(0,0,0,0.1);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            transition: all .2s linear;
            -ms-transition: all .2s linear;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear
        }

            .tt-product .tt-description .tt-btn-addtocart:hover {
                background: #222;
                color: #fff;
                outline: none
            }

            .tt-product .tt-description .tt-btn-addtocart:active, .tt-product .tt-description .tt-btn-addtocart:visited, .tt-product .tt-description .tt-btn-addtocart:focus, .tt-product .tt-description .tt-btn-addtocartbutton:focus {
                outline: none;
                box-shadow: none
            }

            .tt-product .tt-description .tt-btn-addtocart i {
                color: #fff;
                font-size: 16px;
                line-height: 1.2;
                margin-right: 8px
            }

    .tt-product.tt-view {
        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: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .tt-product.tt-view .tt-description .tt-rating {
            text-align: left;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            -webkit-box-pack: flex-start
        }

.tt-product-02 {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.04);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.04);
    box-shadow: 0 0 10px rgba(0,0,0,0.04);
    padding: 0 0 23px
}

    .tt-product-02 .tt-image-box {
        position: relative;
        display: block;
        overflow: hidden
    }

        .tt-product-02 .tt-image-box .tt-img {
            background-color: #222;
            display: block;
            overflow: hidden;
            position: relative
        }

            .tt-product-02 .tt-image-box .tt-img img {
                max-width: inherit;
                width: 100%;
                height: auto
            }

            .tt-product-02 .tt-image-box .tt-img:before {
                content: '';
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background-color: #222;
                -moz-transition: opacity .2s linear;
                -o-transition: opacity .2s linear;
                -webkit-transition: opacity .2s linear;
                transition: opacity .2s linear;
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0
            }

            .tt-product-02 .tt-image-box .tt-img .tt-label-location {
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-align-content: stretch;
                -ms-flex-line-pack: stretch;
                align-content: stretch;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start;
                position: absolute;
                top: 0;
                left: 0;
                font-size: 11px;
                line-height: 1.2;
                font-weight: 600;
                font-family: "Open Sans",sans-serif
            }

                .tt-product-02 .tt-image-box .tt-img .tt-label-location [class^="tt-label-"] {
                    padding: 5px 6px 4px;
                    margin: 9px 0 0 9px
                }

                .tt-product-02 .tt-image-box .tt-img .tt-label-location .tt-label-promo {
                    background-color: #2ac528;
                    color: #fff
                }

                .tt-product-02 .tt-image-box .tt-img .tt-label-location .tt-label-new {
                    background-color: #222;
                    color: #d70808
                }

                .tt-product-02 .tt-image-box .tt-img .tt-label-location .tt-label-info {
                    background-color: #fff;
                    color: #222
                }

                .tt-product-02 .tt-image-box .tt-img .tt-label-location .tt-label-info02 {
                    background-color: #d70808;
                    color: #fff
                }

            .tt-product-02 .tt-image-box .tt-img .tt-label-custom {
                position: absolute;
                right: 13px;
                bottom: 13px;
                display: block
            }

                .tt-product-02 .tt-image-box .tt-img .tt-label-custom i {
                    font-size: 80px;
                    line-height: 1.1;
                    color: #d70808
                }

            .tt-product-02 .tt-image-box .tt-img .tt-data {
                background-color: #ededec;
                color: #222;
                position: absolute;
                bottom: 0;
                width: 100%;
                display: block;
                padding: 2px 0 8px;
                font-size: 11px;
                font-weight: 500;
                line-height: 1.1;
                text-transform: uppercase;
                font-family: "Open Sans",sans-serif;
                transform: translate(0px,100%);
                -webkit-transform: translate(0px,100%);
                -o-transform: translate(0px,100%);
                -moz-transform: translate(0px,100%);
                -moz-opacity: 0;
                -khtml-opacity: 0;
                -webkit-opacity: 0;
                opacity: 0;
                transition: all .2s linear;
                -ms-transition: all .2s linear;
                -webkit-transition: all .2s linear;
                -o-transition: all .2s linear
            }

                .tt-product-02 .tt-image-box .tt-img .tt-data:before {
                    content: '\e919';
                    font-family: "carleader";
                    display: inline-block;
                    font-size: 18px;
                    line-height: 1.1;
                    position: relative;
                    top: 3px;
                    margin-right: 5px
                }

        .tt-product-02 .tt-image-box .tt-icon {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            top: 50%;
            width: 100%;
            margin-top: -27px;
            text-align: center;
            -moz-transition: opacity .2s linear;
            -o-transition: opacity .2s linear;
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0
        }

@media (max-width: 1024px) {
    .tt-product-02 .tt-image-box .tt-icon {
        display: none
    }
}

.tt-product-02 .tt-image-box .tt-icon li {
    margin: 6px 6px 0
}

    .tt-product-02 .tt-image-box .tt-icon li a {
        width: 43px;
        height: 43px;
        display: inline-block;
        border: 2px solid #d70808;
        background-color: #d70808;
        color: #fff;
        font-size: 18px;
        line-height: 2.4;
        -moz-transition: background-color .2s linear;
        -o-transition: background-color .2s linear;
        -webkit-transition: background-color .2s linear;
        transition: background-color .2s linear;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

        .tt-product-02 .tt-image-box .tt-icon li a:hover {
            background-color: transparent
        }

.tt-product-02 .tt-image-box:hover .tt-img:before {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    -webkit-opacity: .7;
    opacity: .7
}

.tt-product-02 .tt-image-box:hover .tt-icon {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.tt-product-02 .tt-image-box:hover .tt-data {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    transform: translate(0px,0%);
    -webkit-transform: translate(0px,0%);
    -o-transform: translate(0px,0%);
    -moz-transform: translate(0px,0%)
}

.tt-product-02 .tt-wrapper-description .tt-box-title {
    padding: 18px 7px 15px;
    border-bottom: 1px solid #f0f0f0
}

    .tt-product-02 .tt-wrapper-description .tt-box-title .tt-title {
        font-size: 18px;
        line-height: 1.3;
        font-weight: 600;
        color: #222;
        font-family: "Open Sans",sans-serif;
        margin: 0;
        padding: 0
    }

        .tt-product-02 .tt-wrapper-description .tt-box-title .tt-title a {
            color: #222;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

            .tt-product-02 .tt-wrapper-description .tt-box-title .tt-title a:hover {
                color: #d70808
            }

    .tt-product-02 .tt-wrapper-description .tt-box-title .tt-description {
        font-family: "Open Sans",sans-serif;
        font-size: 11px;
        line-height: 1.3;
        font-weight: 500;
        margin: 1px 0 0;
        text-transform: uppercase;
        color: #222
    }

.tt-product-02 .tt-wrapper-description .tt-box-price {
    position: relative;
    margin-top: 21px
}

    .tt-product-02 .tt-wrapper-description .tt-box-price .tt-text {
        color: #222;
        font-family: "Open Sans",sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500
    }

        .tt-product-02 .tt-wrapper-description .tt-box-price .tt-text + .tt-price {
            margin-left: 6px
        }

    .tt-product-02 .tt-wrapper-description .tt-box-price .tt-price {
        font-size: 24px;
        line-height: 1.3;
        color: #d70808;
        font-family: "Open Sans",sans-serif;
        font-weight: 600
    }

    .tt-product-02 .tt-wrapper-description .tt-box-price .tt-old-price {
        font-size: 12px;
        line-height: 1;
        text-decoration: line-through;
        color: #222;
        font-family: "Open Sans",sans-serif;
        font-weight: 600;
        position: absolute;
        top: -12px;
        width: 100%;
        text-align: center;
        display: block
    }

    .tt-product-02 .tt-wrapper-description .tt-box-price .tt-info-price {
        font-size: 24px;
        line-height: 1.3;
        color: #d70808;
        font-family: "Open Sans",sans-serif;
        font-weight: 600
    }

    .tt-product-02 .tt-wrapper-description .tt-box-price .tt-info {
        display: none
    }

.tt-product-02 .tt-wrapper-description .tt-icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 7px;
    padding-bottom: 9px;
    text-align: center
}

@media (min-width: 1025px) {
    .tt-product-02 .tt-wrapper-description .tt-icon {
        display: none
    }
}

.tt-product-02 .tt-wrapper-description .tt-icon li {
    margin: 6px 6px 0
}

    .tt-product-02 .tt-wrapper-description .tt-icon li a {
        width: 43px;
        height: 43px;
        display: inline-block;
        border: 2px solid #d70808;
        background-color: #d70808;
        color: #fff;
        font-size: 18px;
        line-height: 2.3;
        -moz-transition: background-color .2s linear;
        -o-transition: background-color .2s linear;
        -webkit-transition: background-color .2s linear;
        transition: background-color .2s linear;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

        .tt-product-02 .tt-wrapper-description .tt-icon li a:hover {
            background-color: transparent;
            color: #d70808
        }

.tt-product-02 .tt-wrapper-description .tt-add-info {
    display: none;
    list-style: none;
    margin: 0;
    text-transform: uppercase
}

    .tt-product-02 .tt-wrapper-description .tt-add-info li {
        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: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 11px;
        color: #222;
        font-family: "Open Sans",sans-serif;
        font-weight: 500
    }

        .tt-product-02 .tt-wrapper-description .tt-add-info li .col-title {
            width: 109px;
            min-width: 109px;
            padding-right: 10px
        }

        .tt-product-02 .tt-wrapper-description .tt-add-info li .col-designation {
            font-weight: 600
        }

.tt-product-02 .tt-wrapper-description .tt-btn {
    margin-top: 8px
}

    .tt-product-02 .tt-wrapper-description .tt-btn .tt-btn-moreinfo {
        background: #fff;
        color: #222;
        font-family: "Open Sans",sans-serif;
        border: none;
        font-size: 11px;
        line-height: 1.1;
        font-weight: 600;
        position: relative;
        outline: none;
        padding: 4px 20px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 42px;
        cursor: pointer;
        text-transform: uppercase;
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
        box-shadow: 0 1px 4px rgba(0,0,0,0.1);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        transition: all .2s linear;
        -ms-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear
    }

        .tt-product-02 .tt-wrapper-description .tt-btn .tt-btn-moreinfo:hover {
            background: #222;
            color: #fff;
            outline: none
        }

.tt-product-02.tt-no-product .tt-image-box, .tt-product-02.tt-no-product .tt-wrapper-description > :not(.tt-btn) {
    pointer-events: none
}

@media (min-width: 576px) {
    .tt-product-02.tt-view {
        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: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        padding: 0 26px 0 0
    }

        .tt-product-02.tt-view .tt-image-box {
            min-width: 267px
        }

            .tt-product-02.tt-view .tt-image-box .tt-icon {
                display: -ms-flexbox;
                display: -webkit-flex;
                display: -webkit-box;
                display: flex
            }

        .tt-product-02.tt-view .tt-wrapper-description {
            padding-left: 30px;
            padding-bottom: 18px;
            -webkit-flex: 2 1 auto;
            -ms-flex: 2 1 auto;
            flex: 2 1 auto;
            text-align: left
        }

            .tt-product-02.tt-view .tt-wrapper-description .tt-box-title {
                border: none;
                margin: 18px 0 0;
                padding: 0
            }

            .tt-product-02.tt-view .tt-wrapper-description .tt-icon {
                display: none
            }

            .tt-product-02.tt-view .tt-wrapper-description .tt-box-price {
                margin-top: 9px
            }

                .tt-product-02.tt-view .tt-wrapper-description .tt-box-price .tt-old-price {
                    position: relative;
                    top: 0;
                    margin-top: 5px;
                    text-align: left
                }

                .tt-product-02.tt-view .tt-wrapper-description .tt-box-price .tt-info {
                    display: block;
                    text-transform: uppercase;
                    color: #222;
                    font-family: "Open Sans",sans-serif;
                    font-size: 11px;
                    font-weight: 500
                }

                    .tt-product-02.tt-view .tt-wrapper-description .tt-box-price .tt-info span {
                        text-transform: none;
                        font-weight: 600
                    }

            .tt-product-02.tt-view .tt-wrapper-description .tt-add-info {
                display: block;
                margin-top: 6px
            }
}

@media (min-width: 576px) and (min-width: 1230px) {
    .tt-product-02.tt-view .tt-wrapper-description .tt-row-01 {
        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: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .tt-product-02.tt-view .tt-wrapper-description .tt-row-01 > :last-child {
            padding-top: 12px
        }

    .tt-product-02.tt-view .tt-wrapper-description .tt-box-price {
        text-align: right
    }

        .tt-product-02.tt-view .tt-wrapper-description .tt-box-price .tt-old-price {
            text-align: right
        }

        .tt-product-02.tt-view .tt-wrapper-description .tt-box-price .tt-info {
            text-align: right
        }

    .tt-product-02.tt-view .tt-wrapper-description .tt-btn {
        text-align: right
    }
}

@media (min-width: 576px) {
    .tt-product-02.tt-view .tt-row-02 {
        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: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch
    }

        .tt-product-02.tt-view .tt-row-02 > :not(:first-child) {
            margin-left: 60px
        }
}

@media (min-width: 576px) and (max-width: 1024px) {
    .tt-product-02.tt-view .tt-row-02 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .tt-product-02.tt-view .tt-row-02 > :not(:first-child) {
            margin-left: 0;
            margin-top: 0
        }
}

@media (min-width: 576px) and (max-width: 766px) {
    .tt-product-02.tt-view .tt-image-box {
        min-width: 240px;
        width: 240px
    }
}

body.touch .tt-product-02 .tt-image-box .tt-img .tt-data {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    transform: translate(0px,0%);
    -webkit-transform: translate(0px,0%);
    -o-transform: translate(0px,0%);
    -moz-transform: translate(0px,0%)
}

.tt-slider-product .slick-slide {
    padding: 10px
}

@media (min-width: 1025px) {
    .tt-aside .tt-wrapper-aside {
        -webkit-box-shadow: 0 0 49px rgba(0,0,0,0.12);
        -moz-box-shadow: 0 0 49px rgba(0,0,0,0.12);
        box-shadow: 0 0 49px rgba(0,0,0,0.12);
        padding-bottom: 29px
    }
}

@media (max-width: 1024px) {
    .tt-aside {
        position: fixed;
        display: block;
        margin: 0;
        background: #fff;
        z-index: 14;
        top: 0;
        left: -150%;
        height: 100%;
        width: 287px;
        max-width: inherit;
        text-align: left;
        -moz-transition: left .3s linear;
        -o-transition: left .3s linear;
        -webkit-transition: left .3s linear;
        transition: left .3s linear
    }
}

.tt-aside .tt-aside-box .tt-aside-title {
    color: #222;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    padding: 0 28px 3px
}

.tt-aside .tt-aside-box .tt-content {
    padding: 0 28px
}

.tt-aside .tt-aside-box:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 22px;
    margin-bottom: 24px
}

.tt-aside .slider-value-row .slider-value {
    height: 39px;
    padding: 1px 4px;
    font-size: 12px;
    font-weight: 500
}

.tt-label-aside {
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 0;
    margin-bottom: 12px;
    color: #222
}

    .tt-label-aside .tt-icon {
        width: 86px;
        height: 75px;
        background-color: #d70808;
        color: #fff;
        font-size: 40px;
        line-height: 2;
        text-align: center;
        -moz-border-radius-topright: 35px;
        -webkit-border-top-right-radius: 35px;
        border-top-right-radius: 35px;
        -moz-border-radius-bottomright: 35px;
        -webkit-border-bottom-right-radius: 35px;
        border-bottom-right-radius: 35px
    }

        .tt-label-aside .tt-icon i {
            margin-right: 7px
        }

    .tt-label-aside.tt-small {
        margin-bottom: 18px
    }

        .tt-label-aside.tt-small .tt-icon {
            font-size: 36px;
            line-height: 2.2
        }

@media (max-width: 1024px) {
    .tt-label-aside.tt-small .tt-icon {
        font-size: 26px
    }
}

.tt-label-aside .tt-title {
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans",sans-serif;
    color: #222;
    padding: 0 0 0 12px;
    font-weight: 500
}

.tt-label-aside .tt-btn-col-close {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -20px;
    display: none;
    padding: 5px
}

@media (max-width: 1024px) {
    .tt-label-aside {
        -moz-transition: left .3s linear;
        -o-transition: left .3s linear;
        -webkit-transition: left .3s linear;
        transition: left .3s linear;
        background-color: #fff;
        z-index: 2;
        top: 0;
        left: -150%;
        position: fixed;
        width: 287px
    }

        .tt-label-aside .tt-icon {
            width: 58px;
            height: 54px;
            background-color: #d70808;
            color: #fff;
            font-size: 26px;
            line-height: 2.3;
            text-align: center;
            -moz-border-radius-topright: 24px;
            -webkit-border-top-right-radius: 24px;
            border-top-right-radius: 24px;
            -moz-border-radius-bottomright: 24px;
            -webkit-border-bottom-right-radius: 24px;
            border-bottom-right-radius: 24px
        }

        .tt-label-aside .tt-btn-col-close {
            display: block
        }
}

.tt-label-aside:after {
    content: '';
    position: absolute;
    bottom: -9px;
    width: 100%;
    height: 10px;
    left: 0;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0),white 60%);
    background: -o-linear-gradient(top,rgba(255,255,255,0),white 60%);
    background: -moz-linear-gradient(top,rgba(255,255,255,0),white 60%);
    background: linear-gradient(to top,rgba(255,255,255,0),white 60%)
}

#aside-js.column-open .tt-label-aside {
    left: 0
}

.tt-product-aside {
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .tt-product-aside .tt-img {
        min-width: 85px
    }

        .tt-product-aside .tt-img + .tt-description {
            margin-left: 11px
        }

    .tt-product-aside .tt-description .tt-title {
        font-size: 15px;
        line-height: 22px;
        color: #222;
        font-weight: 400;
        margin: 0;
        padding: 0
    }

        .tt-product-aside .tt-description .tt-title a {
            color: #222;
            display: inline-block;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

            .tt-product-aside .tt-description .tt-title a:hover {
                color: #d70808
            }

    .tt-product-aside .tt-description .tt-rating {
        margin: 11px 0 0
    }

        .tt-product-aside .tt-description .tt-rating i {
            font-size: 11px
        }

    .tt-product-aside .tt-description .tt-price {
        font-weight: 600;
        font-size: 18px;
        margin-top: 7px;
        color: #222;
        font-family: "Open Sans",sans-serif
    }

    .tt-product-aside:not(:first-child) {
        margin-top: 20px
    }

@media (min-width: 1025px) {
    .tt-aside02 .tt-wrapper-aside {
        padding-bottom: 29px;
        -webkit-box-shadow: 0 0 49px rgba(0,0,0,0.12);
        -moz-box-shadow: 0 0 49px rgba(0,0,0,0.12);
        box-shadow: 0 0 49px rgba(0,0,0,0.12)
    }

        .tt-aside02 .tt-wrapper-aside + .tt-wrapper-aside {
            padding-top: 29px
        }
}

.tt-aside02 .tt-wrapper-aside + .tt-wrapper-aside {
    margin-top: 18px
}

@media (max-width: 1024px) {
    .tt-aside02 {
        position: fixed;
        display: block;
        margin: 0;
        background: #fff;
        z-index: 14;
        top: 0;
        left: -150%;
        height: 100%;
        width: 287px;
        max-width: inherit;
        text-align: left;
        -moz-transition: left .3s linear;
        -o-transition: left .3s linear;
        -webkit-transition: left .3s linear;
        transition: left .3s linear
    }

        .tt-aside02 .tt-skinSelect-01 .SumoSelect > .CaptionCont {
            height: 39px;
            padding: 7px 33px 3px 14px
        }
}

.tt-aside02 .tt-aside-box .tt-aside-title {
    color: #222;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    padding: 0 27px 11px 20px;
    margin: 0
}

@media (min-width: 1025px) {
    .tt-aside02 .tt-aside-box .tt-aside-title {
        padding: 0 27px 11px 29px
    }
}

@media (min-width: 1025px) {
    .tt-aside02 .tt-aside-box .tt-content {
        padding: 0 27px
    }
}

@media (max-width: 1024px) {
    .tt-aside02 .tt-aside-box .tt-content {
        padding: 0 20px
    }
}

.tt-aside02 .tt-aside-box:not(:last-child) {
    padding-bottom: 18px
}

.tt-aside02 .tt-skinSelect-01 .tt-col-select .SumoSelect > .CaptionCont {
    padding: 7px 33px 3px 14px;
    height: 39px
}

.tt-aside02 .slider-value-row .slider-value {
    height: 39px;
    padding: 1px 4px;
    font-size: 12px;
    font-weight: 500
}

.tt-aside02-box .tt-aside-title {
    color: #222;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    padding: 0 27px 3px
}

.tt-aside02-box .tt-content {
    padding: 0 27px
}

.tt-form-search .tt-item .btn {
    width: 100%;
    margin-top: 16px
}

    .tt-form-search .tt-item .btn [class^="icon-"] {
        font-size: 13px
    }

.tt-slider-price .tt-item {
    margin-top: 10px
}

    .tt-slider-price .tt-item .btn {
        width: 100%
    }

        .tt-slider-price .tt-item .btn:not(:first-child) {
            margin-top: 7px
        }

html.ie .aside.leftColumn.desctop-no-sidebar, html.ie .aside.leftColumn, html.ie .tt-btn-col-close {
    -moz-transition: left 0 linear;
    -o-transition: left 0 linear;
    -webkit-transition: left 0 linear;
    transition: left 0 linear
}

body.no-scroll:not(.touch), html.win.ie body.no-scroll {
    padding-right: 17px
}

body.no-scroll {
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 0
}

.modal-filter {
    background-color: rgba(0,0,0,0.55);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: block;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    -webkit-transition: background .2s linear;
    transition: background .2s linear
}

@media (max-width: 1024px) {
    .leftColumn {
        position: fixed;
        display: block;
        margin: 0;
        background: #fff;
        z-index: 14;
        top: 0;
        left: -150%;
        height: 100%;
        width: 287px;
        max-width: inherit;
        text-align: left;
        -moz-transition: left .3s linear;
        -o-transition: left .3s linear;
        -webkit-transition: left .3s linear;
        transition: left .3s linear
    }

    .aside.leftColumn .tt-btn-col-close {
        display: block
    }

    .leftColumn.column-open {
        left: 0;
        z-index: 12;
        padding: 97px 0 30px
    }

    #aside-js {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 1025px) {
    .desctop-no-sidebar {
        position: fixed;
        display: block;
        margin: 0;
        background: #fff;
        z-index: 14;
        top: 0;
        left: -150%;
        height: 100%;
        width: 287px;
        max-width: inherit;
        text-align: left;
        overflow-x: hidden
    }
}

.tt-title-single {
    padding-bottom: 28px
}

    .tt-title-single .tt-title {
        font-size: 36px;
        line-height: 1.3;
        color: #222;
        margin: 0;
        padding: 0;
        font-weight: 600;
        font-family: "Open Sans",sans-serif
    }

        .tt-title-single .tt-title a {
            color: #222
        }

            .tt-title-single .tt-title a:hover {
                color: #d70808
            }

@media (max-width: 1024px) {
    .tt-title-single .tt-title {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    .tt-title-single .tt-title {
        font-size: 28px
    }
}

.tt-title-single .tt-description {
    font-weight: 500;
    color: #222;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-top: 6px
}

@media (max-width: 1024px) {
    .tt-title-single .tt-description {
        font-size: 12px
    }
}

@media (max-width: 575px) {
    .tt-title-single .tt-description {
        font-size: 11px
    }
}

@media (max-width: 1024px) {
    .tt-title-single {
        padding-bottom: 37px
    }
}

@media (max-width: 767px) {
    .tt-title-single {
        padding-bottom: 19px
    }
}

.tt-title-single + .tt-aside-btn .btn:not(:first-child) {
    margin-left: 10px
}

@media (min-width: 767px) {
    .tt-title-single + .tt-aside-btn {
        margin-top: 14px
    }
}

.tt-mobile-product-layout {
    margin-top: 30px;
    position: relative
}

    .tt-mobile-product-layout .tt-label-location {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 600;
        font-family: "Open Sans",sans-serif
    }

        .tt-mobile-product-layout .tt-label-location [class^="tt-label-"] {
            padding: 5px 6px 4px;
            margin: 9px 0 0 9px
        }

        .tt-mobile-product-layout .tt-label-location .tt-label-promo {
            background-color: #2ac528;
            color: #fff
        }

        .tt-mobile-product-layout .tt-label-location .tt-label-new {
            background-color: #222;
            color: #d70808
        }

        .tt-mobile-product-layout .tt-label-location .tt-label-info {
            background-color: #fff;
            color: #222
        }

        .tt-mobile-product-layout .tt-label-location .tt-label-info02 {
            background-color: #d70808;
            color: #fff
        }

.tt-title-single-sub {
    font-size: 18px;
    line-height: 1.3;
    color: #222;
    margin: 0;
    padding: 0 0 24px;
    font-weight: 600;
    font-family: "Open Sans",sans-serif
}

    .tt-title-single-sub a {
        color: #222
    }

        .tt-title-single-sub a:hover {
            color: #d70808
        }

@media (max-width: 1024px) {
    .tt-title-single-sub {
        padding: 0 0 21px
    }
}

@media (max-width: 767px) {
    .tt-title-single-sub {
        padding: 0 0 19px
    }
}

.product-images-carousel {
    position: relative;
    margin-top: 10px;
    margin-right: -10px;
    padding-bottom: 26px
}

    .product-images-carousel ul li {
        padding-right: 10px
    }

    .product-images-carousel:before {
        content: '';
        width: 10px;
        height: 100%;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        background-color: #fff;
        z-index: 1
    }

    .product-images-carousel .slick-next {
        right: 30px
    }

    .product-images-carousel .slick-dots {
        margin-top: 30px;
        position: absolute
    }

        .product-images-carousel .slick-dots li {
            width: 8px;
            height: 8px
        }

    .product-images-carousel .slick-slider li {
        position: relative
    }

    .product-images-carousel .slick-slider .slick-slide a:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        -moz-opacity: .56;
        -khtml-opacity: .56;
        -webkit-opacity: .56;
        opacity: .56;
        -moz-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .product-images-carousel .slick-slider .slick-slide div:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        -moz-opacity: .56;
        -khtml-opacity: .56;
        -webkit-opacity: .56;
        opacity: .56;
        -moz-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .product-images-carousel .slick-slider .slick-slide:hover a:before, .product-images-carousel .slick-slider .slick-slide:hover div:before, .product-images-carousel .slick-slider .slick-slide .zoomGalleryActive:before {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0
    }

.tt-product-single-img {
    position: relative
}

    .tt-product-single-img .tt-label-location {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 600;
        font-family: "Open Sans",sans-serif
    }

        .tt-product-single-img .tt-label-location [class^="tt-label-"] {
            padding: 5px 6px 4px;
            margin: 9px 0 0 9px
        }

        .tt-product-single-img .tt-label-location .tt-label-promo {
            background-color: #2ac528;
            color: #fff
        }

        .tt-product-single-img .tt-label-location .tt-label-new {
            background-color: #222;
            color: #d70808
        }

        .tt-product-single-img .tt-label-location .tt-label-info {
            background-color: #fff;
            color: #222
        }

        .tt-product-single-img .tt-label-location .tt-label-info02 {
            background-color: #d70808;
            color: #fff
        }

.zoomWindowContainer div {
    z-index: 2 !important
}

.video-link-product {
    position: relative;
    cursor: pointer
}

    .video-link-product div {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .video-link-product [class^="icon-"] {
        color: #fff;
        font-size: 30px;
        line-height: 30px;
        transition: all .2s linear;
        -ms-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear
    }

        .video-link-product [class^="icon-"]:hover {
            color: #d70808
        }

.tt-tabs {
    overflow: hidden;
    margin-top: -15px
}

    .tt-tabs .tt-tabs__head > ul {
        list-style: none;
        padding: 0
    }

    .tt-tabs .tt-tabs__head .tt-tabs__btn-prev, .tt-tabs .tt-tabs__head .tt-tabs__btn-next {
        display: none
    }

    .tt-tabs .tt-tabs__body > div {
        display: block
    }

        .tt-tabs .tt-tabs__body > div > div {
            display: none
        }

        .tt-tabs .tt-tabs__body > div:not(:first-child) > span {
            border-top: solid 1px #dfdfdf
        }

@media only screen and (max-width: 1025px) {
    .tt-tabs .tt-tabs__head {
        display: none
    }

        .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev, .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next {
            display: none
        }

    .tt-tabs .tt-tabs__border {
        display: none
    }

    .tt-tabs .tt-tabs__body > div > span {
        position: relative;
        display: block;
        padding: 12px 0 11px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #222;
        cursor: pointer;
        transition: all .2s linear;
        -ms-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear
    }

    .tt-tabs .tt-tabs__body > div > div {
        padding: 30px 0 27px;
        border-top: solid 1px #dfdfdf
    }

    .tt-tabs .tt-tabs__body > div:hover > span {
        color: #d70808
    }

    .tt-tabs .tt-tabs__body > div.active > span {
        color: #d70808
    }

    .tt-tabs .tt-tabs__content-head {
        display: none
    }
}

@media only screen and (min-width: 1025px) {
    .tt-tabs .tt-tabs__head {
        position: relative;
        visibility: hidden
    }

        .tt-tabs .tt-tabs__head > ul {
            position: relative;
            margin: 0 -10px;
            flex-wrap: wrap;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex
        }

            .tt-tabs .tt-tabs__head > ul > li {
                padding: 0 10px 25px
            }

                .tt-tabs .tt-tabs__head > ul > li > span {
                    position: relative;
                    display: block;
                    padding: 10px 15px;
                    font-size: 14px;
                    line-height: 18px;
                    font-weight: 400;
                    letter-spacing: .17em;
                    text-transform: uppercase;
                    color: #222;
                    cursor: pointer;
                    border: 1px solid transparent;
                    transition: all .2s linear;
                    -ms-transition: all .2s linear;
                    -webkit-transition: all .2s linear;
                    -o-transition: all .2s linear
                }

                    .tt-tabs .tt-tabs__head > ul > li > span:hover {
                        display: block;
                        color: #d70808
                    }

                .tt-tabs .tt-tabs__head > ul > li.active > span {
                    color: #d70808;
                    border-color: #d70808
                }

        .tt-tabs .tt-tabs__head.text-center ul {
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .tt-tabs .tt-tabs__head.slider {
            margin-left: 30px;
            margin-right: 30px
        }

            .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev, .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next {
                display: block;
                position: absolute;
                width: 20px;
                height: 100%;
                top: 0;
                cursor: pointer;
                z-index: 2
            }

                .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev::before, .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next::before {
                    position: absolute;
                    display: block;
                    content: '';
                    top: 50%;
                    left: 50%;
                    margin-top: -15px;
                    border-top: solid 3px #222;
                    border-left: solid 3px #222;
                    width: 12px;
                    height: 12px;
                    transition: all .2s linear;
                    -ms-transition: all .2s linear;
                    -webkit-transition: all .2s linear;
                    -o-transition: all .2s linear
                }

                .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev.disabled, .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next.disabled {
                    pointer-events: none
                }

                    .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev.disabled::before, .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next.disabled::before {
                        border-top-color: #222;
                        border-left-color: #222
                    }

            .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev {
                left: -30px
            }

            .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next {
                right: -30px
            }

            .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev::before {
                margin-left: -4px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

            .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next::before {
                margin-left: -8px;
                -webkit-transform: rotate(135deg);
                -moz-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                -o-transform: rotate(135deg);
                transform: rotate(135deg)
            }

            .tt-tabs .tt-tabs__head.slider::before, .tt-tabs .tt-tabs__head.slider::after {
                position: absolute;
                display: block;
                content: '';
                height: 100%;
                width: 30px;
                top: 0;
                cursor: default;
                z-index: 1
            }

            .tt-tabs .tt-tabs__head.slider::before {
                left: -30px;
                background: -webkit-linear-gradient(left,rgba(255,255,255,0),white 20%);
                background: -o-linear-gradient(left,rgba(255,255,255,0),white 20%);
                background: -moz-linear-gradient(left,rgba(255,255,255,0),white 20%);
                background: linear-gradient(to left,rgba(255,255,255,0),white 20%)
            }

            .tt-tabs .tt-tabs__head.slider::after {
                right: -30px;
                background: -webkit-linear-gradient(right,rgba(255,255,255,0),white 20%);
                background: -o-linear-gradient(right,rgba(255,255,255,0),white 20%);
                background: -moz-linear-gradient(right,rgba(255,255,255,0),white 20%);
                background: linear-gradient(to right,rgba(255,255,255,0),white 20%)
            }

    .tt-tabs .tt-tabs__border {
        display: none
    }

    .tt-tabs .tt-tabs__body {
        border-top: solid 1px #dfdfdf;
        margin-top: -1px
    }

        .tt-tabs .tt-tabs__body > div > span {
            display: none
        }

        .tt-tabs .tt-tabs__body > div > div {
            padding: 28px 0 0
        }
}

.tt-tabs .tab-title {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #222;
    margin: 0;
    padding: 0 0 16px
}

.tt-tabs .tt-table-options {
    max-width: 611px
}

.tt-tabs .tt-rating {
    margin-top: 0
}

    .tt-tabs .tt-rating * {
        margin-right: 3px;
        display: inline-block
    }

.tt-tabs .tt-form-default {
    margin-top: 20px
}

.tt-tabs .tt-table-options tr td:first-child {
    width: 40%
}

.tt-tabs .tt-table-options tr td:last-child {
    width: 60%
}

.tt-aside-gallery .tt-img-large {
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    position: relative
}

    .tt-aside-gallery .tt-img-large .tt-label-location {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 600;
        font-family: "Open Sans",sans-serif
    }

        .tt-aside-gallery .tt-img-large .tt-label-location [class^="tt-label-"] {
            padding: 5px 6px 4px;
            margin: 9px 0 0 9px
        }

        .tt-aside-gallery .tt-img-large .tt-label-location .tt-label-promo {
            background-color: #2ac528;
            color: #fff
        }

        .tt-aside-gallery .tt-img-large .tt-label-location .tt-label-new {
            background-color: #222;
            color: #d70808
        }

        .tt-aside-gallery .tt-img-large .tt-label-location .tt-label-info {
            background-color: #fff;
            color: #222
        }

        .tt-aside-gallery .tt-img-large .tt-label-location .tt-label-info02 {
            background-color: #d70808;
            color: #fff
        }

.tt-aside-gallery .tt-img-thumbnails {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -10px
}

    .tt-aside-gallery .tt-img-thumbnails li {
        width: calc(33% - 10px);
        height: 100%;
        margin-top: 10px;
        margin-left: 10px;
        text-align: center;
        position: relative
    }

        .tt-aside-gallery .tt-img-thumbnails li a {
            display: block;
            width: 100%;
            height: 100%
        }

        .tt-aside-gallery .tt-img-thumbnails li.tt-more-hide {
            display: none
        }

    .tt-aside-gallery .tt-img-thumbnails .tt-more {
        font-family: "Open Sans",sans-serif;
        font-size: 10px;
        line-height: 1.4;
        font-weight: 600;
        color: #d70808;
        -moz-transition: color .2s linear;
        -o-transition: color .2s linear;
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

        .tt-aside-gallery .tt-img-thumbnails .tt-more:hover {
            color: #222
        }

        .tt-aside-gallery .tt-img-thumbnails .tt-more span {
            top: 0;
            left: 0;
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 100%;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }

.modal-layout-dafault h5.tt-title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    color: #222
}

.modal-layout-dafault h6.tt-title {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    color: #222;
    margin: 0;
    padding-bottom: 16px
}

.modal-layout-dafault .tt-title:not(:first-child) {
    margin-top: 24px
}


.modal-layout-dafault .tt-row-select {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-top: -10px;
    margin-left: -10px;
    padding-bottom: 16px
}

    .modal-layout-dafault .tt-row-select > * {
        width: calc(25% - 10px)
    }

    .modal-layout-dafault .tt-row-select > * {
        margin-left: 10px;
        margin-top: 10px
    }

@media (max-width: 731px) {
    .modal-layout-dafault .tt-row-select > * {
        width: calc(50% - 10px)
    }
}

@media (max-width: 480px) {
    .modal-layout-dafault .tt-row-select > * {
        width: calc(100% - 10px)
    }
}

.modal-layout-dafault .tt-row-radio {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-top: -10px;
    margin-left: -10px;
    padding-bottom: 7px
}

    .modal-layout-dafault .tt-row-radio > * {
        margin-left: 10px;
        margin-top: 10px
    }

    .modal-layout-dafault .tt-row-radio .tt-title {
        width: 163px;
        padding: 0 10px 0 0
    }

    .modal-layout-dafault .tt-row-radio > div:not(:first-child) {
        width: 105px;
        padding: 0 10px 0 0
    }

@media (max-width: 731px) {
    .modal-layout-dafault .tt-row-radio .tt-title {
        width: 100%
    }

    .modal-layout-dafault .tt-row-radio > div:not(:first-child) {
        width: 90px
    }
}

@media (max-width: 480px) {
    .modal-layout-dafault .tt-row-radio > * {
        margin-top: 7px
    }

    .modal-layout-dafault .tt-row-radio .radio {
        margin-bottom: 0
    }
}

.modal-layout-dafault .tt-row-radio + .tt-title {
    margin-top: 18px
}

.modal-layout-dafault .tt-row-calendar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 16px
}

    .modal-layout-dafault .tt-row-calendar > :first-child {
        width: 200px;
        margin-right: 15px;
        height: 44px
    }

    .modal-layout-dafault .tt-row-calendar .tt-text-separator {
        padding-left: 7px;
        padding-right: 7px
    }

    .modal-layout-dafault .tt-row-calendar .SumoSelect {
        width: 73px
    }

@media (max-width: 575px) {
    .modal-layout-dafault .tt-row-calendar > :first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }
}

.modal-video {
    width: 1055px
}

@media (max-width: 1170px) {
    .modal-video {
        width: 604px
    }
}

@media (max-width: 667px) {
    .modal-video {
        width: 461px
    }
}

@media (max-width: 507px) {
    .modal-video {
        width: 277px
    }
}

.modal-video-content {
    font-size: 0;
    line-height: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

    .modal-video-content iframe {
        border: none;
        width: 100%;
        height: 584px;
        max-height: 80vh
    }

@media (max-width: 1100px) {
    .modal-video-content iframe {
        height: 315px
    }
}

@media (max-width: 667px) {
    .modal-video-content iframe {
        height: 239px
    }
}

@media (max-width: 507px) {
    .modal-video-content iframe {
        height: 134px
    }
}

.tt-back-to-top {
    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: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    width: 58px;
    height: 58px;
    background-color: #d70808;
    color: #fff;
    font-size: 0;
    line-height: 0;
    position: fixed;
    bottom: -64px;
    z-index: 20;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8
}

    .tt-back-to-top:before {
        font-family: "carleader";
        content: "\e92c";
        display: block;
        font-size: 18px;
        line-height: 1;
        position: relative;
        top: -1px;
        -moz-transition: top .2s linear;
        -o-transition: top .2s linear;
        -webkit-transition: top .2s linear;
        transition: top .2s linear
    }

    .tt-back-to-top:hover {
        background-color: #d70808;
        color: #fff
    }

    .tt-back-to-top.tt-show {
        bottom: 50px
    }

@media (min-width: 1601px) {
    .tt-back-to-top {
        right: 53px
    }
}

@media (max-width: 1600px) and (min-width: 576px) {
    .tt-back-to-top {
        right: 28px
    }
}

@media (max-width: 768px) {
    .tt-back-to-top {
        width: 43px;
        height: 43px
    }

        .tt-back-to-top:before {
            font-size: 12px
        }
}

@media (max-width: 575px) {
    .tt-back-to-top {
        right: 14px
    }
}

body:not(.touch) .tt-back-to-top:hover {
    background-color: #d70808;
    color: #fff;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

    body:not(.touch) .tt-back-to-top:hover:before {
        top: -4px
    }

.tt-breadcrumb {
    background: transparent
}

@media (max-width: 1024px) {
    .tt-breadcrumb {
        display: none
    }
}

.tt-breadcrumb ul {
    list-style: none;
    margin: 11px 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

    .tt-breadcrumb ul li {
        font-size: 11px;
        line-height: 24px;
        padding: 1px 9px 1px 17px;
        position: relative;
        font-weight: 500;
        color: #222;
        font-family: "Open Sans",sans-serif
    }

        .tt-breadcrumb ul li a {
            color: #222;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

            .tt-breadcrumb ul li a:hover {
                color: #d70808
            }

        .tt-breadcrumb ul li:not(:first-child):before {
            content: '\e917';
            font-family: "carleader";
            position: absolute;
            display: inline-block;
            font-size: 10px;
            line-height: 1.2;
            left: 0;
            top: 7px;
            color: #d70808
        }

        .tt-breadcrumb ul li:first-child {
            padding-left: 0
        }

@media (max-width: 767px) {
    .tt-breadcrumb .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media (max-width: 575px) {
    .tt-breadcrumb {
        padding-left: 10px;
        padding-right: 10px
    }
}

.rightColumn {
    padding-left: 13px
}

@media (max-width: 767px) {
    .rightColumn {
        padding-right: 15px;
        padding-top: 30px
    }
}

@media (min-width: 1230px) {
    .blog-center-right {
        padding-right: 86px
    }
}

@media (max-width: 1229px) {
    .blog-center-right {
        padding-right: 40px
    }
}

@media (max-width: 1024px) {
    .blog-center-right {
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .blog-center-right {
        padding-bottom: 40px;
        padding-right: 15px
    }
}

@media (min-width: 1230px) {
    .tt-listing-post .tt-post:not(:first-child) {
        margin-top: 71px
    }
}

@media (max-width: 1229px) {
    .tt-listing-post .tt-post:not(:first-child) {
        margin-top: 51px
    }
}

@media (max-width: 1024px) {
    .tt-listing-post .tt-post:not(:first-child) {
        margin-top: 31px
    }
}

.tt-post-music iframe, .tt-post-music object, .tt-post-music embed {
    width: 100%;
    height: auto;
    border: 0
}

.tt-post-music {
    padding-bottom: 42px
}

.tt-img-link {
    display: block;
    position: relative
}

    .tt-img-link .tt-wrapper-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 36px;
        line-height: 1.3;
        font-weight: 600;
        color: #fff;
        font-family: "Open Sans",sans-serif;
        -moz-transition: color .2s linear;
        -o-transition: color .2s linear;
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

        .tt-img-link .tt-wrapper-text i {
            font-size: 32px;
            line-height: 1.2;
            color: #d70808;
            margin-right: 10px
        }

    .tt-img-link:hover .tt-wrapper-text {
        color: #d70808
    }

@media (max-width: 1229px) {
    .tt-img-link .tt-wrapper-text {
        font-size: 30px
    }

        .tt-img-link .tt-wrapper-text i {
            font-size: 28px
        }
}

@media (max-width: 1024px) {
    .tt-img-link .tt-wrapper-text {
        font-size: 20px
    }

        .tt-img-link .tt-wrapper-text i {
            font-size: 21px
        }
}

@media (max-width: 575px) {
    .tt-img-link .tt-wrapper-text {
        font-size: 16px
    }

        .tt-img-link .tt-wrapper-text i {
            font-size: 16px
        }
}

@media (max-width: 360px) {
    .tt-img-link .tt-wrapper-text {
        font-size: 15px
    }

        .tt-img-link .tt-wrapper-text i {
            font-size: 15px
        }
}

.tt-post .tt-post-img img {
    width: 100%;
    height: auto
}

.tt-post .tt-post-content {
    position: relative;
    padding: 0 0 0 31px
}

    .tt-post .tt-post-content .tt-title {
        color: #222;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.4
    }

    .tt-post .tt-post-content .tt-meta {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: -30px 0 0 -11px
    }

        .tt-post .tt-post-content .tt-meta .tt-time {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -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: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            width: 136px;
            height: 43px;
            background-color: #d70808;
            color: #fff;
            text-align: center;
            font-size: 12px;
            line-height: 1;
            position: relative;
            text-transform: uppercase;
            padding: 0 0 1px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 0
        }

            .tt-post .tt-post-content .tt-meta .tt-time span {
                font-size: 17px;
                line-height: 1;
                font-weight: 600
            }

        .tt-post .tt-post-content .tt-meta .tt-autor {
            -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
            align-self: flex-end;
            color: #999;
            font-size: 13px;
            line-height: 1.2;
            position: relative;
            top: 3px
        }

            .tt-post .tt-post-content .tt-meta .tt-autor span {
                color: #d70808
            }

    .tt-post .tt-post-content .tt-title {
        margin: 14px 0 -11px;
        padding: 0;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 600;
        font-family: "Open Sans",sans-serif;
        color: #222
    }

        .tt-post .tt-post-content .tt-title a {
            font-size: 30px;
            font-weight: 600;
            color: #222;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

            .tt-post .tt-post-content .tt-title a:hover {
                color: #d70808
            }

    .tt-post .tt-post-content .tt-description {
        margin: 17px 0 0;
        padding: 0
    }

    .tt-post .tt-post-content .tt-btn {
        margin-top: 20px;
        font-size: 11px
    }

        .tt-post .tt-post-content .tt-btn a {
            color: #d70808;
            font-size: 13px;
            line-height: 26px;
            font-weight: 600;
            font-family: "Open Sans",sans-serif;
            text-transform: uppercase;
            position: relative;
            display: inline-block;
            -moz-transition: color .2s linear;
            -o-transition: color .2s linear;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

            .tt-post .tt-post-content .tt-btn a:after {
                position: absolute;
                right: -15px;
                top: 9px;
                font-family: 'carleader' !important;
                content: "\e92b";
                font-size: 8px;
                line-height: 1.1;
                color: #d70808;
                -webkit-transform: rotate(270deg);
                -moz-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
                -o-transform: rotate(270deg);
                transform: rotate(270deg);
                -moz-transition: color .2s linear;
                -o-transition: color .2s linear;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

            .tt-post .tt-post-content .tt-btn a:hover {
                color: #222
            }

                .tt-post .tt-post-content .tt-btn a:hover:after {
                    color: #222
                }

    .tt-post .tt-post-content:first-child {
        overflow: hidden
    }

        .tt-post .tt-post-content:first-child .tt-meta {
            margin-top: 11px
        }

.tt-block02-aside {
    max-width: 300px
}

    .tt-block02-aside .tt-block02-title {
        font-size: 24px;
        line-height: 1.3;
        color: #222;
        font-weight: 600;
        font-family: "Open Sans",sans-serif;
        margin: 0
    }

@media (min-width: 1230px) {
    .tt-block02-aside .tt-block02-title {
        padding: 0 0 33px
    }
}

@media (max-width: 1229px) {
    .tt-block02-aside .tt-block02-title {
        padding: 0 0 28px
    }
}

@media (max-width: 1024px) {
    .tt-block02-aside .tt-block02-title {
        font-size: 20px;
        padding: 0 0 22px
    }
}

.tt-block02-aside:first-child {
    margin-top: -7px
}

@media (min-width: 1230px) {
    .tt-block02-aside:not(:first-child) {
        margin-top: 51px
    }
}

@media (max-width: 1229px) {
    .tt-block02-aside:not(:first-child) {
        margin-top: 41px
    }
}

@media (max-width: 1024px) {
    .tt-block02-aside:not(:first-child) {
        margin-top: 31px
    }
}

.tt-block02-aside .tt-post .tt-post-content {
    padding: 0
}

    .tt-block02-aside .tt-post .tt-post-content .tt-description {
        display: none
    }

.tt-block02-aside .tt-post:not(:first-child) {
    margin-top: 31px
}

.tt-block02-aside .tt-post .tt-post-content .tt-meta .tt-time {
    width: 90px;
    height: 30px;
    top: 10px;
    font-size: 10px;
    left: 18px
}

    .tt-block02-aside .tt-post .tt-post-content .tt-meta .tt-time span {
        font-size: 14px
    }

.tt-list-arrow {
    padding: 0;
    margin: -5px 0 0 10px;
    list-style: none
}

    .tt-list-arrow li a {
        position: relative;
        display: block;
        padding: 5px 0 5px 32px;
        font-size: 16px;
        color: #222;
        font-weight: 300;
        -moz-transition: color .2s linear;
        -o-transition: color .2s linear;
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

        .tt-list-arrow li a:before {
            font-family: "carleader";
            color: #d70808;
            content: "\e917";
            display: block;
            position: absolute;
            top: 9px;
            left: 0;
            font-size: 13px;
            line-height: 1.2
        }

        .tt-list-arrow li a:hover {
            color: #d70808
        }

.tt-list-box {
    list-style: none;
    padding: 0;
    margin: -7px 0 0 -7px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .tt-list-box li {
        margin: 7px 0 0 7px
    }

        .tt-list-box li a {
            display: inline-block;
            border: 1px solid #e1e1e1;
            color: #707070;
            font-size: 15px;
            line-height: 1.3;
            padding: 6px 10px 7px;
            font-weight: 300;
            transition: all .2s linear;
            -ms-transition: all .2s linear;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.05);
            -moz-box-shadow: 0 0 5px rgba(0,0,0,0.05);
            box-shadow: 0 0 5px rgba(0,0,0,0.05)
        }

            .tt-list-box li a:hover {
                color: #d70808;
                border-color: #d70808;
                -webkit-box-shadow: 0 0 1px rgba(221,61,83,0.8);
                -moz-box-shadow: 0 0 1px rgba(221,61,83,0.8);
                box-shadow: 0 0 1px rgba(221,61,83,0.8)
            }

        .tt-list-box li.active a {
            background-color: #d70808
        }

.full-width {
    width: 100%
}

.tt-blockquote {
    position: relative;
    padding: 0 0 0 59px;
    margin: 29px 0 0;
    color: #222;
    font-style: italic;
    font-size: 15px;
    line-height: 27px
}

    .tt-blockquote:before {
        content: '';
        display: block;
        position: absolute;
        top: 35px;
        left: 27px;
        background-color: #d70808;
        width: 2px;
        height: calc(100% - 43px)
    }

    .tt-blockquote:after {
        content: '”';
        display: block;
        position: absolute;
        top: 0;
        left: 20px;
        font-size: 40px;
        line-height: 1.2;
        color: #d70808;
        font-style: normal
    }

    .tt-blockquote p {
        font-style: italic;
        margin: 0;
        padding: 0
    }

@media (max-width: 1024px) {
    .tt-blockquote {
        padding: 0 0 0 30px
    }

        .tt-blockquote:before {
            display: none
        }

        .tt-blockquote:after {
            left: 0
        }
}

@media (max-width: 575px) {
    .tt-blockquote {
        font-size: 14px;
        line-height: 20px
    }
}

.tt-dl-box {
    font-size: 15px;
    margin-top: 27px
}

    .tt-dl-box dt {
        font-weight: 700;
        color: #222
    }

        .tt-dl-box dt:not(:first-child) {
            margin-top: 27px
        }

        .tt-dl-box dt + dd {
            margin: 27px 0 0
        }

    .tt-dl-box dd {
        padding: 0
    }

.tt-single-post p {
    margin: 27px 0 0;
    padding: 0
}

.tt-single-post .tt-list-box {
    margin-top: 27px
}

.isotop_showmore_js {
    margin-top: 55px
}

.tt-layout-01-post {
    margin-top: -30px;
    position: relative;
    padding-bottom: 15px
}

    .tt-layout-01-post .tt-post {
        margin-top: 30px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);
        -moz-box-shadow: 0 0 15px rgba(0,0,0,0.05);
        box-shadow: 0 0 15px rgba(0,0,0,0.05)
    }

        .tt-layout-01-post .tt-post .tt-post-content {
            padding: 0 30px 37px
        }

@media (min-width: 576px) {
    .tt-layout-01-post .tt-img-link .tt-wrapper-text {
        font-size: 18px
    }

        .tt-layout-01-post .tt-img-link .tt-wrapper-text i {
            font-size: 18px
        }
}

.tt-layout-01-post .tt-blockquote {
    padding-left: 33px
}

    .tt-layout-01-post .tt-blockquote:before {
        left: 10px
    }

    .tt-layout-01-post .tt-blockquote:after {
        left: 7px
    }

.tt-blog-masonry .tt-blog-init {
    overflow: hidden
}

    .tt-blog-masonry .tt-blog-init.tt-show {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1
    }

.tt-blog-masonry .grid:after {
    content: '';
    display: block;
    clear: both
}

.tt-blog-masonry .element-item {
    position: relative;
    float: left
}

.tt-blog-masonry .tt-grid-col-3 .element-item {
    width: 33.33%;
    padding: 0 10px
}

@media (max-width: 1024px) {
    .tt-blog-masonry .tt-grid-col-3 .element-item {
        width: 50%
    }
}

@media (max-width: 789px) {
    .tt-blog-masonry .tt-grid-col-3 .element-item {
        width: 100%
    }
}

@media (max-width: 575px) {
    .tt-blog-masonry .tt-grid-col-3 .element-item {
        padding: 0
    }
}

.tt-title-sub {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    color: #222;
    font-family: "Open Sans",sans-serif;
    padding: 0 0 25px;
    margin: 0
}

.tt-comments-layout .tt-item div[class^="tt-comments-level-"] {
    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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar {
        width: 64px;
        min-width: 64px;
        height: 64px;
        position: relative;
        margin-right: 16px;
        margin-top: -6px
    }

        .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar img {
            position: relative;
            z-index: 2;
            max-width: 100%;
            height: auto
        }

        .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar:empty:before {
            font-family: "carleader";
            content: "\e91c";
            font-size: 25px;
            line-height: 1.2px;
            top: 32px;
            display: block;
            text-align: center;
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 0;
            color: #fff
        }

        .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar:empty:after {
            content: '';
            background: #d70808;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            width: 100%;
            height: 100%;
            min-width: 59px;
            display: block;
            top: 0;
            left: 0;
            z-index: 0
        }

    .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content {
        margin-top: -12px;
        font-size: 15px
    }

        .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-comments-title {
            color: #707070
        }

            .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content .tt-comments-title .username {
                color: #d70808
            }

        .tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-content p {
            margin-top: 7px
        }

.tt-comments-layout .tt-item:not(:last-child) {
    padding-bottom: 18px;
    border-bottom: 1px solid #dfdfdf
}

.tt-comments-layout .tt-item {
    margin-top: 24px
}

.spnotpaid {
    color: blueviolet;
}

/*#loginId {
    display: flex;
    align-items:end;
}*/

