/**! 1. Reset **/

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
    margin: 0;
    padding: 0;
}


/**! 2. Helper Classes **/

.fix {
    overflow: hidden
}

.allow-overflow {
    overflow: visible;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/**! 3. Typography **/

html {
    font-size: 100%;
}

@media all and (max-width: 768px) {
    html {
        font-size: 87.5%;
    }
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Lato', sans-serif;
    color: #252525;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

h1,
.h1 {
    font-size: 40px;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 30px;
    font-weight: 400;
}

h3,
.h3 {
    font-size: 14px;
    font-weight: 400;
}

h4,
.h4 {
    font-size: 14px;
    font-weight: 400;
}

h5,
.h5 {
    font-size: 18px;
    font-weight: 400;
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 300;
}

@media all and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 30px;
        font-weight: 400;
    }
    h2,
    .h2 {
        font-size: 24px;
    }
    h3,
    .h3 {
        font-size: 20px;
    }
    h4,
    .h4 {
        font-size: 16px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
    h6,
    .h6 {
        font-size: 16px;
    }
}

ul,
ol {
    list-style: none;
}

ul.bullets {
    list-style: inside;
}

ol {
    list-style-type: upper-roman;
    list-style-position: inside;
}

strong {
    font-weight: 600;
}

hr {
    margin: 1.625em 0;
    border-color: #333;
}

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

a {
    color: #fff;
}

a:hover,
a:focus,
a:active {
    color: #ffbf00;
}

p a:hover,
p a:focus,
p a:active {
    color: #ffbf00;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}


/*! Typography Helpers */

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.type-bold {
    font-weight: bold;
}

.type-italic {
    font-style: italic;
}

.type-strikethrough {
    text-decoration: line-through;
    opacity: .5;
}

.type-underline {
    text-decoration: underline;
}


/**! 5. Position **/

body {
    overflow-x: hidden;
}

.f-left {
    float: left
}

.f-ight {
    float: right
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-absolute.container {
    left: 0;
    right: 0;
}

.pos-top {
    top: 0;
}

.pos-bottom {
    bottom: 0;
}

.pos-right {
    right: 0;
}

.pos-left {
    left: 0;
}

.pos-vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media all and (max-width: 767px) {
    .pos-vertical-center {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
}

@media all and (max-height: 600px) {
    .pos-vertical-center {
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
}

.pos-vertical-align-columns {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.pos-vertical-align-columns > div[class*='col-'] {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

@media all and (max-width: 990px) {
    .pos-vertical-align-columns {
        display: block;
        width: auto;
    }
    .pos-vertical-align-columns > div[class*='col-'] {
        display: block;
    }
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

@media all and (max-width: 990px) {
    .text-center-md {
        text-align: center;
    }
    .text-left-md {
        text-align: left;
    }
    .text-right-md {
        text-align: right;
    }
}

@media all and (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-right-xs {
        text-align: right;
    }
}


/**! 6. Transtion **/

a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}


/**! 6. Images **/

img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.img-fullwidth {
    width: 100%;
}

p + img,
img:last-child {
    margin-bottom: 0;
}


/**! 7. Colors **/

body {
    background: #fff;
}

*::-moz-selection {
    background: #ffbf00;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #feca2f;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #feca2f;
    color: #fff;
    text-shadow: none;
}

.mark,
mark {
    background: #feca2f none repeat scroll 0 0;
    color: #ffffff;
}


/*-------------
  bg-white
-----------------*/

.bg-white {
    background: #fff !important;
}

.bg-white p,
.bg-white span,
.bg-white ul,
.bg-white a:not(.ml-btn) {
    color: #252525;
}

.bg-white a:hover {
    color: #252525;
}

.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6,
.bg-white i {
    color: #252525;
}


/*-------------
  bg-gray
---------------*/

.bg-gray {
    background: #f8f8f8  !important;
}

.bg-gray p,
.bg-gray span,
.bg-gray ul,
.bg-gray a:not(.btn) {
    color: #252525;
}

.bg-gray h1,
.bg-gray h2,
.bg-gray h3,
.bg-gray h4,
.bg-gray h5,
.bg-gray h6,
.bg-gray i {
    color: #252525;
}


/*-------------
  bg-dark
---------------*/

.bg-dark {
    background: #ffbf00 !important;
}

.bg-dark p,
.bg-dark span,
.bg-dark ul,
.bg-dark a:not(.btn) {
    color: #fff;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark i {
    color: #fff;
}


/*-------------
  bg-theme
---------------*/

.bg-theme {
    background: #feca2f !important;
}

.theme-color {
    color: #feca2f !important;
}

.bg-theme p,
.bg-theme span,
.bg-theme ul,
.bg-theme a:not(.btn) {
    color: #fff;
}

.bg-theme h1,
.bg-theme h2,
.bg-theme h3,
.bg-theme h4,
.bg-theme h5,
.bg-theme h6,
.bg-theme i {
    color: #fff;
}

.bg-cat-1 {
    background-color: #00c8ff;
    color: #fff;
}

.bg-cat-2 {
    background-color: #8bc34a;
    color: #fff;
}

.bg-cat-3 {
    background-color: #f2b718;
    color: #fff;
}

.bg-cat-4 {
    background-color: #f06292;
    color: #fff;
}

.bg-cat-5 {
    background-color: #f44336;
    color: #fff;
}

.area-title .theme-color {
    background-color: #2f2f2f;
    color: #ffffff;
}

.bg-dark .area-title .theme-color {
    background-color: #fff;
    color: #2f2f2f;
}

.color-facebook {
    color: #3b5998;
}

.color-twitter {
    color: #00aced;
}

.color-googleplus {
    color: #dd4b39;
}

.color-instagram {
    color: #125688;
}

.color-pinterest {
    color: #cb2027;
}

.color-dribbble {
    color: #ea4c89;
}

.color-behance {
    color: #053eff;
}

.bg-facebook {
    background: #3b5998;
    color: #fff;
}

.bg-twitter {
    background: #00aced;
    color: #fff;
}

.bg-googleplus {
    background: #dd4b39;
    color: #fff;
}

.bg-instagram {
    background: #125688;
    color: #fff;
}

.bg-pinterest {
    background: #cb2027;
    color: #fff;
}

.bg-dribbble {
    background: #ea4c89;
    color: #fff;
}

.bg-behance {
    background: #053eff;
    color: #fff;
}

.btn.bg-facebook,
.btn.bg-twitter,
.btn.bg-instagram,
.btn.bg-googleplus,
.btn.bg-pinterest,
.btn.bg-dribbble,
.btn.bg-behance {
    border-color: rgba(0, 0, 0, 0) !important;
}

.btn.bg-facebook .btn__text,
.btn.bg-twitter .btn__text,
.btn.bg-instagram .btn__text,
.btn.bg-googleplus .btn__text,
.btn.bg-pinterest .btn__text,
.btn.bg-dribbble .btn__text,
.btn.bg-behance .btn__text {
    color: #fff;
}

.btn.bg-facebook .btn__text i,
.btn.bg-twitter .btn__text i,
.btn.bg-instagram .btn__text i,
.btn.bg-googleplus .btn__text i,
.btn.bg-pinterest .btn__text i,
.btn.bg-dribbble .btn__text i,
.btn.bg-behance .btn__text i {
    color: #fff;
}

.btn.bg-facebook:hover,
.btn.bg-twitter:hover,
.btn.bg-instagram:hover,
.btn.bg-googleplus:hover,
.btn.bg-pinterest:hover,
.btn.bg-dribbble:hover,
.btn.bg-behance:hover {
    opacity: .9;
}

.btn:first-child {
    margin-left: 0;
}

.btn:last-child {
    margin-right: 0;
}

.text-blue {
    color: #4FC1F0;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #363636;
}

.text-theme {
    color: #ffbf00;
}

.text-white h1,
.text-white p,
.text-white h2 {
    color: #fff;
}

.text-white {
    color: #fff;
}

.text-theme {
    color: #feca2f !important;
}


/**! 8. Background variation **/

.bg-1,
.bg-2,
.bg-3 {
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.bg-1 {
    background: rgba(0, 0, 0, 0) url("/themes/fnail01d-luxury/images/bg/1.jpg") no-repeat fixed 0 0 / cover;
}

.bg-2 {
    background: rgba(0, 0, 0, 0) url("/themes/fnail01d-luxury/images/bg/2.jpg") no-repeat scroll center center / cover;
}

.bg-3 {
    background: rgba(0, 0, 0, 0) url("/themes/fnail01d-luxury/images/bg/3.jpg") no-repeat scroll center center / cover;
}

.bg-4 {
    background: rgba(0, 0, 0, 0) url("/themes/fnail01d-luxury/images/bg/contact-bg.jpg") no-repeat scroll center center / cover;
}*/


/*pattern background*/

.pattern-bg {
    background: url(../../themes/fnail01d-luxury/images/pattern/pattern-bg.png) repeat;
    background-position: top right;
    background-color: rgba(236, 239, 247, 1);
}


/**! 9. Background overlay **/

[data-overlay] {
    position: relative;
}

[data-overlay]:before {
    position: absolute;
    content: '';
    background: #3f51b5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay] *:not(.background-image-holder):not(.instafeed--background) {
    z-index: 2;
}

[data-overlay].image--light:before {
    background: #fff;
}

[data-overlay].bg--primary:before {
    background: #425cbb;
}

[data-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before {
    opacity: 1;
}

[data-overlay="0"]:before {
    opacity: 0;
}

[data-black-overlay] {
    position: relative;
}

[data-black-overlay]:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-black-overlay] *:not(.background-image-holder):not(.instafeed--background) {
    z-index: 2;
}

[data-black-overlay].image--light:before {
    background: #fff;
}

[data-black-overlay].bg--primary:before {
    background: #425cbb;
}

[data-black-overlay="1"]:before {
    opacity: 0.1;
}

[data-black-overlay="2"]:before {
    opacity: 0.2;
}

[data-black-overlay="3"]:before {
    opacity: 0.3;
}

[data-black-overlay="4"]:before {
    opacity: 0.4;
}

[data-black-overlay="5"]:before {
    opacity: 0.5;
}

[data-black-overlay="6"]:before {
    opacity: 0.6;
}

[data-black-overlay="7"]:before {
    opacity: 0.7;
}

[data-black-overlay="8"]:before {
    opacity: 0.8;
}

[data-black-overlay="9"]:before {
    opacity: 0.9;
}

[data-black-overlay="10"]:before {
    opacity: 1;
}

[data-black-overlay="0"]:before {
    opacity: 0;
}

[data-black-overlay="0"] > div {
    z-index: 5;
    color: #fff;
}

[data-scrim-bottom] {
    position: relative;
}

[data-scrim-bottom]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #232323 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #232323));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #232323 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #232323 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #232323 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #232323 100%);
    bottom: 0;
    left: 0;
    z-index: 1;
    backface-visibility: hidden;
}

[data-scrim-bottom]:not(.image--light) h1,
[data-scrim-bottom]:not(.image--light) h2,
[data-scrim-bottom]:not(.image--light) h3,
[data-scrim-bottom]:not(.image--light) h4,
[data-scrim-bottom]:not(.image--light) h5,
[data-scrim-bottom]:not(.image--light) h6 {
    color: #b3b3b3;
}

[data-scrim-bottom]:not(.image--light) p,
[data-scrim-bottom]:not(.image--light) span,
[data-scrim-bottom]:not(.image--light) ul {
    color: #f6f6f6;
}

[data-scrim-bottom].image--light:before {
    background: #fff;
}

[data-scrim-bottom="1"]:before {
    opacity: 0.1;
}

[data-scrim-bottom="2"]:before {
    opacity: 0.2;
}

[data-scrim-bottom="3"]:before {
    opacity: 0.3;
}

[data-scrim-bottom="4"]:before {
    opacity: 0.4;
}

[data-scrim-bottom="5"]:before {
    opacity: 0.5;
}

[data-scrim-bottom="6"]:before {
    opacity: 0.6;
}

[data-scrim-bottom="7"]:before {
    opacity: 0.7;
}

[data-scrim-bottom="8"]:before {
    opacity: 0.8;
}

[data-scrim-bottom="9"]:before {
    opacity: 0.9;
}

[data-scrim-bottom="10"]:before {
    opacity: 1;
}

[data-scrim-top] {
    position: relative;
}

[data-scrim-top]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(bottom, #232323 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #232323), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom, #232323 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom, #232323 0%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, #232323 0%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #232323 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}

[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
    color: #b3b3b3;
}

[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
    color: #f6f6f6;
}

[data-scrim-top].image--light:before {
    background: #fff;
}

[data-scrim-top="1"]:before {
    opacity: 0.1;
}

[data-scrim-top="2"]:before {
    opacity: 0.2;
}

[data-scrim-top="3"]:before {
    opacity: 0.3;
}

[data-scrim-top="4"]:before {
    opacity: 0.4;
}

[data-scrim-top="5"]:before {
    opacity: 0.5;
}

[data-scrim-top="6"]:before {
    opacity: 0.6;
}

[data-scrim-top="7"]:before {
    opacity: 0.7;
}

[data-scrim-top="8"]:before {
    opacity: 0.8;
}

[data-scrim-top="9"]:before {
    opacity: 0.9;
}

[data-scrim-top="10"]:before {
    opacity: 1;
}


/**! 10. Section title **/


/**! 11. Input **/

input[type=text],
input[type=email],
input[type=password] {
    width: 100%;
}

select {
    width: 100%;
}

input:focus {
    background: transparent;
    border: 1px solid #4FC1F0;
}

textarea {
    resize: vertical;
    background: #ffbf00;
    border: 1px solid #ffbf00;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}

textarea:focus {
    background: transparent;
    border: 1px solid #4FC1F0;
    outline: none;
}

::-moz-placeholder {
    color: #444;
    font-size: 14px;
}


/**! 13. Basic margin padding **/

.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}


/*************************
         Margin top
*************************/

.mt-0 {
    margin-top: 0
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mt-150 {
    margin-top: 150px
}


/*************************
      Margin right
*************************/

.mr-0 {
    margin-right: 0px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.mr-60 {
    margin-right: 60px
}

.mr-70 {
    margin-right: 70px
}

.mr-80 {
    margin-right: 80px
}

.mr-90 {
    margin-right: 90px
}

.mr-100 {
    margin-right: 100px
}

.mr-110 {
    margin-right: 110px
}

.mr-120 {
    margin-right: 120px
}

.mr-130 {
    margin-right: 130px
}

.mr-140 {
    margin-right: 140px
}

.mr-150 {
    margin-right: 150px
}


/*************************
      Margin bottom
*************************/

.mb-0 {
    margin-bottom: 0
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-150 {
    margin-bottom: 150px
}


/*************************
        Margin left
*************************/

.ml-0 {
    margin-left: 0
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}

.ml-60 {
    margin-left: 60px
}

.ml-70 {
    margin-left: 70px
}

.ml-80 {
    margin-left: 80px
}

.ml-90 {
    margin-left: 90px
}

.ml-100 {
    margin-left: 100px
}

.ml-110 {
    margin-left: 110px
}

.ml-120 {
    margin-left: 120px
}

.ml-130 {
    margin-left: 130px
}

.ml-140 {
    margin-left: 140px
}

.ml-150 {
    margin-left: 150px
}


/*************************
        Padding top
*************************/

.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-120 {
    padding-top: 120px
}

.pt-130 {
    padding-top: 130px
}

.pt-140 {
    padding-top: 140px
}

.pt-150 {
    padding-top: 150px
}


/*************************
        Padding right
*************************/

.pr-0 {
    padding-right: 0
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.pr-60 {
    padding-right: 60px
}

.pr-70 {
    padding-right: 70px
}

.pr-80 {
    padding-right: 80px
}

.pr-90 {
    padding-right: 90px
}

.pr-100 {
    padding-right: 100px
}

.pr-110 {
    padding-right: 110px
}

.pr-120 {
    padding-right: 120px
}

.pr-130 {
    padding-right: 130px
}

.pr-140 {
    padding-right: 140px
}


/*************************
        Padding bottom
*************************/

.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-150 {
    padding-bottom: 150px
}


/*************************
        Padding left
*************************/

.pl-0 {
    padding-left: 0
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.pl-50 {
    padding-left: 50px
}

.pl-60 {
    padding-left: 60px
}

.pl-70 {
    padding-left: 70px
}

.pl-80 {
    padding-left: 80px
}

.pl-90 {
    padding-left: 90px
}

.pl-100 {
    padding-left: 100px
}

.pl-110 {
    padding-left: 110px
}

.pl-120 {
    padding-left: 120px
}

.pl-130 {
    padding-left: 130px
}

.pl-140 {
    padding-left: 140px
}

.pl-150 {
    padding-left: 150px
}


/***************************
    Page section padding 
****************************/

.ptb-0 {
    padding: 0
}

.ptb-10 {
    padding: 10px 0
}

.ptb-20 {
    padding: 20px 0
}

.ptb-30 {
    padding: 30px 0
}

.ptb-40 {
    padding: 40px 0
}

.ptb-50 {
    padding: 50px 0
}

.ptb-60 {
    padding: 60px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-80 {
    padding: 80px 0
}

.ptb-90 {
    padding: 90px 0
}

.ptb-100 {
    padding: 100px 0
}

.ptb-110 {
    padding: 110px 0
}

.ptb-120 {
    padding: 120px 0
}

.ptb-130 {
    padding: 130px 0
}

.ptb-140 {
    padding: 140px 0
}

.ptb-150 {
    padding: 150px 0
}


/***************************
    Page section margin 
****************************/

.mtb-0 {
    margin: 0
}

.mtb-10 {
    margin: 10px 0
}

.mtb-15 {
    margin: 15px 0
}

.mtb-20 {
    margin: 20px 0
}

.mtb-30 {
    margin: 30px 0
}

.mtb-40 {
    margin: 40px 0
}

.mtb-50 {
    margin: 50px 0
}

.mtb-60 {
    margin: 60px 0
}

.mtb-70 {
    margin: 70px 0
}

.mtb-80 {
    margin: 80px 0
}

.mtb-90 {
    margin: 90px 0
}

.mtb-100 {
    margin: 100px 0
}

.mtb-110 {
    margin: 110px 0
}

.mtb-120 {
    margin: 120px 0
}

.mtb-130 {
    margin: 130px 0
}

.mtb-140 {
    margin: 140px 0
}

.mtb-150 {
    margin: 150px 0;
}


/* 14. Custom cloumn */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10 {
    float: left;
}

.col-1 {
    width: 10%;
}

.col-2 {
    width: 20%;
}

.col-3 {
    width: 30%;
}

.col-4 {
    width: 40%;
}

.col-5 {
    width: 50%;
}

.col-6 {
    width: 60%;
}

.col-7 {
    width: 70%;
}

.col-8 {
    width: 80%;
}

.col-9 {
    width: 90%;
}

.col-10 {
    width: 100%;
}

.full-screen {
    height: 100vh;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: #909090;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #909090;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #909090;
    opacity: 0.9;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #909090;
    opacity: 0.9;
}

[data-black-overlay] p,
[data-black-overlay] h1,
[data-black-overlay] h2,
[data-black-overlay] h3,
[data-black-overlay] h4,
[data-black-overlay] h5,
[data-black-overlay] h6 {
    color: #fff;
}

[data-black-overlay] > div,
[data-black-overlay] > form,
[data-black-overlay] > section {
    position: relative;
    z-index: 5;
}

p.form-messege {
    margin-top: 15px;
    font-size: 14px
}

p.success {
    color: green;
}

p.error {
    color: red;
}


/*------------------
      Button
-----------------------*/

.hs-btn {
    background: #feca2f none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 46px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 2;
    border: none;
}
.hs-btn i {
    color: #fff;
}

.btn_send_newsletter {
    background: #feca2f none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 46px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 2;
}

.hs-btn.btn-light {
    background: #feca2f none repeat scroll 0 0;
    color: #fff;
}

.hs-btn.btn-light.btn-large {
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
}

.hs-btn::before {
    background: #ffbf00 none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.hs-btn:hover::before {
    background: #ffbf00 none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    width: 100%;
}

.hs-btn.hs-btn-3 {
    color: #fff !important;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    font-family: Lato;
}

.bg-theme *::-moz-selection {
    background: #fff none repeat scroll 0 0;
    color: #feca2f;
    text-shadow: none;
}

/* 
29/05/2017
ECO 248
*/
.giftcards-btn-add {
    height: 32px !important;
    font-size: 15px !important;
    padding: 5px 10px !important;
    line-height: 23px !important;
}

.coupon_info{
    text-align: center;
}

.coupon_info span{
    font-size: 16px !important ;
    margin-right:5px
}
/* 
29/05/2017
ECO 248
END
*/

body {
    background-color: #0E0E0F;
}
/* Header module */
.bg_grey1 {
    background-color: #141318;
}
.bg_grey {
    background-color: #f5f5f5;
}

.header_ver4 {
    position: relative;
}

.header_ver4 .topbar {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0px;
    margin-top: 60px;
}

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

.header_ver4 .top_link {
    background-color: #282828;
}

.header_ver4 .top_link .right-content ul li {
    display: inline-block;
}

.top_link .addr_top_v4 {
    padding-top: 10px;
    color: #777778;
}

.top_link .nav_right {
    float: right;
}

.top_link .nav_right .cart0 {
    width: 1.7em;
    height: 1.7em;
    cursor: pointer;
    background-color: #ff4948;
    border-radius: 50%;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    display: block;
    text-align: center;
    line-height: 1.7em;
    position: absolute;
    left: 60%;
    top: 45%;
}

.top_link .product-name {
    color: #747474;
    font-weight: bold;
    margin-top: 2em;
}

.top_link .info .price {
    font-weight: bold;
    float: right;
}

.top_link .user-meta {
    position: relative;
}

.top_link .lang-meta>a,
.top_link .user-meta>a {
    font-weight: bold;
    text-transform: uppercase;
}

.top_link .lang-meta ul,
.top_link .user-meta ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 190px;
    z-index: 999999999;
}

.top_link .user-meta ul li {
    padding: 10px 10px !important;
}

.top_link .lang-meta ul li a,
.top_link .user-meta ul li a {
    color: #000;
    font-size: 14px;
    line-height: 20px !important;
    text-transform: capitalize;
}

.top_link .lang-meta ul li a,
.top_link .user-meta ul li a:hover {
    color: #f05a66;
}

.top_link .lang-meta:hover ul,
.top_link .user-meta:hover ul {
    opacity: 1;
    top: 102%;
    visibility: visible;
}

.top_link .lang-meta ul li {
    padding-left: 15px;
}

.top_link .lang-meta span,
.top_link .user-meta span {
    margin-right: 0.6em;
}

.top_link .lang-title {
    font-weight: bold;
    margin-top: 1em;
}

.top_link .price-lang {
    margin-bottom: 1em;
}

.top_link .other-page .user-meta:hover ul {
    top: 106%;
}


/* MINI CART */

.top_link .cartlogin-left>ul>li {
    border-left: 1px solid #d4d3d3;
    padding: 0;
}

.top_link .cartlogin-left ul li>a {
    display: block;
    line-height: 56px;
    text-align: center;
    width: 55px;
}

.top_link .cartlogin-left ul li a span {
    background: #e39531 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    margin: 14px 0 0 -6px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 18px;
}

.cartlogin-left ul li:last-child {
    border-right: 1px solid #d4d3d3;
}

.mini-cart {
    position: relative;
    margin-top: 0.5em;
}

.show-shopping-cart {
    color: #333;
    background: #fff none repeat scroll 0 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 368px;
    visibility: hidden;
    z-index: 999999999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, visibility 0.4s linear 0s;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, visibility 0.4s linear 0s;
    -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease, visibility 0.4s linear 0s;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease, visibility 0.4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}

.mini-cart:hover .show-shopping-cart {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}

.other-page .mini-cart:hover .show-shopping-cart {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
}

.show-shopping-cart .list-shopping {
    border-bottom: 1px solid #727272;
    float: left;
    padding: 20px 0;
    text-align: left;
    width: 100%;
}

.show-shopping-cart .title {
    font-size: 12px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.show-shopping-cart .list-product {
    padding: 0;
}

.show-shopping-cart .list-product li {
    border-bottom: 1px solid #e5e5e5;
    border-left: medium none !important;
    border-right: medium none !important;
    list-style: outside none none;
    overflow: hidden;
    padding: 15px 0;
    width: 100%;
}

.show-shopping-cart .list-product .thumb {
    width: 90px;
    float: left;
}

.show-shopping-cart .list-product .thumb img {
    max-width: 80px;
}

.show-shopping-cart .list-product .info {
    position: relative;
    padding-right: 20px;
    margin-top: 0px;
}

.show-shopping-cart .remove-item {
    position: absolute;
    top: -2px;
    right: 0;
    display: inline-block;
    line-height: normal;
    color: #f05a66;
}

.show-shopping-cart .list-product .product-name {
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0px;
}

.show-shopping-cart .list-product .product-name a {
    color: #666;
}

.show-shopping-cart .list-product .product-name a:hover {
    color: #d18c32;
}

.text-warning {
    color: #ca872d;
}

.button:hover,
input[type="submit"]:hover {
    background-color: #c99947;
    color: #fff;
}

.mini-cart .cart-link {
    position: relative;
}

.mini-cart .count {
    background-color: #c99947;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 40px;
    text-align: center;
    top: 30px;
    width: 20px;
}

.mini-cart .sub-total {
    padding: 15px 0;
    text-align: center;
    display: table;
    width: 100%;
}

.mini-cart .group-button .button {
    display: block;
    padding: 10px 0px;
    width: 50%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.mini-cart .group-button .check-out {
    border: 1px solid #111;
    background-color: transparent;
    color: #222;
    padding: 15px 0px;
}

.mini-cart .group-button .check-out:hover {
    background-color: #ff4948;
    color: #fff;
    border-color: #c99947;
}

.group-button .button,
.group-button input[type="submit"] {
    background: #ff4948 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 9px 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}


/* Slide full Home ver 4*/

#ninzio-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    z-index: 51;
}

#ninzio-slider[data-mobile="true"] {
    display: block;
}

#ninzio-slider>.ninzio-slides {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#ninzio-slider>.ninzio-slides>li {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 1;
    font-size: inherit;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: 0;
}

#ninzio-slider .parallax-container,
.rich-header .parallax-container {
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -1000;
    overflow: hidden;
    max-width: none;
    position: absolute;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.rich-header .parallax-container {
    height: 150%;
}

#ninzio-slider[data-fixed="true"] .ninzio-slider {
    background-attachment: fixed;
}

#ninzio-slider>.ninzio-slides>li.active {
    opacity: 1;
    z-index: 2;
}

#ninzio-slider>.ninzio-slides>li.first-active:first-child {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#ninzio-slider>.ninzio-slides>.ninzio-slider>video {
    position: absolute;
    top: -1px;
    right: 0px;
    min-width: 100%;
    width: 100%;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    display: none;
}

#ninzio-slider>.ninzio-slides>li .slider-canvas {
    margin: 0 auto;
    position: relative;
    height: 100%;
}

#ninzio-slider .ninzio-layer {
    position: absolute;
    opacity: 0;
    white-space: nowrap;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -webkit-transition-property: top, left;
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition-property: top, left;
}

#ninzio-slider .ninzio-layer .nz-colorbox,
#ninzio-slider .ninzio-layer .wp-caption {
    white-space: normal;
}

#ninzio-slider .active .ninzio-layer {
    opacity: 1;
}

#ninzio-slider .controls {
    display: block;
    width: 50px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: -50px;
    cursor: pointer;
    z-index: 98;
    text-align: center;
    line-height: 60px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0px 3px 3px 0px;
    color: #ffffff;
    font-size: 24px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#ninzio-slider .controls.next {
    left: auto;
    right: -50px;
    border-radius: 3px 0px 0px 3px;
}

#ninzio-slider:hover .controls.next {
    right: 0px;
}

#ninzio-slider:hover .controls.prev {
    left: 0px;
}

#ninzio-slider:hover .controls {
    opacity: 0.7;
}

#ninzio-slider:hover .controls:hover {
    opacity: 1;
}

.ninzio-slider-bullets {
    position: absolute;
    z-index: 98;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 10px;
    text-align: center;
}

.ninzio-slider-bullets span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 0.5;
    border: 2px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 10px 0px 0;
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip: content-box;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ninzio-slider-bullets span.current-bullet {
    background-color: transparent;
    border-color: #ffffff;
    opacity: 1;
}

.ninzio-slider-bullets span:last-child {
    margin-right: 0;
}

#ninzio-slider[data-transition="fade"]>.ninzio-slides>.ninzio-slider {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity ease-out 0.3s, visibility ease-out 0.3s;
    -moz-transition: opacity ease-out 0.3s, visibility ease-out 0.3s;
    -o-transition: opacity ease-out 0.3s, visibility ease-out 0.3s;
    -ms-transition: opacity ease-out 0.3s, visibility ease-out 0.3s;
    transition: opacity ease-out 0.3s, visibility ease-out 0.3s;
}

#ninzio-slider[data-transition="fade"]>.ninzio-slides>.active {
    visibility: visible;
    opacity: 1;
}

#ninzio-slider[data-transition="press-away"] .navOutNext {
    -webkit-animation: slideOutScaleRight 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideOutScaleRight 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#ninzio-slider[data-transition="press-away"] .navInNext {
    opacity: 1;
    -webkit-animation: slideInFromLeft 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideInFromLeft 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#ninzio-slider[data-transition="press-away"] .navOutPrev {
    -webkit-animation: slideOutScaleLeft 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideOutScaleLeft 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#ninzio-slider[data-transition="press-away"] .navInPrev {
    opacity: 1;
    -webkit-animation: slideInFromRight 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: slideInFromRight 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes slideOutScaleRight {
    from {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(100%);
        opacity: 1;
    }
}

@keyframes slideOutScaleRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
        opacity: 1;
    }
}

@-webkit-keyframes slideInFromLeft {
    from {
        -webkit-transform: translateX(-100%);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 1;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideOutScaleLeft {
    from {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(-100%);
        opacity: 1;
    }
}

@keyframes slideOutScaleLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 1;
    }
}

@-webkit-keyframes slideInFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

#ninzio-slider[data-transition="side-swing"] .navOutNext {
    -webkit-animation: slideOutScaleRight 1s forwards;
    animation: slideOutScaleRight 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
    animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

#ninzio-slider[data-transition="side-swing"] .navInNext {
    opacity: 1;
    -webkit-animation: slideInFromLeft 1s forwards;
    animation: slideInFromLeft 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
    animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

#ninzio-slider[data-transition="side-swing"] .navOutPrev {
    -webkit-animation: slideOutScaleLeft 1s forwards;
    animation: slideOutScaleLeft 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
    animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

#ninzio-slider[data-transition="side-swing"] .navInPrev {
    opacity: 1;
    -webkit-animation: slideInFromRight 1s forwards;
    animation: slideInFromRight 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
    animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

#ninzio-slider[data-transition="soft-scale"] .navOutNext {
    -webkit-animation: scaleUp 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleUp 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#ninzio-slider[data-transition="soft-scale"] .navInNext {
    -webkit-animation: scaleDownUp 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleDownUp 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#ninzio-slider[data-transition="soft-scale"] .navOutPrev {
    -webkit-animation: scaleDown 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleDown 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#ninzio-slider[data-transition="soft-scale"] .navInPrev {
    -webkit-animation: scaleUpDown 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
    animation: scaleUpDown 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes scaleUp {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes scaleUp {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes scaleDownUp {
    from {
        opacity: 0;
        -webkit-transform: scale(0.7);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes scaleDownUp {
    from {
        opacity: 0;
        transform: scale(0.7);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes scaleDown {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.7);
    }
}

@keyframes scaleDown {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.7);
    }
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        transform: scale(1.3);
        opacity: 0;
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.slider-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 10px;
    margin: -25px 0 0 -25px;
    border-top: 5px solid rgba(255, 255, 255, 0.1);
    border-right: 5px solid rgba(255, 255, 255, 0.1);
    border-bottom: 5px solid rgba(255, 255, 255, 0.1);
    border-left: 5px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: load8 1s infinite linear;
    animation: load8 1s infinite linear;
}

.slider-loader,
.slider-loader:after {
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#ninzio-slider .ninzio-layer>.layer-wrap>* {
    margin-bottom: 0;
}

#ninzio-slider .ninzio-layer .wp-caption {
    white-space: normal;
}

#ninzio-slider .ninzio-layer {
    -webkit-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
}

#ninzio-slider .ninzio-layer img {
    max-width: none !important;
}

#slider-arrow {
    position: absolute;
    margin: 0;
    bottom: 50px;
    left: 50%;
    margin-left: -30px;
    z-index: 10;
    text-align: center;
    width: 60px;
    height: 60px;
    display: none;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

#slider-arrow.vis {
    opacity: 1;
}

#slider-arrow i {
    display: block;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    color: #ffffff;
}

#slider-arrow.animate i {
    -webkit-animation: iconAnimate 1.4s infinite;
    animation: iconAnimate 1.4s infinite;
}

@-webkit-keyframes iconAnimate {
    0%,
    100% {
        -webkit-transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes iconAnimate {
    0%,
    100% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(-5px);
    }
}


/* Our Service v4 */

.our_service_v4 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.title_ourservice_v4 {
    text-align: center;
}

.title_ourservice_v4 h2 {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    font-size: 35px;
    color: #fff;
}

.title_ourservice_v4 p {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    font-size: 14px;
    margin-bottom: 30px;
}

.featured-image-column .inner-box {
    position: relative;
    display: block;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
}

.featured-image-column .image-box {
    position: relative;
}

.featured-image-column .image-box img {
    display: block;
    width: 100%;
}

.featured-image-column .image-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 10px 15px;
    line-height: 24px;
    color: #000;
    letter-spacing: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background: rgba(254, 202, 47, 0.8)
}

.featured-image-column .image-caption a {
    color: #ffffff;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


/* Gallery Homepage Ver 4 */

.title_gallery_home_v4 h2 {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    font-size: 42px;
    text-transform: capitalize;
    text-align: center;
}

.p_choice_v4 p {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    font-size: 18px;
}

.hr_zigzag {
    padding-top: 40px;
    padding-bottom: 20px;
}

.hr_zigzag i {
    font-size: 25px;
    line-height: 25px;
    margin: 0 -11px;
    display: inline-block;
    color: #feca2f;
}

.content_link_v4 a.content_link {
    display: inline-block;
    position: relative;
    border-width: 1px;
    border-style: solid;
    width: 140px;
    padding: 25px 15px;
    text-align: center;
    margin-left: -1px;
    border-color: #feca2f;
    text-decoration: none;
}

.content_link_v4 a.content_link .icon {
    display: block;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
    color: #feca2f;
}

.content_link_v4 a.content_link .title {
    font-weight: 700
}

.content_link_v4 a.content_link:after {
    content: "";
    z-index: 2;
    filter: alpha(opacity=0);
    opacity: 0;
    height: 0;
    width: 100%;
    border-width: 0 0 5px;
    border-style: solid;
    position: absolute;
    left: 0;
    bottom: -6px
}

.content_link_v4 a.content_link:before {
    content: "";
    z-index: 2;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent
}

a:hover.content_link:after {
    filter: alpha(opacity=100);
    opacity: 100
}

a:hover.content_link:before {
    filter: alpha(opacity=100);
    opacity: 100
}

.content_link_v4 a.content_link:after,
.content_link_v4 a.content_link:before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}


/* Choice module homepage*/

.choice_service_v4 {
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #fff;
    /*background-image: url(/themes/fnail01d-luxury/assets/img/beautician_skills.jpg);*/
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}


/* Open Hour Page */

.open_hour_v4 {
    background-color: #444;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.content_title_hour_v4 h2 {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    font-size: 30px;
    text-transform: capitalize;
    padding-bottom: 30px;
    line-height: 5px;
    color: #fff;
}

.content_title_hour_v4 h3 {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    font-size: 24px;
    text-transform: capitalize;
    padding-bottom: 30px;
    line-height: 0;
    color: #fff;
}

.content_title_hour_v4 p {
    font-style: italic;
    font-weight: 300;
    line-height: 24px;
    z-index: 21;
    position: relative;
    margin-bottom: 60px;
    width: 57%;
    clear: both;
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-variant-ligatures: common-ligatures;
    color: #fff;
}

.opening-hour-grid {
    background: rgba(247, 29, 69, 0.62) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    float: left;
    padding: 20px 8px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.opening-hour-grid h4 {
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-size: 18px;
}

.opening-hour-grid span {
    color: #fff;
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-size: 14px;
}

.hour_l h3 {
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-size: 24px;
}

.hour_l p {
    color: #fff;
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-size: 14px;
}


/* Service module*/

.title_service_home h2 {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    font-size: 42px;
    text-transform: capitalize;
    font-style: italic;
    padding-bottom: 30px;
}

.title_service_home {
    text-align: right;
}

.title_service_home hr.hr_narrow {
    text-align: right;
    margin: 0 135px;
}

.our_service_v3 {
    margin-bottom: 40px;
}

.our_service_title h2.section_title,
.coupon_title h2.section_title,
.gallery_title h2.section_title,
.appoinment_title h2.section_title,
.news_trend_v1 h2.section_title,
.about_us_v1 h2,
.services_table h2.section_title,
.booking_services_v1 h2.section_title,
.booking_staff_title h2.section_title, 
.video_title h2.section_title {
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 35px;
}

.our_service_title p.section_details,
.coupon_title p.coupon_deatails,
.gallery_title p.section_details,
.news_trend_v1 p.news_details, 
.video_title p.video_details {
    color: #fff;
    text-align: center;
}

.single_service_area {
    padding: 32px 44px;
    transition: all 0.3s ease 0s;
    background: #fff none repeat scroll 0 0;
    text-align: center;
}

.single_service_area:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.05);
}

.single_service_area .thumb_img {
    width: 150px;
    margin: 0 auto;
    height: auto;
}

.single_service_area .thumb_img img {
    margin-top: -100px;
    margin-bottom: 11px;
    border: 8px solid rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.single_service_area .service_tit {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

.single_service_area .btn_book_service {
    margin: 0 auto;
}

.single_service_area .btn_book_service a {
    position: absolute;
    bottom: 0;
    left: 0;
}

.single_service_area .btn_book_service a {
    background-color: #feca2f;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    text-decoration: none;
    margin-bottom: -15px;
    margin-left: 90px;
}

.single_service_area .btn_book_service a:hover {
    color: #fff !important;
}

.services_item_v1 .price_service_v1 {
    color: #feca2f;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    font-size: 18px;
    margin-left: 5px;
}


/* Open Hours module v3*/

.working_time_v3 {
    background-color: #010101;
}

.working_time_v3 .work_time_v3 {
    padding-left: 0;
    padding-right: 0;
}


/*.work_time_v3 {
    display: flex;
}*/

.working_time_v3 .title_hour_v3 h2 {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    font-size: 42px;
    text-transform: capitalize;
    font-style: italic;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.working_time_v3 .title_hour_v3 p {
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.working_time_v3 .working_hour_v3 {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.working_time_v3 .working_hour_v3 li.active {
    color: #fa5066;
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.working_time_v3 .working_hour_v3 li {
    font-family: "Lato", Arial, Tahoma, sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    font-size: 14px;
    color: #fff;
}

.working_time_v3 .btn {
    margin-top: 40px;
}

.working_time_v3 .btn_v3 {
    background-color: #fa5066;
    border-left: 5px solid #d04845;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
}


/* Ourworking Page */

.our_ourworking_title h2 {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    font-size: 42px;
    text-transform: capitalize;
    font-style: italic;
    padding-top: 40px;
    padding-bottom: 40px;
}

.our_ourworking_title {
    text-align: center;
    margin: 0 27%;
}

.gallery_box_page.ourworking_v3 {
    padding-top: 20px;
    padding-bottom: 20px;
}


/*Coupon Page module*/

.coupon_page_v1 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.coupon_page_v1_board {
    background: url('../../themes/fnail01d-luxury/assets/assets/images/bg_coupon_board.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
}
.coupon_page_v1_board .coupon_page_v1_board_container {
    background-color: rgba(254, 195, 26, 0.65);
    padding: 20px 0px;
}

.coupon_img_v1 {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    border: 3px solid #fff;
    background: #fff;
}

.coupon_info {
    margin-bottom: 30px;
}
.coupon_img_v1 .img_size {
    width: 100%;
}

.coupon_img_v1 img {
    webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.coupon_img_v1:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}

.content_coupon {
    position: absolute;
    top: 15%;
    right: 10%;
}

.content_coupon h3 {
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.content_coupon .coupon_deal_v1 {
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
}

.coupon_code_v1 {
    margin-top: 40px;
}

.video_page_v1 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.video_page_v1_board {
    background: url('../../themes/fnail01d-luxury/assets/assets/images/bg_video_board.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
}
.video_page_v1_board .video_page_v1_board_container {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 0px;
}
.video-container-main, .video-container-item {
    padding-bottom: 15px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0; 
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed, 
.video-container .video-container-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-container .video-container-overlay {
    z-index: 3;
    background: none;
    cursor: pointer;
}

.mgb-50 {
    margin-bottom: 50px;
}

.port-filter-nav {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.port-filter-nav li {
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    transition: 0.3s;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.port-filter-nav li+li {
    margin-left: 22px;
    padding-left: 25px;
}

.port-filter-nav li.is-checked {
    color: #feca2f;
}

.pro-item:nth-child(-n+3) {
    margin-bottom: 30px;
}

.our-portfolio,
.blog-front {
    position: relative;
}

.our-hover-information,
.blog-hover-info {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.our-hover-information::before,
.blog-hover-info::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}

.our-portfolio:hover .our-hover-information::before,
.single-blog-wrap:hover .blog-hover-info::before {
    opacity: 0.5;
    visibility: visible;
}

.our-hover-action,
.blog-hover-action {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.our-hover-action a,
.blog-hover-action a {
    border: 1px solid #feca2f;
    border-radius: 100%;
    display: block;
    height: 50px;
    line-height: 55px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 50px;
}

.our-hover-action a i,
.blog-hover-action a i {
    color: #feca2f;
    font-size: 24px;
    line-height: 20px;
}

.our-portfolio:hover .our-hover-action a,
.single-blog-wrap:hover .blog-hover-action a {
    opacity: 1;
    visibility: visible;
}

.our-hover-action a:hover,
.blog-hover-action a:hover {
    background: #feca2f none repeat scroll 0 0;
    border: 1px solid #feca2f;
}

.our-hover-action a:hover i,
.blog-hover-action a:hover i {
    color: #fff !important;
}

.our-port-filter-nav.our-port-filter-nav-2 {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.mgt_50 {
    margin-top: 50px;
}

.mt_40 {
    margin-top: 40px;
}

.appoinment_form .input-box {
    display: flex;
}

.appoinment_form .input-box>input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #909090;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    width: 50%;
    font-size: 14px;
    font-family: Lato;
    font-weight: 400;
}

.appoinment_form form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background-color: #fff;
    background-image: url("../../themes/fnail01d-luxury/assets/css/img/select-option.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.appoinment_form form select option {
    padding-left: 20px;
}

.appoinment_form .input-box select {
    border: 1px solid transparent;
    color: #909090;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    margin-left: 30px;
    padding-left: 20px;
    width: 50%;
    line-height: 45px;
}

.appoinment_form .input-box>input+input {
    margin-left: 30px;
}

.appoinment_form .input-box+.input-box {
    margin-top: 30px;
}

.appoinment_inner {
    margin-top: 40px;
}

.book_appoin_btn {
    margin-top: 18px;
    margin-top: 18px;
}

.book_appoin_btn a {
    text-decoration: none;
}


/*News Trend module*/

.box_news_details p {
    color: #333;
}

.news_trend_details p {
    color: #fff;
}

.box_news_details ul li,
.news_trend_details ul li {
    display: inline-block;
}

.box_news_details ul li a {
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    color: #333;
    text-decoration: none;
}

.news_trend_details ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    color: #333;
    text-decoration: none;
}

.box_news_details ul li a.border_right_post,
.box_news_details ul li a i,
.news_trend_details ul li a.border_right_post,
.news_trend_details ul li a i {
    color: #feca2f;
    display: inline-block;
}

.box_news_details ul li a i {
    padding-right: 5px;
    font-size: 15px;
}

.box_news_details ul li+li,
.news_trend_details ul li+li {
    margin-left: 5px;
}

.box_news_details ul li:hover a,
.news_trend_details ul li:hover a {
    color: #feca2f;
}

.box_news_details ul,
.news_trend_details ul {
    padding-bottom: 23px;
}

.box_news_details ul,
.news_trend_details ul {
    border-color: -moz-use-text-color;
    border-style: none none dashed;
    border-width: 0 0 1px;
    border-color: #dedede;
    margin-bottom: 17px;
    margin-top: 17px;
}

.box_news_details ul li a {
    color: #777777;
    font-size: 12px;
}

.news_trend_details h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-weight: 400;
}

.news_trend_details h5 a {
    text-decoration: none;
}

.news_trend_details ul li a i {
    font-size: 13px;
    padding-right: 5px;
}

.news_trend_details ul li a {
    color: #feca2f;
    font-size: 12px;
    text-transform: uppercase;
}

.box_news_details .border_right_post,
.news_trend_details .border_right_post {
    position: relative;
}

.box_news_details .border_right_post::after {
    border: 1px solid #feca2f;
    content: "";
    height: 10px;
    position: absolute;
    right: 0px;
    top: 6px;
}

.box_news_details ul li a,
.news_trend_details ul li a {
    padding-right: 10px;
}

.news_trend_details ul li {
    margin-top: 20px;
}

.news_hover_action a {
    border: 1px solid transparent;
    display: block;
    height: auto;
    line-height: 0;
    width: auto;
}

.news_trend_details .border_right_post::after {
    border: 1px solid #feca2f;
    content: "";
    height: 10px;
    position: absolute;
    right: 0px;
    top: 6px;
}

.news_trend_details .read_more {
    font-size: 12px;
    display: block;
    padding-bottom: 23px;
}

.news_trend_details .read_more {
    text-decoration: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-weight: 400;
}

.news_trend_details a.read_more:hover {
    color: #feca2f;
}

.news_hover_action>a i {
    font-size: 70px;
}

.news_hover_action a:hover {
    background: transparent;
    border: 1px solid transparent;
    color: #feca2f;
}

.news_trend_title a {
    display: block;
    font-size: 13px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.news_trend_thumb img {
    width: 100%;
    height: 228px;
}

.news_post_date {
    display: flex;
    justify-content: space-between;
}

.news_post_date li {
    color: #909090;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
}

.news_post_date li i {
    color: #909090;
    margin-right: 6px;
}

.news_post_date li span {
    color: #909090;
}

.news_trend_details {
    border: 1px solid #212123;
    padding: 27px 20px 10px;
    background-color: #212123;
}

.news_front {
    position: relative;
}

.news_hover_info {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.news_hover_info::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}

.single_news_trend:hover .news_hover_info::before {
    opacity: 0.5;
    visibility: visible;
}

.news_hover_action {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.news_hover_action a {
    border: 1px solid #feca2f;
    border-radius: 100%;
    display: block;
    height: 50px;
    line-height: 55px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 50px;
}

.news_hover_action a i {
    color: #feca2f;
    font-size: 24px;
    line-height: 20px;
}

.single_news_trend:hover .news_hover_action a {
    opacity: 1;
    visibility: visible;
}

.news_hover_action a:hover {
    background: #feca2f none repeat scroll 0 0;
    border: 1px solid #feca2f;
}

.news_hover_action a:hover i {
    color: #fff !important;
}

.newsletter_area_v1 {
    position: relative;
    bottom: -60px;
}

.newsletter_v1_inner {
    margin: 0 15px;
    background-color: #212123 !important;
}

.newsletter_v1_inner .newsletter_tile {
    font-size: 23px;
    font-weight: 700;
    height: 120px;
    line-height: 120px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

.nws_input_box {
    height: 120px;
    line-height: 120px;
}

.nws_input_box input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #eeeeee;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 1px;
    padding-left: 10px;
    width: 100%;
    outline: none;
}

.newsletter_v1_inner .sing_up_btn {
    align-items: center;
    display: flex;
    height: 120px;
    justify-content: flex-end;
}

.newsletter_v1_inner .sing_up_btn button {
    border: none;
    outline: none;
}


/*Footer module*/

.footer_area_v3 {
    background-color: #222;
    padding-top: 40px;
    text-align: center;
}

.footer_area_v3 .content_footer_v3 {
    margin: 0 10%;
}

.footer_area_v3 .content_footer_v3 p {
    color: #302F34;
    margin-top: 30px;
    margin-bottom: 30px;
}

.copy_right_v3 {
    background-color: inherit;
    text-align: center;
}

.copy_right_v3 p, .footer_v4 .copy_right_v3 p {
    color: #9A9A9C;
}

.copy_right_v3 a, .footer_v4 .copy_right_v3 a {
    color: #9A9A9C;
}

.copy_right_v3 a:hover {
    color: #E4B42A;
    text-decoration: underline;
}


/*Services module*/

.breadcrumbs_area {
    padding-top: 100px;
    padding-bottom: 100px;
}

h2.page_title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
}

.breadcrumbs>ul li {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumbs>ul li a {
    color: #feca2f;
    padding-right: 17px;
    position: relative;
    text-decoration: none;
}

.breadcrumbs ul li a::after {
    background-color: #5b5b5b;
    content: "";
    font-size: 8px;
    height: 15px;
    margin-left: 11px;
    position: absolute;
    right: 5px;
    top: 0;
    transform: rotate(33deg);
    width: 1.5px;
}

#working-hours {
    background: rgba(0, 0, 0, 0) url("../../themes/fnail01d-luxury/assets/img/working-hours.jpg") no-repeat scroll center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.parallex {
    color: #fff !important;
    position: relative;
    z-index: 44;
}

.section-padding {
    padding: 25px 0px;
}

.ptb_90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.parallex::before {
    background: rgba(254, 195, 26, 0.65);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.open_timings {
    padding-top: 30px;
}

.work_timings ul {
    float: left;
}

.work_timings ul li
{
    float: left;
    width: 162px;
}

.work_timings ul li div {
    background: #feca2f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    height: 200px;
    margin: 0px 11px 22px;
    text-align: center;
    width: calc(100% - 22px);
}
.work_timings ul li div p {
    color: #fff;
}
.work_timings .icon-set {
    position: relative;
}

.work_timings ul li div p:nth-child(odd) {
    font-size: 36px;
    line-height: 136%;
    margin-top: 70px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}

.work_timings ul li div p:nth-child(even) {
    font-family: "Lato", sans-serif;
}

.work_timings .closed {
    background: #343434 none repeat scroll 0 0 !important
}

.icon-set i {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 80px !important;
    margin-top: -16px;
}

.services_item_v1 a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

.services_item_v1 .btn_2 {
    padding: 0 15px !important;
    color: #fff !important;
}

.services_item_v1 {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
}

.services_item_v1 .line_item_v1 {
    display: flex;
}

.box_book_price ul li {
    border-bottom: 1px dashed #dedede;
    clear: both;
}
.box_book_price .pagination_v1 ul li {
    border-bottom: none;
}
.box_book_price ul li:first-child {
    float: right;
    border-bottom: 0;
}

.services_item_v1 .line_item_v1 .just_start_line {
    width: 100%;
}

.services_table {
    padding-bottom: 90px;
}

.ui-tabs .ui-tabs-nav {
    margin: 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    /*white-space: nowrap;*/
    margin-bottom: 4px
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .3em 1em;
    text-decoration: none
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    padding: 13.5px 0!important;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background-color: #feca2f !important;
}

.ui-dialog,
.ui-menu,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:focus,
li.ui-state-default.ui-corner-left:focus {
    outline: 0
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .3em 1em;
    text-decoration: none
}

.ui-state-active a {
    color: #fff !important;
    width: 100%;
}

.ui-state-default a {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #212123;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
    background: #feca2f;
}

.breadcrumb-image {
    background: rgba(255, 25, 25, 0);
    background-image: url("../../themes/fnail01d-luxury/assets/img/working-hours.jpg");
    ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


/*About module*/

.about_us_v1 {
    padding-top: 30px;
}

.about_us_v1 h2 {
    margin-bottom: 40px !important;
}

.about_us_v1 p {
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    line-height: 28px;
}


/*Contact module*/

.contact_us_v1 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.contact_us_v1 .form-group {
    margin-bottom: 20px;
}

.contact_us_v1 .form-control,
.booking_nails_v1 .form-control,
.booking_nails_v1 .group_select select {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 15px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.contact_us_v1 button {
    border: 0;
    outline: none;
}

.hs-btn.btn_contact {
    color: #fff !important;
}

.contact_info>ul>li {
    backface-visibility: hidden;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
}

.contact_info>ul strong {
    color: #fff;
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.contact_info>ul p {
    margin-top: -5px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    line-height: 28px;
}

.contact_info>ul p:last-child {
    margin-bottom: 0;
}

.contact_info .btn_contact {
    padding-bottom: 50px;
}

#map {
    height: 400px;
}

.thumb_img_appoiment .pdf_0 {
    padding-left: 0;
}

.service_gallery li a {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.tab_gallery ul.service_gallery {
    padding-top: 0;
}

.tab_gallery .service_gallery li.ui-corner-left {
    margin-bottom: 15px;
}

ul.service_gallery li {
    float: left;
}

.tab_gallery ul.service_gallery {
    padding-top: 0
}

.tab_gallery ul.service_gallery li img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.tab_gallery li img:hover {
    opacity: .85
}


/*Gallery module*/

.gallery_box_page {
    padding-top: 90px;
}


/*#portfolio {
    background: #fafafa none repeat scroll 0 0;
}*/

ul#filter {
    margin-bottom: 50px;
}

ul#filter li {
    font-size: 16px;
    line-height: 25px;
    padding: 7px 20px;
    border-radius: 20px;
    cursor: pointer;
}

ul#filter li.active {
    background-color: #2f2f2f;
    color: #fff;
}


/*Filter Square Style*/

ul#filter.filter-square li {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 5px 20px;
    margin: 2px;
    text-transform: uppercase;
}

ul#filter.filter-square li:hover {
    background-color: #feca2f;
    color: #fff;
    border: 1px solid #feca2f;
    text-transform: uppercase;
}

ul#filter.filter-square li.active {
    border: 1px solid transparent;
    background-color: #feca2f;
    color: #fff;
}


/*End Filter Square Style*/


/*Filter Rounded Style*/

ul#filter.filter-rounded li {
    border: 0;
    border-radius: 3px;
    background-color: #E0E0E0;
    padding: 5px 20px;
    margin: 2px;
}

ul#filter.filter-rounded li.active {
    background-color: #1B2E3F;
}


/*End Filter Square Style*/


/*Filter Transparent Style*/

ul#filter.filter-transparent li {
    color: #a9a8a8;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
}

ul#filter.filter-transparent li.active {
    background-color: transparent;
    color: #feca2f;
}


/*End Filter Transparent Style*/

ul#portfolio-grid {
    overflow: hidden;
    margin-bottom: 0;
}

ul#portfolio-grid li img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

ul#portfolio-grid>li {
    float: left;
    display: block;
    /*height: auto;*/
    height: 250px;
    overflow: hidden;
}


/*Five Column Portfolio*/

ul#portfolio-grid.five-column>li {
    width: 20%;
}


/*Four Column Portfolio*/

ul#portfolio-grid.four-column>li {
    margin-bottom: 15px;
    padding-top: 15px;

}


/*Three Column Portfolio*/

ul#portfolio-grid.three-column>li {
    width: 33.33%;
}


/*Two Column Portfolio*/

ul#portfolio-grid.two-column>li {
    width: 50%;
}

@media (max-width: 1199px) {
    ul#portfolio-grid.five-column>li {
        width: 25%;
    }
}

@media (max-width: 991px) {
    ul#portfolio-grid.five-column>li,
    ul#portfolio-grid.four-column>li {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    ul#portfolio-grid.five-column>li,
    ul#portfolio-grid.four-column>li,
    ul#portfolio-grid.three-column>li {
        width: 50%;
    }
}


.portfolio-item.gutter {
    margin-bottom: 20px!important;
}

.portfolio {
    position: relative;
    overflow: hidden;
    height: 250px;
}


/* Portfolio overlay default
/* ------------------------------ */

.portfolio .tt-overlay {
    background-color: rgba(254, 202, 47, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.portfolio:hover .tt-overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio-info .project-title,
.portfolio-info .links {
    position: absolute;
    left: 0;
    color: #fff;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.portfolio-info .project-title {
    top: 60%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.portfolio:hover .portfolio-info .project-title {
    top: 35%;
    opacity: 1;
    visibility: visible;
}

.portfolio-info .links {
    top: 90%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.portfolio:hover .portfolio-info .links {
    top: 55%;
    opacity: 1;
    visibility: visible;
    color: #fff;
}

.portfolio-info .btn {
    background-color: transparent;
    border-color: #fff;
    padding: 12px 22px;
    border-radius: 20px;
}

.portfolio-info .btn:hover {
    background-color: #fff;
    ;
    border-color: #fff;
    color: #feca2f;
}

.portfolio-container .btn.view-more {
    margin-top: 40px;
}


/* Portfolio Hover Style Two
/* ------------------------------ */

.hover-two .portfolio:hover .portfolio-info .links {
    top: 46%;
}

.hover-two .portfolio .tt-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.portfolio-details li {
    display: inline-block;
    position: relative;
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0);
}

.portfolio:hover .portfolio-details li {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    color: #feca2f;
}

.portfolio:hover .portfolio-details li:nth-child(1) {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.portfolio:hover .portfolio-details li:nth-child(2) {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.portfolio-details li a, .portfolio-details li span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #feca2f;
}

.portfolio-details li a i, .portfolio-details li span i {
    color: #fff;
}

.portfolio-version-two .recent-project .project-link {
    bottom: 30%;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.portfolio-version-two .recent-project:hover .project-link {
    bottom: 50%;
    margin-bottom: -32px;
}

.portfolio-version-two .project-link ul li {
    display: inline-block;
}

.portfolio-version-two .project-link ul li a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 41px;
    color: #feca2f;
    margin: 0 5px;
    border: 2px solid #feca2f;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.portfolio-version-two .project-link ul li a:hover {
    background-color: #feca2f;
    border-color: transparent;
    color: #fff;
}

.info {
    margin-top: 10px;
    color: #616161;
}

.info span {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.info a.like {
    color: #616161;
}

.info a.like i,
.info a.like:hover {
    color: #feca2f;
}

.portfolio-version-two.alter-bg .info span {
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.portfolio-version-two .recent-project .tt-overlay {
    background-color: rgba(255, 255, 255, 0.8);
}

.portfolio-version-two.alter-bg .recent-project .tt-overlay {
    background-color: rgba(44, 62, 80, 0.8);
}

.portfolio-version-two.alter-bg .recent-project .project-link {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
}


/*Magnific Popup CSS*/

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.75;
}

.mfp-bottom-bar {
    /*display: none;*/
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-arrow-right::after,
.mfp-arrow-left::after {
    font-family: 'FontAwesome';
    border: none !important;
    color: #fff;
    font-size: 65px;
    -webkit-transition: .5s;
    transition: .5s;
}

.mfp-arrow-right::after {
    content: "\f105" !important;
}

.mfp-arrow-left::after {
    content: "\f104" !important;
}

.mfp-arrow-right::before,
.mfp-arrow-left::before {
    border: none !important;
}

.mfp-arrow {
    height: 60px;
}

.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    margin-top: 15px;
    top: -1px !important;
}

img.mfp-img {
    padding: 40px 0px 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.portfolio-details {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.portfolio-details li {
    bottom: -40px;
    display: inline-block;
    opacity: 0;
    position: relative;
    transform: translateZ(0px);
    visibility: hidden;
}

.portfolio:hover .portfolio-details li {
    bottom: 0;
    color: #feca2f;
    opacity: 1;
    visibility: visible;
}

.portfolio:hover .portfolio-details li:nth-child(1) {
    transition: all 0.3s ease 0s;
}

.portfolio:hover .portfolio-details li:nth-child(2) {
    transition: all 0.5s ease 0s;
}

.portfolio-details li a {
    background-color: #feca2f;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.portfolio-details li a i {
    color: #fff;
}

.control-two .carousel-control {
    background-color: rgba(255, 255, 255, 0.4);
    background-image: none;
    color: #202020;
    font-size: 30px;
    height: 60px;
    line-height: 58px;
    margin-top: -25px;
    opacity: 0;
    text-shadow: none;
    top: 50%;
    visibility: hidden;
    width: 30px;
}

.control-two:hover .carousel-control {
    opacity: 1;
    visibility: visible;
}

.control-two:hover .carousel-control:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #feca2f;
}

.portfolio-nav {
    padding: 40px 0;
}

.portfolio-nav a {
    color: #a7a7a7;
    margin-right: 20px;
}

.portfolio-nav a:hover {
    color: #feca2f;
}

.project-overview {
    padding-top: 90px;
}

.single-project-section.alter .project-overview {
    padding: 0;
}

.project-overview h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.project-overview p {
    margin-bottom: 25px;
}

.quick-overview .btn {
    margin-top: 20px;
    text-transform: uppercase;
}

.portfolio-meta li {
    color: #666;
    margin: 15px 0;
}

.portfolio-meta li {
    margin: 15px 0;
}

.portfolio-meta li span {
    color: #202020;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 130px;
}

.portfolio-meta li a {
    color: #a7a7a7;
    margin-right: 10px;
}

.portfolio-meta li a:hover {
    color: #feca2f;
}

@media (max-width: 991px) {
    .project-overview {}
    .quick-overview {
        margin-top: 30px;
    }
    .single-project-section.alter .project-overview {
        padding-bottom: 90px;
    }
}

.portfolio-info h3.project-title {
    color: #fff;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

.portfolio-info a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
}


/*Booking module*/

.booking_services_v1 .booking_col_v1 {
    padding-top: 90px;
}

.booking_nails_v1 .icon-calendar {
    position: absolute;
    margin-top: 0px;
    right: 25px;
    top: 9px;
    font-size: 18px;
}

.booking_nails_v1 .hs-btn.btn_services_v1 {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    width: 100%;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
}

.booking_nails_v1 .form-control,
.booking_nails_v1 .group_select select {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    outline: none;
    padding: 9px 12px;
}

.booking_nails_v1 .group_select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background-color: #fff;
    background-image: url("../../themes/fnail01d-luxury/assets/css/img/select-option.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.booking_nails_v1 .removeButton i {
    color: #feca2f;
    font-size: 16px;
}

.booking_services_v1 h2.section_title {
    margin-bottom: 45px;
}

.newletter_new_booking.newsletter_v1_inner {
    margin: 0;
}

.book_gallery_v1.gallery_box_page {
    padding-top: 0;
}

.box_staff_bg {
    background-color: #000;
    padding: 20px;
    margin-top: 50px;
}

.box_staff_inner_v1 {
    padding-top: 45px;
    padding-bottom: 45px;
    background: #1A191E;
}

.booking_staff_title {
    text-align: center;
}
/*.booking_staff_title h2.section_title {
    color: #333;
}*/

.booking_staff_title p.staff_us {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    line-height: 40px;
    margin-bottom: 0;
}

.pagination_v1 {
    margin-top: 50px;
}

.pagination_v1 ul li {
    display: inline-block;
}

.pagination_v1 ul li+li {
    margin-left: 15px;
}

.pagination_v1 a:hover,
.pagination_v1 li.active a,
.pagination_v1 li.pagination_v1_icon a i:hover {
    background-color: #feca2f;
    border: 1px solid #feca2f;
    color: #ffffff;
}

.pagination_v1 a {
    border: 1px solid #c1c1c1;
    height: 40px;
    line-height: 37px;
    transition: all 0.3s ease 0s;
    width: 40px;
    display: inline-block;
    text-decoration: none;
    color: #3e3e3e;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
}


/*news module*/

.box_news_details {
    margin-top: 20px;
    text-align: justify;
}

.box_news_details p {
    color: #fff;
}

.box_news_details>h3 {
    font-size: 23px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    color: #fff;
}

.box_news_details blockquote {
    background-color: #f6f6f6;
    border-left: 2px solid #464646;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    margin: 23px 0;
    padding: 14px 50px;
    font-family: 'Lato', sans-serif;
}

.box_news_details img.img_post_avatar {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    border: 1px solid;
    max-width: 301px;
    border: none;
}

.news_comment_v1 {
    margin-top: 60px;
}

.news_comment_v1 h3.leave_comment_v1,
.box_comment_new_v1 h3.leave_comment_v1,
.search_area_bar h3.leave_comment_v1,
.recent_area_bar h3.leave_comment_v1,
.category_news_v1 h3.leave_comment_v1,
.tag_news_v1 h3.leave_comment_v1 {
    border-bottom: 1px solid #2a2a2c;
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    font-family: 'Lato', sans-serif;
}

.news_comment_v1 h3.leave_comment_v1::before,
.box_comment_new_v1 h3.leave_comment_v1::before,
.search_area_bar h3.leave_comment_v1::before,
.recent_area_bar h3.leave_comment_v1::before,
.category_news_v1 h3.leave_comment_v1::before,
.tag_news_v1 h3.leave_comment_v1::before {
    background: #feca2f none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    width: 40px;
}

.news_top_comment .msg_avatar_v1 {
    display: inline-block;
    float: left;
    text-align: center;
}

.news_top_comment .msg_avatar_v1 a {
    color: #fff;
}

.news_top_comment .msg_avatar_v1 img {
    border-radius: 100%;
    width: 100%;
}

.news_details_title_v1 {
    padding-left: 90px;
}

.news_details_title_v1 .first_title_v1 h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
}

.news_details_title_v1 .first_title_v1 span {
    font-family: 'Lato', sans-serif;
    color: #666666;
    display: block;
    margin-bottom: 7px;
}

.news_top_comment.middle_comment {
    margin: 32px 0 33px 90px;
}

.box_comment_new_v1 {
    margin-top: 60px;
}

.box_comment_new_v1 .leave_form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-size: 14px;
    height: 35px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    outline: none;
}

.box_comment_new_v1 .text_leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-size: 14px;
    height: 165px;
    margin-bottom: 30px;
    padding: 20px;
}

.box_comment_new_v1 .text_leave button.submit {
    background-color: #feca2f;
    border: 1px solid #feca2f;
    color: #fff;
    font-size: 12px;
    line-height: inherit;
    padding: 7px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    outline: none;
}

.search_area_bar>form {
    position: relative;
}

.search_area_bar input[type="text"] {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    color: #666666;
    height: 40px;
    line-height: 28.8px;
    margin: 0;
    outline: medium none;
    padding: 5px 48px 5px 15px;
    position: relative;
    transition: all 0.4s ease 0s;
    width: 100%;
    outline: none;
}

.search_area_bar button.submit {
    background-color: #feca2f;
    border: 1px solid #feca2f;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 45px;
    outline: none;
    color: #fff;
}

.recent_area_bar {
    margin-top: 60px;
    margin-bottom: 60px;
}

.recent_area_bar .signle_post_v1 {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

.signle_post_v1 .img_post_rc_v1 {
    display: inline-block;
    float: left;
    width: 34%;
}

.signle_post_v1 .txt_post_rc_v1 {
    display: inline-block;
    padding-left: 15px;
    width: 66%;
}

.signle_post_v1 .txt_post_rc_v1 h3 {
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
}

.signle_post_v1 .txt_post_rc_v1 h3 a {
    text-decoration: none;
}

.category_news_v1 ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    border-bottom: 1px solid #727272;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

.category_news_v1 ul li:hover a {
    color: #feca2f
}

.category_news_v1 ul li a::before {
    color: rgb(255, 255, 255);
    content: "\E80C";
    font-family: 'fontello';
    font-size: 13px;
    line-height: 12px;
    margin-left: 0px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.tag_news_v1 {
    margin-top: 60px;
}

.tag_news_v1 ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.tag_news_v1 ul li a {
    background-color: #feca2f;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 24px;
    opacity: 1;
    padding: 8px 15px;
    text-transform: capitalize;
    transition: all 0.2s linear 0s;
    text-decoration: none;
    font-variant-ligatures: common-ligatures;
    font-family: 'Lato', sans-serif;
}

.tag_news_v1 ul li:hover a {
    background-color: #feca2f;
    color: #fff;
}


/*login module*/

.login_form_area .box_area_login_v1 {
    background-color: #1a191e;
    padding: 30px;
    text-align: center;
    align-items: center;
}

.box_area_login_v1 h2.section_title {
    color: #fff;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

.box_area_login_v1 hr {
    border-top: 1px solid #0e0e0f;
}

.btn_login_social {
    margin-top: 20px;
}

.btn_login_social span {
    color: #fff !important;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-size: 16px;
}

.btn_login_social i {
    color: #fff !important;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    font-size: 16px;
}

.btn_login_social .btn_facebook_v1 {
    background: #3B5998;
    padding: 7px 25px;
}

.btn_login_social .btn_gplus_v1 {
    background: #dd4b39;
    padding: 7px 35px;
}

.submit_name_psw {
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 0;
    padding-bottom: 0;
}

.submit_name_psw>form {
    position: relative;
}

.submit_name_psw input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #282828;
    color: #666666;
    font-size: 16px;
    height: 35px;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
    outline: none;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.submit_name_psw {
    margin-top: 30px;
}

.btn_submit_login {
    margin-bottom: 30px;
}

.btn_submit_login button.submit {
    background-color: #feca2f;
    border: 1px solid #feca2f;
    color: #fff;
    font-size: 12px;
    line-height: inherit;
    padding: 10px 30px;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    outline: none;
    border-radius: 3px;
}


/*inner booking module*/

.info_inner_booking {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

.info_inner_booking .staff_service_v1 {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.staff_service_v1 .info_staff {
    float: left;
    max-width: 150px;
    margin-right: 15px;
}

.staff_service_v1 .details_staff h2 {
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    text-transform: uppercase;
}

.staff_service_v1 .details_staff p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-weight: bold;
}

.time_work_staff_v1 {
    clear: both;
}

.time_work_staff_v1 ul li {
    display: inline-block;
}

.time_work_staff_v1 ul li {
    margin-right: 15px;
}

.time_work_staff_v1 ul li a {
    padding: 7px 15px 5px 15px;
    background: #1a191e;
    font-size: 14px;
    margin-bottom: 7px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    display: block;
}

.time_work_staff_v1 label,
.time_work_staff_v1 h3 {
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-weight: bold;
    text-transform: uppercase;
}

.time_work_staff_v1 ul {
    margin-top: 20px;
}

.white-popup {
    position: relative;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}

.time_work_staff_v1 .time_am_v1,
.time_work_staff_v1 .time_pm_v1 {
    margin-top: 30px;
}

.modal-body,
.modal_form_header {
    float: left;
    width: 100%
}

.box_account_v1 {
    position: relative;
}

.box_account_v1 .modal_form_header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #e9eaea;
}

.modal_form_header h4 {
    margin: 0;
    line-height: 21px;
    font-size: 21px;
    color: #71706e;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
}

.mfp-close {
   /* right: 20px !important;
    top: 25px !important;*/
}

.popup_main_area {
    background: #fff;
    padding: 15px;
    float: left;
    width: 100%;
}

.box_login h2,
.box_register h2 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-weight: bold;
    font-size: 25px;
}

.popup_main_area .box_login input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-size: 14px;
    height: 35px;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%;
    outline: none;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.popup_main_area .box_login .form_input_1 {
    margin-top: 40px;
}

.box_register .form_input_3 a {
    background-color: #feca2f;
    border: 1px solid #feca2f;
    color: #fff;
    font-size: 12px;
    line-height: inherit;
    padding: 10px 30px;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    outline: none;
    border-radius: 3px;
}

.box_register .btn_submit_login {
    margin-top: 40px;
}

.popup_main_area .border_right {
    border-right: 1px solid #dedede;
}

.box_register .btn_login_social {
    text-align: center;
    align-items: center;
}

.txt_login a {
    color: #feca2f !important;
}


/*booking copy module css*/

.content-shop-booking {
    float: left;
    width: 100%;
    padding: 40px 60px;
}

.group-select select {
    color: #545554;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding-left: 10px;
    height: 34px;
    line-height: normal;
    border-radius: 4px;
    outline: none;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.group-select input {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 10px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.group-select {
    position: relative;
}

.group-select .icon-calendar {
    position: absolute;
    margin-top: 0px;
    right: 10px;
    top: 40px;
    font-size: 18px;
}

.group-select optgroup {
    font-weight: 700;
    color: #b98656;
    
    float: left;
    width: 100%;
}

.group-select select option {
    color: #515151;
    height: 30px;
    float: left;
    width: 100%;
}

.group-select label {
    float: left;
    width: 100%;
    font-family: 'Lato', 'Roboto Light', sans-serif;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 8px;
    color: #fff;
}

.content-shop-booking {
    float: left;
    width: 100%;
}

.btn-search {
    float: left;
    width: 100px;
    height: 40px;
    margin-top: 33px;
    margin-left: 30px;
    border: none;
    color: #444;
    text-transform: uppercase;
    outline: none;
    color: #fff;
    background-color: #feca2f;
}

.group-select {
    float: left;
    width: 260px;
    margin-right: 30px;
}

.group-select select {
    width: 100%;
}

.box-date {
    margin-right: 0px;
    width: 300px;
}

.add-services {
    float: left;
    width: 100%;
    font-size: 15px;
    margin-top: 15px;
    cursor: pointer;
    color: #fff;
}

.add-services img {
    margin-top: -4px;
    margin-right: 6px;
}

.item-booking {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.removeButton {
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
}
.item-booking .removeButton+ .group-select > label{
    margin-left: 35px;
}
.infor-booking {
    float: left;
    width: 100%;
    margin: 30px 0px;
    background: #fff;
}

.services-book-inpage {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 60px;
}

.services-book-inpage .content-shop-booking {
    padding: 0px;
}

.group-select select {
    width: 100%;
    background: #fff;
    border-radius: 0px;
    height: 43px;
    border: 1px solid #e1e1e1;
    color: #999;
    font-size: 14px;
}

#serviceForm {
    float: left;
    width: 100%;
    position: relative;
}

.left-ctn-book {
    float: left;
    width: 100%;
}

.keyword_search {
    margin-top: 30px;
}

.search_title_for h4 {
    display: inline-block;
    font-weight: 500;
    color: #3e3e3e;
}

.search_title_for .tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.search_title_for .tags li {
    float: left;
}

.search_title_for .tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.search_title_for .tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.search_title_for .tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.search_title_for .tag:hover {
    background-color: #feca2f;
    color: white;
}

.search_title_for .tag:hover::after {
    border-left-color: #feca2f;
}

.search_title_for .tags li {
    padding-top: 10px;
}

.search_title_for .tags li.title_search {
    margin-top: 3px;
    margin-right: 5px;
}

.search_title_for .tags li.title_search span {
    font-weight: 600;
    color: #3e3e3e;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.search_title_for i {
    color: #feca2f;
}

.news_hover_action .icon-play {
    margin-left: 5px;
}

.post_video_user .media-left img {
    max-width: none;
    width: 80px;
    border-radius: 50%;
}

.post_video_user .name_author h4 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.author_post_desc .post_title h4 {
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-size: 24px;
}

.author_post_desc span+span {
    margin-left: 15px;
}

.button_sign .btn_sign {
    width: 100%;
    padding: 10px;
    border: 0;
}

.button_sign .color_sign_in {
    background-color: #3b88c8;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.button_sign .color_sign_up {
    background-color: #fa5066;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}


/*Css Module Verions 3*/

.single-product-classes {
    background: #f5f5f5;
    border-right: 1px solid #ffffff;
    transition: all 0.3s ease 0s;
}

.single-product-classes .single-product {
    position: relative;
}

.single-product-classes .single-product::after {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all 0.3s;
    transform: scaleY(0);
}

.single-product-classes:hover .single-product::after {
    opacity: 1;
    transform: scaleY(1);
}

.single-product-classes .single-product .overly {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.single-product-classes .single-product .overly li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
}

.single-product-classes .single-product .overly li:first-child {
    background: #FF723F;
    color: #ffffff;
}

.single-product-classes .single-product .overly li:last-child {
    background: #ffffff;
    color: #121212;
    margin-left: -4px;
}

.single-product-classes .product-content {
    overflow: hidden;
    padding: 0px 20px;
    transition: all 0.3s ease 0s;
}

.single-product-classes:hover .product-content {
    background: #6d46b0;
}

.single-product-classes .product-content h3 {
    margin-bottom: 12px;
}

.single-product-classes .product-content h3 a {
    color: #111111;
}

.single-product-classes .product-content h3 a:hover {
    color: #6d46b0;
}

.single-product-classes .product-content .author .fa {
    padding-right: 10px;
}

.single-product-classes .product-content .more-icon {
    float: right;
    padding-top: 12px;
}

.single-product-classes .product-content .more-icon .fa {
    color: #666666;
}

.single-product-classes:hover .product-content h3 a,
.single-product-classes:hover .product-content .more-icon .fa,
.single-product-classes:hover .product-content .author {
    color: #ffffff;
    transition: all 0.3s ease 0s;
}

.feature-classes-area .owl-carousel .owl-item img {
    height: 400px !important;
}


/* Css Page v4*/

.footer_v4 {
    background: #1A191E none repeat scroll 0 0;
    padding: 20px 0 0px;
}

.footer_v4 h4 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 25px;
    position: relative;
    text-transform: uppercase;
}

.footer_v4 p {
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    margin-bottom: 10px;
}
.footer_v4 .last {
    height: 15px;
    line-height: 15px;
}
.footer_v4 p span {
    color: #feca2f;
}
.footer_v4 p i {
    color: #9A9A9C;
    padding-right: 5px;
}
.footer_v4 p a {
    color: #fff;
}
.footer_v4 p a:hover {
    color: #feca2f;
}

.footer_social {
    margin-top: 30px;
}

.footer_social ul {
    margin: 0;
    padding: 0;
}

.footer_social ul li {
    display: inline-block;
    list-style: outside none none;
}

.footer_social ul li a {
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    margin: 0 5px 5px 0;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 33px;
    float: left;
}

.single_footer_widget .social_icon li.social-icons {
    width: 100%;
}

.footer_social ul li a:hover {
    background: #feca2f none repeat scroll 0 0;
}

.footer_v4 .footer_about,
.footer_v4 .footer_post,
.footer_v4 .footer_contact,
.footer_v4 .footer_newsletter {
    margin-bottom: 30px;
}

.footer_v4 .footer_openhours {
    margin: 15px 0px;
    float: left;
    width: 100%;
    padding: 0px 15px;
}
.footer_openhours h5 {
    margin: 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 15px 5px 0px;
    font-size: 14px;
    color: #E4B42A;
}
.footer_openhours ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.footer_openhours ul li {
    display: inline-block;
    padding: 5px;
}
.footer_openhours ul li p {
    float: left;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0px;
    margin: 0px;
    color: #E4B42A;
}
.footer_openhours ul li p + p {
    padding-left: 5px;
}
.footer_v4 .footer_post ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    list-style: outside none none;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}

.footer_v4 .footer_post ul li::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.footer_v4 .footer_post ul li a {
    color: #c5c5c5;
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
}

.footer_v4 .footer_post ul li a:hover {
    color: #feca2f;
}

.footer_v4 .footer_post ul li span {
    color: #838383;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.footer_v4 .footer_post ul li span:hover {
    color: #feca2f;
    cursor: pointer;
}

.footer_v4 .footer_contact {
    /*background: rgba(0, 0, 0, 0) url("/themes/fnail01d-luxury/assets/img/footer-map.png") no-repeat scroll center center;*/
    background: rgba(0, 0, 0, 0);
}

.footer_v4 .footer_contact ul {
    margin: 0;
    padding: 0;
}

.footer_v4 .footer_contact ul li {
    color: #8f8f8f;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 24px;
    list-style: outside none none;
    margin-bottom: 20px;
    overflow: hidden;
}

.footer_v4 .footer_contact ul li:hover,
.footer_v4 .footer_contact ul li:hover {
    color: #feca2f;
    cursor: pointer;
}

.footer_v4 .footer_contact ul li span {
    border-radius: 50%;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 29px;
    margin-right: 18px;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.footer_newsletter p {
    margin-bottom: 20px;
}

.footer_newsletter form {
    position: relative;
}

.footer_newsletter input.form-control {
    background: transparent none repeat scroll 0 0;
    border-color: #474545;
    color: #ccc;
    outline: none;
}

.footer_newsletter form .btn {
    background: #3c3c3c none repeat scroll 0 0;
    border: 1px solid #3c3c3c;
}

.footer_newsletter form .btn:hover {
    background: #feca2f none repeat scroll 0 0;
    border: 1px solid #feca2f;
}

.inner_header_v4 .topbar {
    position: relative;
    margin-top: 0;
    background: #212123;
    padding: 20px;
}
.btn-continue-shopping {
    color: #feca2f !important;
}
.btn-next-step, .btn-primary.btn-next-step {
    color: #fff;
    border-color: #feca2f;
    background: #feca2f;
}
.btn-next-step:hover, .btn-primary.btn-next-step:hover {
    border-color: #e64285;
    background: #e64285;
}
.pd-lr-0 
{
    padding-left: 0px;
    padding-right: 0px;
}
.scroll_btn{
    position: fixed;
    top: 0px;
    z-index: 1001;
}
.portfolio-select ul {
    width: 100%;
}
.portfolio-select li {
    width:100%;
    text-align: right;
}
.portfolio-select select {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    color: #909090;
    height: 45px;
    line-height: 45px;
    width: unset;
    min-width: 150px;
    padding-left: 15px;
    padding-right: 45px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background-color: #fff;
    background-image: url("../../themes/fnail01d-luxury/assets/img/select-option.png");
    background-position: right center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}
.mb-15 {
    margin-bottom: 5px;
}

/***************fix service child ************/
li.list_child a {
    padding-left: 35px;
}
li.list_child a:hover {
    text-decoration: none;
}

li.list_child a:before {
    position: absolute;
    content: "- ";
    top: 15px;
    left: 25px;
}

.pagination_v1 ul li:first-child {
    float: none;
}
/***************End fix service child***********/
.pointer {
    cursor: pointer;
}
.clearfix.clearfix-inline {
    display: inline-block;
    width: 100%;
}
.border-none {
    border: none;
}
.appoinment_area_v1 {
    background: #2a2a2c;
}

.b-loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Large screen desktop */

@media (min-width: 1366px) and (max-width: 1500px) {}

@media (min-width: 1170px) and (max-width: 1370px) {}


/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
    .slider-inner h1 {
        font-size: 47px !important;
        line-height: 43px !important;
    }
    .slider-inner p {
        font-size: 20px !important;
    }
    .about_text_home_v1 h3 {
        line-height: 70px;
    }
    .about_box_right {
        padding: 10px 58px 15px;
    }
    .about_box_right .about_details_home {
        padding-bottom: 0;
    }
    .appoinment_title p.section_details {
        display: none;
    }
    .appoinment_inner {
        margin-top: 25px;
    }
    .mt_40 {
        margin-top: 15px;
    }
    .group-select {
        width: 220px;
        margin-right: 10px;
    }
    .btn-search {
        margin-left: 0;
        height: 41px;
        width: 125px;
    }
    .header-nav li.control_menu_hidden {
        display: none;
    }
    /*
    .header_ver4 .topbar {
        margin-top: 70px;
    }
    */
}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .slider-inner h1 {
        font-size: 34px !important;
        margin-bottom: 30px !important;
    }
    .slider-shape-1::after {
        display: none;
    }
    .slider-inner p {
        font-size: 16px !important;
        margin-bottom: 30px !important;
    }
    .slider-area .slick-dots li.slick-active button::before {
        color: #ffc267;
        opacity: 1;
    }
    .our_service_title {
        margin-bottom: 0;
    }
    .single_service_area {
        margin-top: 120px;
    }
    .single_service_area .btn_book_service a {
        margin-left: 33%;
    }
    .single_news_trend {
        margin-top: 45px;
    }
    .about_thumb_v1 .thumb_img img {
        width: 100%;
    }
    .work_timings li.hour_time {
        width: 155px;
        margin-bottom: 50px;
    }
    .thumb_img_appoiment .pdf_0 {
        padding-left: 15px;
    }
    .news_trend_v1.ptb_90 {
        padding-bottom: 0;
    }
    .signle_post_v1 .img_post_rc_v1 {
        width: 15%;
    }
    .time_work_staff_v1 ul li a {
        float: left;
    }
    .time_work_staff_v1 ul li+li {
        margin-left: 0;
    }
    .staff_service_v1 .details_staff h2,
    .time_work_staff_v1 h3 {
        font-size: 20px;
    }
    .box-date {
        width: 260px;
    }
    .btn-search {
        width: 260px;
    }
    .working_time_v3 .work_time_v3 {
        text-align: center;
        padding-bottom: 20px;
    }
    .our_ourworking_title {
        margin: auto;
    }
    .header_ver4 .topbar {
        position: relative;
        margin-top: 0;
        background: #212123;
    }
    .content_title_hour_v4 p {
        width: 100%;
    }
    .inner_header_v4 .topbar {
        position: relative;
        margin-top: 0;
        background: #212123;
        padding: 0;
    }
}


/* small mobile :320px. */

@media (max-width: 767px) {
    .slider-inner h1 {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 23px !important;
    }
    .slider-shape-1::after {
        display: none;
    }
    .slider-inner p {
        display: none;
    }
    .slider-area .slick-dots li.slick-active button::before {
        color: #ffc267;
        opacity: 1;
    }
    .single-slider-wrap,
    .slider-content {
        height: 134px !important;
    }
    .slider-button .hs-btn.btn-light.btn-large {
        height: 38px !important;
        line-height: 37px !important;
        padding: 0 15px !important;
    }
    .slider-button .hs-btn {
        font-size: 12px !important;
    }
    .slider-nav-style-1 .slick-dots {
        right: 8px !important;
    }
    .slider-inner {
        text-align: left;
    }
    .col-md-3.col-lg-3.col-sm-6.col-xs-12 .single_footer_widget {
        margin-bottom: 40px;
    }
    .about_thumb_v1 .thumb_img {
        padding-left: 16px;
        padding-top: 16px;
    }
    .about_thumb_v1 .thumb_img img {
        width: 100%;
    }
    .about_thumb_v1 .thumb_img::before {
        height: calc(100% - 55px);
    }
    .about_text_home_v1 {
        width: 50px;
    }
    .about_text_home_v1 h3 {
        font-size: 14px;
        line-height: 50px;
    }
    .about_thumb_v1 .thumb_text {
        width: 44px;
    }
    .about_box_right {
        padding: 60px 20px 60px;
    }
    .single_service_area {
        margin-top: 120px;
    }
    .our_service_title {
        margin-bottom: 0;
    }
    .single_service_area .btn_book_service a {
        margin-left: 33%;
    }
    .cbox_open_hour_v1 {
        padding: 90px 15px 0;
    }
    .single_news_trend {
        margin-top: 45px;
    }
    .appoinment_form .input-box {
        flex-wrap: wrap;
        width: 100%;
    }
    .appoinment_form .input-box>input {
        width: 100%;
    }
    .appoinment_form .input-box>input+input {
        margin-left: 0;
        margin-top: 30px;
    }
    .appoinment_form .input-box select {
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
        height: 45px;
        line-height: 45px;
    }
    .newsletter_v1_inner .newsletter_tile {
        font-size: 20px;
        font-weight: 700;
        height: 41px;
        line-height: 66px;
    }
    .nws_input_box {
        height: 70px;
        line-height: 70px;
    }
    .newsletter_v1_inner .sing_up_btn {
        height: 70px;
        justify-content: flex-start;
    }
    .footer_top_v1 {
        padding-bottom: 0;
    }
    .section-padding {
        padding: 20px 0;
    }
    .open-timings {
        padding-top: 30px;
    }
    .work_timings li.hour_time {
        width: 100%;
        margin-bottom: 30px;
    }
    .cbox_open_hour_v1 .list_days {
        text-align: center;
    }
    .cbox_open_hour_v1 {
        box-shadow: none;
    }
    .pro-item {
        margin-bottom: 30px !important;
    }
    .thumb_img_appoiment .pdf_0 {
        padding-left: 15px;
    }
    .news_trend_v1.ptb_90 {
        padding-bottom: 0;
    }
    .about_home_v1.ptb_90 {
        padding-top: 45px;
    }
    .mgb_service {
        margin-bottom: 50px;
    }
    .service_price_table.ptb_90 {
        padding-top: 45px;
        padding-bottom: 0;
    }
    .services_table {
        padding-bottom: 45px;
    }
    .news_top_comment.middle_comment {
        margin: 32px 0 33px 0px;
    }
    .submit_name_psw {
        padding: 0;
    }
    .btn_login_social .btn_facebook_v1 {
        margin-bottom: 15px;
        width: 100%;
    }
    .btn_login_social .btn_gplus_v1 {
        width: 100%;
    }
    .popup_main_area .border_right {
        border-right: 0;
    }
    .time_work_staff_v1 ul li a {
        float: left;
    }
    .time_work_staff_v1 ul li+li {
        margin-left: 0;
    }
    .staff_service_v1 .details_staff h2,
    .time_work_staff_v1 h3 {
        font-size: 20px;
    }
    .content-shop-booking {
        padding-left: 5px;
        padding-top: 15px;
        padding-bottom: 0;
        padding-right: 0;
    }
    .box-date {
        width: 100%;
    }
    .btn-search {
        width: 100%;
        margin-left: 0;
    }
    .group-select {
        margin-top: 30px;
        width: 100%;
    }
    .add-services {
        margin-bottom: 30px;
    }
    .working_time_v3 .work_time_v3 {
        text-align: center;
        padding-bottom: 20px;
    }
    .our_ourworking_title {
        margin: auto;
    }
    .header_ver4 .logo_ver3 {
        text-align: center;
        margin-bottom: 6px;
    }
    .header_ver4 .topbar {
        position: absolute;
        z-index: 1041;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 10px;
        margin-top: 0px;
    }
    .content_title_hour_v4 p {
        width: 100%;
    }
    .inner_header_v4 .topbar {
        position: relative;
        margin-top: 0;
        background: #212123;
        padding: 0;
    }
    .nav_right {
        float: none !important;
        text-align: center;
    }
    .show-shopping-cart {
        width: 275px;
        right: -68px;
    }
    .top_link.lang-meta ul,
    .top_link .user-meta ul {
        right: -123px;
    }
}

/*Fix open hours board on small mobile*/
@media only screen and (max-width: 767px) {
    .opening-hour-grid {
        padding: 5px 8px;
        margin-bottom: 15px;
    }
    .opening-hour-grid h4 {
        float: left;
        padding-left: 15px;
    }
    .opening-hour-grid span
    {
        float: left;
        font-size: 18px;
        line-height: 28px;
        text-transform: uppercase;
        margin: 10px 0px;
        padding-left: 5px;
    }

    /* show slider in mobile */
    #ninzio-slider {
        margin-top: 150px;
    }
}

/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (max-width: 767px) {
    .gallery_box_page {
        padding-top: 10px;
    }
}

/*reposive open hours*/
@media only screen and (max-width: 543px) {
    .work_timings ul li
    {
        width: 50%;
    }
    .work_timings ul li div
    {
        height: 150px;
    }
    .work_timings ul li div p:nth-child(even) {
        font-size: 13px;
    }
    .work_timings ul li div p:nth-child(odd) {
        margin-top: 50px;
    }
}
.header-nav .menu>li>a.active::before,
.header-nav .menu>ul li ul li a:hover,
.header-nav .menu>li>a:hover,
.cssmenu ul ul li:hover a {
    color: #de1467 !important;
}

.header-nav .menu>li>a.active::after {
    background-color: #de1467;
}

.nav-menu {
    background-color: #fec31a;
}

.bg_top_tran .booking_btn_home {
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: auto;
    float: right;
}

.header-nav {
    /*width: calc(100% - 105px);*/
    float: right;
    /*padding-right: 15px;*/
}

.bg_top_tran .booking_btn_home a {
    color: #000;
    background-color: #feca2f;
    display: block;
    padding: 12px 5px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    text-transform: uppercase;
    text-decoration: none;
}

@media screen and (max-width: 1199px) { 
    .header-nav {
        width: 100%;
        padding: 0px;
    }
    .bg_top_tran .booking_btn_home {
        display: none;
    }
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.cssmenu,
.cssmenu ul,
.cssmenu ul ul li,
.cssmenu ul ul li a,
.cssmenu .menu-button {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cssmenu:after,
.cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cssmenu .menu-button {
    display: none;
}

.cssmenu {
    width: auto;
    line-height: 1;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.cssmenu>ul>li {
    position: relative
}

.cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
}

.cssmenu.align-center>ul>li {
    display: inline-block;
    float: none;
}

.cssmenu.align-center ul ul {
    text-align: left;
}

.cssmenu.align-right>ul>li {
    float: right;
}

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

.cssmenu>ul>li>a {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.cssmenu>ul>li.has-sub>a {}


/*navigation*/

.header-nav .menu {
    margin: 0;
    padding: 0;
}

.header-nav .menu>li {
    padding: 0 1px;
}

.header-nav.sticky-navbar .menu>li {
    padding: 12px 13px;
}

.header-nav .menu>li>a {
    line-height: 58px;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    padding: 0 11px;
    letter-spacing: 0;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.header-nav .menu>li>a.active::after {
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

.header-nav .menu>li>a.active:before {
    color: hsl(0, 0%, 100%);
    content: "";
    font-family: fontawesome;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: 22px;
}

.header-nav .main-menu-style2 .menu>li>a.active::before {
    top: 42px;
}

.header-nav .main-menu-style2 .menu>li>a.active::after {
    top: 74px;
}

.header-nav .sticky-navbar .main-menu-style2 .menu>li>a.active::before {
    top: 34px;
}

.header-nav .sticky-navbar .main-menu-style2 .menu>li>a.active::after {
    top: 66px;
}

.header-nav.sticky-navbar .menu>li>a.active:before {
    top: 34px;
}

.header-nav.sticky-navbar .menu>li>a.active::after {
    top: 66px;
}

.sticky-navbar .main-menu-style2 .menu>li {
    padding-top: 12px;
    padding-bottom: 12px;
}

.header-nav .menu>li>a:hover {
    color: #bf9456;
}

.header-nav .menu a:hover,
.header-nav .menu a:focus,
.header-nav .menu a:active {
    text-decoration: none;
}


/*nav-style-dark*/

.header-nav.nav-style-dark {
    background-color: #131313;
    border-top: none;
    z-index: 999;
}

.header-nav.nav-style-dark .menu>li>a {
    color: #fff;
}

.header-nav.nav-style-dark .menu>li {
    margin-left: -4px;
}

.header-nav.nav-style-dark .menu>li.active>a,
.header-nav.nav-style-dark .menu>li:hover>a {
    background-color: rgba(255, 255, 255, .1);
}

.header-nav.nav-style-dark .menu>.pull-right:hover a {
    background-color: #131313;
}

.header-nav.nav-style-dark .menu>.pull-right {
    margin-left: 11px;
}

.header-nav .menu>.search-box>ul {
    width: 480px;
    text-align: right;
    max-width: 480px;
}

.sticky-navbar.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    border-color: rgba(0, 0, 0, .9);
    z-index: 9999;
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.sticky-navbar.sticky-header .main-menu-style2 {
    margin-top: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.sticky-header .cssmenu .menu-button {
    line-height: 60px;
}

.search-box .search-form {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.header-nav .menu>.search-box:hover>ul {
    left: auto;
    right: 0;
}

.header-nav.nav-style-dark .menu>.pull-right>a {
    background-color: rgba(255, 255, 255, .1);
    width: 45px;
    line-height: 43px;
    height: 43px;
    text-align: center;
    padding: 0;
    margin-top: 17px;
}


/*nav-style-light*/

.header-nav.nav-style-light {
    background-color: #fff;
    border-top: none;
    z-index: 999;
}

.header-nav.nav-style-light .menu>li {
    margin-left: -4px;
    padding: 0 14px;
}

.header-nav.nav-style-light .menu>li>a {
    position: relative;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
}

.header-nav.nav-style-light .menu>li.active>a:before,
.header-nav.nav-style-light .menu>li:hover>a:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.cssmenu>ul>li.has-sub:hover>a::after {
    border-color: #009ae1;
}

.cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 99999 !important;
    text-align: left;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background-color: #fff;
}

.cssmenu li:hover>ul {
    left: auto;
    -webkit-animation: fadeinUp .3s;
    /* Safari and Chrome */
    -moz-animation: fadeinUp .3s;
    /* Firefox */
    -ms-animation: fadeinUp .3s;
    /* Internet Explorer */
    -o-animation: fadeinUp .3s;
    /* Opera */
    animation: fadeinUp .3s;
}

.sticky-navbar.sticky-header .cssmenu ul ul ul {
    top: 0;
}

.sticky-navbar.sticky-header .cssmenu ul ul {
    top: 80px;
}

.cssmenu.align-right li:hover>ul {
    right: 0;
}

.cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

.cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.cssmenu ul ul li {}

.cssmenu ul li:hover>ul>li {}

.cssmenu ul ul li a {
    padding: 15px 15px;
    width: 220px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    display: block;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.nav-style-dark .cssmenu ul ul {
    border-color: rgba(255, 255, 255, .1);
    background-color: #131313;
}

.nav-style-dark .cssmenu ul ul li a {
    background-color: #131313;
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .1);
}

.nav-style-dark .cssmenu .menu-button::before {
    border-color: #fff;
}

.nav-style-dark .cssmenu .submenu-button::after,
.nav-style-dark .cssmenu .submenu-button::before,
.nav-style-dark .cssmenu .menu-button::after {
    background-color: #fff;
}

.nav-style-dark .cssmenu ul ul li.active>a,
.nav-style-dark .cssmenu ul ul li:hover>a {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.nav-style-dark .cssmenu ul ul li.has-sub>a::after,
.nav-style-dark .cssmenu ul ul li.has-sub:hover>a::after {
    border-color: #fff;
}

.cssmenu ul ul li.has-sub>a::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #212121;
    border-right: 1px solid #212121;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.cssmenu.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #212121;
    border-left: 1px solid #212121;
}

.cssmenu ul ul li.has-sub:hover>a::after {
    border-color: #000;
}

@media (max-width: 800px) {
    .sticky-navbar.sticky-header .main-menu-style2 {
        padding: 0;
    }
    .sticky-navbar.sticky-header .cssmenu ul ul {
        top: 0;
    }
    .header-nav.sticky-navbar .menu>li {
        padding: 0 13px;
    }
    .sticky-navbar .main-menu-style2 .menu>li {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header-nav.nav-style-dark .menu>li {
        position: relative;
    }
    .header-nav .menu>.search-box>.submenu-button,
    .header-nav .menu>.search-box>a {
        display: none !important;
    }
    .header-nav .menu>.search-box ul {
        display: block !important;
    }
    .header-nav .menu>.pull-right {
        display: inline-block;
        float: left !important;
        margin-bottom: 30px;
        width: auto;
    }
    .header-nav .menu>.search-box {
        min-width: 100%;
        margin: 0;
    }
    .search-box .search-form {
        padding: 17px 17px 17px 0;
    }
    .cssmenu {
        width: 100%;
    }
    body .header-nav .menu li a {
        line-height: 50px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 20px;
        padding-bottom: 20px;
        border-bottom: none;
    }
    body .header-nav .menu ul {
        border: none;
        -webkit-animation: fadeinUp 0s;
        /* Safari and Chrome */
        -moz-animation: fadeinUp 0s;
        /* Firefox */
        -ms-animation: fadeinUp 0s;
        /* Internet Explorer */
        -o-animation: fadeinUp 0s;
        /* Opera */
        animation: fadeinUp 0s;
    }
    .cssmenu ul {
        width: 100%;
        display: none;
    }
    .cssmenu.align-center>ul,
    .cssmenu.align-right ul ul {
        text-align: left;
    }
    /*.cssmenu ul li,
    .cssmenu ul ul li,
    .cssmenu ul li:hover>ul>li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }*/
    .cssmenu ul li a,
    .cssmenu ul ul li a {
        width: 100%;
    }
    .cssmenu>ul>li,
    .cssmenu.align-center>ul>li,
    .cssmenu.align-right>ul>li {
        float: none;
        display: block;
    }
    .cssmenu ul ul li a {
        padding: 20px 20px 20px 30px;
        background: none;
    }
    .cssmenu ul ul li:hover>a,
    .cssmenu ul ul li a:hover {}
    .cssmenu ul ul ul li a {
        padding-left: 40px;
    }
    .cssmenu ul ul,
    .cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }
    .cssmenu>ul>li.has-sub>a::after,
    .cssmenu ul ul li.has-sub>a::after {
        display: none;
    }
    #menu-line {
        display: none;
    }
    .cssmenu .menu-button {
        display: block;
        padding: 0 20px;
        cursor: pointer;
        text-transform: uppercase;
        line-height: 78px;
        text-align: left;
        color: #fff;
    }
    .cssmenu .menu-button::after {
        content: '';
        position: absolute;
        top: 30px;
        top: calc( 50% - 1px);
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #000000;
    }
    .cssmenu .menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        top: calc( 50% - 6px);
        right: 20px;
        display: block;
        width: 15px;
        height: 12px;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }
    .cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }
    .cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000000;
        z-index: 99;
    }
    .cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000000;
        z-index: 99;
    }
    .cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }
}

@keyframes fadeinUp {
    from {
        opacity: 0;
        margin-top: 30px;
    }
    to {
        opacity: 1;
        margin-top: 0;
    }
}


/* Firefox */

@-moz-keyframes fadeinUp {
    from {
        opacity: 0;
        margin-top: 10px;
    }
    to {
        opacity: 1;
        margin-top: 0;
    }
}


/* Safari and Chrome */

@-webkit-keyframes fadeinUp {
    from {
        opacity: 0;
        margin-top: 10px;
    }
    to {
        opacity: 1;
        margin-top: 0;
    }
}


/* Internet Explorer */

@-ms-keyframes fadeinUp {
    from {
        opacity: 0;
        margin-top: 10px;
    }
    to {
        opacity: 1;
        margin-top: 0;
    }
}


/* Opera */

@-o-keyframes fadeinUp {
    from {
        opacity: 0;
        margin-top: 10px;
    }
    to {
        opacity: 1;
        margin-top: 0;
    }
}
.header.desk {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.button.nz-button-orange {
    background-color: #feca2f;
    box-shadow: 0 4px #da7b12;
}

.button.nz-button-orange:hover {
    box-shadow: 0 2px #da7b12!important;
}

.nz-clients .client-inner {
    box-shadow: inset 0 0 0 1px #3c4148;
    background: #23282e;
}

.nz-clients .client-inner:hover {
    opacity: 1;
}

.nz-tagline {
    padding: 70px 0;
}

.site-loading {
    background-color: #1f242a;
}

.site-loader {
    border-top: 3px solid rgba(255, 255, 255, 0.1);
    border-right: 3px solid rgba(255, 255, 255, 0.1);
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid rgba(255, 255, 255, 0.4);
}

.nz-content-box.v1>.nz-box:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(219, 219, 219, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(219, 219, 219, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(219, 219, 219, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(219, 219, 219, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(219, 219, 219, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}


/*  MIX
/*====================================================================*/

.widget_icl_lang_sel_widget a,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    font-size: 13px !important;
    font-family: Open Sans;
}

.social-links a span {
    font-family: Open Sans;
    font-size: 13px;
    line-height: 22px;
}

.woocommerce .quantity input[type="button"].minus,
.woocommerce .quantity input[type="button"].plus,
.widget_nav_menu ul li a,
.nz-counter .count-title {
    font-family: Open Sans;
}

.nz-pricing-table>.column>.pricing>.price,
.nz-content-box>.nz-box .box-title,
.nz-persons .person .name,
.nz-circle .title,
.single-post .post-meta>.post-author a:hover,
.single-post .post-meta>.post-category a:hover,
.single-post .post-meta>.post-comments a:hover,
.search-r .post-meta>.post-author a:hover,
.search-r .post-meta>.post-category a:hover,
.search-r .post-meta>.post-comments a:hover,
.post-comments-area a:hover,
.posted_in a:hover,
.tagged_as a:hover,
.product-name a:hover {
    color: #fff;
}

#top:hover,
#ninzio-slider:hover .controls:hover {
    background-color: #feca2f;
}

.nz-pricing-table .column .title {
    font-family: Open Sans;
}

.woocommerce .products .product h3 {
    font-size: 18px;
    line-height: 28px;
}


/*  BACKGROUND
/*====================================================================*/

html {
    background-color: #1f242a;
}


/*  COLOR
/*====================================================================*/

a:not(.button) {
    color: #feca2f;
}

blockquote {
    border-left-color: #feca2f;
}

::-moz-selection {
    background-color: #feca2f;
    color: #ffffff;
}

::selection {
    background-color: #feca2f;
    color: #ffffff;
}

.nz-persons .person .name:after,
.nz-testimonials .name:before,
.nz-highlight,
.nz-thumbnail .post-date,
.nz-recent-posts .ninzio-overlay:before,
.nz-recent-portfolio .ninzio-overlay:before,
.blog-post .post .ninzio-overlay:before,
.nz-portfolio-posts .portfolio .ninzio-overlay:before,
.nz-gallery .gallery-item .ninzio-overlay:before,
.nz-recent-portfolio .project-details,
.loop .nz-portfolio-posts .project-details,
.one-page-bullets a[href*="#"]:after,
.wp-caption .wp-caption-text,
.nz-media-slider .flex-direction-nav a:hover,
.post-gallery .flex-direction-nav a:hover,
.flickr_badge_image .ninzio-overlay,
.widget_recent_portfolio .ninzio-overlay,
.post-gallery .post-date,
.single-details .nz-i-list.square span.icon,
.woocommerce .product .onsale,
.woocommerce .product .ninzio-overlay:before,
.ui-slider .ui-slider-range,
.desk .cart-info,
.post-sticky {
    background-color: #feca2f;
}

.one-page-bullets a[href*="#"]:before {
    border-color: transparent transparent transparent #feca2f;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: #feca2f !important;
}

.ninzio-overlay {
    background-color: rgba(247, 144, 29, 0.8);
}

.nz-tabs .tabset .tab.active,
.nz-accordion .active.toggle-title,
.woocommerce-tabs .tabs>li.active {
    border-bottom-color: #feca2f !important;
    color: #feca2f;
}

.nz-testimonials .flex-control-nav li a.flex-active:before,
.nz-testimonials .flex-control-nav li a:hover:before {
    box-shadow: inset 0 0 0 2px #feca2f;
}

.nz-pricing-table>.column>.title,
.error404-status,
.comment-author,
.woocommerce .product .amount,
.woocommerce .star-rating {
    color: #feca2f;
}

.post-tags a:hover {
    border-color: #feca2f;
    color: #feca2f !important;
}

.post-author-info-title a,
.loop .port-cat a:hover,
.single-details .nz-i-list a:hover,
.woocommerce-tabs .tabs>li.active a {
    color: #feca2f !important;
}

.post-author-info-title a:hover {
    color: #fff !important;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"],
.button {
    font-family: Open Sans;
    font-weight: 700;
}

.btn-normal button,
.btn-normal input[type="reset"],
.btn-normal input[type="submit"],
.btn-normal input[type="button"],
.btn-ghost button:hover,
.btn-ghost input[type="reset"]:hover,
.btn-ghost input[type="submit"]:hover,
.btn-ghost input[type="button"]:hover,
.button-normal,
.animate-false.button-ghost:hover,
.btn-normal .project-link,
.btn-normal .search-button,
.btn-ghost .project-link:hover,
.btn-ghost .search-button:hover,
.btn-normal .wc-forward,
.btn-ghost .wc-forward:hover,
.search-r .post-indication {
    background-color: #feca2f;
}

.btn-ghost button,
.btn-ghost input[type="reset"],
.btn-ghost input[type="submit"],
.btn-ghost input[type="button"],
.button-ghost,
.btn-ghost .project-link,
.btn-ghost .search-button,
.btn-ghost .wc-forward {
    box-shadow: inset 0 0 0 2px #feca2f;
    color: #feca2f;
}

.btn-ghost .wc-forward {
    color: #feca2f !important;
}

.portfolio-archive-filter .button:hover,
.portfolio-archive-filter .button.active {
    box-shadow: inset 0 0 0 2px #feca2f !important;
    background-color: #feca2f !important;
}

.btn-3d button,
.btn-3d input[type="reset"],
.btn-3d input[type="submit"],
.btn-3d input[type="button"],
.button-3d,
.btn-3d .project-link,
.btn-3d .search-button,
.btn-3d .wc-forward {
    background-color: #feca2f;
    box-shadow: 0 4px rgb(227, 124, 9);
}

.btn-3d button:hover,
.btn-3d input[type="reset"]:hover,
.btn-3d input[type="submit"]:hover,
.btn-3d input[type="button"]:hover,
.button-3d.animate-false:hover,
.btn-3d .project-link:hover,
.btn-3d .search-button:hover,
.btn-3d .wc-forward:hover {
    box-shadow: 0 2px rgb(227, 124, 9);
}

.nz-mailchimp input[type="submit"]:hover {
    background-color: rgb(227, 124, 9);
}

.ninzio-navigation li a:hover,
.ninzio-navigation li span.current,
.woocommerce-pagination li a:hover,
.woocommerce-pagination li span.current {
    background-color: #feca2f;
}


/*  TYPOGRAPHY
/*====================================================================*/

body,
button,
input,
pre,
code,
kbd,
samp,
dt {
    font-size: 13px;
    line-height: 22px;
    font-family: Open Sans;
    color: #fff;
}

textarea {
    color: #777777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Open Sans;
    color: #fff;
    text-transform: none;
}

h1 {
    font-size: 24px;
    line-height: 34px;
}

h2 {
    font-size: 22px;
    line-height: 32px;
}

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

h4 {
    font-size: 18px;
    line-height: 28px;
}

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

h6 {
    font-size: 14px;
    line-height: 24px;
}


/*  HEADER
/*====================================================================*/

.mob-header {
    background-color: #191e24;
}

.mob-header .logo-toggle {
    height: 90px;
}

.mob-header .menu-toggle span,
.mob-header .sidebar-toggle span {
    background-color: #ffffff;
}

.mob-menu li a {
    color: #ffffff;
    background-color: #21272f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    font-family: Open Sans;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mob-menu ul ul>li>a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    font-family: Open Sans;
}

.mob-menu li a:hover {
    color: #ffffff;
    background-color: #272e37;
}

.mob-int-true .mob-menu ul li>a>.di {
    background-color: rgba(255, 255, 255, 0.1);
}

.mob-search-true .search {
    background-color: #21272f;
}

.mob-search-true .search,
.mob-search-true .search .icon-search2 {
    color: #ffffff;
}

.mob-search-true .search input[type="text"] {
    border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.mob-search-true .search input[type="text"]:focus {
    background-color: #272e37;
}


/*  WIDGET AREAS
/*====================================================================*/

.widget_title,
.widget_rss .widget_title a {
    color: #fff;
}

.sidebar:not(.single-details) a {
    color: #777777;
}

.sidebar:not(.single-details) a:hover,
.widget_nav_menu ul li a:hover,
.widget_rss a:hover,
.widget_nz_recent_entries a:hover,
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_twitter ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_archive ul li a:hover,
.widget_mailchimp #mc-embedded-subscribe:hover+.icon-plus,
.widget_search #searchsubmit:hover+.icon-search22,
.widget_product_search form:hover:after {
    color: #feca2f;
}

.widget_icl_lang_sel_widget li a:hover {
    color: #feca2f !important;
}

.widget_icl_lang_sel_widget a {
    color: #777777 !important;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
    color: #feca2f !important;
    border-color: #feca2f;
}

.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_archive ul li a:before,
.widget_product_categories ul li a:before,
.widget_layered_nav ul li a:before,
.widget_layered_nav_filters ul li a:before {
    background-color: rgba(119, 119, 119, 0.5);
}

.widget_calendar td#today {
    background-color: rgba(119, 119, 119, 0.1);
}

.widget_twitter ul li:before {
    color: rgba(119, 119, 119, 0.3);
}

.main-widget-area {
    background-color: #191e24;
}

.ps-container .ps-scrollbar-y {
    background-color: rgba(144, 147, 151, 0.6);
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover,
.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: rgba(144, 147, 151, 0.4);
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: rgba(144, 147, 151, 0.7);
}

.main-widget-area .widget_title {
    color: #ffffff;
    border-bottom-color: rgba(144, 147, 151, 0.3);
}

.main-widget-area .widget_nav_menu ul li a {
    border-bottom-color: rgba(144, 147, 151, 0.3);
}

.main-widget-area .widget_nav_menu ul.menu>li:first-child>a {
    border-top-color: rgba(144, 147, 151, 0.3);
}

.main-widget-area .widget_icl_lang_sel_widget a {
    color: #909397 !important;
}

.main-widget-area .widget_rss .widget_title a {
    color: #ffffff;
}

.main-widget-area,
.main-widget-area a {
    color: #909397;
}

.main-widget-area a:hover,
.main-widget-area .widget_nav_menu ul li a:hover,
.main-widget-area .widget_rss a:hover,
.main-widget-area .widget_nz_recent_entries a:hover,
.main-widget-area .widget_recent_entries a:hover,
.main-widget-area .widget_recent_comments a:hover,
.main-widget-area .widget_twitter ul li a:hover,
.main-widget-area .widget_categories ul li a:hover,
.main-widget-area .widget_pages ul li a:hover,
.main-widget-area .widget_archive ul li a:hover,
.main-widget-area .widget_mailchimp #mc-embedded-subscribe:hover+.icon-plus,
.main-widget-area .widget_search .icon-search2:hover,
.main-widget-area .widget_search #searchsubmit:hover+.icon-search2,
.main-widget-area .widget_product_search form:hover:after,
.main-widget-area .woocommerce .star-rating {
    color: #ffffff;
}

.main-widget-area .widget_icl_lang_sel_widget li a:hover {
    color: #ffffff !important;
}

.main-widget-area .widget_icl_lang_sel_widget a,
.main-widget-area .widget_tag_cloud .tagcloud a,
.main-widget-area .widget_product_tag_cloud .tagcloud a {
    color: #909397 !important;
}

.main-widget-area .widget_tag_cloud .tagcloud a,
.main-widget-area .widget_product_tag_cloud .tagcloud a {
    border-color: rgba(144, 147, 151, 0.3);
}

.main-widget-area .widget_tag_cloud .tagcloud a:hover,
.main-widget-area .widget_product_tag_cloud .tagcloud a:hover {
    color: #ffffff !important;
    border-color: #ffffff;
}

.main-widget-area textarea,
.main-widget-area select,
.main-widget-area input[type="date"],
.main-widget-area input[type="datetime"],
.main-widget-area input[type="datetime-local"],
.main-widget-area input[type="email"],
.main-widget-area input[type="month"],
.main-widget-area input[type="number"],
.main-widget-area input[type="password"],
.main-widget-area input[type="search"],
.main-widget-area input[type="tel"],
.main-widget-area input[type="text"],
.main-widget-area input[type="time"],
.main-widget-area input[type="url"],
.main-widget-area input[type="week"],
.main-widget-area .widget_icl_lang_sel_widget>div>ul>li:first-child,
.main-widget-area .widget_price_filter .price_slider_amount .price_label {
    border-color: rgba(144, 147, 151, 0.3);
    color: #909397;
}

.main-widget-area textarea:focus,
.main-widget-area select:focus,
.main-widget-area input[type="date"]:focus,
.main-widget-area input[type="datetime"]:focus,
.main-widget-area input[type="datetime-local"]:focus,
.main-widget-area input[type="email"]:focus,
.main-widget-area input[type="month"]:focus,
.main-widget-area input[type="number"]:focus,
.main-widget-area input[type="password"]:focus,
.main-widget-area input[type="search"]:focus,
.main-widget-area input[type="tel"]:focus,
.main-widget-area input[type="text"]:focus,
.main-widget-area input[type="time"]:focus,
.main-widget-area input[type="url"]:focus,
.main-widget-area input[type="week"]:focus {
    border-color: #909397;
}

.main-widget-area .widget_categories ul li a:before,
.main-widget-area .widget_pages ul li a:before,
.main-widget-area .widget_archive ul li a:before {
    background-color: rgba(144, 147, 151, 0.5);
}

.main-widget-area .widget_calendar th:first-child {
    border-left-color: rgba(144, 147, 151, 0.3);
}

.main-widget-area .widget_calendar th:last-child {
    border-right-color: rgba(144, 147, 151, 0.3);
}

.main-widget-area .widget_calendar td,
.main-widget-area .widget_calendar td#prev,
.main-widget-area .widget_calendar td#next,
.main-widget-area .widget_calendar caption,
.main-widget-area .widget_nz_recent_entries .post-date,
.main-widget-area .widget_tag_cloud .tagcloud a,
.main-widget-area .widget_twitter ul li:before,
.main-widget-area .widget_shopping_cart .cart_list>li,
.main-widget-area .widget_products .product_list_widget>li,
.main-widget-area .widget_recently_viewed_products .product_list_widget>li,
.main-widget-area .widget_recent_reviews .product_list_widget>li,
.main-widget-area .widget_top_rated_products .product_list_widget>li {
    border-color: rgba(144, 147, 151, 0.3);
}

.main-widget-area .widget_calendar td#today {
    background-color: rgba(255, 255, 255, 0.1);
}

.main-widget-area .widget_rss ul li,
.main-widget-area .widget_nz_recent_entries ul li,
.main-widget-area .widget_recent_entries ul li,
.main-widget-area .widget_recent_comments ul li,
.main-widget-area .widget_twitter ul li {
    border-bottom-color: rgba(144, 147, 151, 0.3);
}

.main-widget-area .widget_twitter ul li:before {
    color: rgba(144, 147, 151, 0.3);
}

.main-widget-area .widget_facebook .fb-like-box,
.main-widget-area .widget_facebook .fb-like-box span,
.main-widget-area .widget_facebook .fb-like-box span iframe {
    background-color: #191e24;
}

.footer {
    background-color: #191e24;
    color: #909397;
}

.footer .social-links a,
.footer .footer-menu ul li a {
    color: #909397 !important;
}

.footer .social-links a:hover,
.footer .footer-menu a:hover {
    color: #ffffff !important;
}

.footer-widget-area {
    background-color: #1e242b;
}

.footer-widget-area .widget_title {
    color: #ffffff;
    border-bottom-color: rgba(120, 124, 128, 0.3);
}

.footer-widget-area .widget_nav_menu ul li a {
    border-bottom-color: rgba(120, 124, 128, 0.3);
}

.footer-widget-area .widget_nav_menu ul.menu>li:first-child>a {
    border-top-color: rgba(120, 124, 128, 0.3);
}

.footer-widget-area .widget_rss .widget_title a {
    color: #ffffff;
}

.footer-widget-area,
.footer-widget-area a:not(.button) {
    color: #787c80;
}

.footer-widget-area a:not(.button):hover,
.footer-widget-area .widget_nav_menu ul li a:hover {
    color: #ffffff;
}

.footer-widget-area .widget_rss a:hover,
.footer-widget-area .widget_nz_recent_entries a:hover,
.footer-widget-area .widget_recent_entries a:hover,
.footer-widget-area .widget_recent_comments a:hover,
.footer-widget-area .widget_twitter ul li a:hover,
.footer-widget-area .widget_categories ul li a:hover,
.footer-widget-area .widget_pages ul li a:hover,
.footer-widget-area .widget_archive ul li a:hover,
.footer-widget-area .widget_mailchimp #mc-embedded-subscribe:hover+.icon-plus,
.footer-widget-area .widget_search .icon-search2:hover,
.footer-widget-area .widget_search #searchsubmit:hover+.icon-search2,
.footer-widget-area .widget_product_search form:hover:after,
.footer-widget-area .woocommerce .star-rating {
    color: #ffffff;
}

.footer-widget-area .widget_icl_lang_sel_widget li a:hover {
    color: #ffffff !important;
}

.footer-widget-area .widget_icl_lang_sel_widget a,
.footer-widget-area .widget_tag_cloud .tagcloud a,
.footer-widget-area .widget_product_tag_cloud .tagcloud a {
    color: #787c80 !important;
}

.footer-widget-area .widget_tag_cloud .tagcloud a,
.footer-widget-area .widget_product_tag_cloud .tagcloud a {
    border-color: rgba(120, 124, 128, 0.3);
}

.footer-widget-area .widget_tag_cloud .tagcloud a:hover,
.footer-widget-area .widget_product_tag_cloud .tagcloud a:hover {
    color: #ffffff !important;
    border-color: #ffffff;
}

.footer-widget-area textarea,
.footer-widget-area select,
.footer-widget-area input[type="date"],
.footer-widget-area input[type="datetime"],
.footer-widget-area input[type="datetime-local"],
.footer-widget-area input[type="email"],
.footer-widget-area input[type="month"],
.footer-widget-area input[type="number"],
.footer-widget-area input[type="password"],
.footer-widget-area input[type="search"],
.footer-widget-area input[type="tel"],
.footer-widget-area input[type="text"],
.footer-widget-area input[type="time"],
.footer-widget-area input[type="url"],
.footer-widget-area input[type="week"],
.footer-widget-area .widget_icl_lang_sel_widget>div>ul>li:first-child {
    border-color: rgba(120, 124, 128, 0.3);
    color: #787c80;
}

.footer-widget-area textarea:focus,
.footer-widget-area select:focus,
.footer-widget-area input[type="date"]:focus,
.footer-widget-area input[type="datetime"]:focus,
.footer-widget-area input[type="datetime-local"]:focus,
.footer-widget-area input[type="email"]:focus,
.footer-widget-area input[type="month"]:focus,
.footer-widget-area input[type="number"]:focus,
.footer-widget-area input[type="password"]:focus,
.footer-widget-area input[type="search"]:focus,
.footer-widget-area input[type="tel"]:focus,
.footer-widget-area input[type="text"]:focus,
.footer-widget-area input[type="time"]:focus,
.footer-widget-area input[type="url"]:focus,
.footer-widget-area input[type="week"]:focus {
    border-color: #787c80;
}

.footer-widget-area .widget_categories ul li a:before,
.footer-widget-area .widget_pages ul li a:before,
.footer-widget-area .widget_archive ul li a:before {
    background-color: rgba(120, 124, 128, 0.5);
}

.footer-widget-area .widget_calendar th:first-child {
    border-left-color: rgba(120, 124, 128, 0.3);
}

.footer-widget-area .widget_calendar th:last-child {
    border-right-color: rgba(120, 124, 128, 0.3);
}

.footer-widget-area .widget_calendar td,
.footer-widget-area .widget_calendar td#prev,
.footer-widget-area .widget_calendar td#next,
.footer-widget-area .widget_calendar caption,
.footer-widget-area .widget_nz_recent_entries .post-date,
.footer-widget-area .widget_tag_cloud .tagcloud a,
.footer-widget-area .widget_twitter ul li:before,
.footer-widget-area .widget_shopping_cart .cart_list>li,
.footer-widget-area .widget_products .product_list_widget>li,
.footer-widget-area .widget_recently_viewed_products .product_list_widget>li,
.footer-widget-area .widget_recent_reviews .product_list_widget>li,
.footer-widget-area .widget_top_rated_products .product_list_widget>li {
    border-color: rgba(120, 124, 128, 0.3);
}

.footer-widget-area .widget_calendar td#today {
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-widget-area .widget_rss ul li,
.footer-widget-area .widget_nz_recent_entries ul li,
.footer-widget-area .widget_recent_entries ul li,
.footer-widget-area .widget_recent_comments ul li,
.footer-widget-area .widget_twitter ul li {
    border-bottom-color: rgba(120, 124, 128, 0.3);
}

.footer-widget-area .widget_twitter ul li:before {
    color: rgba(120, 124, 128, 0.3);
}

.footer-widget-area .widget_facebook .fb-like-box,
.footer-widget-area .widget_facebook .fb-like-box span,
.footer-widget-area .widget_facebook .fb-like-box span iframe {
    background-color: #1e242b;
}


/* RESPONSIVE
/*====================================================================*/

@media only screen and (max-width: 320px) {}

@media only screen and (min-width: 321px) and (max-width: 480px) {}

@media only screen and (min-width: 481px) and (max-width: 768px) {}

@media only screen and (min-width: 768px) {
    .nz-row .col6 .nz-tabs.vertical .tab.active,
    .nz-row .col7 .nz-tabs.vertical .tab.active,
    .nz-row .col8 .nz-tabs.vertical .tabset .tab.active,
    .nz-row .col9 .nz-tabs.vertical .tabset .tab.active,
    .nz-row .col10 .nz-tabs.vertical .tabset .tab.active,
    .nz-row .col11 .nz-tabs.vertical .tabset .tab.active,
    .nz-row .col12 .nz-tabs.vertical .tabset .tab.active {
        border-right-color: #feca2f !important;
        color: #feca2f;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {}

@media only screen and (min-width: 1024px) {
    .footer .social-links a {
        border-right-color: rgba(144, 147, 151, 0.1);
        border-bottom-color: rgba(144, 147, 151, 0.1);
    }
    .footer .social-links a:first-child {
        border-left-color: rgba(144, 147, 151, 0.1);
    }
}

@media only screen and (max-width:1024px) {
    .mob-header+.desk+.rich-header .parallax-container {
        -webkit-transform: translateY(-36px);
        -moz-transform: translateY(-36px);
        transform: translateY(-36px);
    }
}

@media only screen and (min-width:1025px) {
    .desk .header-top {
        background-color: rgba(30, 34, 41, 1.0);
    }
    .desk-slogan {
        color: #ffffff;
    }
    .desk .social-links a,
    .desk .ls a {
        color: #ffffff !important;
    }
    .desk .social-links a,
    .desk .ls>div>ul>li>a,
    .desk .ls>div.lang_sel_list_vertical>ul>li:last-child>a,
    .desk .ls>div.lang_sel_list_horizontal>ul>li:last-child>a {
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .desk .ls a {
        font-size: 13px !important;
        font-family: Open Sans;
    }
    .desk .ls ul ul a,
    .desk #lang_sel_click .lang_sel_sel {
        background-color: rgba(30, 34, 41, 1.0) !important;
    }
    .desk .social-links a:hover,
    .desk .ls li:hover>a,
    .desk #lang_sel_click li:hover>.lang_sel_sel {
        color: #ffffff !important;
        background-color: #1a1d23 !important;
    }
    .desk .ls ul ul {
        width: 149px !important;
    }
    .desk {
        height: 90px;
    }
    .desk.top-true {
        height: 130px;
    }
    .desk .header-content {
        background-color: rgba(25, 30, 36, 1.00);
        height: 90px;
    }
    .desk:not(.stuck-true)+.rich-header .parallax-container {
        -webkit-transform: translateY(-36px);
        -moz-transform: translateY(-36px);
        transform: translateY(-36px);
    }
    .desk.top-true:not(.stuck-true)+.rich-header .parallax-container {
        -webkit-transform: translateY(-52px);
        -moz-transform: translateY(-52px);
        transform: translateY(-52px);
    }
    .desk-menu>ul>li,
    .desk .cart-toggle {
        line-height: 90px;
        height: 90px;
    }
    .desk-menu>ul>li>a,
    .desk .cart-toggle .cart-contents {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        font-family: Open Sans;
        padding-right: 15px;
        padding-left: 15px;
    }
    .sidebar-toggle span {
        background-color: #ffffff;
    }
    .desk .search span {
        font-size: 11px;
    }
    .desk-menu>ul>li:hover>a,
    .desk-menu>ul>li.one-page-active>a {
        color: #ffffff;
    }
    .desk-di-true .desk-menu>ul>li>a:not(:only-child) {
        padding-right: 30px;
        padding-left: 15px;
    }
    .desk-menu>ul>li>a>.di {
        right: 9px;
    }
    .desk-menu>ul>li {
        margin-right: 5px;
    }
    .desk .cart-toggle .cart-contents,
    .desk .search-toggle {
        margin-left: 5px;
    }
    .desk .search-toggle,
    .desk .search span:before,
    .desk .search input[type="text"] {
        color: #ffffff;
    }
    .desk.effect-underline .desk-menu>ul>li>a:after,
    .desk.effect-fill .desk-menu>ul>li:hover,
    .desk.effect-fill .desk-menu>ul>li.one-page-active,
    .desk.effect-fill-boxed .desk-menu>ul>li:hover>a,
    .desk.effect-fill-boxed .desk-menu>ul>li.one-page-active>a,
    .desk.effect-line .desk-menu>ul>li>a:after {
        background-color: #ffa200;
    }
    .desk.effect-outline .desk-menu>ul>li>a:after {
        border-color: #ffa200;
    }
    .desk-menu>ul>li>.sub-menu,
    .desk .cart-dropdown {
        top: 90px;
    }
    .desk-menu .sub-menu li {
        line-height: 24px;
    }
    .desk-menu .sub-menu li>a {
        color: #d0d4d9;
        background-color: #343b43;
        border-bottom-color: #3c434c;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 13px;
        font-family: Open Sans;
        line-height: 24px;
    }
    .desk .cart-dropdown {
        background-color: #343b43;
        color: #d0d4d9;
        font-weight: 400;
        font-size: 13px;
        font-family: Open Sans;
        line-height: 24px;
    }
    .desk .cart-dropdown .widget_shopping_cart .cart_list>li:not(.empty) {
        border-bottom-color: #3c434c;
    }
    .desk .cart-dropdown .widget_shopping_cart .cart_list>li>a {
        color: #d0d4d9;
    }
    .desk-menu .megamenu .sub-menu li:hover>a {
        color: #d0d4d9;
        background-color: #343b43;
    }
    .desk-menu .sub-menu li:hover>a,
    .desk-menu .megamenu .sub-menu li>a:hover {
        color: #ffffff;
        background-color: #3c434c;
    }
    .desk-menu>ul>.megamenu>ul>li {
        border-right-color: #3c434c;
    }
    .desk-menu>ul>.megamenu>ul {
        background-color: #343b43;
    }
    .desk-menu .megamenu>.sub-menu>li:last-child>a {
        border-bottom-color: #3c434c !important;
    }
    .desk-menu .megamenu>.sub-menu>li>a {
        text-transform: uppercase;
        font-weight: 700;
    }
    .desk-menu .megamenu>.sub-menu .sub-menu>li>a {
        text-transform: uppercase;
        font-weight: 400;
    }
    .stuck-true .header-top {
        background-color: rgba(30, 34, 41, 1.0);
    }
    .stuck-true-slogan {
        color: #ffffff;
    }
    .stuck-true .social-links a,
    .stuck-true .ls a {
        color: #ffffff !important;
    }
    .stuck-true .social-links a,
    .stuck-true .ls>div>ul>li>a,
    .stuck-true .ls>div.lang_sel_list_vertical>ul>li:last-child>a,
    .stuck-true .ls>div.lang_sel_list_horizontal>ul>li:last-child>a {
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .stuck-true .ls ul ul a,
    .stuck-true #lang_sel_click .lang_sel_sel {
        background-color: rgba(30, 34, 41, 1.0) !important;
    }
    .stuck-true .social-links a:hover,
    .stuck-true .ls li:hover>a,
    .stuck-true #lang_sel_click li:hover>.lang_sel_sel {
        color: #ffffff !important;
        background-color: #1a1d23 !important;
    }
    .stuck-true {
        height: 90px;
    }
    .stuck-true.stuck-top-true {
        height: 130px;
    }
    .stuck-true .header-content {
        background-color: rgba(255, 255, 255, 0.00);
        height: 90px;
    }
    .stuck-true+.rich-header .page-title-content,
    .stuck-true+.rich-header .ninzio-nav-single {
        margin-top: 45px;
    }
    .stuck-true .desk-menu>ul>li>a,
    .stuck-true .cart-toggle .cart-contents {
        color: #ffffff;
    }
    .stuck-true .desk-menu>ul>li:hover>a,
    .stuck-true .desk-menu>ul>li.one-page-active>a {
        color: #ffffff;
    }
    .stuck-true .sidebar-toggle span {
        background-color: #ffffff;
    }
    .stuck-true .search-toggle,
    .stuck-true .search span:before,
    .stuck-true .search input[type="text"] {
        color: #ffffff;
    }
    .stuck-true .desk-menu>ul>li,
    .stuck-true .cart-toggle {
        line-height: 90px;
        height: 90px;
    }
    .stuck-true.effect-underline .desk-menu>ul>li>a:after,
    .stuck-true.effect-fill .desk-menu>ul>li:hover,
    .stuck-true.effect-fill .desk-menu>ul>li.one-page-active,
    .stuck-true.effect-fill-boxed .desk-menu>ul>li:hover>a,
    .stuck-true.effect-fill-boxed .desk-menu>ul>li.one-page-active>a,
    .stuck-true.effect-line .desk-menu>ul>li>a:after {
        background-color: #ffa200;
    }
    .stuck-true.effect-outline .desk-menu>ul>li>a:after {
        border-color: #ffa200;
    }
    .stuck-true .desk-menu>ul>li>.sub-menu,
    .stuck-true .cart-dropdown {
        top: 90px;
    }
    .stuck-true .desk-menu .sub-menu li>a {
        color: #d0d4d9;
        background-color: #343b43;
        border-bottom-color: #3c434c;
    }
    .stuck-true .cart-dropdown {
        background-color: #343b43;
    }
    .stuck-true .cart-dropdown .widget_shopping_cart .cart_list>li:not(.empty) {
        border-bottom-color: #3c434c;
    }
    .stuck-true .cart-dropdown .widget_shopping_cart .cart_list>li>a {
        color: #d0d4d9;
    }
    .stuck-true .desk-menu>ul>.megamenu>ul>li {
        border-right-color: #3c434c;
    }
    .stuck-true .desk-menu .megamenu .sub-menu li:hover>a {
        color: #d0d4d9;
        background-color: #343b43;
    }
    .stuck-true .desk-menu .sub-menu li:hover>a,
    .stuck-true .desk-menu .megamenu .sub-menu li>a:hover {
        color: #ffffff;
        background-color: #3c434c;
    }
    .stuck-true .desk-menu>ul>.megamenu>ul {
        background-color: #343b43;
    }
    .stuck-true .desk-menu .megamenu>.sub-menu>li:last-child>a {
        border-bottom-color: #3c434c !important;
    }
    .blank-false .stuck-false+#ninzio-slider[data-autoheight="true"] {
        height: calc(100% - 90px);
        height: calc(100vh - 90px);
    }
    .blank-false .stuck-false+.admin-bar #ninzio-slider[data-autoheight="true"] {
        height: calc(100% - 122px);
    }
    .blank-false .stuck-false.top-true+#ninzio-slider[data-autoheight="true"] {
        height: calc(100% - 130px);
        height: calc(100vh - 130px);
    }
    .blank-false .stuck-false.top-true+.admin-bar #ninzio-slider[data-autoheight="true"] {
        height: calc(100% - 162px);
    }
    .fixed {
        /*height: 70px !important;*/
    }
    .fixed .header-content {
        background-color: rgba(25, 30, 36, 0.93);
        height: 70px;
    }
    .fixed .desk-menu>ul>li>a,
    .fixed .cart-toggle .cart-contents {
        color: #ffffff;
    }
    .fixed .desk-menu>ul>li:hover>a,
    .fixed .desk-menu>ul>li.one-page-active>a {
        color: #ffffff;
    }
    .fixed .sidebar-toggle span {
        background-color: #ffffff;
    }
    .fixed .search-toggle,
    .fixed .search span:before,
    .fixed .search input[type="text"] {
        color: #ffffff;
    }
    .fixed .desk-menu>ul>li,
    .fixed .cart-toggle {
        line-height: 70px;
        height: 70px;
    }
    .fixed.effect-underline .desk-menu>ul>li>a:after,
    .fixed.effect-fill .desk-menu>ul>li:hover,
    .fixed.effect-fill .desk-menu>ul>li.one-page-active,
    .fixed.effect-fill-boxed .desk-menu>ul>li:hover>a,
    .fixed.effect-fill-boxed .desk-menu>ul>li.one-page-active>a,
    .fixed.effect-line .desk-menu>ul>li>a:after {
        background-color: #ffa200;
    }
    .fixed.effect-outline .desk-menu>ul>li>a:after {
        border-color: #ffa200;
    }
    .fixed .desk-menu>ul>li>.sub-menu,
    .fixed .cart-dropdown {
        top: 70px;
    }
    .fixed .desk-menu .sub-menu li>a {
        color: #d0d4d9;
        background-color: #343b43;
        border-bottom-color: #3c434c;
    }
    .fixed .cart-dropdown {
        background-color: #343b43;
    }
    .fixed .cart-dropdown .widget_shopping_cart .cart_list>li:not(.empty) {
        border-bottom-color: #3c434c;
    }
    .fixed .cart-dropdown .widget_shopping_cart .cart_list>li>a {
        color: #d0d4d9;
    }
    .fixed .desk-menu>ul>.megamenu>ul>li {
        border-right-color: #3c434c;
    }
    .fixed .desk-menu .megamenu .sub-menu li:hover>a {
        color: #d0d4d9;
        background-color: #343b43;
    }
    .fixed .desk-menu .sub-menu li:hover>a,
    .fixed .desk-menu .megamenu .sub-menu li>a:hover {
        color: #ffffff;
        background-color: #3c434c;
    }
    .fixed .desk-menu>ul>.megamenu>ul {
        background-color: #343b43;
    }
    .fixed .desk-menu .megamenu>.sub-menu>li:last-child>a {
        border-bottom-color: #3c434c !important;
    }
}

#ninzio-slider {
    background-color: #171a1f;
}

.ninzio-slides li#post-12 {
    background-color: #171a1f;
}

.ninzio-slides li#post-12>.parallax-container {
    background-image: url(../../themes/fnail01d-luxury/assets/img/slidebg1.png);
}

.active #ninzio-layer-12-1 {
    z-index: 3;
    -webkit-transition-duration: 700ms;
    -webkit-transition-delay: 500ms;
    transition-duration: 700ms;
    transition-delay: 500ms;
}

.ninzio-slider.first-active #ninzio-layer-12-1 {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.active #ninzio-layer-12-2 {
    z-index: 3;
    -webkit-transition-duration: 500ms;
    -webkit-transition-delay: 700ms;
    transition-duration: 500ms;
    transition-delay: 700ms;
}

.ninzio-slider.first-active #ninzio-layer-12-2 {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.active #ninzio-layer-12-3 {
    z-index: 3;
    -webkit-transition-duration: 500ms;
    -webkit-transition-delay: 900ms;
    transition-duration: 500ms;
    transition-delay: 900ms;
}

.ninzio-slider.first-active #ninzio-layer-12-3 {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.active #ninzio-layer-12-4 {
    z-index: 1;
    -webkit-transition-duration: 700ms;
    -webkit-transition-delay: 500ms;
    transition-duration: 700ms;
    transition-delay: 500ms;
}

.ninzio-slider.first-active #ninzio-layer-12-4 {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.active #ninzio-layer-12-5 {
    z-index: 2;
    -webkit-transition-duration: 5000ms;
    -webkit-transition-delay: 300ms;
    transition-duration: 5000ms;
    transition-delay: 300ms;
}

.ninzio-slider.first-active #ninzio-layer-12-5 {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.ninzio-slides li#post-87 {
    background-color: #171a1f;
}

.ninzio-slides li#post-87>.parallax-container {
    background-image: url(../../themes/fnail01d-luxury/assets/img/slidebg2.jpg);
}

.active #ninzio-layer-87-1 {
    z-index: 3;
    -webkit-transition-duration: 700ms;
    -webkit-transition-delay: 500ms;
    transition-duration: 700ms;
    transition-delay: 500ms;
}

.ninzio-slider.first-active #ninzio-layer-87-1 {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.active #ninzio-layer-87-2 {
    z-index: 3;
    -webkit-transition-duration: 500ms;
    -webkit-transition-delay: 700ms;
    transition-duration: 500ms;
    transition-delay: 700ms;
}

.ninzio-slider.first-active #ninzio-layer-87-2 {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.active #ninzio-layer-87-3 {
    z-index: 3;
    -webkit-transition-duration: 500ms;
    -webkit-transition-delay: 900ms;
    transition-duration: 500ms;
    transition-delay: 900ms;
}

.ninzio-slider.first-active #ninzio-layer-87-3 {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.active #ninzio-layer-87-4 {
    z-index: 1;
    -webkit-transition-duration: 700ms;
    -webkit-transition-delay: 300ms;
    transition-duration: 700ms;
    transition-delay: 300ms;
}

.ninzio-slider.first-active #ninzio-layer-87-4 {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.active #ninzio-layer-87-5 {
    z-index: 2;
    -webkit-transition-duration: 5000ms;
    -webkit-transition-delay: 300ms;
    transition-duration: 5000ms;
    transition-delay: 300ms;
}

.ninzio-slider.first-active #ninzio-layer-87-5 {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.ninzio-slides li#post-91 {
    background-color: #171a1f;
}

.ninzio-slides li#post-91>.parallax-container {
    background-image: url(../../themes/fnail01d-luxury/assets/img/slidebg3.jpg);
}

.active #ninzio-layer-91-1 {
    z-index: 2;
    -webkit-transition-duration: 700ms;
    -webkit-transition-delay: 500ms;
    transition-duration: 700ms;
    transition-delay: 500ms;
}

.ninzio-slider.first-active #ninzio-layer-91-1 {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.active #ninzio-layer-91-2 {
    z-index: 2;
    -webkit-transition-duration: 700ms;
    -webkit-transition-delay: 300ms;
    transition-duration: 700ms;
    transition-delay: 300ms;
}

.ninzio-slider.first-active #ninzio-layer-91-2 {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.active #ninzio-layer-91-3 {
    z-index: 2;
    -webkit-transition-duration: 500ms;
    -webkit-transition-delay: 700ms;
    transition-duration: 500ms;
    transition-delay: 700ms;
}

.ninzio-slider.first-active #ninzio-layer-91-3 {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.active #ninzio-layer-91-4 {
    z-index: 1;
    -webkit-transition-duration: 5000ms;
    -webkit-transition-delay: 300ms;
    transition-duration: 5000ms;
    transition-delay: 300ms;
}

.ninzio-slider.first-active #ninzio-layer-91-4 {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

@media only screen and (min-width: 320px) {
    #ninzio-slider {
        height: 188px;
    }
    #ninzio-layer-12-1 {
        top: 70px !important;
    }
    .active #ninzio-layer-12-1,
    #ninzio-layer-12-1.none {
        top: 70px !important;
        left: 10px !important;
    }
    #ninzio-layer-12-2 {
        left: 10px !important;
    }
    .active #ninzio-layer-12-2,
    #ninzio-layer-12-2.none {
        top: 123px !important;
        left: 10px !important;
    }
    #ninzio-layer-12-3 {
        left: 70px !important;
    }
    .active #ninzio-layer-12-3,
    #ninzio-layer-12-3.none {
        top: 122px !important;
        left: 70px !important;
    }
    #ninzio-layer-12-4 {
        top: 38px !important;
    }
    .active #ninzio-layer-12-4,
    #ninzio-layer-12-4.none {
        top: 38px !important;
        left: 168px !important;
    }
    #ninzio-layer-12-5 {
        left: -58px !important;
    }
    .active #ninzio-layer-12-5,
    #ninzio-layer-12-5.none {
        top: 38px !important;
        left: -58px !important;
    }
    #ninzio-layer-87-1 {
        top: 70px !important;
    }
    .active #ninzio-layer-87-1,
    #ninzio-layer-87-1.none {
        top: 70px !important;
        left: 150px !important;
    }
    #ninzio-layer-87-2 {
        left: 150px !important;
    }
    .active #ninzio-layer-87-2,
    #ninzio-layer-87-2.none {
        top: 123px !important;
        left: 150px !important;
    }
    #ninzio-layer-87-3 {
        left: 210px !important;
    }
    .active #ninzio-layer-87-3,
    #ninzio-layer-87-3.none {
        top: 122px !important;
        left: 210px !important;
    }
    #ninzio-layer-87-4 {
        top: 38px !important;
    }
    .active #ninzio-layer-87-4,
    #ninzio-layer-87-4.none {
        top: 38px !important;
        left: 15px !important;
    }
    #ninzio-layer-87-5 {
        left: -58px !important;
    }
    .active #ninzio-layer-87-5,
    #ninzio-layer-87-5.none {
        top: 18px !important;
        left: -58px !important;
    }
    #ninzio-layer-91-1 {
        left: 124px !important;
    }
    .active #ninzio-layer-91-1,
    #ninzio-layer-91-1.none {
        top: 38px !important;
        left: 124px !important;
    }
    #ninzio-layer-91-2 {
        top: 88px !important;
    }
    .active #ninzio-layer-91-2,
    #ninzio-layer-91-2.none {
        top: 88px !important;
        left: 25px !important;
    }
    #ninzio-layer-91-3 {
        left: 118px !important;
    }
    .active #ninzio-layer-91-3,
    #ninzio-layer-91-3.none {
        top: 133px !important;
        left: 118px !important;
    }
    #ninzio-layer-91-4 {
        left: -58px !important;
    }
    .active #ninzio-layer-91-4,
    #ninzio-layer-91-4.none {
        top: 25px !important;
        left: -58px !important;
    }
    #ninzio-slider .ninzio-layer {
        -webkit-transform: scale(0.25, 0.25);
        -ms-transform: scale(0.25, 0.25);
        transform: scale(0.25, 0.25);
    }
}

@media only screen and (min-width: 480px) {
    #ninzio-slider {
        height: 285px;
    }
    #ninzio-layer-12-1 {
        top: 106px !important;
    }
    .active #ninzio-layer-12-1,
    #ninzio-layer-12-1.none {
        top: 106px !important;
        left: 15px !important;
    }
    #ninzio-layer-12-2 {
        left: 15px !important;
    }
    .active #ninzio-layer-12-2,
    #ninzio-layer-12-2.none {
        top: 186px !important;
        left: 15px !important;
    }
    #ninzio-layer-12-3 {
        left: 106px !important;
    }
    .active #ninzio-layer-12-3,
    #ninzio-layer-12-3.none {
        top: 185px !important;
        left: 106px !important;
    }
    #ninzio-layer-12-4 {
        top: 57px !important;
    }
    .active #ninzio-layer-12-4,
    #ninzio-layer-12-4.none {
        top: 57px !important;
        left: 255px !important;
    }
    #ninzio-layer-12-5 {
        left: -87px !important;
    }
    .active #ninzio-layer-12-5,
    #ninzio-layer-12-5.none {
        top: 57px !important;
        left: -87px !important;
    }
    #ninzio-layer-87-1 {
        top: 106px !important;
    }
    .active #ninzio-layer-87-1,
    #ninzio-layer-87-1.none {
        top: 106px !important;
        left: 228px !important;
    }
    #ninzio-layer-87-2 {
        left: 228px !important;
    }
    .active #ninzio-layer-87-2,
    #ninzio-layer-87-2.none {
        top: 186px !important;
        left: 228px !important;
    }
    #ninzio-layer-87-3 {
        left: 319px !important;
    }
    .active #ninzio-layer-87-3,
    #ninzio-layer-87-3.none {
        top: 185px !important;
        left: 319px !important;
    }
    #ninzio-layer-87-4 {
        top: 57px !important;
    }
    .active #ninzio-layer-87-4,
    #ninzio-layer-87-4.none {
        top: 57px !important;
        left: 23px !important;
    }
    #ninzio-layer-87-5 {
        left: -87px !important;
    }
    .active #ninzio-layer-87-5,
    #ninzio-layer-87-5.none {
        top: 27px !important;
        left: -87px !important;
    }
    #ninzio-layer-91-1 {
        left: 188px !important;
    }
    .active #ninzio-layer-91-1,
    #ninzio-layer-91-1.none {
        top: 57px !important;
        left: 188px !important;
    }
    #ninzio-layer-91-2 {
        top: 133px !important;
    }
    .active #ninzio-layer-91-2,
    #ninzio-layer-91-2.none {
        top: 133px !important;
        left: 38px !important;
    }
    #ninzio-layer-91-3 {
        left: 179px !important;
    }
    .active #ninzio-layer-91-3,
    #ninzio-layer-91-3.none {
        top: 201px !important;
        left: 179px !important;
    }
    #ninzio-layer-91-4 {
        left: -87px !important;
    }
    .active #ninzio-layer-91-4,
    #ninzio-layer-91-4.none {
        top: 38px !important;
        left: -87px !important;
    }
    #ninzio-slider .ninzio-layer {
        -webkit-transform: scale(0.38, 0.38);
        -ms-transform: scale(0.38, 0.38);
        transform: scale(0.38, 0.38);
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 768px) {
    #ninzio-slider {
        height: 465px;
    }
    #ninzio-layer-12-1 {
        top: 174px !important;
    }
    .active #ninzio-layer-12-1,
    #ninzio-layer-12-1.none {
        top: 174px !important;
        left: 25px !important;
    }
    #ninzio-layer-12-2 {
        left: 25px !important;
    }
    .active #ninzio-layer-12-2,
    #ninzio-layer-12-2.none {
        top: 304px !important;
        left: 25px !important;
    }
    #ninzio-layer-12-3 {
        left: 174px !important;
    }
    .active #ninzio-layer-12-3,
    #ninzio-layer-12-3.none {
        top: 301px !important;
        left: 174px !important;
    }
    #ninzio-layer-12-4 {
        top: 93px !important;
    }
    .active #ninzio-layer-12-4,
    #ninzio-layer-12-4.none {
        top: 93px !important;
        left: 415px !important;
    }
    #ninzio-layer-12-5 {
        left: -143px !important;
    }
    .active #ninzio-layer-12-5,
    #ninzio-layer-12-5.none {
        top: 93px !important;
        left: -143px !important;
    }
    #ninzio-layer-87-1 {
        top: 174px !important;
    }
    .active #ninzio-layer-87-1,
    #ninzio-layer-87-1.none {
        top: 174px !important;
        left: 372px !important;
    }
    #ninzio-layer-87-2 {
        left: 372px !important;
    }
    .active #ninzio-layer-87-2,
    #ninzio-layer-87-2.none {
        top: 304px !important;
        left: 372px !important;
    }
    #ninzio-layer-87-3 {
        left: 521px !important;
    }
    .active #ninzio-layer-87-3,
    #ninzio-layer-87-3.none {
        top: 301px !important;
        left: 521px !important;
    }
    #ninzio-layer-87-4 {
        top: 93px !important;
    }
    .active #ninzio-layer-87-4,
    #ninzio-layer-87-4.none {
        top: 93px !important;
        left: 37px !important;
    }
    #ninzio-layer-87-5 {
        left: -143px !important;
    }
    .active #ninzio-layer-87-5,
    #ninzio-layer-87-5.none {
        top: 43px !important;
        left: -143px !important;
    }
    #ninzio-layer-91-1 {
        left: 307px !important;
    }
    .active #ninzio-layer-91-1,
    #ninzio-layer-91-1.none {
        top: 93px !important;
        left: 307px !important;
    }
    #ninzio-layer-91-2 {
        top: 217px !important;
    }
    .active #ninzio-layer-91-2,
    #ninzio-layer-91-2.none {
        top: 217px !important;
        left: 62px !important;
    }
    #ninzio-layer-91-3 {
        left: 291px !important;
    }
    .active #ninzio-layer-91-3,
    #ninzio-layer-91-3.none {
        top: 329px !important;
        left: 291px !important;
    }
    #ninzio-layer-91-4 {
        left: -143px !important;
    }
    .active #ninzio-layer-91-4,
    #ninzio-layer-91-4.none {
        top: 62px !important;
        left: -143px !important;
    }
    #ninzio-slider .ninzio-layer {
        -webkit-transform: scale(0.62, 0.62);
        -ms-transform: scale(0.62, 0.62);
        transform: scale(0.62, 0.62);
    }
}

@media only screen and (min-width: 1024px) {
    #ninzio-slider {
        height: 615px;
    }
    #ninzio-layer-12-1 {
        top: 230px !important;
    }
    .active #ninzio-layer-12-1,
    #ninzio-layer-12-1.none {
        top: 230px !important;
        left: 33px !important;
    }
    #ninzio-layer-12-2 {
        left: 33px !important;
    }
    .active #ninzio-layer-12-2,
    #ninzio-layer-12-2.none {
        top: 402px !important;
        left: 33px !important;
    }
    #ninzio-layer-12-3 {
        left: 230px !important;
    }
    .active #ninzio-layer-12-3,
    #ninzio-layer-12-3.none {
        top: 399px !important;
        left: 230px !important;
    }
    #ninzio-layer-12-4 {
        top: 123px !important;
    }
    .active #ninzio-layer-12-4,
    #ninzio-layer-12-4.none {
        top: 123px !important;
        left: 549px !important;
    }
    #ninzio-layer-12-5 {
        left: -189px !important;
    }
    .active #ninzio-layer-12-5,
    #ninzio-layer-12-5.none {
        top: 123px !important;
        left: -189px !important;
    }
    #ninzio-layer-87-1 {
        top: 230px !important;
    }
    .active #ninzio-layer-87-1,
    #ninzio-layer-87-1.none {
        top: 230px !important;
        left: 492px !important;
    }
    #ninzio-layer-87-2 {
        left: 492px !important;
    }
    .active #ninzio-layer-87-2,
    #ninzio-layer-87-2.none {
        top: 402px !important;
        left: 492px !important;
    }
    #ninzio-layer-87-3 {
        left: 689px !important;
    }
    .active #ninzio-layer-87-3,
    #ninzio-layer-87-3.none {
        top: 399px !important;
        left: 689px !important;
    }
    #ninzio-layer-87-4 {
        top: 123px !important;
    }
    .active #ninzio-layer-87-4,
    #ninzio-layer-87-4.none {
        top: 123px !important;
        left: 49px !important;
    }
    #ninzio-layer-87-5 {
        left: -189px !important;
    }
    .active #ninzio-layer-87-5,
    #ninzio-layer-87-5.none {
        top: 57px !important;
        left: -189px !important;
    }
    #ninzio-layer-91-1 {
        left: 406px !important;
    }
    .active #ninzio-layer-91-1,
    #ninzio-layer-91-1.none {
        top: 123px !important;
        left: 406px !important;
    }
    #ninzio-layer-91-2 {
        top: 287px !important;
    }
    .active #ninzio-layer-91-2,
    #ninzio-layer-91-2.none {
        top: 287px !important;
        left: 82px !important;
    }
    #ninzio-layer-91-3 {
        left: 385px !important;
    }
    .active #ninzio-layer-91-3,
    #ninzio-layer-91-3.none {
        top: 435px !important;
        left: 385px !important;
    }
    #ninzio-layer-91-4 {
        left: -189px !important;
    }
    .active #ninzio-layer-91-4,
    #ninzio-layer-91-4.none {
        top: 82px !important;
        left: -189px !important;
    }
    #ninzio-slider .ninzio-layer {
        -webkit-transform: scale(0.82, 0.82);
        -ms-transform: scale(0.82, 0.82);
        transform: scale(0.82, 0.82);
    }
}

@media only screen and (min-width: 1025px) {
    #ninzio-slider {
        height: 750px;
    }
    #ninzio-layer-12-1 {
        top: 280px !important;
    }
    .active #ninzio-layer-12-1,
    #ninzio-layer-12-1.none {
        top: 280px !important;
        left: 40px !important;
    }
    #ninzio-layer-12-2 {
        left: 40px !important;
    }
    .active #ninzio-layer-12-2,
    #ninzio-layer-12-2.none {
        top: 490px !important;
        left: 40px !important;
    }
    #ninzio-layer-12-3 {
        left: 280px !important;
    }
    .active #ninzio-layer-12-3,
    #ninzio-layer-12-3.none {
        top: 486px !important;
        left: 280px !important;
    }
    #ninzio-layer-12-4 {
        top: 150px !important;
    }
    .active #ninzio-layer-12-4,
    #ninzio-layer-12-4.none {
        top: 150px !important;
        left: 670px !important;
    }
    #ninzio-layer-12-5 {
        left: -230px !important;
    }
    .active #ninzio-layer-12-5,
    #ninzio-layer-12-5.none {
        top: 150px !important;
        left: -230px !important;
    }
    #ninzio-layer-87-1 {
        top: 280px !important;
    }
    .active #ninzio-layer-87-1,
    #ninzio-layer-87-1.none {
        top: 280px !important;
        left: 600px !important;
    }
    #ninzio-layer-87-2 {
        left: 600px !important;
    }
    .active #ninzio-layer-87-2,
    #ninzio-layer-87-2.none {
        top: 490px !important;
        left: 600px !important;
    }
    #ninzio-layer-87-3 {
        left: 840px !important;
    }
    .active #ninzio-layer-87-3,
    #ninzio-layer-87-3.none {
        top: 486px !important;
        left: 840px !important;
    }
    #ninzio-layer-87-4 {
        top: 150px !important;
    }
    .active #ninzio-layer-87-4,
    #ninzio-layer-87-4.none {
        top: 150px !important;
        left: 60px !important;
    }
    #ninzio-layer-87-5 {
        left: -230px !important;
    }
    .active #ninzio-layer-87-5,
    #ninzio-layer-87-5.none {
        top: 70px !important;
        left: -230px !important;
    }
    #ninzio-layer-91-1 {
        left: 495px !important;
    }
    .active #ninzio-layer-91-1,
    #ninzio-layer-91-1.none {
        top: 150px !important;
        left: 495px !important;
    }
    #ninzio-layer-91-2 {
        top: 350px !important;
    }
    .active #ninzio-layer-91-2,
    #ninzio-layer-91-2.none {
        top: 350px !important;
        left: 100px !important;
    }
    #ninzio-layer-91-3 {
        left: 470px !important;
    }
    .active #ninzio-layer-91-3,
    #ninzio-layer-91-3.none {
        top: 530px !important;
        left: 470px !important;
    }
    #ninzio-layer-91-4 {
        left: -230px !important;
    }
    .active #ninzio-layer-91-4,
    #ninzio-layer-91-4.none {
        top: 100px !important;
        left: -230px !important;
    }
    #ninzio-slider .ninzio-layer {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

#nz-box-1 .box-icon {
    color: #ffffff;
}

#nz-box-1:hover .box-icon {
    color: #ffffff !important;
}

#nz-box-1 .box-icon-wrap:before {
    background-color: #feca2f;
}

#nz-box-1.back-active:not(.border-active) .box-icon-wrap:after {
    box-shadow: inset 0 0 0 2px #feca2f;
}

#nz-box-1 .box-icon-wrap:after {
    box-shadow: inset 0 0 0 2px#feca2f;
}

#nz-box-1.border-active:not(.back-active) .box-icon-wrap:before {
    background-color: #feca2f;
}

#nz-box-1:hover .box-icon-wrap:before {
    background-color: #3e454d !important;
}

#nz-box-1:hover .box-icon-wrap:after {
    box-shadow: inset 0 0 0 2px #3e454d !important;
}

#nz-box-2 .box-icon {
    color: #ffffff;
}

#nz-box-2:hover .box-icon {
    color: #ffffff !important;
}

#nz-box-2 .box-icon-wrap:before {
    background-color: #feca2f;
}

#nz-box-2.back-active:not(.border-active) .box-icon-wrap:after {
    box-shadow: inset 0 0 0 2px #feca2f;
}

#nz-box-2 .box-icon-wrap:after {
    box-shadow: inset 0 0 0 2px#feca2f;
}

#nz-box-2.border-active:not(.back-active) .box-icon-wrap:before {
    background-color: #feca2f;
}

#nz-box-2:hover .box-icon-wrap:before {
    background-color: #3e454d !important;
}

#nz-box-2:hover .box-icon-wrap:after {
    box-shadow: inset 0 0 0 2px #3e454d !important;
}

#nz-box-3 .box-icon {
    color: #ffffff;
}

#nz-box-3:hover .box-icon {
    color: #ffffff !important;
}

#nz-box-3 .box-icon-wrap:before {
    background-color: #feca2f;
}

#nz-box-3.back-active:not(.border-active) .box-icon-wrap:after {
    box-shadow: inset 0 0 0 2px #feca2f;
}

#nz-box-3 .box-icon-wrap:after {
    box-shadow: inset 0 0 0 2px#feca2f;
}

#nz-box-3.border-active:not(.back-active) .box-icon-wrap:before {
    background-color: #feca2f;
}

#nz-box-3:hover .box-icon-wrap:before {
    background-color: #3e454d !important;
}

#nz-box-3:hover .box-icon-wrap:after {
    box-shadow: inset 0 0 0 2px #3e454d !important;
}

#nz-box-4 .box-icon {
    color: #ffffff;
}

#nz-box-4:hover .box-icon {
    color: #ffffff !important;
}

#nz-box-4 .box-icon-wrap:before {
    background-color: #feca2f;
}

#nz-box-4.back-active:not(.border-active) .box-icon-wrap:after {
    box-shadow: inset 0 0 0 2px #feca2f;
}

#nz-box-4 .box-icon-wrap:after {
    box-shadow: inset 0 0 0 2px#feca2f;
}

#nz-box-4.border-active:not(.back-active) .box-icon-wrap:before {
    background-color: #feca2f;
}

#nz-box-4:hover .box-icon-wrap:before {
    background-color: #3e454d !important;
}

#nz-box-4:hover .box-icon-wrap:after {
    box-shadow: inset 0 0 0 2px #3e454d !important;
}
/* Light YouTube Embeds by @labnol */
/* Web: http://labnol.org/?p=27941 */
/* Web: https://noembed.com */
/* Edited T8d5y2017 by ThamLV*/

.youtube-container {
    padding-bottom: 15px;
}
.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("../../themes/fnail01d-luxury/assets/youtube-player-plugin/play.png") no-repeat center center;
    background-size:100%;
    opacity: 0.7;
    cursor: pointer;
}
.youtube-player:hover .play {
    background: url("../../themes/fnail01d-luxury/assets/youtube-player-plugin/play-hover.png") no-repeat center center;
    background-size:100%;
    opacity: 1;
}

.youtube-player.item .play {
    height: 36px;
    width: 36px;
    margin-left: -20px;
    margin-top: -20px;
}

.youtube-player h3 {
    color: #fff;
    text-shadow: 1px 1px #333;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    margin: 0px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.youtube-player.main h3 {
    font-size: 17px;
    line-height: 21px;
    height: 29px;
}
.youtube-player.item h3 {
    font-size: 13px;
    line-height: 15px;
    height: 20px;
}
/*
* Magnific Popup CSS Extend
* */
.mfp-bg {
  opacity: 0.3;
}
.mfp-container {
  display: flex;
  vertical-align: middle;
}
.mfp-content {
  margin: auto;
  text-align: center;
}
.mfp-content .box_account_v1, .mfp-content .box-booking-confirm {
  text-align: left;
}
.white-popup {
  position: relative;
  margin: 30px auto;
  padding: 7px;
  max-width: calc(100vw - 60px);
}
.white-popup-youtube, .white-popup-slider, .white-popup-image {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  text-align: center;
}
.white-popup.border-style {
  background-color: rgba(224, 224, 224, 0.61);
  padding: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .white-popup {
    max-width: 768px;
  }
}

/* Close button inside */
.mfp-close-btn-in .mfp-close, .mfp-arrow {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close{
  margin: auto;
  padding: 0;

  box-shadow: 0 0 7px 0 #333;
  background-color: #fff;
  color: #333;

  width: 30px;
  height: 30px;
  line-height: 30px;
  right: -15px;
  top: -15px;

  border-radius: 100%;
  text-align: center;
}

.mfp-close:hover, .mfp-close:focus{
  background-color: #fff;
}

.mfp-image-holder img.mfp-img {
  padding-top: 30px;
}

.mfp-image-holder .mfp-close {
  top: 15px;
}

/* Close button outside */
.mfp-wrap > .mfp-close {
  background-color: #fff;
  border-bottom-left-radius: 3px;
  color: #333;
  font-size: 47px;
  opacity: 0.9;
}
.mfp-wrap > .mfp-close:hover, .mfp-wrap > .mfp-close:focus {
  opacity: 1;
}
@media (max-width: 575px) {
  .mfp-wrap > .mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 37px;
  }
}

/* Popup Inside Window */
.white-popup-vertical-fit {
  margin-bottom: 45px;
  max-height: calc(100vh - 75px);
}

.white-popup-vertical-fit img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 105px);
}

/*
* Popup Image, Popup youtube
*/
.popup-image, .popup-youtube {
  margin: auto;
  padding: 7px;
  display: inline-block;
  background-color: #fff;
}

.popup-youtube .youtube-player {
  margin: auto;
  padding: 0;
  height: auto;
  overflow: auto;
}

/*
* Popup Owl Carousel
*/
.popup-slider {
  margin: auto;
  padding: 0;
  display: inline-block;
  background-color: rgba(11, 11, 11, 0.1);
  border-radius: 3px;
}
.popup-carousel {
  margin: auto;
  padding: 0;
}
.popup-carousel .item-carousel {
  list-style: none;
  margin: auto;
  padding: 0 1px;
  text-align: center;
}
.popup-carousel .item-image {
  margin: auto;
  padding: 7px;
  display: inline-block;
  background-color: #fff;
}
.popup-carousel .item-carousel img {
  width: auto;
  margin: auto;
}
.popup-carousel .owl-nav {
  margin: auto;
  padding: 0;
  display: block;
  text-align: center;
}
.popup-carousel .owl-nav .owl-prev, .popup-carousel .owl-nav .owl-next,
.popup-carousel .owl-nav button.owl-prev, .popup-carousel .owl-nav button.owl-next {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin: auto auto 15px;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 27px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  transform: initial;
}
.popup-carousel .owl-nav .owl-prev, .popup-carousel .owl-nav button.owl-prev {
  margin-right: 7px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.popup-carousel .owl-nav .owl-next, .popup-carousel .owl-nav button.owl-next {
  margin-left: 7px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.popup-carousel .owl-prev:before, .popup-carousel .owl-next:before,
.popup-carousel button.owl-prev:before, .popup-carousel button.owl-next:before {
  display: none;
}
/*
* Magnific Popup CSS Extend
* */
.mfp-bg {
  opacity: 0.3;
}
.mfp-container {
  display: flex;
  vertical-align: middle;
}
.mfp-content {
  margin: auto;
  text-align: center;
}
.mfp-content .box_account_v1, .mfp-content .box-booking-confirm {
  text-align: left;
}
.white-popup {
  position: relative;
  margin: 30px auto;
  padding: 7px;
  max-width: calc(100vw - 60px);
}
.white-popup-youtube, .white-popup-slider, .white-popup-image {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  text-align: center;
}
.white-popup.border-style {
  background-color: rgba(224, 224, 224, 0.61);
  padding: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .white-popup {
    max-width: 768px;
  }
}

/* Close button inside */
.mfp-close-btn-in .mfp-close, .mfp-arrow {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close{
  margin: auto;
  padding: 0;

  box-shadow: 0 0 7px 0 #333;
  background-color: #fff;
  color: #333;

  width: 30px;
  height: 30px;
  line-height: 30px;
  right: -15px;
  top: -15px;

  border-radius: 100%;
  text-align: center;
}

.mfp-close:hover, .mfp-close:focus{
  background-color: #fff;
}

.mfp-image-holder img.mfp-img {
  padding-top: 30px;
}

.mfp-image-holder .mfp-close {
  top: 15px;
}

/* Close button outside */
.mfp-wrap > .mfp-close {
  background-color: #fff;
  border-bottom-left-radius: 3px;
  color: #333;
  font-size: 47px;
  opacity: 0.9;
}
.mfp-wrap > .mfp-close:hover, .mfp-wrap > .mfp-close:focus {
  opacity: 1;
}
@media (max-width: 575px) {
  .mfp-wrap > .mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 37px;
  }
}

/* Popup Inside Window */
.white-popup-vertical-fit {
  margin-bottom: 45px;
  max-height: calc(100vh - 75px);
}

.white-popup-vertical-fit img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 105px);
}

/*
* Popup Image, Popup youtube
*/
.popup-image, .popup-youtube {
  margin: auto;
  padding: 7px;
  display: inline-block;
  background-color: #fff;
}

.popup-youtube .youtube-player {
  margin: auto;
  padding: 0;
  height: auto;
  overflow: auto;
}

/*
* Popup Owl Carousel
*/
.popup-slider {
  margin: auto;
  padding: 0;
  display: inline-block;
  background-color: rgba(11, 11, 11, 0.1);
  border-radius: 3px;
}
.popup-carousel {
  margin: auto;
  padding: 0;
}
.popup-carousel .item-carousel {
  list-style: none;
  margin: auto;
  padding: 0 1px;
  text-align: center;
}
.popup-carousel .item-image {
  margin: auto;
  padding: 7px;
  display: inline-block;
  background-color: #fff;
}
.popup-carousel .item-carousel img {
  width: auto;
  margin: auto;
}
.popup-carousel .owl-nav {
  margin: auto;
  padding: 0;
  display: block;
  text-align: center;
}
.popup-carousel .owl-nav .owl-prev, .popup-carousel .owl-nav .owl-next,
.popup-carousel .owl-nav button.owl-prev, .popup-carousel .owl-nav button.owl-next {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin: auto auto 15px;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 27px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  transform: initial;
}
.popup-carousel .owl-nav .owl-prev, .popup-carousel .owl-nav button.owl-prev {
  margin-right: 7px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.popup-carousel .owl-nav .owl-next, .popup-carousel .owl-nav button.owl-next {
  margin-left: 7px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.popup-carousel .owl-prev:before, .popup-carousel .owl-next:before,
.popup-carousel button.owl-prev:before, .popup-carousel button.owl-next:before {
  display: none;
}
/*
* Magnific Popup CSS Extend
* */
.mfp-bg {
  opacity: 0.3;
}
.mfp-container {
  display: flex;
  vertical-align: middle;
}
.mfp-content {
  margin: auto;
  text-align: center;
}
.mfp-content .box_account_v1, .mfp-content .box-booking-confirm {
  text-align: left;
}
.white-popup {
  position: relative;
  margin: 30px auto;
  padding: 7px;
  max-width: calc(100vw - 60px);
}
.white-popup-youtube, .white-popup-slider, .white-popup-image {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  text-align: center;
}
.white-popup.border-style {
  background-color: rgba(224, 224, 224, 0.61);
  padding: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .white-popup {
    max-width: 768px;
  }
}

/* Close button inside */
.mfp-close-btn-in .mfp-close, .mfp-arrow {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close{
  margin: auto;
  padding: 0;

  box-shadow: 0 0 7px 0 #333;
  background-color: #fff;
  color: #333;

  width: 30px;
  height: 30px;
  line-height: 30px;
  right: -15px;
  top: -15px;

  border-radius: 100%;
  text-align: center;
}

.mfp-close:hover, .mfp-close:focus{
  background-color: #fff;
}

.mfp-image-holder img.mfp-img {
  padding-top: 30px;
}

.mfp-image-holder .mfp-close {
  top: 15px;
}

/* Close button outside */
.mfp-wrap > .mfp-close {
  background-color: #fff;
  border-bottom-left-radius: 3px;
  color: #333;
  font-size: 47px;
  opacity: 0.9;
}
.mfp-wrap > .mfp-close:hover, .mfp-wrap > .mfp-close:focus {
  opacity: 1;
}
@media (max-width: 575px) {
  .mfp-wrap > .mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 37px;
  }
}

/* Popup Inside Window */
.white-popup-vertical-fit {
  margin-bottom: 45px;
  max-height: calc(100vh - 75px);
}

.white-popup-vertical-fit img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 105px);
}

/*
* Popup Image, Popup youtube
*/
.popup-image, .popup-youtube {
  margin: auto;
  padding: 7px;
  display: inline-block;
  background-color: #fff;
}

.popup-youtube .youtube-player {
  margin: auto;
  padding: 0;
  height: auto;
  overflow: auto;
}

/*
* Popup Owl Carousel
*/
.popup-slider {
  margin: auto;
  padding: 0;
  display: inline-block;
  background-color: rgba(11, 11, 11, 0.1);
  border-radius: 3px;
}
.popup-carousel {
  margin: auto;
  padding: 0;
}
.popup-carousel .item-carousel {
  list-style: none;
  margin: auto;
  padding: 0 1px;
  text-align: center;
}
.popup-carousel .item-image {
  margin: auto;
  padding: 7px;
  display: inline-block;
  background-color: #fff;
}
.popup-carousel .item-carousel img {
  width: auto;
  margin: auto;
}
.popup-carousel .owl-nav {
  margin: auto;
  padding: 0;
  display: block;
  text-align: center;
}
.popup-carousel .owl-nav .owl-prev, .popup-carousel .owl-nav .owl-next,
.popup-carousel .owl-nav button.owl-prev, .popup-carousel .owl-nav button.owl-next {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin: auto auto 15px;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 27px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  transform: initial;
}
.popup-carousel .owl-nav .owl-prev, .popup-carousel .owl-nav button.owl-prev {
  margin-right: 7px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.popup-carousel .owl-nav .owl-next, .popup-carousel .owl-nav button.owl-next {
  margin-left: 7px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.popup-carousel .owl-prev:before, .popup-carousel .owl-next:before,
.popup-carousel button.owl-prev:before, .popup-carousel button.owl-next:before {
  display: none;
}
/*
* Magnific Popup CSS Extend
* */
.mfp-bg {
  opacity: 0.3;
}
.mfp-container {
  display: flex;
  vertical-align: middle;
}
.mfp-content {
  margin: auto;
  text-align: center;
}
.mfp-content .box_account_v1, .mfp-content .box-booking-confirm {
  text-align: left;
}
.white-popup {
  position: relative;
  margin: 30px auto;
  padding: 7px;
  max-width: calc(100vw - 60px);
}
.white-popup-youtube, .white-popup-slider, .white-popup-image {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  text-align: center;
}
.white-popup.border-style {
  background-color: rgba(224, 224, 224, 0.61);
  padding: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .white-popup {
    max-width: 768px;
  }
}

/* Close button inside */
.mfp-close-btn-in .mfp-close, .mfp-arrow {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close{
  margin: auto;
  padding: 0;

  box-shadow: 0 0 7px 0 #333;
  background-color: #fff;
  color: #333;

  width: 30px;
  height: 30px;
  line-height: 30px;
  right: -15px;
  top: -15px;

  border-radius: 100%;
  text-align: center;
}

.mfp-close:hover, .mfp-close:focus{
  background-color: #fff;
}

.mfp-image-holder img.mfp-img {
  padding-top: 30px;
}

.mfp-image-holder .mfp-close {
  top: 15px;
}

/* Close button outside */
.mfp-wrap > .mfp-close {
  background-color: #fff;
  border-bottom-left-radius: 3px;
  color: #333;
  font-size: 47px;
  opacity: 0.9;
}
.mfp-wrap > .mfp-close:hover, .mfp-wrap > .mfp-close:focus {
  opacity: 1;
}
@media (max-width: 575px) {
  .mfp-wrap > .mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 37px;
  }
}

/* Popup Inside Window */
.white-popup-vertical-fit {
  margin-bottom: 45px;
  max-height: calc(100vh - 75px);
}

.white-popup-vertical-fit img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 105px);
}

/*
* Popup Image, Popup youtube
*/
.popup-image, .popup-youtube {
  margin: auto;
  padding: 7px;
  display: inline-block;
  background-color: #fff;
}

.popup-youtube .youtube-player {
  margin: auto;
  padding: 0;
  height: auto;
  overflow: auto;
}

/*
* Popup Owl Carousel
*/
.popup-slider {
  margin: auto;
  padding: 0;
  display: inline-block;
  background-color: rgba(11, 11, 11, 0.1);
  border-radius: 3px;
}
.popup-carousel {
  margin: auto;
  padding: 0;
}
.popup-carousel .item-carousel {
  list-style: none;
  margin: auto;
  padding: 0 1px;
  text-align: center;
}
.popup-carousel .item-image {
  margin: auto;
  padding: 7px;
  display: inline-block;
  background-color: #fff;
}
.popup-carousel .item-carousel img {
  width: auto;
  margin: auto;
}
.popup-carousel .owl-nav {
  margin: auto;
  padding: 0;
  display: block;
  text-align: center;
}
.popup-carousel .owl-nav .owl-prev, .popup-carousel .owl-nav .owl-next,
.popup-carousel .owl-nav button.owl-prev, .popup-carousel .owl-nav button.owl-next {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin: auto auto 15px;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 27px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  transform: initial;
}
.popup-carousel .owl-nav .owl-prev, .popup-carousel .owl-nav button.owl-prev {
  margin-right: 7px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.popup-carousel .owl-nav .owl-next, .popup-carousel .owl-nav button.owl-next {
  margin-left: 7px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.popup-carousel .owl-prev:before, .popup-carousel .owl-next:before,
.popup-carousel button.owl-prev:before, .popup-carousel button.owl-next:before {
  display: none;
}
.header-nav .menu_custom > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header-nav .menu_custom > ul > li {
    padding: 0 1px;
    position: relative;
    display: inline-block;
}

.header-nav .menu_custom > ul > li > a {
    line-height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 11px;
    letter-spacing: 0;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.header-nav .menu_custom > ul > li > a:hover, .header-nav .menu_custom > ul > li > a.active {
    color: #282828 !important;
    text-decoration: none;
}

.list-social-footer li {
    display: inline-block;
    width: 35px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.header-left .list-inline {
    margin-bottom: 0px;
}

.header-left .list-inline .user-meta a {
    padding-top: 9px;
    display: block;
}

.header-left .list-inline .user-meta a i {
    font-size: 17px;
}

.scroll_btn {
    position: fixed;
    z-index: 1001;
}

.title_page_service {
    text-align: left;
}

.popup_main_area p {
    color: #333;
}

/*temp fix show/hide menu in width 768*/
@media (min-width: 767px) and (max-width: 769px) {
    .menu-768-visible {
        display: block !important;
    }

    .menu-768-hidden {
        display: none !important;
    }

    .header-nav .menu_custom > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header-nav .menu_custom > ul > li {
        padding: 0 1px;
        position: relative;
        display: inline-block;
        width: unset;
    }

    .header-nav .menu_custom > ul > li > a {
        line-height: 58px;
        font-size: 14px;
        text-transform: uppercase;
        color: #333;
        padding: 0 11px;
        letter-spacing: 0;
        display: block;
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-family: 'Open Sans', sans-serif;
        font-variant-ligatures: common-ligatures;
    }

    .header-nav .menu_custom > ul > li > a:hover {
        color: #feca2f !important;
        text-decoration: none;
    }
}


/* Order Page*/

.cart-table {
    margin-top: 45px;
    margin-bottom: 45px;
}

.cart-table ul li:first-child {
    border-bottom: 1px solid #dedede;
    width: 100%;
}

.cart-table .ui-inputText:focus {
    border: 1px solid #00c8b4;
}

.cart-table {
    background-color: #1a191e;
    padding: 30px;
}

.cart-table thead tr th {
    background: #0e0e0f;
    border: medium none !important;
    color: #fff;
    height: 40px;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}

.cart-table thead tr th.product {
    min-width: 320px;
}

.cart-table thead tr th.price {
    min-width: 100px;
}

.cart-table thead tr th.qty {
    min-width: 100px;
}

.cart-table thead tr th.add-cart {
    min-width: 150px;
}

.cart-table thead tr th.remove {
    min-width: 90px;
}

.cart-table tbody tr td {
    border-color: #0e0e0f;
    border-style: solid;
    border-width: 0 0 2px;
    padding: 20px 0;
    vertical-align: middle;
    text-align: left;
}

.cart-table tbody tr:first-child td {
    padding-top: 30px;
}

.cart-table tbody tr:last-child td {
    padding-bottom: 0;
    border-bottom: none;
}

.cart-table .cart-product img {
    border: 1px solid #f3f3f3;
    display: block;
    float: left;
    margin-right: 25px;
    width: 93px;
}

.cart-table .cart-product .details {
    margin-top: 20px;
}

.cart-table .cart-product .details a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.cart-table .cart-product .details a:hover {
    color: #feca2f;
    text-decoration: none;
}

.cart-table .cart-product .details p {
    margin: 0;
    font-weight: bold;
}

.cart-table .cart-price {
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.cart-table .cart-stock {
    color: #606060;
    text-transform: uppercase;
}


/*.cart-table .cart-pro-remove {
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 50%;
    color: #606060;
    height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    outline: none;
}*/

.cart-table .cart-pro-remove:hover {
    color: #7ac2d7;
}

.cart-table .cart-pro-remove i {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-left: 35px;
}

.cart-table .ui-inputText {
    color: #333;
    transition: .3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    width: 50%;
    padding: 0.6em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.cart-table-ver1 .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}

.cart-table-ver1 {
    background-color: #f6f6f6;
    padding-top: 15px;
    padding-left: 15px;
}

.cart-table-ver1 .table > tbody > tr > td {
    border-top: none;
}

.cart-table-ver1 .table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #fff;
}

.cart-table tr:first-child td {
    background-image: none;
}

.cart-table table tr:hover td {
    background-color: transparent;
}

.cart-table p {
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-size: 16px;
    color: #fff;
}

.cart-table p.mgr_100 {
    margin-right: 100px;
}

.order_details_page .btn_cart_order {
    background-color: #7ac2d7;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}


.btn_cart_order, .btn-primary.btn-primary-extends {
    background-color: #feca2f;
    border-color: #feca2f;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff !important;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}


.mgb_50 {
    margin-bottom: 50px;
}

label.fl-label {
    line-height: 18px;
}

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

.services_item_v1 .box_des {
    font-size: 12px;
    color: #9e9e9e;
}

.bg-grey-1 {
    background: #1a191e;
}

.bootstrap-datetimepicker-widget {
    color: #333;
}

.breadcrumbs > ul li a, .breadcrumbs > ul li span {
    display: inline-block;
}

.breadcrumbs ul li a::after {
    top: 3px;
}

/* Fix slider height mobile */
/* Desktop use 0 for auto height */
.tp-banner-height {
    height: 0px;
}

/* Tablet */
@media screen and ( max-width: 1024px ) {
    .tp-banner-height {
        height: 400px;
    }
}

@media screen and ( max-width: 991px ) {
    .tp-banner-height {
        height: 350px;
    }
}

/* Mobile */
@media screen and ( max-width: 767px ) {
    .tp-banner-height {
        height: 300px;
    }
}

@media screen and ( max-width: 575px ) {
    .tp-banner-height {
        height: 230px;
    }
}

/* End Fix slider height mobile */
.featured-image-column .inner-box.sv-bg-cover {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.featured-image-column .inner-box.sv-bg-cover .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.featured-image-column .inner-box.sv-bg-cover .image-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: #fff;
}

ul#portfolio-grid > li.portfolio-item.gallery-bg-cover {
    height: auto;
}

.portfolio.gallery-bg-cover {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
    height: unset;
}

.portfolio.gallery-bg-cover .portfolio-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.portfolio.gallery-bg-cover .tt-overlay {
    width: 100%;
    position: absolute;
    z-index: 2;
}

.portfolio.gallery-bg-cover .portfolio-info .project-title, .portfolio.gallery-bg-cover .portfolio-info .links, .portfolio.gallery-bg-cover .portfolio-details {
    width: 100%;
    position: absolute;
    z-index: 3;
}

.single_news_trend .news_front {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
}

.news_front .news_trend_thumb {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.news_trend_details h5 {
    margin: 0px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}

.news_trend_details ul {
    margin: 0px 0px 15px;
    padding: 0px;
}

.news_trend_details ul li {
    margin: 0px;
    padding: 5px 0px 0px;
}

.news_trend_details .description {
    margin: 20px 0px 0px;
    padding: 0px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.news_trend_details .read_more {
    margin: 20px 0px;
    padding: 0px;
    height: 20px;
    overflow: hidden;
}

/* Fix update format */
/* Global */
* > img, img {
    max-width: 100%;
}

* > .pointer, .pointer {
    cursor: pointer;
}

form ul, form ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* End global */
/* Oppenhours - Contact info */
.foh-wrap,
.fci-wrap {
    display: table;
    text-align: left;
    padding: 8px 0px;
}

.foh-row,
p.foh-row,
span.foh-row,
div.foh-row,
.fci-row,
p.fci-row,
span.fci-row,
div.fci-row {
    line-height: initial;
    display: table-row;
}

.foh-row .foh-date,
p.foh-row .foh-date,
span.foh-row .foh-date,
div.foh-row .foh-date,
.foh-row .foh-time,
p.foh-row .foh-time,
span.foh-row .foh-time,
div.foh-row .foh-time,
.fci-row .fci-title,
p.fci-row .fci-title,
span.fci-row .fci-title,
div.fci-row .fci-title,
.fci-row .fci-content,
p.fci-row .fci-content,
span.fci-row .fci-content,
div.fci-row .fci-content {
    display: table-cell;
    padding: 0;
    padding-bottom: 10px;
}

.foh-row .foh-date,
p.foh-row .foh-date,
span.foh-row .foh-date,
div.foh-row .foh-date,
.fci-row .fci-title,
p.fci-row .fci-title,
span.fci-row .fci-title,
div.fci-row .fci-title {
    padding-right: 15px;
    font-weight: bold;
}

/* End Oppenhours - Contact info */

/* Other */
ul.store-fronts i {
    width: 25px;
}

.footer_openhours .foh-row {
    color: #E4B42A;
    font-size: 12px;
}

.addr_top_v4 .fci-row .fci-content br {
    display: none;
}

.contact-wrap .fci-row {
    font-size: 17px;
    line-height: 25px;
}

.breadcrumbs ul {
    display: none;
}

.gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.gallery-box {
    position: relative;
    background-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 0 0px 30px;
}

.image-bg {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: left;
    background-position-y: top;
    background-size: cover;
}

.gallery-item:hover .gallery-box, .gallery-item:focus .gallery-box {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.image-bg img {
    display: none !important;
}

.gallery-title {
    padding: 10px;
    font-size: 22px;
    text-align: center;
    display: block;
}

.book247-style-1, .book247-style-1 p {
    color: #000
}

@media screen and ( min-width: 768px ) {
    .footer_openhours .foh-row .foh-date {
        padding-right: 5px;
        min-width: 80px;
    }

    .footer_openhours .foh-row .foh-date, .footer_openhours .foh-row .foh-time {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 26px;
    }

    .footer-contact-wrap .fci-row {
        line-height: 25px;
    }
}

@media screen and ( max-width: 479px ) {
    .footer_openhours h5 {
        float: none;
    }

    .contact-wrap .fci-row {
        font-size: 13px;
        line-height: 20px;
    }

    .contact-wrap .fci-row .fci-title {
        padding-right: 5px;
    }
}

/* End other */
/* End fix update format */

/*CSS logo*/
@media (min-width: 992px) {
    .header-nav .menu_custom > ul > li > a {
        padding: 0 9px;
    }
}

.list-social-footer img {
    background: #fff;
}

.featured-image-column {
    padding: 0 15px;
}

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

.owl-carousel .owl-dot {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #fff;
    margin: 3px;
}

.removeButton {
    z-index: 2;
}

/*freeze footer*/
.freeze-footer {
    position: fixed;
    right: 15px;
    bottom: 60px;
    padding: 0;
    display: inline-block;
    z-index: 1021;
}

.freeze-footer ul li {
    list-style-type: none;
}

.freeze-footer a {
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
    padding: 10px 10px;
    line-height: 1;
    font-size: 17px;
    height: auto;
}

.freeze-footer a.btn_make_appointment {
    background-color: #feca2f;
    border-color: #feca2f;
}

.freeze-footer a.btn_call_now {
    background-color: #feca2f;
    border-color: #feca2f;
}

.freeze-footer a:hover {
    border-color: #fff;
    color: #ffffff;
}

/*freeze header*/
.freeze-header {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 1021;
    width: 100%;
}

.freeze-header.with-bg {
    background-color: #212123;
    -webkit-box-shadow: 0px 1px 1px #eee;
    -moz-box-shadow: 0px 1px 1px #eee;
    box-shadow: 0px 1px 1px #eee;
}

.freeze-header.with-bg {
    width: 100%;
}

.freeze-header.with-bg .menu_custom {
    margin-top: 10px;
}

.btn_service_book.scroll-fixed.scroll_btn {
    top: 80px;
}

@media (max-width: 768px) {
    .btn_service_book.scroll-fixed.scroll_btn {
        top: 130px;
    }
}

/*Testimonials*/
.section-testimonials {
    position: relative;
    z-index: 0;
    padding: 50px 0;
    text-align: center;
}

.section-testimonials:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
}

.section-testimonials:after {
    content: '';
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../themes/fnail01d-luxury/assets/images/bg-parallax1.webp);
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.testimonials-list .item {
    padding-top: 80px;
}

.section-testimonials .testimonial-quote {
    font-size: 110px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.section-testimonials, .section-testimonials h2,
.section-testimonials p, .section-testimonials .testimonial-quote {
    color: #000;
}

.testimonials-list .name {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.testimonials-list .owl-pagination {
    position: initial;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.testimonials-list .owl-nav {
    display: inline-flex;
    margin-top: 5px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    width: 30px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 0 5px;
}

.owl-nav .owl-prev {
    text-align: right;
}

.owl-nav .owl-next {
    text-align: left;
}

/*Table of content*/
#toc_container {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    display: table;
    font-size: 95%;
    margin-bottom: 15px;
    padding: 15px;
    width: auto;
}

#toc_container .toc_title {
    font-weight: 700;
    text-align: center;
    margin: 0 0 5px;
    padding: 0;
}

#toc_container ul, #toc_container li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#toc_container li + li, #toc_container li > ul {
    padding-top: 5px;
}

#toc_container li > ul {
    padding-left: 15px;
}

#toc_container li > a {
    color: inherit;
}

.category_news_v1 ul li a, .book247-style-1, .book247-style-1 p {
    color: #fff;
}

/* By Consent */
.consent-form .group-select, .consent-form .group-select label {
    float: none;
}

.consent-form .group-select {
    width: 100%;
    margin-bottom: 15px;
}

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
    display: initial;
}

.form-horizontal .radio {
    padding-top: 0;
}

.consent-form2 {
    border-top-color: #333;
}

.btn_consent, .btn_consent:hover, .btn_consent:focus {
    border-color: #feca2f;
    background: #feca2f;
    color: #fff;
}

.consent-btn {
    display: inline-block;
}

.relative {
    position: relative;
}

.signature .signatureInput {
    color: #000;
}

.white-popup {
    overflow: initial;
}

.tt-lightbox {
    cursor: pointer;
}

.price-item-number .old {
    text-decoration: line-through;
}

/* Back to top */
#back-top {
    position: fixed;
    bottom: 15px;
    right: 30px;
    z-index: 1021;
}

#back-top a {
    width: 50px;
    height: 50px;
    background: #000;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.5;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
    line-height: 50px;
}

#back-top a:hover {
    opacity: 0.9;
}

/* Home slider */
.sp-buttons {
    margin-top: -35px;
}

/* Home Service */
.owl_service_board .owl-dots {
    text-align: center;
}

/* Giftcards, Cart, Payment */
.box_preview, .mybox-order, .mybox-order p {
    color: #000;
}

.block-Payment .group-select, .block-Payment .group-select label {
    float: none;
    width: auto;
}

.block-Payment .group-select {
    margin: auto auto 15px;
}

.mycarttable thead tr th, .mycarttable tbody tr td {
    color: #333;
}

.mycarttable tbody tr td .list-row-col .price-total-item,
.mycarttable .price-row tbody tr,
.mycarttable .price-row tbody tr td {
    color: #fff;
}

.form-control:focus {
    background-color: #fff;
}

.header_ver4 .topbar, .mean-container .mean-bar {
    z-index: 1021;
}

/* Booking */
.policy-booking-phone {
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
}

/*BEG: css for Gallery-Html*/
ul#portfolio-grid .col-md-3.col-xs-6.portfolio-item,
ul#portfolio-grid .col-md-3.col-xs-6.portfolio-item .m-magnific-popup,
ul#portfolio-grid .col-md-3.col-xs-6.portfolio-item .m-magnific-popup .gallery-bg-cover,
ul#portfolio-grid .col-md-3.col-xs-6.portfolio-item .m-magnific-popup .gallery-bg-cover .m-image-bg {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 5px;
    margin: 0;
}

.m-gallery-listing .m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4,
.m-gallery-listing .m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .m-magnific-popup,
.m-gallery-listing .m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .m-magnific-popup .m-gallery-box,
.m-gallery-listing .m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .m-magnific-popup .m-gallery-box .m-image-bg,
.m-gallery-listing .m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .gallery-item,
.m-gallery-listing .m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .gallery-item .m-gallery-box,
.m-gallery-listing .m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .gallery-item .m-gallery-box .m-image-bg {
    aspect-ratio: 1 / 1; /* defining the aspect ratio of the image */
    object-fit: cover; /* making sure the image isn't distorted */
}

.youtube-wrapper iframe {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    aspect-ratio: 1 / 1; /* defining the aspect ratio of the image */
    object-fit: cover; /* making sure the image isn't distorted */
}

.youtube-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.youtube-wrapper .youtube-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.ytp-cued-thumbnail-overlay-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/*END: css for Gallery-Html*/
/*BEG: btn-view-more*/
a.btn_view_more, span.btn_view_more {
    display: inline-block;
    height: 68px;
    line-height: 68px;
    padding: 0 40px;
    background: #a3789b;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/*END: btn-view-more*/
/*By Demo*/
/*
* By Demo
*/

/*Global*/
a:not(.button) {
    color: #fff;
}

.btn-default, .freeze-footer a.btn-default {
    background-color: #8b4c81;
}

/*Header*/
.header_ver4 .top_link {
    background-color: #a3789b;
}

.inner_header_v4 .topbar, .freeze-header.with-bg {
    background-color: #d4d4d4;
}

@media (max-width: 767px) {
    .inner_header_v4 .topbar {
        background-color: #d4d4d4;
    }
}

.nav-menu {
    background-color: #d9d9d9;
}

.header-nav .menu_custom > ul > li > a {
    color: #6a6a6a;
}

.mean-container .mean-bar {
    background-image: linear-gradient(to right, #cabfc8, #a3789b);
}
.mean-container .mean-nav {
    background-image: linear-gradient(to right, #cabfc8, #a3789b);
}
.mean-container .mean-nav ul li a {
    font-weight: 600;
}

@media (max-width: 767px) {
    .header_ver4 .topbar {
        z-index: 1023;
    }
}

/*Home-about*/
.video_page_v1_board {
    background-image: url('../../themes/fnail01d-luxury/assets/images/home-about.webp');
    background-size: cover;
    background-attachment: scroll;
}

.about-home p {
    text-align: center;
    line-height: 36px;
    font-size: 16px;
}

/*Home-Service*/
.our_service_v4 {
    background: #3b3b3b;
}

.featured-image-column .image-caption {
    background: rgba(190, 128, 185, 0.56);
    letter-spacing: 2px;
    font-size: 11px;
}

/*Home-Gallery*/
#portfolio {
    background: rgba(211, 153, 219, 0.4);
}

/*Home-Coupon*/
.coupon_page_v1_board .coupon_page_v1_board_container {
    background-color: rgba(211, 153, 219, 0.4);
}

/*Footer*/
.footer_v4 {
    background: rgba(211, 153, 219, 0.25);
}
.footer_v4 .footer_openhours {
    margin: 0;
    padding: 0;
}
.footer_openhours .foh-date, .footer_openhours .foh-time {
    color: #fff;
}
.copy_right_v3 p, .footer_v4 .copy_right_v3 p {
    padding-top: 10px;
    border-top: solid 1px;
    color: #fff;
}

/*Breadcrumb*/
.parallex::before {
    background-image: linear-gradient(to right,#a3789b,#cabfc8);
}

/*Page-About*/
.about_us_v1 h2 {
    margin-bottom: 20px !important;
}
.about_us_v1 p {
    line-height: 24px;
}

/*Page-Service*/
h1.service-name {
    color: #8b4c81;
    border-color: #8b4c81;
}
@media (max-width: 767px) {
    .price-item h4 {
        font-size: 14px;
    }
}

/*Page-Coupon-Gallery*/
.coupon_page_v1 {
    background: rgba(255, 255, 255, 0.25);
}
.gallery-title {
    background: #000;
}

/*Page-Booking*/
.info_staff {
    display: none;
}
.info_inner_booking .staff_service_v1 {
    margin-left: 15px;
}
.booking_staff_title {
    display: none;
}
.box_staff_bg {
    background-color: #c3c3c3;
}
@media ( max-width: 575px ) {
    .info_inner_booking .staff_service_v1 {
        width: 100%;
    }
}

