
@import url('vspacing.min.css');

/* Import font icons */
@import url('font-awesome.min.css');
@import url('simple-line-icons.css');

/* =============================================
-------------------  1.General ---------------
==============================================*/

/* fix outlines on focus */
*:focus {
    outline: none;
}

html {
    height: 100%;
}

/* added html to fix masonry unwanted space issue */
.home-masonry {
    overflow-y: scroll;
}

body {
    font: 400 14px/1.6 arial;
    color: #505050;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    min-height: 100%;
}


@media (min-width: 1280px) {
    .container {
        width: 100%;
        margin: auto;
        background-color: #fff;
    }
}

#wrapper {
    width: 100%;
    background-color: #fff;
    margin: auto;
}

    #wrapper.boxed,
    #wrapper.boxed-long {
        width: 100%;
        margin: 0;
    }

@media (min-width: 992px) {

    #wrapper.boxed {
        margin: 40px auto;
        box-shadow: 0 0 15px rgba(0,0,0, 0.1);
    }

    #wrapper.boxed-long {
        margin: 0 auto;
        box-shadow: 3px 0 10px rgba(0,0,0, 0.15), -3px 0 10px rgba(0,0,0, 0.1);
    }

    #wrapper.boxed,
    #wrapper.boxed-long,
    .boxed .sticky-menu.fixed .container,
    .boxed-long .sticky-menu.fixed .container,
    .boxed .sticky-menu.fixed .container-fluid,
    .boxed-long .sticky-menu.fixed .container-fluid,
    .boxed #header.sticky-menu.fixed .navbar-transparent,
    .boxed-long #header.sticky-menu.fixed .navbar-transparent {
        width: 970px;
    }

    .boxed .sticky-menu.fixed .container,
    .boxed-long .sticky-menu.fixed .container,
    .boxed .sticky-menu.fixed .container-fluid,
    .boxed-long .sticky-menu.fixed .container-fluid,
    .boxed #header.sticky-menu.fixed .navbar-transparent,
    .boxed-long #header.sticky-menu.fixed .navbar-transparent {
        margin: 0 auto;
    }

    .custom-wrapper {
        padding-top: 22px;
    }

    /* fix for header2 style */
    .boxed #header.sticky-menu.fixed,
    .boxed-long #header.sticky-menu.fixed {
        border-top: none;
    }
}


@media (min-width: 1200px) {

    #wrapper.boxed {
        width: 1170px;
        margin: 50px auto;
    }

    #wrapper.boxed,
    #wrapper.boxed-long,
    .boxed .sticky-menu.fixed .container,
    .boxed-long .sticky-menu.fixed .container,
    .boxed .sticky-menu.fixed .container-fluid,
    .boxed-long .sticky-menu.fixed .container-fluid,
    .boxed #header.sticky-menu.fixed .navbar-transparent,
    .boxed-long #header.sticky-menu.fixed .navbar-transparent {
        width: 1170px;
    }
}

@media (min-width: 1280px) {

    .container {
        width: 100%;
    }

    #wrapper.boxed,
    #wrapper.boxed-long,
    .boxed .sticky-menu.fixed .container,
    .boxed-long .sticky-menu.fixed .container,
    .boxed .sticky-menu.fixed .container-fluid,
    .boxed-long .sticky-menu.fixed .container-fluid,
    .boxed #header.sticky-menu.fixed .navbar-transparent,
    .boxed-long #header.sticky-menu.fixed .navbar-transparent {
        width: 1200px;
    }
}

.TEBAS-loader-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.98);
    z-index: 2000;
    top: 0;
    left: 0;
    background-image: url(../images/pic/logo2.png);
    background-repeat: no-repeat;
    background-position: 50% 40%;
}

/* Loader Style Css Overwrite - queryloader plugin */
#qLoverlay {
    font-family: Verdana;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
}

#qLpercentage {
    margin-top: 50px !important;
    color: #015885 !important;
    font-size: 24px !important;
}

.queryloader__overlay__bar {
    background-color: #df3737 !important;
}

::selection {
    background-color: #222;
    color: #fff;
}

::-moz-selection {
    background-color: #222;
    color: #fff;
}

/* Patterns */
.pattern1 {
    background-image: url('../images/patterns/pattern1.png');
    background-repeat: repeat;
}

.pattern2 {
    background-image: url('../images/patterns/pattern2.png');
    background-repeat: repeat;
}

.pattern3 {
    background-image: url('../images/patterns/pattern3.png');
    background-repeat: repeat;
}

.pattern4 {
    background-image: url('../images/patterns/pattern4.png');
    background-repeat: repeat;
}

.pattern5 {
    background-image: url('../images/patterns/pattern5.png');
    background-repeat: repeat;
}

.pattern6 {
    background-image: url('../images/patterns/pattern6.png');
    background-repeat: repeat;
}

.pattern7 {
    background-image: url('../images/patterns/pattern7.png');
    background-repeat: repeat;
}

.pattern8 {
    background-image: url('../images/patterns/pattern8.png');
    background-repeat: repeat;
}

.pattern9 {
    background-image: url('../images/patterns/pattern9.png');
    background-repeat: repeat;
}

.pattern10 {
    background-image: url('../images/patterns/pattern10.png');
    background-repeat: repeat;
}

.pattern11 {
    background-image: url('../images/patterns/pattern11.png');
    background-repeat: repeat;
}

.pattern12 {
    background-image: url('../images/patterns/pattern12.png');
    background-repeat: repeat;
}

.pattern13 {
    background-image: url('../images/patterns/pattern13.png');
    background-repeat: repeat;
}

.pattern14 {
    background-image: url('../images/patterns/pattern14.png');
    background-repeat: repeat;
}

.pattern15 {
    background-image: url('../images/patterns/pattern15.png');
    background-repeat: repeat;
}

.pattern16 {
    background-image: url('../images/patterns/pattern16.png');
    background-repeat: repeat;
}

.pattern17 {
    background-image: url('../images/patterns/pattern17.png');
    background-repeat: repeat;
}

.pattern18 {
    background-image: url('../images/patterns/pattern18.png');
    background-repeat: repeat;
}

.pattern19 {
    background-image: url('../images/patterns/pattern19.png');
    background-repeat: repeat;
}

.pattern20 {
    background-image: url('../images/patterns/pattern20.png');
    background-repeat: repeat;
}

.pattern21 {
    background-image: url('../images/patterns/pattern21.png');
    background-repeat: repeat;
}

.pattern22 {
    background-image: url('../images/patterns/pattern22.png');
    background-repeat: repeat;
}

.pattern23 {
    background-image: url('../images/patterns/pattern23.png');
    background-repeat: repeat;
}

.pattern24 {
    background-image: url('../images/patterns/pattern24.png');
    background-repeat: repeat;
}

.pattern25 {
    background-image: url('../images/patterns/pattern25.png');
    background-repeat: repeat;
}

.pattern26 {
    background-image: url('../images/patterns/pattern26.png');
    background-repeat: repeat;
}

.pattern27 {
    background-image: url('../images/patterns/pattern27.png');
    background-repeat: repeat;
}

.pattern28 {
    background-image: url('../images/patterns/pattern28.png');
    background-repeat: repeat;
}

.pattern29 {
    background-image: url('../images/patterns/pattern29.png');
    background-repeat: repeat;
}

.pattern30 {
    background-image: url('../images/patterns/pattern30.png');
    background-repeat: repeat;
}

.pattern31 {
    background: url('../images/patterns/pattern31.png');
    background-repeat: repeat;
}

.map-gps {
    background-image: url('../images/map.png');
    background-repeat: no-repeat;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    /*font-family:'Raleway', Arial, sans-serif;*/
    font-weight: 700;
    line-height: 1;
    color: #303030;
}

h1,
.h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

h2,
.h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #cc292a;
}

h3,
.h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #303030;
}

h4,
.h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

h5,
.h5 {
    font-size: 15px;
    margin-bottom: 15px;
}

h6,
.h6 {
    font-size: 13px;
    margin-bottom: 10px;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        color: inherit;
    }

ul, ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0 0 20px;
}

.lead {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

    .lead.small {
        font-size: 15px;
    }

@media (min-width: 768px) {
    .lead {
        font-size: 13px;
    }
}

h5.lead {
    font-weight: 600;
}

a {
    -webkit-transition: color .35s;
    transition: color .35s;
}

    a:active,
    a:hover,
    a:focus {
        text-decoration: none;
    }

    a:active,
    a:focus,
    input,
    select,
    textarea {
        outline: none;
    }

iframe {
    border: none;
}

img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}

img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #9a9a9a;
}

    hr.gray {
        border-color: #eaeaea;
    }

blockquote {
    position: relative;
    padding: 8px 0 8px 25px;
    margin: 30px 0;
    font-size: 16px;
    border-left: 2px solid transparent;
}

    blockquote.blockquote-reverse {
        padding: 8px 25px 8px 0;
        margin: 30px 0;
        border-left: none;
        border-right: 2px solid transparent;
    }

    blockquote p {
        margin-bottom: 15px;
    }

    blockquote cite {
        font-size: 16px;
        font-weight: 700;
    }


    blockquote:after {
        content: '';
        display: block;
        position: absolute;
        left: 1px;
        top: 0;
        width: 2px;
        height: 100%;
    }

    blockquote.blockquote-reverse:after {
        left: auto;
        right: 1px;
    }

.blockquote-icon {
    padding-left: 50px;
    padding-top: 25px;
    border-left: none;
}

    .blockquote-icon:after,
    .blockquote-reverse.blockquote-icon:after {
        display: none;
    }

    .blockquote-icon.blockquote-reverse {
        padding-left: 0;
        padding-right: 50px;
        border-right: none;
    }

    .blockquote-icon:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: '\f10d';
        position: absolute;
        left: 5px;
        top: 5px;
        font-size: 3rem;
        z-index: 0;
    }

    .blockquote-icon.blockquote-reverse:before {
        left: auto;
        right: 5px;
        content: '\f10e';
    }

.highlight {
    padding: 0 0.3em;
    background: #eaeaea;
}

    .highlight.reverse {
        color: #fff;
        background: #505050;
    }

    .highlight.first-color,
    .highlight.second-color,
    .highlight.third-color,
    .text-white,
    a.text-white {
        color: #fff;
    }

        a.text-white:hover,
        a.text-white:focus {
            color: #eaeaea;
        }

.bg-transparent {
    background-color: transparent !important;
}

.bg-dark {
    background-color: #2a2a2a;
    color: #9a9a9a;
}

    .bg-dark.blue {
        background-color: darkslategray;
        opacity: .5;
    }

    .bg-dark.cyan {
        background-color: #00bfd2;
        color: rgba(255,255,255,0.8);
    }

.bg-custom {
    color: #e1e1e1;
}

.bg-gray,
#wrapper.bg-gray {
    background-color: #e1e1e1;
}

.bg-lightgray {
    background-color: #f2f2f2;
}

.bg-lightgrayv2 {
    background-color: #f8f8f8;
}

.bg-lightergray {
    background-color: #fafafa;
}

.bg-darkgray {
    background-color: #b7b7b7;
}

.text-white {
    color: #fff;
}

.text-lightgray {
    color: #f1f1f1;
}

.text-gray {
    color: #e1e1e1;
}

.text-darkgray {
    color: #aeaeae;
}

.text-muted {
    color: #7a7a7a;
}

.text-darkmuted {
    color: #5e5e5e;
}

.text-dark {
    color: #2a2a2a;
}

.dropcap,
.dropcap-bg {
    font-size: 3.8em;
    line-height: 1;
    padding-right: 0.2em;
    float: left;
    text-transform: uppercase;
    color: #505050;
}

.dropcap-bg {
    padding: 0.02em 0.07em 0.03em;
    color: #fff !important;
    margin-right: 0.15em;
    background-color: #505050;
}


/* =============================================
-----  2. Elements / Bootstrap Overwrite   -----
==============================================*/

/* --------------------------------------
2.1 Dropdown menu ------------------------ */

.dropdown-menu {
    z-index: 890;
}

.angle {
    margin: 0 0 0 3px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

    .angle:before,
    .side-menu .navbar-nav .angle:before {
        content: "\f107";
    }

/* --------------------------------------
2.2 Buttons ------------------------ */
.addCartItemBtn {
    color: #999;
    background-color: #E5E5E5;
    /*border-color: black;*/
}

.btn.min-width {
    min-width: 140px;
    text-align: center !important;
}

.btn.min-width-md {
    min-width: 160px;
    text-align: center !important;
}

.btn.min-width-lg {
    min-width: 180px;
    text-align: center !important;
}

.btn.min-width-xlg {
    min-width: 200px;
    text-align: center !important;
}

.btn {
    padding: 9px 16px;
    font-size: 14px;
    transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;
    -webkit-transition: color 0.2s ease, background 0.45s ease, border 0.4s ease-in-out;
}

    .btn.btn-lg,
    .btn-group-lg > .btn {
        padding: 10px 16px;
        font-size: 16px;
        line-height: 1.5;
    }

    .btn.btn-sm,
    .btn-group-sm > .btn {
        padding: 7px 10px;
        font-size: 12px;
    }

    .btn.btn-xs,
    .btn-group-xs > .btn {
        padding: 2px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .btn.btn-border {
        border-width: 1px;
        padding: 8px 15px;
        background-color: transparent;
    }

        .btn.btn-border.btn-sm {
            padding: 6px 9px;
        }

        .btn.btn-border.btn-lg {
            padding: 9px 15px;
        }

        .btn.btn-border.btn-xs {
            padding: 1px 4px;
        }

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: none;
    }

.btn-custom,
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom,
.btn-custom2,
.btn-custom2:hover,
.btn-custom2:focus,
.btn-custom2.focus,
.btn-custom2:active,
.btn-custom2.active,
.open > .dropdown-toggle.btn-custom2,
.btn-custom3,
.btn-custom3:hover,
.btn-custom3:focus,
.btn-custom3.focus,
.btn-custom3:active,
.btn-custom3.active,
.open > .dropdown-toggle.btn-custom3 {
    color: #fff;
}

.btn-dark {
    color: #eaeaea;
    background-color: #cc292a;
    border-color: #fafafa;
}

    .btn-dark:hover,
    .btn-dark:focus,
    .btn-dark.focus,
    .btn-dark:active,
    .btn-dark.active,
    .open > .dropdown-toggle.btn-dark {
        color: #f0f0f0;
        background-color: #003b61;
        border-color: #003b61;
    }

.btn-gray {
    color: #505050;
    background-color: #eaeaea;
    border-color: #eaeaea;
}

    .btn-gray:hover,
    .btn-gray:focus,
    .btn-gray.focus,
    .btn-gray:active,
    .btn-gray.active,
    .open > .dropdown-toggle.btn-gray {
        color: #4a4a4a;
        background-color: #e1e1e1;
        border-color: #e1e1e1;
    }

.btn-white {
    color: #4a4a4a;
    background-color: #fff;
    border-color: #fff;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white.focus,
    .btn-white:active,
    .btn-white.active,
    .open > .dropdown-toggle.btn-white {
        color: #000;
        background-color: #f1f1f1;
        border-color: #f1f1f1;
    }


.btn.btn-border.btn-default {
    color: #aeaeae;
    border-color: #aeaeae;
}

    .btn.btn-border.btn-default:hover,
    .btn.btn-border.btn-default:focus {
        color: #505050;
        border-color: #adadad;
        background-color: #e6e6e6;
    }

.btn.btn-border.btn-primary {
    color: #337ab7;
}

    .btn.btn-border.btn-primary:hover,
    .btn.btn-border.btn-primary:focus {
        color: #fff;
        border-color: #204d74;
        background-color: #286090;
    }

.btn.btn-border.btn-success {
    color: #4caf50;
}

    .btn.btn-border.btn-success:hover,
    .btn.btn-border.btn-success:focus {
        color: #fff;
        border-color: #327334;
        background-color: #3d8b40;
    }

.btn.btn-border.btn-warning {
    color: #ffc107;
}

    .btn.btn-border.btn-warning:hover,
    .btn.btn-border.btn-warning:focus {
        color: #fff;
        border-color: #af8300;
        background-color: #d39e00;
    }

.btn.btn-border.btn-danger {
    color: #ea1c0d;
}

    .btn.btn-border.btn-danger:hover,
    .btn.btn-border.btn-danger:focus {
        color: #fff;
        border-color: #c8180b;
        background-color: #ea1c0d;
    }

.btn.btn-border.btn-info {
    color: #2196f3;
}

    .btn.btn-border.btn-info:hover,
    .btn.btn-border.btn-info:focus {
        color: #fff;
        border-color: #0a68b4;
        background-color: #0c7cd5;
    }

.btn.btn-border.btn-custom:hover,
.btn.btn-border.btn-custom:focus,
.btn.btn-border.btn-custom2:hover,
.btn.btn-border.btn-custom2:focus,
.btn.btn-border.btn-custom3:hover,
.btn.btn-border.btn-custom3:focus {
    color: #fff;
}

.btn.btn-border.btn-dark {
    color: #2a2a2a;
}

    .btn.btn-border.btn-dark:hover,
    .btn.btn-border.btn-dark:focus {
        color: #f1f1f1;
        border-color: #1a1a1a;
        background-color: #2a2a2a;
    }

.btn.btn-border.btn-gray {
    color: #505050;
    border-color: #eaeaea;
}

    .btn.btn-border.btn-gray:hover,
    .btn.btn-border.btn-gray:focus {
        color: #505050;
        border-color: #eaeaea;
        background-color: #eaeaea;
    }

.btn.btn-border.btn-white {
    color: #fff;
    background: transparent;
    border-color: white;
}

    .btn.btn-border.btn-white:hover,
    .btn.btn-border.btn-white:focus,
    .btn.btn-border.btn-white.v2:hover,
    .btn.btn-border.btn-white.v2:focus {
        color: #fff;
    }

.btn.no-radius {
    border-radius: 0 !important;
}

.btn.radius-lg {
    border-radius: 12px !important;
}

.btn.radius-lger {
    border-radius: 24px !important;
}

.btn-group > .btn + .btn {
    border-left: 1px solid rgba(0, 0, 0, .07);
}

/* --------------------------------------
2.3 Forms ------------------------ */

textarea.form-control {
    height: auto !important;
}

.form-control {
    height: 40px;
    padding: 9px 16px;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    border: 1px solid #eaeaea;
    color: inherit;
    font-size: 14px;
}

    .form-control.border-bottom {
        border-radius: 0 !important;
        border-left: none;
        border-right: none;
        border-top: none;
    }

    .form-control:focus {
        border-color: #dadada;
        -webkit-box-shadow: 0 0 8px rgba(0,0,0, 0.22);
        box-shadow: 0 0 8px rgba(0,0,0, 0.22);
    }

    .form-control.border-bottom:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .form-control::-moz-placeholder {
        color: #6a6a6a;
    }

    .form-control:-ms-input-placeholder {
        color: #6a6a6a;
    }

    .form-control::-webkit-input-placeholder {
        color: #6a6a6a;
    }

.form-group,
.form-control,
.input-group,
.normal-selectbox,
.large-selectbox {
    margin-bottom: 25px;
}

    .form-group .input-group {
        margin-bottom: 0;
    }

    .form-group .form-control {
        margin-bottom: 0;
    }

.helper-group a {
    color: #e53935;
    font-size: 12px;
    line-height: 1;
}

    .helper-group a:hover {
        color: #c62828;
    }

label.input-desc {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', Verdana;
    margin-bottom: 7px;
}

.input-sm {
    font-size: 12px;
}

.input-sm,
.form-group-sm .form-control,
.form-group-sm .form-control-static {
    height: 34px;
    padding: 7px 12px;
}

select.input-sm,
select.form-group-sm .form-control {
    height: 34px;
    line-height: 34px;
}

.input-lg,
.form-group-lg .form-control,
.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 18px;
}

.input-lg {
    font-size: 16px;
    line-height: 1.5;
}

select.input-lg,
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

.form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.input-group-btn > .btn + .btn {
    border-left: 1px solid rgba(0, 0, 0, .05);
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: 0;
}

.bootstrap-touchspin .input-group-btn:last-child > .btn,
.bootstrap-touchspin .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

/* input groups*/
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 1.5;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    line-height: 1.5;
}


.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 34px;
    padding: 7px 12px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 34px;
    line-height: 34px;
}

/* input group addons */
.input-group-addon {
    padding: 8px 16px;
    font-size: 14px;
    color: #6a6a6a;
    background-color: transparent;
    border: 1px solid #eaeaea;
    font-weight: 400;
}

    .input-group-addon.input-sm {
        padding: 7px 12px;
    }

    .input-group-addon.input-lg {
        padding: 9.5px 18px;
        font-size: 16px;
    }

/* Textarea Input Group */
textarea.form-control {
    padding-top: 12px;
}

.textarea-container {
    position: relative;
    width: 100%;
    padding-top: 39px;
}

    .textarea-container .input-group-addon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 12px 16px;
        z-index: 90;
        border-radius: 4px 4px 0 0;
        text-align: left;
    }

        .textarea-container .input-group-addon:first-child {
            border-right: 1px solid #e4e2e2;
        }

    .textarea-container textarea.form-control {
        border-radius: 0 0 4px 4px !important;
    }

/* Checkboxed and Radios */
input[type="radio"],
input[type="checkbox"] {
    margin-top: 6px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: -22px;
}

.radio label,
.checkbox label,
.radio-inline,
.checkbox-inline {
    padding-left: 22px;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-left: 15px;
    }

    /* Custom checkbox and radio */
    .radio label.custom-radio-wrapper,
    .checkbox label.custom-checkbox-wrapper {
        padding-left: 0;
    }

    .radio-inline.custom-radio-wrapper,
    .checkbox-inline.custom-checkbox-wrapper {
        padding-left: 0;
    }

        .radio-inline.custom-radio-wrapper + .radio-inline.custom-radio-wrapper,
        .checkbox-inline.custom-checkbox-wrapper + .checkbox-inline.custom-checkbox-wrapper {
            margin-left: 30px;
        }

.input-group-addon.custom-checkbox-wrapper,
.input-group-addon.custom-radio-wrapper {
    line-height: 0;
}

.custom-checkbox-container,
.custom-radio-container {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #505050;
    position: relative;
    margin-right: 10px;
    border-radius: 2px;
}

.white .custom-checkbox-container,
.white .custom-radio-container {
    border-color: #fff;
}

.input-group-addon .custom-checkbox-container,
.input-group-addon .custom-radio-container {
    margin-right: 0;
}

.custom-radio-container {
    border-radius: 50px;
}

    .custom-checkbox-container input[type="checkbox"],
    .custom-radio-container input[type="radio"] {
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

.custom-checkbox-container .custom-checkbox-icon {
    position: absolute;
    z-index: 9;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
    color: #505050;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 0;
    font: 15px/1 FontAwesome;
}

.white .custom-checkbox-container .custom-checkbox-icon {
    color: #fff;
}

.custom-checkbox-container .custom-checkbox-icon:before {
    content: "\f00c";
    position: absolute;
    top: -3px;
    left: 0;
}

.disabled .custom-checkbox-container .custom-checkbox-icon {
    background-image: none;
}

.custom-radio-container .custom-radio-icon {
    position: absolute;
    z-index: 9;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
    background-color: #505050;
    border-radius: 50%;
}

.disabled .custom-radio-container .custom-radio-icon {
    background-color: transparent;
}

.custom-checkbox-container input[type="checkbox"]:checked + .custom-checkbox-icon,
.custom-radio-container input[type="radio"]:checked + .custom-radio-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}

.disabled .custom-checkbox-container input[type="checkbox"]:checked + .custom-checkbox-icon {
    background-color: transparent;
}

.custom-checkbox-wrapper *,
.custom-radio-wrapper * {
    vertical-align: middle;
}


.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f1f1f1;
}

.form-control.no-radius,
.input-group.no-radius .form-control,
.input-group.no-radius .input-group-addon,
.input-border-bottom.form-control,
.input-group.input-border-bottom .form-control,
.input-group.input-border-bottom .input-group-addon {
    border-radius: 0 !important;
}

.input-border-bottom.form-control,
.input-group.input-border-bottom .form-control {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    transition: border 0.45s ease;
    -webkit-transition: border 0.45s ease;
    background-color: transparent;
}

.input-group.input-border-bottom .input-group-addon:first-child {
    border-right: 1px solid #eaeaea;
    border-top: none !important;
    border-left: none !important;
}

.input-group.input-border-bottom .input-group-addon:last-child {
    border-left: 1px solid #eaeaea;
    border-top: none !important;
    border-right: none !important;
}

.input-border-bottom.form-control:focus,
.input-group.input-border-bottom .form-control:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.input-border-bottom.form-control {
    transition: padding 0.45s;
    -webkit-transition: padding 0.45s;
}

    .input-border-bottom.form-control:focus {
        padding-left: 0;
    }

.form-control.dark.input-border-bottom {
    background-color: transparent;
    color: #505050;
}

    .form-control.dark.input-border-bottom::-moz-placeholder {
        color: #505050;
    }

    .form-control.dark.input-border-bottom:-ms-input-placeholder {
        color: #505050;
    }

    .form-control.dark.input-border-bottom::-webkit-input-placeholder {
        color: #505050;
    }

    .form-control.dark.input-border-bottom::placeholder {
        color: #505050;
    }

/* Dark input */
.form-control.dark {
    border-color: #1a1a1a;
    background-color: #505050;
    color: #c7c7c7;
}

    .form-control.dark::-moz-placeholder {
        color: #c7c7c7;
    }

    .form-control.dark:-ms-input-placeholder {
        color: #c7c7c7;
    }

    .form-control.dark::-webkit-input-placeholder {
        color: #c7c7c7;
    }

    .form-control.dark::placeholder {
        color: #c7c7c7;
    }

    .form-control.dark:focus {
        border-color: #000;
        -webkit-box-shadow: 0 0 8px rgba(0,0,0, 0.52);
        box-shadow: 0 0 8px rgba(0,0,0, 0.52);
    }

/* White input - perfect with background images */
.form-control.white {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

    .form-control.white::-moz-placeholder {
        color: #fff;
    }

    .form-control.white:-ms-input-placeholder {
        color: #fff;
    }

    .form-control.white::-webkit-input-placeholder {
        color: #fff;
    }

.form-control.dark::placeholder {
    color: #fff;
}

.form-control.white:focus {
    border-color: #e0e0e0;
    -webkit-box-shadow: 0 0 8px rgba(255,255,255, 0.8);
    box-shadow: 0 0 8px rgba(255,255,255, 0.8);
}

/*
 *  Bootstrap TouchSpin - v3.0.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */

.bootstrap-touchspin .form-control.vertical-spinner {
    border-radius: 4px 0 0 4px !important;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .bootstrap-touchspin .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 9.5px 12px;
        margin-left: -1px;
        position: relative;
    }

.bootstrap-touchspin .btn.btn-default {
    border-color: #eaeaea;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.btn-default:hover,
.bootstrap-touchspin .input-group-btn-vertical > .btn.btn-default:focus {
    border-color: #dadada;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px;
}

.bootstrap-touchspin-up.btn,
.bootstrap-touchspin-down.btn {
    padding: 9px 12px;
    border-radius: 0 4px 4px 0;
    min-width: 36px;
    text-align: center;
}

.bootstrap-touchspin-down.btn {
    margin-right: -1px !important;
    border-radius: 4px 0 0 4px;
}


.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -4.5px;
    font-size: 9px;
    font-weight: normal;
}


.form-datetime .input-group-addon,
.form-date .input-group-addon,
.form-time .input-group-addon {
    cursor: pointer;
}

.has-feedback label ~ .form-control-feedback {
    top: 26px;
}

/* -------------------------------------------
2.4 Tabs ( see: elements-tabs.html ) --------- */

.nav-tabs,
.nav-pills {
    margin-bottom: 20px;
}

.nav-tabs {
    border-bottom: 1px solid #eaeaea;
}

    .nav-tabs.nav-tabs-inverse {
        border-bottom: none;
        border-top: 1px solid #eaeaea;
    }

        .nav-tabs.nav-tabs-inverse > li {
            margin-bottom: 0;
            margin-top: -1px;
        }

    .nav-tabs > li > a,
    .nav-pills > li > a {
        color: #606060;
        transition: background 0.35s ease, color 0.04s;
        -webkit-transition: background 0.35s ease, color 0.04s;
        background: #f9f9f9;
    }

    .nav-tabs.no-radius > li > a,
    .nav-pills.no-radius > li > a {
        border-radius: 0 !important;
    }


    .nav-tabs > li > a {
        margin-right: -1px;
    }

    .nav-tabs.nav-tabs-inverse > li > a {
        border-radius: 0 0 4px 4px;
    }

    .nav-pills > li > a > i,
    .nav-tabs > li > a > i {
        margin-right: 10px;
    }

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus,
    .nav-pills > li > a:hover,
    .nav-pills > li > a:focus {
        border-color: transparent;
        background-color: #f3f3f3;
    }

    .nav-tabs > li > a:hover {
        border-color: #eaeaea;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #505050;
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-top-width: 4px;
        margin-top: -3px;
        border-bottom-color: transparent;
    }

    .nav-tabs.nav-tabs-inverse > li.active > a,
    .nav-tabs.nav-tabs-inverse > li.active > a:hover,
    .nav-tabs.nav-tabs-inverse > li.active > a:focus {
        border-top-width: 0;
        margin-top: 0;
        border-bottom-width: 4px;
        margin-bottom: -3px;
        border-top-color: transparent;
        border-bottom-color: #eaeaea;
    }

@media (max-width: 767px) {

    .nav-tabs > li > a > i,
    .nav-pills > li > a > i {
        display: none;
    }

    /* Prevent text Overflow for nav-tabs */
    .nav-tabs > li > a,
    .nav-pills > li > a {
        max-width: 80px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (min-width: 768px) {

    .vertical-tab {
        display: table;
    }

        .vertical-tab .nav-tabs,
        .vertical-tab .nav-pils,
        .vertical-tab .tab-content {
            display: table-cell;
        }

            .vertical-tab .nav-tabs > li,
            .vertical-tab .nav-pills > li {
                float: none;
                white-space: nowrap;
            }

        .vertical-tab.left .tab-content {
            padding-left: 25px;
        }

        .vertical-tab.right .tab-content {
            padding-right: 25px;
        }

        .vertical-tab .nav-tabs {
            margin-bottom: 0;
            border: none;
        }

        .vertical-tab.left .nav-tabs {
            border-right: 1px solid #eaeaea;
        }

        .vertical-tab.right .nav-tabs.nav-tabs-inverse {
            border-left: 1px solid #eaeaea;
        }

        .vertical-tab.left .nav-tabs > li {
            margin: 0;
            margin-right: -1px;
        }

        .vertical-tab.right .nav-tabs.nav-tabs-inverse > li {
            margin: 0;
            margin-left: -1px;
        }

        .vertical-tab .nav-tabs > li > a,
        .vertical-tab .nav-tabs.nav-tabs-inverse > li > a {
            margin: 0;
        }

        .vertical-tab.left .nav-tabs > li > a {
            border-radius: 4px 0 0 4px;
        }

        .vertical-tab.right .nav-tabs.nav-tabs-inverse > li > a {
            border-radius: 0 4px 4px 0;
        }

        .vertical-tab.left .nav-tabs > li.active > a,
        .vertical-tab.left .nav-tabs > li.active > a:hover,
        .vertical-tab.left .nav-tabs > li.active > a:focus {
            border: 1px solid #eaeaea;
            border-left-width: 4px;
            margin-left: -3px;
            margin-top: 0;
            border-right-color: transparent;
        }

        .vertical-tab.right .nav-tabs.nav-tabs-inverse > li.active > a,
        .vertical-tab.right .nav-tabs.nav-tabs-inverse > li.active > a:hover,
        .vertical-tab.right .nav-tabs.nav-tabs-inverse > li.active > a:focus {
            border: 1px solid #eaeaea;
            border-right-width: 4px;
            margin-right: -3px;
            margin-bottom: 0;
            margin-top: 0;
            border-left-color: transparent;
        }

        /* Nav Pills*/
        .vertical-tab .nav-pills > li {
            margin-bottom: 3px;
        }

            .vertical-tab .nav-pills > li + li {
                margin-left: 0;
            }
}

/* Nav pills - pills tab */
.nav-pills > li + li {
    margin-left: 3px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
}

.nav-pills.nav-tabs-lava > li + li {
    margin-left: 0;
}

.nav-pills.nav-tabs-lava > li > a:hover,
.nav-pills.nav-tabs-lava > li > a:focus,
.nav-pills.nav-tabs-border > li > a:hover,
.nav-pills.nav-tabs-border > li > a:focus {
    border-color: transparent;
    background-color: transparent;
}

.nav-pills.nav-tabs-lava > li.active > a,
.nav-pills.nav-tabs-lava > li.active > a:hover,
.nav-pills.nav-tabs-lava > li.active > a:focus {
    color: inherit;
    background-color: transparent;
}

.nav-pills.nav-tabs-border > li.active > a,
.nav-pills.nav-tabs-border > li.active > a:hover,
.nav-pills.nav-tabs-border > li.active > a:focus {
    background-color: transparent;
}

.nav-pills.nav-tabs-lava .lavalamp-object {
    background-color: #eaeaea;
    border-radius: 4px;
}

.nav-pills.nav-tabs-border .lavalamp-object {
    height: 2px !important;
    top: auto !important;
    bottom: 0 !important;
    border-radius: 4px;
}

.nav-pills.nav-tabs-lava.no-radius .lavalamp-object {
    border-radius: 0 !important;
}

/* -------------------------------------------------
2.5 Progress Bars ( see: elements-progressbars.html ) */

.progress {
    margin-bottom: 20px;
    background-color: #eaeaea;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    overflow: visible;
}

.progress-bar {
    text-align: right;
    padding-right: 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
}

.progress.progress-sm {
    height: 10px;
}

    .progress.progress-sm .progress-bar {
        font-size: 7px;
        line-height: 10px;
        padding-right: 8px;
    }

.progress.progress-xs {
    height: 4px;
}

    .progress.progress-xs .progress-bar {
        font-size: 0;
        line-height: 5px;
    }

.progress.progress-lg {
    height: 30px;
}

    .progress.progress-lg .progress-bar {
        font-size: 15px;
        line-height: 30px;
        padding-right: 20px;
    }

.progress-bar-dark,
.progress-bar-dark .progress-tooltip {
    background-color: #505050;
}

.progress-bar-gray,
.progress-bar-gray .progress-tooltip {
    color: #505050;
    background-color: #d7d7d7;
}

.progress-text,
.progress-tooltip {
    display: none;
    font-weight: 700;
}

.progress-tooltip {
    position: absolute;
    right: -5px;
    bottom: 100%;
    padding: 2px 8px;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 7px;
    border-radius: 4px;
}

    .progress-tooltip:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        margin-left: -6px;
        top: 100%;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #505050 transparent transparent transparent;
    }

.progress-bar-dark .progress-tooltip:after {
    border-top-color: #505050;
}

.progress-bar-gray .progress-tooltip:after {
    border-top-color: #d7d7d7;
}

.progress-title {
    margin-bottom: 10px;
    font: 700 14px/1 'Open Sans', Verdana, sans-serif;
}

.circle-progress-container {
    text-align: center;
    margin-bottom: 50px;
}

    .circle-progress-container .progress-title {
        margin-bottom: 20px;
    }

    .circle-progress-container .circle-progress + .progress-title {
        margin-top: 20px;
    }

.circle-progress {
    margin-bottom: 15px;
}


/* --------------------------------------------
2.6 Lists ( see: elements-lists.html ) */

/* Predefined List style types */
.list-style {
    padding-left: 20px;
}

    .list-style.list-disc {
        list-style-type: disc;
    }


    .list-style.list-circle {
        list-style-type: circle;
    }

    .list-style.list-square {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .list-style.list-square li {
            padding-left: 1.8em;
            text-indent: -.7em;
            margin-bottom: 10px;
        }

            .list-style.list-square li:before {
                /*margin-right: 10px;*/
                content: "■ ";
                font-size: 16px;
                color: #0497CE;
                display: inline-block; /*width: 1em;*/
                /*  margin-left: -1em*/
            }

    .list-style.list-decimal {
        list-style-type: decimal;
    }

    .list-style.list-lower-alpha {
        list-style-type: lower-alpha;
    }

    .list-style.list-upper-alpha {
        list-style-type: upper-alpha;
    }

    .list-style.list-lower-roman {
        list-style-type: lower-roman;
    }

    .list-style.list-upper-roman {
        list-style-type: upper-roman;
    }

.fa-ul > li {
    margin-bottom: 10px;
}

.fa-ul {
    margin-left: 20px;
}

.fa-li {
    top: .2785714em;
}

.list-group {
    margin-bottom: 20px;
}

.list-group-item {
    padding: 6px 15px;
}

a.list-group-item {
    color: #505050;
}

    a.list-group-item .list-group-item-heading {
        color: #303030;
        margin-bottom: 10px;
    }

    a.list-group-item:hover,
    a.list-group-item:focus {
        background-color: #f4f4f4;
    }

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #fff;
}


/* --------------------------------------------
2.7 Icons ( see: elements-icons.html ) */

.icon-show-container {
    padding: 10px;
    background-color: #f1f1f1;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .icon-show-container:hover {
        background-color: #e1e1e1;
    }


/* --------------------------------------------
2.8 Collapses ( see: elements-collapses.html ) */

.panel {
    margin-bottom: 20px;
    background-color: transparent;
}

.panel-body {
    padding: 15px 20px;
}

.panel-heading {
    padding: 0;
    position: relative;
    transition: background 0.45s ease;
    -webkit-transition: background 0.45s ease;
}

.panel-group.no-radius .panel,
.panel-group.no-radius .panel-heading {
    border-radius: 0 !important;
}

.panel-heading a {
    display: block;
    padding: 15px 20px;
}

.panel-title {
    font-size: 15px;
}

.panel-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 18px;
    margin-top: -9px;
    color: #303030 !important;
}

    .panel-icon:before {
        content: '\f106';
    }

.collapsed .panel-icon:before {
    content: '\f107';
}

/* Default Color */
.panel-default {
    border-color: #eaeaea;
}

    .panel-default > .panel-heading {
        color: #505050;
        background-color: #f9f9f9;
        border-color: #d7d7d7;
    }

        .panel-default > .panel-heading:hover {
            background-color: #f2f2f2;
        }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #eaeaea;
        }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top-color: #eaeaea;
}

/* Custom Color */
.panel-custom > .panel-heading {
    color: #f1f1f1;
}

/* Primary (Blue) add hover state */
.panel-primary > .panel-heading:hover {
    background-color: #286090;
}

/* Inverse (Dark)*/
.panel-inverse {
    border-color: #1a1a1a;
}

    .panel-inverse > .panel-heading {
        color: #bebebe;
        background-color: #2a2a2a;
        border-color: #1a1a1a;
    }

        .panel-inverse > .panel-heading:hover {
            background-color: #1a1a1a;
        }

        .panel-inverse > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #1a1a1a;
        }

    .panel-inverse .panel-icon {
        color: #eaeaea !important;
    }


.panel-primary .panel-title a,
.panel-custom .panel-title a {
    color: #f5f5f5;
}

.panel-primary .panel-icon,
.panel-custom .panel-icon {
    color: #f1f1f1 !important;
}

.panel-custom .panel-title a:hover,
.panel-primary .panel-title a:hover,
.panel-custom .panel-title a:focus,
.panel-primary .panel-title a:focus {
    color: #fff;
}

.panel-inverse .panel-title a {
    color: #eaeaea;
}

    .panel-inverse .panel-title a:hover,
    .panel-inverse .panel-title a:focus {
        color: #f1f1f1;
    }


/* Panel Bordered */
.panel-bordered,
.panel-border-tb {
    border-color: #eaeaea;
}

    .panel-bordered > .panel-heading,
    .panel-border-tb > .panel-heading {
        border-color: #eaeaea;
    }

        .panel-bordered > .panel-heading + .panel-collapse > .panel-body,
        .panel-der-tb > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #eaeaea;
        }

    .panel-border-tb > .panel-heading {
        border-radius: 0;
    }

    .panel-border-tb.panel {
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        border-left: none;
        border-right: none;
    }

/* --------------------------------------------
2.9 Grid ( see: elements-grids.html ) */


.row-showcase a div[class^="col"],
.row-showcase a div[class*=' col'] {
    background-color: #35ADDB;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #fff;
    text-align: center;
    transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
}

    .row-showcase a div[class^="col"]:hover,
    .row-showcase a div[class*=' col']:hover {
        background-color: #1882A9;
    }

/* --------------------------------------------
2.10 Tooltips (see: elements-more.html) ----- */

.tooltip {
    z-index: 900;
    font: 13px/1.4 'Open Sans', Verdana, sans-serif;
}

    .tooltip.in {
        filter: alpha(opacity=94);
        opacity: .94;
    }

    .tooltip.top {
        padding: 8px 0;
    }

    .tooltip.right {
        padding: 0 8px;
    }

    .tooltip.bottom {
        padding: 8px 0;
    }

    .tooltip.left {
        padding: 0 8px;
    }

.tooltip-inner {
    padding: 3px 10px;
    color: #fff;
    border-radius: 0;
    white-space: nowrap;
}

.tooltip.top .tooltip-arrow {
    margin-left: -5px;
    border-width: 0 10px 10px 0;
}

.tooltip.right .tooltip-arrow {
    margin-top: -7.5px;
    border-width: 0 0 10px 10px;
}

.tooltip.left .tooltip-arrow {
    margin-top: -7.5px;
    border-width: 10px 0 0 10px;
}

.tooltip.bottom .tooltip-arrow {
    margin-left: -5px;
    border-width: 0 0 10px 10px;
}


/* --------------------------------------------
2.11 Popover (see: elements-more.html) ----- */

.popover {
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 900;
    border: 1px solid transparent;
    background-color: #f6f6f6;
    border-radius: 0;
    padding: 0;
    font-family: inherit;
    min-width: 270px;
}

.popover-title {
    padding: 10px 14px 9px;
    margin: 0;
    font: 700 14px/1 'Raleway', Verdana;
    color: #f1f1f1;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover.top > .arrow:after {
    border-top-color: #f6f6f6;
}

.popover.right > .arrow:after {
    border-right-color: #f6f6f6;
}

.popover.left > .arrow:after {
    border-left-color: #f6f6f6;
}


/* ----------------------------------------------
2.12 Bootstrap slider (see: elements-more.html) */

.carousel-inner > .item {
    padding: 0;
    margin: 0;
}

    .carousel-inner > .item > a {
        display: block;
    }

.carousel-control {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 36px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    border: 1px solid #fff;
    transition: background 0.35s ease, border 0.35s ease;
    -webkit-transition: background 0.35s ease, border 0.35s ease;
}

    .carousel-control.left {
        left: 20px;
        background-image: none;
    }

    .carousel-control.right {
        right: 20px;
        left: auto;
        background-image: none;
    }

    .carousel-control:hover,
    .carousel-control:focus {
        filter: alpha(opacity=100);
        opacity: 1;
    }

.carousel-caption {
    font-size: 16px;
    text-shadow: none;
}

.carousel-indicators li {
    margin: 0 4px;
}


/* --------------------------------------------
2.13 Maps (see: elements-maps.html) -------- */

.map-show {
    width: 100%;
    height: 300px;
}

@media (min-width: 768px) {
    .map-show {
        height: 500px;
    }
}

.map-show.small {
    height: 400px;
}

/* You can Delete this code if you don't use vector world map see (elements-maps.hmtl) */
/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */

.jqvmap-label {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: 'Open Sans', sans-serif, Verdana;
    font-size: smaller;
    padding: 2px 6px;
}

.jqvmap-zoomin, .jqvmap-zoomout {
    position: absolute;
    left: 10px;
    border-radius: 3px;
    background: #000000;
    padding: 0;
    color: white;
    width: 16px;
    height: 16px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.jqvmap-zoomin {
    top: 10px;
}

.jqvmap-zoomout {
    top: 30px;
}

.jqvmap-region {
    cursor: pointer;
}

.jqvmap-ajax_response {
    width: 100%;
    height: 500px;
}


/* ----------------------------------------------
2.14 Counters (see: elements-counters.html) --- */

.count-container {
    margin-bottom: 50px;
}

    .count-container.smallest {
        margin-bottom: 40px;
    }

.count {
    display: inline-block;
    font: 700 36px/1 'Raleway', Verdana, sans-serif;
    margin-bottom: 30px;
}

.count-container.smaller .count {
    font-size: 32px;
    margin-bottom: 20px;
}

.count-container.smallest .count {
    font-size: 44px;
    margin-bottom: 26px;
    color: #fff;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.count,
.count-container h3 {
    position: relative;
    z-index: 5;
    color: #fff;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
}


.count-container.smallest h3:last-child {
    margin-bottom: 0;
}

.count-container h3 > span {
    font-weight: 500;
}

@media (max-width: 480px) {
    .count-container.col-xs-6,
    .col-xss-12 {
        float: none;
        width: 100%;
    }

    .hidden-xss {
        display: none !important;
    }
}

.count-icon-bg {
    font-size: 42px;
    line-height: 1;
    display: block;
    position: absolute;
    left: 30%;
    top: -20px;
    color: #f1f1f1;
    z-index: 1;
}

.count-container.smaller .count-icon-bg {
    font-size: 32px;
    top: 0;
}

@media (min-width: 768px) {
    .count-icon-bg {
        font-size: 48px;
        left: 45%;
        top: -10px;
    }

    .count-container.smaller .count-icon-bg {
        font-size: 38px;
    }
}

.count-icon {
    font-size: 36px;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.count-container.smallest .count-icon {
    font-size: 42px;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.count-box {
    position: relative;
    border: 2px solid #eaeaea;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .count-box .count-icon {
        margin-bottom: 15px;
    }

    .count-box .count {
        margin-bottom: 20px;
    }

    .count-box h3 {
        margin-bottom: 0;
    }

.count-box-icon {
    padding-top: 60px;
    padding-bottom: 30px;
}

    .count-box-icon .count-icon {
        display: inline-block;
        position: absolute;
        top: -36px;
        left: 50%;
        width: 90px;
        height: 72px;
        line-height: 72px;
        margin-left: -45px;
        border: 2px solid #eaeaea;
        background-color: #fff;
    }


.counter-group {
    position: relative;
    padding: 15px 0;
    overflow: hidden;
}

    .counter-group:before,
    .counter-group:after {
        content: '';
        display: block;
        background-color: #eaeaea;
        position: absolute;
    }

    .counter-group:before {
        width: 2px;
        left: 50%;
        margin-left: -1px;
        top: 0;
        bottom: 0;
    }

    .counter-group:after {
        height: 2px;
        left: 15px;
        right: 15px;
        top: 50%;
        margin-top: -1px;
    }

    .counter-group > .row:last-child .count-container {
        margin-top: 50px;
        margin-bottom: 0;
    }


@media (max-width: 480px) {

    .counter-group:before,
    .counter-group:after {
        display: none;
    }

    .counter-group > .row:last-child .count-container {
        margin-top: 0;
        margin-bottom: 50px;
    }
}


/* ----------------------------------------------
2.15 Services (see: elements-services.html) --- */

.service {
    margin-bottom: 40px;
    position: relative;
}

@media (min-width: 768px) {
    .service {
        margin-bottom: 50px;
    }

        .service.service-hover-bg {
            margin-bottom: 30px;
        }
}

.service.reverse {
    text-align: right;
}

.service-icon {
    min-width: 60px;
    display: block;
    float: left;
    font-size: 32px;
    line-height: 1;
}

.service.reverse .service-icon {
    float: right;
}

.service-content {
    margin-left: 60px;
}

.service.reverse .service-content {
    margin-left: 0;
    margin-right: 60px;
}

.service-title {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.service.vertical .service-icon {
    float: none;
    margin-bottom: 25px;
}

.service.vertical .service-content {
    margin-left: 0;
}

.service.vertical.reverse .service-content {
    margin-right: 0;
}

.service.vertical .service-title.title-underblock {
    margin-bottom: 18px;
}

.service-box {
    padding: 25px 15px;
    border: 1px solid #eaeaea;
    background: white;
}

.bg-gray .service-box {
    border-color: #d6d6d6;
}

.service-box p {
    margin-bottom: 0;
}

.service-hover {
    overflow: hidden;
}

.service-hover-bg {
    transition: background 0.4s cubic-bezier(.17,.83,.29,.04), border 0.4s cubic-bezier(.17,.83,.29,.04);
    -webkit-transition: background 0.4s cubic-bezier(.17,.83,.29,.04), border 0.4s cubic-bezier(.17,.83,.29,.04);
}

    .service-hover-bg:hover,
    .service-hover-bg:hover .first-color,
    .service-hover-bg:hover .second-color,
    .service-hover-bg:hover .third-color,
    .service-hover-bg:hover .service-title,
    .service-hover-bg.custom2:hover {
        color: #fff;
    }

    .service-hover-bg.dark:hover {
        background-color: #2a2a2a;
        border-color: #1a1a1a;
        color: #fff;
    }

        .service-hover-bg.dark:hover .title-underblock.custom:after,
        .service-hover-bg.dark:hover .title-underblock.gray:after,
        .service-hover-bg.dark:hover .title-underblock.dark:after {
            background-color: #1a1a1a;
        }


.service-group .service-hover-bg {
    padding: 25px 15px;
}

    .service-group .service-hover-bg p {
        margin-bottom: 5px;
    }

@media (min-width: 768px) {

    .service-group .service {
        margin-bottom: 80px;
    }

        .service-group .service:before,
        .service-group .service:after {
            content: '';
            display: block;
            position: absolute;
            background-color: #eaeaea;
        }

        .service-group .service:before {
            height: 2px;
            left: 0;
            right: 0;
            bottom: -40px;
        }

        .service-group .service:after {
            width: 2px;
            top: 0;
            bottom: 0;
            right: -16px;
        }

    .service-group .row:last-child .service:before {
        display: none;
    }

    .service-group .col-sm-4:last-child .service:after {
        display: none;
    }

    .service-group .service-hover {
        overflow: visible;
    }
}


/* --------------------------------------------------
2.16 Pagination (Bootstrap Pagination Overwrite)--- */

.pagination-container {
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
}


.pagination {
    margin: 0;
    border-radius: 0;
}

    .pagination > li > a,
    .pagination > li > span {
        padding: 6px 11px;
        color: #777;
        background-color: #ffffff;
        border: 1px solid #eaeaea;
        margin-left: 4px;
        border-radius: 0;
        transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        min-width: 34px;
        text-align: center;
    }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        margin-left: 0;
        border-radius: 0;
    }

    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-radius: 0;
    }

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #505050;
        background-color: #f1f1f1;
        border-color: #d7d7d7;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        color: #ffffff;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #fff;
        border-color: #eaeaea;
        cursor: not-allowed;
    }


/* -------------------------------------
2.17 Bootstrap Modal ----------------- */

.modal {
    z-index: 9200;
}

.modal-header {
    padding: 22px 20px;
    position: relative;
    border-bottom: none;
}

    .modal-header .close {
        font-family: 'Open Sans', Verdana;
        position: absolute;
        right: -1px;
        top: 0;
        height: 100%;
        font-size: 24px;
        width: 42px;
        background: rgba(0,0,0, 0.2);
        color: #fff;
        text-align: center;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        opacity: 0.4;
    }

        .modal-header .close:hover,
        .modal-header .close:focus {
            opacity: 0.9;
        }

.modal-header,
.modal-footer {
    background-color: #575f6b;
    color: #eaeaea;
}

    .modal-header h2,
    .modal-header h3,
    .modal-header h4 {
        color: #eaeaea;
    }

.modal.light .modal-header {
    border-bottom: 1px solid #eaeaea;
}

.modal.light .modal-header,
.modal.light .modal-footer {
    background-color: transparent;
    color: #303030;
}

    .modal.light .modal-header h2,
    .modal.light .modal-header h3,
    .modal.light .modal-header h4 {
        color: #303030;
    }

    .modal.light .modal-header .close {
        background-color: transparent;
        color: #303030;
    }

.modal-body {
    padding: 30px 20px;
}

    .modal-body .form-group:last-child,
    .modal-body .form-group:last-child .form-control {
        margin-bottom: 5px;
    }

.modal-footer {
    padding: 15px 20px;
    background: #eee;
}

    .modal-footer.text-center {
        text-align: center;
    }

    .modal-footer.text-left {
        text-align: left;
    }

.modal-content {
    background-color: #fafafa;
    border: 1px solid #2a2a2a;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.modal .input-group:last-child {
    margin-bottom: 0;
}

/* -----------------------------------------
2.18 Dividers (elements-dividers.html) -- */

.divider {
    width: 100%;
    margin: 40px 0;
    position: relative;
}

    .divider > span {
        background-color: #fff;
        display: block;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        font-size: 1.2em;
        width: 48px;
        height: 48px;
        line-height: 46px;
        border: 1px solid #eaeaea;
        text-align: center;
        border-radius: 50%;
    }

.bg-dark .divider > span {
    background-color: #2a2a2a;
}

.bg-lightgray .divider > span {
    background-color: #f2f2f2;
}

.bg-lightergray .divider > span {
    background-color: #fafafa;
}

.bg-gray .divider > span {
    background-color: #e5e5e5;
    border-color: #d0d0d0;
}

.divider.line {
    border-bottom: 1px solid #eaeaea;
}

    .divider.line.double {
        border-top: 1px solid #eaeaea;
        padding: 4px 0;
        border-bottom: 1px solid #eaeaea;
    }

.divider.bg-divider {
    padding: 5px 0;
    background-color: #eaeaea;
}

.bg-gray .divider.bg-divider {
    background-color: #d3d3d3;
}

.divider.pattern-square {
    padding: 5px 0;
    background-color: #eaeaea;
    background-image: linear-gradient(white 2px, transparent 2px), linear-gradient(90deg, white 2px, transparent 2px), linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px);
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}


/* ----------------------------------------
2.19 Team Members --------------------- */

@media (max-width: 520px) {
    .team-member-container {
        float: none;
        width: 100%;
    }
}

.team-member {
    position: relative;
    margin-bottom: 20px;
}

    .team-member.boxed-member {
        background-color: #f4f4f4;
        padding-bottom: 18px;
    }

        .team-member.boxed-member.white {
            background-color: #fff;
        }

    .team-member figure {
        margin-bottom: 25px;
        position: relative;
        padding: 15px;
        border: 0px #ccc solid;
        border-bottom: 3px #cc292a solid;
        background-color: rgba(218, 220, 228, 0.71);
    }

    .team-member .holder {
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
        background: #efeeee;
    }

        .team-member .holder:hover {
            -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
            -moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
        }

    .team-member img {
        display: inline-block;
        width: 100%;
        height: auto;
    }

    .team-member h3 {
        font-size: 18px;
        margin-bottom: 6px;
        letter-spacing: 0.5px;
    }

    .team-member .member-desc {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
        padding: 10px;
    }

        .team-member .member-desc > span {
            font-style: italic;
            font-weight: 400;
        }

    .team-member figcaption {
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 50px 0 5px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    }

    .team-member .social-icon {
        font-size: 16px;
        color: #fff;
    }

    .team-member .social-icons.dark .social-icon {
        color: #5a5a5a;
    }

    .team-member .member-meta {
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 30px 20px 30px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    }

        .team-member .member-meta h3,
        .team-member .member-meta .member-desc {
            color: #fff;
        }

.animate-hover-member {
    overflow: hidden;
}

    .animate-hover-member.team-member figure,
    .team-member-circle figure {
        margin-bottom: 0;
    }

    .animate-hover-member.team-member .member-meta,
    .animate-hover-member.team-member figcaption {
        opacity: 0;
    }

    .animate-hover-member.team-member .member-meta {
        transform: translateY(-120px);
        -webkit-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
    }

    .animate-hover-member.team-member figcaption {
        transform: translateY(90px);
        -webkit-transform: translateY(90px);
        -ms-transform: translateY(90px);
    }

    .animate-hover-member.team-member:hover .member-meta,
    .animate-hover-member.team-member:hover figcaption {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        opacity: 1;
    }


.team-member.team-animate-social figcaption {
    opacity: 0;
    overflow: hidden;
}

.team-member.team-animate-social .social-icon {
    transition: all 0.4s ease, color 0.05s linear;
    -webkit-transition: all 0.4s ease, color 0.05s linear;
}

.team-member.team-animate-social .social-icon {
    transform: translateY(90px);
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
}

    .team-member.team-animate-social .social-icon:nth-child(2) {
        transition-delay: 0.1s;
    }

    .team-member.team-animate-social .social-icon:nth-child(3) {
        transition-delay: 0.2s;
    }

    .team-member.team-animate-social .social-icon:nth-child(4) {
        transition-delay: 0.3s;
    }

    .team-member.team-animate-social .social-icon:nth-child(5) {
        transition-delay: 0.4s;
    }

    .team-member.team-animate-social .social-icon:nth-child(6) {
        transition-delay: 0.5s;
    }

.team-member.team-animate-social:hover figcaption {
    opacity: 1;
}

.team-member.team-animate-social .social-icon:hover {
    transition-delay: 0s !important;
}

.team-member.team-animate-social:hover .social-icon {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}

.team-member-circle {
    overflow: hidden;
}

    .team-member-circle,
    .team-member-circle figure,
    .team-member-circle img {
        border-radius: 500px;
    }

        .team-member-circle.circle-center .member-meta {
            bottom: 0;
            background-color: rgba(0,0,0, 0.42);
            background-image: none;
        }

        .team-member-circle.circle-center .social-icon {
            margin-bottom: 0;
        }


        .team-member-circle.circle-center .member-meta {
            visibility: hidden;
            opacity: 0;
            border-radius: 500px;
        }

        .team-member-circle.circle-center:hover .member-meta {
            opacity: 1;
            visibility: visible;
        }

        .team-member-circle.circle-center.circle-rotateIn {
            overflow: visible;
        }

            .team-member-circle.circle-center.circle-rotateIn .member-meta {
                transform: translateX(-50%) rotateZ(-360deg);
                -webkit-transform: translateX(-50%) rotateZ(-360deg);
                -ms-transform: translateX(-50%) rotateZ(-360deg);
            }

            .team-member-circle.circle-center.circle-rotateIn:hover .member-meta {
                transform: translateX(0) rotateZ(0);
                -webkit-transform: translateX(0) rotateZ(0);
                -ms-transform: translateX(0) rotateZ(0);
            }

.team-member-box {
    padding: 15px 15px 10px;
    background: #f6f6f6;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

    .team-member-box:hover {
        box-shadow: 0 3px 12px rgba(0,0,0, 0.18);
        -webkit-box-shadow: 0 3px 12px rgba(0,0,0, 0.18);
    }

    .team-member-box img {
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
    }

    .team-member-box.dark {
        background-color: #2a2a2a;
    }

        .team-member-box.dark h3,
        .team-member-box.dark .member-desc,
        .team-member-box.dark .social-icon,
        .team-member-box.dark .social-icons.dark .social-icon {
            color: #bebebe;
        }

    .team-member-box.custom h3,
    .team-member-box.custom .member-desc,
    .team-member-box.custom .social-icon,
    .team-member-box.custom .social-icons.dark .social-icon,
    .team-member-box.custom2 h3,
    .team-member-box.custom2 .member-desc,
    .team-member-box.custom2 .social-icon,
    .team-member-box.custom2 .social-icons.dark .social-icon {
        color: #eaeaea;
    }

    .team-member-box:hover img {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
    }

/* -----------------------------------------
2.20 Labels ----------------------------- */
.label {
    display: inline-block;
    padding: 0 10px;
    font: 600 10px/1.6 'Open Sans', Verdana;
    color: #fff;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    vertical-align: middle;
}

.label-popular {
    background-color: #e02a40;
}

.label-new {
    background-color: #28a1e0;
}

.label-category {
    background-color: #e53935;
}


/* --------------------------------------------------
2.21 Callouts (see:elements-callouts.html) ------- */

.callout {
    position: relative;
    margin-bottom: 60px;
    padding: 30px 25px;
    background-color: #f1f1f1;
    overflow: hidden;
}

.boxed .callout .container,
.boxed-long .callout .container {
    width: 100% !important;
}

.callout.lighter {
    background-color: #f8f8f8;
}

.callout.no-margin {
    margin: 0 !important;
}

.callout.large {
    padding: 40px 30px;
}

.callout.larger {
    padding: 50px 30px;
}

.callout.largest {
    padding: 70px 30px;
}

.callout.radius4x {
    border-radius: 4px;
}

.callout.radius8x {
    border-radius: 8px;
}

.callout.radius12x {
    border-radius: 12px;
}

.callout.no-padding-bt {
    padding-bottom: 0 !important;
}

.callout.bordered {
    /*background-color: transparent !important;*/
    border: 3px solid #f1f1f1;
}

.callout.no-bg {
    background-color: transparent !important;
}

.callout.white {
    background-color: #fff !important;
}

.callout.no-border-top {
    border-top: none !important;
}

.callout.bordered.fullwidth {
    border-left: none;
    border-right: none;
}

.callout.callout-vertical {
    text-align: center;
    padding: 35px 25px;
}

    .callout.callout-vertical.larger {
        padding: 50px 30px;
    }

    .callout.callout-vertical.largest {
        padding: 70px 30px;
    }

.callout:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 3px;
}

.callout.no-border:after,
.callout.bordered:after,
.callout.callout-vertical.no-border:after {
    display: none;
}

.callout.callout-vertical:after {
    width: auto;
    bottom: auto;
    left: 0;
    top: 0;
    right: 0;
    height: 3px;
}

    .callout.callout-vertical:after.none {
        width: auto;
        bottom: auto;
        left: 0;
        top: 0;
        right: 0;
        height: 0px;
    }

.callout-icon {
    position: absolute;
    left: 30px;
    top: 50%;
    z-index: 0;
    line-height: 1;
    font-size: 6em;
    color: #fff;
    /* vertical center and rotate little */
    transform: rotate(10deg) translateY(-50%);
    -webkit-transform: rotate(10deg) translateY(-50%);
    -ms-transform: rotate(10deg) translateY(-50%);
}

    .callout-icon.reverse {
        left: auto;
        right: 30px;
        transform: rotate(-10deg) translateY(-50%);
        -webkit-transform: rotate(-10deg) translateY(-50%);
        -ms-transform: rotate(-10deg) translateY(-50%);
    }

.bordered .callout-icon {
    color: #eaeaea;
}

.callout-wrapper {
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
}

.callout-left,
.callout-right {
    display: table-cell;
    vertical-align: middle;
}

.callout-title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.4;
}

.callout-vertical .callout-title {
    margin-bottom: 13px;
}

.callout-desc {
    font-size: 16px;
    line-height: 1.5;
}

.callout-vertical .callout-desc {
    max-width: 800px;
    margin: 0 auto 25px;
}

/* fix for auto inline-block margin */
.callout-action {
    font-size: 0;
}

    .callout-action .btn + .btn {
        margin-left: 10px;
    }

    .callout-action form {
        max-width: 420px;
        margin: 0 auto;
    }

/* Color Schemes - Dark */
.callout.dark {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
}

    .callout.dark:not(.bordered) {
        color: #9a9a9a;
    }

        .callout.dark:not(.bordered) .callout-title {
            color: #bebebe;
        }

    .callout.dark .callout-icon {
        color: #4e4e4e;
    }

/* Color Schemes - Custom*/
.callout.custom:not(.bordered) {
    color: #e1e1e1;
}

    .callout.custom:not(.bordered) .callout-title {
        color: #eaeaea;
    }

@media (min-width: 768px) {

    .callout-left {
        padding-right: 25px;
    }

        .callout-left *:last-child,
        .callout-right *:last-child {
            margin-bottom: 0;
        }

    .callout-right {
        text-align: right;
    }

        .callout-right.text-left {
            text-align: left;
        }
}

@media (max-width: 767px) {
    .callout {
        text-align: center;
    }

    .callout-wrapper,
    .callout-left,
    .callout-right {
        display: block;
    }

    .callout-desc {
        font-size: 15px;
    }

    .callout-left + .callout-right .callout-title {
        margin-top: 20px;
    }

    .callout-left + .callout-right .callout-desc {
        margin-bottom: 0;
    }

    .callout-action .min-width.btn {
        min-width: 0;
    }
}


/* =============================================
---------------  3.Header / Navbar  -------------
==============================================*/

#header {
    /*border-top:2px solid transparent;*/
    position: relative;
}

    #header.no-border {
        border: none;
    }

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border-top: none;
    border-right: none;
    border-left: none;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-top {
    background-color: rgba(0,0,0, 0.04);
    border-bottom: 1px solid transparent;
}

    .navbar-top.no-bg {
        background-color: transparent;
    }

    .navbar-top.navbar-color {
        border-bottom: none;
    }

@media (min-width: 992px) {
    .navbar-top {
        padding: 0 15px;
    }

    .boxed .navbar-top,
    .boxed-long .navbar-top {
        padding: 0;
    }
}

.navbar-top {
    font: 600 13px/38px 'Open Sans', Verdana;
}

    .navbar-top.navbar-color .social-icon,
    .navbar-top.navbar-color .navbar-top-nav > li > a,
    .navbar-top.navbar-color .dropdown-toggle {
        color: #eee !important;
    }

        .navbar-top.navbar-color .social-icon:hover,
        .navbar-top.navbar-color .navbar-top-nav > li > a:hover,
        .navbar-top.navbar-color .dropdown-toggle:hover,
        .navbar-top.navbar-color .open > .dropdown-toggle {
            color: #fff !important;
        }

.navbar-top-nav li {
    float: left;
    margin-right: 10px;
}

    .navbar-top-nav li i,
    .navbar-top .account-dropdown i {
        margin-right: 8px;
    }

    .navbar-top-nav li:after,
    .navbar-top .social-icon:after {
        content: '|';
        padding-left: 10px;
    }

.navbar-top.navbar-color .navbar-top-nav li:after,
.navbar-top.navbar-color .social-icon:after {
    color: rgba(255,255,255,0.2) !important;
}

.navbar-top-nav li:last-child:after,
.navbar-top .social-icon:last-child:after {
    content: '';
    padding-left: 0;
}

.navbar-top .social-icon {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 38px;
    padding-right: 0;
    margin-left: 0;
}

.navbar-top .pull-right .social-icon:last-child {
    margin-right: 0;
}

.navbar-top .dropdowns-container.pull-right {
    /*padding-right: 15px;
    margin-right: 30px;
    border-right: 1px solid transparent;*/
}

    .navbar-top .dropdowns-container.pull-right.last {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

.navbar-top.navbar-color .dropdowns-container.pull-right {
    border-right: none;
    padding-right: 0;
}

@media (max-width: 767px) {
    .navbar-top .dropdowns-container.pull-right {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

    .navbar-top .account-dropdown.pull-right {
        margin-left: 15px;
    }

    .boxed-container {
        padding: 0;
        min-height: 0;
    }
}

.navbar-top .dropdown-toggle {
    line-height: 38px;
    display: block;
}

.navbar-top .dropdown-toggle {
    padding: 0;
}

@media (max-width: 992px) {
    .navbar-top .pull-right .dropdown + .dropdown {
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .navbar-top .dropdown-toggle {
        padding: 0 15px;
    }

    .navbar-top .dropdowns-container.pull-right.last .currency-dropdown .dropdown-toggle {
        padding-right: 0;
    }

    .navbar-top .account-dropdown.pull-right > .dropdown-toggle {
        padding: 0;
    }
}

.navbar-top .dropdown-menu {
    margin-top: 0;
    border: 1px solid transparent;
    border-radius: 0;
    min-width: 100%;
}

    .navbar-top .dropdown-menu > li > a {
        padding: 4px 15px;
        font-size: 13px;
        font-weight: 600;
    }


.navbar-collapse {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.navbar-header.fullwidth {
    float: none;
}

.navbar-header .social-icons {
    margin-top: 28px;
    margin-bottom: 28px;
}

.navbar-header .social-icon {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 34px;
    padding-right: 0;
    margin-left: 0;
    margin-right: 12px;
}

.innerpage.navbar-brand {
    position: relative;
    float: left;
    height: 80px;
    /*padding: 23px 15px 25px 15px;*/
    font: 700 32px/1 'Raleway', Verdana, sans-serif;
    border-right: 0px solid transparent;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    background-position: center center;
    background-repeat: no-repeat;
    width: 200px;
}


.navbar-brand {
    position: relative;
    float: left;
    height: 80px;
    /*padding: 23px 15px 25px 15px;*/
    font: 700 32px/1 'Raleway', Verdana, sans-serif;
    border-right: 0px solid transparent;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    background: url(../images/pic/logo22.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 200px;
}

.navbar > .container .navbar-brand {
    margin-left: 0;
}

.navbar-brand.pull-right {
    border-right: none;
    border-left: 1px solid transparent;
}

.clear-margin-right {
    margin-right: 0 !important;
}

@media (min-width: 768px) {
    .navbar-brand {
        height: 90px;
        /*padding: 26px 15px 28px;*/
        font-size: 36px;
    }

    .container .navbar-brand {
        padding-left: 0;
        margin-left: -2px;
    }

        .container .navbar-brand.pull-right {
            padding-left: 15px;
            margin-left: 0;
        }

    .navbar .navbar-inner > .container-fluid .navbar-brand {
        margin-left: -15px;
    }

    .navbar-smaller .navbar-brand {
        /*height:60px;
            */
        font-size: 32px;
        padding: 14px 15px;
    }

    .navbar-brand.clear-padding-left {
        padding-left: 0 !important;
    }

    .navbar-brand.clear-padding-right {
        padding-right: 0 !important;
    }

    .navbar-brand-center {
        float: none;
        border: none;
        display: block;
        text-align: center;
    }

        .navbar-brand-center.bordered {
            border-left: 1px solid transparent;
            border-right: 1px solid transparent;
        }
}

@media (min-width: 992px) {
    .navbar-brand {
        /*height:100px;*/
        /*padding: 31px 30px 33px;*/
        font-size: 42px;
    }

    .navbar-smaller .navbar-brand {
        height: 45px;
        padding: 15px 30px 21px;
        font-size: 40px;
    }

    .container .navbar-brand.pull-right {
        padding-left: 30px;
        margin-left: 0;
    }

    .boxed-container .navbar-brand {
        padding-right: 15px;
        padding-left: 15px;
    }

    .boxed .container-fluid .navbar-brand,
    .boxed-long .container-fluid .navbar-brand {
        padding-left: 15px;
    }

    .navbar-header .social-icons {
        margin-top: 33px;
        margin-bottom: 33px;
    }

    .boxed-container .navbar-header .social-icons {
        padding-left: 15px;
    }
}

.navbar-toggle,
.btn-toggle {
    position: relative;
    float: left;
    padding: 8px 9px;
    margin: 24px 15px 24px 15px;
    line-height: 0;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}

    .btn-toggle.pull-right {
        margin-left: 0;
    }

    .navbar-toggle.pull-right {
        margin-left: -5px;
    }

    .navbar-toggle .icon-bar,
    .btn-toggle .icon-bar {
        display: block;
        width: 14px;
        height: 2px;
        margin: 7px 0;
        border-radius: 0;
        position: relative;
    }

        .navbar-toggle .icon-bar,
        .btn-toggle .icon-bar,
        .navbar-toggle .icon-bar:before,
        .btn-toggle .icon-bar:before,
        .navbar-toggle .icon-bar:after,
        .btn-toggle .icon-bar:after {
            display: inline-block;
            width: 14px;
            height: 2px;
            border-radius: 4px;
            transition: all 0.35s ease;
            -webkit-transition: all 0.35s ease;
        }

            .navbar-toggle .icon-bar:before,
            .navbar-toggle .icon-bar:after,
            .btn-toggle .icon-bar:before,
            .btn-toggle .icon-bar:after {
                content: '';
                position: absolute;
                left: 0;
            }

            .navbar-toggle .icon-bar:before,
            .btn-toggle .icon-bar:before {
                top: 4px;
            }

            .navbar-toggle .icon-bar:after,
            .btn-toggle .icon-bar:after {
                top: -4px;
            }

    .navbar-toggle.opened .icon-bar,
    .btn-toggle.opened .icon-bar {
        background: transparent !important;
    }

        .navbar-toggle.opened .icon-bar:before,
        .navbar-toggle.opened .icon-bar:after,
        .btn-toggle.opened .icon-bar:before,
        .btn-toggle.opened .icon-bar:after {
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            top: 0;
        }

        .navbar-toggle.opened .icon-bar:before,
        .btn-toggle.opened .icon-bar:before {
            -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
        }

        .navbar-toggle.opened .icon-bar:after,
        .btn-toggle.opened .icon-bar:after {
            -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
        }

/* Navbar Nav - Menu Style */
.navbar-nav > li > a,
.navbar-nav li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 0px;
    font: 700 14px/20px arial;
}

    .navbar-nav > li > a,
    .navbar-nav li a:hover {
        color: #333;
    }

.navbar-nav .megamenu-title {
    font-size: 15px;
    margin: 10px 0 6px;
}

.navbar-nav li li a {
    font-size: 14px;
    white-space: normal;
}

.navbar-nav li .dropdown-menu a > i {
    /*margin-right: 10px;*/
}

.navbar-nav .angle {
    margin: 0 0 0 4px;
}

.open > .dropdown-toggle > .angle:before,
.side-menu .navbar-nav li.open > a > .angle:before,
.side-menu .navbar-nav ul .open > a > .angle:before {
    content: '\f106';
}

.navbar-nav ul .angle {
    float: left;
    margin: 3px 0 0;
}

.navbar-btn {
    height: 32px;
    line-height: 32px;
    padding: 0;
    /*margin-top: 24px;
	margin-bottom: 24px;*/
    margin-left: 10px;
}

    .navbar-btn.navbar-right,
    .navbar-btn.pull-right {
        margin-left: 0;
        margin-right: 10px;
    }

    .navbar-btn.navbar-left {
        margin-left: 0;
        margin-right: 10px;
    }

    .navbar-btn.navbar-right.last,
    .navbar-btn.pull-right.last {
        margin-right: 0;
    }

.navbar-left .navbar-btn.last,
.pull-left .navbar-btn.last {
    margin-left: 0;
}


.boxed-container .navbar-btn.navbar-right.last,
.boxed-container .navbar-btn.pull-right.last {
    margin-right: 15px;
}

.navbar-btn.btn-icon {
    width: 32px;
    font-size: 14px;
    background-color: transparent;
    border: none;
    text-align: center;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.btn-transparent {
    background-color: transparent !important;
}

.btn-circle {
    border-radius: 50%;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu li a,
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .megamenu a {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-menu {
        padding-left: 10px;
    }

    .navbar-nav .dropdown-menu.pull-right {
        float: none !important;
    }

    .navbar-nav .dropdown-menu {
        border-radius: 0;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu li a {
        line-height: 20px;
    }

    .navbar-nav div[class^="col"],
    .navbar-nav div[class*=' col'] {
        padding: 0 0 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid transparent;
    }

        .navbar-nav div[class^="col"]:last-child,
        .navbar-nav div[class*=' col']:last-child {
            margin-bottom: 0;
            border-bottom: none;
        }

    .navbar-nav.pull-right {
        float: none !important;
    }

    .navbar-header .row {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-header .col-sm-4 {
        padding: 0;
    }

    .navbar-nav .angle {
        float: right;
        font-size: 16px;
        margin: 2px 0 0;
    }

    /* FADE ANIMATION FOR MOBILE MENU */
    .navbar-nav .open > .dropdown-menu {
        -webkit-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    .navbar-header .navbar-btn.pull-right.last {
        margin-right: 15px;
    }
}

@media (min-width: 768px) {

    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }

    .navbar-collapse.collapse-row {
        border-top: 1px solid transparent;
    }

    .navbar-header {
        float: none;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header {
        margin-right: 0;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
    }

    .navbar-nav {
        float: right;
    }

        .navbar-nav > li {
            float: right;
        }

    .navbar-right.last {
        margin-right: 0;
    }

    .navbar-nav > li > a {
        padding: 15px;
    }

    .navbar-nav-border > li > a {
        border-right: 1px solid transparent;
    }

    .collapse-row .navbar-nav > li > a {
        padding: 17.5px 15px;
    }

    .navbar-nav > li:first-child > a {
        padding-left: 0;
    }

    .navbar-nav-border > li:first-child > a {
        border-left: 1px solid transparent;
        padding-left: 15px;
    }

    .navbar-nav .dropdown-menu.megamenu li a,
    .navbar-nav .megamenu-title {
        padding: 6px 10px;
        white-space: normal;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
    }

        .navbar-nav .dropdown-menu.megamenu li a:hover {
            padding: 6px 10px;
            white-space: normal;
            background: #f3f3f3;
            padding-left: 10px;
            border-radius: 3px;
            color: #000;
        }

    .navbar-nav .megamenu-title {
        padding-bottom: 15px;
        margin: 0 0 10px;
        border-bottom: 1px solid transparent;
    }

    .boxed-container .megamenu {
        left: 15px;
        right: 15px;
    }

    .navbar-nav li > .dropdown-menu {
        border: none;
        border-top: 1px solid transparent;
        margin: 0;
        border-radius: 0;
        min-width: 220px;
        padding: 7px 0;
    }


        .navbar-nav li > .dropdown-menu.megamenu {
            float: none;
            padding-top: 20px;
            padding-bottom: 20px;
            background-image: url(../images/network.png);
            background-position: bottom;
        }

    .navbar-nav .sub-dropdown .dropdown-menu {
        right: auto;
        left: 100%;
        top: 0;
        border-top: none;
    }

    .navbar-nav li.reverse > .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-nav .sub-dropdown .dropdown-menu.pull-right,
    .navbar-nav .reverse .sub-dropdown .dropdown-menu {
        left: auto;
        right: 100%;
    }

    .navbar li li a {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .navbar-nav ul .angle:before,
    .navbar-nav ul .open > .dropdown-toggle > .angle:before {
        content: '\f105';
    }

    .row .navbar-collapse.collapse-row {
        padding: 0;
    }

    .navbar-btn {
        height: 36px;
        line-height: 36px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

        .navbar-btn.btn-icon {
            width: 36px;
            font-size: 14px;
        }

    .navbar-smaller .navbar-btn,
    .navbar-smaller .navbar-btn.btn-icon {
        height: 32px;
        width: 32px;
        line-height: 32px;
        font-size: 14px;
        margin-left: 3px;
    }

    .navbar-smaller .navbar-btn {
        margin: 14px 0;
    }

    .btn-toggle {
        padding: 10px;
        margin: 27px 0 27px;
    }
}

@media (min-width: 992px) {

    .navbar-header {
        float: left;
        border-bottom: none;
    }

    .navbar-nav {
        float: right;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header {
        margin-right: 30px;
    }

        .container > .navbar-header.fullwidth,
        .container-fluid > .navbar-header.fullwidth {
            margin-right: 0;
        }

    .megamenu-container .container-fluid {
        padding: 0 30px;
    }

    .container .megamenu-container .container-fluid,
    .container .megamenu-container .container-fluid,
    .boxed .container-fluid .megamenu-container .container-fluid,
    .boxed-long .container-fluid .megamenu-container .container-fluid {
        padding: 0 15px;
    }

    .navbar-collapse {
        border-top: none;
    }

        .navbar-collapse.collapse-row {
            padding: 0 30px;
        }

    .boxed .navbar-collapse.collapse-row,
    .boxed-long .navbar-collapse.collapse-row {
        padding: 0;
    }

    .boxed-container .collapse-row,
    .boxed-container .navbar-header.fullwidth {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
    }

    .boxed-container .navbar-collapse.collapse-row {
        padding: 0 15px;
    }

    .navbar-nav > li > a {
        padding: 10px 15px;
    }

    .navbar-smaller .navbar-nav > li > a {
        padding: 10px 15px;
    }

    .navbar-btn {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .navbar-smaller .navbar-btn {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .btn-toggle {
        padding: 10px 11px;
        margin: 32px 0 32px;
    }

    .container-fluid .navbar-btn.navbar-right.last,
    .container-fluid .navbar-btn.pull-right.last {
        margin-right: 15px;
    }

    .boxed .navbar-btn.navbar-right.last,
    .boxed .navbar-btn.pull-right.last,
    .boxed-long .navbar-btn.navbar-right.last,
    .boxed-long .navbar-btn.pull-right.last {
        margin-right: 0;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .navbar-nav > li > a {
        padding: 40px 12px;
    }
}

/* Menu */
.megamenu-container {
    position: static !important;
}

.megamenu {
    left: 0;
    right: 0;
}


/* Navbar Search */
#header-search-form {
    padding: 0 15px;
    position: relative;
    border-bottom: 1px solid transparent;
    overflow: hidden;
}

@media (max-width: 767px) {
    /* special-for-mobile class is important if you are using transparent header
	Important for the mobile view */
    #header-search-form.special-for-mobile {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 300;
    }
}

.navbar-form {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#header-search-form .form-control {
    width: 100%;
    display: block;
    background-color: transparent;
    border: none;
    height: auto;
    padding: 12px 0 12px 40px;
    font: 500 16px/1.5 'Raleway', Verdana;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: right;
    border-radius: 0;
    margin-bottom: 0;
}

    #header-search-form .form-control::-moz-placeholder {
        text-transform: capitalize;
    }

    #header-search-form .form-control:-ms-input-placeholder {
        text-transform: capitalize;
    }

    #header-search-form .form-control::-webkit-input-placeholder {
        text-transform: capitalize;
    }

    #header-search-form .form-control::placeholder {
        text-transform: capitalize;
    }

    #header-search-form .form-control:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

#header-search-form button[type="submit"],
#header-search-form input[type="submit"] {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 14px;
    padding: 0;
    margin: 0;
    display: block;
    border: none;
    width: 32px;
    height: 32px;
    line-height: 32px;
    right: 15px;
    margin-top: -16px;
    background-color: transparent;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}

@media (min-width: 768px) {

    #header-search-form {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 300;
        padding: 0 15px;
    }

        #header-search-form .form-control {
            padding: 20px 0 20px 42px;
            font-size: 18px;
        }


        #header-search-form button[type="submit"],
        #header-search-form input[type="submit"] {
            right: 30px;
            font-size: 14px;
            line-height: 36px;
            width: 36px;
            height: 36px;
            left: 0;
            margin-top: -18px;
        }

    .ie9 #header-search-form button[type="submit"],
    .ie9 #header-search-form input[type="submit"] {
        left: 30px;
    }
}

@media (min-width: 992px) {

    #header-search-form {
        padding: 0 30px;
    }

    .boxed #header-search-form,
    .boxed-long #header-search-form {
        padding: 0;
    }
}

@media (max-width: 767px) {

    #header-search-form .container {
        padding: 0;
    }

    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }

    .cart-dropdown.pull-left > .navbar-btn {
        margin-left: -5px;
    }
}

.cart-dropdown {
    margin: 0 10px;
}

    .cart-dropdown .navbar-btn {
        position: relative;
    }

        .cart-dropdown .navbar-btn .badge {
            position: absolute;
            top: -4px;
            right: -4px;
            font-size: 10px;
            line-height: 1;
            padding: 4px 6.1px;
            font-weight: 400;
        }

    .cart-dropdown.navbar-left,
    .cart-dropdown.pull-left {
        margin-left: 0;
    }

    .cart-dropdown.navbar-right,
    .cart-dropdown.pull-right {
        margin-left: 0;
        margin-right: 10px;
    }

.cart-dropdown-menu {
    width: 320px;
    padding: 20px 15px;
    margin: 0;
    border-radius: 0;
    border: none;
    border-top: 1px solid transparent;
}

.cart-dropdown-desc {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

    .cart-dropdown-desc i {
        font-size: 18px;
        margin-right: 10px;
    }

/* CHECK AFTER PRODUCT STYLING */
.cart-dropdown .product {
    position: relative;
    margin-bottom: 10px;
}

    .cart-dropdown .product figure {
        float: left;
        width: 90px;
    }

        .cart-dropdown .product figure a {
            display: block;
        }

.cart-dropdown .product-meta {
    margin-left: 105px;
    padding-right: 10px;
}

.cart-dropdown .product-name {
    text-transform: uppercase;
    font: 700 13px/1.5 'Open Sans', Verdana;
    margin-bottom: 7px;
}

.cart-dropdown .remove-btn {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
}

@media (min-width:768px) {
    .cart-dropdown .remove-btn {
        opacity: 0;
        visibility: hidden;
    }

    .cart-dropdown .product:hover .remove-btn,
    .cart-dropdown .product:focus .remove-btn {
        opacity: 1;
        visibility: visible;
    }
}

.cart-dropdown .product-quantity {
    margin-bottom: 4px;
    font-size: 13px;
}

.cart-dropdown .product-price-container {
    font-size: 15px;
    font-weight: 700;
}

.cart-dropdown .product-old-price {
    margin-left: 4px;
    font-size: 14px;
}

.cart-dropdown .cart-action-total {
    line-height: 34px;
    font-weight: 700;
    font-size: 15px;
}

    .cart-dropdown .cart-action-total > span {
        text-transform: uppercase;
        margin-right: 4px;
        font-size: 14px;
    }

@media (max-width: 480px) {
    .cart-dropdown.dropdown {
        position: static;
    }

    .cart-dropdown-menu {
        width: 100%;
    }
}

.cart-dropdown .btn {
    padding: 6.5px 14px;
}

/* Side Menu Style */
.side-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    z-index: 999;
    width: 300px;
    background-color: #fff;
}

    .side-menu.left {
        left: -300px;
    }

    .side-menu.right {
        right: -300px;
    }

    .side-menu.header-side-menu .logo {
        margin-top: 10px;
    }

    .side-menu.header-side-menu .side-menu-btn {
        position: absolute;
        top: 0;
        z-index: 999;
        margin: 0;
    }

    .side-menu.header-side-menu .side-menu-btn,
    .side-menu.header-side-menu.left .side-menu-btn {
        left: 100%;
    }

    .side-menu.header-side-menu.right .side-menu-btn {
        left: auto;
        right: 100%;
    }

    .side-menu.left.opened {
        left: 0;
    }

    .side-menu.right.opened {
        right: 0;
    }

.side-menu-wrapper {
    height: 100%;
    padding: 25px 15px 25px 25px;
}

.TEBAS-menu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 990;
    background-color: rgba(0,0,0, 0.42);
    visibility: hidden;
    opacity: 0;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    cursor: pointer;
}

.side-menu.opened + #main-content + .TEBAS-menu-overlay {
    opacity: 1;
    visibility: visible;
}

.side-menu #header-search-form {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding: 0 15px 0 0;
    margin-bottom: 25px;
    margin-top: -6px;
}

.header-side-menu .social-icons {
    margin-top: 30px;
    text-align: center;
    padding-right: 10px;
}

    .header-side-menu .social-icons.text-left {
        text-align: left;
    }

    .header-side-menu .social-icons.text-right {
        text-align: right;
    }

    .header-side-menu .social-icons.text-left .social-icon:first-child {
        margin-left: 0;
    }

    .header-side-menu .social-icons.text-right .social-icon:last-child {
        margin-right: 0;
    }


@media (min-width: 767px) {
    .side-menu #header-search-form {
        margin-top: -1px;
    }
}

@media (min-width: 992px) {
    .side-menu #header-search-form {
        margin-top: 3px;
    }

    .side-menu.header-side-menu.left {
        left: 0;
    }

    .side-menu.header-side-menu.right {
        right: 0;
    }

    .boxed-long .side-menu.header-side-menu.left {
        left: auto;
    }

    .boxed-long .side-menu.header-side-menu.right {
        right: auto;
    }

    .side-menu.header-side-menu .side-menu-btn,
    .header-side-menu.opened + #main-content + .TEBAS-menu-overlay {
        display: none;
    }
}

.side-menu #header-search-form .form-control {
    padding: 10px 5px 10px 40px;
    border-bottom: 1px solid transparent;
    font-size: 14px;
}

.side-menu .navbar-nav {
    padding-right: 15px;
    margin: 0;
}

    .side-menu .navbar-nav,
    .side-menu .navbar-nav li {
        float: none;
    }

        .side-menu .navbar-nav ul {
            display: none;
        }

        .side-menu .navbar-nav > li > a {
            padding: 10px 0;
        }

            .side-menu .navbar-nav > li > a > i {
                margin-right: 7px;
                font-size: 1.2em;
                width: 25px;
            }

.side-menu.small-icons .navbar-nav > li > a > i {
    font-size: 1em;
    margin-right: 15px;
}

.side-menu .navbar-nav ul {
    padding: 0 0 0 32px;
}

    .side-menu .navbar-nav ul ul {
        padding: 0 15px;
        border-left: 1px solid transparent;
    }

.side-menu .navbar-nav li li a {
    padding: 5px 0;
}

.side-menu .navbar-nav ul ul li:first-child > a {
    padding-top: 8px;
}

.side-menu .navbar-nav ul ul li:last-child > a {
    padding-bottom: 8px;
}

.side-menu .navbar-nav .angle {
    float: right;
    margin-top: 2px;
    font-size: 1.1em;
}

/* MOVE TO MAIN CONTENT AREA */
#main-content {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.side-menu.left.push.opened + #main-content {
    transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
}

.side-menu.right.push.opened + #main-content {
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
}


@media (min-width: 992px) {

    .boxed-long .side-menu.header-side-menu + #main-content .container,
    .boxed .side-menu.header-side-menu + #main-content .container {
        width: 100%;
    }

    .header-side-menu.left + #main-content {
        padding-left: 300px;
    }

    .header-side-menu.right + #main-content {
        padding-right: 300px;
    }

    .header-side-menu + #main-content .container,
    .header-side-menu + #main-content .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

        .header-side-menu + #main-content .container.container-masonry,
        .header-side-menu + #main-content .container-fluid.container-masonry {
            padding-left: 15px;
            padding-right: 15px;
        }

    .header-side-menu.opened + #main-content,
    .header-side-menu.left.opened + #main-content,
    .header-side-menu.right.opened + #main-content {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    .side-menu.header-side-menu + #main-content .container {
        width: 100%;
    }
}


/* 
----  DROPDOWN / MENU ANIMATIONS BY CLASS 

Animations - add these clases to the parent element - Navbar Or dropdown
1.fade - add navbar "fade-dropdown" class
2.Left To Right - add navbar "ltr-dropdown" class
3.Right To Left - add navbar "rtl-dropdown" class
4.Top To Bottom - add navbar "ttb-dropdown" class
5.Bottom To Top  - add navbar "btt-dropdown" class

*/

/* Animation properties via "animated-dropdown" class change duration of animations and etc.. */
.animated-dropdown .dropdown > .dropdown-menu {
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.5s;
}

@-webkit-keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Left to right */
@-webkit-keyframes leftToRight {
    0% {
        opacity: 0;
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@keyframes leftToRight {
    0% {
        opacity: 0;
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

/* Right to left */
@-webkit-keyframes rightToLeft {
    0% {
        opacity: 0;
        transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@keyframes rightToLeft {
    0% {
        opacity: 0;
        transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

/*Top to bottom  */
@-webkit-keyframes topToBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes topToBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Bottom to top */
@-webkit-keyframes bottomToTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bottomToTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* fade Animation */
.fade-dropdown .dropdown.open > .dropdown-menu {
    animation-name: fadeDropdown;
    -webkit-animation-name: fadeDropdown;
    animation-duration: 0.85s;
    -webkit-animation-duration: 0.85s;
}

/* Left To Right animation */
.ltr-dropdown .dropdown.open > .dropdown-menu {
    animation-name: leftToRight;
    -webkit-animation-name: leftToRight;
}

/* Right To Left animation */
.rtl-dropdown .dropdown.open > .dropdown-menu {
    animation-name: rightToLeft;
    -webkit-animation-name: rightToLeft;
}

/* Top To Bottom animation */
.ttb-dropdown .dropdown.open > .dropdown-menu {
    animation-name: topToBottom;
    -webkit-animation-name: topToBottom;
}

/* Bottom To Top animation */
.btt-dropdown .dropdown.open > .dropdown-menu {
    animation-name: bottomToTop;
    -webkit-animation-name: bottomToTop;
    background-image: url(../images/network.png);
    background-position: bottom;
}

@media (max-width: 767px) {
    /* Dsable Animation for mobile/collapsed menu*/
    .navbar-collapse .dropdown > .dropdown-menu,
    .navbar-collapse .dropdown.open > .dropdown-menu {
        animation: none !important;
        -webkit-animation: none !important;
    }
}

/* Navbar styling - via classes - 5 navbar color predefined classes 
	1.navbar-default
	2.navbar-white
	3.navbar-inverse
	4.navbar-transparent (absolute position with color navbar-white or navbar inverse)
*/

/* 1. Navbar Default */
.navbar-default {
    background-color: #eaeaea;
    border-color: #d7d7d7;
}

    .navbar-default .navbar-top {
        border-bottom-color: #d7d7d7;
    }

        .navbar-default .navbar-top a {
            color: #8a8a8a;
        }

        .navbar-default .navbar-top-nav li:after,
        .navbar-default .navbar-top .social-icon:after {
            color: #bababa;
        }

        .navbar-default .navbar-top .dropdowns-container.pull-right {
            border-right-color: #d7d7d7;
        }

        .navbar-default .navbar-top .dropdown-menu {
            border-color: #c2c2c2;
            background-color: #d7d7d7;
            box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
            -webkit-box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
        }

    .navbar-default .navbar-brand {
        color: #7a7a7a;
        border-color: #d7d7d7;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #d7d7d7;
    }

    .navbar-default .navbar-text {
        color: #7a7a7a;
    }

    .navbar-default .navbar-nav li > a,
    .navbar-default .dropdown-menu li a,
    .navbar-default .navbar-nav .megamenu-title {
        color: #7a7a7a;
    }

        .navbar-default .navbar-nav .open > a,
        .navbar-default .navbar-nav .open > a:hover,
        .navbar-default .navbar-nav .open > a:focus,
        .navbar-default .navbar-nav .active > a,
        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > .active > a:focus,
        .navbar-default li a:hover,
        .navbar-default .navbar-nav .megamenu-title:hover,
        .navbar-default .dropdown-menu > li > a:hover,
        .navbar-default .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle,
    .navbar-default .btn-toggle {
        background-color: #ddd;
    }

        .navbar-default .navbar-toggle .icon-bar,
        .navbar-default .btn-toggle .icon-bar,
        .navbar-default .navbar-toggle .icon-bar:after,
        .navbar-default .navbar-toggle .icon-bar:before,
        .navbar-default .btn-toggle .icon-bar:after,
        .navbar-default .btn-toggle .icon-bar:before {
            background-color: #7a7a7a;
        }

        .navbar-default .navbar-toggle:hover .icon-bar,
        .navbar-default .navbar-toggle:hover .icon-bar:before,
        .navbar-default .navbar-toggle:hover .icon-bar:after,
        .navbar-default .navbar-toggle:focus .icon-bar,
        .navbar-default .navbar-toggle:focus .icon-bar:before,
        .navbar-default .navbar-toggle:focus .icon-bar:after .navbar-default .btn-toggle:hover .icon-bar,
        .navbar-default .btn-toggle:hover .icon-bar:before,
        .navbar-default .btn-toggle:hover .icon-bar:after,
        .navbar-default .btn-toggle:focus .icon-bar,
        .navbar-default .btn-toggle:focus .icon-bar:before,
        .navbar-default .btn-toggle:focus .icon-bar:after {
            background: #5a5a5a;
        }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle.opened,
        .navbar-default .btn-toggle:hover,
        .navbar-default .btn-toggle:focus,
        .navbar-default .btn-toggle.opened {
            background-color: #cacaca;
        }

    .navbar-default.sticky-menu.fixed .navbar-nav li > .dropdown-menu,
    .navbar-default .sticky-menu.fixed .navbar-nav li > .dropdown-menu {
        border-top-color: #d7d7d7;
    }

    .navbar-default .navbar-btn.btn-icon {
        color: #7a7a7a;
        background-color: #ddd;
    }

        .navbar-default .navbar-btn.btn-icon:hover,
        .navbar-default .navbar-btn.btn-icon:focus,
        .navbar-default .open > .navbar-btn.btn-icon {
            background-color: #cacaca;
        }


    .navbar-default.side-menu .navbar-nav ul ul {
        border-left-color: #c7c7c7;
    }

    .navbar-default.side-menu.header-side-menu.left {
        box-shadow: 2px 0 5px rgba(0,0,0, 0.06);
        -webkit-box-shadow: 2px 0 5px rgba(0,0,0, 0.06);
    }

    .navbar-default.side-menu.header-side-menu.right {
        box-shadow: -2px 0 5px rgba(0,0,0, 0.06);
        -webkit-box-shadow: -2px 0 5px rgba(0,0,0, 0.06);
    }

/* Navbar Default Search Form*/
#header-search-form.navbar-default {
    background-color: #e0e0e0;
    border-bottom-color: #d7d7d7;
}

    .navbar-default .form-control,
    .navbar-default button[type="submit"],
    .navbar-default input[type="submit"] #header-search-form.navbar-default .form-control,
    #header-search-form.navbar-default button[type="submit"],
    #header-search-form.navbar-default input[type="submit"] {
        color: #7a7a7a;
    }

    #header-search-form.navbar-default .form-control::-moz-placeholder {
        color: #7a7a7a;
    }

    #header-search-form.navbar-default .form-control:-ms-input-placeholder {
        color: #7a7a7a;
    }

    #header-search-form.navbar-default .form-control::-webkit-input-placeholder {
        color: #7a7a7a;
    }

    #header-search-form.navbar-default .form-control::placeholder {
        color: #7a7a7a;
    }

    .navbar-default #header-search-form button[type="submit"]:hover,
    .navbar-default #header-search-form input[type="submit"]:hover,
    .navbar-default #header-search-form button[type="submit"]:focus,
    .navbar-default #header-search-form input[type="submit"]:focus,
    #header-search-form.navbar-default button[type="submit"]:hover,
    #header-search-form.navbar-default input[type="submit"]:hover,
    #header-search-form.navbar-default button[type="submit"]:focus,
    #header-search-form.navbar-default input[type="submit"]:focus {
        background-color: #cacaca;
    }

.navbar-default.side-menu #header-search-form .form-control {
    border-bottom-color: #d7d7d7;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #7a7a7a;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu {
        background-color: #d7d7d7;
    }

    .navbar-default .navbar-nav .open > .dropdown-toggle,
    .navbar-default .navbar-nav .open > .dropdown-toggle:hover,
    .navbar-default .navbar-nav .open > .dropdown-toggle:focus {
        background-color: #c9c9c9;
    }

    .navbar-default .navbar-nav .dropdown-menu .open .dropdown-menu {
        background-color: #c9c9c9;
    }

    .navbar-default .navbar-nav .dropdown-menu .open > .dropdown-toggle,
    .navbar-default .navbar-nav .dropdown-menu .open > .dropdown-toggle:hover,
    .navbar-default .navbar-nav .dropdown-menu .open > .dropdown-toggle:focus {
        background-color: #c0c0c0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-nav div[class^="col"],
    .navbar-default .navbar-nav div[class*=' col'] {
        border-bottom-color: #c7c7c7;
    }

    .navbar-default .navbar-nav .megamenu-title {
        color: #9a9a9a;
    }
}


@media (min-width: 768px) {

    .navbar-default .navbar-collapse.collapse-row {
        border-top-color: #d7d7d7;
    }

    .navbar-default .navbar-nav-border > li > a {
        border-right-color: #d7d7d7 !important;
    }

    .navbar-default .navbar-nav-border > li:first-child > a {
        border-left-color: #d7d7d7 !important;
    }

    .navbar-default .dropdown-menu {
        background-color: #ddd;
    }

    .navbar-default .navbar-nav .megamenu-title {
        border-bottom-color: #cacaca;
    }

    .navbar-default .navbar-nav li > .dropdown-menu {
        box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
        -webkit-box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
    }

    .navbar-default .navbar-nav .sub-dropdown .dropdown-menu {
        box-shadow: 2px 4px 10px rgba(0,0,0, 0.2);
        -webkit-box-shadow: 2px 4px 10px rgba(0,0,0, 0.2);
    }

        .navbar-default .navbar-nav .sub-dropdown .dropdown-menu.pull-right,
        .navbar-default .navbar-nav .reverse .sub-dropdown .dropdown-menu {
            box-shadow: -2px 4px 10px rgba(0,0,0, 0.2);
            -webkit-box-shadow: -2px 4px 10px rgba(0,0,0, 0.2);
        }
}

@media (min-width: 992px) {
    .navbar-default .boxed-container .collapse-row,
    .navbar-default .boxed-container .navbar-header.fullwidth {
        border-left-color: #d7d7d7;
        border-right-color: #d7d7d7;
    }
}

.navbar-default .navbar-link {
    color: #7a7a7a;
}

.navbar-default .btn-link {
    color: #7a7a7a;
}

/* Navbar Shopping Cart - Dropdown Menu */
.navbar-default .cart-dropdown-menu {
    box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
    background-color: #ddd;
}

    .navbar-default .cart-dropdown-menu hr {
        border-top-color: #cacaca;
    }

.navbar-default .cart-dropdown-desc {
    color: #8a8a8a;
}

.navbar-default .cart-dropdown .product-old-price,
.navbar-default .cart-dropdown .product-name a,
.cart-dropdown .cart-action-total > span {
    color: #7a7a7a;
}

.navbar-default .cart-dropdown .remove-btn {
    color: #7a7a7a;
    background-color: #cacaca;
}

    .navbar-default .cart-dropdown .remove-btn:hover,
    .navbar-default .cart-dropdown .remove-btn:focus {
        color: #5a5a5a;
        background-color: #b7b7b7;
    }

.navbar-default .sticky-menu.fixed .cart-dropdown-menu {
    border-top-color: #d7d7d7;
}

/* 2. Navbar White */
.navbar-white {
    background-color: #fff;
    border-color: #eaeaea;
}

    .navbar-white .navbar-top {
        /*border-bottom-color: #eaeaea;*/
        background-color: #cc292a;
    }

        .navbar-white .navbar-top a {
            color: #fff;
        }

            .navbar-white .navbar-top a:hover {
                color: red !important;
            }

            .navbar-white .navbar-top a:focus {
                color: red !important;
            }

        .navbar-white .navbar-top-nav li:after,
        .navbar-white .navbar-top .social-icon:after {
            color: #cc292a;
        }

        .navbar-white .navbar-top .dropdowns-container.pull-right {
            /*border-right-color: #659fc3;*/
        }

        .navbar-white .navbar-top .dropdown-menu {
                background-color: rgba(1, 10, 19, 0.59);
            /*border-color: #eaeaea;
            background-color: #fff;
            box-shadow: 0 5px 9px rgba(0,0,0, 0.1);
            -webkit-box-shadow: 0 5px 9px rgba(0,0,0, 0.1);*/
        }

    .navbar-white .navbar-brand {
        color: #505050;
        /*border-color: #eaeaea;*/
    }

    .navbar-white.sticky-menu.fixed .navbar-nav li > .dropdown-menu,
    .navbar-white .sticky-menu.fixed .navbar-nav li > .dropdown-menu {
        border-top-color: #eaeaea;
    }

    .navbar-white .navbar-brand:hover,
    .navbar-white .navbar-brand:focus {
        color: #3a3a3a;
        background-color: transparent;
    }

    .navbar-white .navbar-collapse,
    .navbar-white .navbar-form {
        border-color: #eaeaea;
    }

    .navbar-white .navbar-text,
    .navbar-white .navbar-nav li > a,
    .navbar-white .dropdown-menu li a,
    .navbar-white .navbar-nav .megamenu-title {
        color: #505050;
    }

        .navbar-white .navbar-nav .open > a,
        .navbar-white .navbar-nav .open > a:hover,
        .navbar-white .navbar-nav .open > a:focus,
        .navbar-white .navbar-nav .active > a,
        .navbar-white .navbar-nav > .active > a,
        .navbar-white .navbar-nav > .active > a:hover,
        .navbar-white .navbar-nav > .active > a:focus,
        .navbar-white li a:hover,
        .navbar-white .navbar-nav .megamenu-title:hover,
        .navbar-white .dropdown-menu > li > a:hover,
        .navbar-white .dropdown-menu > li > a:focus,
        .navbar-white .navbar-nav > li > a:hover,
        .navbar-white .navbar-nav > li > a:focus {
            background-color: transparent;
        }

    .navbar-white .navbar-nav > .disabled > a,
    .navbar-white .navbar-nav > .disabled > a:hover,
    .navbar-white .navbar-nav > .disabled > a:focus {
        color: #bbb;
        background-color: transparent;
    }

    .navbar-white .navbar-toggle,
    .navbar-white .btn-toggle {
        background-color: #f0f0f0;
    }

        .navbar-white .navbar-toggle .icon-bar,
        .navbar-white .btn-toggle .icon-bar,
        .navbar-white .navbar-toggle .icon-bar:after,
        .navbar-white .navbar-toggle .icon-bar:before,
        .navbar-white .btn-toggle .icon-bar:after,
        .navbar-white .btn-toggle .icon-bar:before {
            background-color: #505050;
        }

        .navbar-white .navbar-toggle:hover .icon-bar,
        .navbar-white .navbar-toggle:hover .icon-bar:before,
        .navbar-white .navbar-toggle:hover .icon-bar:after,
        .navbar-white .navbar-toggle:focus .icon-bar,
        .navbar-white .navbar-toggle:focus .icon-bar:before,
        .navbar-white .navbar-toggle:focus .icon-bar:after .navbar-white .btn-toggle:hover .icon-bar,
        .navbar-white .btn-toggle:hover .icon-bar:before,
        .navbar-white .btn-toggle:hover .icon-bar:after,
        .navbar-white .btn-toggle:focus .icon-bar,
        .navbar-white .btn-toggle:focus .icon-bar:before,
        .navbar-white .btn-toggle:focus .icon-bar:after {
            background: #505050;
        }

        .navbar-white .navbar-toggle:hover,
        .navbar-white .navbar-toggle:focus,
        .navbar-white .navbar-toggle.opened,
        .navbar-white .btn-toggle:hover,
        .navbar-white .btn-toggle:focus,
        .navbar-white .btn-toggle.opened {
            background-color: #dedede;
        }

    .navbar-white .navbar-btn.btn-icon {
        color: #505050;
        background-color: #f0f0f0;
    }

        .navbar-white .navbar-btn.btn-icon:hover,
        .navbar-white .navbar-btn.btn-icon:focus,
        .navbar-white .open > .navbar-btn.btn-icon {
            background-color: #dedede;
        }


    .navbar-white.side-menu .navbar-nav ul ul {
        border-left-color: #aaa;
    }

    .navbar-white.side-menu.header-side-menu.left {
        box-shadow: 3px 0 7px rgba(0,0,0, 0.05);
        -webkit-box-shadow: 3px 0 7px rgba(0,0,0, 0.05);
    }

    .navbar-white.side-menu.header-side-menu.right {
        box-shadow: -3px 0 7px rgba(0,0,0, 0.05);
        -webkit-box-shadow: -3px 0 7px rgba(0,0,0, 0.05);
    }

/* Navbar White Search Form*/
#header-search-form.navbar-white {
    background-color: #fff;
    border-bottom-color: #eaeaea;
}

    .navbar-white .form-control,
    .navbar-white button[type="submit"],
    .navbar-white input[type="submit"] #header-search-form.navbar-white .form-control,
    #header-search-form.navbar-white button[type="submit"],
    #header-search-form.navbar-white input[type="submit"] {
        color: #505050;
    }

    #header-search-form.navbar-white .form-control::-moz-placeholder {
        color: #505050;
    }

    #header-search-form.navbar-white .form-control:-ms-input-placeholder {
        color: #505050;
    }

    #header-search-form.navbar-white .form-control::-webkit-input-placeholder {
        color: #505050;
    }

    #header-search-form.navbar-white .form-control::placeholder {
        color: #505050;
    }

    .navbar-white #header-search-form button[type="submit"]:hover,
    .navbar-white #header-search-form input[type="submit"]:hover,
    .navbar-white #header-search-form button[type="submit"]:focus,
    .navbar-white #header-search-form input[type="submit"]:focus,
    #header-search-form.navbar-white button[type="submit"]:hover,
    #header-search-form.navbar-white input[type="submit"]:hover,
    #header-search-form.navbar-white button[type="submit"]:focus,
    #header-search-form.navbar-white input[type="submit"]:focus {
        background-color: #eaeaea;
    }

.navbar-white.side-menu #header-search-form .form-control {
    border-bottom-color: #eaeaea;
}

@media (max-width: 767px) {
    .navbar-white .navbar-nav .open .dropdown-menu > li > a {
        color: #505050;
    }

        .navbar-white .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-white .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: transparent;
        }

    .navbar-white .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-white .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-white .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #eaeaea;
    }

    .navbar-white .navbar-nav .open .dropdown-menu {
        background-color: #f8f8f8;
    }

    .navbar-white .navbar-nav .open > .dropdown-toggle,
    .navbar-white .navbar-nav .open > .dropdown-toggle:hover,
    .navbar-white .navbar-nav .open > .dropdown-toggle:focus {
        background-color: #f0f0f0;
    }

    .navbar-white .navbar-nav .dropdown-menu .open .dropdown-menu {
        background-color: #eee;
    }

    .navbar-white .navbar-nav .dropdown-menu .open > .dropdown-toggle,
    .navbar-white .navbar-nav .dropdown-menu .open > .dropdown-toggle:hover,
    .navbar-white .navbar-nav .dropdown-menu .open > .dropdown-toggle:focus {
        background-color: #e5e5e5;
    }

    .navbar-white .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #bbb;
        background-color: transparent;
    }

    .navbar-white .navbar-nav div[class^="col"],
    .navbar-white .navbar-nav div[class*=' col'] {
        border-bottom-color: #eaeaea;
    }

    .navbar-white .navbar-nav .megamenu-title {
        color: #666;
    }
}


@media (min-width: 768px) {

    .navbar-white .navbar-collapse.collapse-row {
        border-top-color: #eaeaea;
    }

    .navbar-white .navbar-nav-border > li > a {
        border-right-color: #eaeaea !important;
    }

    .navbar-white .navbar-nav-border > li:first-child > a {
        border-left-color: #eaeaea !important;
    }

    .navbar-white .dropdown-menu {
        background-color: #fff;
    }

    .navbar-white .navbar-nav .megamenu-title {
        border-bottom-color: #eaeaea;
    }

    .navbar-white .navbar-nav li > .dropdown-menu {
        box-shadow: 0 5px 9px rgba(0,0,0, 0.18);
        -webkit-box-shadow: 0 5px 9px rgba(0,0,0, 0.18);
    }

        .navbar-white .navbar-nav li > .dropdown-menu li p {
            padding-left: 30px;
            color: #9a9a9a;
        }

    .navbar-white .navbar-nav .sub-dropdown .dropdown-menu {
        box-shadow: 2px 5px 10px rgba(0,0,0, 0.18);
        -webkit-box-shadow: 2px 5px 10px rgba(0,0,0, 0.18);
    }

        .navbar-white .navbar-nav .sub-dropdown .dropdown-menu.pull-right,
        .navbar-white .navbar-nav .reverse .sub-dropdown .dropdown-menu {
            box-shadow: -2px 5px 10px rgba(0,0,0, 0.18);
            -webkit-box-shadow: -2px 5px 10px rgba(0,0,0, 0.18);
        }
}

@media (min-width: 992px) {
    .navbar-white .boxed-container .collapse-row,
    .navbar-white .boxed-container .navbar-header.fullwidth {
        border-left-color: #eaeaea;
        border-right-color: #eaeaea;
    }
}

.navbar-white .navbar-link {
    color: #505050;
}

.navbar-white .btn-link {
    color: #505050;
}

/* Navbar Shopping Cart - Dropdown Menu */
.navbar-white .cart-dropdown-menu {
    box-shadow: 0 5px 9px rgba(0,0,0, 0.18);
    -webkit-box-shadow: 0 5px 9px rgba(0,0,0, 0.18);
    background-color: #fff;
}

    .navbar-white .cart-dropdown-menu hr {
        border-top-color: #eaeaea;
    }

.navbar-white .cart-dropdown-desc {
    color: #777;
}

.navbar-white .cart-dropdown .product-old-price,
.navbar-white .cart-dropdown .product-name a,
.cart-dropdown .cart-action-total > span {
    color: #505050;
}

.navbar-white .cart-dropdown .remove-btn {
    color: #505050;
    background-color: #eaeaea;
}

    .navbar-white .cart-dropdown .remove-btn:hover,
    .navbar-white .cart-dropdown .remove-btn:focus {
        color: #303030;
        background-color: #dadada;
    }

.navbar-white .sticky-menu.fixed .cart-dropdown-menu {
    border-top-color: #eaeaea;
}

/* 3. Navbar Inverse */
.navbar-inverse {
    background-color: #2a2a2a;
    border-color: #3e3e3e;
}

    .navbar-inverse .navbar-top {
        border-bottom-color: #3e3e3e;
    }

        .navbar-inverse .navbar-top a {
            color: #9a9a9a;
        }

            .navbar-inverse .navbar-top a:hover,
            .navbar-inverse .navbar-top a:focus,
            .navbar-inverse .navbar-top .open > .dropdown-toggle {
                color: #e1e1e1;
            }

        .navbar-inverse .navbar-top-nav li:after,
        .navbar-inverse .navbar-top .social-icon:after {
            color: #cc292a;
        }

        .navbar-inverse .navbar-top .dropdowns-container.pull-right {
            border-right-color: #3e3e3e;
        }

        .navbar-inverse .navbar-top .dropdown-menu {
            border-color: #3e3e3e;
            background-color: #2e2e2e;
            box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
            -webkit-box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
        }

    .navbar-inverse .navbar-brand {
        color: #9a9a9a;
        border-color: #3e3e3e;
    }

    .navbar-inverse.sticky-menu.fixed .navbar-nav li > .dropdown-menu,
    .navbar-inverse .sticky-menu.fixed .navbar-nav li > .dropdown-menu {
        border-top-color: #3e3e3e;
    }

    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
        color: #bebebe;
        background-color: transparent;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #505050;
    }

    .navbar-inverse .navbar-text {
        color: #9a9a9a;
    }

    .navbar-inverse .navbar-nav li > a,
    .navbar-inverse .dropdown-menu li a,
    .navbar-inverse .navbar-nav .megamenu-title {
        color: #9a9a9a;
    }

        .navbar-inverse .navbar-nav .open > a,
        .navbar-inverse .navbar-nav .open > a:hover,
        .navbar-inverse .navbar-nav .open > a:focus,
        .navbar-inverse .navbar-nav .active > a,
        .navbar-inverse .navbar-nav > .active > a,
        .navbar-inverse .navbar-nav > .active > a:hover,
        .navbar-inverse .navbar-nav > .active > a:focus,
        .navbar-inverse li a:hover,
        .navbar-inverse .navbar-nav .megamenu-title:hover,
        .navbar-inverse .dropdown-menu > li > a:hover,
        .navbar-inverse .dropdown-menu > li > a:focus,
        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #bebebe;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle,
    .navbar-inverse .btn-toggle {
        background-color: #4a4a4a;
    }

        .navbar-inverse .navbar-toggle .icon-bar,
        .navbar-inverse .btn-toggle .icon-bar,
        .navbar-inverse .navbar-toggle .icon-bar:after,
        .navbar-inverse .navbar-toggle .icon-bar:before,
        .navbar-inverse .btn-toggle .icon-bar:after,
        .navbar-inverse .btn-toggle .icon-bar:before {
            background-color: #b7b7b7;
        }

        .navbar-inverse .navbar-toggle:hover .icon-bar,
        .navbar-inverse .navbar-toggle:hover .icon-bar:before,
        .navbar-inverse .navbar-toggle:hover .icon-bar:after,
        .navbar-inverse .navbar-toggle:focus .icon-bar,
        .navbar-inverse .navbar-toggle:focus .icon-bar:before,
        .navbar-inverse .navbar-toggle:focus .icon-bar:after .navbar-inverse .btn-toggle:hover .icon-bar,
        .navbar-inverse .btn-toggle:hover .icon-bar:before,
        .navbar-inverse .btn-toggle:hover .icon-bar:after,
        .navbar-inverse .btn-toggle:focus .icon-bar,
        .navbar-inverse .btn-toggle:focus .icon-bar:before,
        .navbar-inverse .btn-toggle:focus .icon-bar:after {
            background: #b7b7b7;
        }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus,
        .navbar-inverse .navbar-toggle.opened,
        .navbar-inverse .btn-toggle:hover,
        .navbar-inverse .btn-toggle:focus,
        .navbar-inverse .btn-toggle.opened {
            background-color: #3a3a3a;
        }

    .navbar-inverse .navbar-btn.btn-icon {
        color: #b7b7b7;
        background-color: #4a4a4a;
    }

        .navbar-inverse .navbar-btn.btn-icon:hover,
        .navbar-inverse .navbar-btn.btn-icon:focus,
        .navbar-inverse .open > .navbar-btn.btn-icon {
            color: #cacaca;
            background-color: #3a3a3a;
        }


    .navbar-inverse.side-menu .navbar-nav ul ul {
        border-left-color: #505050;
    }

/* Navbar Default Search Form*/
#header-search-form.navbar-inverse {
    background-color: #333;
    border-bottom-color: #3e3e3e;
}

    .navbar-inverse .form-control,
    .navbar-inverse button[type="submit"],
    .navbar-inverse input[type="submit"] #header-search-form.navbar-inverse .form-control,
    #header-search-form.navbar-inverse button[type="submit"],
    #header-search-form.navbar-inverse input[type="submit"] {
        color: #9a9a9a;
    }

    #header-search-form.navbar-inverse .form-control::-moz-placeholder {
        color: #9a9a9a;
    }

    #header-search-form.navbar-inverse .form-control:-ms-input-placeholder {
        color: #9a9a9a;
    }

    #header-search-form.navbar-inverse .form-control::-webkit-input-placeholder {
        color: #9a9a9a;
    }

    #header-search-form.navbar-inverse .form-control::placeholder {
        color: #9a9a9a;
    }

    .navbar-inverse #header-search-form button[type="submit"]:hover,
    .navbar-inverse #header-search-form input[type="submit"]:hover,
    .navbar-inverse #header-search-form button[type="submit"]:focus,
    .navbar-inverse #header-search-form input[type="submit"]:focus,
    #header-search-form.navbar-inverse button[type="submit"]:hover,
    #header-search-form.navbar-inverse input[type="submit"]:hover,
    #header-search-form.navbar-inverse button[type="submit"]:focus,
    #header-search-form.navbar-inverse input[type="submit"]:focus {
        background-color: #2a2a2a;
    }

.navbar-inverse.side-menu #header-search-form .form-control {
    border-bottom-color: #4e4e4e;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9a9a9a;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #cacaca;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #b7b7b7;
        background-color: #3e3e3e;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu {
        background-color: #333;
    }

    .navbar-inverse .navbar-nav .open > .dropdown-toggle,
    .navbar-inverse .navbar-nav .open > .dropdown-toggle:hover,
    .navbar-inverse .navbar-nav .open > .dropdown-toggle:focus {
        background-color: #222;
    }

    .navbar-inverse .navbar-nav .dropdown-menu .open .dropdown-menu {
        background-color: #222;
    }

    .navbar-inverse .navbar-nav .dropdown-menu .open > .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown-menu .open > .dropdown-toggle:hover,
    .navbar-inverse .navbar-nav .dropdown-menu .open > .dropdown-toggle:focus {
        background-color: #1e1e1e;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav div[class^="col"],
    .navbar-inverse .navbar-nav div[class*=' col'] {
        border-bottom-color: #4a4a4a;
    }

    .navbar-inverse .navbar-nav .megamenu-title {
        color: #c1c1c1;
    }
}


@media (min-width: 768px) {

    .navbar-inverse .navbar-collapse.collapse-row {
        border-top-color: #4e4e4e;
    }

    .navbar-inverse .navbar-nav-border > li > a {
        border-right-color: #4e4e4e !important;
    }

    .navbar-inverse .navbar-nav-border > li:first-child > a {
        border-left-color: #4e4e4e !important;
    }

    .navbar-inverse .dropdown-menu {
        background-color: #2e2e2e;
    }

    .navbar-inverse .navbar-nav .megamenu-title {
        border-bottom-color: #4e4e4e;
    }

    .navbar-inverse .navbar-nav li > .dropdown-menu {
        box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
        -webkit-box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
    }

    .navbar-inverse .navbar-nav .sub-dropdown .dropdown-menu {
        box-shadow: 2px 4px 10px rgba(0,0,0, 0.2);
        -webkit-box-shadow: 2px 4px 10px rgba(0,0,0, 0.2);
    }

        .navbar-inverse .navbar-nav .sub-dropdown .dropdown-menu.pull-right,
        .navbar-inverse .navbar-nav .reverse .sub-dropdown .dropdown-menu {
            box-shadow: -2px 4px 10px rgba(0,0,0, 0.2);
            -webkit-box-shadow: -2px 4px 10px rgba(0,0,0, 0.2);
        }
}

@media (min-width: 992px) {
    .navbar-inverse .boxed-container .collapse-row,
    .navbar-inverse .boxed-container .navbar-header.fullwidth {
        border-left-color: #4e4e4e;
        border-right-color: #4e4e4e;
    }
}

.navbar-inverse .navbar-link {
    color: #b7b7b7;
}

    .navbar-inverse .navbar-link:hover {
        color: #e1e1e1;
    }

.navbar-inverse .btn-link {
    color: #b7b7b7;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #e1e1e1;
    }

/* Navbar Shopping Cart - Dropdown Menu */
.navbar-inverse .cart-dropdown-menu {
    box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 0 4px 9px rgba(0,0,0, 0.2);
    background-color: #2e2e2e;
}

    .navbar-inverse .cart-dropdown-menu hr {
        border-top-color: #4e4e4e;
    }

.navbar-inverse .product-quantity,
.navbar-inverse .cart-dropdown-desc {
    color: #9a9a9a;
}

.navbar-inverse .cart-dropdown .product-old-price,
.navbar-inverse .cart-dropdown .product-name a,
.cart-dropdown .cart-action-total > span {
    color: #9a9a9a;
}

.navbar-inverse .cart-dropdown .remove-btn {
    color: #9a9a9a;
    background-color: #4e4e4e;
}

    .navbar-inverse .cart-dropdown .remove-btn:hover,
    .navbar-inverse .cart-dropdown .remove-btn:focus {
        color: #b7b7b7;
        background-color: #3e3e3e;
    }

.navbar-inverse .sticky-menu.fixed .cart-dropdown-menu {
    border-top-color: #3e3e3e;
}

/* 4. Navbar Transparent */
/* You shuld use this page header largest 
or the section with padding top more than header's height */
.navbar-transparent {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 299;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

    .navbar-transparent .navbar-top {
        /*
    background-color:transparent;
    */
        background-color: #292c2f;
    }

@media (max-width: 767px) {
    .navbar-transparent.navbar-inverse .navbar-collapse {
        background-color: #2e2e2e;
    }

    .navbar-transparent.navbar-white .navbar-collapse {
        background-color: #fff;
    }
}


/* White Color */
.navbar-white.navbar-transparent {
    border-color: rgba(255,255,255,0.3);
}

    .navbar-white.navbar-transparent .navbar-top {
        border-bottom-color: rgba(255,255,255,0.3);
    }

        .navbar-white.navbar-transparent .navbar-top a {
            /*color:#000;*/
        }

        .navbar-white.navbar-transparent .navbar-top .dropdown-menu a {
            /*color: #505050;*/
            color:#ffffff !important; 
        }

        .navbar-white.navbar-transparent .navbar-top a:hover,
        .navbar-white.navbar-transparent .navbar-top a:focus,
        .navbar-white.navbar-transparent .navbar-top .open > .dropdown-toggle {
            color: #ff0101 !important;
        }

        .navbar-white.navbar-transparent .navbar-top-nav li:after,
        .navbar-white.navbar-transparent .navbar-top .social-icon:after {
            color: #fff;
        }

        .navbar-white.navbar-transparent .navbar-top .dropdowns-container.pull-right {
            /*border-right-color: rgba(255,255,255,0.3);*/
        }

        .navbar-white.navbar-transparent .navbar-top .dropdown-menu {
            border-color: #ffffff;
            box-shadow: 0px 5px 9px rgb(199, 199, 199);
            /*border-color: #ed8181;
            background-color: #efeeee;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;*/
        }

    .navbar-white.navbar-transparent .navbar-brand {
        color: #f1f1f1;
        /*border-color: #e1e1e1;*/
    }

        .navbar-white.navbar-transparent .navbar-brand:hover,
        .navbar-white.navbar-transparent .navbar-brand:focus {
            color: #fafafa;
            background-color: transparent;
        }

    .navbar-white.navbar-transparent .social-icon {
        color: #f1f1f1;
    }


/* Transparent inverse */
.navbar-inverse.navbar-transparent {
    border-color: #505050;
}

    .navbar-inverse.navbar-transparent .navbar-top {
        border-bottom-color: #505050;
    }

        .navbar-inverse.navbar-transparent .navbar-top a {
            color: #3e3e3e;
        }

        .navbar-inverse.navbar-transparent .navbar-top .dropdown-menu a {
            color: #9a9a9a;
        }

        .navbar-inverse.navbar-transparent .navbar-top-nav li:after,
        .navbar-inverse.navbar-transparent .navbar-top .social-icon:after {
            color: #666;
        }

        .navbar-inverse.navbar-transparent .navbar-top .dropdowns-container.pull-right {
            border-right-color: #505050;
        }

        .navbar-inverse.navbar-transparent .navbar-top .dropdown-menu {
            border-color: #2e2e2e;
            background-color: #3e3e3e;
        }

    .navbar-inverse.navbar-transparent .navbar-brand {
        color: #3e3e3e;
        border-color: #505050;
    }

        .navbar-inverse.navbar-transparent .navbar-brand:hover,
        .navbar-inverse.navbar-transparent .navbar-brand:focus {
            color: #2e2e2e;
            background-color: transparent;
        }

    .navbar-inverse.navbar-transparent .social-icon {
        color: #3e3e3e;
    }

@media (min-width: 768px) {
    /* Transparent + white menu link color*/
    .navbar-white.navbar-transparent .navbar-text,
    .navbar-white.navbar-transparent .navbar-nav > li > a {
        /*color: #f1f1f1;*/
        color: #000000;
    }

        .navbar-white.navbar-transparent .navbar-nav > li > a:hover,
        .navbar-white.navbar-transparent .navbar-nav > li > a:focus,
        .navbar-white.navbar-transparent .navbar-nav > li.open > a,
        .navbar-white.navbar-transparent .navbar-nav > li.active > a {
            background-color: transparent;
        }

    /* Transparent + dark menu link color*/
    .navbar-inverse.navbar-transparent .navbar-text,
    .navbar-inverse.navbar-transparent .navbar-nav > li > a {
        color: #3e3e3e;
    }

        .navbar-inverse.navbar-transparent .navbar-nav > li > a:hover,
        .navbar-inverse.navbar-transparent .navbar-nav > li > a:focus,
        .navbar-inverse.navbar-transparent .navbar-nav > li.open > a,
        .navbar-inverse.navbar-transparent .navbar-nav > li.active > a {
            background-color: transparent;
        }
}

/* Sticky Menu ----------*/
@-webkit-keyframes stickyMenu {
    0% {
        opacity: 0;
        top: -100px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes stickyMenu {
    0% {
        opacity: 0;
        top: -100px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

.boxed #header.sticky-menu.fixed,
.boxed .sticky-menu.fixed,
.boxed-long #header.sticky-menu.fixed,
.boxed-long .sticky-menu.fixed,
.boxed #header-search-form.fixed,
.boxed-long #header-search-form.fixed {
    left: auto;
    right: auto;
}

#header.sticky-menu.fixed,
.sticky-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-perspective: 1000;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: stickyMenu;
    animation-name: stickyMenu;
}

.navbar-white .sticky-menu.fixed {
    background-color: #fff;
}

.navbar-inverse .sticky-menu.fixed {
    background-color: #2a2a2a;
}

.navbar-default .sticky-menu.fixed {
    background-color: #eaeaea;
}

#header.sticky-menu.fixed .navbar-inverse.navbar-transparent,
.navbar-inverse.navbar-transparent .sticky-menu.fixed,
.navbar-inverse.navbar-transparent .sticky-menu.fixed .boxed-container .collapse-row,
.navbar-inverse.navbar-transparent .sticky-menu.fixed .boxed-container .navbar-header.fullwidth,
.navbar-white .sticky-menu.fixed .navbar-collapse.collapse-row {
    background-color: #fff !important;
    border-color: #eaeaea;
}

    .sticky-menu.fixed .navbar-inverse.navbar-transparent .navbar-collapse.collapse-row,
    .navbar-inverse.navbar-transparent .sticky-menu.fixed .navbar-collapse.collapse-row {
        border-top-color: transparent;
    }

    .sticky-menu.fixed .navbar-inverse.navbar-transparent .navbar-brand,
    .navbar-inverse.navbar-transparent .sticky-menu.fixed .navbar-brand {
        border-color: #eaeaea;
    }

    .sticky-menu.fixed .navbar-inverse.navbar-transparent .navbar-nav > li > a,
    .navbar-inverse.navbar-transparent .sticky-menu.fixed .navbar-nav > li > a {
        border-right-color: #eaeaea !important;
    }

    .sticky-menu.fixed .navbar-inverse.navbar-transparent .navbar-nav-border > li:first-child > a,
    .navbar-inverse.navbar-transparent .sticky-menu.fixed .navbar-nav-border > li:first-child > a {
        border-left-color: #eaeaea !important;
    }

.sticky-menu.fixed .navbar-white.navbar-transparent,
.navbar-white.navbar-transparent .sticky-menu.fixed,
.sticky-menu.fixed .navbar-white.navbar-transparent .navbar-collapse.collapse-row,
.navbar-white.navbar-transparent .sticky-menu.fixed .navbar-collapse.collapse-row {
    background-color: #fff !important;
    border-color: #3e3e3e;
}

    .sticky-menu.fixed .navbar-white.navbar-transparent .navbar-nav > li > a,
    .navbar-white.navbar-transparent .sticky-menu.fixed .navbar-nav > li > a {
        border-right-color: #5e5e5e !important;
        color: #000;
        font-weight: 600;
    }

        .sticky-menu.fixed .navbar-white.navbar-transparent .navbar-nav > li > a:hover,
        .navbar-white.navbar-transparent .sticky-menu.fixed .navbar-nav > li > a:hover {
            border-right-color: #5e5e5e !important;
            color: #111;
        }

    .sticky-menu.fixed .navbar-white.navbar-transparent .navbar-nav-border > li:first-child > a,
    .navbar-white.navbar-transparent .sticky-menu.fixed .navbar-nav-border > li:first-child > a {
        border-left-color: #5e5e5e !important;
    }

    .sticky-menu.fixed .navbar-white.navbar-transparent .navbar-brand,
    .navbar-white.navbar-transparent .sticky-menu.fixed .navbar-brand {
        border-color: #3e3e3e;
    }

.sticky-menu.fixed > .row > .container {
    position: relative;
}

.sticky-menu.fixed,
.navbar-transparent .sticky-menu.fixed {
    box-shadow: 0 3px 7px rgba(0,0,0, 0.08);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0, 0.08);
}

@media (min-width: 992px) {
    .sticky-menu.fixed .navbar-nav > li > a {
        padding-top: 17.5px;
        padding-bottom: 17.5px;
    }
}

.sticky-menu.fixed .navbar-brand {
    padding-top: 12px;
    padding-bottom: 11px;
    height: 55px;
    font-size: 32px;
    background: url(../images/pic/logo2.png);
    background-position: center center;
    background-repeat: no-repeat;
}
/*.sticky-menu.fixed .navbar-brand img {
	width:
}*/

.sticky-menu.fixed .navbar-btn,
.sticky-menu.fixed .navbar-toggle,
.sticky-menu.fixed .btn-toggle {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.sticky-menu.fixed .navbar-toggle {
    padding: 3px;
}

    .sticky-menu.fixed .navbar-toggle .icon-bar,
    .sticky-menu.fixed .btn-toggle .icon-bar,
    .sticky-menu.fixed .navbar-toggle .icon-bar:before,
    .sticky-menu.fixed .btn-toggle .icon-bar:before,
    .sticky-menu.fixed .navbar-toggle .icon-bar:after,
    .sticky-menu.fixed .btn-toggle .icon-bar:after {
        width: 12px;
    }

        .sticky-menu.fixed .navbar-toggle .icon-bar:before,
        .sticky-menu.fixed .btn-toggle .icon-bar:before {
            top: 4px;
        }

        .sticky-menu.fixed .navbar-toggle .icon-bar:after,
        .sticky-menu.fixed .btn-toggle .icon-bar:after {
            top: -4px;
        }

#header-search-form.fixed {
    position: fixed;
    top: 0;
    z-index: 1010;
    border-bottom: none;
}

    #header-search-form.fixed .form-control {
        font-size: 16px;
        padding-top: 15.5px;
        padding-bottom: 15.5px;
        height: 55px;
    }

#header.fixed #header-search-form.fixed .form-control {
    padding-top: 16px;
    padding-top: 16px;
    height: 56px;
}


/* =============================================
------------------- 4.Content -----------------
==============================================*/

#content {
    width: 90%;
    margin: auto;
    /*padding: 0 0 40px;*/
    background-color: #fff;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-overflow {
    overflow: hidden !important;
}

.no-padding-bt {
    padding-bottom: 0 !important;
}

@media (min-width: 992px) {
    /* container-fulid give a larger padding */
    #content .container-fluid.no-padding {
        padding: 0;
    }
}

@media (min-width: 992px) {
    /* container-fulid give a larger padding */
    #content .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.bg-image {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.parallax,
.parallax-fixed {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    /* to prevent empy bg area*/
    background-repeat: repeat-y;
}

.parallax {
    background-attachment: scroll;
}

.parallax-fixed {
    background-attachment: fixed;
}

.parallax-container {
    overflow: hidden;
    position: relative;
}

    .parallax-container .parallax {
        position: absolute;
        top: -25%;
        height: 150%;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .parallax-container .container,
    .parallax-container .container-fluid {
        position: relative;
        z-index: 2;
    }

.overlay-container .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    background: #fff;
    opacity: 0.4;
}

    .overlay-container .overlay.dark {
        background-color: #2a2a2a;
        opacity: 0.15;
    }

    .overlay-container .overlay.darker {
        background-color: #2a2a2a;
        opacity: 0.2;
    }

    .overlay-container .overlay.custom {
        opacity: 0.15;
    }

.overlay-container .container,
.overlay-container .container-fluid {
    position: relative;
    z-index: 2;
}


/* vertical center with display table */
.vcenter-container {
    display: table;
    width: 100%;
    height: 100%;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
}

/* Page Header Styles */
.page-header {
    padding: 30px 0 10px;
    margin: 0 0 40px;
    border-bottom: none;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}

    .page-header.fullscreen {
        padding: 0;
    }

    .page-header.parallax {
        border-bottom: none;
    }

    .page-header.homepage-page-header {
        position: relative;
        padding: 0;
    }

    .page-header.no-margin {
        margin: 0 !important;
    }

    .page-header.no-border {
        border: none;
    }

    .page-header.larger,
    .page-header.larger2x {
        padding: 32px 0;
    }

    .page-header h1 {
        margin-bottom: 14px;
    }

.page-header-desc {
    margin-bottom: 10px;
    color: #7a7a7a;
    font-size: 15px;
}

.page-header.largest {
    padding-top: 180px;
    padding-bottom: 20px;
}

.page-header.half-largest {
    padding-top: 130px;
    padding-bottom: 20px;
}

@media (min-width:768px) {
    .page-header {
        padding: 35px 0 20px;
        margin-bottom: 60px;
    }

    .page-header-desc {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .page-header.largest {
        padding-top: 240px;
        padding-bottom: 30px;
    }

    .page-header.half-largest {
        padding-top: 170px;
        padding-bottom: 30px;
    }

    .page-header.larger2x {
        padding: 30px 0;
    }
}

@media (min-width:992px) {

    .larger-desc .page-header-desc {
        margin-bottom: 0;
    }

    .page-header .col-md-6 h1 {
        margin-bottom: 0;
    }

    .page-header.larger-desc .col-md-6 h1 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .page-header .col-md-6 .breadcrumb {
        margin-bottom: 0;
    }

    .page-header .col-md-push-6 {
        text-align: right;
    }

    .page-header .col-md-6 .breadcrumb {
        margin: 2px 0;
        text-align: right;
    }

    .page-header.larger-desc .col-md-6 .breadcrumb {
        margin: 20.5px 0;
    }

    .page-header .col-md-6.col-md-pull-6 .breadcrumb {
        text-align: left;
    }
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

    .breadcrumb > li {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
    }

        .breadcrumb > li + li:before {
            padding: 0 8px;
            color: rgba(255,255,255,0.8);
        }

        .breadcrumb > li > a {
            color: #fff;
        }

    .breadcrumb > .active {
        color: rgba(255,255,255,0.8);
    }


/* Image bg  + dark page headers */
.page-header.parallax h1,
.page-header.parallax h2,
.page-header.parallax h3 {
    color: #f1f1f1;
}

.page-header.parallax .page-header-desc {
    color: #e1e1e1;
}

.page-header.parallax .breadcrumb > li > a {
    color: #f1f1f1;
}

    .page-header.parallax .breadcrumb > li > a:hover,
    .page-header.parallax .breadcrumb > li > a:focus {
        color: #fff;
    }

.page-header.parallax .breadcrumb > li + li:before,
.page-header.parallax .breadcrumb > .active {
    color: #e1e1e1;
}

/* Page Header Dark (Same color scheme with footer-inverse class and navbar-inverse class)*/
.page-header.dark {
    /*
    background-color: #2a2a2a;
    
    background-color:#D9DADB;
	border-bottom-color:#1e1e1e;
        */
}

    .page-header.dark h1,
    .page-header.dark h2,
    .page-header.dark h3 {
        color: #bebebe;
    }

    .page-header.dark .page-header-desc {
        color: #8a8a8a;
    }

    .page-header.dark .breadcrumb > li + li:before {
        color: rgba(255,255,255,0.6);
    }

    .page-header.dark .breadcrumb > li > a {
        color: #9a9a9a;
    }

        .page-header.dark .breadcrumb > li > a:hover,
        .page-header.dark .breadcrumb > li > a:focus {
            color: #fafafa;
        }

    .page-header.dark .breadcrumb > .active {
        color: #bababa;
    }

/* Image bg  + dark page headers */
.page-header.parallax.dark h1,
.page-header.parallax.dark h2,
.page-header.parallax.dark h3 {
    color: #fff;
}

.page-header.parallax.dark .page-header-desc {
    color: #5e5e5e;
}

.page-header.parallax.dark .breadcrumb > li > a {
    color: #fff;
}

    .page-header.parallax.dark .breadcrumb > li > a:hover,
    .page-header.parallax.dark .breadcrumb > li > a:focus {
        color: #2e2e2e;
    }

.page-header.parallax.dark .breadcrumb > .active {
    color: rgba(255,255,255,0.6);
}

/* Page Header Gray (Same color scheme with footer-default class and navbar-default class)*/

.page-header.gray {
    background-color: #eaeaea;
    border-bottom-color: #d7d7d7;
}

    .page-header.gray h1,
    .page-header.gray h2,
    .page-header.gray h3 {
        color: #8a8a8a;
    }

    .page-header.gray .page-header-desc,
    .page-header.gray .breadcrumb > .active,
    .page-header.gray .breadcrumb > li + li:before {
        color: #6a6a6a;
    }

    .page-header.gray .breadcrumb > li > a {
        color: #8a8a8a;
    }


/* Page Header Gray (Same color scheme with footer-custom class and navbar-custom class)
	- Changes duo to color scheme
*/
.page-header.custom h1,
.page-header.custom h2,
.page-header.custom h3 {
    color: #eaeaea;
}

.page-header.custom .page-header-desc,
.page-header.custom .breadcrumb > .active,
.page-header.custom .breadcrumb > li + li:before {
    color: #eaeaea;
}


.page-header.custom .breadcrumb > li > a {
    color: #cacaca;
}

    .page-header.custom .breadcrumb > li > a:hover,
    .page-header.custom .breadcrumb > li > a:focus {
        color: #fafafa;
    }


/* Title Styles - elements-titles.html */
.title-border {
    padding: 0 0 0 0.8em;
    border-left: 4px solid transparent;
}

    .title-border.text-right,
    .text-right > .title-border {
        padding: 0 0.8em 0 0;
        border-left: none;
        border-right: 4px solid transparent;
    }

    .title-border.text-center,
    .text-center > .title-border {
        padding: 0;
        border: none;
    }

.title-block .title-border {
    margin-bottom: 10px;
}

.title-border > span {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.bg-dark .title-border > span {
    background-color: #2a2a2a;
}

.bg-gray .title-border > span {
    background-color: #e1e1e1;
}

.bg-lightgray .title-border > span {
    background-color: #f2f2f2;
}

.bg-lightergray .title-border > span {
    background-color: #fafafa;
}

.bg-darkgray .title-border > span {
    background-color: #b7b7b7;
}

.title-border.text-center > span,
.text-center > .title-border > span {
    padding: 0 0.8em;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.title-bg-line,
.title-underline {
    position: relative;
}

.title-border.title-bg-line,
.title-border.text-center.title-bg-line,
.title-border.title-bg,
.title-border.text-center.title-bg {
    padding: 0;
}

.title-bg-line > span,
.title-bg > span {
    padding: 0 0.8em;
}

.title-bg-line:after {
    content: '';
    display: block;
    height: 1px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 0;
}

.title-block .title {
    margin-bottom: 10px;
}

.title > .light,
.title-block .light,
.title-underblock > .light {
    font-weight: normal;
}

.title-underblock {
    position: relative;
    padding-bottom: 0.6em;
}

.title-block .title-underblock {
    margin-bottom: 10px;
    padding-bottom: 0.4em;
}

.title-bottom-border {
    border-bottom: 1px dashed transparent;
}

    .title-bottom-border.dashed {
        border-bottom-style: dashed;
    }

    .title-bottom-border.dotted {
        border-bottom-style: dotted;
    }

.title-underblock:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: transparent;
    position: absolute;
    bottom: -2px;
    right: 0;
}

.title-underblock.title-bottom-border:after {
    height: 5px;
    bottom: -3px;
}

.title-underblock.text-center:after,
.text-center > .title-underblock:after {
    left: 50%;
    margin-left: -25px;
}

.title-underblock.text-right:after,
.text-right > .title-underblock:after {
    left: auto;
    right: 0;
}

.title-block {
    margin-bottom: 30px;
}

    .title-block > p {
        font-size: 1.1em;
    }

/* Dark - Black Colored border*/
.title-border.dark,
.title-border.text-right.dark,
.title-border.text-center.dark > span,
.title-bottom-border.dark {
    border-color: #505050;
}

.title-border.title-bg.dark,
.title-bg-line.dark:after,
.title-underblock.dark:after {
    background-color: #505050;
}

/* Gray  Colored border*/
.title-border.gray,
.title-border.text-right.gray,
.title-border.text-center.gray > span,
.title-bottom-border.gray {
    border-color: #eaeaea;
}

.title-border.title-bg.gray,
.title-bg-line.gray:after,
.title-underblock.gray:after {
    background-color: #eaeaea;
}

/* White Colored border*/
.title-border.white,
.title-border.text-right.white,
.title-border.text-center.white > span,
.title-bottom-border.white {
    border-color: #fff;
}

.title-border.title-bg.white,
.title-bg-line.white:after,
.title-underblock.white:after {
    background-color: #fff;
}


/* =============================================
------------------ 5.Homepages ---------------
==============================================*/

/* ----------  index4 -----------
----------- --------------------*/

.container.no-padding,
.container-fluid.no-padding {
    padding: 0 !important;
}

.row.no-margin {
    margin: 0 !important;
}

.colored-box {
    padding: 45px 15px 40px;
    color: #fff;
}

.bg-green {
    background-color: #81c784 !important;
}

.bg-blue {
    background-color: #64b5f6 !important;
}

.bg-purple {
    background-color: #ba68c8 !important;
}

.bg-pink {
    background-color: #f06292 !important;
}

.carousel-tab {
    margin-bottom: 40px;
}

    .carousel-tab .carousel-indicators {
        display: table;
        position: static;
        bottom: auto;
        left: auto;
        z-index: 15;
        width: 100%;
        padding-left: 0;
        margin: 0 0 60px;
    }

        .carousel-tab .carousel-indicators li {
            display: table-cell;
            width: 25%;
            height: auto;
            margin: 0;
            text-indent: 0;
            cursor: pointer;
            background-color: inherit;
            border: none;
            border-radius: 0;
            font-size: 24px;
            padding: 35px 20px;
            background-color: #2a2a2a;
            color: #fff;
            position: relative;
        }

    .carousel-tab.gray .carousel-indicators li {
        background-color: #eaeaea;
        color: #505050;
    }

    .carousel-tab.smaller .carousel-indicators li {
        padding: 25px 15px;
    }

    .carousel-tab .carousel-indicators li:last-child {
        border-right: none;
    }

    .carousel-tab .carousel-indicators li i {
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }

    .carousel-tab .carousel-indicators li:hover i {
        transform: rotate(360deg);
        -wekbit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }

    .carousel-tab .carousel-indicators li span {
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-top: 3px;
        font-family: 'Open Sans', Verdana;
    }

    .carousel-tab .carousel-indicators li.active,
    .carousel-tab.gray .carousel-indicators li.active {
        width: 25%;
        height: auto;
        margin: 0;
        border: none;
        color: #fff;
    }

    .carousel-tab .carousel-indicators .active:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 14px 14px 14px;
        border-color: transparent transparent #ffffff transparent;
        margin-left: -14px;
    }

    .carousel-tab .carousel-inner > .item .social-icon {
        display: inline-block;
    }

@media (min-width: 992px) {
    .container-fluid .carousel-inner .item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 992px) {
    .colored-box {
        padding: 35px 10px;
    }
}

@media (max-width: 767px) {
    .colored-box {
        padding: 30px 0;
    }

    .carousel-tab .carousel-indicators li {
        font-size: 18px;
        padding: 20px 10px;
    }

        .carousel-tab .carousel-indicators li span {
            font-size: 14px;
            font-weight: 500;
        }

    .carousel-tab .carousel-indicators .active:after {
        border-width: 0 8px 8px 8px;
        margin-left: -8px;
    }
}


/* ----------  index6 -----------
----------- --------------------*/

.home-blogposts-carousel .owl-item {
    padding: 0 2px;
}



/* ----------  index7 -----------
----------- --------------------*/

.parallax-content {
    padding: 140px 0;
}

.iframe-btn-container {
    padding: 100px 0;
    text-align: center;
}

.iframe-btn {
    display: inline-block;
    width: 72px;
    height: 72px;
    font-size: 30px;
    line-height: 68px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
}

    .iframe-btn:hover,
    .iframe-btn:focus {
        color: #fff;
        opacity: 0.85;
    }

@media (max-width: 767px) {
    .iframe-btn-container {
        padding: 70px 0;
    }

    .parallax-content {
        padding: 100px 0;
    }

    .iframe-btn {
        display: inline-block;
        width: 60px;
        height: 60px;
        font-size: 24px;
        line-height: 56px;
    }
}

#videobg-container .mb_YTVPBar {
    display: none !important;
}


#videobg-container p:last-child {
    margin-bottom: 0;
}


/* ----------  index8 -----------
----------- --------------------*/
.top-welcome-section {
    margin-bottom: 65px;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

@media (max-width: 767px) {
    .top-welcome-section {
        margin-bottom: 50px;
    }
}

/* ----------  index10 -----------
----------- --------------------*/

.bg-yellow {
    background-color: #ffeb3b;
}

.bg-orange {
    background-color: #ffc107;
}

.bg-blue {
    background-color: #29b6f6;
}

.bg-green {
    background-color: #66bb6a;
}


/* --------   index13-14-15-16-17  -------
Portfolio Homepages -- ---------------*/

.portfolio-header {
    /*margin:30px 0 30px;
	padding-bottom:30px;*/
    height: 80px;
}

    .portfolio-header .typed-heading {
        font: 100 20px/24px;
    }

/* Typed Plugin Cursor */
.typed-cursor {
    font-size: 0px;
    line-height: 24px;
    opacity: 0;
    /*-webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;*/
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.portfolio-heading-title {
    font: 700 24px/1.5 'Raleway', Verdana;
    margin: 40px 0;
}

@media (min-width: 768px) {

    .portfolio-header {
        /*margin:35px 0 40px;
		padding-bottom:35px;*/
    }

        .typed-cursor,
        .portfolio-header .typed-heading {
            font-size: 26px;
            line-height: 30px;
        }

    .portfolio-heading-title {
        font-size: 36px;
        /*margin:50px 0 45px;*/
    }
}


@media (min-width: 992px) {

    .portfolio-header {
        /*margin:50px 0 40px;*/
        /*padding-bottom:50px;*/
    }

        .typed-cursor,
        .portfolio-header .typed-heading {
            font-size: 32px;
            line-height: 36px;
        }

    .portfolio-heading-title {
        font-size: 40px;
        /*margin:60px 0 50px;*/
    }
}



/* ---------  index18  -----------
Blog Homepages ---------------------*/

/*----- infinite scroll load -----*/
#infscr-loading {
    position: fixed;
    text-align: center;
    bottom: 40px;
    left: 35%;
    width: 30%;
    z-index: 100;
    background: rgba(22, 22, 22, 0.7);
    padding: 15px 20px;
    color: #eaeaea;
    font: 600 13px/1.5 'Raleway', Verdana;
    text-transform: uppercase;
    z-index: 2000;
}

    #infscr-loading img {
        display: inline-block !important;
        width: auto !important;
        max-width: 100% !important;
        margin-bottom: 10px;
    }

.page-header-welcome h1 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 991px) {
    .page-header-welcome h1 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .page-header-welcome h1 {
        font-size: 42px;
    }
}

.page-header-welcome p {
    font-size: 28px;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.scroll-btn {
    display: block;
    width: 24px;
    height: 38px;
    border: 2px solid #3e3e3e;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 200;
    margin-left: -13px;
    border-radius: 12px;
    text-align: center;
    line-height: 0;
    transition: border 0.35s ease;
    -webkit-transition: border 0.35s ease;
}

    .scroll-btn > span {
        display: inline-block;
        position: relative;
        margin: 5px 0;
        width: 2px;
        height: 6px;
        background-color: #4e4e4e;
        border-radius: 8px;
        -webkit-animation-name: downup;
        animation-name: downup;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        transition: border 0.35s ease;
        -webkit-transition: border 0.35s ease;
    }

    .scroll-btn:hover,
    .scroll-btn:focus {
        border-color: #2e2e2e;
    }

        .scroll-btn:hover > span,
        .scroll-btn:focus > span {
            background-color: #2e2e2e;
        }

    .scroll-btn.light {
        /*border-color:#f1f1f1;*/
        border-color: #000;
    }

        .scroll-btn.light > span {
            background-color: #f1f1f1;
        }

        .scroll-btn.light:hover,
        .scroll-btn.light:focus {
            border-color: #fff;
        }

            .scroll-btn.light:hover > span,
            .scroll-btn.light:focus > span {
                background-color: #fff;
            }

@-webkit-keyframes downup {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(18px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes downup {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(18px);
    }

    100% {
        transform: translateY(0);
    }
}


/* ---------  index19  -----------
Blog Homepages ---------------------*/

.page-top-carousel {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .page-top-carousel {
        margin-bottom: 40px;
    }
}

.entry.entry-overlay {
    position: relative;
    padding: 0 !important;
    border: none !important;
    overflow: hidden;
}

    .entry.entry-overlay .entry-media {
        margin-bottom: 0;
    }

.owl-carousel .entry-wrapper {
    margin-bottom: 10px;
}

.owl-carousel .entry.entry-overlay {
    margin-bottom: 0;
}

.entry.entry-overlay:after {
    display: none;
}

.entry.entry-overlay .entry-media figure > a:after,
.entry.entry-overlay .entry-media .item > a:after,
.entry.entry-overlay .entry-media.embed-responsive:after {
    background-color: rgba(255, 255, 255, 0.1);
}

.entry-overlay-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    padding: 15px 20px;
    background-color: rgba(0,0,0, 0.75);
    color: #ccc;
    z-index: 800;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
}

.entry.entry-overlay:hover .entry-overlay-meta {
    opacity: 1;
    top: auto;
    bottom: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}


.entry-overlay-meta .entry-separator,
.entry-overlay-meta a {
    color: #ccc;
}

.entry-overlay-meta .entry-title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

    .entry-overlay-meta .entry-title a {
        color: #eaeaea;
    }

        .entry-overlay-meta a:hover,
        .entry-overlay-meta .entry-title a:hover,
        .entry-overlay-meta a:focus,
        .entry-overlay-meta .entry-title a:focus {
            color: #fff;
            text-decoration: underline;
        }

.entry-overlay-meta i,
.entry-meta i {
    margin-right: 5px;
}



/* ---------  index20  -----------
Blog Homepages ---------------------*/

.container-masonry {
    padding-top: 15px;
}



/* ----------  index23-24  -----------
Magazine Homepages --------------------*/

.header-banner {
    float: left;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 15px 30px;
}

.sidebar.dark-sidebar {
    background-color: #2a2a2a;
    color: #9a9a9a;
    padding-top: 40px;
}

    .sidebar.dark-sidebar a,
    .sidebar.dark-sidebar .widget .links li a,
    .sidebar.dark-sidebar .widget .latest-posts-list li a,
    .sidebar.dark-sidebar .widget .products-list li a {
        color: #9a9a9a;
        background: #f9f9f9;
        padding-top: 15px;
    }

        .sidebar.dark-sidebar a:hover,
        .sidebar.dark-sidebar a:focus,
        .sidebar.dark-sidebar .widget .links li a:hover,
        .sidebar.dark-sidebar .widget .links li a:focus,
        .sidebar.dark-sidebar .widget .latest-posts-list li a:hover,
        .sidebar.dark-sidebar .widget .products-list li a:hover,
        .sidebar.dark-sidebar .widget .latest-posts-list li a:focus,
        .sidebar.dark-sidebar .widget .products-list li a:focus {
            color: #fafafa;
        }

    .sidebar.dark-sidebar .widget h3 {
        color: #bebebe;
    }

    .sidebar.dark-sidebar .widget .links li {
        border-color: #8a8a8a;
    }

.entry-block.entry .entry-media figure > a:after,
.entry-block.entry .entry-media .item > a:after,
.entry-block.entry .entry-media.embed-responsive:after {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,0.35);
}

.entry-block.entry:hover .entry-media figure > a:after,
.entry-block.entry:hover .entry-media .item > a:after,
.entry-block.entry:hover .entry-media.embed-responsive:after {
    opacity: 1;
    visibility: visible;
}

.entry-overlay.entry-block .entry-overlay-meta,
.entry-overlay.entry-block:hover .entry-overlay-meta {
    padding-top: 45px;
    opacity: 1;
    top: auto;
    bottom: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 46%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(46%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.entry-block .entry-overlay-meta .entry-title a,
.entry-block .entry-overlay-meta .entry-title a:hover,
.entry-block .entry-overlay-meta .entry-title a:focus {
    color: #fff;
}

.entry-block .entry-overlay-meta,
.entry-block .entry-overlay-meta .entry-separator,
.entry-block .entry-overlay-meta a {
    color: #f1f1f1;
}

    .entry-block .entry-overlay-meta a:hover,
    .entry-block .entry-overlay-meta a:focus {
        color: #fff;
    }

.entry-block .entry-title {
    font-size: 16px;
    line-height: 24px;
}

.entry-block .entry-media + .entry-title {
    font-size: 15px;
    margin: 15px 0 5px;
}

.entry-block .entry-title a {
    color: #2a2a2a;
}

.entry-block.entry.red .entry-media figure > a:after,
.entry-block.entry.red .entry-media .item > a:after,
.entry-block.entry.red .entry-media.embed-responsive:after {
    background: rgba(239,83,80,0.35);
}

.entry-overlay.entry-block.red .entry-overlay-meta,
.entry-overlay.entry-block.red:hover .entry-overlay-meta {
    background: -moz-linear-gradient(top, rgba(239,83,80,0) 0%, rgba(239,83,80,0.65) 46%, rgba(239,83,80,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,83,80,0)), color-stop(46%,rgba(239,83,80,0.65)), color-stop(100%,rgba(239,83,80,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(239,83,80,0) 0%,rgba(239,83,80,0.65) 46%,rgba(239,83,80,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(239,83,80,0) 0%,rgba(239,83,80,0.65) 46%,rgba(239,83,80,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(239,83,80,0) 0%,rgba(239,83,80,0.65) 46%,rgba(239,83,80,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(239,83,80,0) 0%,rgba(239,83,80,0.65) 46%,rgba(239,83,80,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ef5350', endColorstr='#a6ef5350',GradientType=0 ); /* IE6-9 */
}

.entry-block.entry.orange .entry-media figure > a:after,
.entry-block.entry.orange .entry-media .item > a:after,
.entry-block.entry.orange .entry-media.embed-responsive:after {
    background: rgba(255,193,7,0.35);
}

.entry-overlay.entry-block.orange .entry-overlay-meta,
.entry-overlay.entry-block.orange:hover .entry-overlay-meta {
    background: -moz-linear-gradient(top, rgba(255,193,7,0) 0%, rgba(255,193,7,0.65) 46%, rgba(255,193,7,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,193,7,0)), color-stop(46%,rgba(255,193,7,0.65)), color-stop(100%,rgba(255,193,7,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,193,7,0) 0%,rgba(255,193,7,0.65) 46%,rgba(255,193,7,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,193,7,0) 0%,rgba(255,193,7,0.65) 46%,rgba(255,193,7,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,193,7,0) 0%,rgba(255,193,7,0.65) 46%,rgba(255,193,7,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,193,7,0) 0%,rgba(255,193,7,0.65) 46%,rgba(255,193,7,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffc107', endColorstr='#a6ffc107',GradientType=0 ); /* IE6-9 */
}

.entry-block.entry.yellow .entry-media figure > a:after,
.entry-block.entry.yellow .entry-media .item > a:after,
.entry-block.entry.yellow .entry-media.embed-responsive:after {
    background: rgba(255,235,59,0.35);
}

.entry-overlay.entry-block.yellow .entry-overlay-meta,
.entry-overlay.entry-block.yellow:hover .entry-overlay-meta {
    background: -moz-linear-gradient(top, rgba(255,235,59,0) 0%, rgba(255,235,59,0.65) 46%, rgba(255,235,59,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,235,59,0)), color-stop(46%,rgba(255,235,59,0.65)), color-stop(100%,rgba(255,235,59,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,235,59,0) 0%,rgba(255,235,59,0.65) 46%,rgba(255,235,59,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,235,59,0) 0%,rgba(255,235,59,0.65) 46%,rgba(255,235,59,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,235,59,0) 0%,rgba(255,235,59,0.65) 46%,rgba(255,235,59,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,235,59,0) 0%,rgba(255,235,59,0.65) 46%,rgba(255,235,59,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffeb3b', endColorstr='#a6ffeb3b',GradientType=0 ); /* IE6-9 */
}

.entry-block.entry.blue .entry-media figure > a:after,
.entry-block.entry.blue .entry-media .item > a:after,
.entry-block.entry.blue .entry-media.embed-responsive:after {
    background: rgba(41,182,246,0.35);
}

.entry-overlay.entry-block.blue .entry-overlay-meta,
.entry-overlay.entry-block.blue:hover .entry-overlay-meta {
    background: -moz-linear-gradient(top, rgba(41,182,246,0) 0%, rgba(41,182,246,0.65) 46%, rgba(41,182,246,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,182,246,0)), color-stop(46%,rgba(41,182,246,0.65)), color-stop(100%,rgba(41,182,246,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(41,182,246,0) 0%,rgba(41,182,246,0.65) 46%,rgba(41,182,246,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(41,182,246,0) 0%,rgba(41,182,246,0.65) 46%,rgba(41,182,246,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(41,182,246,0) 0%,rgba(41,182,246,0.65) 46%,rgba(41,182,246,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(41,182,246,0) 0%,rgba(41,182,246,0.65) 46%,rgba(41,182,246,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0029b6f6', endColorstr='#a629b6f6',GradientType=0 ); /* IE6-9 */
}

.entry-block.entry.green .entry-media figure > a:after,
.entry-block.entry.green .entry-media .item > a:after,
.entry-block.entry.green .entry-media.embed-responsive:after {
    background: rgba(102,187,106,0.35);
}

.entry-overlay.entry-block.green .entry-overlay-meta,
.entry-overlay.entry-block.green:hover .entry-overlay-meta {
    background: -moz-linear-gradient(top, rgba(102,187,106,0) 0%, rgba(102,187,106,0.65) 46%, rgba(102,187,106,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,187,106,0)), color-stop(46%,rgba(102,187,106,0.65)), color-stop(100%,rgba(102,187,106,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(102,187,106,0) 0%,rgba(102,187,106,0.65) 46%,rgba(102,187,106,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(102,187,106,0) 0%,rgba(102,187,106,0.65) 46%,rgba(102,187,106,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(102,187,106,0) 0%,rgba(102,187,106,0.65) 46%,rgba(102,187,106,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(102,187,106,0) 0%,rgba(102,187,106,0.65) 46%,rgba(102,187,106,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066bb6a', endColorstr='#a666bb6a',GradientType=0 ); /* IE6-9 */
}

.entry-block.entry.purple .entry-media figure > a:after,
.entry-block.entry.purple .entry-media .item > a:after,
.entry-block.entry.purple .entry-media.embed-responsive:after {
    background: rgba(171,71,188,0.35);
}

.entry-overlay.entry-block.purple .entry-overlay-meta,
.entry-overlay.entry-block.purple:hover .entry-overlay-meta {
    background: -moz-linear-gradient(top, rgba(171,71,188,0) 0%, rgba(171,71,188,0.65) 46%, rgba(171,71,188,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,71,188,0)), color-stop(46%,rgba(171,71,188,0.65)), color-stop(100%,rgba(171,71,188,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(171,71,188,0) 0%,rgba(171,71,188,0.65) 46%,rgba(171,71,188,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(171,71,188,0) 0%,rgba(171,71,188,0.65) 46%,rgba(171,71,188,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(171,71,188,0) 0%,rgba(171,71,188,0.65) 46%,rgba(171,71,188,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(171,71,188,0) 0%,rgba(171,71,188,0.65) 46%,rgba(171,71,188,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab47bc', endColorstr='#a6ab47bc',GradientType=0 ); /* IE6-9 */
}

.entry-block.entry.pink .entry-media figure > a:after,
.entry-block.entry.pink .entry-media .item > a:after,
.entry-block.entry.pink .entry-media.embed-responsive:after {
    background: rgba(236,64,122,0.35);
}

.entry-overlay.entry-block.pink .entry-overlay-meta,
.entry-overlay.entry-block.pink:hover .entry-overlay-meta {
    background: -moz-linear-gradient(top, rgba(236,64,122,0) 0%, rgba(236,64,122,0.65) 46%, rgba(236,64,122,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,64,122,0)), color-stop(46%,rgba(236,64,122,0.65)), color-stop(100%,rgba(236,64,122,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(236,64,122,0) 0%,rgba(236,64,122,0.65) 46%,rgba(236,64,122,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(236,64,122,0) 0%,rgba(236,64,122,0.65) 46%,rgba(236,64,122,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(236,64,122,0) 0%,rgba(236,64,122,0.65) 46%,rgba(236,64,122,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(236,64,122,0) 0%,rgba(236,64,122,0.65) 46%,rgba(236,64,122,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ec407a', endColorstr='#a6ec407a',GradientType=0 ); /* IE6-9 */
}

.entry-block.entry.lightgreen .entry-media figure > a:after,
.entry-block.entry.lightgreen .entry-media .item > a:after,
.entry-block.entry.lightgreen .entry-media.embed-responsive:after {
    background: rgba(212,225,87,0.35);
}

.entry-overlay.entry-block.lightgreen .entry-overlay-meta,
.entry-overlay.entry-block.lightgreen:hover .entry-overlay-meta {
    background: -moz-linear-gradient(top, rgba(212,225,87,0) 0%, rgba(212,225,87,0.65) 46%, rgba(212,225,87,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,225,87,0)), color-stop(46%,rgba(212,225,87,0.65)), color-stop(100%,rgba(212,225,87,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(212,225,87,0) 0%,rgba(212,225,87,0.65) 46%,rgba(212,225,87,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(212,225,87,0) 0%,rgba(212,225,87,0.65) 46%,rgba(212,225,87,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(212,225,87,0) 0%,rgba(212,225,87,0.65) 46%,rgba(212,225,87,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(212,225,87,0) 0%,rgba(212,225,87,0.65) 46%,rgba(212,225,87,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d4e157', endColorstr='#a6d4e157',GradientType=0 ); /* IE6-9 */
}

.entry-block .entry-overlay-meta .entry-separator,
.entry-block .entry-meta .entry-separator {
    margin: 0 6px;
}

.rect-dots .owl-dots {
    margin: 20px 0 0;
    line-height: 0;
}

.rect-dots .owl-dot {
    width: 42px;
    height: 4px;
    border-radius: 0;
}

.magazine-top-container {
    margin-bottom: 40px;
}

    .magazine-top-container.larger {
        margin-bottom: 60px;
    }

.category-block {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 200;
    background-color: #2a2a2a;
    padding: 2px 14px;
}

    .category-block:hover,
    .category-block:focus {
        color: #fff;
    }

.title-border.title-bg.red,
.title-bg-line.red:after,
.title-underblock.red:after,
.red .category-block {
    background-color: #ef5350;
}

.title-border.red,
.title-border.text-right.red,
.title-border.text-center.red > span,
.title-bottom-border.red {
    border-color: #ef5350;
}

.title-border.title-bg.orange,
.title-bg-line.orange:after,
.title-underblock.orange:after,
.orange .category-block {
    background-color: #ffc107;
}

.title-border.orange,
.title-border.text-right.orange,
.title-border.text-center.orange > span,
.title-bottom-border.orange {
    border-color: #ffc107;
}

.title-border.title-bg.yellow,
.title-bg-line.yellow:after,
.title-underblock.yellow:after,
.yellow .category-block {
    background-color: #ffeb3b;
}

.title-border.yellow,
.title-border.text-right.yellow,
.title-border.text-center.yellow > span,
.title-bottom-border.yellow {
    border-color: #ffeb3b;
}

.title-border.title-bg.blue,
.title-bg-line.blue:after,
.title-underblock.blue:after,
.blue .category-block {
    background-color: #29b6f6;
}

.title-border.blue,
.title-border.text-right.blue,
.title-border.text-center.blue > span,
.title-bottom-border.blue {
    border-color: #29b6f6;
}

.title-border.title-bg.green,
.title-bg-line.green:after,
.title-underblock.green:after,
.green .category-block {
    background-color: #66bb6a;
}

.title-border.green,
.title-border.text-right.green,
.title-border.text-center.green > span,
.title-bottom-border.green {
    border-color: #66bb6a;
}

.title-border.title-bg.purple,
.title-bg-line.purple:after,
.title-underblock.purple:after,
.purple .category-block {
    background-color: #ab47bc;
}

.title-border.purple,
.title-border.text-right.purple,
.title-border.text-center.purple > span,
.title-bottom-border.purple {
    border-color: #ab47bc;
}

.title-border.title-bg.pink,
.title-bg-line.pink:after,
.title-underblock.pink:after,
.pink .category-block {
    background-color: #ec407a;
}

.title-border.pink,
.title-border.text-right.pink,
.title-border.text-center.pink > span,
.title-bottom-border.pink {
    border-color: #ec407a;
}

.title-border.title-bg.lightgreen,
.title-bg-line.lightgreen:after,
.title-underblock.lightgreen:after,
.lightgreen .category-block {
    background-color: #d4e157;
}

.title-border.lightgreen,
.title-border.text-right.lightgreen,
.title-border.text-center.lightgreen > span,
.title-bottom-border.lightgreen {
    border-color: #d4e157;
}

.sidebar .social-blocks-widget.widget {
    margin: -3px 0 40px;
}

.social-blocks {
    display: table;
    width: 100%;
}

.social-block {
    display: table-cell;
    min-height: 70px;
    color: #fff;
    text-align: center;
    padding: 14px 0 10px;
}

    .social-block:hover,
    .social-block:focus {
        color: #f1f1f1;
    }

    .social-block i {
        font-size: 18px;
    }

    .social-block > span {
        display: block;
        font-family: 'Raleway', Verdana;
        font-size: 16px;
        line-height: 1;
        font-weight: 700;
        margin-top: 5px;
    }

        .social-block > span > span {
            display: block;
            font-weight: 400;
            font-size: 12px;
            margin-top: 3px;
        }

    .social-block.block-facebook {
        background-color: #3b5998;
    }

    .social-block.block-twitter {
        background-color: #55acee;
    }

    .social-block.block-google-plus {
        background-color: #dd4b39;
    }

.smaller-nav .owl-next,
.smaller-nav .owl-prev {
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}

.owl-carousel.no-radius .owl-next,
.owl-carousel.no-radius .owl-prev {
    border-radius: 0;
}

.smaller-nav .owl-prev {
    margin-right: 5px;
}

.smaller-nav .owl-nav {
    top: -57px;
    background-color: #fff;
    padding-left: 20px;
}

.circle-nav .owl-next,
.circle-nav .owl-prev {
    border-radius: 50%;
    line-height: 34px;
}

.entry-block .entry-media .entry-overlay-meta a {
    display: inline;
}

.post-section {
    margin-bottom: 50px;
}

    .post-section.md-margin {
        margin-bottom: 30px;
    }

.entry-block.eb-small {
    margin-bottom: 20px;
}

    .entry-block.eb-small:last-child {
        margin-bottom: 0;
    }

    .entry-block.eb-small .entry-media {
        float: left;
        max-width: 110px;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .entry-block.eb-small .entry-title {
        margin-left: 130px;
        font-size: 14px;
        line-height: 22px;
        margin: -4px 0 6px;
    }

@media (min-width: 1200px) {
    .entry-block.eb-small .entry-title {
        /*margin:5px 0 15px;*/
    }
}

.entry-block.eb-small .category-block {
    font-size: 10px;
    padding: 1px 9px;
    top: 8px;
    right: auto;
    left: 8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    visibility: hidden;
}

.entry-block.eb-small:hover .category-block {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    visibility: visible;
}

.entry-block.eb-small .entry-meta {
    font-size: 12px;
    margin-top: 10px;
    color: #888;
}

.entry-block .entry-meta,
.entry-block .entry-meta a,
.entry-block .entry-meta .entry-separator {
    color: #505050;
}

    .entry-block .entry-meta > div {
        margin-top: 5px;
    }

        .entry-block .entry-meta > div > a {
            margin-left: 4px;
        }

@media (min-width: 768px) {
    .navbar-nav-colored.navbar-nav > li > a {
        position: relative;
        border-top: 3px solid #eaeaea !important;
        border-radius: 0;
    }

    .navbar-nav-colored.navbar-nav > li:first-child > a {
        border-top-color: #ef5350 !important;
    }

    .navbar-nav-colored.navbar-nav > li:nth-child(2) > a {
        border-top-color: #ffc107 !important;
    }

    .navbar-nav-colored.navbar-nav > li:nth-child(3) > a {
        border-top-color: #ffeb3b !important;
    }

    .navbar-nav-colored.navbar-nav > li:nth-child(4) > a {
        border-top-color: #29b6f6 !important;
    }

    .navbar-nav-colored.navbar-nav > li:nth-child(5) > a {
        border-top-color: #66bb6a !important;
    }

    .navbar-nav-colored.navbar-nav > li:nth-child(6) > a {
        border-top-color: #ab47bc !important;
    }

    .navbar-nav-colored.navbar-nav > li:nth-child(7) > a {
        border-top-color: #ec407a !important;
    }

    .navbar-nav-colored.navbar-nav > li:nth-child(8) > a {
        border-top-color: #d4e157 !important;
    }

    .navbar-nav-colored.navbar-nav > li:nth-child(9) > a {
        border-top-color: #26a69a !important;
    }
}

@media (max-width: 991px) {
    .header-banner {
        display: none;
    }

    .sidebar .social-blocks-widget.widget {
        margin: 0 0 50px;
    }

    .owl-carousel .entry.entry-block.eb-small {
        margin-bottom: 20px;
    }

        .owl-carousel .entry.entry-block.eb-small:last-child {
            margin-bottom: 0;
        }
}

@media (max-width: 767px) {
    .rect-dots .owl-dot {
        width: 28px;
    }
}



/* ----------  index25-28  -----------
Shop Homepages --------------------*/

.shop-newsletter-section form {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.shop-newsletter-section .form-control {
    border-width: 2px;
}

.max620 {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.banner-group .row {
    margin-left: -10px;
    margin-right: -10px;
}

    .banner-group .row [class^="col-"] {
        padding: 0 10px;
    }

.info-line-section {
    background-color: #2e2e2e;
    color: #f7f7f7;
    padding: 30px 0 0;
}

    .info-line-section.larger {
        padding-top: 40px;
        padding-bottom: 14px;
    }

.container > .info-line-section {
    padding-left: 15px;
    padding-right: 15px;
}

.info-line-section .service {
    margin-bottom: 30px;
    font-size: 13px;
}

.info-line-section .service-title {
    color: #fff;
}

.info-line-section.gray {
    background-color: #f6f6f6;
    color: #505050;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

    .info-line-section.no-bg .service-title,
    .info-line-section.gray .service-title {
        color: #2a2a2a;
    }

.info-line-section.no-bg {
    background-color: transparent;
    color: #505050;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}


/* Newslettter Popup */
.newsletter-popup {
    max-width: 720px;
    background: #fafafa;
    padding: 32px 30px 27px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

    .newsletter-popup.v2 {
        max-width: 600px;
        background-color: #2a2a2a;
        background-image: url('../index.html');
        padding: 35px 25px 30px;
        color: #fff;
        text-align: center;
    }

.newsletter-popup-content {
    max-width: 100%;
}

.newsletter-popup h2 {
    font-size: 14px;
    color: #5a5a5a;
    letter-spacing: -0.1px;
    text-transform: uppercase;
}

.newsletter-popup.v2 h2 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.15px;
}

.newsletter-popup form {
    margin: 33px 0;
}

.newsletter-popup.v2 form {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-popup label.input-desc {
    font-size: 13px;
    font-weight: 600;
}

.newsletter-popup .input-group-btn:last-child > .btn {
    margin-left: 0;
}

.newsletter-popup .popup-end-info {
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 0;
}

.mfp-close-btn-in .newsletter-popup .mfp-close {
    color: #2a2a2a;
}

.mfp-close-btn-in .newsletter-popup.v2 .mfp-close {
    color: #fff;
}

@media (min-width: 768px) {
    .newsletter-popup {
        padding: 40px 40px 37px;
        background-image: url('../index.html');
        background-position: left top;
        background-repeat: no-repeat;
    }

        .newsletter-popup.v2 {
            padding: 48px 30px 40px;
        }

    .newsletter-popup-content {
        max-width: 380px;
        float: right;
    }

    .newsletter-popup.v2 .newsletter-popup-content {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }


    .newsletter-popup h2 {
        font-size: 16px;
    }
}


/* ----------  index29-31  -----------
Landing Homepages --------------------*/

.landing-home,
.section.landing-home {
    background-color: #fff;
    padding-top: 260px;
    padding-bottom: 0;
    overflow: visible;
}

    .landing-home h3 {
        color: #f8f8f8;
        font-weight: 400;
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .landing-home h1 {
        color: #fff;
        font-weight: 600;
        font-size: 42px;
        line-height: 1.3;
        font-family: 'Open Sans', Verdana;
        margin-bottom: 20px;
    }

    .landing-home p {
        color: #fff;
        font-size: 18px;
        max-width: 620px;
        margin-bottom: 35px;
    }

.landing-home-img {
    position: relative;
    z-index: 5;
}

.landing-home .block-action .btn + .btn {
    margin-left: 20px;
}

.landing-block {
    margin-bottom: 75px;
}

.landing-features-section.section {
    color: #fff;
    padding-bottom: 50px;
}

.landing-services-section.section {
    padding-bottom: 30px;
}

.app-btn {
    color: #fff;
    font-size: 42px;
}

    .app-btn.smaller {
        font-size: 32px;
    }

    .app-btn + .app-btn {
        margin-left: 100px;
    }

    .app-btn.smaller + .app-btn.smaller {
        margin-left: 60px;
    }

    .app-btn:hover {
        color: #fff;
        opacity: 0.9;
    }


@media (min-width: 992px) {
    .landing-home,
    .section.landing-home {
        margin-bottom: 320px;
    }

    .landing-features-section.section {
        margin-top: -320px;
        padding-top: 380px;
    }

    .landing-home-img {
        margin-bottom: -300px;
    }

    .landing-side-image {
        margin-top: -140px;
    }

        .landing-side-image.bottom-fix {
            margin-top: -50px;
        }
}

@media (max-width: 991px) {
    .landing-home,
    .section.landing-home {
        padding-top: 220px;
    }

        .landing-home h3 {
            font-size: 22px;
        }

        .landing-home h1 {
            font-size: 34px;
        }

        .landing-home p {
            font-size: 16px;
        }

    .app-btn + .app-btn {
        margin-left: 80px;
    }
}

@media (max-width: 767px) {
    .landing-home,
    .section.landing-home {
        padding-top: 180px;
        padding-bottom: 40px;
    }

        .landing-home h3 {
            font-size: 16px;
        }

        .landing-home h1 {
            font-size: 30px;
        }

        .landing-home p {
            font-size: 14px;
        }

        .landing-home .block-action .btn + .btn {
            margin-left: 15px;
        }

    .app-btn + .app-btn {
        margin-left: 60px;
    }
}

@media (max-width: 480px) {

    .landing-home,
    .section.landing-home {
        padding-top: 160px;
    }

        .landing-home h3 {
            font-size: 14px;
            margin-bottom: 15px;
        }

        .landing-home h1 {
            font-size: 20px;
            margin-bottom: 25px;
        }

        .landing-home p {
            display: none;
        }

        .landing-home .block-action .btn + .btn {
            margin-left: 10px;
        }

    .landing-block {
        margin-bottom: 40px;
    }

    .app-btn + .app-btn {
        margin-left: 40px;
    }
}


.bg-custom .pricing-table {
    color: #505050;
}

/* ----------  index32-35  -----------
Onepage Homepages --------------------*/

.fullscreen {
    height: 100vh;
    position: relative;
}

/* Workaround vh unit for mobile */
/** 
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .fullscreen {
        height: 1024px;
    }
}

/** 
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    .fullscreen {
        height: 768px;
    }
}

/**
 * iPhone 5
 */
@media screen and (device-aspect-ratio: 40/71) {
    .fullscreen {
        height: 500px;
    }
}

.section {
    width: 100%;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

    .section#aboutus {
        padding-bottom: 45px;
    }

    .section#pricing {
        padding-bottom: 50px;
    }

.section-simple {
    border-bottom: 3px solid #eaeaea;
}

    .section-simple.no-border {
        border-bottom: none !important;
    }

.section.section-sm {
    padding: 60px 0;
}

    .section.section-sm.padding-top-lg {
        padding-top: 90px;
    }

.section.section-xs {
    padding: 40px 0;
}

.section.section-lg {
    padding: 120px 0;
}

.section-header {
    margin-bottom: 60px;
}

.section-title {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 3px;
    color: #f4f4f4;
    position: relative;
    font-family: 'Open Sans', Verdana;
}

    .section-title.normal,
    .bg-lightergray .section-title.normal,
    .bg-lightgray .section-title.normal,
    .bg-gray .section-title.normal {
        font-size: 36px;
        letter-spacing: normal;
        font-weight: 600;
        color: #303030;
    }

    .section-title.smaller.text-white,
    .section-title.text-white,
    .section-title.text-white.normal {
        color: #fff;
    }

    .section-title.smaller {
        font-size: 28px;
        letter-spacing: -0.5px;
        color: #303030;
    }

        .section-title.smaller.normal {
            font-weight: 600;
        }

.bg-lightergray .section-title {
    color: #f2f2f2;
}

.bg-lightgray .section-title {
    color: #e1e1e1;
}

.bg-dark .section-title {
    color: #333;
}

.shadow-title:after {
    content: attr(data-title);
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    z-index: 0;
    font-size: 0.75em;
    letter-spacing: -0.25px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #303030;
}

.bg-dark .shadow-title:after {
    color: #191919;
}

.section-icon {
    position: relative;
    display: inline-block;
    font-size: 16px;
    width: 42px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #5a5a5a;
    border-radius: 50%;
    color: #5a5a5a;
}

    .section-icon:before,
    .section-icon:after {
        content: '';
        display: block;
        width: 100px;
        height: 1px;
        position: absolute;
        top: 50%;
        background-color: #5a5a5a;
    }

    .section-icon:before {
        right: 100%;
        margin-right: 20px;
    }

    .section-icon:after {
        left: 100%;
        margin-left: 20px;
    }

.section.home-section {
    padding: 0 !important;
}

.section#blog .entry-simple .entry-title {
    text-transform: none;
}

.big-block h1,
.big-block .h1 {
    font: 700 60px/1 'Open Sans', Verdana;
    letter-spacing: -0.4px;
    margin-bottom: 18px;
}

.big-block .block-sub {
    font: 36px/1 'Shadows Into Light', Verdana;
    margin-bottom: 14px;
}

.big-block p {
    font-size: 17px;
    max-width: 600px;
    line-height: 1.5;
    margin-bottom: 26px;
}

.block-action {
    font-size: 0;
}

    .block-action .btn + .btn {
        margin-left: 10px;
    }

@media (max-width: 767px) {

    .big-block h1,
    .big-block .h1 {
        font-size: 48px;
        margin-bottom: 14px;
    }

    .big-block .block-sub {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .big-block p {
        font-size: 15px;
    }

    .block-action .btn {
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .big-block h1,
    .big-block .h1 {
        font-size: 40px;
    }
}

@media (max-width: 420px) {
    .big-block h1,
    .big-block .h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .big-block p {
        display: none;
    }
}



/* =============================================
---------------  6.Service Pages  -------------
==============================================*/

#fun-facts-container {
    padding: 80px 0;
}

@media (min-width: 992px) {
    #fun-facts-container .count-container {
        margin-bottom: 0;
    }
}


.vertical-service-block {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

    .vertical-service-block.no-border {
        border: none;
    }

.vertical-service-content .service p {
    display: inline-block;
    max-width: 420px;
}

.vertical-service-content .service:last-child {
    margin-bottom: 0;
}

.vertical-service-image {
    padding: 0 20px;
}

    .vertical-service-image p {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

@media (min-width: 768px) {
    .vertical-service-block .col-sm-6.no-padding-left {
        padding-left: 0;
    }

        .vertical-service-block .col-sm-6.no-padding-left + .col-sm-6 {
            padding-right: 30px;
        }

    .vertical-service-block .col-sm-6.no-padding-right {
        padding-right: 0;
    }

        .vertical-service-block .col-sm-6.no-padding-right + .col-sm-6 {
            padding-left: 30px;
        }
}

.vertical-service-block + .vertical-service-block {
    margin-top: -1px;
}

@media (max-width: 768px) {
    .vertical-service-content.fullscreen {
        height: auto;
        padding: 50px 15px 40px;
    }

    .navbar-white .navbar-nav li > .dropdown-menu li p {
        padding-left: 30px;
        font-size: 12px;
        color: #999;
    }
}

/* =============================================
---------------  7.Pricing Tables  -------------
==============================================*/

.pricing-row {
    margin-left: 0;
    margin-right: 0;
}

.pricing-table-container {
    padding: 0;
}

.pricing-table {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0, 0.1);
    margin-bottom: 50px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

    .pricing-table.border {
        border: 3px solid #2e2e2e;
        background-color: #fff !important;
        box-shadow: none;
        overflow: hidden;
        padding: 15px 0;
    }

    .pricing-table.flat {
        border: 2px solid #eaeaea;
        background-color: #fff;
        box-shadow: none;
        overflow: hidden;
        padding: 0;
    }

    .pricing-table.pricing-top {
        padding-top: 82px;
        margin-top: 72px;
    }

    .pricing-table.border.transparent {
        background-color: transparent !important;
    }

    .pricing-table h3 {
        padding: 25px 15px;
        font-size: 20px;
        text-align: center;
        margin-bottom: 25px;
        background-color: rgba(0,0,0, 0.018);
        color: #505050;
    }

    .pricing-table.border h3 {
        margin-bottom: 32px;
        position: relative;
    }

    .pricing-table.flat h3 {
        margin-bottom: 32px;
        background-color: #eee;
        text-align: left;
        padding: 20px;
        margin: 0;
    }

    .pricing-table.pricing-top h3 {
        padding: 10px 15px;
        background-color: transparent;
    }

    .pricing-table.border h3:after {
        content: '';
        position: absolute;
        display: block;
        bottom: 0;
        width: 80px;
        left: 50%;
        margin-left: -40px;
        height: 2px;
        background-color: #2e2e2e;
    }

@media (min-width: 992px) {
    .pricing-table.active {
        z-index: 1;
        margin-top: -20px;
        box-shadow: 0 0 20px rgba(0,0,0, 0.14);
        -webkit-box-shadow: 0 0 20px rgba(0,0,0, 0.14);
    }

    .pricing-table.border.active {
        box-shadow: none;
    }

    .pricing-table.active h3 {
        padding: 35px 15px;
    }
}

.pricing-table header {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}

.pricing-table.flat header {
    text-align: left;
    padding: 20px;
    margin-bottom: 0;
    position: relative;
    background-color: #f5f5f5;
}

.pricing-table.pricing-top header {
    position: absolute;
    top: -62px;
    left: 50%;
    margin-left: -62px;
    padding: 0;
}

.pricing-table header .pricing-icon {
    position: absolute;
    z-index: 0;
    right: 60%;
    top: -100px;
    font-size: 12em;
    color: #f5f5f5;
    transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
}

.pricing-table.border header {
    margin: 15px 0 25px;
}

.pricing-table.border .price,
.pricing-table.border h3 {
    position: relative;
    z-index: 1;
}

.pricing-table .price {
    display: inline-block;
    width: 124px;
    height: 124px;
    border-radius: 500px;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
    box-shadow: 0 3px 8px rgba(0,0,0, 0.12);
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0, 0.12);
}

.pricing-table.border .price {
    width: auto;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}

.pricing-table.flat .price {
    width: auto;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    color: #4a4a4a;
}

.pricing-table.pricing-top .price {
    background-color: #fff;
}

.pricing-table .price span {
    display: block;
    margin-top: 39px;
    font: 700 32px/32px 'Raleway', sans-serif;
}

.pricing-table.border .price span {
    margin-top: 0;
    font-size: 42px;
    margin-bottom: 10px;
}

.pricing-table.flat .price span {
    margin: 10px 0 0;
    font-size: 42px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 2px;
}

.pricing-table .pricing-list {
    list-style: none;
    text-align: center;
    font: 14px/22px 'Lato', sans-serif;
    border-top: 1px dashed #eaeaea;
    margin-bottom: 0;
}

.pricing-table.border .pricing-list {
    border-top: none;
    line-height: 20px;
}

.pricing-table.flat .pricing-list {
    border-top: none;
    line-height: 20px;
    text-align: left;
    border-top: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
    padding: 10px 0;
}

.pricing-desc {
    padding: 15px 20px;
    margin: 0;
}

.pricing-table .pricing-list li {
    padding: 8px 15px;
    border-bottom: 1px dashed #eaeaea;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.pricing-table.flat .pricing-list li {
    padding: 8px 20px;
}

.pricing-table .pricing-list li i {
    margin-right: 8px;
}

.pricing-table.flat .pricing-list li i {
    margin-right: 12px;
}

.pricing-table.border .pricing-list li,
.pricing-table.flat .pricing-list li {
    border-bottom: none;
}

.pricing-table .pricing-list li:nth-child(2n+1) {
    background-color: rgba(0,0,0, 0.018);
}

.pricing-table .pricing-list li:hover {
    background-color: rgba(0,0,0, 0.042);
}

.pricing-table.border h3,
.pricing-table.border .pricing-list li:nth-child(2n+1),
.pricing-table.border .pricing-list li:hover,
.pricing-table.flat .pricing-list li:nth-child(2n+1),
.pricing-table.flat .pricing-list li:hover {
    background-color: transparent !important;
}

.pricing-action {
    text-align: center;
    padding: 20px 15px;
}

.pricing-table.border .pricing-action {
    padding-top: 20px;
    padding-bottom: 15px;
}

.pricing-table.flat .pricing-action {
    text-align: left;
    padding: 15px 20px;
}

.pricing-action .btn {
    padding: 6px 20px;
    font-size: 14px;
    text-transform: capitalize;
}

.pricing-table .price.custom {
    color: #fff;
}

.pricing-table .price.custom2 {
    color: #fff;
}

.pricing-table .price.dark {
    background-color: #2e2e2e;
    color: #f1f1f1;
}

.pricing-table .price.gray {
    background-color: #eaeaea;
}

/* Color Variants */
/* Custom */
.pricing-table.custom {
    color: #fff;
}

    .pricing-table.custom h3 {
        background-color: rgba(0,0,0, 0.09);
        color: #fff;
    }

    .pricing-table.custom .price {
        color: #fff;
    }

    .pricing-table.custom .pricing-list li:nth-child(2n+1) {
        background-color: rgba(0,0,0, 0.09);
    }

    .pricing-table.custom .pricing-list li:hover {
        background-color: rgba(0,0,0, 0.18);
    }

.pricing-table.flat.custom {
    color: #fff;
}

/* Dark */
.pricing-table.dark {
    background-color: #2e2e2e;
    color: #bebebe;
}

    .pricing-table.dark h3 {
        background-color: rgba(0,0,0, 0.09);
        color: #bebebe;
    }

    .pricing-table.dark .price {
        color: #bebebe;
        box-shadow: 0 3px 8px rgba(0,0,0, 0.28);
        -webkit-box-shadow: 0 3px 8px rgba(0,0,0, 0.28);
    }

    .pricing-table.dark .pricing-list {
        border-top-color: #111;
    }

        .pricing-table.dark .pricing-list li {
            border-bottom-color: #111;
        }

            .pricing-table.dark .pricing-list li:nth-child(2n+1) {
                background-color: rgba(0,0,0, 0.09);
            }

            .pricing-table.dark .pricing-list li:hover {
                background-color: rgba(0,0,0, 0.18);
            }

.pricing-table.flat.dark {
    border-color: #111;
    color: #9a9a9a;
}

    .pricing-table.flat.dark header {
        background: #111;
    }

    .pricing-table.flat.dark .pricing-list {
        border-color: #111;
    }

.pricing-table.dark.pricing-top .price {
    background-color: #111;
}

/* Custom 2 */
.pricing-table.custom2 {
    color: #fff;
}

    .pricing-table.custom2 h3 {
        background-color: rgba(0,0,0, 0.09);
        color: #fff;
    }

    .pricing-table.custom2 .price {
        color: #fff;
    }

    .pricing-table.custom2 .pricing-list li:nth-child(2n+1) {
        background-color: rgba(0,0,0, 0.09);
    }

    .pricing-table.custom2 .pricing-list li:hover {
        background-color: rgba(0,0,0, 0.18);
    }

.pricing-table.flat.custom2 {
    color: #fff;
}

/* Dark */
.pricing-table.gray {
    background-color: #eaeaea;
    color: #8a8a8a;
}

    .pricing-table.gray h3 {
        background-color: rgba(0,0,0, 0.09);
        color: #8a8a8a;
    }

    .pricing-table.gray .price {
        color: #8a8a8a;
    }

    .pricing-table.gray .pricing-list {
        border-top-color: #d7d7d7;
    }

        .pricing-table.gray .pricing-list li {
            border-bottom-color: #d7d7d7;
        }

            .pricing-table.gray .pricing-list li:nth-child(2n+1) {
                background-color: rgba(0,0,0, 0.09);
            }

            .pricing-table.gray .pricing-list li:hover {
                background-color: rgba(0,0,0, 0.18);
            }

.pricing-table.border.gray {
    border-color: #eaeaea;
    color: #8a8a8a;
}

    .pricing-table.border.gray .price,
    .pricing-table.border.gray h3 {
        color: #8a8a8a;
    }

        .pricing-table.border.gray h3:after {
            background-color: #eaeaea;
        }

.pricing-table.flat.gray {
    border-color: #eaeaea;
    border-color: #e1e1e1;
    color: #505050;
}

    .pricing-table.flat.gray header {
        background: #eaeaea;
    }

    .pricing-table.flat.gray .pricing-list {
        border-color: #e1e1e1;
    }

.pricing-table.gray.pricing-top .price {
    background-color: #e1e1e1;
}


/* =============================================
---------------  8.Login  -------------
==============================================*/

.form-wrapper {
    padding: 30px 25px;
    border: 1px solid #e9e9e9;
    background-color: #f9f9f9;
}

@media (min-width: 768px) {
    .form-wrapper {
        padding: 40px 30px;
    }
}

.form-wrapper.dark {
    border-color: #222;
    background-color: #2a2a2a;
}

.form-wrapper.transparent {
    border-color: transparent;
    background-color: transparent;
}

.form-wrapper .title-border > span {
    background-color: #f9f9f9;
}

.form-wrapper.dark .title-border > span {
    background-color: #2a2a2a;
}

#login-section {
    background-color: #D9DADB;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    position: relative;
    background-repeat: no-repeat;
}

    #login-section.dark {
        background-color: #1e1e1e;
    }

.logo-container {
    position: relative;
}

.logo {
    display: block;
}

@media (max-height: 520px) {
    #login-section.fullheight {
        height: auto !important;
        padding: 50px 0 60px;
    }
}

/* =============================================
---------------  9.Blog  -------------
==============================================*/

.entry {
    position: relative;
    margin-bottom: 50px;
    /*padding-left:75px;*/
}

    .entry:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 30px;
        display: block;
        /*width:1px;
	background-color: #eaeaea;*/
        z-index: 10;
    }

.entry-media {
    margin-bottom: 20px;
}

    .entry-media,
    .entry-media figure {
        position: relative;
    }

        .entry-media a {
            display: block;
        }

        .entry-media figure > a:after,
        .entry-media .item > a:after,
        .entry-media.embed-responsive:after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 10;
            background-color: rgba(255,255,255, 0.16);
            opacity: 1;
            transition: all 0.45s ease-in-out;
            -webkit-transition: all 0.45s ease-in-out;
            visibility: visible;
        }

.entry:hover .entry-media figure > a:after,
.entry:hover .entry-media .item > a:after,
.entry:hover .entry-media.embed-responsive:after,
.event:hover .entry-media figure > a:after,
.event:hover .entry-media .item > a:after,
.event:hover .entry-media.embed-responsive:after {
    opacity: 0;
    visibility: hidden;
}

.entry-media img {
    display: block;
    width: 100%;
    height: auto;
}

.entry-title {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

    .entry-title a {
        color: #444;
    }

.entry-footer {
    border-top: 1px solid #eaeaea;
    /*border-bottom:1px solid #eaeaea;*/
}

.bg-gray .entry-footer {
    border-color: #d1d1d1;
}

.entry-footer {
    font-size: 13px;
    line-height: 42px;
    color: #6a6a6a;
}

    .entry-footer a {
        color: #505050;
        font-weight: 700;
    }

.entry-readmore {
    float: right;
    display: none;
}

    .entry-readmore i {
        margin-left: 5px;
    }

.entry-label {
    font-weight: 700;
    margin-right: 8px;
}

    .entry-label i {
        margin-right: 5px;
    }

.entry-separator {
    margin: 0 5px;
    color: #888;
}

.entry-date {
    /*position: absolute;
	left:0;
	top:0;*/
    display: block;
    width: 60px;
    text-align: center;
    padding: 13px 0 0;
    font: 700 20px/1 'Raleway', Verdana;
    background-color: #eaeaea;
    text-transform: uppercase;
    z-index: 15;
}

    .entry-date > span {
        display: block;
        background-color: #1d8ec3;
        color: #f1f1f1;
        font-size: 14px;
        margin-top: 11px;
        padding: 6px 5px;
    }

.entry-format {
    position: absolute;
    left: 0;
    top: 85px;
    display: block;
    width: 60px;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 16;
}

.entry-media .entry-audio-container {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
}

.entry-blockquote {
    padding: 25px;
    background-color: #eaeaea;
    transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
}

    .entry-blockquote blockquote {
        margin: 10px 0;
    }

    .entry-blockquote .blockquote-icon {
        margin: 0;
        padding-top: 10px;
        padding-left: 40px;
    }

    .entry-blockquote blockquote:before {
        left: -2px;
    }

    .entry-box .entry-blockquote:hover,
    .entry-blockquote:hover,
    .bg-gray .entry-box .entry-blockquote:hover {
        background-color: #2a2a2a;
        color: #bebebe;
    }

        .entry-blockquote:hover cite {
            color: #8a8a8a;
        }

@media (min-width: 768px) {
    .entry {
        margin-bottom: 70px;
        padding-left: 20px;
    }

        .entry:after {
            left: 35px;
        }

    .entry-media {
        margin-bottom: 25px;
    }

    .entry-title {
        font-size: 20px;
    }

    .entry-readmore {
        display: inline;
    }

    .entry-date {
        width: 70px;
        padding: 17px 0 0;
        font-size: 24px;
    }

        .entry-date > span {
            font-size: 14px;
            margin-top: 13px;
        }

    .entry-format {
        top: 100px;
        width: 70px;
        font-size: 22px;
        line-height: 70px;
    }

    .entry-media .entry-audio-container {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }

    .entry-blockquote {
        padding: 25px 30px;
    }
}

@media (min-width: 992px) {
    .entry {
        margin-bottom: 80px;
        padding-left: 20px;
    }

        .entry:after {
            left: 40px;
        }

    .entry-date {
        width: 80px;
        padding: 18px 0 0;
        font-size: 28px;
    }

        .entry-date > span {
            font-size: 16px;
            margin-top: 16px;
        }

    .entry-format {
        top: 110px;
        width: 80px;
        font-size: 24px;
        line-height: 80px;
    }

    .entry-media .entry-audio-container {
        bottom: 25px;
        right: 25px;
        left: 25px;
    }
}

.entry-simple {
    padding: 30px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    background: #f5f5f5;
}

    .entry-simple:after {
        display: none;
    }

    .container h2 + .entry-simple,
    .entry-simple:first-child {
        border-top: 1px solid #eaeaea;
    }

    .entry-simple .entry-title {
        margin-bottom: 15px;
        font-family: 'Open Sans', Verdana;
        font-size: 16px;
        /*text-transform: uppercase;*/
        font-weight: 700;
        letter-spacing: 0.5px;
        height: 50px;
    }

        .entry-simple .entry-title a {
            color: #2a2a2a;
        }

            .entry-simple .entry-title a:hover,
            .entry-simple .entry-title a:focus {
                color: #fff;
            }

    .entry-simple footer,
    .entry-simple footer a,
    .entry-simple .entry-label {
        font-family: 'Open Sans', Verdana;
        font-weight: 400;
        color: #f9f9f9;
    }

        .entry-simple footer a {
            color: #505050;
        }

    .entry-simple footer,
    .entry-simple .entry-label,
    .entry-simple .entry-separator {
        color: #00c2de;
    }

    .entry-simple .entry-footer {
        border: none;
        line-height: 24px;
    }

@media (min-width: 768px) {
    .entry-simple:hover {
        background-color: #102C53;
        border-bottom-color: #000;
        padding-left: 20px;
        padding-right: 20px;
    }

        .entry-simple:hover .entry-title a,
        .entry-simple:hover a {
            color: #f9f9f9;
        }

        .entry-simple:hover footer,
        .entry-simple:hover .entry-separator,
        .entry-simple:hover .entry-label {
            color: #9a9a9a;
        }

    .entry-simple .entry-title a:hover,
    .entry-simple .entry-footer a:hover {
        color: #f1f1f1;
    }
}

@media (min-width: 992px) {
    .entry-simple:hover {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Sidebar */
.sidebar .widget {
    margin-bottom: 30px;
}

    .sidebar .widget.gray-bg {
        background: #fafafa;
        padding: 15px;
    }

    .sidebar .widget h3 {
        font-size: 18px;
        margin-bottom: 25px;
        color: #555;
    }

    .sidebar .widget .twitter-icon {
        color: #666;
    }

.about-widget-box {
    border: 1px solid #eaeaea;
    transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    text-align: center;
    padding-bottom: 5px;
}

    .about-widget-box header {
        padding: 32px 20px 45px;
        background-color: #eaeaea;
        transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
    }

    .about-widget-box:hover header {
        background-color: #2a2a2a;
    }

    .about-widget-box header a,
    .about-widget-box header h4 {
        color: #555;
    }

    .about-widget-box:hover header a,
    .about-widget-box:hover header h4 {
        color: #bebebe;
    }

    .about-widget-box header h4 {
        margin-bottom: 8px;
        font-size: 17px;
        text-transform: uppercase;
    }

    .about-widget-box header h5 {
        color: #777;
        font-size: 14px;
        font-family: 'Lato', Verdana;
        line-height: 1.4;
    }

    .about-widget-box:hover header h5 {
        color: #8a8a8a;
    }

    .about-widget-box header h5 > span {
        display: block;
    }

    .about-widget-box figure {
        margin-top: -45px;
    }

    .about-widget-box img {
        border-radius: 50%;
        border: 5px solid #fff;
    }

.about-widget-content {
    display: inline-block;
    padding: 20px 26px 6px;
    font-size: 13px;
    max-width: 480px;
}

.about-widget-box .social-icon {
    font-size: 16px;
}

.sidebar .widget .links li {
    border-bottom: 1px solid #eaeaea;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

    .sidebar .widget .links li a {
        line-height: 1;
        color: #505050;
    }

        .sidebar .widget .links li a span {
            float: right;
            font-size: 12px;
            color: #bbb;
        }

    .sidebar .widget .links li:hover {
        text-indent: 4px;
    }

        .sidebar .widget .links li:hover a {
            color: #009866;
        }

    .sidebar .widget .links li a div {
        float: none;
        font-size: 12px;
        color: #bbb;
        line-height: 2.6;
    }

.sidebar .tagcloud a {
    display: block;
    float: left;
    font-size: 14px;
    padding: 4px 13px;
    background-color: #eaeaea;
    color: #7a7a7a;
    margin: 0 7px 7px 0;
    border-radius: 4px;
}

    .sidebar .tagcloud a:hover {
        color: #fff;
    }

.sidebar .widget .latest-posts-list h5,
.sidebar .widget .products-list h5 {
    font-family: 'Open Sans', Verdana, sans-serif;
}

.sidebar .widget .latest-posts-list li a,
.sidebar .widget .products-list li a {
    color: #666;
}

.sidebar .widget .latest-posts-list .entry-content p a,
.sidebar .widget .products-list .entry-content p a {
    font-weight: bold;
}

.sidebar .widget .tweet_list a {
    color: #4a4a4a;
}

.sidebar .widget .tweet_time a {
    color: #9a9a9a;
}

    .sidebar .widget .tweet_time a:hover {
        color: #6a6a6a;
    }

@media (min-width: 992px) {
    .sidebar .widget {
        margin-bottom: 30px;
    }

    .about-widget-box header {
        padding: 42px 20px 55px;
    }
}

/* Timeline */
.blog-timeline {
    padding-left: 20px;
    border-left: 1px solid #eaeaea;
    position: relative;
}

    .blog-timeline .entry:before,
    .blog-timeline .entry:after {
        content: '';
        position: absolute;
        bottom: auto;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        background-color: transparent;
        top: 25px;
        border-width: 12px 0 12px 12px;
    }

    .blog-timeline .entry:before {
        left: -20px;
        border-color: transparent transparent transparent #eaeaea;
        z-index: 10;
    }

    .blog-timeline .entry:after {
        left: -21px;
        border-color: transparent transparent transparent #fff;
        z-index: 11;
    }

@media (min-width: 768px) {
    .blog-timeline {
        padding-left: 30px;
    }

        .blog-timeline .entry:before,
        .blog-timeline .entry:after {
            top: 35px;
        }

        .blog-timeline .entry:before {
            left: -30px;
        }

        .blog-timeline .entry:after {
            left: -31px;
        }
}

@media (min-width: 992px) {
    .blog-timeline {
        padding-left: 35px;
    }

        .blog-timeline .entry:before,
        .blog-timeline .entry:after {
            top: 35px;
        }

        .blog-timeline .entry:before {
            left: -35px;
        }

        .blog-timeline .entry:after {
            left: -36px;
        }
}


@media (min-width: 992px) {
    .blog-timeline.timeline-center:after {
        content: '';
        display: block;
        width: 1px;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        background-color: #eaeaea;
    }

    .blog-timeline.timeline-center {
        padding-left: 0;
        border-left: none;
    }

        .blog-timeline.timeline-center:after {
            margin-left: 0;
        }

        .blog-timeline.timeline-center .col-md-6 {
            padding-right: 30px;
        }

            .blog-timeline.timeline-center .col-md-6.col-md-push-6 {
                padding-right: 15px;
                padding-left: 30px;
            }

        .blog-timeline.timeline-center .left-entry {
            padding-left: 0;
            padding-right: 100px;
        }


            .blog-timeline.timeline-center .left-entry .entry-date,
            .blog-timeline.timeline-center .left-entry .entry-format {
                left: auto;
                right: 0;
            }

        .blog-timeline.timeline-center .entry.left-entry:before,
        .blog-timeline.timeline-center .entry.left-entry:after {
            border-width: 12px 12px 12px 0;
        }

        .blog-timeline.timeline-center .entry.left-entry:before {
            border-color: transparent #eaeaea transparent transparent;
            left: auto;
            right: -30px;
        }

        .blog-timeline.timeline-center .entry.left-entry:after {
            border-color: transparent #fff transparent transparent;
            left: auto;
            right: -31px;
        }

        .blog-timeline.timeline-center .entry.right-entry:before {
            left: -30px;
        }

        .blog-timeline.timeline-center .entry.right-entry:after {
            left: -31px;
        }

        .blog-timeline.timeline-center .entry-blockquote {
            padding: 10px 30px;
        }
}

.entry-box {
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
}

.bg-gray .entry-box {
    border-color: #d1d1d1;
}

.entry-box.entry-box-blockquote {
    padding: 0;
}

.entry-box .entry-blockquote {
    background-color: #fff;
}

.bg-gray .entry-box .entry-blockquote {
    background-color: #dadada;
}

.entry-box .entry-blockquote {
    padding: 20px 25px;
}

.entry-box blockquote {
    margin: 0;
    font-size: 14px;
}

    .entry-box blockquote cite {
        font-size: 14px;
    }

.entry-box .blockquote-icon {
    padding-left: 28px;
    padding-top: 18px;
    padding-bottom: 0;
}

    .entry-box .blockquote-icon:before {
        font-size: 1.5em;
        left: -5px;
        top: 0;
    }

/* fix for ie9*/
.ie9 .entry-box .blockquote-icon::before {
    font-size: 18px;
}

/* fix for ie 10+ */
@media screen and (min-width:0\0) {

    .entry-box .blockquote-icon::before {
        font-size: 18px;
    }
}

.entry-box .carousel-control {
    width: 28px;
    height: 32px;
    font-size: 18px;
    line-height: 30px;
    margin-top: -16px;
}

    .entry-box .carousel-control.left {
        left: 15px;
    }

    .entry-box .carousel-control.right {
        right: 15px;
    }

@media (min-width: 768px) {
    .entry-box {
        margin-bottom: 15px;
    }

    .entry-media {
        margin-bottom: 15px;
    }
}

.entry.entry-box:after {
    display: none;
}

.entry-box .entry-label {
    margin: 0;
}

    .entry-box .entry-label i {
        margin-right: 8px;
    }

.entry-box .entry-title {
    font-size: 15px;
    line-height: 1.5;
}

.entry-box .entry-footer {
    line-height: 36px;
}

.entry-content-wrapper {
    position: relative;
}

.entry-box .entry-date,
.entry-box .entry-format {
    width: 50px;
    font-size: 18px;
}

.entry-box .entry-date {
    padding: 10px 0 0;
    top: 4px;
}

.entry-box .entry-format {
    line-height: 50px;
    top: 74px;
    background-color: #3a3a3a;
    color: #f1f1f1;
}

.entry-box .entry-date > span {
    padding: 5px;
    margin: 10px 0 0;
    font-size: 12px;
}

/* prevent date + format boxed overflow */
.entry-content-wrapper {
    min-height: 130px;
}

    .entry-content-wrapper .entry-title,
    .entry-content-wrapper .entry-content {
        padding-left: 65px;
    }

@media (min-width: 480px) {
    .max-col-6 .entry,
    .max-col-5 .entry,
    .max-col-4 .entry,
    .max-col-3 .entry,
    .max-col-2 .entry {
        width: 100%;
    }
}
/* gutter number 1 less than colums so used calc to calculate grid size */
@media (min-width: 768px) {
    .max-col-6 .entry,
    .max-col-5 .entry,
    .max-col-4 .entry,
    .max-col-3 .entry,
    .max-col-2 .entry {
        width: calc( (100% - 15px) / 2 );
    }

    .entry-box .entry-media .entry-audio-container {
        bottom: 15px;
        right: 15px;
        left: 15px;
    }
}

@media (min-width: 992px) {
    .max-col-6 .entry,
    .max-col-5 .entry,
    .max-col-4 .entry,
    .max-col-3 .entry {
        width: calc( (100% - 30px) / 3 );
    }
}

@media (min-width: 1199px) {
    .max-col-6 .entry,
    .max-col-5 .entry,
    .max-col-4 .entry {
        width: calc( (100% - 45px) / 4 );
    }
}

@media (min-width: 1500px) {
    .max-col-6 .entry,
    .max-col-5 .entry {
        width: calc( (100% - 60px) / 5 );
    }
}

@media (min-width: 1900px) {
    .max-col-6 .entry {
        width: calc( (100% - 75px) / 6 );
    }
}

/* Entry List pages with sidebar make title smaller */
.entry .col-md-6 > .entry-title,
.entry .col-md-7 > .entry-title {
    font-size: 18px;
}

/* Single Post*/
.entry.single .entry-media {
    margin-bottom: 25px;
}

.entry.single .entry-title {
    margin-bottom: 20px;
}

.entry.single img.pull-left {
    margin-right: 20px;
    margin-bottom: 10px;
}

.entry.single img.pull-right {
    margin-left: 20px;
    margin-bottom: 10px;
}

.entry.single .entry-footer {
    margin-top: 35px;
    margin-bottom: 50px;
}

.about-author {
    position: relative;
    padding: 25px 20px 15px;
    border: 1px solid #eaeaea;
    margin-bottom: 50px;
}

    .about-author h3 {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .about-author figure,
    .comments-list .media-left {
        display: none;
    }

    .about-author .author-content {
        margin-left: 0;
    }

    .about-author .social-icons {
        position: relative;
    }

    .about-author .social-icon {
        font-size: 16px;
    }

.blog-related-carousel {
    margin-bottom: 20px;
}

.comments {
    margin-bottom: 40px;
}

.comments-list .media-body {
    position: relative;
}

.comments-list .media-heading {
    font-size: 16px;
    color: #505050;
    margin-bottom: 10px;
}

.comments-list .comment-date {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Lato', Verdana, sans-serif;
    margin-left: 10px;
}

.reply-link {
    position: relative;
    color: #ef5350;
    font-weight: 700;
    font-size: 13px;
}

    .reply-link:hover {
        color: #e53935;
    }

.comments-list .media-body p:last-child {
    margin-bottom: 0;
}

.comments-list .media-body > ul li {
    margin-top: 30px;
}

.comments-list li {
    margin-top: 40px;
}

@media (min-width: 768px) {

    .entry.single .entry-media {
        margin-bottom: 30px;
    }

    .entry.single .entry-title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .blog-related-carousel {
        margin-bottom: 50px;
    }

    .comments {
        margin-bottom: 60px;
    }

    .about-author figure {
        display: block;
    }

    .about-author .author-content {
        margin-left: 120px;
    }

    .about-author .social-icons {
        position: absolute;
        right: 20px;
        top: 28px;
    }

    .comments-list .media-left {
        display: table-cell;
    }

    .comments-list .media-body {
        padding-left: 10px;
    }

    .reply-link {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (min-width: 992px) {
    .blog-related-carousel {
        margin-bottom: 50px;
    }

    .entry.single {
        margin-bottom: 70px;
    }
}


/* =============================================
---------------  10.About Us  -------------
==============================================*/

.about-timeline {
    position: relative;
    padding: 0 0 30px;
    margin-bottom: 20px;
}

    .about-timeline:after {
        content: '';
        display: block;
        width: 4px;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        background-color: #eaeaea;
        z-index: 1;
        margin-left: -2px;
    }

.timeline-date {
    padding: 0 10px;
    border-radius: 18px;
    font: 700 16px/30px 'Raleway', Verdana, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    max-width: 90px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    z-index: 5;
    margin-bottom: 50px;
}

.about-timeline-section {
    margin-bottom: 40px;
    padding: 0 15px 20px;
    border-bottom: 1px solid #eaeaea;
    background-color: #ffffff;
    position: relative;
    z-index: 5;
}

    .about-timeline-section .pull-left {
        margin-right: 20px;
    }

    .about-timeline-section .pull-right {
        margin-right: 20px;
        float: left !important;
    }

.about-timeline h3 {
    margin: 12px 0 8px;
}

    .about-timeline h3 a {
        color: #303030;
    }

.about-timeline-section .row {
    margin-left: -1px;
    margin-right: -1px;
}

    .about-timeline-section .row [class^="col-"] {
        padding-left: 1px;
        padding-right: 1px;
        margin-bottom: 2px;
    }

.about-timeline-section:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 10px 0;
    border-color: transparent #eaeaea transparent transparent;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.col-md-push-6 > .about-timeline-section:after {
    right: auto;
    left: -30px;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #eaeaea;
}

.timeline-section-date {
    font: 600 12px/26px 'Open Sans', Verdana, sans-serif;
    letter-spacing: 0.3px;
    display: block;
    padding: 0 12px;
    position: absolute;
    left: 100%;
    margin-left: 30px;
    top: 50%;
    margin-top: -13px;
    background-color: #eaeaea;
    white-space: nowrap;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    border-radius: 6px;
}

.col-md-push-6 > .about-timeline-section .timeline-section-date {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 30px;
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
}


.about-timeline-section:hover:after,
.about-timeline-section:hover .timeline-section-date {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

@media (max-width: 991px) {
    .about-timeline-section {
        border: 1px solid #eaeaea;
        padding: 20px;
    }

        .about-timeline-section:after,
        .timeline-section-date {
            display: none;
        }
}


@media (min-width: 992px) {
    .about-timeline [class^="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .timeline-date {
        margin-bottom: 70px;
    }

    .about-timeline-section {
        margin-bottom: 50px;
    }

    .about-timeline .col-md-push-6 {
        text-align: right;
    }

    .about-timeline-section .pull-left {
        margin-right: 25px;
    }

    .about-timeline-section .pull-right {
        margin-left: 25px;
        margin-right: 0;
        float: right !important;
    }
}


/* =============================================
---------------  11.About Me  -------------
==============================================*/

.about-box {
    margin-bottom: 45px;
}

    .about-box h4 {
        font-size: 16px;
    }

    .about-box h5 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
    }

@media (min-width: 768px) {
    .about-box {
        margin-bottom: 80px;
    }
}


/* =============================================
-------------------  12.Team  -----------------
==============================================*/

#team-page-container.bg-dark,
#team-page-container.bg-gray,
#team-page-container.bg-lightgray,
#team-page-container.bg-lightergray {
    padding-top: 60px;
    padding-bottom: 20px;
}



/* =============================================
----------------  13.Testimonilas  -------------
==============================================*/

.testimonial-slider .testimonial,
.testimonial-carousel .testimonial,
.testimonial-carousel2 .testimonial {
    margin-bottom: 0;
}

.testimonial-slider.dots-inside .owl-dots {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.testimonial-slider,
.testimonial {
    position: relative;
    margin-bottom: 50px;
}

    .testimonial figure {
        width: 120px;
        height: 120px;
        float: left;
        margin-top: 10px;
    }

        .testimonial figure img {
            border-radius: 50%;
            transition: all 0.55s ease;
            -webkit-transition: all 0.55s ease;
            display: block;
            width: 100%;
            height: auto;
        }

.testimonial-content {
    margin-left: 150px;
    padding-left: 25px;
    border-left: 1px solid #e1e1e1;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}


    .testimonial-content:after,
    .testimonial-content:before {
        content: '';
        position: absolute;
        right: 100%;
        top: 55px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 15px 0;
        border-color: transparent #e1e1e1 transparent transparent;
    }

    .testimonial-content:after {
        margin-right: -1px;
        border-color: transparent #fff transparent transparent;
    }

    .testimonial-content h4,
    .testimonial-content h5 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
    }

        .testimonial-content h4 a,
        .testimonial-content h5 a {
            font-size: 13px;
            font-weight: 500;
        }

.testimonial:hover figure img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
}

.testimonial-slider .testimonial:hover figure img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}


.testimonial.reverse figure {
    float: right;
}

.testimonial.reverse .testimonial-content {
    margin-left: 0;
    padding-left: 0;
    margin-right: 110px;
    padding-right: 25px;
    border-left: none;
    border-right: 1px solid #e1e1e1;
    text-align: right;
}

    .testimonial.reverse .testimonial-content:after,
    .testimonial.reverse .testimonial-content:before {
        left: 100%;
        top: 35px;
        border-width: 15px 0 15px 15px;
        border-color: transparent transparent transparent #e1e1e1;
    }

    .testimonial.reverse .testimonial-content:after {
        margin-right: 0;
        margin-left: -1px;
        border-color: transparent transparent transparent #fff;
    }

/* Vertical Align */
.testimonial.testimonial-vertical figure {
    float: none;
    margin: 0 0 0 10px;
}

.testimonial.testimonial-vertical.reverse figure {
    float: right;
    margin: 0 10px 0 0;
}

.testimonial.testimonial-vertical .testimonial-content,
.testimonial.testimonial-vertical.reverse .testimonial-content {
    border-left: none;
    border-right: none;
    padding: 25px;
    margin: 0 0 30px;
    border: 1px solid #e1e1e1;
}

    .testimonial.testimonial-vertical .testimonial-content:after,
    .testimonial.testimonial-vertical .testimonial-content:before,
    .testimonial.testimonial-vertical.reverse .testimonial-content:after,
    .testimonial.testimonial-vertical.reverse .testimonial-content:before {
        top: 100%;
        left: 35px;
        right: auto;
        border-width: 15px 15px 0 15px;
        border-color: #e1e1e1 transparent transparent transparent;
    }

    .testimonial.testimonial-vertical.reverse .testimonial-content:after,
    .testimonial.testimonial-vertical.reverse .testimonial-content:before {
        left: auto;
        right: 35px;
    }

    .testimonial.testimonial-vertical .testimonial-content:after,
    .testimonial.testimonial-vertical.reverse .testimonial-content:after {
        margin-top: -1px;
        border-top-color: #fff;
    }

.border-dark .testimonial-content {
    border-color: #2a2a2a;
}

    .border-dark .testimonial-content:after,
    .bg-dark .testimonial-content:after {
        border-right-color: #2a2a2a;
    }

    .border-dark .testimonial-content:after {
        margin-right: 0;
    }

.border-dark .testimonial.reverse .testimonial-content:after,
.bg-dark .testimonial.reverse .testimonial-content:after {
    border-left-color: #2a2a2a;
}

.bg-lightgray .testimonial-content:after {
    border-right-color: #f2f2f2;
}

.bg-lightgray .testimonial.reverse .testimonial-content:after {
    border-left-color: #f2f2f2;
}

.bg-lightergray .testimonial-content:after {
    border-right-color: #fafafa;
}

.bg-lightergray .testimonial.reverse .testimonial-content:after {
    border-left-color: #fafafa;
}

.bg-darkgray .testimonial-content:after {
    border-right-color: #b7b7b7;
}

.bg-darkgray .testimonial.reverse .testimonial-content:after {
    border-left-color: #b7b7b7;
}

/* vertical */
.bg-dark .testimonial-vertical .testimonial-content:after,
.bg-dark .testimonial-vertical.reverse .testimonial-content:after {
    border-top-color: #2a2a2a;
}

.bg-lightgray .testimonial-vertical .testimonial-content:after,
.bg-lightgray .testimonial-vertical.reverse .testimonial-content:after {
    border-top-color: #f2f2f2;
}

.bg-lightergray .testimonial-vertical .testimonial-content:after,
.bg-lightergray .testimonial-vertical.reverse .testimonial-content:after {
    border-top-color: #fafafa;
}

.bg-darkgray .testimonial-vertical .testimonial-content:after,
.bg-darkgray .testimonial-vertical.reverse .testimonial-content:after {
    border-top-color: #b7b7b7;
}


@media (max-width: 520px) {
    .testimonial figure {
        width: 50px;
        height: 50px;
    }

    .testimonial-content {
        margin-left: 70px;
        padding-left: 20px;
    }

        .testimonial-content:after,
        .testimonial-content:before {
            top: 25px;
            border-width: 10px 10px 10px 0;
        }

    .testimonial.reverse .testimonial-content {
        margin-right: 70px;
        padding-right: 20px;
    }

        .testimonial.reverse .testimonial-content:after,
        .testimonial.reverse .testimonial-content:before {
            top: 25px;
            border-width: 10px 0 10px 10px;
        }

    .testimonial.testimonial-vertical .testimonial-content,
    .testimonial.testimonial-vertical.reverse .testimonial-content {
        padding: 20px;
        margin: 0 0 25px;
    }

        .testimonial.testimonial-vertical .testimonial-content:after,
        .testimonial.testimonial-vertical .testimonial-content:before,
        .testimonial.testimonial-vertical.reverse .testimonial-content:after,
        .testimonial.testimonial-vertical.reverse .testimonial-content:before {
            left: 25px;
            border-width: 10px 10px 0 10px;
        }

        .testimonial.testimonial-vertical.reverse .testimonial-content:after,
        .testimonial.testimonial-vertical.reverse .testimonial-content:before {
            left: auto;
            right: 25px;
        }
}


/* =============================================
------------------  14.Events  ---------------
==============================================*/

.event {
    margin-bottom: 20px;
}

    /* fix for uneven heights */
    .event:nth-child(2n+1) {
        clear: both !important;
    }

.event-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.event-meta {
    margin-bottom: 15px;
}

.event-meta-box {
    margin-bottom: 8px;
    font-size: 13px;
}

    .event-meta-box a {
        color: #505050;
    }

.event-label {
    font-weight: bold;
    /*margin-right:6px;*/
    text-decoration: underline;
}

    .event-label i {
        margin-right: 6px;
    }

    .event-label .fa-fw {
        text-align: left;
    }

.event-tags a,
.event-hosts a {
    margin-left: 4px;
}

.search-widget.widget {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .event {
        margin-bottom: 20px;
    }
}


/* =============================================
---------------  15.Knowledge Base  ------------
==============================================*/

.page-top {
    padding: 60px 0 60px;
    margin-bottom: 70px;
}

    .page-top h1 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .page-top p {
        max-width: 700px;
        margin: 0 auto 40px;
    }

    .page-top .input-group {
        margin-bottom: 0;
    }

.knowledge-box {
    margin-bottom: 60px;
}

    .knowledge-box h2,
    .knowledge-box h3 {
        padding-bottom: 25px;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 25px;
        font-size: 18px;
    }

        .knowledge-box h2 i,
        .knowledge-box h3 i {
            margin-right: 14px;
        }

    .knowledge-box a,
    .knowledge-box a i {
        color: #2e2e2e;
    }

    .knowledge-box ul li a {
        color: #4e4e4e;
    }

    .knowledge-box h2 .label,
    .knowledge-box h3 .label {
        float: right;
        position: relative;
        top: 2px;
        padding: 0 5px;
    }

    .knowledge-box h2:after,
    .knowledge-box h3:after {
        content: '';
        clear: both;
    }

    .knowledge-box ul {
        padding-left: 37px;
    }

        .knowledge-box ul li {
            line-height: 1.5;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 18px;
        }

            .knowledge-box ul li .topic-count {
                display: inline-block;
                margin-left: 2px;
            }

            .knowledge-box ul li i {
                margin-right: 14px;
            }


/* Sidebar */
.widget-info-box {
    padding: 30px 20px;
    border: 1px solid #eaeaea;
}

    .widget-info-box p {
        margin-bottom: 10px;
    }

.page-top.larger {
    padding-top: 190px;
}

@media (min-width: 768px) {
    .page-top.larger {
        padding-top: 260px;
    }
}

@media (min-width: 992px) {
    .page-top {
        padding: 80px 0 80px;
        margin-bottom: 90px;
    }



        .page-top h1 {
            font-size: 32px;
        }

    .knowledge-box h2,
    .knowledge-box h3 {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .knowledge-box {
        margin-bottom: 100px;
    }
}


/* =============================================
-----------------  16.Contact Us  -------------
==============================================*/

#map {
    height: 360px;
    margin-bottom: 40px;
}

    #map.map3 {
        margin: 30px 0 50px;
    }

    #map.map4 {
        border: 6px solid rgba(255, 255, 255, 0.95);
    }

.contact-list {
    margin-bottom: 30px;
}

    .contact-list li {
        margin-bottom: 5px;
    }

#contact-section {
    padding: 60px 0 50px;
    margin-bottom: 60px;
}

    #contact-section.contact-bg {
        background-image: url('../index.html');
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
    }

@media (min-width: 768px) {
    #map {
        height: 500px;
        margin-bottom: 50px;
    }

        #map.map2 {
            height: 600px;
        }

        #map.map3 {
            margin: 50px 0 60px;
        }

        #map.larger {
            height: 700px;
        }

            #map.larger.vertical {
                margin-bottom: 0;
                height: 600px;
            }

    .contact-list {
        margin-bottom: 40px;
    }

    #contact-bg {
        padding: 100px 0 90px;
    }
}

@media (min-width: 992px) {
    #map.map2 {
        margin-bottom: 60px;
    }
}

/* Partners Carousel */
.our-partners a {
    display: block;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    position: relative;
    opacity: 0.8;
    border: 2px solid transparent;
}

    .our-partners a:hover {
        opacity: 1;
        border-color: #eaeaea;
    }

.our-partners img {
    display: block;
    width: auto;
    height: auto;
}

.partner {
    text-align: center;
}

    .partner img {
        display: inline-block !important;
        max-width: 100% !important;
        width: auto !important;
        height: auto;
        vertical-align: middle;
    }

    .partner img {
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .partner:hover img {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
    }

.partner-wrapper .partner {
    min-height: 64px;
    border: 1px #ccc solid;
    background: #fff;
    padding: 10px;
    /*border-radius: 4px;*/
}

    .partner-wrapper .partner:hover {
        min-height: 64px;
        border: 1px #333 solid;
    }

.partner + .partner {
    margin-top: 30px;
}

.form-box-container {
    position: relative;
    margin-bottom: 40px;
}

label.error {
    font-weight: 400;
    color: #ca1515;
    margin-top: 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

#footer label.error {
    font-size: 12px;
}

.form-control.error {
    border-color: #ca1515;
}

@media (min-width: 768px) {

    .form-box-container {
        margin-bottom: 100px;
    }

    .form-box {
        position: absolute;
        width: 460px;
        top: -640px;
        right: 15px;
        padding: 30px 20px 10px;
        z-index: 100;
        background-color: #fff;
        box-shadow: 0 2px 9px rgba(0,0,0, 0.14);
        -wekbit-box-shadow: 0 2px 9px rgba(0,0,0, 0.14);
    }

        .form-box.dark {
            background-color: #2a2a2a;
        }

            .form-box.dark > h2 {
                color: #c7c7c7;
            }

            .form-box.dark .form-control {
                background-color: #505050;
                border-color: #1a1a1a;
                color: #c7c7c7;
            }

            .form-box.dark label.input-desc {
                color: #b9b9b9;
            }

            .form-box.dark .form-control::-moz-placeholder {
                color: #c7c7c7;
            }

            .form-box.dark .form-control:-ms-input-placeholder {
                color: #c7c7c7;
            }

            .form-box.dark .form-control::-webkit-input-placeholder {
                color: #c7c7c7;
            }

    .contact-text {
        margin-top: -70px;
    }
}


@media (min-width: 992px) {
    .form-box {
        width: 540px;
    }
}


/* =============================================
-------------------  17.Products --------------
==============================================*/


.product {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .product {
        margin-bottom: 10px;
    }
}

.product-top {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #eaeaea;
}

.product figure {
    position: relative;
}

    .product figure > a {
        display: block;
    }

.product-image,
.product-image-hover {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.45s;
    -webkit-transition: all 0.45s;
}

.product-image {
    position: relative;
    left: 0;
}

.product-image-hover {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: 0;
}

.product:hover .product-image {
    opacity: 0;
    visibility: hidden;
    left: -100%;
}

.product:hover .product-image-hover {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.product-title {
    font: 700 14px/1.5 'Open Sans', Verdana, sans-serif;
    margin-bottom: 9px;
    text-transform: uppercase;
}

    .product-title a {
        color: #4a4a4a;
    }

.product-price-container {
    margin-bottom: 15px;
}

.product-price {
    font-size: 15px;
    line-height: 20px;
    color: #f44336;
    font-weight: 700;
}

.product-old-price {
    position: relative;
    margin-right: 8px;
    line-height: 20px;
    font-weight: 700;
}

.product-price + .product-old-price {
    margin-right: 0;
    margin-left: 8px;
}

.product-old-price:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #444;
    transform: rotate(-24deg);
    -webkit-transform: rotate(-24deg);
}

.product-box {
    position: absolute;
    left: 15px;
    top: 15px;
    font: 500 14px/1.5 'Open Sans', Verdana, sans-serif;
    color: #fff;
    min-width: 60px;
    text-align: center;
    text-transform: uppercase;
    z-index: 100;
    padding: 2px;
}

    .product-box.new-box.new-box-border {
        background-color: transparent;
        border: 2px solid transparent;
    }

    .product-box.discount-box.discount-box-border {
        background-color: transparent;
        border: 2px solid transparent;
    }

    .product-box.outofstock-box {
        font-size: 13px;
        padding: 4px;
        min-width: 70px;
        line-height: 1.4;
        background-color: #2a2a2a;
    }

        .product-box.outofstock-box.outofstock-box-border {
            background-color: transparent;
            border: 2px solid #2a2a2a;
            color: #2a2a2a;
        }

.outofstock-box > span {
    display: block;
}

.product-box.top-right {
    left: auto;
    right: 15px;
}

.product-box.bottom-right {
    left: auto;
    top: auto;
    right: 15px;
    bottom: 15px;
}

.product-box.bottom-left {
    left: 15px;
    top: auto;
    bottom: 15px;
}

.product .add-to-cart {
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.product-top .product-action-container {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 0;
}

.product-action-container .btn {
    padding: 0 8px;
    text-align: center;
    min-width: 36px;
    min-height: 36px;
    line-height: 34px;
    margin-right: 5px;
}

.product-action-container .add-to-favorite {
    font-size: 12px;
}

.product-action-container.vertical {
    width: 36px;
}

    .product-action-container.vertical .btn {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 5px;
    }

        .product-action-container .btn:last-child,
        .product-action-container.vertical .btn:last-child {
            margin: 0 !important;
        }

.product-action-animate {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    margin-bottom: -40px;
}


.product-action-container.each-btn-animate .btn {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}

@-webkit-keyframes customZoom {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}

@keyframes customZoom {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }
}

.product:hover .product-action-container.each-btn-animate .btn {
    -webkit-animation-name: customZoom;
    animation-name: customZoom;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .product:hover .product-action-container.each-btn-animate .btn:first-child {
        animation-delay: 0.15s;
        -webkit-animation-delay: 0.15s;
    }

    .product:hover .product-action-container.each-btn-animate .btn:nth-child(2) {
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
    }

    .product:hover .product-action-container.each-btn-animate .btn:nth-child(3) {
        animation-delay: 0.45s;
        -webkit-animation-delay: 0.45s;
    }

    .product:hover .product-action-container.each-btn-animate .btn:nth-child(4) {
        animation-delay: 0.6s;
        -webkit-transition-animation: 0.6s;
    }

.product-action-animate.vertical {
    margin-bottom: 0;
    margin-left: -60px;
}

.product:hover .product-action-animate {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
}

    .product:hover .product-action-animate.vertical {
        margin-left: 0;
    }

.ratings-container {
    margin-bottom: 10px;
}

.product-ratings {
    height: 15px;
}

.product-ratings,
.ratings {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    position: relative;
    font-family: FontAwesome;
}

.ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

.ratings-text {
    font-size: 14px;
    text-indent: -9999px;
}

.product-ratings:before {
    content: "\f006  " "\f006  " "\f006  " "\f006  " "\f006";
    color: #fbc02d;
}

.ratings:before {
    content: "\f005  " "\f005  " "\f005  " "\f005  " "\f005";
    color: #fbc02d;
}

.product-top .ratings-container {
    margin-bottom: 0;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 199;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

    .product-top .ratings-container.top-left {
        bottom: auto;
        right: auto;
        top: 15px;
        left: 15px;
    }

    .product-top .ratings-container.top-right {
        bottom: auto;
        top: 15px;
        right: 15px;
    }

    .product-top .ratings-container.bottom-left {
        bottom: 15px;
        right: auto;
        left: 15px;
    }



/* =============================================
-------------  18.Product.html (Single) ---------
==============================================*/

.zoomWindowContainer > div {
    border: 2px solid #eaeaea;
}

.product-gallery-container {
    margin-bottom: 40px;
}

.product-details {
    margin-bottom: 60px;
}

    .product-details .separator {
        margin: 0 9px;
    }

@media (min-width: 992px) {
    .product-gallery-container {
        margin-bottom: 65px;
    }
}

.product-gallery-container .product-top {
    position: relative;
    margin-bottom: 0;
}

.product-gallery-container img {
    display: block;
    width: 100%;
    height: auto;
}

.product-gallery a {
    display: block;
    border: 1px solid #eaeaea;
}

.product-gallery-wrapper {
    margin-top: 6px;
}

.product-gallery-container .product-box {
    position: absolute;
    left: 17px;
    top: 17px;
    font-size: 16px;
    line-height: 70px;
    min-width: 70px;
}

    .product-gallery-container .product-box.top-right {
        left: auto;
        right: 17px;
    }

    .product-gallery-container .product-box.bottom-right {
        top: auto;
        left: auto;
        right: 17px;
        bottom: 17px;
    }

    .product-gallery-container .product-box.bottom-left {
        right: auto;
        left: 17px;
        top: auto;
        bottom: 17px;
    }

    .product-gallery-container .product-box.outofstock-box {
        font-size: 16px;
        line-height: 20px;
        padding: 27.5px 0;
        min-width: 95px;
        left: 50%;
        top: 50%;
        margin-top: -47.5px;
        margin-left: -47.5px;
    }

.product-details .product-title {
    font-size: 24px;
    line-height: 1.3;
    font-family: 'Lato', Verdana;
    color: #4a4a4a;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 17px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 17px;
}

.product-details .product-cats {
    margin-bottom: 2px;
}

    .product-details .product-cats a {
        font-size: 13px;
        font-weight: 400;
        font-family: 'Open Sans', Verdana;
        color: #9a9a9a;
    }

.product-details .product-ratings-container {
    margin-bottom: 22px;
    font-size: 0;
}

.product-details .product-ratings {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 14px;
}

.product-details .product-ratings-count,
.product-details .product-ratings-add,
.product-details .separator {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.product-details .product-ratings-add {
    color: #f44336;
}

    .product-details .product-ratings-add:hover,
    .product-details .product-ratings-add:focus {
        text-decoration: underline;
    }

.product-details p {
    margin: 0 0 20px;
}

.product-details .product-price-container {
    margin-bottom: 10px;
}

.product-details .product-old-price,
.product-details .product-price {
    line-height: 60px;
}

.product-details .product-old-price {
    font-weight: 400;
    font-size: 18px;
}

.product-details .product-price {
    font-size: 24px;
    font-weight: 700;
    margin-left: 7px;
}

.product-details label.input-desc {
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.product-details .filter-size-container,
.product-details .filter-color-container {
    margin-bottom: 12px;
}

.product-quantity-wrapper {
    margin-top: -4px;
    margin-bottom: 24px;
}

.product-quantity {
    max-width: 130px;
}

    .product-quantity .input-group .form-control {
        text-align: center;
    }

.product-quantity-wrapper .input-group {
    margin-bottom: 0;
}

.product-details .product-action {
    padding: 16px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 22px;
}

    .product-details .product-action .btn + .btn {
        margin-left: 13px;
    }

    .product-details .product-action i {
        margin-right: 8px;
    }

.product-details .share-container label.input-desc {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 10px;
}

.share-container .social-icons {
    display: inline-block;
    vertical-align: middle;
}

    .share-container .social-icons .social-icon {
        margin-bottom: 0;
    }

.share-container .social-icons-bg .social-icon {
    min-width: 32px;
    padding: 7px 6.5px;
    font-size: 14px;
    line-height: 18px;
}


@media (max-width: 380px) {
    .product-details .product-action .btn.min-width {
        min-width: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

    .product-details .product-action .btn + .btn {
        margin-left: 5px;
    }

    .product-details .share-container label.input-desc {
        display: block;
        margin-bottom: 8px;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .product-gallery-container {
        max-width: 480px;
    }
}



/* =============================================
-----------------  19.Category -------------
==============================================*/

.banner {
    position: relative;
    margin-bottom: 20px;
}

    .banner a,
    .banner img {
        display: block;
    }

    .banner img {
        width: 100%;
        height: auto;
    }

    .banner a:after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0;
        transition: all 0.35s;
        -webkit-transition: all 0.35s;
    }

    .banner:hover a:after {
        opacity: 0.12;
    }

    .banner.zoom-hover {
        overflow: hidden;
    }

        .banner.zoom-hover img {
            transition: all 0.35s;
            -webkit-transition: all 0.35s;
        }

        .banner.zoom-hover:hover img {
            transform: scale(1.12);
            -webkit-transform: scale(1.12);
            -ms-transform: scale(1.12);
        }

.category-banner,
.filter-row {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .category-banner,
    .filter-row {
        margin-bottom: 40px;
    }
}

.filter-row-left {
    float: left;
    margin-right: 30px;
}

.filter-row-right {
    float: right;
}

.filter-row-box {
    display: inline-block;
}

.filter-row-label {
    margin-right: 8px;
    font-size: 13px;
    vertical-align: middle;
    font-weight: bold;
}

.filter-row .small-selectbox {
    min-width: 100px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.filter-row .btn {
    border-radius: 3px;
    padding: 5px 8px;
}

    .filter-row .btn.btn-border {
        border-width: 1px;
    }

.filter-row .btn-layout {
    border-color: #eaeaea;
    color: #7a7a7a;
}

    .filter-row .btn-layout.active,
    .filter-row .btn-layout.active:hover,
    .filter-row .btn-layout.active:focus {
        color: #fff;
    }

.filter-row .btn-layout {
    margin-left: 6px;
}

.filter-row .btn-compare {
    margin-left: 25px;
    padding: 5px 14px;
}

.filter-row .btn-layout:hover,
.filter-row .btn-layout:focus {
    background-color: #eaeaea;
    border-collapse: #d7d7d7;
    color: #444;
}

/* Category Sidebar */
#category-widget a {
    display: block;
    font: 600 12px/24px 'Open Sans', Verdana;
    text-transform: uppercase;
}

    #category-widget a i {
        margin-right: 8px;
    }

#category-widget > li > a {
    color: #666;
    font-size: 14px;
    position: relative;
    border-top: 1px solid #eaeaea;
    padding: 6px 10px 6px 43px;
    text-transform: uppercase;
    font-weight: 600;
}

#category-widget > li:last-child {
    border-bottom: 1px solid #eaeaea;
}

#category-widget li li {
    padding-left: 11px;
}

    #category-widget li li:last-child,
    #category-widget li li:last-child a {
        border-bottom: none;
    }

    #category-widget li li a {
        color: #7e7e7e;
        padding: 2px 10px 2px 8px;
    }

#category-widget li ul {
    display: none;
    padding: 8px 0 10px;
    border-top: 1px solid #eaeaea;
}

#category-widget li.open ul {
    display: block;
}

.category-widget-btn {
    display: block;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background-color: #505050;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 7px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

    .category-widget-btn:after {
        content: '+';
    }

.open .category-widget-btn:after {
    content: '-';
    color: #fff;
}

.filter-color-container,
.filter-size-container {
    font-size: 0;
}

    .filter-color-container .row,
    .filter-size-container .row {
        margin-left: -5px;
        margin-right: -5px;
    }

.filter-color-box,
.filter-size-box {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #eaeaea;
    margin: 0 5px 10px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.filter-color-box {
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
}

    .filter-color-box:hover,
    .filter-color-box:focus {
        box-shadow: inset 0 0 0 2px #fff;
        -webkit-box-shadow: inset 0 0 0 2px #fff;
    }

.filter-size-box {
    color: #505050;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

    .filter-size-box.active,
    .filter-size-box.active:hover,
    .filter-size-box.active:focus {
        color: #fff;
        cursor: default;
    }

    .filter-size-box:hover,
    .filter-size-box:focus {
        background-color: #e1e1e1;
        border-color: #d7d7d7;
        color: #303030;
    }

.sidebar .filter-group-widget .panel-body {
    padding: 35px 20px 25px;
}

/* noUiSlider Styles */
noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-stacking + .noUi-origin {
    /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
    *z-index: -1;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 2px;
}

    .noUi-horizontal .noUi-handle {
        width: 12px;
        height: 12px;
        left: 0;
        top: -5px;
    }

    .noUi-horizontal.noUi-extended {
        padding: 0 15px;
    }

        .noUi-horizontal.noUi-extended .noUi-origin {
            right: -15px;
        }

/* Styling */
.noUi-background {
    background: #e1e1e1;
}

.noUi-connect {
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 3px;
}

.noUi-target {
    border-radius: 2px;
}

    .noUi-target.noUi-connect {
        box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
    }

/* Handles and cursors;*/
.noUi-dragable {
    cursor: w-resize;
}

.noUi-handle {
    border-radius: 50%;
    cursor: default;
}

/* Blocked state */
.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect {
    background: #4FDACF;
}

#price-range {
    margin-top: 5px;
}

#filter-range-details {
    margin-top: 22px;
}

.filter-price .row {
    margin-left: -10px;
    margin-right: -10px;
}

.filter-price .col-xs-6 {
    padding: 0 10px;
}

.filter-price-label {
    color: #505050;
    font-size: 12px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

#filter-range-details .form-control {
    background-color: #f2f2f2;
    font-size: 14px;
    height: auto;
    margin-bottom: 20px;
    padding: 6px 10px;
}

    #filter-range-details .form-control:focus {
        background-color: #eaeaea;
    }

/* fix for display:inline-block auto margin for child elements*/
.filter-price-action {
    font-size: 0;
}

    .filter-price-action .btn-sm {
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .filter-price-action .btn.btn-sm {
        padding: 5px 12px;
        font-size: 13px;
    }

.filter-brand-list {
    margin-top: -10px;
}

    .filter-brand-list a {
        display: block;
        font: 600 12px/24px 'Open Sans', Verdana, sans-serif;
        color: #7e7e7e;
        padding: 2px 0;
        text-transform: uppercase;
    }

        .filter-brand-list a i {
            margin-right: 8px;
        }

        .filter-brand-list a span {
            float: right;
        }


@media (max-width: 767px) {
    .filter-row-left,
    .filter-row-right {
    }
}


/* =============================================
-------------------  20 Cart  -----------------
==============================================*/

.table {
    margin-bottom: 30px;
}

    .table thead > tr > th,
    .table tbody > tr > .table-title,
    .table tbody > tr > .table-title:first-child {
        background-color: #00a2d2;
    }

    .table tbody > tr > td:first-child {
        background-color: #fafafa;
    }

    .table.table-striped tbody > tr > td:first-child,
    .table.table-hover tbody > tr > td:first-child,
    .table.table-colored tbody > tr > td:first-child {
        background-color: transparent;
    }

    .table tbody > tr.active > td:first-child {
        background-color: #f5f5f5;
    }

    .table tbody > tr.success > td:first-child {
        background-color: #dff0d8;
    }

    .table tbody > tr.danger > td:first-child {
        background-color: #f2dede;
    }

    .table tbody > tr.info > td:first-child {
        background-color: #d9edf7;
    }

    .table tbody > tr.warning > td:first-child {
        background-color: #fcf8e3;
    }

.table-hover > tbody > tr:hover {
    background-color: #fafafa;
}

.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > th,
.table.table-condensed > tfoot > tr > th,
.table.table-condensed > thead > tr > td,
.table.table-condensed > tbody > tr > td,
.table.table-condensed > tfoot > tr > td,
.table.table-condensed > thead > tr > th:first-child,
.table.table-condensed > tbody > tr > td:first-child {
    padding: 15px;
}

.table.no-bg thead > tr > th,
.table.no-bg tbody > tr > td:first-child {
    background-color: transparent;
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: #eaeaea;
}

.table thead > tr,
.table tbody > tr {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.table.table-colored > thead > tr,
.table.table-colored > tbody > tr,
.table.table-colored > thead > tr > th,
.table.table-colored > tbody > tr > td {
    border: none !important;
}

.table thead > tr > th:first-child,
.table tbody > tr > td:first-child {
    padding-left: 30px;
    padding-right: 30px;
}

.table thead > tr > th,
.table thead > tr > th,
.table .table-title {
    border-bottom: none;
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
    font: 700 16px/1.6 'Raleway', Verdana;
    letter-spacing: -0.3px;
}

.cart-table thead > tr > th {
    text-align: center;
}

.table thead > tr > th:first-child {
    text-align: left;
}

.cart-table thead > tr > th:last-child,
.cart-table tbody > tr > td:last-child {
    width: 35px;
}

.table tbody > tr > td {
    padding: 15px 10px;
    vertical-align: middle;
}

.btn.btn-sm.btn-delete {
    padding: 4.5px 9px;
    font-size: 13px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
}

.table .product {
    text-align: left;
    border: none;
    margin-bottom: 0;
}

.table .product-top {
    float: left;
    max-width: 100px;
    margin-bottom: 0;
}

.table .product-meta {
    margin-left: 120px;
}

.table .product-title {
    font-size: 17px;
    line-height: 23px;
    margin-top: 5px;
    margin-bottom: 7px;
    letter-spacing: -0.2px;
}

.table .product-desc-list li {
    font-size: 13px;
    line-height: 24px;
}

.cart-table tbody > tr > td:last-child,
.wishlist-table tbody > tr > td:last-child {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.table .price-col,
.table .price-total-col {
    font-weight: 600;
    color: #505050;
    text-align: center;
}

.table .price-col {
    width: 150px;
    font-size: 15px;
}

.table .quantity-col {
    width: 200px;
}

.table .price-total-col {
    font-size: 18px;
    width: 180px;
}

.table .product-quantity {
    margin-right: auto;
    margin-left: auto;
}

    .table .product-quantity .input-group {
        margin-bottom: 0;
    }

.cart-action-container {
    font-size: 0;
    text-align: right;
    margin-bottom: 60px;
}

    .cart-action-container .btn + .btn {
        margin-left: 11px;
    }


/* Total Table */
.table .table-info-title,
.table .table-info-content {
    padding: 20px 30px;
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
}

.table .table-info-title {
    text-align: right;
    text-transform: uppercase;
    color: #3a3a3a;
    font-weight: 700;
    font-size: 16px;
}

    .table .table-info-title.table-total-title {
        font-size: 18px;
        color: #e53935;
    }

.table .table-info-content.table-total-content {
    font-size: 20px;
    color: #e53935;
}

@media (max-width: 991px) {

    .table .price-total-col,
    .table .price-total-col {
        width: auto;
    }

    .table thead > tr > th,
    .table tbody > tr > td {
        padding: 20px;
    }


    .table .price-col {
        padding: 20px 15px;
    }

    .table thead > tr > th,
    .table .table-title {
        font-size: 15px;
        line-height: 1.5;
    }

    .table tbody > tr > td:last-child {
        padding-right: 15px;
        padding-left: 15px;
    }

    .table .product-top {
        display: none;
    }

    .table .product-meta {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .table-responsive {
        margin-bottom: 20px;
        border-color: #eaeaea;
    }

        .table-responsive.total-table-responsive {
            border-top: none;
        }

    .table thead > tr,
    .table tbody > tr {
        border: none;
    }

        .table thead > tr > th,
        .table tbody > tr > td {
            padding: 20px 15px;
        }

        .table thead > tr > th,
        .table .table-title {
            padding: 20px 15px;
            font-size: 14px;
            line-height: 1.5;
        }

    .table .price-col {
        padding: 15px 10px;
    }

    .table .price-total-col {
        font-size: 16px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .table .quantity-col,
    .table .quantity-col .form-control {
        padding-left: 10px;
        padding-right: 10px;
    }

        .table .quantity-col .bootstrap-touchspin-up.btn,
        .table .quantity-col .bootstrap-touchspin-down.btn {
            padding-right: 6px;
            padding-left: 6px;
            min-width: 0;
        }

    .table.total-table tbody > tr > td {
        padding: 20px;
    }
}


/* Cart2 Html */
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fafafa;
}

.cart-table2 .product-top {
    display: block;
    float: none;
    max-width: 120px;
    margin: 0 0 10px;
}

.cart-table2 .product-meta {
    margin-left: 0;
}

@media (min-width: 768px) {
    .cart-table2 {
        border: 1px solid #eaeaea;
    }
}

.cart-table2 thead > tr > th,
.cart-table2 tbody > tr > td {
    border-right: 1px solid #eaeaea;
}

    .cart-table2 thead > tr > th:last-child,
    .cart-table2 tbody > tr > td:last-child {
        border-right: none;
    }

.cart-shipping-container,
.cart-discount-container {
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 50px;
}

.shop-continue-box {
    font-size: 15px;
    background-color: #fafafa;
    border: 2px solid #eaeaea;
    padding: 30px 20px;
    text-align: right;
    margin-bottom: 40px;
}

    .shop-continue-box .subtotal-row,
    .shop-continue-box .shipping-row {
        line-height: 30px;
        font-weight: 600;
    }

    .shop-continue-box .shipping-row {
        font-size: 16px;
        color: #4a4a4a;
    }

    .shop-continue-box .grandtotal-row {
        font-size: 19px;
        line-height: 24px;
        color: #3a3a3a;
        font-weight: 700;
        margin: 6px 0 15px;
    }

        .shop-continue-box .grandtotal-row > span {
            font-weight: 700;
        }

    .shop-continue-box .btn-block {
        margin-bottom: 11px;
    }

    .shop-continue-box .multiple-link {
        font-weight: 400;
        font-size: 13px;
        line-height: 32px;
        color: #808080;
    }


/* =============================================
-------------------  21.Compare  --------------
==============================================*/

.table .table-title {
    width: 220px;
    text-align: right;
}

.compare-table tbody > tr > td {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.compare-table .product-top {
    float: none;
    max-width: 180px;
    margin: 0 auto 20px;
}

.compare-table .product-title {
    font-size: 15px;
    text-align: center;
}

.compare-table .price-col {
    width: auto;
}

.compare-table .btn-delete {
    margin-bottom: 20px;
}

.table .brand-col {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .table .table-title {
        width: 200px;
    }

    .compare-table .product-top {
        max-width: 150px;
        display: block;
    }
}

@media (max-width: 767px) {

    .table .table-title {
        width: 160px;
    }

    .compare-table tbody > tr > td {
        max-width: 200px;
    }

    .compare-table .product-top {
        max-width: 150px;
        margin-bottom: 15px;
    }

    .compare-table .btn-delete {
        margin-bottom: 15px;
    }

    .table-responsive .table.compare-table tbody > tr > td {
        white-space: normal;
    }
}


/* =============================================
-----------------  22.Checkout  ---------------
==============================================*/

.input-group-addon.min-width {
    min-width: 125px;
    text-align: left;
}

.checkout .panel-title {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Open Sans', Verdana;
    text-transform: uppercase;
    padding: 8px 30px;
    position: relative;
    letter-spacing: -0.3px;
}

    .checkout .panel-title a:hover,
    .checkout .panel-title a:focus {
        color: #505050;
    }

.checkout .panel-icon {
    margin-top: -15px;
}

.checkout .step-box {
    display: block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 17px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

.checkout .panel-body {
    padding: 50px 30px 60px;
}

.checkout .panel-group ul.fa-ul {
    margin-top: 5px;
    margin-bottom: 19px;
}

    .checkout .panel-group ul.fa-ul .fa-li {
        left: -30px;
    }

.checkout .helper-link {
    font-size: 13px;
    line-height: 45px;
    font-weight: 500;
    margin-left: 16px;
}

    .checkout .helper-link:hover,
    .checkout .helper-link:focus {
        color: #262626;
        text-decoration: underline;
    }

/* checkout2.html */
.checkout .panel-border-tb .panel-heading a,
.checkout .panel-border-tb .panel-title,
.checkout .panel-border-tb .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.checkout .panel-border-tb .panel-title {
    padding-left: 20px;
}

.checkout .panel-border-tb .step-box {
    left: 0;
    text-align: left;
}

.checkout-progress-box {
    border: 2px solid #eaeaea;
    background-color: #fafafa;
    padding: 15px;
    margin-bottom: 50px;
}

    .checkout-progress-box h3 {
        border: 1px solid #eaeaea;
        padding: 20px;
        font-size: 18px;
        margin-bottom: 20px;
        background-color: #f1f1f1;
        text-align: center;
    }

    .checkout-progress-box ul {
        padding-left: 10px;
        margin-bottom: 10px;
    }

        .checkout-progress-box ul li > * {
            display: inline-block;
            vertical-align: middle;
        }

        .checkout-progress-box ul li > span {
            font-weight: 700;
            font-size: 18px;
            margin-right: 8px;
        }

    .checkout-progress-box a {
        display: block;
        font-size: 16px;
        line-height: 26px;
        color: #2a2a2a;
        font-weight: 500;
    }

@media (max-width: 991px) {
    .checkout .panel-title {
        padding: 2px 30px;
        font-size: 17px;
    }

    .checkout .step-box {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .checkout .panel-title {
        padding: 0 13px;
        font-size: 16px;
    }

    .checkout .step-box {
        left: 0;
        font-size: 16px;
    }

    .checkout .panel-body {
        padding: 35px 15px 45px;
    }
}

@media (min-width: 992px) {
    .checkout .cart-table2 thead > tr > th:first-child {
        min-width: 300px;
    }
}


/* =============================================
------------------  23.Wishlist  --------------
==============================================*/

.table-action-col {
    text-align: center;
}

.table.wishlist-table {
    margin-bottom: 60px;
}

    .table.wishlist-table .product-top {
        max-width: 120px;
    }

    .table.wishlist-table .product-meta {
        margin-left: 140px;
    }

.wishlist-table .product-price-container {
    margin: 7px 0;
}


@media (max-width: 991px) {
    .table.wishlist-table .product-top {
        display: none;
    }

    .table.wishlist-table .product-meta {
        margin-left: 0;
    }

    .wishlist-table .product-price-container {
        margin-top: 0;
    }
}



/* =============================================
------------------  24.Portfolio --------------
==============================================*/

@media (min-width: 480px) {
    .max-col-6 .portfolio-item,
    .max-col-5 .portfolio-item,
    .max-col-4 .portfolio-item,
    .max-col-3 .portfolio-item,
    .max-col-2 .portfolio-item {
        width: 100%;
    }
}
/* gutter number 1 less than colums so used calc to calculate grid size */
@media (min-width: 768px) {
    .max-col-6 .portfolio-item,
    .max-col-5 .portfolio-item,
    .max-col-4 .portfolio-item,
    .max-col-3 .portfolio-item,
    .max-col-2 .portfolio-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .max-col-6 .portfolio-item,
    .max-col-5 .portfolio-item,
    .max-col-4 .portfolio-item,
    .max-col-3 .portfolio-item {
        width: 33.3%;
    }
}

@media (min-width: 1199px) {
    .max-col-6 .portfolio-item,
    .max-col-5 .portfolio-item,
    .max-col-4 .portfolio-item {
        width: 25%;
    }
}

@media (min-width: 1500px) {
    .max-col-6 .portfolio-item,
    .max-col-5 .portfolio-item {
        width: 20%;
    }
}

@media (min-width: 1900px) {
    .max-col-6 .portfolio-item {
        width: 16.66%;
    }
}

#portfolio-filter {
    margin-bottom: 30px;
    font-size: 0;
}

    #portfolio-filter li {
        display: inline;
    }

        #portfolio-filter li a {
            display: inline;
            color: #515151;
            font: 700 13px/1 'Open Sans', Verdana, sans-serif;
            position: relative;
            text-transform: uppercase;
        }

    #portfolio-filter.bordered li a {
        display: inline-block;
        line-height: 20px;
        padding: 4px 8px;
        margin: 0 4px 8px;
        border: 1px solid #505050;
    }

    #portfolio-filter li a:after {
        content: '/';
        padding: 0 9px;
        color: #777;
    }

    #portfolio-filter.bordered li a:after {
        display: none;
    }

    #portfolio-filter li:last-child a:after {
        content: '';
        padding: 0;
    }

.bg-dark #portfolio-filter li a {
    color: #b7b7b7;
}

.bg-dark #portfolio-filter.bordered li a {
    border-color: #b7b7b7;
}

.bg-dark #portfolio-filter li:hover > a,
.bg-dark #portfolio-filter li.active > a,
.bg-dark #portfolio-filter.bordered li.active > a,
.bg-dark #portfolio-filter.bordered li:hover > a {
    color: #fff;
    border-color: #fff;
}

.owl-carousel .portfolio-item {
    margin-bottom: 0;
}

#portfolio-item-container {
    margin-bottom: 20px;
}

    #portfolio-item-container.no-margin {
        margin-bottom: 0 !important;
    }

@media (min-width: 768px) {
    #portfolio-item-container {
        margin-bottom: 20px;
    }

    #portfolio-filter {
        margin-bottom: 40px;
    }

        #portfolio-filter.bordered li a {
            padding: 5px 9px;
            margin-bottom: 0;
        }

    .gap-row.row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .gap-row #portfolio-item-container {
        margin-left: -8px;
        margin-right: -8px;
    }

        .gap-row #portfolio-item-container .portfolio-item {
            padding: 0 8px;
            margin-bottom: 16px;
        }
}

.portfolio-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

#portfolio-item-container .portfolio-item {
    margin-bottom: 0;
    transition: none;
    -webkit-transition: none;
}

.portfolio-item .img-responsive,
.portfolio-media .img-responsive {
    width: 100%;
}

.portfolio-item:hover {
    box-shadow: 0 3px 12px rgba(0,0,0, 0.18);
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0, 0.18);
}

#portfolio-item-container .portfolio-item:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
}


.portfolio-item figure {
    transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
}

    .portfolio-item figure > a {
        display: block;
    }

.portfolio-meta {
    transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    background-color: #3b3f42;
    padding: 10px 18px;
    position: relative;
}

#portfolio-item-container .portfolio-meta.dark {
    border-right: 1px solid rgba(0,0,0, 0.22);
}

.portfolio-title {
    font: 700 18px/1.5 'Open Sans', Verdana, sans-serif;
    margin-bottom: 0;
    letter-spacing: 0.2px;
}

    .portfolio-title a > span {
        font-weight: 400;
    }

    .portfolio-title a {
        color: #fafafa;
    }

.portfolio-tags a {
    font-size: 13px;
    font-weight: 700;
    color: #999;
}

    .portfolio-tags a:hover,
    .portfolio-tags a:focus {
        color: #999;
    }

.portfolio-favourite {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 4px;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -26px;
    background-color: #fff;
    color: #303030;
    text-align: center;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

    .portfolio-favourite i {
        font-size: 18px;
        margin-top: 9px;
    }

    .portfolio-favourite > span {
        display: block;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 700;
    }

    .portfolio-favourite:hover,
    .portfolio-favourite:focus {
        background-color: #e1e1e1;
    }

.portfolio-image-zoom figure {
    overflow: hidden;
}

.portfolio-image-zoom img {
    transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
}


.portfolio-image-zoom:hover img {
    transform: scale(1.35);
    -webkit-transform: scale(1.35);
}

.portfolio-meta-slideup .portfolio-meta {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.portfolio-meta-slideup:hover .portfolio-meta {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}


.portfolio-meta-slideup.push:hover figure {
    transform: translateY(-79px);
    -webkit-transform: translateY(-79px);
}

.portfolio-meta-slidedown .portfolio-meta {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
}

.portfolio-meta-slidedown:hover .portfolio-meta {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}


.portfolio-meta-slidedown.push:hover figure {
    transform: translateY(79px);
    -webkit-transform: translateY(79px);
}

/* prevent shake of animation */
.portfolio-item.push {
    background-color: #f6f6f6;
}

/* change this depends on the color 
white - custom - dark of your color scheme */
#portfolio-item-container .portfolio-item.push {
    background-color: #2a2a2a;
}

#portfolio-item-container .portfolio-item.push {
    background-color: #2a2a2a;
}

#portfolio-item-container.graybg .portfolio-item.push {
    background-color: #f6f6f6;
}

/* 3d rotate */
.portfolio-item.box3d {
    overflow: visible;
}

    .portfolio-item.box3d:hover {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.box3d {
    position: relative;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}

.box3d-wrapper {
    -webkit-transition: -webkit-transform 0.75s;
    -moz-transition: -moz-transform 0.75s;
    -o-transition: -o-transform 0.75s;
    transition: transform 0.75s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

.box3d:hover .box3d-wrapper {
    box-shadow: 0 3px 12px rgba(0,0,0, 0.18);
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0, 0.18);
}

.left .box3d-wrapper {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

.right .box3d-wrapper {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.center .box3d-wrapper {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
}

.back {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    padding: 20px;
}

.box3d.left:hover .box3d-wrapper {
    -webkit-transform: translateX( -100% ) rotateY( -180deg );
    -moz-transform: translateX( -100% ) rotateY( -180deg );
    -o-transform: translateX( -100% ) rotateY( -180deg );
    transform: translateX( -100% ) rotateY( -180deg );
}

.box3d.right:hover .box3d-wrapper {
    -webkit-transform: translateX( 100% ) rotateY( 180deg );
    -moz-transform: translateX( 100% ) rotateY( 180deg );
    -o-transform: translateX( 100% ) rotateY( 180deg );
    transform: translateX( 100% ) rotateY( 180deg );
}

.box3d.center:hover .box3d-wrapper {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}


.box3d.center.reverse:hover .box3d-wrapper {
    -webkit-transform: rotateY( -180deg );
    -moz-transform: rotateY( -180deg );
    -o-transform: rotateY( -180deg );
    transform: rotateY( -180deg );
}

/* ie9 fix */
.ie9 .back {
    visibility: hidden;
}

.ie9 .box3d:hover .back {
    visibility: visible;
}

/* fix ie 10+ via media */
@media screen and (min-width:0\0) {
    .box3d.left:hover .box3d-wrapper .back,
    .box3d.right:hover .box3d-wrapper .back,
    .box3d.center:hover .box3d-wrapper .back {
        transform: rotateY(-180deg);
        backface-visibility: visible;
    }
}

/* Colors */
.portfolio-meta.white {
    background-color: #fff;
}

.portfolio-meta.dark {
    background-color: #2a2a2a;
}

.portfolio-meta.custom .portfolio-title a {
    color: #eaeaea;
}

.portfolio-meta.custom .portfolio-tags,
.portfolio-meta.custom .portfolio-tags a {
    color: #c7c7c7;
}

    .portfolio-meta.custom .portfolio-title a:hover,
    .portfolio-meta.custom .portfolio-title a:focus,
    .portfolio-meta.custom .portfolio-tags a:hover,
    .portfolio-meta.custom .portfolio-tags a:focus {
        color: #fff;
    }

.portfolio-meta.dark .portfolio-title a {
    color: #bebebe;
}

.portfolio-meta.dark .portfolio-tags,
.portfolio-meta.dark .portfolio-tags a {
    color: #9a9a9a;
}

    .portfolio-meta.dark .portfolio-title a:hover,
    .portfolio-meta.dark .portfolio-title a:focus,
    .portfolio-meta.dark .portfolio-tags a:hover,
    .portfolio-meta.dark .portfolio-tags a:focus {
        color: #f1f1f1;
    }

.portfolio-meta.custom2 .portfolio-title a {
    color: #fafafa;
}

.portfolio-meta.custom2 .portfolio-tags,
.portfolio-meta.custom2 .portfolio-tags a {
    color: #f1f1f1;
}

    .portfolio-meta.custom2 .portfolio-title a:hover,
    .portfolio-meta.custom2 .portfolio-title a:focus,
    .portfolio-meta.custom2 .portfolio-tags a:hover,
    .portfolio-meta.custom2 .portfolio-tags a:focus {
        color: #fff;
    }


.portfolio-meta.white .portfolio-favourite {
    background-color: #f1f1f1;
    color: #303030;
}

    .portfolio-meta.white .portfolio-favourite:hover,
    .portfolio-meta.white .portfolio-favourite:focus {
        background-color: #eaeaea;
    }

.portfolio-meta.custom .portfolio-favourite {
    color: #eaeaea;
}

    .portfolio-meta.custom .portfolio-favourite:hover,
    .portfolio-meta.custom .portfolio-favourite:focus {
        background-color: #00695c;
    }

.portfolio-meta.dark .portfolio-favourite {
    background-color: #1a1a1a;
    color: #9a9a9a;
}

    .portfolio-meta.dark .portfolio-favourite:hover,
    .portfolio-meta.dark .portfolio-favourite:focus {
        background-color: #0a0a0a;
        color: #ccc;
    }

.portfolio-meta.custom2 .portfolio-favourite {
    background-color: #e53935;
    color: #fafafa;
}

    .portfolio-meta.custom2 .portfolio-favourite:hover,
    .portfolio-meta.custom2 .portfolio-favourite:focus {
        background-color: #d32f2f;
        color: #fff;
    }


/* Single */
.portfolio-details {
    margin-bottom: 60px;
}

.portfolio-media {
    margin-bottom: 40px;
}

    .portfolio-media .embed-responsive + .embed-responsive,
    .portfolio-media img + img {
        margin-top: 25px;
    }


.portfolio-details h2 {
    margin-bottom: 25px;
}

.portfolio-details-list li {
    font-size: 14px;
    line-height: 36px;
}

    .portfolio-details-list li.share-li {
        margin-top: 20px;
        line-height: 48px;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }

.portfolio-details-box {
    padding: 4px 30px 5px;
    border: 10px solid #f5f5f5;
    margin: 10px 0 20px;
}

    .portfolio-details-box .portfolio-details-list li:first-child {
        border-top: none;
    }

.portfolio-details-list li span {
    font-weight: 700;
    margin-right: 5px;
}

.portfolio-details-list li a {
    color: #505050;
}

.portfolio-details-list li .social-icons {
    float: right;
}

.portfolio-details-list li .social-icon {
    margin-bottom: 0;
    color: #7a7a7a;
}

.portfolio-related-container {
    margin-bottom: 30px;
}

.owl-carousel .portfolio-meta-wrapper + p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .portfolio-details {
        margin-bottom: 60px;
    }

    .portfolio-media {
        margin-bottom: 50px;
    }

    .portfolio-related-container {
        margin-bottom: 40px;
    }

    .portfolio-details-box {
        margin: 15px 0 20px;
    }
}

@media (min-width: 992px) {
    .portfolio-media {
        margin-bottom: 70px;
    }

    .portfolio-related-container {
        margin-bottom: 58px;
    }

    .portfolio-media.fullwidth-media {
        margin-bottom: 60px;
    }

    .portfolio-details-box {
        margin-top: -30px;
    }
}


/* =============================================
-----------------   25. 404 Pages  -------------
==============================================*/

.error-page {
    padding: 15px 0 35px;
}

    .error-page.error-pagebg {
        padding: 35px 0;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        background-image: url('../index.html');
    }

.error-title,
.error-subtitle {
    font: 700 100px/0.7 'Raleway', Verdana, sans-serif;
    margin-bottom: 40px;
}

    .error-title.shadow,
    .error-subtitle.shadow {
        color: transparent !important;
        text-shadow: 2px 2px 20px rgba(255, 255, 255, 0.50);
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }

/* Fix for ie 10 + */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .error-title.shadow,
    .error-subtitle.shadow {
        color: #fff !important;
    }
}

/* Fix for ie 9 */
.ie9 .error-title.shadow,
.ie9 .error-subtitle.shadow {
    color: #fff !important;
}

.error-title.shadow:hover,
.error-subtitle.shadow:hover {
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.50);
}

.error-title.vertical {
    font-family: 'Open Sans', Verdana, sans-serif;
}

.error-subtitle {
    font-weight: 600;
    font-size: 32px;
    color: #4e4e4e;
    margin-bottom: 30px;
}

.error-text {
    max-width: 600px;
    font-size: 14px;
    margin-bottom: 20px;
}

.error-page form {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
}

.error-pagebg.light .error-title,
.error-pagebg.light .error-subtitle,
.error-pagebg.light .error-text {
    color: #fff;
}

@media (min-width: 768px) {
    .error-page {
        padding: 30px 0 60px;
    }

        .error-page.error-pagebg {
            padding: 60px 0;
        }

    .error-title {
        font-size: 180px;
        margin-bottom: 60px;
    }

    .error-subtitle {
        font-size: 48px;
        margin-bottom: 45px;
    }

    .error-text {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .error-page {
        padding: 40px 0 80px;
    }

        .error-page.error-pagebg {
            padding: 80px 0;
        }

    .error-title {
        font-size: 280px;
        margin-bottom: 80px;
    }

        .error-title.vertical {
            text-align: right;
            line-height: 0.8;
        }

    .col-md-push-9 .error-title.vertical {
        text-align: left;
    }

    .error-title.vertical > span {
        display: block;
    }

    .error-subtitle {
        font-size: 72px;
        margin-bottom: 60px;
    }

        .error-subtitle.vertical {
            margin-top: 200px;
        }

    .error-text {
        max-width: 720px;
        font-size: 16px;
        margin-bottom: 40px;
    }

    .error-page form {
        max-width: 600px;
    }
}

/* =============================================
--------------------- 26.Footer ----------------
==============================================*/

#footer-top-map {
    height: 280px;
}

.map-info-box {
    padding: 10px;
    font-size: 14px;
}

    .map-info-box li {
        margin-bottom: 10px;
    }

        .map-info-box li > span {
            font-size: 18px;
            margin-right: 8px;
        }

        .map-info-box li:last-child {
            margin-bottom: 0;
        }

@media (min-width: 768px) {

    #footer-top-map {
        height: 360px;
    }
}

@media (min-width: 992px) {
    #footer-top-map {
        height: 420px;
    }
}

#footer {
    font-size: 14px;
    font-family: arail;
    background-color: #fff;
    color: #505050;
    border-top: 1px solid #eaeaea;
}

    #footer.no-border-top {
        border-top: none;
    }
/*
#footer-inner {
	padding:60px 0 20px;
}
*/
#footer-inner.smaller {
    padding: 40px 0 0;
}

#footer a {
    color: #505050;
    font-weight: 700;
}

#footer .widget {
    margin-bottom: 40px;
}

@media (min-width: 992px) {

    #footer-inner {
        padding: 70px 0 60px;
    }

        #footer-inner.smaller {
            padding: 50px 0 30px;
        }

        #footer-inner.no-padding-bt-lg {
            padding: 70px 0 0;
        }

    #footer .widget {
        margin-bottom: 50px;
    }
}

#footer .widget h4 {
    font: 700 15px/1.5 'Open Sans', Verdana, sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #4a4a4a;
}

    #footer .widget h4:after {
        content: '';
        display: block;
        width: 25px;
        height: 3px;
        position: relative;
        top: 8px;
        left: 0;
    }

.footer-logo {
    display: inline-block;
    font: 700 30px/1.5 'Open Sans', Verdana, sans-serif;
    padding: 3px 0px;
    color: #505050;
    margin-bottom: 25px;
}

    .footer-logo.big {
        font-size: 40px;
        line-height: 1.3;
        padding: 3px 14px;
    }

    .footer-logo.bigger {
        font-size: 50px;
        line-height: 1.3;
        padding: 3px 20px;
    }

@media (min-width: 768px) {
    .footer-logo.big {
        font-size: 46px;
        line-height: 1.3;
        padding: 3px 18px;
    }

    .footer-logo.bigger {
        font-size: 64px;
        padding: 2px 25px;
    }
}

.corporate-widget.shape-bg {
    background-image: url('../images/world.png');
    background-repeat: no-repeat;
    background-position: left center;
}

@media (min-width: 992px) {
    .corporate-widget.shape-bg {
        background-position: center center;
    }
}

.corporate-widget .social-icons-label {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin: 35px 0 13px;
}

.corporate-widget .social-icon {
    font-size: 16px;
}

    .corporate-widget .social-icon:first-child {
        margin-left: 0;
    }

.widget .links li a {
    line-height: 2.2;
}

    .widget .links li a > i {
        margin-right: 10px;
    }

.widget .latest-posts-list li,
.widget .products-list li {
    margin-bottom: 20px;
}

    .widget .latest-posts-list li:last-child,
    .widget .products-list li:last-child {
        margin-bottom: 0;
    }

.widget .latest-posts-list figure,
.widget .products-list figure {
    float: left;
    max-width: 60px;
}

.widget .latest-posts-list img,
.widget .products-list img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.latest-posts-list.no-radius img,
.products-list.no-radius img {
    border-radius: 0;
}

.widget .latest-posts-list .entry-content,
.widget .products-list .product-content {
    margin-left: 75px;
}

.widget .latest-posts-list h5,
.widget .products-list h5 {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 6px;
}

.widget .latest-posts-list p,
.widget .products-list p {
    font-size: 12px;
    margin-bottom: 0;
}

.widget .products-list p {
    font-weight: 600;
}

.widget .products-list .product-price {
    font-size: 13px;
}

    .widget .products-list .product-price + .product-old-price,
    .widget .products-list .product-old-price + .product-price {
        margin-left: 8px;
    }

.tagcloud a {
    display: block;
    float: left;
    font-size: 13px;
    padding: 3px 10px;
    background-color: #eee;
    color: #7a7a7a;
    margin: 0 7px 7px 0;
    border-radius: 3px;
    transition: background 0.4s ease, color 0.05s;
    -webkit-transition: background 0.4s ease, color 0.05s;
}

.tagcloud.no-radius a {
    border-radius: 0;
}

#footer .tagcloud a:hover,
.tagcloud a:hover {
    color: #eaeaea;
}

.widget .tweet_list li {
    margin-bottom: 25px;
}

.widget .twitter-icon {
    float: left;
    font-size: 26px;
    line-height: 1;
    margin-top: 5px;
    width: 40px;
    color: #b7b7b7;
}

.widget .tweet-content {
    margin-left: 40px;
}

.widget .tweet_time {
    font-size: 12px;
    display: block;
    margin-top: 8px;
}

#footer .widget .tweet_time a {
    color: #a9a9a9;
}

@media (min-width: 992px) {
    .main-widget {
        min-height: 570px;
        margin-top: -70px;
        padding-top: 70px;
        padding-bottom: 20px;
        background-color: #eaeaea;
    }

        .main-widget .widget {
            margin-bottom: 0;
        }

    #footer .widget:last-child {
        margin-bottom: 0;
    }
}

.flickr-widget li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

@media (min-width:1200px) {
    .flickr-widget-two li:nth-child(4n) {
        margin-right: 0;
    }

    .flickr-widget-three li:nth-child(5n) {
        margin-right: 0;
    }
}

.flickr-widget li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.newsletter-widget p {
    margin-bottom: 18px;
}

#footer .widget .form-control {
    height: 36px;
}

#footer .widget .form-control,
#footer .widget textarea {
    padding: 7px 12px;
    font-size: 14px;
    background-color: transparent;
    border: none;
    background-color: #eaeaea;
    color: #7a7a7a;
    width: 100%;
}

    #footer .widget .form-control:focus,
    #footer .widget textarea:focus {
        background-color: #d7d7d7;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    #footer .widget .form-control::-moz-placeholder,
    #footer .widget textarea::-moz-placeholder {
        color: #7a7a7a;
    }

    #footer .widget .form-control:-ms-input-placeholder,
    #footer .widget textarea:-ms-input-placeholder {
        color: #7a7a7a;
    }

    #footer .widget .form-control::-webkit-input-placeholder,
    #footer .widget textarea::-webkit-input-placeholder {
        color: #7a7a7a;
    }

#newsletter-widget-form {
    position: relative;
}

.widget .newsletter-widget .form-control {
    height: 36px;
    padding: 7px 50px 7px 12px;
}

#newsletter-widget-form .btn {
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 4px 10px;
}

.flickr-widget li a img {
    width: 100%;
    border-radius: 4px;
}

.flickr-widget.no-radius li a img {
    border-radius: 0;
}

#footer-bottom {
    padding: 20px 0;
    background-color: #eaeaea;
    text-align: center;
}

    #footer-bottom.no-bg {
        background-color: transparent;
        border-top: 1px solid #eaeaea;
    }

.copyright {
    margin-bottom: 0;
}

    .copyright a {
        /*display:block;*/
        font-size: 13px;
    }
/* fix for inline-block auto margin */
.footer-menu {
    font-size: 0;
}

    .footer-menu li {
        display: inline-block;
        font-size: 14px;
        /*margin:4px 0;*/
    }

        .footer-menu li:after {
            content: '/';
            padding: 0 10px;
        }

        .footer-menu li:last-child:after {
            content: '';
            padding: 0;
        }

#footer-bottom .social-icons {
    margin: 9.5px 0;
}

#footer-bottom .social-icon {
    font-size: 16px;
    margin-bottom: 0;
}

@media (min-width:992px) {
    #footer-bottom {
        padding: 25px 0;
        text-align: left;
    }

        .footer-menu,
        #footer-bottom .social-icons {
            text-align: right;
        }

            #footer-bottom .social-icons.text-center {
                text-align: center;
            }

        #footer-bottom .social-icon:last-child {
            margin-right: 0;
        }

        #footer-bottom .social-icons.text-center .social-icon {
            margin-right: 10px;
        }

    .footer-menu li {
        /*margin:9.5px 0;*/
    }
}

/* 
	There 4 color schemes for footers
	Footer Colors - You can add these class to all footer variants and chnage their color scheme
	White - No additional class need This is main style
	Black - add footer .footer-inverse class
	Grey - add footer .footer-default class
	Custom - Main Color schele .footer-custom class -- This will change duo to main color
*/

/* Footer Inverse */
#footer.footer-inverse {
    background-color: #2a2a2a;
    color: #9a9a9a;
    border-top-color: rgba(0,0,0, 0.1);
}

    #footer.footer-inverse a {
        color: #9a9a9a;
        font-weight: 700;
    }

        #footer.footer-inverse a:hover,
        #footer.footer-inverse a:focus,
        #footer.footer-inverse .widget .tweet_time a:hover,
        #footer.footer-inverse .widget .tweet_time a:focus {
            color: #fafafa;
        }

    #footer.footer-inverse .widget h4 {
        color: #bebebe;
    }

    #footer.footer-inverse .footer-logo {
        border-color: #aeaeae;
        color: #aeaeae;
    }

    #footer.footer-inverse .tagcloud a {
        background-color: #b1b1b1;
        color: #505050;
    }

        #footer.footer-inverse .tagcloud a:hover {
            color: #f2f2f2;
        }

    #footer.footer-inverse .widget .twitter-icon {
        color: #8a8a8a;
    }

    #footer.footer-inverse .widget .tweet_time a {
        color: #6e6e6e;
    }

@media (min-width: 992px) {
    .footer-inverse .main-widget {
        background-color: rgba(0,0,0, 0.1);
    }
}

.footer-inverse #footer-bottom {
    background-color: rgba(0,0,0, 0.1);
}

    .footer-inverse #footer-bottom.no-bg {
        background-color: transparent;
        border-top-color: rgba(0,0,0, 0.18);
    }

#footer.footer-inverse .newsletter-widget .btn-custom {
    color: #e5e5e5;
}

#footer.footer-inverse .widget .form-control,
#footer.footer-inverse .widget textarea {
    background-color: rgba(0,0,0, 0.12);
    color: #7a7a7a;
}

    #footer.footer-inverse .widget .form-control:focus,
    #footer.footer-inverse .widget textarea:focus {
        background-color: rgba(0,0,0, 0.26);
    }

    #footer.footer-inverse .widget .form-control::-moz-placeholder,
    #footer.footer-inverse .widget textarea::-moz-placeholder {
        color: #7a7a7a;
    }

    #footer.footer-inverse .widget .form-control:-ms-input-placeholder,
    #footer.footer-inverse .widget textarea:-ms-input-placeholder {
        color: #7a7a7a;
    }

    #footer.footer-inverse .widget .form-control::-webkit-input-placeholder,
    #footer.footer-inverse .widget textarea::-webkit-input-placeholder {
        color: #7a7a7a;
    }

#footer.footer-inverse .product-old-price:after {
    background-color: #7a7a7a;
}


/* Footer Default */
#footer.footer-default {
    background-color: #eaeaea;
    color: #8a8a8a;
    border-top-color: #d7d7d7;
}

    #footer.footer-default a {
        color: #8a8a8a;
        font-weight: 700;
    }

    #footer.footer-default .widget h4 {
        color: #777;
    }

    #footer.footer-default .footer-logo {
        border-color: #777;
        color: #777;
    }

    #footer.footer-default .tagcloud a {
        background-color: #dadada;
        color: #777;
    }

        #footer.footer-default .tagcloud a:hover {
            color: #f1f1f1;
        }

.footer-default #footer-bottom.no-bg {
    background-color: transparent;
    border-top-color: #d7d7d7;
}

#footer.footer-default .widget .twitter-icon {
    color: #c1c1c1;
}

#footer.footer-default .widget .tweet_time a {
    color: #9a9a9a;
}

@media (min-width: 992px) {
    .footer-default .main-widget {
        background-color: rgba(0,0,0, 0.04);
    }
}

.footer-default #footer-bottom {
    background-color: rgba(0,0,0, 0.04);
}

#footer.footer-default .widget .form-control,
#footer.footer-default .widget textarea {
    background-color: rgba(0,0,0, 0.06);
    color: #8a8a8a;
}

    #footer.footer-default .widget .form-control:focus,
    #footer.footer-default .widget textarea:focus {
        background-color: rgba(0,0,0, 0.12);
    }

#footer.footer-default .newsletter-widget .btn-custom {
    color: #eaeaea;
}

#footer.footer-default .widget .form-control::-moz-placeholder,
#footer.footer-default .widget textarea::-moz-placeholder {
    color: #8a8a8a;
}

#footer.footer-default .widget .form-control:-ms-input-placeholder,
#footer.footer-default .widget textarea:-ms-input-placeholder {
    color: #8a8a8a;
}

#footer.footer-default .widget .form-control::-webkit-input-placeholder,
#footer.footer-default .widget textarea::-webkit-input-placeholder {
    color: #8a8a8a;
}

/* Footer custom */
#footer.footer-custom {
    color: #e1e1e1;
}

    #footer.footer-custom a {
        color: #e1e1e1;
        font-weight: 700;
    }

        #footer.footer-custom a:hover,
        #footer.footer-custom a:focus,
        #footer.footer-custom .widget .tweet_time a:hover,
        #footer.footer-custom .widget .tweet_time a:focus {
            color: #fafafa;
        }

    #footer.footer-custom .widget h4 {
        color: #5ee0ef;
    }

    #footer.footer-custom .footer-logo {
        border-color: #eaeaea;
        color: #eaeaea;
    }

    #footer.footer-custom .tagcloud a {
        background-color: #d7d7d7;
        color: #6a6a6a;
    }

        #footer.footer-custom .tagcloud a:hover {
            color: #f2f2f2;
        }

.footer-custom #footer-bottom.no-bg {
    background-color: transparent;
}

#footer.footer-custom .widget .twitter-icon {
    color: #dedede;
}

#footer.footer-custom .widget .tweet_time a {
    color: #c2c2c2;
}

#footer.footer-custom .newsletter-widget .btn-custom {
    color: #e5e5e5;
}

#footer.footer-custom .widget .form-control,
#footer.footer-custom .widget textarea {
    background-color: rgba(0,0,0, 0.1);
    color: #eaeaea;
}

    #footer.footer-custom .widget .form-control:focus,
    #footer.footer-custom .widget textarea:focus {
        background-color: rgba(0,0,0, 0.2);
    }

    #footer.footer-custom .widget .form-control::-moz-placeholder,
    #footer.footer-custom .widget textarea::-moz-placeholder {
        color: #eaeaea;
    }

    #footer.footer-custom .widget .form-control:-ms-input-placeholder,
    #footer.footer-custom .widget textarea:-ms-input-placeholder {
        color: #eaeaea;
    }

    #footer.footer-custom .widget .form-control::-webkit-input-placeholder,
    #footer.footer-custom .widget textarea::-webkit-input-placeholder {
        color: #eaeaea;
    }

#footer.footer-custom .btn-custom {
    color: #fff;
}

    #footer.footer-custom .btn-custom:hover,
    #footer.footer-custom .btn-custom:focus,
    #footer.footer-custom .btn-custom:active {
        color: #fff;
        background-color: rgba(0,0,0, 0.3);
        border-color: rgba(0,0,0, 0.1);
    }

/* =============================================
-----------------  27.Social Icons -------------
==============================================*/

.social-icons.no-margin .social-icon {
    margin-bottom: 0;
}

.social-icon {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin: 0 10px 5px 20px;
    color: #6d6d6d;
    border-radius: 50%;
}

    .social-icon.first {
        margin-left: 0;
    }

.social-icons.text-center .social-icon {
    margin-left: 10px;
}

.social-icons-sm .social-icon {
    font-size: 15px;
    margin: 0 10px 20px;
}

.social-icons-lg .social-icon {
    font-size: 22px;
    margin: 0 15px 30px;
    border-radius: 6px;
}


.social-icons-bg .social-icon {
    background-color: #f5f5f5;
    padding: 10px;
    margin: 0 5px 10px 0;
    min-width: 39px;
    text-align: center;
    transition: background 0.35s ease-in-out, color 0.25s ease;
    -webkit-transition: background 0.35s ease-in-out, color 0.25s ease;
}

#footer .social-icons-bg .social-icon {
    min-width: 36px;
}

.text-center .social-icons-bg .social-icon {
    min-width: 36px;
    margin: 0 5px;
}

.footer-custom .social-icons-bg .social-icon,
.footer-inverse .social-icons-bg .social-icon {
    background-color: rgba(0,0,0, 0.1);
}


.social-icons-bg.text-right .social-icon {
    margin: 0 0 5px 5px;
}

.social-icons-bg.social-icons-lg .social-icon {
    min-width: 44px;
    padding: 11px;
    margin: 0 8px 8px 0;
}

.social-icons-bg.social-icons-lg.text-right .social-icon {
    margin: 0 0 15px 7.5px;
}


.social-icons-bg .social-icon:hover {
    background-color: #eaeaea;
}

.social-icons-bg-hover .social-icon:hover {
    color: #fff !important;
}

.social-icon.icon-facebook:hover {
    color: #3b5998;
}

.social-icons-bg-hover .social-icon.icon-facebook:hover {
    color: #fff;
    background-color: #3b5998;
}

.social-icon.icon-twitter:hover {
    color: #55acee;
}

.social-icons-bg-hover .social-icon.icon-twitter:hover {
    color: #fff;
    background-color: #55acee;
}


.social-icon.icon-google-plus:hover {
    color: #dd4b39;
}

.social-icons-bg-hover .social-icon.icon-google-plus:hover {
    color: #fff;
    background-color: #dd4b39;
}

.social-icon.icon-dribbble:hover {
    color: #ea4c89;
}

.social-icons-bg-hover .social-icon.icon-dribbble:hover {
    color: #fff;
    background-color: #ea4c89;
}

.social-icon.icon-skype:hover {
    color: #00aff0;
}

.social-icons-bg-hover .social-icon.icon-skype:hover {
    color: #fff;
    background-color: #00aff0;
}

.social-icon.icon-tumblr:hover {
    color: #35465c;
}

.social-icons-bg-hover .social-icon.icon-tumblr:hover {
    color: #fff;
    background-color: #35465c;
}

.social-icon.icon-linkedin:hover {
    color: #0976b4;
}

.social-icons-bg-hover .social-icon.icon-linkedin:hover {
    color: #fff;
    background-color: #0976b4;
}

.social-icon.icon-vine:hover {
    color: #00b488;
}

.social-icons-bg-hover .social-icon.icon-vine:hover {
    color: #fff;
    background-color: #00b488;
}

.social-icon.icon-behance:hover {
    color: #1769ff;
}

.social-icons-bg-hover .social-icon.icon-behance:hover {
    color: #fff;
    background-color: #1769ff;
}

.social-icon.icon-flickr:hover {
    color: #ff0084;
}

.social-icons-bg-hover .social-icon.icon-flickr:hover {
    color: #fff;
    background-color: #ff0084;
}

.social-icon.icon-reddit:hover {
    color: #5f99cf;
}

.social-icons-bg-hover .social-icon.icon-reddit:hover {
    color: #fff;
    background-color: #5f99cf;
}

.social-icon.icon-rss:hover {
    color: #f26522;
}

.social-icons-bg-hover .social-icon.icon-rss:hover {
    color: #fff;
    background-color: #f26522;
}

.social-icon.icon-youtube:hover {
    color: #e52d27;
}

.social-icons-bg-hover .social-icon.icon-youtube:hover {
    color: #fff;
    background-color: #e52d27;
}

.social-icon.icon-pinterest:hover {
    color: #cc2127;
}

.social-icons-bg-hover .social-icon.icon-pinterest:hover {
    color: #fff;
    background-color: #cc2127;
}

.social-icon.icon-instagram:hover {
    color: #517fa4;
}

.social-icons-bg-hover .social-icon.icon-instagram:hover {
    color: #fff;
    background-color: #517fa4;
}

.social-icon.icon-digg:hover {
    color: #000000;
}

.social-icons-bg-hover .social-icon.icon-digg:hover {
    color: #fff;
    background-color: #000000;
}

.social-icon.icon-github:hover {
    color: #333333;
}

.social-icons-bg-hover .social-icon.icon-github:hover {
    color: #fff;
    background-color: #333333;
}

.social-icon.icon-android:hover {
    color: #a4c639;
}

.social-icons-bg-hover .social-icon.icon-android:hover {
    color: #fff;
    background-color: #a4c639;
}

.social-icon.icon-foursquare:hover {
    color: #0072b1;
}

.social-icons-bg-hover .social-icon.icon-foursquare:hover {
    color: #fff;
    background-color: #0072b1;
}

.social-icon.icon-dropbox:hover {
    color: #007ee5;
}

.social-icons-bg-hover .social-icon.icon-dropbox:hover {
    color: #fff;
    background-color: #007ee5;
}

.social-icon.icon-stack-overflow:hover {
    color: #fe7a15;
}

.social-icons-bg-hover .social-icon.icon-stack-overflow:hover {
    color: #fff;
    background-color: #fe7a15;
}

.social-icon.icon-paypal:hover {
    color: #253b80;
}

.social-icons-bg-hover .social-icon.icon-paypal:hover {
    color: #fff;
    background-color: #253b80;
}

.social-icon.icon-dropbox:hover {
    color: #007ee5;
}

.social-icons-bg-hover .social-icon.icon-dropbox:hover {
    color: #fff;
    background-color: #253b80;
}

.social-icon.icon-spotify:hover {
    color: #7ab800;
}

.social-icons-bg-hover .social-icon.icon-spotify:hover {
    color: #fff;
    background-color: #7ab800;
}

.social-icon.icon-vk:hover {
    color: #45668e;
}

.social-icons-bg-hover .social-icon.icon-vk:hover {
    color: #fff;
    background-color: #45668e;
}

.social-icon.icon-bitbucket:hover {
    color: #205081;
}

.social-icons-bg-hover .social-icon.icon-bitbucket:hover {
    color: #fff;
    background-color: #205081;
}

.social-icon.icon-html5:hover {
    color: #e34f26;
}

.social-icons-bg-hover .social-icon.icon-html5:hover {
    color: #fff;
    background-color: #e34f26;
}

.social-icon.icon-delicious:hover {
    color: #3399ff;
}

.social-icons-bg-hover .social-icon.icon-delicious:hover {
    color: #fff;
    background-color: #3399ff;
}

.navbar-custom .social-icon:first-child,
.social-icons .social-icon.first {
    margin-left: 0;
}

.social-icons-circle .social-icon {
    border-radius: 50%;
}

@media (max-width: 420px) {
    .text-center .social-icons-bg .social-icon {
        margin-bottom: 10px;
    }
}

/* =============================================
--------  28.Owl Carousel - Animate Plugin -----
==============================================*/

.owl-carousel .animated {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 1;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/* Nav Dots*/
.owl-dots {
    margin-top: 15px;
    text-align: center;
}

.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #eaeaea;
    margin: 0 4px;
    border-radius: 50%;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}

    .owl-dot:hover {
        background-color: #eaeaea;
    }

    .owl-dot.active {
        background-color: #505050;
    }

/* Owl carousel Controls */

.owl-nav {
    position: absolute;
    right: 0;
    top: -64px;
    font-size: 0;
}

.nav-higher .owl-nav {
    top: -74px;
}

.nav-higher.small-nav .owl-nav {
    /*top:-76px;*/
}


.small-nav .owl-nav {
    top: -60px;
}

.left-nav .owl-nav {
    right: auto;
    left: 0;
    top: -64px;
}

.center-top-nav .owl-nav {
    right: auto;
    left: 50%;
    margin-left: -38.5px;
    top: -56px;
}

.center-top-nav.small-nav .owl-nav {
    margin-left: -32.5px;
}


/* To not crush dragging 
styled buttons not container for vertical centered navs*/
.center-nav .owl-nav {
    position: static;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
}

.center-nav .owl-prev,
.center-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.center-nav .owl-prev {
    left: 15px;
}

.center-nav .owl-next {
    right: 15px;
}

.center-nav-animate .owl-prev,
.center-nav-animate .owl-next {
    visibility: hidden;
    opacity: 0;
}

.center-nav-animate .owl-prev {
    left: 45px;
}

.center-nav-animate .owl-next {
    right: 45px;
}

.center-nav-animate:hover .owl-prev,
.center-nav-animate:hover .owl-next {
    opacity: 1;
    visibility: visible;
    ;
}

.center-nav-animate:hover .owl-prev {
    left: 15px;
}

.center-nav-animate:hover .owl-next {
    right: 15px;
}

.owl-prev,
.owl-next {
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    height: 36px;
    width: 36px;
    color: #eaeaea;
    background-color: #444;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border-radius: 4px;
}

.small-nav .owl-prev,
.small-nav .owl-next {
    font-size: 18px;
    line-height: 28px;
    height: 30px;
    width: 30px;
    border-radius: 3px;
}

.nav-border .owl-prev,
.nav-border .owl-next {
    font-size: 22px;
    line-height: 32px;
    color: #303030;
    border: 2px solid #444;
    background-color: transparent;
}

.nav-border.small-nav .owl-prev,
.nav-border.small-nav .owl-next {
    font-size: 18px;
    line-height: 25px;
    border: 2px solid #444;
}

.owl-prev:hover,
.owl-next:hover {
    color: #f1f1f1;
    background-color: #1a1a1a;
}

.nav-border .owl-prev:hover,
.nav-border .owl-next:hover {
    color: #f1f1f1;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

.owl-prev {
    margin-right: 5px;
}

.custom-nav .owl-prev,
.custom-nav .owl-next {
    color: #fff;
}

.white-nav .owl-prev,
.white-nav .owl-next {
    color: #505050;
    background-color: #fff;
}

.gray-nav .owl-prev,
.gray-nav .owl-next {
    color: #666;
    background-color: #eaeaea;
}

    .gray-nav .owl-prev:hover,
    .gray-nav .owl-next:hover {
        background-color: #ccc;
        color: #3a3a3a;
    }

.nav-border.custom-nav .owl-prev,
.nav-border.custom-nav .owl-next {
    background-color: transparent;
}

.nav-border.white-nav .owl-prev,
.nav-border.white-nav .owl-next {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.custom-nav .owl-prev:hover,
.custom-nav .owl-next:hover,
.white-nav .owl-prev:hover,
.white-nav .owl-next:hover {
    color: #fff;
}

.nav-border.custom-nav .owl-prev:hover,
.nav-border.custom-nav .owl-next:hover,
.nav-border.white-nav .owl-prev:hover,
.nav-border.white-nav .owl-next:hover {
    color: #fff;
}

@media (max-width: 480px) {
    .vcenter-nav-mobile .owl-nav {
        position: static;
        bottom: auto;
        top: auto;
        left: auto;
        right: auto;
    }

    .vcenter-nav-mobile .owl-prev,
    .vcenter-nav-mobile .owl-next {
        position: absolute;
        top: 50%;
        margin-top: -18px;
        visibility: hidden;
        opacity: 0;
    }

    .vcenter-nav-mobile .owl-prev {
        left: 45px;
    }

    .vcenter-nav-mobile .owl-next {
        right: 45px;
    }

    .vcenter-nav-mobile:hover .owl-prev,
    .vcenter-nav-mobile:hover .owl-next {
        opacity: 1;
        visibility: visible;
        ;
    }

    .vcenter-nav-mobile:hover .owl-prev {
        left: 15px;
    }

    .vcenter-nav-mobile:hover .owl-next {
        right: 15px;
    }
}


/* =============================================
-------------  29. Scroll Top Button  ----------
==============================================*/
#scroll-top {
    position: fixed;
    bottom: 0;
    right: 25px;
    display: block;
    visibility: hidden;
    cursor: pointer;
    z-index: 999;
    width: 46px;
    height: 46px;
    line-height: 43px;
    font-size: 24px;
    border-radius: 50%;
    opacity: 0;
    background: #cc292a;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    text-align: center;
    color: #fff;
}

    #scroll-top.smaller {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    #scroll-top.no-radius {
        border-radius: 0;
    }

    #scroll-top:hover {
        color: #fff;
    }

    #scroll-top.gray {
        background-color: #e1e1e1;
        color: #505050;
    }

        #scroll-top.gray:hover {
            background-color: #c7c7c7;
            color: #3a3a3a;
        }

    #scroll-top.dark {
        background-color: #3a3a3a;
        color: #b7b7b7;
    }

        #scroll-top.dark:hover {
            background-color: #1a1a1a;
            color: #fafafa;
        }

    #scroll-top.white {
        background-color: #fff;
        color: #505050;
    }

        #scroll-top.white:hover {
            color: #fff;
        }

    #scroll-top.fixed {
        opacity: 1;
        bottom: 25px;
        visibility: visible;
    }


/* =============================================
--------------  30. Retina Display  -----------
==============================================*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    /* Patterns via predefined classes */
    .pattern4 {
        background-image: url('../images/patterns/pattern4_2x.png');
        -webkit-background-size: 500px 500px;
        background-size: 500px 500px;
    }

    .pattern5 {
        background-image: url('../images/patterns/pattern5_2x.png');
        -webkit-background-size: 400px 400px;
        background-size: 400px 400px;
    }

    .pattern6 {
        background-image: url('../images/patterns/pattern6_2x.png');
        -webkit-background-size: 198px 200px;
        background-size: 198px 200px;
    }

    .pattern7 {
        background-image: url('../images/patterns/pattern7_2x.png');
        -webkit-background-size: 588px 375px;
        background-size: 588px 375px;
    }

    .pattern8 {
        background-image: url('../images/patterns/pattern8_2x.png');
        -webkit-background-size: 150px 150px;
        background-size: 150px 150px;
    }

    .pattern9 {
        background-image: url('../images/patterns/pattern9_2x.png');
        -webkit-background-size: 500px 500px;
        background-size: 500px 500px;
    }

    .pattern10 {
        background-image: url('../images/patterns/pattern10_2x.png');
        -webkit-background-size: 512px 512px;
        background-size: 512px 512px;
    }

    .pattern11 {
        background-image: url('../images/patterns/pattern11_2x.png');
        -webkit-background-size: 500px 300px;
        background-size: 500px 300px;
    }

    .pattern12 {
        background-image: url('../images/patterns/pattern12_2x.png');
        -webkit-background-size: 523px 384px;
        background-size: 523px 384px;
    }

    .pattern13 {
        background-image: url('../images/patterns/pattern13_2x.png');
        -webkit-background-size: 300px 300px;
        background-size: 300px 300px;
    }

    .pattern14 {
        background-image: url('../images/patterns/pattern14_2x.png');
        -webkit-background-size: 40px 40px;
        background-size: 40px 40px;
    }

    .pattern15 {
        background-image: url('../images/patterns/pattern15_2x.png');
        -webkit-background-size: 188px 178px;
        background-size: 188px 178px;
    }

    .pattern16 {
        background-image: url('../images/patterns/pattern16_2x.png');
        -webkit-background-size: 150px 173px;
        background-size: 150px 173px;
    }

    .pattern17 {
        background-image: url('../images/patterns/pattern17_2x.png');
        -webkit-background-size: 190px 191px;
        background-size: 190px 191px;
    }

    .pattern18 {
        background-image: url('../images/patterns/pattern18_2x.png');
        -webkit-background-size: 400px 317px;
        background-size: 400px 317px;
    }

    .pattern19 {
        background-image: url('../images/patterns/pattern19_2x.png');
        -webkit-background-size: 400px 343px;
        background-size: 400px 343px;
    }

    .pattern20 {
        background-image: url('../images/patterns/pattern20_2x.png');
        -webkit-background-size: 100px 98px;
        background-size: 100px 98px;
    }

    .pattern21 {
        background-image: url('../images/patterns/pattern21_2x.png');
        -webkit-background-size: 36px 62px;
        background-size: 36px 62px;
    }

    .pattern22 {
        background-image: url('../images/patterns/pattern22_2x.png');
        -webkit-background-size: 206px 206px;
        background-size: 206px 206px;
    }

    .pattern23 {
        background-image: url('../images/patterns/pattern23_2x.png');
        -webkit-background-size: 387px 201px;
        background-size: 387px 201px;
    }

    .pattern24 {
        background-image: url('../images/patterns/pattern24_2x.png');
        -webkit-background-size: 294px 235px;
        background-size: 294px 235px;
    }

    .pattern25 {
        background-image: url('../images/patterns/pattern25_2x.png');
        -webkit-background-size: 320px 320px;
        background-size: 320px 320px;
    }

    .pattern26 {
        background-image: url('../images/patterns/pattern26_2x.png');
        -webkit-background-size: 500px 375px;
        background-size: 500px 375px;
    }

    .pattern27 {
        background-image: url('../images/patterns/pattern27_2x.png');
        -webkit-background-size: 520px 520px;
        background-size: 520px 520px;
    }

    .pattern28 {
        background-image: url('../images/patterns/pattern28_2x.png');
        -webkit-background-size: 482px 490px;
        background-size: 482px 490px;
    }

    .pattern29 {
        background-image: url('../images/patterns/pattern29_2x.png');
        -webkit-background-size: 700px 700px;
        background-size: 700px 700px;
    }

    .pattern30 {
        background-image: url('../images/patterns/pattern30_2x.png');
        -webkit-background-size: 412px 300px;
        background-size: 412px 300px;
    }
    /* End patterns */

    .map {
        background-image: url('../images/map.png');
        background-repeat: no-repeat;
        background-position: top center;
    }
}

/* Preview Panel */
.preview-panel {
    position: fixed;
    left: -300px;
    top: 120px;
    z-index: 1001;
    color: #eaeaea;
    background-color: #2a2a2a;
    width: 300px;
    height: auto;
    transition: all 0.4s;
    -wekbit-transition: all 0.4s;
    box-shadow: 4px 4px 9px rgba(0,0,0, 0.15);
    -webkit-box-shadow: 4px 4px 9px rgba(0,0,0, 0.15);
    border-radius: 0 0 6px 0;
}

@media (max-width: 767px) {
    .preview-panel {
        display: none;
    }
}

.preview-panel h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 18px;
    border-bottom: 1px solid #6a6a6a;
    margin-bottom: 20px;
    color: #eaeaea;
}

.preview-panel.open {
    left: 0;
}

.preview-panel-wrapper {
    position: relative;
    padding: 30px 20px;
}

#preview-panel-btn {
    position: absolute;
    left: 100%;
    top: 0;
    display: block;
    width: 48px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    background-color: #2a2a2a;
    color: #eaeaea;
    border-radius: 0 6px 6px 0;
    transition: background 0.35s;
    -webkit-transition: background 0.35s;
    box-shadow: 2px 2px 6px rgba(0,0,0, 0.1);
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0, 0.1);
}

    #preview-panel-btn:hover,
    #preview-panel-btn:focus,
    .preview-panel.open #preview-panel-btn {
        color: #fff;
        background: #121212;
    }

#preview-panel-carousel .carousel-indicators {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    margin: 0 0 20px;
}

    #preview-panel-carousel .carousel-indicators:after {
        content: '';
        display: table;
        clear: both;
    }

    #preview-panel-carousel .carousel-indicators li {
        display: block;
        float: left;
        width: 33.33%;
        height: 44px;
        text-indent: 0;
        text-align: center;
        margin: 0;
        border-radius: 0;
        font-size: 13px;
        line-height: 44px;
        text-align: center;
        background-color: transparent;
        border-right-width: 0;
        border-color: #5a5a5a;
        color: #eaeaea;
        transition: all 0.35s;
        -webkit-transition: all 0.35s;
    }

        #preview-panel-carousel .carousel-indicators li i {
            margin-right: 5px;
            font-size: 12px;
        }

        #preview-panel-carousel .carousel-indicators li:last-child {
            border-right-width: 1px;
        }

        #preview-panel-carousel .carousel-indicators li:hover,
        #preview-panel-carousel .carousel-indicators li:focus,
        .preview-layout-box:focus,
        .preview-layout-box:hover {
            background-color: #7a7a7a;
            border-color: #7a7a7a;
        }

        #preview-panel-carousel .carousel-indicators li.active,
        #preview-panel-carousel .carousel-indicators li.active:hover,
        #preview-panel-carousel .carousel-indicators li.active:focus,
        .preview-layout-box.active,
        .preview-layout-box.active:focus,
        .preview-layout-box.active:hover {
            background-color: #5a5a5a;
            border-color: #5a5a5a;
        }

.preview-panel-section .row {
    margin-left: -4px;
    margin-right: -4px;
}

.preview-color-box,
.preview-pattern-box {
    display: block;
    position: relative;
    float: left;
    width: calc(16.6% - 8px);
    height: 36px;
    margin: 0 4px 8px;
    cursor: pointer;
    font-family: 'FontAwesome';
    color: #fff;
    text-align: center;
    line-height: 36px;
}

.preview-pattern-box {
    color: #000;
}

    .preview-color-box.active,
    .preview-pattern-box.active {
        cursor: default;
    }

        .preview-color-box.active:after,
        .preview-pattern-box.active:after {
            content: '\f00c';
        }

#preview-reset-btn.btn.btn-dark {
    background-color: #6a6a6a;
    border-color: #6a6a6a;
    margin-top: 30px;
}

    #preview-reset-btn.btn.btn-dark:hover,
    #preview-reset-btn.btn.btn-dark:focus {
        background-color: #3a3a3a;
        border-color: #3a3a3a;
    }

.preview-layout-box {
    display: block;
    position: relative;
    float: left;
    width: calc(33.3% - 8px);
    height: 42px;
    margin: 0 4px 8px;
    font-size: 13px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    border: 1px solid #5a5a5a;
    cursor: pointer;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.preview-panel-desc {
    font-size: 12px;
    margin-bottom: 20px;
}

.addCartItemBtn {
    color: #999;
    background-color: #E5E5E5;
    /*border-color: black;*/
}





/***********/
/**********/
.footer-distributed {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 5px 15px;
    /*
    font: bold 16px sans-serif;
	padding: 55px 50px;
	margin-top: 80px;
        */
}

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: inline-block;
        /*
    vertical-align: top;
    */
    }

    /* Footer left */

    .footer-distributed .footer-left {
        width: 40%;
    }

    /* The company logo */

    .footer-distributed h3 {
        color: #ffffff;
        font: normal 36px 'Cookie', cursive;
        margin: 0;
    }

        .footer-distributed h3 span {
            color: #5383d3;
        }

    /* Footer links */

    .footer-distributed .footer-links {
        color: #ffffff;
        margin: 5px 0;
        padding: 0;
    }

        .footer-distributed .footer-links a {
            display: inline-block;
            line-height: 1.8;
            text-decoration: none;
            color: inherit;
        }

    .footer-distributed .footer-company-name {
        color: #8f9296;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }

    /* Footer Center */

    .footer-distributed .footer-center {
        width: 35%;
    }

        .footer-distributed .footer-center i {
            background-color: #33383b;
            color: #ffffff;
            font-size: 25px;
            width: 38px;
            height: 18px;
            border-radius: 50%;
            text-align: center;
            line-height: 42px;
            margin: 10px 15px;
            vertical-align: middle;
        }

            .footer-distributed .footer-center i.fa-envelope {
                font-size: 17px;
            }

        .footer-distributed .footer-center p {
            display: inline-block;
            color: #ffffff;
            vertical-align: middle;
            margin: 0;
        }

            .footer-distributed .footer-center p span {
                display: block;
                font-weight: normal;
                font-size: 14px;
                line-height: 2;
            }

            .footer-distributed .footer-center p a {
                color: #cc292a;
                text-decoration: none;
                ;
            }


    /* Footer Right */

    .footer-distributed .footer-right {
        /*width: 20%;*/
    }

    .footer-distributed .footer-company-about {
        line-height: 20px;
        color: #92999f;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
    }

        .footer-distributed .footer-company-about span {
            display: block;
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 20px;
        }

    .footer-distributed .footer-icons {
        margin-top: 5px;
    }

        .footer-distributed .footer-icons a {
            display: inline-block;
            width: 35px;
            height: 35px;
            cursor: pointer;
            background-color: #33383b;
            border-radius: 2px;
            font-size: 20px;
            color: #ffffff;
            text-align: center;
            line-height: 35px;
            margin-right: 3px;
            margin-bottom: 5px;
        }

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

        .footer-distributed .footer-left,
        .footer-distributed .footer-center,
        .footer-distributed .footer-right {
            display: block;
            width: 100%;
            margin-bottom: 40px;
            text-align: center;
        }

            .footer-distributed .footer-center i {
                margin-left: 0;
            }
}


@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome.eot');
    src: url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome.svg#fontawesome') format('svg'), url('../fonts/fontawesome.woff') format('woff'), url('../fonts/fontawesome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

svg {
    display: block;
    overflow: visible;
}

.slider-container {
    position: relative;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: all-scroll;
    overflow: hidden;
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}

    .slider-control.inactive:hover {
        cursor: auto;
    }

    .slider-control:not(.inactive):hover {
        opacity: 1;
        cursor: pointer;
    }

    .slider-control.left {
        left: 0;
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .slider-control.right {
        right: 0;
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
    }

.slider-pagi {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style-type: none;
}

.slider-pagi__elem {
    position: relative;
    /*display: inline-block;*/
    vertical-align: top;
    width: 1.5rem;
    height: 1rem;
    margin: 0 1rem;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
}

    .slider-pagi__elem:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1.2rem;
        height: 1.2rem;
        background: #fff;
        border-radius: 50%;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    .slider-pagi__elem.active:before,
    .slider-pagi__elem:hover:before {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}

    .slider.animating {
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        will-change: transform;
    }

        .slider.animating .slide__bg {
            -webkit-transition: -webkit-transform 0.5s;
            transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
            transition: transform 0.5s, -webkit-transform 0.5s;
            will-change: transform;
        }

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .slide.active .slide__overlay,
    .slide.active .slide__text {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
}




/************/
/*child1*/
.slide:nth-child(1) {
    left: 0;
}

    .slide:nth-child(1) .slide__bg {
        left: 0;
        background-image: url("../images/slider/17.png");
    }

    .slide:nth-child(1) .slide__overlay-path {
        /*fill: #e99c7e;*/
        /*fill: rosybrown;*/
        fill: red;
        opacity: 0.3;
    }

@media (max-width: 991px) {
    .slide:nth-child(1) .slide__text {
        background-color: rgba(233, 156, 126, 0.8);
    }
}


/*child2*/
.slide:nth-child(2) {
    left: 100%;
}

    .slide:nth-child(2) .slide__bg {
        left: -50%;
        background-image: url("../images/slider/1.png");
    }

    .slide:nth-child(2) .slide__overlay-path {
        fill: #e1ccae;
    }

@media (max-width: 991px) {
    .slide:nth-child(2) .slide__text {
        background-color: rgba(225, 204, 174, 0.8);
    }
}


/*child3*/
.slide:nth-child(3) {
    left: 200%;
}

    .slide:nth-child(3) .slide__bg {
        left: -100%;
        background-image: url("../images/slider/3.png");
    }

    .slide:nth-child(3) .slide__overlay-path {
        fill: #adc5cd;
    }


@media (max-width: 991px) {
    .slide:nth-child(3) .slide__text {
        background-color: rgba(173, 197, 205, 0.8);
    }
}


/*child4*/
.slide:nth-child(4) {
    left: 300%;
}

    .slide:nth-child(4) .slide__bg {
        left: -150%;
        background-image: url("../images/slider/12.png");
    }

    .slide:nth-child(4) .slide__overlay-path {
        fill: #cbc6c3;
    }

@media (max-width: 991px) {
    .slide:nth-child(4) .slide__text {
        background-color: rgba(203, 198, 195, 0.8);
    }
}

/*child5*/
.slide:nth-child(5) {
    left: 400%;
}

    .slide:nth-child(5) .slide__bg {
        left: -200%;
        background-image: url("../images/slider/7.png");
    }

    .slide:nth-child(5) .slide__overlay-path {
        /*fill: #e99c7e;*/
        /*fill: rosybrown;*/
        fill: black;
        opacity: 0.3;
    }

@media (max-width: 991px) {
    .slide:nth-child(5) .slide__text {
        background-color: rgba(233, 156, 126, 0.8);
    }
}


/*child1*/
.slide:nth-child(6) {
    left: 500%;
}

    .slide:nth-child(6) .slide__bg {
        left: -250%;
        background-image: url("../images/slider/8.png");
    }

    .slide:nth-child(6) .slide__overlay-path {
        /*fill: #e99c7e;*/
        /*fill: rosybrown;*/
        fill: #008A2D;
        opacity: 0.3;
    }

@media (max-width: 991px) {
    .slide:nth-child(6) .slide__text {
        background-color: rgba(233, 156, 126, 0.8);
    }
}

.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 810px;
    -webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    will-change: transform, opacity;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}

@media (max-width: 991px) {
    .slide__overlay {
        display: none;
    }
}

.slide__overlay path {
    opacity: 0.8;
}

.slide__text {
    position: absolute;
    width: 25%;
    bottom: 15%;
    left: 12%;
    color: #fff;
    -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    will-change: transform, opacity;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

@media (max-width: 991px) {
    .slide__text {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20rem;
        text-align: center;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        padding: 0 1rem;
    }
}

.slide__text-heading {
    font-size: 3rem;
    margin-bottom: 2rem;
    line-height: 45px;
}

@media (max-width: 991px) {
    .slide__text-heading {
        line-height: 20rem;
        font-size: 3.5rem;
    }
}

.slide__text-desc {
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    line-height: 25px;
}

@media (max-width: 991px) {
    .slide__text-desc {
        display: none;
    }
}

.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 2.3rem;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}


@media (max-width: 991px) {
    .slide__text-link {
        display: none;
    }
}


.slide__text-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #505050;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(-85deg);
    transform: rotateX(-85deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform;
}

.slide__text-link:hover:before {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

/*menu*/
/*default*/
/*tabs*/
.et-hero-tabs,
.et-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*
	align-items: center;
	
  height: 50vh;
         */
    position: relative;
    background: #eee;
    padding: 0;
}

.et-hero-tabs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    /*background: #fff;*/
    z-index: 10;
}

.et-hero-tabs-container--top {
    position: fixed;
    top: 0;
}

    .et-hero-tabs-container--top a {
        text-decoration: none;
    }


.et-hero-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    letter-spacing: 0.1rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 1.5rem;
}

    .et-hero-tab:hover {
        color: white;
        background: #BD0926;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        text-decoration: none;
    }

.et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #BD0926;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

.col-md-3 {
    /*width:33.3%;*/
}

.clearout {
    clear: both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 97%;
    margin: auto;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    height: 110px;
    width: 100%;
    background: #fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: #3c3737;
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

    .nbs-flexisel-nav-left:before {
        content: "<";
    }

    .nbs-flexisel-nav-left.disabled {
        opacity: 0.4;
    }

.nbs-flexisel-nav-right {
    right: 5px;
}

    .nbs-flexisel-nav-right:before {
        content: ">";
    }

    .nbs-flexisel-nav-right.disabled {
        opacity: 0.4;
    }
/*
#transform {
                    width: 100px;
                    height: 100px;
                    background: red;
                    -webkit-transition: width 2s; 
                    transition: width 2s;
                }

                    div:hover {
                        width: 300px;
                    }
                    */
/*
    #rotate3D {
    width: 80px;
    height: 70px;
    color: white;
    position: relative;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    float: left;
    margin-right: 50px;
    border-radius: 5px;
    border: 1px solid #000000;
    background: red;
    margin: 10px;
}
    */

#transform1 {
    /*width: 300px;
    height: 200px;*/
    /*background: #f0f4fb;*/
    -webkit-animation: mymove 4s infinite; /* Chrome, Safari, Opera */
    animation: mymove 10s infinite;
}

#transform2 {
    /*width: 300px;
    height: 200px;*/
    /*background: #f0f4fb;*/
    -webkit-animation: mymove 10s infinite; /* Chrome, Safari, Opera */
    animation: mymove 10s infinite;
}

/* Chrome, Safari, Opera */
/*@-webkit-keyframes mymove {
    from {background-color: red;}
    to {background-color: blue;}
}*/

/* Standard syntax */
/*@keyframes mymove {
    from {background-color: red;}
    to {background-color: blue;}
}*/


div#timenil {
    position: relative;
    height: 100%;
    /*width:100%;*/
    width: 80%;
    margin: auto;
    display: table;
    /*display: -webkit-flex;
				display: flex;
				-webkit-flex-direction: coloumn;
				flex-direction: coloumn;
				overflow:hidden;*/
}


@keyframes fadeIn {
    0% {
        opacity: 0.1;
    }

    50% {
        visibility: visible;
        opacity: 0.5;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}
