@charset "UTF-8";
/*---------------------------------------*/
/*--------   Table of contents   --------*/
/*

3. External module
        3.1 Bootstrap
        3.3 Slider Slick
        3.3 Magnific popup

4. Typography
5. Header
6. Content layout
7. Modal
8. Back To Top



/*-------  3.2 Slider Slick  --------*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }

.slick-list:focus {
    outline: none; }

.slick-list.dragging {
    cursor: pointer; }



.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }

[dir='rtl'] .slick-slide {
    float: right; }

.slick-slide img {
    display: block;
    width: 100%; }

.slick-slide.slick-loading img {
    display: none; }

.slick-slide.dragging img {
    pointer-events: none; }

.slick-initialized .slick-slide {
    display: block; }

.slick-loading .slick-slide {
    visibility: hidden; }

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/*-------  3.3 Magnific popup  --------*/
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
    overflow: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.5); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    position: fixed;
    outline: none;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 20; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom {
    cursor: pointer; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close, .mfp-arrow,
.mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 20; }

.mfp-preloader a {
    color: #cccccc; }

.mfp-preloader a:hover {
    color: #ffffff; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 21;
    -webkit-box-shadow: none;
    box-shadow: none; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: -43px;
    top: -44px;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #ffffff;
    font-size: 0px;
    line-height: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;color: white;
    font-size: 27px;
    border: 1px solid white !important;}



.mfp-close:hover {
    color: #dd3d53; }

.mfp-counter {
    top: 0;
    right: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: lighter;
    white-space: nowrap; }

button.mfp-arrow {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -25px;
    padding: 0;
    width: 50px;
    height: 50px;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border: medium inset transparent; }

.mfp-arrow {
    display: block;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 45px;
    color: #ffffff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.mfp-arrow:hover,
button.mfp-arrow:hover {
    color: #dd3d53; }

.mfp-arrow:before {
    display: block; }

button.mfp-arrow-right,
button.mfp-arrow-left {
    position: absolute;
    top: 50%;
    background: none;
    border: none;
    outline: none;
    display: inline-block;
    text-align: center;
    width: 49px;
    height: 49px;
    border: 1px solid #ffffff;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    margin-top: -44px;
    color: #ffffff;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
button.mfp-arrow-right:before,
button.mfp-arrow-left:before {
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 2.75;
    margin-left: 13px; }
button.mfp-arrow-right:hover,
button.mfp-arrow-left:hover {
    border-color: #dd3d53;
    color: #dd3d53; }

.mfp-arrow-right {
    left: 20px; }
.mfp-arrow-right:before {
    content: '\f060'; }

.mfp-arrow-left {
    right: 20px; }
.mfp-arrow-left:before {
    content: '\f061'; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -21px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    text-align: center;
    font-family: "Montserrat", sans-serif; }

.mfp-title {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    word-wrap: break-word; }

.mfp-image-holder .mfp-content {
    max-width: 72%; }

.mfp-gallery img.mfp-img {
    max-height: 80vh !important; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
      * Remove all paddings around the image on small screen
      */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }





body.mfp-zoom-out-cur #tt-stuck.stuck {
    padding-right: 17px; }


/*---------------------------------------*/
/*-------      4. Typography        -----*/
/*---------------------------------------*/
@-webkit-keyframes fade-in {
    0% {
    opacity: 0.1; }
100% {
    opacity: 1; } }

@-moz-keyframes fade-in {
    0% {
    opacity: 0.1; }
100% {
    opacity: 1; } }

@-o-keyframes fade-in {
    0% {
    opacity: 0.1; }
100% {
    opacity: 1; } }

@keyframes fade-in {
    0% {
    opacity: 0.1; }
100% {
    opacity: 1; } }

body {
    font-family: "Open Sans", sans-serif;
    color: #707070;
    background: #ffffff;
    margin: 0;
    overflow-x: hidden;
    font-size: 15px;
    line-height: 24px;
    -webkit-animation: fade-in 1s linear;
    -moz-animation: fade-in 1s linear;
    -o-animation: fade-in 1s linear;
    animation: fade-in 1s linear; }
@media (max-width: 575px) {
    body {
        font-size: 14px;
        line-height: 20px; } }

img {
    max-width: 100%;
    height: auto; }

a {
    text-decoration: none;
    outline: none;
    color: #707070; }

a:hover {
    outline: none;
    text-decoration: none;
    outline: none;
    color: #707070; }

a:active,
a:visited,
a:focus {
    text-decoration: none;
    outline: none; }

.btn {
    background: #dd3d53;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    border: none;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 600;
    position: relative;
    outline: none;
    padding: 4px 24px 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 46px;
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 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 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
.btn:hover {
    background: #222222;
    color: #ffffff;
    outline: none; }
.btn:active, .btn:visited, .btn:focus, .btnbutton:focus {
    outline: none;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); }
.btn:not(.tt-icon-right) [class^="icon-"] {
    font-size: 18px;
    line-height: 1.2;
    margin-right: 6px; }
.btn.btn-wide {
    padding-left: 38px;
    padding-right: 38px; }

.btn.btn-xl {
    height: 49px;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px; }
.btn.btn-xl [class^="icon-"] {
    font-size: 20px;
    line-height: 1.2;
    margin-right: 11px;
    position: relative;
    top: -1px; }
@media (max-width: 1024px) {
    .btn.btn-xl {
        padding-left: 30px;
        padding-right: 30px; } }
@media (max-width: 767px) {
    .btn.btn-xl {
        padding-left: 30px;
        padding-right: 30px; }
    .btn.btn-xl [class^="icon-"] {
        font-size: 18px; } }
@media (max-width: 575px) {
    .btn.btn-xl {
        padding-left: 25px;
        padding-right: 25px; }
    .btn.btn-xl [class^="icon-"] {
        font-size: 18px; } }

ul {
    list-style: none;
    margin: 0;
    padding: 0; }

p {
    padding: 0 0 12px 0; }
@media (max-width: 1024px) {
    p {
        padding-bottom: 17px;
        margin-bottom: 0; } }
@media (max-width: 575px) {
    p {
        padding-bottom: 30px;
        margin-bottom: 0; } }

hr {
    border: none;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #dfdfdf;
    padding: 0; }
@media (min-width: 1025px) {
    hr {
        margin: 60px 0 53px 0; } }
@media (max-width: 1024px) {
    hr {
        margin: 40px 0 33px 0; } }

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0; }

/*
    tt-block-title
*/
.tt-block-title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    position: relative; }
.tt-block-title .tt-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0px;
    color: #222222;text-transform: uppercase;

}
.tt-block-title .tt-title:first-child {
    margin-top: -4px; }
.tt-block-title .tt-description {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #dd3d53;
    text-transform: uppercase;
    margin-top: 7px; }
.tt-block-title.tt-title-custom .tt-description {
    color: #222222;
    text-transform: inherit;
    font-size: 18px; }
@media (min-width: 1025px) {
    .tt-block-title {
        padding-bottom: 45px; }
    .tt-block-title .tt-title {
        font-size: 30px; }
    .tt-block-title .tt-description {
        font-size: 14px; }
    .tt-block-title.tt-sub-pages {
        padding-bottom: 56px; } }
@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: #ffffff; }

.tt-indent-btn {
    margin-top: -19px; }



.img-bottom {
    margin-bottom: 7px; }

/* layout indent */




.container-indent-03:not(.no-margin) {
    margin-top: 85px; }
@media (max-width: 1024px) {
    .container-indent-03:not(.no-margin) {
        margin-top: 52px; } }
@media (max-width: 575px) {
    .container-indent-03:not(.no-margin) {
        margin-top: 42px; } }

.container-indent-04:not(.no-margin) {
    margin-top: 85px; }
@media (max-width: 1024px) {
    .container-indent-04:not(.no-margin) {
        margin-top: 47px; } }
@media (max-width: 575px) {
    .container-indent-04:not(.no-margin) {
        margin-top: 25px; } }





.tt-box-indent {
    margin-top: 49px; }
@media (max-width: 1024px) {
    .tt-box-indent {
        margin-top: 31px; } }
@media (max-width: 767px) {
    .tt-box-indent {
        margin-top: 26px; } }

@media (max-width: 767px) {
    #tt-pageContent .container {
        padding-left: 25px;
        padding-right: 25px; } }



@media (max-width: 767px) {
    .tt-mobile-hidden {
        display: none; } }



/*
    tt-form-default02
*/
.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 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.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: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: #dd3d53;
    box-shadow: none;
    color: #707070; }


input[type=checkbox]:checked ~ label .check {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }




/*
  Custom select
*/


@media (max-width: 575px) {
    .hidden-mobile {
        display: none !important; } }

@media (min-width: 576px) {
    .visible-mobile {
        display: none !important; } }


.tt-wrapper-01 {
    background: #fafafa;
    padding: 97px 0 101px 0; }
@media (max-width: 1024px) {
    .tt-wrapper-01 {
        padding: 67px 0 70px 0; } }
@media (max-width: 575px) {
    .tt-wrapper-01 {
        padding: 57px 0 60px 0; } }

h6:not([class^="tt-title"]) {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #222222;
    margin: 0;
    padding: 0 0 21px 0;
    font-family: "Montserrat", sans-serif; }
@media (max-width: 1024px) {
    h6:not([class^="tt-title"]) {
        font-size: 16px; } }

.tt-title-default {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    color: #222222;
    margin: 0;
    padding: 0 0 21px 0;
    font-family: "Montserrat", 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 0; } }

.tt-list01 {
     list-style: none;
    padding: 0 0 0 0px;
    margin: 0; }
.tt-list01 li {
   padding: 0 0 10px 0px;
    color: #222222;
    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: #dd3d53; }*/
.tt-list01 li i{
    margin-right: 10px;
    color: #df6073;
}
.tt-list01 li a {
    color: #222222;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
.tt-list01 li a:hover {
    color: #dd3d53; }


/*---------------------------------------*/
/*--------     5. Header         --------*/
/*---------------------------------------*/
.panel-menu,
.mmpanels,
.mmpanels > .mmpanel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: inherit; }

.panel-menu {
    width: 320px;
    background: #484848;
    position: fixed;
    z-index: 50; }
.panel-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
.panel-menu ul li {
    margin: 0;
    width: 100%; }
.panel-menu ul li a {
    display: flex;
    padding: 9px 27px 9px 30px;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    color: #ffffff;
    background: transparent;
    position: relative;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear; }
.panel-menu ul li a:hover {
    color: #dd3d53;
    background: transparent; }
.panel-menu #mm0.mmpanel a:not(.mm-close) {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #ffffff;
    background-color: transparent; }
.panel-menu #mm0.mmpanel a:not(.mm-close):after {
    color: #ffffff; }
.panel-menu #mm0.mmpanel a:not(.mm-close):hover {
    color: #dd3d53;
    background-color: transparent; }
.panel-menu #mm0.mmpanel a:not(.mm-close):hover:after {
    color: #dd3d53; }
.panel-menu #mm0.mmpanel .mm-next-level:after {
    top: 18px; }
.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
    font-family: "Open Sans", sans-serif;
    font-weight: 400; }
.panel-menu .mmpanel .mm-original-link .tt-badge {
    top: -1px; }
.panel-menu .mm-close,
.panel-menu .mm-prev-level,
.panel-menu .mm-original-link {
    display: block;
    color: #ffffff;
    background-color: transparent;
    background-color: transparent;
    text-transform: uppercase; }
.panel-menu .mm-close:before,
.panel-menu .mm-prev-level:before,
.panel-menu .mm-next-level:after {
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    color: #ffffff; }
.panel-menu .mm-close:hover,
.panel-menu .mm-prev-level:hover,
.panel-menu .mm-next-level:hover {
    color: #dd3d53;
    background-color: transparent; }
.panel-menu .mm-close:hover:before .mm-prev-level:hover:before,
.panel-menu .mm-next-level:hover:after {
    color: #dd3d53; }
.panel-menu li.mm-close-parent {
    margin-bottom: 32px; }
.panel-menu li.mm-close-parent .mm-close {
    padding: 14px 16px 15px 29px;
    color: #ffffff;
    border-bottom: 1px solid #dfdfdf;
    background-color: transparent; }
.panel-menu li.mm-close-parent .mm-close:before {
    content: "\f00d";
    padding-right: 10px;
    position: relative;
    top: 0px;
    color: #ffffff; }
.panel-menu li.mm-close-parent .mm-close:hover {
    color: #dd3d53;
    background-color: transparent; }
.panel-menu li.mm-close-parent .mm-close:hover:before {
    color: #dd3d53; }
.panel-menu .mm-prev-level {
    padding: 14px 16px 15px 29px;
    color: #ffffff;
    background-color: transparent;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 15px; }
.panel-menu .mm-prev-level:before {
    content: "\e92b";
    padding-right: 10px;
    position: relative;
    top: 5px;
    color: #ffffff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block; }
.panel-menu .mm-prev-level:hover {
    color: #dd3d53;
    background-color: transparent; }
.panel-menu .mm-prev-level:hover:before {
    color: #dd3d53; }
.panel-menu .mm-next-level {
    color: #222222;
    background-color: transparent; }
.panel-menu .mm-next-level:after {
    content: "\e92b";
    padding-left: 10px;
    top: 12px;
    right: 30px;
    position: absolute;
    color: #ffffff;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
.panel-menu .mm-next-level:hover {
    color: #dd3d53;
    background-color: transparent; }
.panel-menu .mm-next-level:hover:after {
    color: #dd3d53; }
.panel-menu .mm-original-link {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #ffffff;
    background-color: transparent; }
.panel-menu .mm-original-link:before {
    padding-right: 10px;
    color: #ffffff; }
.panel-menu .mm-original-link:hover {
    color: #dd3d53;
    background-color: transparent; }
.panel-menu .mm-original-link:hover:before {
    color: #dd3d53; }

.mm-open {
    overflow: hidden; }
.mm-open .mm-fullscreen-bg {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.55);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 21;
    display: none; }

.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.panel-menu {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

.panel-menu.mm-right,
.mmitemopen.panel-menu.mm-right.mmhide {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

.mmitemopen.panel-menu.mmhide {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

.mmpanel {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

.mmpanels {
    overflow: hidden; }

.mmpanel.mmopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.mmpanel.mmsubopened {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0); }

.mmpanels > .mmpanel {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto; }

.mmpanels,
.mmpanels >
.mmpanel {
    background: inherit;
    border-color: inherit; }

.mmpanels > .mmpanel:not(.mmhidden) {
    display: block; }

.mmpanels > .mmpanel:after {
    content: '';
    display: block;
    height: 20px; }

.mmhidden,
.mm-nav-btn {
    display: none; }

.mm-fullscreen-bg,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:hover {
    outline: none; }

.tt-menu-slider {
    max-height: 389px; }

/*
        tt-header-01
*/
#tt-header.tt-header-01 {
    position: relative;
    z-index: 3;
    /*
                  panel-info(desctope top line)
    */
    /*
                  quickLinks(mobile top line)
    */
    /*
                  header-holder layout
    */
    /*
                  header-obj
    */
    /* desctop-menu */ }
@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 (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: #222222; }
    #tt-header.tt-header-01 .tt-panel-info .row {
        height: 28px;
        position: relative;
        top: -1px; }
 }
#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: #ffffff; }
#tt-header.tt-header-01 .tt-box-info li a {
    color: #ffffff;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
#tt-header.tt-header-01 .tt-box-info li a:hover {
    color: #dd3d53; }
#tt-header.tt-header-01 .tt-box-info li i {
    font-size: 18px;
    line-height: 1;
    color: #dd3d53;
    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-searcher .tt-dropdown-menu {
    position: fixed;
    opacity: 0;
    width: 100%;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    background: #ffffff;
    right: 0;
    left: 0;
    z-index: 22;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #dd3d53; }
@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 0px;
    margin-left: 38px;
    box-shadow: none;
    outline: none;
    width: calc(100% - 71px);
    color: #5f5f5f;
    border-radius: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.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: 0px;
    z-index: 3;
    display: inline-block;
    background: none;
    border: none;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.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: #dd3d53; }
#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 0px 5px 5px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.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: #dd3d53; }
@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: 0.3s ease 0.15s;
    transition: 0.3s ease 0.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: #dd3d53;
    display: inline-block;
    padding: 6px 0 9px 5px;
    position: relative;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    transition: 0.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: #ffffff; }
#tt-header.tt-header-01 .tt-cart .tt-dropdown-menu {
    position: absolute;
    opacity: 0;
    width: 299px;
    margin: 15px 0 0 0;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    background: #ffffff;
    right: 0;
    top: 100%;
    z-index: 22;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #dd3d53;
    -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 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    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 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.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: "Montserrat", sans-serif;
    color: #222222;
    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: #dd3d53;
    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: #222222; }
#tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results {
    padding: 0 20px 0 20px; }
#tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li {
    margin: 24px 0 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: #222222;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.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: #222222;
    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: #dd3d53; }
#tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li .tt-close-item {
    color: #222222;
    font-size: 12px;
    padding: 5px 0px 5px 5px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
#tt-header.tt-header-01 .tt-cart .tt-dropdown-menu .tt-search-results li .tt-close-item:hover {
    color: #dd3d53; }
#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 20px; }
#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: #222222;
    font-weight: 600;
    font-family: "Montserrat", 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: #222222; }
#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: 0.3s ease 0.15s;
    transition: 0.3s ease 0.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: #dd3d53;
    display: inline-block;
    padding: 6px 0 9px 5px;
    position: relative;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    transition: 0.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: #ffffff; }
#tt-header.tt-header-01 .tt-account .tt-dropdown-menu {
    position: absolute;
    opacity: 0;
    width: 230px;
    margin: 15px 0 0 0;
    padding: 0 20px 20px;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    background: #ffffff;
    right: -23px;
    top: 100%;
    z-index: 22;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #dd3d53;
    -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 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    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 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.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 0px 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: #222222;
    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: #dd3d53; }
#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: #222222;
    font-size: 16px; }
#tt-header.tt-header-01 .tt-account .tt-dropdown-menu ul li a {
    color: #222222;
    display: block;
    padding: 4px 0;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
#tt-header.tt-header-01 .tt-account .tt-dropdown-menu ul li a:hover {
    color: #dd3d53; }
#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: 0.3s ease 0.15s;
    transition: 0.3s ease 0.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: #222222; }
    #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: #dd3d53;
        display: block;
        height: 28px;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        -moz-transition: color 0.2s linear;
        -o-transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        transition: color 0.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: #ffffff; }
    #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col a.btn-toggle.active {
        color: #ffffff; }
    #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: #ffffff;
        min-width: 37px; }
    #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02:after {
        border-top-color: #ffffff;
        margin-top: -1px; }
    #tt-header.tt-header-01 .tt-mobile-quickLinks .row .col .nice-select.tt-skin-02 .list {
        background: #ffffff;
        color: #222222;
        -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0px 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 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.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: #dd3d53;
    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: #dd3d53;
    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: "Montserrat", sans-serif;
    color: #222222;
    font-weight: 600;
    margin: 0;
    padding: 0 0 8px 0; }
#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: 0px;
        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: #FFFFFF; }
#tt-header.tt-header-01 .tt-logo .st1 {
    display: none; }
#tt-header.tt-header-01 .tt-logo .st2 {
    display: inline;
    fill: #222222; }
#tt-header.tt-header-01 .tt-logo .st3 {
    display: inline;
    fill: #222222; }
#tt-header.tt-header-01 .tt-logo .st4 {
    fill: #dd3d53; }
#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: 85px; }
    #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: #222222; }
    #tt-header.tt-header-01 .tt-logo .st1 {
        display: none; }
    #tt-header.tt-header-01 .tt-logo .st2 {
        display: inline;
        fill: #222222; }
    #tt-header.tt-header-01 .tt-logo .st3 {
        display: inline;
        fill: #222222; }
    #tt-header.tt-header-01 .tt-logo .st4 {
        fill: #dd3d53; } }
@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: #222222;
    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 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
#tt-header.tt-header-01 .tt-menu-toggle:hover {
    color: #dd3d53; }
#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: #ffffff;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    position: relative;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    font-family: "Montserrat", sans-serif; }
@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: #222222;
        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: #dd3d53; }
#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 0.15s ease-in-out;
    border: 3px solid transparent;
    border-top: 3px solid #ffffff; }
@media (max-width: 1024px) {
    #tt-header.tt-header-01 #tt-desctop-menu nav > ul > li.is-subMenu > a:after {
        border-top-color: #222222; } }
#tt-header.tt-header-01 #tt-desctop-menu nav > ul > li.is-active > a {
    color: #dd3d53; }
#tt-header.tt-header-01 #tt-desctop-menu nav > ul > li.is-active > a:after {
    border-top-color: #dd3d53 !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: 0.2s ease 0s;
    transition: 0.2s ease 0s; }
#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: 0.3s ease 0.15s;
    transition: 0.3s ease 0.15s; }
#tt-header.tt-header-01 #tt-desctop-menu nav > ul ul {
    background: #ffffff;
    top: auto;
    left: 28px;
    width: 211px;
    border-bottom: 3px solid #dd3d53;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 0 11px 0;
    pointer-events: none;
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 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 0.15s ease-in-out;
    border: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    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 0.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: #dd3d53; }
#tt-header.tt-header-01 #tt-desctop-menu nav > ul ul li.is-active > a {
    color: #dd3d53; }
@media (max-width: 1229px) {
    #tt-header.tt-header-01 #tt-desctop-menu nav > ul ul {
        left: 11px; } }

/*
Header stuck
*/
#tt-stuck {
    width: 100%;
    position: fixed;
    backface-visibility: hidden;
    top: -76px;
    z-index: 20;
    -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.6);
    background-color: #ffffff;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -webkit-transition: top 0.2s linear;
    transition: top 0.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: #222222; }
#tt-stuck #tt-desctop-menu nav > ul > li.is-active > a {
    color: #dd3d53; }
#tt-stuck #tt-desctop-menu nav > ul > li.is-active > a:after {
    border-top-color: #dd3d53 !important; }
#tt-stuck #tt-desctop-menu nav > ul > li.is-subMenu > a:after {
    border-top-color: #222222 !important; }
#tt-stuck #tt-desctop-menu nav > ul ul {
    left: 15px; }
#tt-stuck #tt-desctop-menu nav > ul ul li.is-active > a {
    color: #dd3d53 !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; } }

/* stuck tt-header-01*/
#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: block; } }
#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: #222222; }
#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: #222222; }
#tt-header.tt-header-01 #tt-stuck .col-logo .st3 {
    display: inline;
    fill: #222222; }
#tt-header.tt-header-01 #tt-stuck .col-logo .st4 {
    fill: #dd3d53; }
#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; } }


/*---------------------------------------*/
/*--------  6. Content layout    --------*/
/*---------------------------------------*/


/*
box 'What We Offer'
*/
.tt-layout01-bg {
    background-color: #fafafa;
    padding: 60px 0 0px 0;
    background-position: 0 0;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .tt-layout01-bg {
        padding: 66px 0 0px 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 0; }
.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: #dd3d53;
    font-size: 42px;
    line-height: 1;
    color: #ffffff;
    -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: "Montserrat", sans-serif;
    color: #222222;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 12px 0; }
.tt-layout01 .tt-item .tt-item-content .link-tel {
    font-size: 22px;
    display: inline-block;
    margin-top: 9px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #dd3d53;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
.tt-layout01 .tt-item .tt-item-content .link-tel:hover {
    color: #222222; }
.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: 0px;
        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 0;
        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% 0;
        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; 
    }
}

/*
        box-reviews
*/
.box-reviews {
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 99px 0 83px 0;
    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: #ffffff;
    position: relative;
    z-index: 0; }
.box-reviews .tt-block-title .tt-title {
    color: #ffffff; }
.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 0px;
    text-align: center; }

.box-reviews .tt-reviews-content p {
    margin: 23px 0 0 0; }
.box-reviews .tt-reviews-content .tt-title {
    font-size: 15px;
    font-weight: bold;
    padding: 0; }
.box-reviews .tt-reviews-content .tt-title span {
    color: #949495;
    font-style: italic;
    font-weight: normal; }
.box-reviews .box-reviews-img {
    position: absolute;
    bottom: -58px;
    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 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.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: #ffffff;
    color: #ffffff; }
@media (max-width: 1024px) {
    .box-reviews {
        padding: 69px 0 151px 0; }
   
    .box-reviews .tt-reviews-content {
        font-size: 17px;
        line-height: 28px; }
  
    .box-reviews .tt-reviews-content p {
        margin: 18px 0 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: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 0; }
    .box-reviews .tt-reviews-content {
        font-size: 14px;
        line-height: 20px; }
 
    .box-reviews .tt-reviews-content .tt-title {
        margin-top: 27px; }
    .box-reviews .box-reviews-img {
        max-width: 320px;
        right: 0px !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; } }

/*
        slick
*/

/* dots */
.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 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; }
.slick-slider .slick-dots li button {
    display: none; }
.slick-slider .slick-dots li:hover {
    background-color: #dd3d53; }
.slick-slider .slick-dots li.slick-active {
    background-color: #dd3d53; }
@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-box-layout01
*/
.tt-col-img .tt-col-img {
    padding: 3px 0 0 0; }

/*
tt-box-layout01
*/
.tt-box-layout01 .tt-col-description p {
    padding: 0 0 27px 0;
    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 0; } }

@media (max-width: 575px) {
    .tt-box-layout01 .tt-col-description {
        padding-top: 20px; }
    .tt-box-layout01 .tt-col-description p {
        padding: 0 0 10px 0; } }

.tt-block-title:not(.tt-sub-pages) + .tt-box-layout01 {
    margin-top: 11px; }

/*
        tt-box-layout02
*/
.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 97px 0;
    color: #ffffff; }
.tt-box-layout02 h6 {
    color: #ffffff; }
.tt-box-layout02 .tt-block-title .tt-title {
    color: #ffffff; }
.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: #ffffff;
    background: #dd3d53;
    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-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-info {
    background-color: #fafafa;
    padding: 42px 49px 55px 49px;
    /*social-icon */ }
.box-info h3 {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #222222;
    padding: 0 0 22px 0;
    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 0;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    color: #222222; }
.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: #dd3d53; }
.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: 0px 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 0; }
.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: #ffffff;
    background-color: #dd3d53;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.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: #ffffff;
    background-color: #222222; }
.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 30px; }
    .box-info .tt-item-layout {
        margin-top: 12px; } }
@media (max-width: 575px) {
    .box-info {
        padding: 23px 20px 35px 20px; } }

.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: 0px; } }


/*
        inventory layout (*inventory-item.html)
*/





#compareSlide {
    position: fixed;
    z-index: 10000;
    bottom: -150%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    display: block;
    -webkit-transition: bottom 200ms linear 0s;
    -moz-transition: bottom 200ms linear 0s;
    -ms-transition: bottom 200ms linear 0s;
    -o-transition: bottom 200ms linear 0s;
    transition: bottom 200ms linear 0s; }
#compareSlide.open {
    bottom: 0;
    -webkit-transition: bottom 200ms linear 0s;
    -moz-transition: bottom 200ms linear 0s;
    -ms-transition: bottom 200ms linear 0s;
    -o-transition: bottom 200ms linear 0s;
    transition: bottom 200ms linear 0s; }

.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: #ffffff;
    font-size: 18px;
    line-height: 28px;
    padding: 22px 0 0 37px; }
.layout-slide .slide-title .btn-close-slide {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    padding: 24px 31px 25px;
    display: inline-block;
    cursor: pointer;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
.layout-slide .slide-title .btn-close-slide:hover {
    color: #dd3d53; }

.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: #222222;
    font-family: "Montserrat", 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: #222222;
    overflow: hidden;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
.layout-slide .slide-content .col-item .item-close:hover {
    color: #dd3d53; }
.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: #222222;
    font-family: "Montserrat", 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; }

/*
        tt-box-wrapper
*/
@media (min-width: 576px) {
    .js-carousel-col-3 {
        margin-left: -15px;
        margin-right: -15px; } }

.tt-box-wrapper {
    padding: 130px 0 100px 0;
    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 0; } }

.tt-box-wrapper02 {
    padding: 117px 0 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 79px 0; } }
@media (max-width: 575px) {
    .tt-box-wrapper02 {
        padding: 57px 0 57px 0; } }

.tt-media-box01 {
    margin: 15px;
    background-color: #ffffff;
    display: block;
    color: #222222;
    -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 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    -webkit-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.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: #dd3d53;
    color: #ffffff;
    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 30px;
    text-align: center; }
.tt-media-box01 .tt-description .tt-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0 0 12px 0; }
.tt-media-box01 .tt-description .tt-title span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #dd3d53;
    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: #dd3d53;
    font-size: 11px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-top: 18px;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.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: #dd3d53;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
.tt-media-box01 .tt-description .tt-link:hover {
    color: #222222; }
.tt-media-box01 .tt-description .tt-link:hover:after {
    color: #222222; }
.tt-media-box01:hover {
    color: #222222; }
@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; } }




.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; }







.zoomWindowContainer div {
    z-index: 2 !important; }







/*---------------------------------------*/
/*--------   8. Back To Top      --------*/
/*---------------------------------------*/
/*
        tt-back-to-top
*/
.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: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    width: 58px;
    height: 58px;
    background-color: #dd3d53;
    color: #ffffff;
    font-size: 32px;
    line-height: 23px;
    position: fixed;
    bottom: -64px;
    z-index: 20;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8; }

.tt-back-to-top:hover {
    background-color: #dd3d53;
    color: #ffffff; }
.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: #dd3d53;
    color: #ffffff;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; text-decoration: none;}
body:not(.touch) .tt-back-to-top:hover:before {
    top: -4px; }


/*---------------------------------------*/
/*--------      11. Footer        --------*/
/*---------------------------------------*/
#tt-footer:not([class^="tt-footer"]) {
    /*
                          Footer layout
    */
    /* tt-footer-layout */
    /* tt-footer-copyright */
    /*
                          Footer objects
    */
    /*Footer menu*/
    /*logo*/
    /*social-icon */
    /*box info*/
    /*list info*/
    /*newsletterform*/ }
@media (max-width: 767px) {
    #tt-footer:not([class^="tt-footer"]) {
        margin-top: 60px; } }
#tt-footer:not([class^="tt-footer"]) .tt-footer-layout {
    background-color: #1a1a21;
    padding-top: 31px;
    padding-bottom: 40px; }
@media (max-width: 610px) {
    #tt-footer:not([class^="tt-footer"]) .tt-footer-layout {
        padding-top: 26px;
        padding-bottom: 39px; } }
#tt-footer:not([class^="tt-footer"]) .tt-footer-copyright {
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center; }
#tt-footer:not([class^="tt-footer"]) .tt-footer-copyright a {
    color: #dd3d53;
    margin-left: 8px; }
#tt-footer:not([class^="tt-footer"]) .tt-footer-copyright a:hover {
    color: #dd3d53;
    text-decoration: underline; }
@media (min-width: 1025px) {
    #tt-footer:not([class^="tt-footer"]) .tt-footer-copyright {
        padding: 20px 15px 15px;
        font-size: 12px; } }
@media (max-width: 1024px) and (min-width: 576px) {
    #tt-footer:not([class^="tt-footer"]) .tt-footer-copyright {
        padding: 10px 15px 9px;
        font-size: 11px; } }
@media (max-width: 575px) {
    #tt-footer:not([class^="tt-footer"]) .tt-footer-copyright {
        padding: 20px 15px 15px;
        font-size: 11px; } }
@media (max-width: 350px) {
    #tt-footer:not([class^="tt-footer"]) .tt-footer-copyright span {
        display: block;
        text-align: center; } }
#tt-footer:not([class^="tt-footer"]) .tt-row-custom {
    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-footer:not([class^="tt-footer"]) .tt-row-custom .tt-col {
    margin-top: 26px; }
@media (min-width: 1230px) {
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-col:not(:first-child):not(:last-child) {
        margin-left: 25px; } }
#tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-col:first-child {
    min-width: 240px;
    padding-right: 10px; }
#tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-col:last-child {
    min-width: 270px;
    /*padding-left: 10px;*/
}
#tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-list-info li {
    vertical-align: top; }
@media (max-width: 1229px) and (min-width: 611px) {
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-col:not(:first-child) {
        width: 33%; }
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-col:first-child {
        width: 100%; }
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-col:first-child .tt-list-info li {
        margin: 0;
        width: 33%;
        display: inline-block; }
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-col:last-child {
        padding-left: 0px; }
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-col:last-child .tt-box-info .tt-item i.icon-mail1 {
        margin-left: -6px; } }
@media (max-width: 1024px) {
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-col:first-child {
        padding-right: 0;
        min-width: inherit; }
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-col:first-child .tt-list-info li:last-child {
        width: 32%; }
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-box-info li {
        font-size: 11px; }
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-box-info .tt-ttile {
        font-size: 11px; }
   
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-col:not(:first-child) {
        min-width: inherit; } }
@media (max-width: 610px) {
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom {
        display: block; }
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-col {
        width: 100%; }
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-col .tt-list-info li {
        width: 100%;
        display: block; }
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-col:first-child {
        padding-right: 0;
        min-width: inherit; }
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-box-info {
        max-width: 270px; }
    #tt-footer:not([class^="tt-footer"]) .tt-row-custom .tt-list-info li {
        max-width: 240px; } }
#tt-footer:not([class^="tt-footer"]) #tt-footer-menu 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: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 700; }
#tt-footer:not([class^="tt-footer"]) #tt-footer-menu ul li a {
    color: #ffffff;
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.2;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
#tt-footer:not([class^="tt-footer"]) #tt-footer-menu ul li a:hover {
    color: #dd3d53; }
#tt-footer:not([class^="tt-footer"]) #tt-footer-menu ul li.is-active a {
    color: #dd3d53; }
#tt-footer:not([class^="tt-footer"]) #tt-footer-menu ul ul {
    display: none; }
@media (max-width: 1024px) {
    #tt-footer:not([class^="tt-footer"]) #tt-footer-menu ul li a {
        font-size: 13px; } }
@media (max-width: 768px) {
    #tt-footer:not([class^="tt-footer"]) #tt-footer-menu ul li a {
        font-size: 13px;
        padding-left: 8px;
        padding-right: 8px; } }
@media (max-width: 610px) {
    #tt-footer:not([class^="tt-footer"]) #tt-footer-menu ul {
        display: block; }
    #tt-footer:not([class^="tt-footer"]) #tt-footer-menu ul li {
        display: block;
        text-align: center; }
    #tt-footer:not([class^="tt-footer"]) #tt-footer-menu ul li a {
        display: block;
        text-align: center;
        padding: 6px 20px;
        font-size: 14px; } }
#tt-footer:not([class^="tt-footer"]) .tt-logo {
    text-align: center;
    display: inline-block;
    width: 194px;
    margin-top: 32px;
    padding-bottom: 6px;
    line-height: 0; }
#tt-footer:not([class^="tt-footer"]) .tt-logo .svg-img {
    width: auto;
    height: 50px;
    max-width: inherit; }
@media (max-width: 610px) {
    #tt-footer:not([class^="tt-footer"]) .tt-logo {
        margin-top: 39px;
        padding-bottom: 6px;
        width: 154px; }
    #tt-footer:not([class^="tt-footer"]) .tt-logo .svg-img {
        height: 40px; } }
#tt-footer:not([class^="tt-footer"]) .tt-logo .st0 {
    fill: #FFFFFF; }
#tt-footer:not([class^="tt-footer"]) .tt-logo .st1 {
    display: none; }
#tt-footer:not([class^="tt-footer"]) .tt-logo .st2 {
    display: inline;
    fill: #222222; }
#tt-footer:not([class^="tt-footer"]) .tt-logo .st3 {
    display: inline;
    fill: #222222; }
#tt-footer:not([class^="tt-footer"]) .tt-logo .st4 {
    fill: #dd3d53; }
#tt-footer:not([class^="tt-footer"]) .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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px 0 0 0; }
#tt-footer:not([class^="tt-footer"]) .tt-social-icon li a {
    width: 43px;
    height: 43px;
    font-size: 18px;
    line-height: 2.5;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background-color: #dd3d53;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
#tt-footer:not([class^="tt-footer"]) .tt-social-icon li a:hover {
    color: #dd3d53;
    background-color: #ffffff; }
#tt-footer:not([class^="tt-footer"]) .tt-social-icon li:not(:first-child):not(:last-child) {
    margin-right: 4px;
    margin-left: 4px; }
#tt-footer:not([class^="tt-footer"]) .tt-social-icon li:not(:last-child):not(:first-child) {
    margin: 0 5px; }
@media (max-width: 1024px) {
    #tt-footer:not([class^="tt-footer"]) .tt-social-icon li a {
        width: 35px;
        height: 35px;
        font-size: 15px;
        line-height: 2.4; } }
#tt-footer:not([class^="tt-footer"]) .tt-box-info .tt-item {
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    /*padding: 0 0 0 28px;*/
    width: 100%;
    font-size: 12px;
    color: #ffffff; }
#tt-footer:not([class^="tt-footer"]) .tt-box-info .tt-item i[class^="icon-"] {
    font-size: 18px;
    line-height: 1.1;
    color: #dd3d53;
    position: absolute;
    left: 0;
    top: 4px; }
#tt-footer:not([class^="tt-footer"]) .tt-box-info .tt-item i.icon-mail1 {
    top: 4px;
    margin-left: -4px; }
#tt-footer:not([class^="tt-footer"]) .tt-box-info .tt-item a:not([class]) {
    color: #ffffff;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
#tt-footer:not([class^="tt-footer"]) .tt-box-info .tt-item a:not([class]):hover {
    color: #dd3d53; }
#tt-footer:not([class^="tt-footer"]) .tt-box-info .tt-item:not(:first-child) {
    margin-top: 15px; }
#tt-footer:not([class^="tt-footer"]) .tt-box-info .tt-ttile {
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
    padding: 0 0 4px 0;
    margin: 0;
    font-family: "Open Sans", sans-serif; }
#tt-footer:not([class^="tt-footer"]) .tt-list-info {
    margin-top: 4px; }
#tt-footer:not([class^="tt-footer"]) .tt-list-info li {
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    padding: 0 0 0 0px;
    width: 100%;
    color: #ffffff; }
#tt-footer:not([class^="tt-footer"]) .tt-list-info li i[class^="icon-"] {
    font-size: 18px;
    line-height: 1.1;
    color: #dd3d53;
    position: absolute;
    left: 0;
    top: 0px; }
#tt-footer:not([class^="tt-footer"]) .tt-list-info li a:not([class]) {
    color: #ffffff;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
#tt-footer:not([class^="tt-footer"]) .tt-list-info li a:not([class]):hover {
    color: #dd3d53; }
#tt-footer:not([class^="tt-footer"]) .tt-list-info li:not(:first-child) {
    margin-top: 11px; }
#tt-footer:not([class^="tt-footer"]) #newsletterform {
    position: relative;
    margin-top: 1px; }
#tt-footer:not([class^="tt-footer"]) #newsletterform .form-control {
    border: none;
    background: transparent;
    font-size: 12px;
    line-height: 1.3;
    border-bottom: 1px solid #4d4d53;
    font-family: "Open Sans", sans-serif;
    outline: none;
    padding: 5px 5px 13px 0;
    box-shadow: none;
    width: 100%; }
#tt-footer:not([class^="tt-footer"]) #newsletterform .form-control:focus {
    outline: none; }
#tt-footer:not([class^="tt-footer"]) #newsletterform .form-control:active {
    outline: none; }
#tt-footer:not([class^="tt-footer"]) #newsletterform .form-control:focus {
    border-bottom-color: #dd3d53; }
#tt-footer:not([class^="tt-footer"]) #newsletterform .form-control:not(focus)::-webkit-input-placeholder {
    color: #ffffff;
    text-transform: uppercase; }
#tt-footer:not([class^="tt-footer"]) #newsletterform .form-control:not(focus)::-moz-placeholder {
    color: #ffffff;
    text-transform: uppercase; }
#tt-footer:not([class^="tt-footer"]) #newsletterform .form-control:not(focus):-moz-placeholder {
    color: #ffffff;
    text-transform: uppercase; }
#tt-footer:not([class^="tt-footer"]) #newsletterform .form-control:not(focus):-ms-input-placeholder {
    color: #ffffff;
    text-transform: uppercase; }
#tt-footer:not([class^="tt-footer"]) #newsletterform .form-control:focus::-webkit-input-placeholder {
    color: transparent; }
#tt-footer:not([class^="tt-footer"]) #newsletterform .form-control:focus::-moz-placeholder {
    color: transparent; }
#tt-footer:not([class^="tt-footer"]) #newsletterform .form-control:focus:-moz-placeholder {
    color: transparent; }
#tt-footer:not([class^="tt-footer"]) #newsletterform .form-control:focus:-ms-input-placeholder {
    color: transparent; }
#tt-footer:not([class^="tt-footer"]) #newsletterform .form-group {
    margin-bottom: 10px; }
#tt-footer:not([class^="tt-footer"]) #newsletterform .tt-btn {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    color: #dd3d53;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1.1;
    position: relative; }
#tt-footer:not([class^="tt-footer"]) #newsletterform .tt-btn:hover {
    color: #ffffff; }

#tt-footer:not([class^="tt-footer"]) #newsletterform label.error {
    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;
    position: absolute;
    text-align: center;
    top: 56px;
    left: 0;
    padding: 8px 19px 8px 43px;
    background: #f8353e;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    z-index: 1; }
#tt-footer:not([class^="tt-footer"]) #newsletterform label.error:after {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8353e; }


/*CUSTOM STYLE*/
.wwo-icon1{
    padding: 0 2px 4px 10px;
    width: 55px;
}
.wwo-icon{
    padding: 0; width: 55px;
}
html {
    scroll-behavior: smooth;
}
.is-active{
    border-bottom: 4px solid #e46475;
}
.ficon{
    color: #b63649;
    font-size: 17px;
    padding-right: 5px;
}

            .portfolio-menu{
                text-align:center;
            }
            .portfolio-menu ul li{
                display: inline-block;
                margin: 0;
                list-style: none;
                padding: 12px 15px;
                cursor: pointer;
                -webkit-transition: all 05s ease;
                -moz-transition: all 05s ease;
                -ms-transition: all 05s ease;
                -o-transition: all 05s ease;
                transition: all .5s ease;
                color: #222222;
                /* padding: 7px 17px; */
                letter-spacing: 0.18em;
                font-size: 14px;
                margin: 0 35px;
                font-weight: 500;
                text-transform: uppercase;
            }

            .portfolio-item .item{
              float:left;
            
                padding: 0;
               
            }
            .mt-50{
                margin-top: 50px !important;
            }