/**
 * [Table of contents]
 *
 * [&. Content / #key]
 * [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 * Summary:
 *
 *  0. VARIABLE LESS
 *    - 0.1. Color
 *    - 0.2. Font
 *  1. GLOBAL STYLE
 *    - 1.1. Scaffolding
 *  2. HEADER
 *    - 2.1. Topbar Header
 *    - 2.2. Main Header
 *    - 2.3. Navigation
 *  3. SIDEBAR
 *    - 3.1. Left Sidebar
 *    - 3.2. Right Sidebar
 *    - 3.3. Both Sidebar
 *  4. FOOTER
 *    - 4.1. Main Footer
 *    - 4.2. Sub Footer
 *    - 4.3. Copyright
 */

/*=============================
 =====   VARIABLE LESS    =====
 =============================*/

/**
 * [Table of contents]
 *
 * [&. Content / #key]
 * [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 * Summary:
 *
 *  0. VARIABLE LESS
 *    - 0.1. Color
 *    - 0.2. Font
 *  1. MIXINS


/*=============================
 =====   VARIABLE LESS    =====
 =============================*/

/*----------  0.1. Color  ----------*/

/*----------  0.2. Font  ----------*/

/*=============================
 ====  END VARIABLE LESS   ====
 =============================*/

/*=============================
 =====       MIXINS       =====
 =============================*/

/*=============================
 ====      END MIXINS      ====
 =============================*/

/*=============================
 =====     KEY FRAMES      =====
 =============================*/

@-webkit-keyframes color-text {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 475px 0;
    }
}

@keyframes color-text {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 475px 0;
    }
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3;
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 10px 10px rgba(255, 221, 0, .8), 0 0 0 3px rgba(255, 221, 0, .5);
    }
    100% {
        -webkit-transform: scale(1.3);

        opacity: 0;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 10px 10px rgba(255, 221, 0, .8), 0 0 0 3px rgba(255, 221, 0, .5);
    }
}

@keyframes sonarEffect {
    0% {
        opacity: .3;
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 10px 10px rgba(255, 221, 0, .8), 0 0 0 3px rgba(255, 221, 0, .5);
    }
    100% {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);

        opacity: 0;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 10px 10px rgba(255, 221, 0, .8), 0 0 0 3px rgba(255, 221, 0, .5);
    }
}

@-webkit-keyframes sonarEffect-2 {
    0% {
        opacity: .3;
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 5px 7px rgba(255, 221, 0, .7), 0 0 0 3px rgba(255, 221, 0, .5);
    }
    100% {
        -webkit-transform: scale(1.3);

        opacity: 0;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 5px 7px rgba(255, 221, 0, .7), 0 0 0 3px rgba(255, 221, 0, .5);
    }
}

@keyframes sonarEffect-2 {
    0% {
        opacity: .3;
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 5px 7px rgba(255, 221, 0, .7), 0 0 0 3px rgba(255, 221, 0, .5);
    }
    100% {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);

        opacity: 0;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 5px 7px rgba(255, 221, 0, .7), 0 0 0 3px rgba(255, 221, 0, .5);
    }
}

@keyframes cloud_left_to_right {
    0% {
        left: -200%;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes cloud_left_to_right {
    0% {
        left: -200%;
    }
    100% {
        left: 0;
    }
}

@keyframes cloud_right_to_left {
    0% {
        left: 0;
    }
    100% {
        left: -200%;
    }
}

@-webkit-keyframes cloud_right_to_left {
    0% {
        left: 0;
    }
    100% {
        left: -200%;
    }
}

/*=============================
 =====   END KEY FRAMES   =====
 =============================*/

/*----------  0.1. Color  ----------*/

/*----------  0.2. Font  ----------*/

/*=============================
 ====  END VARIABLE LESS   ====
 =============================*/

/*=============================
 ======   GLOBAL STYLE   ======
 =============================*/
 /* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjsGyN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*----------  1.1. Scaffolding  ----------*/

html * {
    outline: 0 !important;
}

body,
html {
    overflow-x: hidden;

    min-height: 100%;
}

html {
    font-size: 14px;
}

body {
    font-family: 'ubuntu', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;

    color: #555e69;
    background-color: #ffffff;
}

.loaded {
    visibility: visible!important;

    opacity: 1!important;
}

body > .inner {
    display: none;
}

body.pg-loaded > .inner {
    display: block;
}

.body-wrapper {
    position: relative;
    /*visibility: hidden;
    overflow: hidden;
    transition-delay:1s;
    opacity: 0;*/
}

.body-wrapper.loaded {
    visibility: visible;
    opacity: 1;
}

a {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

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

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
 
.spinner {
    font-size: 10px;

    width: 60px;
    height: 40px;
    margin: 0 auto;

    text-align: center;
}

.spinner > div {
    display: inline-block;

    width: 6px;
    height: 100%;
    margin: 2px;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
            animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
}

.spinner .rect4 {
    -webkit-animation-delay: -.9s;
            animation-delay: -.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -.8s;
            animation-delay: -.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4);
                transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
    }
}

/****************************************/

/*                LOADING               */

/****************************************/

/****************************************/

/*             THEME SETTING            */

/****************************************/

.theme-setting {
    position: fixed;
    z-index: 9999;
    top: 30%;
    left: -220px;

    visibility: hidden;

    transition: .3s left cubic-bezier(.03, .88, .34, .97);

    opacity: 0;
    border: 0;
    background-color: #ffffff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, .2);
}

.theme-setting.loaded {
    visibility: visible;

    opacity: 1;
}

.theme-setting .theme-loading {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background: rgba(255, 255, 255, .3);
}

.theme-setting .theme-loading .theme-loading-content {
    position: absolute;
    top: 50%;
    left: 50%;

    text-align: center;
}

.theme-setting .btn-theme-setting {
    font-size: 16px;
    line-height: 40px;

    position: absolute;
    z-index: 9999;
    top: 0;
    right: -40px;

    width: 40px;
    height: 40px;

    text-align: center;

    color: #ababae;
    background-color: #ffffff;
    box-shadow: 3px 0 5px rgba(0, 0, 0, .2);
}

.theme-setting .content-theme-setting {
    line-height: 40px;

    display: inline-block;

    width: 220px;

    text-align: center;
}

.theme-setting .content-theme-setting .title {
    font-size: 20px;
    font-weight: 700;

    margin: 0;
    padding: 20px 0;

    text-align: center;
    text-transform: uppercase;

    color: #242c42;
}

.theme-setting .content-theme-setting ul {
    margin: 0;
    padding-bottom: 15px;
}

.theme-setting .content-theme-setting ul li {
    width: 24px;
    height: 24px;
    margin: 0 7px;

    cursor: pointer;
    vertical-align: middle;

    border: 0 solid #f0f0f0;
}

.theme-setting .content-theme-setting ul li[data-color='color-1'] {
    background-color: #ffdd00;
}

.theme-setting .content-theme-setting ul li[data-color='color-2'] {
    background-color: #2aacff;
}

.theme-setting .content-theme-setting ul li[data-color='color-3'] {
    background-color: #e91e63;
}

.theme-setting .content-theme-setting ul li[data-color='color-4'] {
    background-color: #86bc42;
}

.theme-setting .content-theme-setting ul li[data-color='color-5'] {
    background-color: #50bcb6;
}

.theme-setting .content-theme-setting ul li[data-color='color-6'] {
    background-color: #c74a73;
}

.theme-setting .content-theme-setting ul li[data-color='color-7'] {
    background-color: #f66666;
}

.theme-setting .content-theme-setting ul li[data-color='color-8'] {
    background-color: #ffb0b0;
}

.theme-setting .content-theme-setting ul li[data-color='color-9'] {
    background-color: #ff9c00;
}

.theme-setting .content-theme-setting ul li[data-color='color-10'] {
    background-color: #f1c40f;
}

/*----------  1.2. CSS for page  ----------*/

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

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

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

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

.margin-top70 {
    margin-top: 70px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-top-50 {
    padding-top: 50px;
}

.page-banner.homepage-default {
    height: 100vh;

    background-image: url('../images/background/homepage-default-banner.jpg');
}

.page-banner.homepage-04 {
    height: 100vh;

    background-image: url('../images/background/homepage-04-banner.jpg');
}

.page-banner.hotel-view {
    background-image: url('../images/background/hotel-view-banner.jpg');
}

.page-banner-2.homepage-02 {
    background-image: url('../images/background/homepage-02-banner.jpg');
}

.page-banner-2.homepage-03 {
    vertical-align: bottom;

    background-image: url('../images/background/homepage-03-banner.jpg');
}

.tours {
    background-image: url('../images/background/bg-section-tour.jpg');
}

.videos {
    background-image: url('../images/background/mountain-984083_1920.jpg');
}

.hotels {
    /*background-image: url('../images/background/bg-section-hotel.jpg');*/
}

.travelers {
    background-image: url('../images/background/bg-section-traveler.jpg');
}

.banner-sale-1 {
    background-image: url('../images/background/bg-section-banner-1.jpg');
}

.contact {
    background-image: url('../images/background/bg-section-contact.jpg');
}

.contact.style-2 {
    background-image: url('../images/background/bg-section-contact-2.jpg');
}

/*.tour-result {
    background-image: url('../images/background/tour-result.jpg');
}

.flight-result {
    background-image: url('../images/background/flight-result.jpg');
}

.hotel-result {
    background-image: url('../images/background/hotel-result.jpg');
}*/

.cruises-result {
    background-image: url('../images/background/cruises-result.jpg');
}

.car-rent-result {
    background-image: url('../images/background/car-rent-result.jpg');
}

.tour-view {
    background-image: url('../images/background/tour-view.jpg');
}

.blog {
    background-image: url('../images/background/blog.jpg');
}

.blog-detail {
    background-image: url('../images/background/blog-detail.jpg');
}

.contact-page {
    background-image: url('../images/background/contact.jpg');
}

.about-us-page {
    background-image: url('../images/background/about-us.jpg');
}

.bg-faq {
    background-image: url('../images/background/bg-section-faq.jpg');
}

.bg-team {
    background-image: url('../images/background/bg-section-team.jpg');
}

.page-login {
    background-image: url('../images/background/cruises-result.jpg');
}

.car-detail {
    background-image: url('../images/background/bg-car-detail.jpg');
}

.cruises-detail {
    background-image: url('../images/background/bg-cruises-detail.jpg');
}

/*=============================
 =====  END GLOBAL STYLE  =====
 =============================*/

/*=============================
 =======     HEADER     =======
 =============================*/

.bg-transparent {
    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
         -o-transition: all .6s ease;
            transition: all .6s ease;

    background-color: transparent;
}

.bg-transparent .header-topbar {
    border-color: rgba(255, 255, 255, .3);
}

.bg-transparent .header-topbar a,
.bg-transparent .header-topbar p,
.bg-transparent .header-topbar span {
    color: #ffffff;
}

.bg-transparent .header-topbar .topbar-left li {
    border-color: rgba(255, 255, 255, .3);
}

.bg-transparent .header-topbar .login-widget li + li:before {
    color: rgba(255, 255, 255, .3);
}

.bg-transparent .header-main {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    box-shadow: none;
}

.bg-transparent .header-main.header-fixed {
    background-color: #121212;
}

.bg-transparent .header-main.header-fixed .navigation .nav-links .main-menu {
    color: #ffffff;
}

.bg-transparent .header-main.header-fixed .nav-search {
    border-top: 1px solid #ffffff;
    background-color: #121212;
}

.bg-transparent .header-main.header-fixed .nav-search form input[type='text'] {
    background-color: #ffffff;
}

.bg-white {
    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
         -o-transition: all .6s ease;
            transition: all .6s ease;

    background-color: #ffffff;
}

.bg-white .header-topbar {
    border-color: #f1f1f1;
}

.bg-white .header-topbar a,
.bg-white .header-topbar p,
.bg-white .header-topbar span {
    color: #959595;
}

.bg-white .header-topbar .topbar-left li {
    border-color: #f1f1f1;
}

.bg-white .header-topbar .login-widget li + li:before {
    color: #f1f1f1;
}

.bg-white .header-main {
    border-bottom: 1px solid #f1f1f1;
    box-shadow: none;
}

.bg-white .header-main.header-fixed {
    background-color: #ffffff;
}

.bg-white .header-main.header-fixed .navigation .nav-links .main-menu {
    color: #555e69;
}

.bg-white .header-main.header-fixed .nav-search {
    border-top: 1px solid #ffffff;
    background-color: #ffffff;
}

.bg-white .header-main.header-fixed .nav-search form input[type='text'] {
    background-color: #ffffff;
}

.bg-white .header-main.header-fixed .nav-search form .searchbutton {
    background-color: #ffffff;
}

.bg-white .dropdown-topbar {
    top: 41px;
    left: -1px;

    border: 1px solid #f1f1f1;
}

.header-01 .header-main {
    border-bottom: none;
}

.header-01 .header-main .navbar-header {
    display: block;
    float: none;
}

.header-01 .header-main .logo {
    text-align: center;
}

.header-01 .header-main .logo .header-logo img {
    max-width: 190px;
}

.header-01 .header-main .navigation {
    float: none;
}

.header-01 .header-main .dropdown-menu-1,
.header-01 .header-main .nav-search {
    top: 34px;
}

.header-01 .header-main.header-fixed .navbar-header {
    display: inherit;
    float: left;
}

.header-01 .header-main.header-fixed .logo {
    line-height: 50px;

    text-align: left;
}

.header-01 .header-main.header-fixed .navigation {
    float: right;
}

.header-01 .header-main.header-fixed .navigation .nav-links .main-menu {
    padding-bottom: 0;
}

.header-01 .header-main.header-fixed .dropdown-menu-1,
.header-01 .header-main.header-fixed .nav-search {
    top: 50px;
}

.header-01 .navigation .nav-links {
    display: table;
    float: none;

    margin: 0 auto;
}

.header-01 .navigation .nav-links .main-menu {
    line-height: 24px;

    padding-bottom: 10px;
}

.header-01 .navigation .nav-links li .main-menu:before {
    bottom: 1px;
}

.header-01 .navigation .nav-links li .main-menu:after {
    bottom: 2px;
}

.header-02 .header-main {
    border-bottom: none;
}

.header-03 {
    position: relative;
}

.header-03 .header-topbar {
    line-height: 50px;
    color: #959595;
    border-bottom: none;
    background-color: #ffffff;
	border-bottom: 2px solid;
}

.header-03 .header-topbar .topbar-left {
    text-align: left;
}

.header-03 .header-topbar .topbar-center {
    text-align: center;
}

.header-03 .header-topbar .topbar-right {
    text-align: right;
	position:relative;
}

.header-03 .header-topbar .btn-menu {
    display: inline-block;

    cursor: pointer;
}

.header-03 .header-topbar .btn-menu .icons,
.header-03 .header-topbar .btn-menu .text {
    display: inline-block;

    margin-bottom: 0;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.header-03 .header-topbar .btn-menu .text {
    margin-left: 15px;

    text-transform: uppercase;
}

.header-03 .header-topbar .header-logo img {
    width: 100%;
    max-width: 190px;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.header-03 .header-topbar .login-widget {
    margin-bottom: 0;
}

.header-03 .header-main {
    position: absolute;
    top: -150px;

    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
         -o-transition: all .6s ease;
            transition: all .6s ease;

    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    background-color: #ffffff;
}

.header-03 .header-main .navbar-header {
    display: none;
}

.header-03 .header-main.header-fixed .navbar-header {
    display: inherit;
}

.header-03 .header-main.header-fixed .navigation {
    float: right;
}

.header-03 .header-main.header-fixed .navigation .nav-links .main-menu {
    padding: 0;
}

.header-03 .header-main .navigation {
    float: none;
}

.header-03 .show-menu {
    top: 50px;
}

.header-03 .navigation .nav-links {
    display: table;
    float: none;

    margin: 0 auto;
}

.header-04 .header-main {
    border-bottom: none;
}

.header-04 .header-main .navbar-header {
    display: none;
}

.header-04 .header-main .dropdown-menu-1,
.header-04 .header-main .nav-search {
    top: 70px;
}

.header-04 .header-main.header-fixed .navbar-header {
    display: inherit;
}

.header-04 .header-main.header-fixed .navigation {
    float: right;
}

.header-04 .header-main.header-fixed .navigation .nav-links .main-menu {
    padding: 0;
}

.header-04 .header-main.header-fixed .dropdown-menu-1,
.header-04 .header-main.header-fixed .nav-search {
    top: 50px;
}

.header-04 .header-main .navigation {
    float: none;
}

.header-04 .navigation .nav-links {
    display: table;
    float: none;

    margin: 0 auto;
}

.header-04 .navigation .nav-links .main-menu {
    line-height: 24px;

    padding: 35px 0 11px;
}

.header-04 .navigation .nav-links li .main-menu:before {
    bottom: 1px;
}

.header-04 .navigation .nav-links li .main-menu:after {
    bottom: 2px;
}

/*----------  2.1. Topbar Header  ----------*/

.header-topbar {
    line-height: 40px;

    position: relative;
    z-index: 101;

    width: 100%;

    border-bottom: 1px solid;
}

.header-topbar a,
.header-topbar p,
.header-topbar span {
    font-size: 12px;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.header-topbar .topbar-left {
    margin-bottom: 0;
}

.header-topbar .topbar-left > li {
    position: relative;

    display: inline-block;

    padding: 0 15px;

    border-right: 1px solid;
}

.header-topbar .topbar-left > li .topbar-icon {
    font-size: .9em;

    margin-right: 8px;

    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

.header-topbar .topbar-left > li .icons-dropdown {
    margin: 0;
    padding-left: 5px;
}

.header-topbar .topbar-left > li:first-child {
    padding-left: 0;
}

.header-topbar .topbar-left > li:last-child {
    padding-right: 0;

    border: none;
}

.header-topbar .topbar-right {
    margin-bottom: 0;position:relative;
}

.header-topbar .login-widget .item {
    text-transform: capitalize;
}

.header-topbar .login-widget li + li:before {
    left: 0;

    padding: 0 20px 0 10px;

    content: '|';
}

.dropdown-topbar {
    position: absolute;
    top: 42px;
    left: 0;

    width: 150px;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;

    border: none;
    background-color: #ffffff;
}

.dropdown-topbar li {
    padding: 0 20px;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;

    border-bottom: 1px solid #f1f1f1;
}

.dropdown-topbar li .link {
    display: block;

    color: #434a54;
}

.dropdown-topbar li:last-child {
    border-bottom: 0;
}

.dropdown-topbar li:hover {
    background-color: #f5f5f5;
}

/*----------  2.2. Main Header  ----------*/

.header-main {
    position: relative;
    z-index: 100;

    width: 100%;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;

    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.header-main .navbar-header {
    float: left;
}

.header-main .navigation {
    float: right;
}

.header-main .logo {
    line-height: 100px;
}

.header-main .logo .header-logo img {
    width: 100%;
    max-width: 240px;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.header-main.header-fixed {
    position: fixed;
    top: 0;

    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
         -o-transition: all .6s ease;
            transition: all .6s ease;

    border-bottom: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.header-main.header-fixed .logo {
    line-height: 50px;
}

.header-main.header-fixed .logo .header-logo img {
    width: 100%;
    max-width: 125px;
}

.header-main.header-fixed .navigation .nav-links li .main-menu:after,
.header-main.header-fixed .navigation .nav-links li .main-menu:before {
    display: none;
}

.header-main.header-fixed .navigation .nav-links .main-menu {
    line-height: 50px;
}

.header-main.header-fixed .nav-search {
    top: 50px;
}

.header-main.header-fixed .dropdown-menu-1 {
    top: 50px;
}

.header-main.hide-menu {
    position: fixed;
    top: -120px !important;

    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
         -o-transition: all .6s ease;
            transition: all .6s ease;
}

.header-main.hide-menu .logo {
    line-height: 41px;
}

.header-main.hide-menu .logo .header-logo img {
    width: 100%;
    max-width: 125px;
}

.header-main.hide-menu .navigation .nav-links .main-menu {
    line-height: 50px;
}

.header-main.hide-menu .dropdown-menu-1 {
    top: 50px;
}

.dropdown-focus {
    position: static;

    display: block;
    float: none;

    width: auto;
    margin-top: 0;

    border: 0;
    background-color: transparent;
    box-shadow: none;
}

@media (min-width: 769px) {
    .dropdown:hover .dropdown-menu-1 {
        display: block;
    }
    .dropdown:hover .dropdown-menu-1 li:hover > .dropdown-menu-2 {
        display: block;
    }
}

/*----------  2.3. Navigation  ----------*/

.nav-search {
    position: absolute;
    top: 80px;
    right: 0px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.nav-search form {
    display: table;

    width: 100%;
    height: 40px;

    border: none;
}

.nav-search form input[type='text'] {
    display: table-cell;

    width: 215px;
    height: 40px;
    padding: 0 20px;
	margin-left: 15px;
    border: none;
	border-bottom: 1px solid #eee;

}

.nav-search form .searchbutton {
    position: relative;
    display: table-cell;

    width: 40px;
    height: 40px;
    padding: 0;

    text-align: center;
    vertical-align: middle;

    border: none;
    background-color: transparent;
    box-shadow: none;
	border-bottom: 1px solid #eee;
}

.navigation {
    position: relative;
}

.navigation .nav-links {
    position: relative;
}

.navigation .nav-links li.active .main-menu:after,
.navigation .nav-links li:hover .main-menu:after {
    width: 100%;

    transition-delay: .3s;
}

.navigation .nav-links li.active .main-menu:before,
.navigation .nav-links li:hover .main-menu:before {
    width: calc(100% + 20px);
}

.navigation .nav-links li:hover .main-menu .icons-dropdown i {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.navigation .nav-links li.dropdown.active .main-menu:after,
.navigation .nav-links li.dropdown:hover .main-menu:after {
    width: 80%;

    transition-delay: .3s;
}

.navigation .nav-links li.dropdown.active .main-menu:before,
.navigation .nav-links li.dropdown:hover .main-menu:before {
    width: calc(80% + 20px);
}

.navigation .nav-links .main-menu {
    font-weight: 500;
    line-height: 100px;

    position: relative;

    margin: 0 22px;
    padding: 0;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    text-transform: uppercase;

    color: #555e69;
    background-color: transparent;
}

.navigation .nav-links .main-menu .icons-dropdown {
    padding-left: 5px;
}

.navigation .nav-links .main-menu .icons-dropdown i {
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
}

.navigation .nav-links .main-menu:after,
.navigation .nav-links .main-menu:before {
    position: absolute;
    left: 0;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
}

.navigation .nav-links .main-menu:after {
    bottom: 30px;

    height: 2px;
}

.navigation .nav-links .main-menu:before {
    bottom: 29px;
}

.navigation .nav-links .button-search {
    cursor: pointer;
}

.navigation .nav-links .button-search .main-menu {
    margin-right: 0;
}

.bg-transparent .navigation .nav-links .main-menu {
    color: #ffffff;
}

.bg-transparent .nav-search {
    background-color: rgba(255, 255, 255, .1);
}

.bg-transparent .nav-search form {
    border: none;
}

.bg-transparent .nav-search form input[type='text'] {
    color: #434a54;
    background-color: rgba(255, 225, 255, .5);
}

.bg-transparent .nav-search form input[type='text'] ::-webkit-input-placeholder {
    color: #434a54;
}

.bg-transparent .nav-search form input[type='text'] :-moz-placeholder {
    color: #434a54;
}

.bg-transparent .nav-search form input[type='text'] ::-moz-placeholder {
    color: #434a54;
}

.bg-transparent .nav-search form input[type='text'] :-ms-input-placeholder {
    color: #434a54;
}

.bg-transparent .nav-search form .searchbutton {
    color: #434a54;
    background-color: rgba(255, 221, 0, .5);
}

.dropdown-menu-1,
.dropdown-menu-2 {
    top: 100px;

    min-width: 240px;
    padding: 0;

    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
         -o-transition: all .6s ease;
            transition: all .6s ease;

    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.dropdown-menu-1 li,
.dropdown-menu-2 li {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.dropdown-menu-1 li .link-page,
.dropdown-menu-2 li .link-page {
    font-weight: normal;
    line-height: 50px;

    padding: 0 20px;

    text-transform: capitalize;

    color: #555e69;
}

.dropdown-menu-1 li .link-page .icons-dropdown,
.dropdown-menu-2 li .link-page .icons-dropdown {
    line-height: 50px;

    float: right;

    height: 50px;
}

.dropdown-menu-1 li .link-page .icons-dropdown i,
.dropdown-menu-2 li .link-page .icons-dropdown i {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.dropdown-menu-1 li .link-page .icons-dropdown.active i,
.dropdown-menu-2 li .link-page .icons-dropdown.active i {
    -webkit-transform: rotate(180deg) !important;
       -moz-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
         -o-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
}

.dropdown-menu-1 li:last-child > .link-page,
.dropdown-menu-2 li:last-child > .link-page {
    border-bottom: none;
}

.dropdown-menu-1 li:hover,
.dropdown-menu-2 li:hover {
    background-color: #fafafa;
}

.dropdown-menu-1 li:hover .link-page .icons-dropdown i,
.dropdown-menu-2 li:hover .link-page .icons-dropdown i {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.dropdown-menu-2 {
    top: 0;

    margin-top: -1px;
}

.dropdown-menu-2.right {
    left: 100%;
}

.dropdown-menu-2.left {
    left: -100%;
}

/*----------  2.4. Hamburger menu  ----------*/

.show-nav .wrapper-mobile-nav {
	    z-index: 50;	
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
       -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
         -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);

    box-shadow: 5px 0 8px rgba(0, 0, 0, .2);
}

.show-nav .wrapper-content {
    -webkit-transform: translate3d(85%, 0, 0);
       -moz-transform: translate3d(85%, 0, 0);
        -ms-transform: translate3d(85%, 0, 0);
         -o-transform: translate3d(85%, 0, 0);
            transform: translate3d(85%, 0, 0);
}

.wrapper-content,
.wrapper-mobile-nav {
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

.wrapper-mobile-nav {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: none;

    width: 85%;
    height: 100%;

    -webkit-transform: translate3d(-101%, 0, 0);
       -moz-transform: translate3d(-101%, 0, 0);
        -ms-transform: translate3d(-101%, 0, 0);
         -o-transform: translate3d(-101%, 0, 0);
            transform: translate3d(-101%, 0, 0);

    color: #555e69;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.wrapper-mobile-nav .header-topbar {
    padding: 20px 0;

    border: none;
    background-color: #3c3c3c;
}

.wrapper-mobile-nav .header-topbar .search-mobile {
    display: block;

    margin: 0 20px;
}

.wrapper-mobile-nav .header-topbar .search-mobile .search-form {
    position: relative;
}

.wrapper-mobile-nav .header-topbar .search-mobile .search-form .form-control {
    width: 100%;
    padding-right: 30px;

    background-color: #ffffff;
}

.wrapper-mobile-nav .header-topbar .search-mobile .btn-search {
    line-height: 35px;

    position: absolute;
    right: 10px;

    cursor: pointer;
}

.wrapper-mobile-nav .header-main {
    display: inline-block;

    padding: 0;

    box-shadow: none;
}

.wrapper-mobile-nav .header-main .login-widget {
    display: none;

    margin-top: 20px;

    border-bottom: none;
}

.wrapper-mobile-nav .header-main .login-widget .item {
    display: inline-block;

    width: 100px;
    padding: 4px 15px;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    text-align: center;
    text-transform: capitalize;

    color: #ffffff;
    border: 1px solid #4d4d4d;
    border-radius: 50px;
    background-color: #4d4d4d;
}

.menu-mobile {
    width: 100%;

    text-align: left;

    background-color: #ffffff;
}

.menu-mobile .nav-links {
    width: 100%;

    text-align: left;
}

.menu-mobile li {
    position: relative !important;

    display: inline-block;

    width: 100%;

    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.menu-mobile .main-menu {
    font-size: 16px;
    font-weight: 500;

    text-transform: uppercase;

    color: #fff;
}

.menu-mobile .icons-dropdown {
    line-height: 50px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    width: 80px;
    padding: 0;

    text-align: center;

    border-left: 1px solid rgba(60, 60, 60, .7);
}

.menu-mobile .icons-dropdown i {
    font-weight: 700;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.menu-mobile .icons-dropdown.active i {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.menu-mobile .dropdown-menu {
    width: 100%;
    padding: 0;

    transition: none;

    border-top: 1px solid rgba(60, 60, 60, .7);
    border-bottom: none;
    box-shadow: none;
}

.menu-mobile .dropdown-menu li:last-child {
    border-bottom: none;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 {
    background-color: #ffe74c;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .link-page {
    padding-left: 30px;

    color: #3c3c3c;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .link-page:hover {
    background-color: transparent;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .dropdown-menu-2 {
    background-color: #ffeb66;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .dropdown-menu-2 li {
    padding-left: 25px;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .dropdown-menu-2 li .link {
    border: none;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .dropdown-menu-2 li .dropdown-menu-2 li {
    border-top: 1px solid rgba(153, 153, 153, .5);
    border-bottom: none;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 li:hover,
.menu-mobile .dropdown-menu.dropdown-menu-2 li:hover {
    background-color: transparent;
}

.hamburger-menu {
    display: none;

    color: #000000;
}

.hamburger-menu-wrapper {
    position: relative;

    width: 40px;
    height: 40px;

    transition-duration: .5s;

    background-color: transparent;
}

.hamburger-menu-wrapper .icons {
    position: absolute;
    top: 18px;
    left: 5px;

    width: 30px;
    height: 4px;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    transition-delay: .5s;
    transition-duration: .5s;

    background-color: #ffffff;
}

.hamburger-menu-wrapper .icons:after,
.hamburger-menu-wrapper .icons:before {
    position: absolute;
    top: -10px;
    left: 0;

    width: 30px;
    height: 4px;

    content: '';
    transition-delay: .5s;
    transition-duration: .5s;

    background-color: #ffffff;
}

.hamburger-menu-wrapper .icons:after {
    top: 10px;
}

.hamburger-menu-wrapper.open .icons {
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

.hamburger-menu-wrapper.open .icons:before {
    -webkit-transform: rotateZ(-45deg) scaleX(.6) translate(-18px, -4px);
        -ms-transform: rotate(-45deg) scaleX(.6) translate(-18px, -4px);
            transform: rotateZ(-45deg) scaleX(.6) translate(-18px, -4px);
}

.hamburger-menu-wrapper.open .icons:after {
    -webkit-transform: rotateZ(45deg) scaleX(.6) translate(-18px, 4px);
        -ms-transform: rotate(45deg) scaleX(.6) translate(-18px, 4px);
            transform: rotateZ(45deg) scaleX(.6) translate(-18px, 4px);
}

/*=============================
 ======  End of HEADER  =======
 =============================*/

/*===============================
 =======     SIDEBAR      =======
===============================*/

.sidebar-widget::before {
    display: table;

    content: '';
}

.sidebar-widget:after {
    display: table;
    clear: both;

    content: '';
}

.sidebar-widget .col-2:last-child > .widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget .col-2:last-child .col-1:last-child .widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget .widget {
    margin-bottom: 50px;
}

.sidebar-widget .widget .title-widget {
    line-height: 45px;

    width: 100%;
    height: 45px;
    margin-bottom: 25px;

    text-align: center;

    border-bottom: 2px solid #dcdcdc;
    background-color: #fafafa;
}

.sidebar-widget .widget .title-widget .title {
    font-size: 16px;
    font-weight: 500;

    display: inline-block;

    height: 100%;

    text-transform: uppercase;

    color: #3c3c3c;
    border-bottom: 2px solid #dcdcdc;
}

.sidebar-widget .widget .content-widget .count {
    float: right;

    color: #6e747c;
}

.sidebar-widget .widget .widget-list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.sidebar-widget .widget .widget-list .single-widget-item {
    padding-top: 15px;
    padding-bottom: 15px;

    border-top: 1px solid #f5f5f5;
}

.sidebar-widget .widget .widget-list .single-widget-item a.link {
    display: block;
}

.sidebar-widget .widget .widget-list .single-widget-item:first-child {
    padding-top: 0;

    border-top: none;
}

.sidebar-widget .widget .widget-list .single-widget-item:last-child {
    padding-bottom: 0;
}

/*----------  3.1. Left Sidebar  ----------*/

.sidebar-left {
    float: left;
}

.main-left {
    float: left;
}

/*----------  3.2. Right Sidebar  ----------*/

.sidebar-right {
    float: right;
}

.main-right {
    float: right !important;
}

/*----------  3.3. Both Sidebar  ----------*/

.contact-us-widget .info-list ul {
    margin-bottom: 0;
}

.contact-us-widget .info-list ul li {
    display: table;

    width: 100%;
    padding: 0 0 10px;

    border: none;
}

.contact-us-widget .info-list ul li .icons {
    display: table-cell;

    width: 25px;
}

.contact-us-widget .info-list ul li .link {
    display: table-cell;

    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
         -o-transition: all .6s ease;
            transition: all .6s ease;

    color: #8e8e8e;
}

.form-email .text {
    line-height: 20px;

    margin-bottom: 18px;
}

.form-email .form-email-widget {
    font-size: 13px;

    height: 33px;

    border: none;
    border-radius: 0;
    background-color: #f5f5f5;
    box-shadow: none;
}

.form-email .form-email-widget:active,
.form-email .form-email-widget:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.form-email .btn-email {
    font-size: 14px;
    line-height: 33px;

    width: 39px;
    padding: 0 14px;

    text-align: center;

    color: #121212;
    border: none;
    border-radius: 0 !important;
}

.booking-widget {
    text-align: center !important;
}

.booking-widget ul {
    margin-bottom: 0;
    margin-left: 45px;

    text-align: left;
}

.booking-widget ul li {
    width: 100%;
    padding: 0;

    border: none;
}

.booking-widget ul li .link {
    position: relative;

    display: block;

    padding: 0 0 12px 20px;

    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
         -o-transition: all .6s ease;
            transition: all .6s ease;

    color: #8e8e8e;
}

.booking-widget ul li .link:before {
    font-family: 'FontAwesome';
    font-size: 7px;

    position: absolute;
    left: 0;

    content: '\f10c';
}

.booking-widget ul li:hover .link:before {
    content: '\f111';
}

.booking-widget ul li:last-child .link {
    padding-bottom: 0;
}

.explore-widget ul,
.top-deals-widget ul {
    margin-bottom: 0;
}

.explore-widget ul li,
.top-deals-widget ul li {
    width: 100%;
    padding: 0;

    border: none;
}

.explore-widget ul li .link,
.top-deals-widget ul li .link {
    position: relative;

    display: block;

    padding: 0 0 12px;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;

    color: #8e8e8e;
}

.explore-widget ul li:last-child .link,
.top-deals-widget ul li:last-child .link {
    padding-bottom: 0;
}

/*----------  gallery images   ---------*/

.destination-widget ul,
.gallery-widget ul,
.recent-post-list {
    display: inline-block;

    width:      calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    margin: 0;
}

.destination-widget ul li,
.gallery-widget ul li,
.recent-post-list li {
    float: left;

    padding: 0 10px 5px 0;
}

.destination-widget ul .thumb,
.gallery-widget ul .thumb,
.recent-post-list .thumb {
    position: relative;

    display: inline-block;

    width: 100%;
    padding: 0;
}

.destination-widget ul .thumb:after,
.gallery-widget ul .thumb:after,
.recent-post-list .thumb:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);

    background-color: rgba(0, 0, 0, .5);
}

.destination-widget ul .thumb img,
.gallery-widget ul .thumb img,
.recent-post-list .thumb img {
    width: 100%;
}

.destination-widget ul .thumb:hover:after,
.gallery-widget ul .thumb:hover:after,
.recent-post-list .thumb:hover:after {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

.destination-widget ul li {
    width: 33.3333%;
}

.destination-widget ul li:nth-last-child(-n + 3) {
    padding-bottom: 0;
}

.gallery-widget ul li {
    width: 25%;
}

.gallery-widget ul li:nth-last-child(-n + 4) {
    padding-bottom: 0;
}

.recent-post-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.recent-post-list .single-widget-item {
    padding-top: 15px;
    padding-bottom: 15px;

    border-top: 1px solid #f5f5f5;
}

.recent-post-list .single-widget-item a.link {
    display: block;
}

.recent-post-list .single-widget-item:first-child {
    padding-top: 0;

    border-top: none;
}

.recent-post-list .single-widget-item:last-child {
    padding-bottom: 0;
}

/*----------   Find     ---------*/

.find-widget {
    padding: 40px 30px;

    text-align: center;

    color: #fff;
}

.cms-index-index .find-widget {
    color: #000;
}
.cms-index-index .find-widget .title-widgets {
    color: #000;
}

.find-widget .title-widgets {
    font-size: 1.43rem;
    font-weight: bold;

    margin: 0 0 30px;

    text-transform: uppercase;

    color: #fff;
    border-bottom: none;
    background-color: transparent;
}

.find-widget .text-input {
    position: relative;
}

.find-widget .text-input:after {
    display: table;
    clear: both;

    content: '';
}

.find-widget .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    display: none !important;
}

.find-widget .submit-btn-wrapper {
    line-height: 38px;

    width: 170px;
    height: 38px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;

    cursor: pointer;
    text-align: left;

    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-color: #3c3c3c;
}

.find-widget .submit-btn-wrapper .submit-btn {
    font-size: 14px;
    line-height: 34px;

    width: 34px;
    height: 34px;
    margin-right: 10px;
    margin-left: 2px;
    padding: 0;

    text-align: center;

    border: none;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #505050;
}

.find-widget .submit-btn-wrapper .text {
    font-size: .93rem;
}

.find-widget .text-input > .text-box-wrapper:first-child {
    margin-top: 0;
}

.find-widget .input-daterange {
    float: left;
}

.find-widget .text-box-wrapper {
    float: left;

    margin-top: 20px;

    text-align: left;
    vertical-align: bottom;
}

.find-widget .text-box-wrapper > .text-box-wrapper {
    margin-top: 0;
}

.find-widget .text-box-wrapper .input-group {
    position: relative;

    display: inline-block;

    width: 100%;

    background-color: #ffffff;
}

.find-widget .text-box-wrapper .tb-label {
    font-weight: normal;
}

.find-widget .text-box-wrapper .tb-input {
    line-height: 35px;	
    position: relative;
    z-index: 1;

    width: 100%;
    height: 35px;
    padding: 0 1em;

    text-align: left;
	color: #333;
    border: none;
    border-radius: 0;
    background-color: transparent;
	display: block !important;
}
.sidebar-widget .find-widget .text-box-wrapper .tb-input {
	min-width: 280px;
}
.find-widget .text-box-wrapper .tb-input.count {
    text-align: center;
}

.find-widget .text-box-wrapper.half {
    display: inline-block;

    width:      calc((100% - 8px) / 2);
    width: -moz-calc((100% - 8px) / 2);
}

.find-widget .text-box-wrapper.half.left {
    margin-right: 4px;
}

.find-widget .text-box-wrapper.half.right {
    margin-left: 4px;
}

.find-widget .text-box-wrapper .tb-icon {
    line-height: 35px;

    position: absolute;
    top: 0;
    right: 14px;

    width: 14px;
    height: 35px;
    padding: 0;

    color: #bebebe;
    border: none;
    background-color: transparent;
}

.find-widget .text-box-wrapper .input-group-btn {
    font-size: 14px;

    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;

    width: 40px;
    height: 35px;

    border: none;
    background-color: #ffffff;
}

.find-widget .text-box-wrapper .input-group-btn.btn-minus {
    left: 0;
}

.find-widget .text-box-wrapper .input-group-btn.btn-plus {
    right: 0;
}

.find-widget .ffw-radio-selection {
    line-height: 0;

    margin: 0 auto;

    text-align: justify;
}

.find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper {
    line-height: 1em;

    height: 1em;
}

.find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper .ffw-radio-btn {
    display: none;
}

.find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper .ffw-radio-btn ~ .ffw-radio-label:before {
    font-family: FontAwesome;

    overflow: visible;

    margin-right: 6px;

    content: '\f10c';
}

.find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper .ffw-radio-btn:checked ~ .ffw-radio-label:before {
    font-family: FontAwesome;

    content: '\f192';
}

.find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper .ffw-radio-label {
    font-weight: normal;

    position: relative;
    z-index: 1;

    margin-bottom: 0;
}

.find-widget .select-wrapper {
    position: relative;

    background-color: #ffffff;
}

.find-widget .select-wrapper i.fa {
    position: absolute;
    top: 50%;
    right: 12px;

    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);

    color: #bebebe;
}

.find-widget .sbHolder {
    line-height: 35px;

    height: 35px;

    border: none;
}

.find-widget .sbHolder .sbOptions {
    right: 0;
    left: 0;

    border: none;
}

.find-widget .sbHolder .sbDisabled,
.find-widget .sbHolder .sbSelector,
.find-widget .sbHolder a {
    line-height: 35px;

    height: 35px;
    padding: 0;
}

.find-widget .sbHolder .sbDisabled {
    border-bottom: none;
}

.find-widget .select-wrapper .sbHolder .sbToggle {
    background-position: 0 -42px;
}

.find-widget .form-control {
    position: relative;

    height: 35px;

    background-color: transparent;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.tab-search-long .text-box-wrapper {
    display: inline-block;

    margin-top: 0;
}

.tab-search-long .input-daterange {
    display: inline-block;

    vertical-align: bottom;
}

.tab-search-long .ffw-radio-selection {
    width: 350px;
}

.tab-search-long .place {
    width:      calc((100% - 54px) * 32 / 100);
    width: -moz-calc((100% - 54px) * 32 / 100);
    margin-right: 8px;
}

.tab-search-long .input-daterange {
    width:      99%;    
    margin-right: 8px;
}

.tab-search-long .input-daterange .half {
    width:      calc((100% - 8px) / 2);
    width: -moz-calc((100% - 8px) / 2);
}

.tab-search-long .input-daterange .half:first-child {
    margin-right: 8px;
}

.tab-search-long .count {
    width:      calc((100% - 54px) * 8 / 100);
    width: -moz-calc((100% - 54px) * 8 / 100);
}

.tab-search-long .adult-count {
    margin-right: 8px;
}

.tab-search-long button[type='submit'] {
    position: absolute;
    right: 0;
    bottom: 0;

    width:      calc((100% - 54px) * 16 / 100);
    width: -moz-calc((100% - 54px) * 16 / 100);
    padding: 0 0 0 25px;

    vertical-align: bottom;
}

.tab-search-long .find-cruises-widget .count,
.tab-search-long .find-tours-widget .count,
.tab-search-long .find-transfer-widget .count {
    width:      calc((100% - 54px) * 8 / 100);
    width: -moz-calc((100% - 54px) * 8 / 100);
}

.tab-search-long .find-cruises-widget button[type='submit'],
.tab-search-long .find-tours-widget button[type='submit'],
.tab-search-long .find-transfer-widget button[type='submit'] {
    width:      calc((100% - 54px) * 16 / 100);
    width: -moz-calc((100% - 54px) * 16 / 100);
    padding: 0 0 0 25px;
}

.tab-search-long .find-cruises-widget .place,
.tab-search-long .find-cruises-widget .time-count,
.tab-search-long .find-tours-widget .date,
.tab-search-long .find-tours-widget .place,
.tab-search-long .find-transfer-widget .date,
.tab-search-long .find-transfer-widget .place {
    width:      calc((100% - 54px) * 34 / 100);
    width: -moz-calc((100% - 54px) * 34 / 100);
    margin-right: 8px;
}

.tab-search-long .find-car-widget .input-daterange,
.tab-search-long .find-car-widget .place {
    width:      calc((100% - 46px) * 38 / 100);
    width: -moz-calc((100% - 46px) * 38 / 100);
    margin-right: 8px;
}

.tab-search-long .find-car-widget .car-count {
    width:      calc((100% - 46px) * 8 / 100);
    width: -moz-calc((100% - 46px) * 8 / 100);
}

.tab-search-default .find-widget {
    padding: 40px 0;
}

.tab-search-transparent .find-widget {
    padding: 50px 70px;

    background-color: rgba(255, 255, 255, .5);
}

.tab-search-condensed {
    position: relative;
    z-index: 1;
}

.tab-search-condensed .find-widget {
    padding: 40px 70px;
}

.tab-search-condensed .ffw-radio-selection {
    width: 85%;
}

.tab-search-condensed .text-box-wrapper.half.to {
    margin-top: 0;
}

.tab-search-condensed .input-daterange {
    width: 100%;
}

.tab-search-condensed .text-box-wrapper .tb-icon {
    right: auto;
    left: 14px;
}

.tab-search-condensed .text-box-wrapper .tb-input {
    padding-left: 40px;
}

.tab-search-condensed .text-box-wrapper .tb-input.count {
    padding: 0 1em;
}

.tab-search-condensed .select-wrapper i.fa {
    left: 12px;
}

/*----------    Flight Time    ---------*/

.flight-time-widget .flight-time-visual-widget .direction {
    color: #585858;
}

.flight-time-widget .flight-time-visual-widget .destination {
    color: #3c3c3c;
}

.flight-time-widget .flight-time-visual-widget .visual {
    position: relative;

    height: 16px;
    margin-top: 40px;
    padding: 0 20px;

    color: #6e747c;
}

.flight-time-widget .flight-time-visual-widget .visual:before {
    position: absolute;
    z-index: -1;
    bottom: 8px;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #3c3c3c;
}

.flight-time-widget .flight-time-visual-widget .visual .bar {
    position: relative;

    height: 16px;

    cursor: pointer;
}

.flight-time-widget .flight-time-visual-widget .visual .bar .arrive,
.flight-time-widget .flight-time-visual-widget .visual .bar .depart {
    line-height: 100%;

    bottom: 0;

    height: 100%;

    text-align: center;
    white-space: nowrap;

    color: #585858;
}

.flight-time-widget .flight-time-visual-widget .visual .bar .arrive.indicator,
.flight-time-widget .flight-time-visual-widget .visual .bar .depart.indicator {
    position: absolute;

    display: inline-block;

    width: 16px;
    height: 16px;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.flight-time-widget .flight-time-visual-widget .visual .bar .arrive time,
.flight-time-widget .flight-time-visual-widget .visual .bar .depart time {
    position: absolute;
    top: -20px;

    cursor: auto;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.flight-time-widget .flight-time-visual-widget:first-child {
    margin-top: 0;
}

.label-route-widget {
    font-weight: 300;

    color: #6e747c;
}

.label-route-widget .city {
    font-weight: 400;

    color: #6e747c;
}

.label-route-widget .fa-long-arrow-right {
    margin: 0 10px;
}

.label-time-widget {
    font-size: 14px;

    text-align: right;

    color: #737a83;
}

.label-time-widget .arrival,
.label-time-widget .departure {
    color: #3e454d;
}

/*----------      Price      ---------*/

.price-widget .price-wrapper {
    position: relative;
}

.price-widget .leftLabel,
.price-widget .rightLabel {
    position: absolute;
    top: -25px;
}

.price-widget .leftLabel {
    left: 0;
}

.price-widget .rightLabel {
    right: 0;
}

.price-widget .nstSlider {
    position: relative;

    width: 100%;
    height: 16px;
    margin-top: 40px;
    padding: 0 10px;

    color: #6e747c;
    background-color: transparent;
}

.price-widget .nstSlider:before {
    position: absolute;
    z-index: -1;
    bottom: 8px;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #3c3c3c;
}

.price-widget .nstSlider .leftGrip,
.price-widget .nstSlider .rightGrip {
    line-height: 100%;

    bottom: 0;

    height: 100%;

    text-align: center;
    white-space: nowrap;

    color: #585858;
}

.price-widget .nstSlider .leftGrip.indicator,
.price-widget .nstSlider .rightGrip.indicator {
    position: absolute;

    display: inline-block;

    width: 16px;
    height: 16px;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.price-widget .nstSlider .leftGrip .number,
.price-widget .nstSlider .rightGrip .number {
    position: absolute;
    top: -20px;
    left: 10px;

    cursor: auto;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

/*------------    Search    -----------*/

.search-widget .search-wrapper {
    width: 100%;

    border: 1px solid #e6e6e6;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
}

.search-widget .search-wrapper .search-input {
    font-family: Helvetica, Arial, sans-serif;

    width: inherit;
    height: 40px;
    padding-right: 0;
    padding-left: 18px;

    color: #adadad;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.search-widget .search-wrapper .search-input::-webkit-input-placeholder {
    color: #d8d8d8;
}

.search-widget .search-wrapper .search-input:-moz-placeholder,
.search-widget .search-wrapper .search-input::-moz-placeholder {
    color: #d8d8d8;
}

.search-widget .search-wrapper .search-input:-ms-placeholder {
    color: #d8d8d8;
}

.search-widget .search-wrapper .submit-btn {
    width: 40px;
    height: 40px;
    margin-right: 6px;
    padding: 0;

    color: #adadad;
    border: none;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-color: transparent;
}

.search-widget .search-wrapper .submit-btn:active {
    box-shadow: none;
}

/*------------    check box    -----------*/

.radio-selection {
    margin-top: 0px;
}

.radio-selection:first-child {
    margin-top: 30px;
}

.radio-selection label.group {
    font-weight: normal;

    margin-bottom: 0;

    color: #585858;
}

.radio-selection .radio-btn-wrapper {
    position: relative;

    margin-top: 15px;
}

.radio-selection .radio-btn-wrapper .radio-btn {
    display: none;
}

.radio-selection .radio-btn-wrapper .radio-btn:checked ~ label.radio-label:before {
        content: '\f14a';
    width: 16px;
    font-size: 1.35em;
    border: none;
}

.radio-selection .radio-btn-wrapper .radio-label {
    font-weight: normal;

    position: relative;

    width: 100%;
    margin-bottom: 0;
    padding-left: 34px;

    cursor: pointer;

    color: #6e747c;
}

.radio-selection .radio-btn-wrapper .radio-label:before {
    font-family: FontAwesome;
    font-size: 1rem;
    font-weight: normal;
    line-height: 16px;

    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 16px;
    height: 16px;

    content: '';
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-indent: 0;

    color: #6e747c;
    border: 1px solid #d3d3d3;
}

.radio-selection .radio-btn-wrapper .count {
    position: absolute;
    top: 0;
    right: 0;

    float: none;

    color: #6e747c;
}

/*.radio-selection .radio-btn-wrapper:first-child {
    margin-top: 0;
}*/

.radio-selection .radio-btn-wrapper:after {
    display: table;
    clear: both;

    content: '';
}

/*---------- Tab search  ---------- */

.tab-search .nav-tabs {
    display: -ms-flexbox;
    display:         flex;
    display: -webkit-flex;
    display:     -ms-flex;
    display:    -moz-flex;

    border: none;
}

.tab-search .tab-btn-wrapper {
    width:      calc((100% - 0px) / 3);
    width: -moz-calc((100% - 0px) / 3);
    margin-right: 0px;
    margin-bottom: 0;
}

.tab-search .tab-btn-wrapper .tab-btn {
    font-size: .86rem;
    font-weight: 500;
    line-height: 50px;

    display: block;

    height: 50px;
    margin-right: 0;
    padding: 0;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.tab-search .tab-btn-wrapper .tab-btn:active,
.tab-search .tab-btn-wrapper .tab-btn:focus,
.tab-search .tab-btn-wrapper .tab-btn:hover {
    border: none;
}

.tab-search .tab-btn-wrapper .tab-btn:active i,
.tab-search .tab-btn-wrapper .tab-btn:focus i,
.tab-search .tab-btn-wrapper .tab-btn:hover i {
    color: #fff;
}

.tab-search .tab-btn-wrapper .tab-btn i {
    font-size: 1.79rem;

    margin-right: 10px;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    vertical-align: middle;
}

.tab-search .tab-btn-wrapper.active .tab-btn {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.tab-search .tab-btn-wrapper.active .tab-btn i {
    color: #fff;
}

.tab-search .tab-btn-wrapper:first-child .tab-btn {
    -webkit-border-radius: 15px 0 0 0;
       -moz-border-radius: 15px 0 0 0;
            border-radius: 15px 0 0 0;
}

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

.tab-search .tab-btn-wrapper:last-child .tab-btn {
    -webkit-border-radius: 0 15px 0 0;
       -moz-border-radius: 0 15px 0 0;
            border-radius: 0 15px 0 0;
}

.tab-search-transparent {
    margin-bottom: 100px;
}

.tab-search-transparent .tab-btn-wrapper .tab-btn {
    background-color: #DDDED9;
}

.tab-search-transparent .tab-btn-wrapper .tab-btn i {
    color: #ffffff;
}

.tab-search-default .tab-btn-wrapper .tab-btn {
    color: #ffffff;
    background-color: #222222;
}

.tab-search-default .tab-btn-wrapper .tab-btn:hover .text {
    color: #555555;
}

.tab-search-default .tab-content-bg {
    position: relative;
}

.tab-search-long .tab-btn-wrapper span.xs {
    display: none;
}

.tab-search-condensed .nav-tabs {
    width:      calc(100% + 1px);
    width: -moz-calc(100% + 1px);
}

.tab-search-condensed .tab-btn-wrapper {
    width:      calc(100% / 6);
    width: -moz-calc(100% / 6);
    margin: 0;
}

.tab-search-condensed .tab-btn-wrapper .tab-btn {
    background-color: #3c3c3c;
}

.tab-search-condensed .tab-btn-wrapper .tab-btn:first-child,
.tab-search-condensed .tab-btn-wrapper .tab-btn:last-child {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.tab-search-condensed .tab-btn-wrapper .tab-btn i {
    margin-right: 0;
}

/*----------  2.3. Flight Date Selection  ---------*/

.fds-widget {
    font-weight: 500;

    position: relative;
    z-index: 1;

    display: inline-block;

    width: 94px;
    height: 94px;
    margin-right: 12px;
    margin-bottom: 20px;
    margin-left: 12px;
    padding: 21px 0;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;

    color: #4d4d4d;
    background-color: #f7f7f7;
}

.fds-widget .depart-date {
    font-size: 1rem;
    line-height: 28px;

    display: block;

    height: 28px;

    text-align: center;
}

.fds-widget .depart-date .date {
    font-weight: 300;
}

.fds-widget:hover {
    color: #4d4d4d;
    background-color: #ffffff;
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, .09);
}

.fds-widget .price-select {
    font-size: .86rem;
    line-height: 24px;

    display: block;

    width: 70px;
    height: 24px;
    margin: auto;

    text-align: center;

    -webkit-border-radius: 1em;
       -moz-border-radius: 1em;
            border-radius: 1em;
}

.fds-widget .price-select.pink {
    background-color: #ff4676;
}

.fds-widget .price-select.orange {
    background-color: #ff7256;
}

.fds-widget .price-select.blue {
    background-color: #78eaff;
}

.fds-widget .price-select.green {
    background-color: #9afff0;
}

/*----------  2.7. Single Flight Result  ---------*/

.single-flight-result {
    height: 255px;
    margin-bottom: 30px;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #fafafa;
}

.single-flight-result:hover {
    background-color: #ffffff;
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, .09);
}

.single-flight-result:before {
    display: table;

    content: '';
}

.single-flight-result:after {
    display: table;
    clear: both;

    content: '';
}

.single-flight-result > * {
    height: 100%;
}

.single-flight-result > * > .row {
    height: inherit;
}

.single-flight-result > * > .row > * {
    height: inherit;
}

.single-flight-result .flight-result-wrapper {
    display: table;

    width: 100%;
    height: 100%;
    padding: 40px;
}

.single-flight-result .flight-result-wrapper .airlines-logo {
    display: table-cell;

    width: 28%;
}

.single-flight-result .flight-result-wrapper .info {
    display: table-cell;

    width: 72%;

    text-align: center;
    vertical-align: top;
}

.single-flight-result .flight-result-wrapper .info .miscellaneous,
.single-flight-result .flight-result-wrapper .info .schedule {
    line-height: 0;

    display: block;

    width: 100%;

    text-align: justify;
}

.single-flight-result .flight-result-wrapper .info .arrive,
.single-flight-result .flight-result-wrapper .info .depart,
.single-flight-result .flight-result-wrapper .info .flight-code,
.single-flight-result .flight-result-wrapper .info .flight-time,
.single-flight-result .flight-result-wrapper .info .gate,
.single-flight-result .flight-result-wrapper .info .plane,
.single-flight-result .flight-result-wrapper .info .terminal {
    line-height: 24px;

    display: inline-block;

    text-align: center;
    vertical-align: middle;
}

.single-flight-result .flight-result-wrapper .info .schedule {
    padding-bottom: 20px;

    border-bottom: 1px solid #ebebeb;
}

.single-flight-result .flight-result-wrapper .info .schedule .arrive,
.single-flight-result .flight-result-wrapper .info .schedule .depart {
    color: #6e747c;
}

.single-flight-result .flight-result-wrapper .info .schedule .arrive .city,
.single-flight-result .flight-result-wrapper .info .schedule .depart .city {
    line-height: 1rem;
}

.single-flight-result .flight-result-wrapper .info .schedule .arrive .airport-code,
.single-flight-result .flight-result-wrapper .info .schedule .depart .airport-code {
    font-size: 1.71rem;
    font-weight: 500;
    line-height: 1.71rem;

    margin: 10px 0;

    text-transform: uppercase;

    color: #4e545c;
}

.single-flight-result .flight-result-wrapper .info .schedule .arrive .time,
.single-flight-result .flight-result-wrapper .info .schedule .depart .time {
    font-size: 2.14rem;
    font-weight: 300;
    line-height: 2.14rem;
}

.single-flight-result .flight-result-wrapper .info .schedule .arrive .time span,
.single-flight-result .flight-result-wrapper .info .schedule .depart .time span {
    font-size: 1.14rem;
    font-weight: normal;

    margin-left: 8px;
}

.single-flight-result .flight-result-wrapper .info .schedule .flight-time {
    font-size: .93rem;
    line-height: 1.43rem;

    color: #6e747c;
}

.single-flight-result .flight-result-wrapper .info .schedule .flight-time i {
    font-size: 1.43rem;

    color: #d2d2d2;
}

.single-flight-result .flight-result-wrapper .info .miscellaneous {
    font-size: .93rem;

    padding-top: 20px;

    color: #74787e;
}

.single-flight-result .flight-result-wrapper .info .miscellaneous .data {
    font-size: 1.43rem;
    font-weight: 500;

    color: #4e545c;
}

.single-flight-result form.flight-class {
    border-left: 1px solid #e9e9e9;
}

.single-flight-result form.flight-class .class-selection-wrapper {
    height: 33.3%;

    text-align: center;

    border-bottom: 1px solid #e9e9e9;
}

.single-flight-result form.flight-class .class-selection-wrapper:last-child {
    border-bottom: none;
}

.single-flight-result form.flight-class .class-selection-wrapper input.radio-btn {
    display: none;
}

.single-flight-result form.flight-class .class-selection-wrapper input.radio-btn ~ label.radio-box:before {
    font-family: FontAwesome;

    display: table-cell;

    width: 30%;

    content: '\f10c';
    text-align: right;
    vertical-align: middle;

    color: #bbbbbb;
}

.single-flight-result form.flight-class .class-selection-wrapper input.radio-btn:checked ~ .radio-box:before {
    content: '\f192';

    color: #6e747c;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box {
    display: table;

    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span {
    display: block;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper {
    display: table-cell;

    vertical-align: middle;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper span.class,
.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper span.price {
    padding-right: 30%;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper span.class {
    font-weight: normal;

    color: #6e747c;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper span.price {
    font-size: 1.27rem;
    font-weight: 500;
}

.list-single-flight-result .single-flight-result:last-child {
    margin-bottom: 0;
}

/*------------  2.8. Trip Info  -----------*/

.trip-info {
    font-size: 16px;
    line-height: 80px;

    height: 80px;

    box-shadow: 0 0 24px 2px rgba(127, 127, 127, .09);
}

/*------------  2.10. Single Recent Post  -----------*/

.single-recent-post-widget {
    display: table;
}

.single-recent-post-widget .img-wrapper {
    display: table-cell !important;

    width: 100px !important;

    vertical-align: top;
}

.single-recent-post-widget .post-info {
    display: table-cell;

    padding-left: 15px;

    vertical-align: top;
}

.single-recent-post-widget .post-info .meta-info {
    font-size: .86rem;
    line-height: .86rem;

    margin-bottom: 5px;
}

.single-recent-post-widget .post-info .single-rp-preview {
    font-size: 1rem;

    color: #3c3c3c;
}

/*------------  2.11. Categories  -----------*/

.categories-widget .category {
    color: #6e747c;
}

.categories-widget .category:before {
    margin-right: 10px;

    content: '\f178';

    color: #dbdbdb;
}

/*------------  2.11. Tags  -----------*/

.tags-widget .content-widget .tag {
    margin-right: 10px;
    margin-bottom: 10px;
}

/*------------  2.11. Archives  -----------*/

.archives-widget .datepicker {
    width: 100%;
    padding: 0;
}

.archives-widget table.table-condensed {
    width: 100%;
}

/*------------  2.11. Social  -----------*/

.social-widget ul {
    margin-bottom: 0;
    margin-left: 0;
}

.social-widget ul li {
    width:      calc(100% / 6);
    width: -moz-calc(100% / 6);
    height: 50px;
    padding: 0;

    text-align: center;
}

.social-widget ul li a.social-icon {
    position: relative;

    width: 45px;
    height: 45px;

    color: #cdcdcd;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.social-widget ul li a.social-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.social-widget ul li a.social-icon:hover {
    color: #ffffff;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .04);
}

/*===============================
 =======  End of SIDEBAR  =======
===============================*/

/*==============================
 =======     FOOTER     =======
==============================*/

/*----------  4.1. Main Footer  ----------*/

.bg-blue-gradient {
    position: relative;

    background: #ffffff;
    background-image: url('../images/background/bg-footer-2.jpg');
    background-repeat: repeat;
    background-position: top;
    -webkit-background-size: cover;
            background-size: cover;
}

.bg-blue-gradient .link {
    color: #5d5d5d !important;
}

.bg-blue-gradient .contact-us-widget .info-list ul li .icons {
    color: #5d5d5d;
}

.bg-blue-gradient .form-email .text {
    color: #5d5d5d;
}

.bg-blue-gradient .title-widget {
    color: #444444 !important;
}

.bg-blue-gradient .form-email .form-email-widget {
    background-color: #ffffff;
}

.footer-main {
    font-size: 12px;

    text-align: center;

    color: #8e8e8e;
    background-color: #121212;
    background-image: url('../images/background/bg-footer.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}

.footer-main.bg-transparent {
    background-color: transparent;
    background-image: none;
}

.logo-footer {
    display: inline-block;

    margin-bottom: 70px;
}

.logo-footer img {
    max-width: 230px;
    margin: 0 auto;
}

footer .widget {
    text-align: left;
}

footer .widget .title-widget {
    font-size: 17px;

    margin-bottom: 30px;

    text-transform: capitalize;

    color: #a5a5a5;
}

/*----------  4.2. subscribe email  ----------*/

.subscribe-email {
    padding: 30px 0;

    color: #777777;
}

.subscribe-email-wrapper {
    display: inline-block;

    width: 100%;
}

.subscribe-email-wrapper .subscribe-email-left {
    float: left;
}

.subscribe-email-wrapper .subscribe-email-right {
    float: right;

    margin-top: 15px;
}

.subscribe-email-title {
    font-size: 17px;
    font-weight: 500;

    margin-bottom: 10px;

    color: #fff;
}

.subscribe-email-title .logo-text {
    font-size: 36px;
    font-weight: bold;
}

.subscribe-email-text {
    font-size: 15px;

    margin-bottom: 0;

    color: #fff;
}

.form-subscribe-email {
    width: 270px;
    height: 40px;

    border-radius: 50px;
    background-color: #3c3c3c;
}

.form-subscribe-email .form-control {
    height: 40px;
    padding-left: 20px;

    color: #ddeaf0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.form-subscribe-email .form-control:active,
.form-subscribe-email .form-control:focus {
    box-shadow: none;
}

.form-subscribe-email .btn-email {
    font-size: 14px;

    width: 34px;
    height: 34px;
    margin-right: 3px;
    padding: 0;

    text-align: center;

    border: none;
    border-radius: 50%;
    background-color: #505050;
}

.form-subscribe-email ::-webkit-input-placeholder {
    color: #6c6c6c;
}

.form-subscribe-email :-moz-placeholder {
    color: #6c6c6c;
}

.form-subscribe-email ::-moz-placeholder {
    color: #6c6c6c;
}

.form-subscribe-email :-ms-input-placeholder {
    color: #6c6c6c;
}

/*----------  4.3. Hyperlink  ----------*/

.hyperlink {
    background-color: #121212;
}

.hyperlink .slide-logo-wrapper {
    width: 80%;
    margin: 70px auto;
}

.hyperlink .social-footer {
    margin-bottom: 5px;
}

.hyperlink .name-company {
    margin-bottom: 20px;
}

.hyperlink.bg-transparent {
    background-color: transparent;
}

.hyperlink.bg-transparent .slide-logo-wrapper .logo-item .link {
    opacity: .5;
}

.hyperlink.bg-transparent .slide-logo-wrapper .logo-item .link:hover {
    opacity: 1;
}

.hyperlink.bg-transparent .social-footer .link {
    color: #b4b4b4 !important;
}

.hyperlink.bg-transparent .social-footer .link:hover {
    color: #2b2b2b !important;
}

.hyperlink.bg-transparent .name-company {
    color: #b4b4b4;
}

.slide-logo-wrapper .logo-item .link {
    display: block;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;

    opacity: .2;
}

.slide-logo-wrapper .logo-item .link:hover {
    opacity: 1;
}

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

.social-footer ul {
    margin: 0;
}

.social-footer .link {
    font-size: 18px;

    padding: 0 8px;

    color: #2b2b2b;
}

.social-footer .link:hover {
    color: #ffffff;
}

.name-company {
    font-size: 12px;
    font-weight: 500;

    text-align: center;

    color: #2b2b2b;
}

/*==============================
 =======  End of FOOTER  =======
==============================*/

.main-right .result-meta {
    display: none;
}

/* FROM OLD DESIGN */
.deals-wrapper {}

.deal-item .deal-item-img {
    position: relative;
    padding-bottom: 100%;
}

.deal-item .deal-item-img img.pro-img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-filter: blur(0px);
    -webkit-animation: fadein linear 1.5s;
}

.deal-item:hover .deal-item-img img.pro-img {}

@-webkit-keyframes fadein {
    0% {
        -webkit-filter: opacity(0%) blur(6px);
    }
    50% {
        -webkit-filter: opacity(100%) blur(3px);
    }
    100% {
        -webkit-filter: opacity(100%) blur(0px);
    }
}

.deal-item .deal-item-img:before {
    color: #dadada;
    content: "L";
    font-size: 100px;
    height: 50px;
    left: 50%;
    line-height: 46px;
    margin: -25px 0 0 -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}

.deal-item .deal-item-detail {
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    background: rgba(10, 132, 193,.9);
    width: 90%;
    left: 5%;
    right: 5%;
}

.deal-item .rating {
    margin-bottom: 10px;
    height:18px;
}

.deal-item .deal-item-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.25em;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    margin: 5px 0;
}

.deal-item .deal-item-desc {
    color: #fff;
    margin: 5px 0;
    font-size: 0.9375em;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.deal-item .deal-item-price {
    background: #000;
    position: absolute;
    min-width: 93px;
    color: #fff;
    font-size: 1.375em;
    right: 20px;
    top: -25px;
    padding: 10px 15px;
    font-weight: 600;
}

.deal-item .deal-item-price span {
    display: block;
    font-size: 0.9375rem;
}


/**/

.type-2 {
    position: relative;
}

.type-2 .rating {
    position: absolute;
    top: 10px;
    left: 10px;
}

.type-2 .deal-details {
    background: rgba(255, 255, 255, 0.90);
    padding: 0px 1px;
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 5%;
    right: 5%;
}

.type-2 .deal-item-title {
    color: #000;
    padding: 0 10px;
    margin: 0;
}

.type-2 .deal-item-desc {
    color: #000;
    padding: 0 10px;
    margin: 0;
    padding-bottom: 8px;
}

.type-2 .item-price {
    background: #000;
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
    padding: 8px;
    width: 50%;
    float: left;
    min-height: 62px;
    line-height: 1.8;
    min-height:78px;
}

.type-2 .item-price .price-new {
    color : #ED1C24;
}

.deal__item__price .price-old {
    color: #878786;
    text-decoration: line-through;
    font-size:15px;
    display:block;
}

.type-2 .item-days {
    width: 50%;
    float: right;
    background:#ED1C24;
    text-align: center;
    padding:16px 8px;
    color:#000;
    font-weight: 600;
    min-height: 78px;
}

.detail-page-left-section {
    background: #fff;
    float: left;
    width: 31%;
}

.product-img-box {
    margin-bottom: 15px;
    float: right;
    width: 67%;
    text-align: right;
}

.product-gallery {
    /*border: solid 10px #fff;*/
	margin: 0 0 0;
	border-bottom: 1px solid;	
}

.product-gallery .slick-dots {
    background: rgba(0, 0, 0, 0.30);
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}

.product-gallery .slick-dots li {}

.product-gallery .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    margin: 0 2px;
}

.product-gallery .slick-dots li button {visibility:hidden;}

.product-gallery .slick-dots li.slick-active {
    background: #ED1C24;
}

.share-here {
    background: #fff;
    text-align: left;
    padding-left: 10px;
}

.share-here li {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

.share-here p {
    display: inline-block;
    margin-right: 15px;
}

.share-here ul {
    display: inline-block;padding:0;
}

.share-here li a {
    background: #ccc;
    border-radius: 50%;
    padding: 10px;
    width: 34px;
    height:34px;
    display: block;
}
.share-here li a img {
    width: 14px;
    height:14px;vertical-align:top;
}
.price-box {
    background: #ED1C24;
    border-bottom: solid 1px #e2e2e2;
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    padding: 22px;
}
#deal-detail .price-box{
	font-size: 1em;
}

.price-box p {
    margin: 0;
}

.price-box .old-price {
    float: right;
    text-decoration: line-through;
    font-size: 0.9em;
}
/**/
.data-content img,.data-content iframe {
    width: 100%;
}
.detail-page-right-tabs {
    float: right;
    width: 67%;
}
.detail-page-right-tabs div#content {
    background: #FAFAFA;
}
ul.tabs {
    overflow: hidden;
    padding: 0;
	margin:0;
    border-bottom: solid 1px #e2e2e2;
    display: table;
    table-layout: fixed;
    width: 100%;
}

ul.tabs li { 
    border-right: solid 1px #fff;
    display: table-cell;
    width: auto;
}

ul.tabs li a {
	background: #FAFAFA;
	position: relative;
	display: block;
	padding: 15px 5px;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	color: #000;
	font-size: 1em;
	-webkit-transition: padding 0.2s ease, margin 0.2s ease;
	-moz-transition: padding 0.2s ease, margin 0.2s ease;
	-o-transition: padding 0.2s ease, margin 0.2s ease;
	-ms-transition: padding 0.2s ease, margin 0.2s ease;
	transition: padding 0.2s ease, margin 0.2s ease;
}

ul.tabs li a:hover {
    background: #EBEBEB;
}
ul.tabs li a.active {
    background: #EBEBEB;
}

#content .data-content {
    display: none;
    padding: 20px;
}

.tittle_des {
    line-height: 1.5;
    font-size: 0.875em;
}

.tittle_des ul li {
    list-style: inside;
    margin: 10px 0;
}

.tittle_des ul ul {
    margin-left: 40px;
}

.cart-page {
    padding: 50px 0 0 0;
}
.cartdetail__footer table {
    width: 100%;
}
.steps {
    margin: 10px auto;
    margin-bottom: 80px;
    position: relative;
    max-width: 460px;
}
.steps ul {
    padding: 0;
}

.steps:after {
    height: 2px;
    background: #000;
    position: absolute;
    right: 30px; left: 30px;
    top: 30px;
    content: "";

}

.steps li {
    display: inline-block;
    margin: 0 65px;
    position: relative;
    z-index: 1;
}

.steps li:first-child {
    margin-left: 0;
    float: left;
}

.steps li:last-child {
    margin-right: 0;
    float: right;
}

.steps .step-count {
    border-radius: 50%;
    border: solid 10px #d0d0d0;
    width: 63px;
    height: 63px;
    text-align: center;
    background: #fff;
}

.steps .num {
    color: #000;
    font-size: 1.375em;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    display: block;
}

.step-name {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 1.2em;
    position: absolute;
    bottom: -25px;
    left: 5px;
}

.steps li.is--active .step-count {
    border-color: #ED1C24;
}

.steps li.is--completed .step-count {
    background: #ED1C24;
    border-color: #ED1C24;
    position: relative;
}

.steps li.is--completed .step-count:after {
    background: url(../images/check.png) no-repeat 0 0;
    width: 33px;
    height: 25px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 9px;
}

.steps li.is--completed .num {
    display: none;
}

.table {
    border-collapse: collapse;

}

.table th {
    border: solid 1px #e2e2e2;
    background: #f7f7f7;
    color: #000;
    padding: 10px 15px;
    font-weight: normal;
    font-size: 0.9375em;
}

.table tr td {
    padding: 15px;
    vertical-align: top;
    font-size: 0.875em;
    border: solid 1px #e2e2e2;
}

.table tfoot {
    background: #f7f7f7;
    text-align: right;
}

.product-img {
    max-width: 94px;
    float: left;
    margin-right: 15px;
}

.item-description {
    display: table;
}

.item-description .item-name {
    color: #000;
    font-size: 1.0625em;
    font-weight: 600;
    margin-bottom: 20px;
}

.item-description .item-type {
    color: #6a6a6a;
    font-size: 0.875em;
}

.item-description .item-type strong {
    color: #000;
    display: block;
    font-size: 0.975rem;
}

.item-price {
    color: #000;
    font-size: 1.0625em;
    font-weight: 600;
}

.actions li {
    display: inline-block;
    vertical-align: top;
    font-size: 1.8em;
}

.actions li a {
    background: #ED1C24;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    color:#fff;
}

.cart-footer {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.cart-footer .cartdetail__footer {
    background: #fff;
    float: right;
    width: 347px;
    color: #000;
    padding: 10px 15px;
}

.cartdetail__footer td {
    font-size: 1.069em;
    line-height: 1.5;
    padding: 10px 0;
}

.cartdetail__footer .hightlighted {
    border-top: solid 1px #ab7411;
}

.cartdetail__footer .hightlighted td {
    font-size: 1.1875em;
    font-weight: 600;
}

.cart-advices {
    float: left;
    padding: 0;
    width: calc(100% - 375px);
}

.cart-advices p {
    color: #000;
    font-size: 0.9375em;
    font-weight: 600;
}

.cart-advices p a {
    color: #ED1C24;
}

.lead {
    background: #222;
    padding: 5px 10px;
    color:#fff;
}

.txt-yellow {
    color: #ED1C24;
}

.login-forms {}

.panel {margin-bottom:0;}

.panel-title {
    background: #fff;
    font-size: 1.56em;
    font-weight: 600;
    padding: 10px 15px;
    color: #000;
    border-bottom: solid 1px #e2e2e2;
}

.panel-title span {
    color: #ED1C24;
}

.panel-title .subheading {
    display: block;
    font-size: 0.88rem;
}

.panel-body {
    background: #f7f7f7;
}

.padding20 {
    padding: 15px;
}
.padding30 {
    padding: 30px;
}
.padding40 {
    padding: 40px 0;
}
.forgot {
    color: #ED1C24;
    font-size: 0.8em;
}

.review-product table {}

.review-product td {
    border: 1px solid #e2e2e2;
    padding: 10px 15px;
    background: #fff;
    font-size: 0.9375em;
}

.review-product td:first-child {
    width: 30%;
}

.total-wrapper table {width:100%;}

.total-wrapper td {
    border: 1px solid #aaa;
    padding: 10px 15px;
    background: #888;
    font-size: 0.9375em;
    color: #fff;
    font-weight: 600;
}

.total-wrapper td:first-child {
    width: 50%;
}

.vericle-list li {
    display: block;
    margin: 10px 0 0;
}
.giftvoucher .gift-card .form-group {float:none;margin-bottom:0;}
.checkbox.rewardspoints {margin-top:5px;}
#payment_form_giftvoucher_credit li.giftvoucher-discount-code {
    margin: 0 0 15px;
}
.dblitem {
    border: solid 1px #e2e2e2;
    border-radius: 3px;
    padding: 15px;
    position: relative;
}

a.close {
    border: solid 1px #e2e2e2;
    color: #383838;
    background: #fff;
    border-radius: 50%;
    font-size: 0.8em;
    font-weight: 600;
    height: 20px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
    width: 20px;
}

/*.link {
    color: #000;
    text-decoration: underline;
    font-size: 0.8em;
}*/

.subtitle {
    color: #ED1C24;
    font-weight: 600;
    margin-top: 5px;
}

.subtitle-detail {
    margin-bottom: 15px;
    font-size: 1em;
    font-weight: 600;
    color: #000;
}

.subtitle-detail span {
    display: block;
    color: #000;
    font-size: 0.7rem;
}

button.button {
	background: transparent;
	border: 0 none;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: auto;
    display:block;
}
button span.reviewbtn {
	background:#ED1C24;
	border: 0 solid #527f2a !important;
	border-radius: 2px;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0.5) inset;
	font-size: 18px;
	padding: 14px 25px;
	text-transform: capitalize;
    display:block;
	color:#fff;
}
.reviewtxtforcust {
	float: right;
	width: 206px;
	text-align: center;
	font-size: 9px;
	margin-top: 10px;
	clear: both;
}
.reviewtxtforcust .required {
	color: #eb340a;
}
.siteurlreview {
	color: #1684cf;
}
.product-view .product-shop, .product-img-box, .product-collateral, .product-view .block-related, .box-collateral {
	margin-bottom: 10px;
}
.appthaReview .rating_top h5 {
	font-size:18px;
	margin: 0 0 0 0px;
	width: 100%;
}
.reivew-container .nickName {
	font-weight: 700;
	font-size: 16px;
}
.reivew-containerinner {
	border: 1px solid #ddd;
	margin:0 0 30px 0;
    padding-bottom:10px;
}
.appthaReview .box-reviews .reivew-header {
	padding: 8px 10px 5px 10px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.reviewratingvalue {
	float: left;
	font-weight: bold;
	color: #fff;
	background: #1A82C1;
	padding: 8px;
	height: 25px;
	box-sizing: border-box;
	line-height: 11px;
	border-radius: 2px;
	margin-right: 10px;
}
.appthaReview .box-reviews .reivew-header .review_title {
	float: left;
	font-size: 16px;
	text-transform: capitalize;
	color: #4E4E4E;
	margin-top: 2px;
}
.appthaReview .box-reviews .reivew-header .review_addedby {
	float: right;
	color: #8B8A8A;
	margin-top: 4px;
}
.appthaReview .box-reviews .reivew-header .reviewed_date {
	display: inline-block;
	font-size: 14px;
	color: #222;
}
.box-reviews .reivew-sub-header {
	padding: 10px 10px;
}
#inner_review .review-details {
	padding: 0;
    font-size:15px;
    color:#222;
}
.ratings-table.group {
	list-style: none;
	padding: 0 0 0 10px;
}
.tittle_des ul li {
	font-size: 12px;
	list-style: disc;
	padding: 0 0 5px;
    
}
    
.ratings-table.group > li {
	list-style: none;
    padding:2px 0;
}
ul.ratings-table li label {
	display: inline-block;
	padding-right: 10px;
	color: #1F91E6;
	min-width: 100px;
	font-size: 14px;
}
.appthaReview .rating-box, .appthaReview .reivew-container .reivew-containerinner .ratings-table .rating-box {
	width: 95px;
	margin-top: 0;
	height: 18px;
	font-size: 0;
	line-height: 0;
	background: url("../images/bkg_rating.png") 0 0 repeat-x;
	text-indent: -999em;
	overflow: hidden;
    display:inline-block;vertical-align:middle;
}
.rating-box .rating, .appthaReview .reivew-container .reivew-containerinner .ratings-table .rating-box .rating {
	background: url("../images/bkg_rating.png") 0 100% repeat-x;
	height: 18px;display:block;
    max-width:95px;
}
.ratings-table.group > li .rating-box .rating {
	background: rgba(0, 0, 0, 0) url("../images/bkg_rating.png") repeat-x scroll 0 100%;
	
}
.ratings-table .rating-box .rating {
	background-position: 0 -600px;
	background-repeat: repeat-x;
	float: left;
	height: 18px;
	text-indent: -9999px;
}
#review-form .data-table li .starContainer {
	float: left;
	padding: 5px 0 0 0;
}
.section_heading .rating-box{
	display:inline-block;
}
.reviewpopupbox span {
	float: left;
	width: 59px;
	text-align: center;
}
.tittle_des ul li {
	font-size: 12px;
	list-style: disc;
	padding: 0 0 5px;
}
.reviewtittle {
	width: 300px;
	float: right;
	margin-bottom: 5px;
}
#review-form .data-table li label {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 103px;
    font-size: 15px;
    font-weight: 600;
    color:#222;
}
.reviewtittle li {
	float: left;
	width: 60px;
	clear: none !important;
	text-align: center;
}
.review_table th{
   font-weight:normal;
    text-align: center;
}
.review_table td{
   padding:5px;
}
.review_table td:first-child{
    text-align: left;
}
.tbl_lbl{
    font-size:15px;
    font-weight:600;
    color:#111;
}
.reviewheader {
	font-size: 20px;
	text-align: left;
	font-weight: 700;
	padding: 0 0 20px 0;
}
.reviewinnerdiv{
    min-width:600px;
}
.review_table{
    margin-bottom:25px;
}
.close-btn {
	float: right;
	font-size: 0;
	height: 35px;
	position: absolute;
	right: 0px;
	top: 45px;
	width: 35px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 9;
}
.close-btn::after, .close-btn::before {
	background-color: #000000;
	border-radius: 40px;
	content: "";
	height: 4px;
	position: absolute;
	left: 8px;
	top: 16px;
	width: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.close-btn::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.ratingheader{
    font-size: 20px;
	text-align: left;
	font-weight: 700;
    padding:0 0 10px;
}

.align-right{
	text-align:right;
}
.inline-list li{
	display:inline-block;
	vertical-align:middle;
}
.link-list li{
	display:inline-block;
	vertical-align:middle;
}

.link-list li{
	display:inline-block;
	vertical-align:middle;
	text-decoration:underline;
	color:#ED1C24;
	font-size:16px;
	font-weight:600;
	padding-right:10px;
}
.link-list li a{
	color:#ED1C24;
}
.link-list li.current{
	text-decoration:none;	
}
.customoptionswrap {
	background:#FAFAFA;
}
.half-middle {
	max-width: 600px;
	margin: 0 auto;
}
.detail-page-left-section .price-label{
	display:none;
}
.detail-page-left-section .special-price .price-label {
    display: inline-block;
}
.special-price{
	float:left;
	font-size: 1em;
    font-weight: 500;
}
.ratings .amount{
	text-indent:-9999;
}
.rating-box {
	width: 95px;
}
.no-padding{padding:0 !important}
.pager  select {
	width: auto;
	padding: 0 10px;
}
.pager .amount{
	padding-left:20px;
}
.pager .amount,.pager  .limiter{
	display:inline-block;
	vericle-align:middle;
}
.giftcard-product-media{
	height:auto !important;
}

/*DEAL*/
.deal__list{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -20px}
.deal__item{width:33.33%;padding:0 20px 40px;}
.two__col_list .deal__item{width:50%;}
/*.deal__item a{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}*/
.deal__item__image {position: relative;display: block;overflow: hidden;}
.deal__item__image img{transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}
.deal__item a:hover .deal__item__image img{transform:scale(1.1);-webkit-transform:scale(1.1);}

.deal__item__image::before {padding-bottom: 56.25%;content: "";display: block;}
.item__image__wrap {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;}
.deal__item__text {background-color:#fff; position: relative;padding: 1.14286em;border: 1px solid #e6e6e6;display: -webkit-box;display: -ms-flexbox;display: flex;min-height: 106px}
.deal__item__heading {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin:0;font-size: 1.28571em;font-weight: 600;
	line-height: 1.1;font-size: 1em;color: #000;padding:0;}
.deal__item__heading:hover{color:#ED1C24}
.deal__item__info{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color:#939598;margin:0;padding:5px 0 0;}
.deal__item__price {display: block;font-size: 1.28571em;font-weight: 600;line-height: 1.5;color: #ED1C24;}
.deal__item__price small {display: block;line-height: 1.2;}
.left__side {width: 60%;}
.right__side {width: 40%;text-align: right;padding-left:20px;}
.rating {position: relative;display: inline-block;vertical-align: middle;width:85px;fill: #ffffff;font-size: 12px;color: #f25e00;}
.rating__overlay {position: relative;z-index: 3;display: block;width: 100%;padding-bottom: 20%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEyNSAyNSI+CiAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTAuMDAwLDI1LjAwMCBMMC4wMDAsLTAuMDAwIEwxMjUuMDAwLC0wLjAwMCBMMTI1LjAwMCwyNS4wMDAgTDAuMDAwLDI1LjAwMCBaTTIzLjU5NCw5LjM0NSBMMTYuODY5LDguMzY3IEwxMy44NTQsMi4yNzIgQzEzLjczNCwyLjAxNyAxMy41MDYsMS43MjIgMTMuMTk4LDEuNzIyIEMxMi44OTAsMS43MjIgMTIuNjYyLDIuMDE3IDEyLjU0MSwyLjI3MiBMOS41MjcsOC4zNjcgTDIuODAyLDkuMzQ1IEMyLjQ2Nyw5LjM5OSAyLjA1MSw5LjU2MCAyLjA1MSw5Ljk2MiBDMi4wNTEsMTAuMjAzIDIuMjI1LDEwLjQzMSAyLjM4NiwxMC42MDUgTDcuMjYzLDE1LjM0NyBMNi4xMTEsMjIuMDQ2IEM2LjA5NywyMi4xNDAgNi4wODQsMjIuMjIwIDYuMDg0LDIyLjMxNCBDNi4wODQsMjIuNjYyIDYuMjU4LDIyLjk4NCA2LjY0NywyMi45ODQgQzYuODM0LDIyLjk4NCA3LjAwOCwyMi45MTcgNy4xODIsMjIuODIzIEwxMy4xOTgsMTkuNjYxIEwxOS4yMTMsMjIuODIzIEMxOS4zNzQsMjIuOTE3IDE5LjU2MSwyMi45ODQgMTkuNzQ5LDIyLjk4NCBDMjAuMTM4LDIyLjk4NCAyMC4yOTgsMjIuNjYyIDIwLjI5OCwyMi4zMTQgQzIwLjI5OCwyMi4yMjAgMjAuMjk4LDIyLjE0MCAyMC4yODUsMjIuMDQ2IEwxOS4xMzMsMTUuMzQ3IEwyMy45OTYsMTAuNjA1IEMyNC4xNzAsMTAuNDMxIDI0LjM0NCwxMC4yMDMgMjQuMzQ0LDkuOTYyIEMyNC4zNDQsOS41NjAgMjMuOTE2LDkuMzk5IDIzLjU5NCw5LjM0NSBaTTQ4LjI3OSw5LjM0NSBMNDEuNTU0LDguMzY3IEwzOC41NDAsMi4yNzIgQzM4LjQxOSwyLjAxNyAzOC4xOTEsMS43MjIgMzcuODgzLDEuNzIyIEMzNy41NzUsMS43MjIgMzcuMzQ3LDIuMDE3IDM3LjIyNywyLjI3MiBMMzQuMjEyLDguMzY3IEwyNy40ODcsOS4zNDUgQzI3LjE1Miw5LjM5OSAyNi43MzcsOS41NjAgMjYuNzM3LDkuOTYyIEMyNi43MzcsMTAuMjAzIDI2LjkxMSwxMC40MzEgMjcuMDcyLDEwLjYwNSBMMzEuOTQ4LDE1LjM0NyBMMzAuNzk2LDIyLjA0NiBDMzAuNzgzLDIyLjE0MCAzMC43NjksMjIuMjIwIDMwLjc2OSwyMi4zMTQgQzMwLjc2OSwyMi42NjIgMzAuOTQzLDIyLjk4NCAzMS4zMzIsMjIuOTg0IEMzMS41MTksMjIuOTg0IDMxLjY5NCwyMi45MTcgMzEuODY4LDIyLjgyMyBMMzcuODgzLDE5LjY2MSBMNDMuODk5LDIyLjgyMyBDNDQuMDU5LDIyLjkxNyA0NC4yNDcsMjIuOTg0IDQ0LjQzNCwyMi45ODQgQzQ0LjgyMywyMi45ODQgNDQuOTg0LDIyLjY2MiA0NC45ODQsMjIuMzE0IEM0NC45ODQsMjIuMjIwIDQ0Ljk4NCwyMi4xNDAgNDQuOTcwLDIyLjA0NiBMNDMuODE4LDE1LjM0NyBMNDguNjgxLDEwLjYwNSBDNDguODU1LDEwLjQzMSA0OS4wMzAsMTAuMjAzIDQ5LjAzMCw5Ljk2MiBDNDkuMDMwLDkuNTYwIDQ4LjYwMSw5LjM5OSA0OC4yNzksOS4zNDUgWk03Mi45NjUsOS4zNDUgTDY2LjIzOSw4LjM2NyBMNjMuMjI1LDIuMjcyIEM2My4xMDQsMi4wMTcgNjIuODc3LDEuNzIyIDYyLjU2OSwxLjcyMiBDNjIuMjYwLDEuNzIyIDYyLjAzMywyLjAxNyA2MS45MTIsMi4yNzIgTDU4Ljg5OCw4LjM2NyBMNTIuMTcyLDkuMzQ1IEM1MS44MzcsOS4zOTkgNTEuNDIyLDkuNTYwIDUxLjQyMiw5Ljk2MiBDNTEuNDIyLDEwLjIwMyA1MS41OTYsMTAuNDMxIDUxLjc1NywxMC42MDUgTDU2LjYzNCwxNS4zNDcgTDU1LjQ4MSwyMi4wNDYgQzU1LjQ2OCwyMi4xNDAgNTUuNDU1LDIyLjIyMCA1NS40NTUsMjIuMzE0IEM1NS40NTUsMjIuNjYyIDU1LjYyOSwyMi45ODQgNTYuMDE3LDIyLjk4NCBDNTYuMjA1LDIyLjk4NCA1Ni4zNzksMjIuOTE3IDU2LjU1MywyMi44MjMgTDYyLjU2OSwxOS42NjEgTDY4LjU4NCwyMi44MjMgQzY4Ljc0NSwyMi45MTcgNjguOTMyLDIyLjk4NCA2OS4xMjAsMjIuOTg0IEM2OS41MDgsMjIuOTg0IDY5LjY2OSwyMi42NjIgNjkuNjY5LDIyLjMxNCBDNjkuNjY5LDIyLjIyMCA2OS42NjksMjIuMTQwIDY5LjY1NiwyMi4wNDYgTDY4LjUwNCwxNS4zNDcgTDczLjM2NywxMC42MDUgQzczLjU0MSwxMC40MzEgNzMuNzE1LDEwLjIwMyA3My43MTUsOS45NjIgQzczLjcxNSw5LjU2MCA3My4yODYsOS4zOTkgNzIuOTY1LDkuMzQ1IFpNOTcuNjUwLDkuMzQ1IEw5MC45MjUsOC4zNjcgTDg3LjkxMCwyLjI3MiBDODcuNzkwLDIuMDE3IDg3LjU2MiwxLjcyMiA4Ny4yNTQsMS43MjIgQzg2Ljk0NiwxLjcyMiA4Ni43MTgsMi4wMTcgODYuNTk4LDIuMjcyIEw4My41ODMsOC4zNjcgTDc2Ljg1OCw5LjM0NSBDNzYuNTIzLDkuMzk5IDc2LjEwNyw5LjU2MCA3Ni4xMDcsOS45NjIgQzc2LjEwNywxMC4yMDMgNzYuMjgyLDEwLjQzMSA3Ni40NDIsMTAuNjA1IEw4MS4zMTksMTUuMzQ3IEw4MC4xNjcsMjIuMDQ2IEM4MC4xNTMsMjIuMTQwIDgwLjE0MCwyMi4yMjAgODAuMTQwLDIyLjMxNCBDODAuMTQwLDIyLjY2MiA4MC4zMTQsMjIuOTg0IDgwLjcwMywyMi45ODQgQzgwLjg5MCwyMi45ODQgODEuMDY0LDIyLjkxNyA4MS4yMzksMjIuODIzIEw4Ny4yNTQsMTkuNjYxIEw5My4yNjksMjIuODIzIEM5My40MzAsMjIuOTE3IDkzLjYxOCwyMi45ODQgOTMuODA1LDIyLjk4NCBDOTQuMTk0LDIyLjk4NCA5NC4zNTQsMjIuNjYyIDk0LjM1NCwyMi4zMTQgQzk0LjM1NCwyMi4yMjAgOTQuMzU0LDIyLjE0MCA5NC4zNDEsMjIuMDQ2IEw5My4xODksMTUuMzQ3IEw5OC4wNTIsMTAuNjA1IEM5OC4yMjYsMTAuNDMxIDk4LjQwMCwxMC4yMDMgOTguNDAwLDkuOTYyIEM5OC40MDAsOS41NjAgOTcuOTcyLDkuMzk5IDk3LjY1MCw5LjM0NSBaTTEyMi4zMzYsOS4zNDUgTDExNS42MTAsOC4zNjcgTDExMi41OTYsMi4yNzIgQzExMi40NzUsMi4wMTcgMTEyLjI0OCwxLjcyMiAxMTEuOTM5LDEuNzIyIEMxMTEuNjMxLDEuNzIyIDExMS40MDMsMi4wMTcgMTExLjI4MywyLjI3MiBMMTA4LjI2OSw4LjM2NyBMMTAxLjU0Myw5LjM0NSBDMTAxLjIwOCw5LjM5OSAxMDAuNzkzLDkuNTYwIDEwMC43OTMsOS45NjIgQzEwMC43OTMsMTAuMjAzIDEwMC45NjcsMTAuNDMxIDEwMS4xMjgsMTAuNjA1IEwxMDYuMDA0LDE1LjM0NyBMMTA0Ljg1MiwyMi4wNDYgQzEwNC44MzksMjIuMTQwIDEwNC44MjUsMjIuMjIwIDEwNC44MjUsMjIuMzE0IEMxMDQuODI1LDIyLjY2MiAxMDUuMDAwLDIyLjk4NCAxMDUuMzg4LDIyLjk4NCBDMTA1LjU3NiwyMi45ODQgMTA1Ljc1MCwyMi45MTcgMTA1LjkyNCwyMi44MjMgTDExMS45MzksMTkuNjYxIEwxMTcuOTU1LDIyLjgyMyBDMTE4LjExNSwyMi45MTcgMTE4LjMwMywyMi45ODQgMTE4LjQ5MSwyMi45ODQgQzExOC44NzksMjIuOTg0IDExOS4wNDAsMjIuNjYyIDExOS4wNDAsMjIuMzE0IEMxMTkuMDQwLDIyLjIyMCAxMTkuMDQwLDIyLjE0MCAxMTkuMDI2LDIyLjA0NiBMMTE3Ljg3NCwxNS4zNDcgTDEyMi43MzgsMTAuNjA1IEMxMjIuOTEyLDEwLjQzMSAxMjMuMDg2LDEwLjIwMyAxMjMuMDg2LDkuOTYyIEMxMjMuMDg2LDkuNTYwIDEyMi42NTcsOS4zOTkgMTIyLjMzNiw5LjM0NSBaIiAvPgo8L3N2Zz4K);
	background-position: top left;
	background-size: cover;
}
.grey-rating .rating__overlay {	
	background-position: top;
	background-size: cover;
}

.rating__bg, .rating__score {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 2;background-color: currentColor;}
.rating__bg {z-index: 1;opacity: 0.2;}
.section-head p {
    color: #999;
    font-size: 1.2em;
}
@media screen and (max-width:1024px) {
    .deal__item{width:50%;}
}
@media screen and (max-width:767px) {
    .deal__list{margin:0}
    .deal__item{width:100%;padding:10px 0}
	.detail-page-left-section {		
		width: 100%;
	}
	.detail-page-right-tabs {		
		width: 100%;
	}
	.product-img-box {		
		width: 100%;
	}
}
.deal-timer {
	position: absolute;
	left: 0;
	background-color: #000;
	color: #fff;
	bottom: 0;
	padding: 6px 20px;
}
.cart--full .field--select:before {
    background: #f0f0f0;
	width:34px;
	top:1px;
	bottom:1px;
	right:1px;
}
.field--select:after {
    width: 34px;
    opacity: 0.5;
}
.highlighted-text {
    color: #ED1C24;
    display: block;
    font-weight: 600;
}
.highlighted-text strong {
    font-weight: 700;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.pages ol{display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;}
.pages ol li{margin:10px 15px 20px 0;padding:6px 15px;border:1px  solid #ddd;}
.pages ol li.current{background-color:#ED1C24;border-color:#ED1C24;color:#fff;}
.pages ol a{display:block;}

.pager{padding-top:20px;}
.detail-page-right-tabs.full_width{width:100%;}

.field--wrap{padding-bottom:25px;}
.review-product ul li{font-size:0.9em;color:#222;list-style: none;}
.review-product ul li span{font-weight:600;font-size: 1.1em;}
.review-product .actions li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
}

.review-product .item-description{padding-bottom:20px;}
.review-product .item-description .item-name {
    margin-bottom: 0px;
}
.section-head {
    display: table;
    width: 100%;
    padding: 10px 0 20px 0;
}
.section-head .section_heading {
    line-height: 1.5;
    color: #666;
    display: inline-block;
    font-size: 2em;
    font-weight: 600;
}
.section-head .section_action {
    float: right;
}
.section-head .section_heading .rating {
    display: inline-block;
    vertical-align: middle;
}
.section-head .section_heading p {
    color: #000;
    font-size: 0.875rem;
}
.widgets .heading4 {
    color: #000;
    margin: 10px 0 15px 0;
	    font-size: 1.3em;
}

ul.options-list {
    list-style: none outside;
	margin: 0;
    padding: 0;
}
.checkbox, .radio {
    display: inline-block;
    color: #6a6a6a;
    position: relative;
    vertical-align: top;
    padding: 0 0 0 30px;
    min-height: 20px;
    font-size: 0.9em;
    font-weight: 400;
    margin: 0;
}
.roomtypeul .checkbox, .roomtypeul .radio {
	max-width:239px;
}
.checkbox input, .radio input {
    top: 0;
    left: 0;
    margin: 0 !important;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.radio .input-helper:after {
    width: 11px;
    height: 11px;
    background: #ED1C24;
    border-radius: 50%;
    top: 7px;
    left: 4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.radio input:checked+.input-helper:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.checkbox .input-helper:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0) rotate(80deg);
    -ms-transform: scale(0) rotate(80deg);
    -o-transform: scale(0) rotate(80deg);
    transform: scale(0) rotate(80deg);
    width: 15px;
    height: 8px;
    border-bottom: 2px solid #179ee2;
    border-left: 2px solid #179ee2;
    border-bottom-left-radius: 1px;
    left: 3px;
    top: 4px;
}
.checkbox .input-helper:before, .radio .input-helper:before {
    left: 0;
    border: 1px solid #e2e2e2;
    background: #fff;
}
.checkbox .input-helper:before, .radio .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:after {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    content: "";
}
.radio .input-helper:before {
    top: 2px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
}

.heading1 {    font-size: 2em;}.heading2 {    font-size: 1.8em;}.heading3 {    font-size: 1.3em;}.heading4 {    font-size: 1.2em;}.heading4 span {}.heading5 {    font-size: 0.9375rem;    font-weight: 600;}.heading5 span {    color: #6a6a6a;    font-size: 0.8375rem;}.board-heading {    padding: 5px 15px;    font-weight: 600;    color: #000;    font-size: 0.9rem;}
.full-board li {    display: table;    width: 100%;    padding: 5px 15px;    margin: 0;border-bottom:1px solid #ddd;}
.full-board li .count {    color:#ED1C24;    float: right;    font-size: 0.875em;}
.full-board li:hover,.full-board li.is--active {    background: #f2f2f2;}
.available li.is--active {color: #ED1C24;}
.available {    margin: 20px 0;}.available li {    position: relative;    color: #6a6a6a;    font-size: 0.875em;    display: inline-block;    margin-right: 30px;    padding-left: 22px;    font-weight: 600;}.available li:before {   background:#f6f6f6; width: 16px;    height: 16px;    border-radius: 50%;    border: solid 1px #c5c5c5;    position: absolute;    left: 0;    top: 2px;    content: "";}.available li.is--active:before {    background: #fff;}.dates-detail {    text-align: center;    border: solid 1px #e2e2e2;}.dates-detail a {    color: #ED1C24;    font-weight: 600;    padding: 10px 0;    display: inline-block;}.dates-detail ul {padding:0;   table-layout: fixed;    width: 100%;    display: table;    border-bottom: solid 1px #e2e2e2;}.dates-detail ul li {    border-right: solid 1px #e2e2e2;    display: table-cell;    vertical-align: middle;    width: 33%;    text-align: center;    font-size: 1em;    padding: 10px;}.dates-detail li strong {    font-weight: 600;    display: block;    color: #000;}.dates-detail ul li:last-child {    border-right: none;}.sub-total {    padding: 30px 0;    text-align: center;    color: #000;    font-weight: 600;}.sub-total span {    color: #000;    font-weight: 700;    font-size: 2.125em;    display: block;    line-height: 1;}.promotion {    color: #000;    font-size: 1.25em;}.promotion strong {    font-weight: 700;    display: block;}.promotion .icn {    float: left;    margin-right: 15px;}.no-display{display:none}label.spl_req {	color: #ED1C24;	cursor: pointer;	display: inline-block;	position: relative;	padding: 0 0 0 20px;}label.spl_req::after {	content: "";	position: absolute;	left: 2px;	top: 6px;	width: 9px;	height: 9px;	border-left: 2px solid;	border-bottom: 2px solid;	transform: rotate(-135deg);	-webkit-transform: rotate(-135deg);	transition:0.3s ease-in-out all;	-webkit-transition:0.3s ease-in-out all;}label.spl_req.active::after {	left: 3px;	top: 7px;	transform: rotate(-45deg);	-webkit-transform: rotate(-45deg);	transform-origin: 0;	-webkit-transform-origin: 0;}.invalid-entry{color:red;}
.product-johaness-coiffure .full-board li {padding: 5px 15px;}
.product-johaness-coiffure .deals label.radio {padding: 0 10px !important;    width: 200px;}
.icn img {
    width: 35px;
    vertical-align: text-top;
}
.btn:hover,.btn.focus, .btn:focus {
	color:#fff;
}
.hotels-content .btn:hover {
	color:#333;
}
.btn--block {
    display: block;
    width: 100%;
}
.btn--lg {
    font-weight: 600;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.33333;
}
.btn--secondary, .form input[type="button"] {
    color: #fff;
    background-color: #ED1C24;
    border-color: #ED1C24;
}
.gap {
    height: 15px;
    clear: both;
    display: table;
}
.widgets {
    padding: 0px 15px;
}
.field-set {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px;
}
.field_label {
    font-size: 0.875em;
    color: #000;
    display: block;
    margin: 0 0 5px 0;
}
.detail-page-left-section .ui-datepicker {
    width: auto;
}
.calenderwrap {
    background: #fff;
}
.divider {
    background: #e2e2e2;
    height: 1px;
    margin: 15px 0;
}
.ui-widget {
    font-family: Ubuntu !important;
    font-size: 1em;
}
.ui-datepicker-header.ui-widget-header.ui-corner-all {
    background: transparent;    
}
.ui-datepicker-calendar td a.ui-state-default {
    color: #ED1C24;
    font-weight: 600;
	background:#fff;
}
.ui-datepicker-calendar td.dp-highlight a { /* .ui-datepicker-calendar td a.ui-state-default.ui-state-active  */
    background: #ED1C24;
    font-weight: 600;
    color: #fff;border-color:#ED1C24;
}
.ui-datepicker-calendar td.dp-highlight.free a { 
    background: green;    
    border-color:green;
}
.ui-widget-header {
    border:none;
    background: transparent;
    /* color: #333333; */
    font-weight: bold;
}
.dates-detail ul li {
    background: #ED1C24;
    color: #fff;
}

   .dates-detail li strong {
    color: #fff;
   }
.appthaReview .rating_top h5 {
    font-size: 18px;
    margin: 0 0 0 0px;
    width: 100%;
}
.appthaReview .rating_top h5 {
    font-size: 30px;
    float: left;
    margin: 0 0 0 0px;
    width: 100%;
}
.appthaReview .rating-box, .appthaReview .reivew-container .reivew-containerinner .ratings-table .rating-box {
    width: 95px;
    margin-top: 0;
    height: 18px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.appthaReview .individual-star-ratings {
    margin: 5px 0 0 0;
    float: left;
}
.appthaReview .line {
    float: right;
    margin: 10px 0 0 20px;
    max-width: 220px;
}
.appthaReview .individual-star-ratings ul {
    margin: 0;
    padding: 0;
}
.appthaReview .individual-star-ratings ul li {
    padding: 0 0 5px;
    list-style: none;
}
.appthaReview .individual-star-ratings ul li .rating-bars {
    float: left;
    width: 200px;
    background: #F3F3F3;
    height: 11px;
    margin: 2px 4px 0;
}
.appthaReview .individual-star-ratings ul li .rating-bars .progress {
    background: #ED1C24;
    height: 11px;
}
.pop-model {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    overflow: scroll;
}
.pop-model.active {
    z-index: 99;
    visibility: visible;
    opacity: 1;
}
.pop-model-box {
    display: table;
    margin: 0 auto;
    height: 100%;
	position:relative;
}
.model-box-content {
    position: relative;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    display: table-cell;
    vertical-align: middle;
}
.pop-model.active .model-box-content {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.white_block {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    padding: 40px 40px;
    text-align: center;
    margin: 20px 0;
}
.close-pop {
    background-image: url(images/cross-red.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
}
.reviewinnerdiv {
    min-width: 600px;
}
.reviewheader {
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    padding: 0 0 20px 0;
}
.ratingheader {
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    padding: 0 0 10px;
}

.rating-box {
    width: 95px;
}

.deal-tabs li {
    background-color: #fff;
    width: 50%;
    padding: 5px 10px 0;
    text-align: center;
    float: left;
    cursor: pointer;
	list-style:none;
}
.deal-tabs li {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-right: 0;
}
.deal-tabs li.active {
    background-color: #ED1C24;
}
.users-icon {
    background: url(../images/users.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 24px;
}
.calendar-icon {
    background: url(../images/calender.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 24px;
}
.active span.users-icon {
    background: url(../images/users_white.png) no-repeat;
    background-size: 24px;
}
.active span.calendar-icon {
    background: url(../images/calende_white.png) no-repeat;
    background-size: 24px;
}
select.daypassdropdown {
    max-width: 110px;
    margin: 0 0 0 30px;
    display: inline-block;
	padding-right: 45px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAGXRFW…couw+Ii2GKWNCsR9fUDcRlyApYsHgQpOk1EHNCNaAAgAADAHv/FfJW73gaAAAAAElFTkSuQmCC);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
	    border-color: #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
}
.deals span.count {
    display: inline-block;
    margin: 5px 0 0 0;font-size:1em;
}
.deals label.radio {
    width: 120px;
    word-wrap: break-word;
    padding-left: 15px !important;
}
.options-list.deals .radio {
    vertical-align: middle;
}
.deals-tabs-container {
    display: block;
    z-index: 1;
    position: relative;
}
ul.deal-tabs{
    padding: 0;
}
.deals li strong {
    font-weight: bold;
    color: #666666;
    font-size: 14px;
}
.deals li small {
    color: #666666;
    font-size: 12px;
}
.align--center {
    margin: 0 auto;
    text-align: center;
}
.btn--primary {
    color: #fff;
    border: solid 1px #e2e2e2;
    background: #000;
    border-color: #000;
}
/* Cart */
.checkout-cart-index,.checkout-onepage-index,.customer-account  {
    background-color: #efefef;
}
.not_found {
    border: 1px solid #e1e1e1;
    margin: 10px 0;
    padding: 30px 15px;
    text-align: center;
    background-color: #fff;
}
.not_found img {
    margin: 0 auto 15px;
}
.not_found > h3 {
    color: #414042;
    font-size: 18px;
    font-weight: 600;
}
.not_found > p {
    color: #686868;
    font-size: 15px;
    padding: 5px 0 0;
    margin: 0;
}
.product-img img {
    max-width: 100%;
}
.item-description .item-name {
    font-size: 1.3em;
}
.item-description .item-name {
    margin-bottom: 0px !important;
}
.item-description .item-type {
    font-size: 0.95em;
}
.actions .fa {
	    vertical-align: bottom;
}
.link--arrow {
    display: inline-block;
    line-height: 1;
    color: #179ee2;
    font-weight: 400;
    position: relative;
    text-decoration: underline;
    padding: 0 10px 0 0;
}
.link--arrow:before {
    border-right: 2px solid #179ee2;
    border-top: 2px solid #179ee2;
    content: "";
    display: inline-block;
    height: 7px;
    margin: 0 0 0 8px;
    position: absolute;
    right: 0;
    top: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    vertical-align: middle;
    width: 7px;
}
.link--arrow:hover, .link--arrow:hover:before {
    color: #555555;
    border-color: #555555;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="phone"], input[type="search"], input[type="password"], textarea, select, input[type="number"], input[type="file"] {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    height: 34px;
    padding: 0 10px;
    width: 100%;
    color: #6a6a6a;
    font-family: inherit;
    font-size: 0.8175em;
    font-weight: normal;
    border-radius: 0;
}
.form input[type="submit"], .form input[type="button"], .form button[type="button"], .form button[type="submit"] {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: solid 1px transparent;
    white-space: normal;
    padding: 4px 20px;
    font-size: 1em;
    line-height: 1.42857;
    border-radius: 0;
    color: #fff;
	background:#ED1C24;
}
.form input[type="submit"]:hover, .form input[type="button"]:hover, .form button[type="button"]:hover, .form button[type="submit"]:hover {
    background: #ED1C24;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.checkbox input {
    width: 20px;
    height: 20px;
}
.checkbox input, .radio input {
    top: 0;
    left: 0;
    margin: 0 !important;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox .input-helper:before {
    top: 0;
    width: 20px;
    height: 20px;
}
checkbox .input-helper:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0) rotate(80deg);
    -ms-transform: scale(0) rotate(80deg);
    -o-transform: scale(0) rotate(80deg);
    transform: scale(0) rotate(80deg);
    width: 15px;
    height: 8px;
    border-bottom: 2px solid #179ee2;
    border-left: 2px solid #179ee2;
    border-bottom-left-radius: 1px;
    left: 3px;
    top: 4px;
}
.checkbox .input-helper:before, .radio .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:after {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    content: "";
}
.checkbox input:checked+.input-helper:after {
    -webkit-transform: scale(1) rotate(-50deg);
    -ms-transform: scale(1) rotate(-50deg);
    -o-transform: scale(1) rotate(-50deg);
    /* transform: scale(1) rotate(-50deg); */
    opacity: 1;
    filter: alpha(opacity=100);
}
.checkbox label, .radio label {
    padding: 0;
}
ul.vericle-list {
    padding: 0;
}
.review-product > ul {
    padding: 0;
    border-bottom: 2px solid #494848;
    padding: 5px 0 5px;
}
.checkout-onepage-index button.btn.btn--secondary.btn--lg {
    clear: both;
    margin: 10px;
    width: 150px;
    padding: 10px;
}
form#checkout-agreements {
    padding: 10px 10px 0;
}
#onestepcheckout-wrapper .col-lg-4 {
	z-index: 1;
}

.h2, h2 {
    font-size: 27px;margin: 0px;
}
.h3, h3 {
    font-size: 21px;
}

.customer-account .section-head {
	padding:0;
    
    margin: 0px 5px 20px;
}
.customer-account h1 {
    margin: 0;
}

.filter .panel-head {
    background: #f7f7f7;
    color: #000;
    padding: 15px 15px;
    border-bottom: solid 1px #e2e2e2;
    font-weight: 600;
    font-size: 1.25em;
}
.box--shadow {
    background: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
}
.page-title h1 {
    font-size: 1.4em;
    font-weight: 700;
    color: #000;
}
.box-title {
    padding: 0 0 20px;
}
.account-box.ad-account-info {
    margin: 30px 0 0px 5px;
}
.main-content ul {
	padding:0;
}
.dashboard-menu li {
    padding: 5px 0;
	list-style: none;
}
.dashboard-menu {
    padding: 10px 0px;
}
.dashboard-menu li a {
    color: #6a6a6a;
    font-size: inherit;
    position: relative;
    font-size: 14px;
}
.white-wrap {
    background: #fff;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.10);
}
.field {
    margin-bottom: 20px;
}
p.required {
    float: right;
    color: red;
    margin-bottom: 0px;
}
.form-list li {
    padding-bottom: 15px;
}
li {
	list-style:none;
}
.my-account h2 {
    font-size: 16px;
    margin: 20px -5px;
}
.my-account em {
    margin: 0 5px 0 0;
}
.my-account button.button {
	padding: 7px 20px;
    font-size: 1em;
    line-height: 1.4;
    border-radius: 5px;
}	
address a.btn.btn--primary {
    color: #333;
    background: #fff;
    margin: 10px 0 0;
    border: navajowhite;
    font-weight: 600;
    padding: 0;
}
.dashboard .box-head {
    display: none;
}
.welcome-msg {
    margin: 20px 0 0;
}
.rewardaddon-index-index  a[href="https://www.loisirs.mu/rewardpoints/"] {
    font-weight: 700;
}
#giftvoucher_grid span.label {
    color: #333;
}
.breadcrumbs span {
    display: none;
}
.breadcrumbs a {
    color: #fff;
}
.page-banner img {
	width:100%;
}
.page-title-wrapper .page-title-content {
    position: absolute !important;
}

.navigation .nav-links .main-menu.active {
    color: #ED1C24;
}

.navigation .nav-links .main-menu.active:before,.navigation .nav-links .main-menu.active:after {
	background-color: #ED1C24;	
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.navigation .nav-links .main-menu.active:before {
	bottom: 29px;
	width:calc(100% + 20px);
}
.navigation .nav-links .main-menu.active:after {
    bottom: 30px;
    height: 2px;
	width: 100%;
	transition-delay: .3s;
}
.catalogsearch-result-index .section-head {
    display: none;
}
.page-banner-2.homepage-03 {
    height: 460px;
}
.homepage-03 h4.sub-banner {
    margin-bottom: 50px;
}
.homepage-03 h1.banner {
    margin-top: 50px;
}
#header-cart {    
    position: absolute;
    width: 270px;
    right: 0;
    background: #ED1C24;
    color: #fff;
    top: 40px;
    padding: 15px;
}
.minicart-wrapper h2 {
    font-size: 16px;
}
.minicart-wrapper p.empty, .minicart-wrapper p:hover {
    color: #fff;
}
.minicart-wrapper a.close {
    border: none;
    color: #fff;
    background: none;
    border-radius: 50%;
    font-size: 1em;
    font-weight: 600;
    height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1000;
    width: 20px;
    opacity: 0.5;
}
.minicart-wrapper p.product-name a {
    color: #fff !important;
}
.minicart-wrapper ul#cart-sidebar {
    padding: 0;
	max-height: 230px;
    overflow-y: auto;
}
.minicart-wrapper .checkin {
    line-height: 14px;
} 
.minicart-wrapper .checkin span,.minicart-wrapper .dltboxcontr span,.header-topbar .minicart-wrapper .price,.header-topbar .minicart-wrapper span:hover,.header-topbar .minicart-wrapper .dltboxcontr a:hover{
    color:#fff;
}
.minicart-wrapper .dltboxcontr {
    line-height: 13px;
    margin: 0px 0 0;
}
.minicart-wrapper span.btn-remove.btn-remove2:hover {
    cursor: pointer;
}
.minicart-wrapper .dltboxcontr a{color:#fff;}
.minicart-wrapper .btn--secondary[type="button"] {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}
.minicart-wrapper .btn--secondary span {
	color:#333;
}
.minicart-wrapper .grandtotal span,.minicart-wrapper .grandtotal label {
    font-size: 13px;
    color: #fff;
}
.minicart-wrapper p.product-name {
    line-height: 11px;
    margin: 10px 0 3px;
    font-weight: 600;
}
.minicart-wrapper a.product-image {
    margin: 10px 10px 0 0px;
    display: block;
    float: left;
}
.minicart-actions .btn--secondary {
    background: #fff;
}
.bg-white .header-topbar .login-widget .minicart-wrapper li + li:before {display:none;}
.minicart-wrapper li.item {
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}
.minicart-actions .btn--secondary:hover span {
    color: #333;
}
.rewardspoints  label{
	position: absolute;
    top: 0;
    left: 30px;
}
dl#giftvoucher_container {
    margin: 0;
}
.checkout-onepage-success .page-banner {
	display:none;
}
td.customer-wishlist-item-quantity,.th.customer-wishlist-item-quantity {
    display: none;
}
#wishlist-table thead {
	display:none;
}
#wishlist-table h3.product-name {
    font-size: 14px;
	margin: 0;
}

#wishlist-table .price-box {
    background: none; 
    border-bottom: none; 
    color: #000;
    font-size: 0.9em;
    font-weight: 400;
    padding: 15px;
}
#wishlist-table .customer-wishlist-item-cart button {
	display:none;
}
#wishlist-table p {
	margin:0;
}
#wishlist-table td {
    min-width: 80px;
    text-align: center;
    padding: 0 10px;
}
#wishlist-table button.btn-share,#wishlist-table button.button.btn-add,#wishlist-table button.button.btn-update.button-secondary {
    display: none;
}
#wishlist-table p.old-price {
    display: none;
}
.margin-top50 {
    margin-top: 50px;
}
.cms-work-with-us .panel.col-lg-6 {
	margin: 0 auto;
    float: none;
    padding: 10px 10px 10px;
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.10);
}
.cms-work-with-us .white-wrap {
	box-shadow:none;
}
.cms-work-with-us ul{
	padding:0; 	
}
.cms-work-with-us .panel-title {
    padding: 10px 15px 10px 0;
}	
.cms-work-with-us textarea#comment {
    height: 150px;
}
div.validation-advice {
    color: red;
}
.product-gift-voucher .link__filter {display:none;}
.sendfriend-product-send h2.legend {
    font-size: 18px;
    margin: 0 0 10px;
}
.sendfriend-product-send .white-wrap {
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.10);
}
#product_sendtofriend_form {
	background: #f7f7f7;
}
.sendfriend-product-send ul{padding:0}
.sendfriend-product-send h1{
    margin: 0;
}

.hotels .btn {
    width: 170px;
    padding: 6px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    text-transform: uppercase;
    color: #6c6c6c;
    border: 1px solid #c3c3c3;
    border-radius: 50px;
    background-color: transparent;
}
.gift-card .form-group label {
    margin-bottom: 0px;
}
.footer-main-wrapper .btn {
	background: #ED1C24;
    color: #fff;
    margin: 10px auto 0;
    text-align: center;
    display: inline-block;
}
.category-packages .star-rating,.category-activities .star-rating {
    display: none;
}
.footer-before-container {clear:both;}
.content .group-btn-tours a.left-btn ,.content .group-btn-tours a.right-btn {
    text-decoration: none;
}
.hotels-layout .address a{    
    color: green;    
	text-decoration:none;
	margin:0;
	display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 1px;
}
.starrating {
    font-size: 17px;
    font-weight: 500;
}
.section-head.producttitle_wrap {    
    padding: 10px 0 0px 0;
    margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
}
.slider-nav-thumbnails .slick-slide{
	margin: 0 15px 0 0;
    width: 90px;
	cursor:pointer;
}

.tagImage {
	position: absolute !important;
    z-index: 5 !important;
    max-width: 90px !important;
}

.LeftTop {	
    left: 0 !important;
    top: 0 !important;
	right: auto !important;
    bottom: auto !important;
}

.RightTop {	
    right: 0 !important;
    top: 0 !important;
	left: auto !important;
    bottom: auto !important;
}

.CenterTop {	
    right: 0 !important;
    top: 0 !important;
	right: 0 !important;
	margin:auto !important;
	bottom: auto !important;    
}

.CenterLeft {	
    left: 0 !important;
    top: 0 !important;
	bottom:0 !important;
	margin:auto !important;
	right: auto !important;    
}

.CenterRight {	
    right: 0 !important;
    top: 0 !important;
	bottom:0 !important;
	margin:auto !important;	    
    left: auto !important;
}

.LeftBottom {	
    left: 0 !important;
    bottom: 0 !important;
	right: auto !important;
    top: auto !important;
}

.RightBottom {	
    right: 0 !important;
    bottom: 0 !important;
	left: auto !important;
    top: auto !important;
}

.CenterBottom {	
    right: 0 !important;
    bottom: 0 !important;
	left: 0 !important;
	margin:auto !important;	    
    top: auto !important;
}

.slider-nav-thumbnails img {
    height: 100%;
}
.productbartag{
max-width: 110px;
display: block;
text-align: right;
/* margin: 0; */
float: right;
}
.productbartag_review {
    clear: both;
    padding: 2px 0 0;
    display: block;
}
/*.videos-slider-2.slick-initialized .slick-slide:first-child {width:100% !important;}*/

.video-thumbnail .video-bg img.tagImage {
    width: inherit !important;
    height: auto;
}
.gap.hasaddress {display:none;}
.panel.box--shadow.hasaddress {box-shadow: none;   background: none;border: none;
}
div#reviewload {
    position: relative;
}
.review-product ul.actions {
    position: absolute;
    right: -10px;
    top: 0;
}
/*div#reviewload ul{border-bottom:none;}*/
#reservation-form .padding20:not(:last-child) {    
    border-bottom: 1px solid #494848;
}
.options-list ul {
		padding:0;
}
.options-list ul.roomtypeul,.options-list ul.paxtypeul {
	max-height: 169px;
	overflow: hidden;
	position: relative;
	height:auto;
	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s ;
	transition: max-height 0.5s ;
}
.options-list ul.roomtypeul.showcombos{
	max-height:1200px;background: aliceblue;
}
.roomtypeul li, .roomtypeul li label, .roomtypeul li span {
    cursor: pointer !important;
}
.full-board .roomtypeul li {
    display: none;
}
.full-board .roomtypeul li:first-child, .full-board .roomtypeul li:nth-child(2){
    display: table;
}
.full-board .showcombos li {
    display: block;
}

a.showmore {
   position: absolute;
	bottom: 10px;		
	width: 145px;
	text-align: right;
	margin: 0 10px 0 0;		
	right: 0;
	color: #333;
	z-index: 100;
	font-size: 13px;font-style: italic;
}
a.showmore:hover,a.showmore:active,a.showmore:focus {
	color:#333;
}
.checkout-onepage-success .white-wrap {
	box-shadow:none;border-top: 1px solid #ddd;
}
.checkout-onepage-success .page-title h1 {
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    background: #ED1C24;
    padding: 4px;
    width: max-content;
}
div#ui-datepicker-div {
    z-index: 10 !important;
}
.checkout-onepage-success .white-wrap p, .checkout-onepage-success .white-wrap span {
    font-size: medium !important;
	font-family: tahoma, arial, helvetica, sans-serif !important;
}
.cart-page .table::-webkit-scrollbar {
	width:1px;
	height:2px;
} 
.cart-page .table::-webkit-scrollbar-thumb {
	background:#ED1C24;
}
a.filterstext {
    background: #ED1C24;
    color: #fff;
    padding: 5px 0;
	display: block;
}
a.filterstext:hover {
	color:#fff;
}
.result-body .filterstext {
    display: none;
}
.sort_dd { height: auto;
    overflow: visible;
    z-index: 99999; }
span.detail-originaltotal {
    color: #666;
    font-size: 1.3em;
    display: block;
    margin: 5px 0 5px;
    text-decoration: line-through;
}
.countdownlist {
    padding: 5px 0;
    background: #efefef;
    margin: 5px 0 0;
    font-weight: bold;
    color: #ED1C24;
}
.bidderscount {margin:10px 0 0;}
select.input-select.qty {
    padding: 0 5px;
}
.ui-icon-circle-triangle-w {
    background-position: -100px 0px;
}

.ui-icon-circle-triangle-e {
    background-position: -35px 0px;
}
.am_element .price-box {
    background: inherit;
	border:none;
}	
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: transparent;
  margin: 2% auto; /* 15% from the top and centered */
  padding: 20px;
  border: none;
  width: 80%; /* Could be more or less, depending on screen size */
  text-align: center;
  box-shadow:none;max-width: 800px;
}

.popupimage {
	max-width: 800px;
	max-height: 800px;
	width:100%;
}	

/* The Close Button */
.close {
  color: #fff;
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  opacity:0.8;right: 0px;
  top: 0;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.loyaltypopuptext {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: fit-content;
	left: 0;
	right: 0;
	font-size: 17px;
	width: inherit;
	line-height: 35px;
	font-weight: 600;
	max-height: -moz-max-content;
	height: 220px;
	color:#fff;
	text-align:left;
}
@media only screen and (min-width: 2000px) {
	.page-banner-2.homepage-03 {    
		background-position: 0 -200px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
.page-banner-2.homepage-03 {    
	background-position: 0 -120px;
}
}
@media only screen and (min-width: 992px) {
.sidebar-widget .find-widget .text-box-wrapper .tb-input {
    min-width: 100%;
}
.page-banner-2.homepage-03 {
    background-size: 100%;
}
.slick-slide img {    
    width: 100%;
}
.product-img-box .slick-slide img {    
    height: 493px;
}
}
@media only screen and (max-width: 1024px) {
.panel {
    z-index: 1000;
    position: relative;
    margin: 20px 0 0;
}
.steps ul {
    margin: 0 auto;
    text-align: center;
}	
.steps li {
    margin: 0 auto;
}
}
@media only screen and (max-width: 992px) {
.table {
    display: block;
    overflow-x: auto;
}
}
@media only screen and (max-width: 768px) {
.cartdetail__footer {
	width: 100%;    
}
.cart-advices {
	width: 100%;
    text-align: center;
    margin: 20px 0;
}
.main-right {
    float: none !important;
    margin: 20px 0 0;
}	
.sidebar-widget {
    float: none !important;
    margin-top: 0px;
}
.hotels-layout .address a {
    position: inherit;
    width: 100%;
    margin: 10px 0 0;
    display: block;text-align: center;
}

.am_element p.special-price {
    margin: 0 0 0 10px;
}
}
@media screen and (max-width: 600px) {
	.item-description {
		min-width: 240px;
		display:block;
	}
	#tinycontent td {
		display: block;
		width: 100% !important;
		padding: 10px !important;
		margin: 0 auto;
		text-align: center;
	}
}
@media only screen and (max-width: 350px) {
	.cart-footer .cartdetail__footer {
		width:100%;
	}
}