/*

[TABLE OF CONTENTS]

1. GENERAL STYLES
    1.1. HEADINGS
    1.2. LINKS
    1.3. BUTTONS
    1.4. FORM GROUP
    1.5. FORM CONTROLS
    1.6. BUILDER PAGE
    1.7: ANIMATIONS

2. HELPER CLASSES
    2.1. BACKGROUND COLOR
    2.2. BACKGROUND IMAGE
    2.3. BACKGROUND OVERLAY
    2.4. MARGINS
    2.5. PADDINGS
    2.6. FLOATS
    2.7. RESET GUTTER
    2.8. VERTICAL CENTERING

3. COMPONENTS
    3.1. PRELOADER
    3.2. SECTION TITLE
    3.3. PAGINATION
    3.4. COUNTER ITEMS
    3.5. SIDEBAR WIDGETS
    3.6. PRODUCT QUANTITY
    3.7. COMMENT TITLE
    3.8. COMMENT LIST
    3.9. COMMENT FORM

4. WIDGETS
    4.1. WIDGET LOGO
    4.2. WIDGET TITLE
    4.3. ABOUT WIDGET
    4.4. RECENT POSTS WIDGET
    4.5. LINKS WIDGET
    4.6. CONTACT WIDGET
    4.7. TAGS WIDGET
    4.8. SOCIAL WIDGET
    4.9. SEARCH WIDGET
    4.10. CART WIDGET

5. HEADER SECTION
    5.1. HEADER TOPBAR
    5.2. HEADER INFO
    5.3. HEADER NAVBAR
    5.4. HEADER BUTTONS

6. PAGE HEADER SECTION

7. BANNER SECTION
    7.1. BANNER SLIDER
    7.2. BANNER ITEM
    7.3. BANNER CONTENT
    7.4. BANNER IMAGE

8. ABOUT SECTION

9. SERVICES SECTION

10. SERVICE DETAILS SECTION
    10.1. SERVICE DETAILS TAB NAV
    10.2. SERVICE DETAILS CONTENT

11. GALLERY SECTION
    11.1. GALLERY FILTER MENU
    11.2. GALLERY ITEMS

12. GALLERY DETAILS SECTION

13. PRICING SECTION
    13.1. PRICING ITEM

14. PRICING TABLE SECTION

15. PRODUCTS SECTION
    15.1. PRODUCT ITEM
    15.2. PRODUCT SINGLE IMAGE
    15.3. PRODUCT SINGLE SUMMERY
    15.4. PRODUCT SINGLE TABS
    15.5. RELATED PRODUCTS

16. TESTIMONIAL SECTION
    16.1. TESTIMONIAL SLIDER
    16.2. TESTIMONIAL ITEM
    16.3. TESTIMONIAL BRANDS

17. FAQ SECTION
    17.1. FAQ CONTENT
    17.2. FAQ FORM

18. TEAM SECTION
    18.1. TEAM MEMBER

19. BLOG SECTION
    19.1. POST ITEM

20. CONTACT INFO SECTION

21. CONTACT SECTION
    21.1. CONTACT INFO
    21.2. CONTACT MAP
    21.3. CONTACT FORM

22. COMING SOON SECTION
    22.1. COMING SOON CONTENT
    22.2. COMING SOON SUBSCRIBE

23. 404 SECTION

24. SUBSCRIBE SECTION
    24.1. SUBSCRIBE FORM

25. FOOTER SECTION
    25.1. FOOTER WIDGETS
    25.2. FOOTER COPYRIGHT

26. BACK TO TOP BUTTON

27. WOOCOMMERCE
    27.1. CART PAGE
    27.2. CHECKOUT PAGE

*/

/*------------------------------------*\
    1. GENERAL STYLES
\*------------------------------------*/
body {
    color: #777;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
}

p {
    margin-bottom: 20px;
    line-height: 1.9;
}

p:last-child { /* RESET MARGIN OF LAST P TAG */
    margin-bottom: 0;
}

ul {
    margin-bottom: 20px;
}

ul:last-child {
    margin-bottom: 0;
}

img { /* RESPONSIVE IMAGES */
    max-width: 100%;
    height: auto;
}

strong {
    font-weight: 500;
}

p + table {
    margin-top: 22px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
input[type="number"]{-moz-appearance:textfield}

::-moz-selection {
    color: #fff;
    background-color: #179ea8;
}

::selection {
    color: #fff;
    background-color: #179ea8;
}

.nav li a:hover,
.nav li a:focus,
.nav li.open a,
.nav li.open a:hover,
.nav li.open a:focus {
    background-color: transparent; /* RESET NAV HOVER AND FOCUS BACKGROUND COLOR */
}

.dropdown-menu > li > a {
    color: #555;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus {
    color: #179ea8;
}

.table:last-child {
    margin-bottom: 0;
}

.gallery-caption,
.bypostauthor {
    color: inherit;
}

abbr {
    text-decoration: none;
}

/* 1.1. HEADINGS */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #222;
    font-family: "Lora", serif;
    font-weight: 700;
}

h1, .h1 {
    font-size: 36px;
    line-height: 54px;
}

h4,
h5,
h6 {
    margin-top: 26px;
    margin-bottom: 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 0;
}

h1 strong, .h1 strong,
h2 strong, .h2 strong,
h3 strong, .h3 strong,
h4 strong, .h4 strong,
h5 strong, .h5 strong,
h6 strong, .h6 strong {
    font-weight: 700;
}

/* 1.2. LINKS */
a {
    color: inherit;
    -webkit-transition: color .25s, border-color .25s, background-color .25s ease-in-out;
            transition: color .25s, border-color .25s, background-color .25s ease-in-out;
}
a:hover,
a:focus,
a.active {
    color: #179ea8;
}

a, .btn-link,
a:link, .btn-link:link,
a:visited, .btn-link:visited,
a:hover, .btn-link:hover,
a:active, .btn-link:active {
    text-decoration: none;
    outline: 0;
}

/* 1.3. BUTTONS */
.btn {
    padding: 7px 29px 5px;
    border-radius: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    -webkit-transition-property: color, border-color, background-color;
            transition-property: color, border-color, background-color;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-timing-function: ease, ease, ease-in-out;
            transition-timing-function: ease, ease, ease-in-out;
}

.btn.active,
.btn:active {
    box-shadow: none; /* RESET BUTTON BOX SHADOW */
}

.btn:focus,
.btn.focus,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus,
.btn.focus {
    outline: 0; /* RESET BUTTON OUTLINE */
}

.btn-default {
    color: #222;
    background-color: transparent;
    border-color: #179ea8;
}

.bg--gradient-theme .btn-default {
    color: #fff;
    border-color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #179ea8;
    border-color: #179ea8;
}

.bg--gradient-theme .btn-default:hover,
.bg--gradient-theme .btn-default:focus,
.bg--gradient-theme .btn-default.focus,
.bg--gradient-theme .btn-default:active,
.bg--gradient-theme .btn-default:active:hover,
.bg--gradient-theme .btn-default:active:focus,
.bg--gradient-theme .btn-default:active.focus,
.bg--gradient-theme .btn-default.active,
.bg--gradient-theme .btn-default.active:hover,
.bg--gradient-theme .btn-default.active:focus,
.bg--gradient-theme .btn-default.active.focus,
.bg--gradient-theme .open > .dropdown-toggle.btn-default,
.bg--gradient-theme .open > .dropdown-toggle.btn-default:hover,
.bg--gradient-theme .open > .dropdown-toggle.btn-default:focus,
.bg--gradient-theme .open > .dropdown-toggle.btn-default.focus {
    color: #179ea8;
    background-color: #fff;
    border-color: #fff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 6px 30px;
    color: #333;
    background-color: transparent;
    border: 1px solid #179ea8;
    border-radius: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    transition: color .25s, border-color .25s, background-color .25s ease-in-out;
    outline: 0;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #fff;
    background-color: #179ea8;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: #333;
    background-color: transparent;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #179ea8;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: #222;
    background-color: transparent;
}
.product--item a.button.yith-wcqv-button {
    display: none;
}

/* 1.4. FORM GROUP */
.form-group label {
    display: block;
    margin-bottom: 0;
    color: #999;
    font-weight: 300;
}

.form-group label span {
    display: block;
    margin-bottom: 2px;
}

/* 1.5. FORM CONTROLS */
.form-control {
    height: 40px;
    padding: 9px 15px;
    color: #222;
    background-color: transparent;
    border-color: #eee;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

.form-control:focus {
    border-color: #179ea8;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
    min-height: 100px;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid {
    border-color: #ff4500;
}

div.wpcf7-response-output {
    margin: 25px 0 0;
}

.woocommerce form .form-row {
    padding: 0;
    margin-bottom: 15px;
}

.woocommerce form .form-row > label {
    margin-bottom: 3px;
    line-height: 24px;
    font-weight: 300;
}

.woocommerce form .form-row > label > abbr {
    text-decoration: none;
}

.input-text {
    height: 40px;
    padding: 11px 15px 10px;
    border: 1px solid #eee;
    color: #222;
    font-weight: 300;
    transition: border-color .25s;
}

.input-text::-webkit-input-placeholder { color: #999; }
.input-text::-moz-placeholder { color: #999; }
.input-text:-ms-input-placeholder { color: #999; }
.input-text:-moz-placeholder { color: #999; }

.input-text:focus {
    border-color: #179ea8;
}

textarea.input-text {
    height: auto;
    min-height: 100px;
    resize: vertical;
}

.woocommerce-form__label-for-checkbox > input {
    display: none;
}

.woocommerce-form__label-for-checkbox > span {
    position: relative;
    padding-left: 20px;
    color: #999;
    cursor: pointer;
    z-index: 0;
}

.woocommerce-form__label-for-checkbox > span:before {
    content: " ";
    position: absolute;
    top: 3px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #eee;
}

.woocommerce-form__label-for-checkbox > span:after {
    content: "\f00c";
    position: absolute;
    top: -1px;
    left: 0;
    width: 10px;
    font-family: "FontAwesome";
    font-size: 8px;
    line-height: 18px;
    text-align: center;
    opacity: 0;
    transition: opacity .25s;
}

.woocommerce-form__label-for-checkbox > input:checked + span:after {
    opacity: 1;
}

.input-radio {
    display: none;
}

.input-radio + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    z-index: 0;
}

.input-radio + label:before {
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #eee;
    border-radius: 50%;
}

.input-radio + label:after {
    content: " ";
    position: absolute;
    top: 11px;
    left: 3px;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .25s;
}

.input-radio:checked + label:after {
    opacity: 1;
}

.select2 > span > span.select2-selection {
    height: 40px;
    margin-bottom: 0;
    padding: 5px 15px;
    border-color: #eee;
    border-radius: 0;
    transition: border-color .25s;
    outline: 0;
}

.select2-container--open > span > span.select2-selection {
    border-color: #179ea8;
}

.select2 > span > span.select2-selection > span.select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    font-weight: 300;
}

.select2 > span > span > span.select2-selection__arrow {
    margin-top: 6px;
    margin-right: 8px;
}

.select2 > span > span > span:focus {
    outline: 0;
}

/* 1.6. BUILDER PAGE */
.builder-page-wrapper > .vc_row {
    margin-left: 0;
    margin-right: 0;
}
.builder-page-wrapper > .vc_row > .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

/* 1.7: ANIMATIONS */
.wpb_column:nth-child(2) .wpb_animate_when_almost_visible,
.wpb_animate_when_almost_visible:nth-child(2) {        
    -webkit-animation-delay: .35s;
            animation-delay: .35s;
}

.wpb_column:nth-child(3) .wpb_animate_when_almost_visible,
.wpb_animate_when_almost_visible:nth-child(3) {
    -webkit-animation-delay: .65s;
            animation-delay: .65s;
}

.wpb_column:nth-child(4) .wpb_animate_when_almost_visible,
.wpb_animate_when_almost_visible:nth-child(4) {
    -webkit-animation-delay: .95s;
            animation-delay: .95s;
}

.wpb_column:nth-child(6) .wpb_animate_when_almost_visible,
.wpb_animate_when_almost_visible:nth-child(6) {        
    -webkit-animation-delay: .35s;
            animation-delay: .35s;
}

.wpb_column:nth-child(7) .wpb_animate_when_almost_visible,
.wpb_animate_when_almost_visible:nth-child(7) {
    -webkit-animation-delay: .65s;
            animation-delay: .65s;
}

.wpb_column:nth-child(8) .wpb_animate_when_almost_visible,
.wpb_animate_when_almost_visible:nth-child(8) {
    -webkit-animation-delay: .95s;
            animation-delay: .95s;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
                transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
                transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInDownFull {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownFull {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*------------------------------------*\
    2. HELPER CLASSES
\*------------------------------------*/
/* 2.1. BACKGROUND COLOR */
.bg--color-lightgray {
    background-color: #f9f9f9;
}

.bg--gradient-theme {
    position: relative;
    color: #fff;
    z-index: 0;
}

.bg--gradient-theme:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #179ea8;
    background: -webkit-linear-gradient(left, #179ea8 0%, #51f0fc 100%);
    background: linear-gradient(to right, #179ea8 0%, #51f0fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#179ea8', endColorstr='#51f0fc', GradientType=1 );
    z-index: -1;
}

/* 2.2. BACKGROUND IMAGE */
.bg--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 2.3. BACKGROUND OVERLAY */
.bg--overlay {
    position: relative;
    z-index: 0;
}
.bg--overlay:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    z-index: -1;
}

.bg--overlay-80:before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.bg--overlay-85:before {
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.bg--overlay-90:before {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.bg--overlay-off:before {
    display: none;
}

/* 2.4. MARGINS */
.mtop--10 {
    margin-top: 10px;
}

.mbottom--30 {
    margin-bottom: 30px;
}
.mbottom--40 {
    margin-bottom: 40px;
}
.mbottom--60 {
    margin-bottom: 60px;
}

/* 2.5. PADDINGS */
.pbottom--30 {
    padding-bottom: 30px;
}
.pbottom--60 {
    padding-bottom: 60px;
}
.pbottom--100 {
    padding-bottom: 100px;
}

.pd--60-0 {
    padding: 60px 0;
}
.pd--70-0 {
    padding: 70px 0;
}
.pd--100-0 {
    padding: 100px 0;
}
.pd--150-0 {
    padding: 150px 0;
}
.pd--160-0 {
    padding: 150px 0;
}

.pd--0-0-40 {
    padding: 0 0 40px;
}
.pd--100-0-40 {
    padding: 100px 0 40px;
}
.pd--100-0-70 {
    padding: 100px 0 70px;
}

/* 2.6. FLOATS */
.float--left {
    float: left;
}

.float--right {
    float: right;
}

.float--none {
    float: none;
}

/* 2.7. RESET GUTTER */
.reset--gutter {
    margin-left: 0;
    margin-right: 0;
}
.reset--gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

/* 2.8. VERTICAL CENTERING */
.vc--parent {
    width: 100%;
    height: 100%;
    display: table;
}
.vc--child {
    display: table-cell;
    vertical-align: middle;
}
.vc--child-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.row--vc > div {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.row--vb > div {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .row-flex-center {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

/*------------------------------------*\
    3. COMPONENTS
\*------------------------------------*/
/* 3.1. PRELOADER */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #179ea8;
    z-index: 99999;
}

.preloader--spinners {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

.preloader--spinners > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-animation: preloaderBounce 2.0s infinite ease-in-out;
            animation: preloaderBounce 2.0s infinite ease-in-out;
}

.preloader--spinners > .preloader--spinner-2 {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
}

@-webkit-keyframes preloaderBounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
    }
    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes preloaderBounce {
    0%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* 3.2. SECTION TITLE */
.section--title {
    position: relative;
    padding-bottom: 9px;
    text-align: center;
}

.section--title-left {
    text-align: left;
}

.section--title:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    margin: 0 auto;
    background-color: #179ea8;
}

.section--title-left:before {
    margin: 0;
}

.section--title p {
    margin-top: -6px;
    margin-bottom: 1px;
    color: #179ea8;
    font-weight: 500;
    text-transform: uppercase;
}

.section--title .h2 {
    margin-top: -11px;
    line-height: 45px;
}

.section--title p + .h2 {
    margin-top: 0;
}

/* 3.3. PAGINATION */
.pagination {
    margin: -6px 0 0;
    font-size: 0;
    line-height: 0;
}

.pagination > li {
    display: inline-block;
    margin-top: 6px;
}

.pagination > li + li {
    margin-left: 5px;
}

.pagination > li > a,
.pagination > li > span {
    padding: 9px 12px;
    color: #222;
    border-color: #179ea8;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > a:focus,
.pagination > li.disabled > span,
.pagination > li.disabled > span:hover,
.pagination > li.disabled > span:focus {
    color: #ccc;
    border-color: #179ea8;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > li > span.current,
.pagination > li.active > span,
.pagination > li.active > span:hover,
.pagination > li.active > span:focus {
    color: #fff;
    background-color: #179ea8;
    border-color: #179ea8;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a.prev,
.pagination > li > a.next {
    border: 0;
    background-color: transparent;
}

.pagination > li > a.prev:hover,
.pagination > li > a.prev:focus,
.pagination > li > a.next:hover,
.pagination > li > a.next:focus {
    background-color: transparent;
}

.pagination > li > a.prev {
    padding-left: 0;
}

.pagination > li > a.next {
    padding-right: 0;
}

.pagination > li:not(.disabled) > a.prev:hover,
.pagination > li:not(.disabled) > a.next:hover,
.pagination > li:not(.disabled) > a.prev:focus,
.pagination > li:not(.disabled) > a.next:focus {
    color: #179ea8;
}

.pagination > li > a.prev .fa {
    margin-right: 10px;
}

.pagination > li > a.next .fa {
    margin-left: 10px;
}

.pagination > li.space {
    margin-left: 0;
    margin-right: -5px;
}

.pagination > li.space > span {
    color: #999;
    background-color: transparent !important;
    border-color: transparent !important;
}


/* 3.4. COUNTER ITEMS */
.counter--item {
    margin-bottom: 30px;
    padding: 45px 30px;
    background-color: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.counter--item .title {
    margin-top: 2px;
    padding-top: 12px;
    color: #179ea8;
    border-top: 1px solid #179ea8;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

.pull-right{
    /* margin: 0 0 0 10px; */
}

/* 3.5. SIDEBAR WIDGETS */
.sidebar--widget {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}

.sidebar--widget + .sidebar--widget {
    margin-top: 30px;
}

/* 3.6. PRODUCT QUANTITY */
.product--quantity form {
    margin-top: -10px;
}

.product--quantity .ui-spinner {
    max-width: 60px;
    margin-top: 10px;
    margin-right: 7px;
    padding: 1px 0 2px;
    color: #999;
    border-color: #179ea8;
    border-radius: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.product--quantity .ui-spinner-input {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    outline: 0;
    border: 0 !important;
}

.product--quantity .ui-spinner-button {
    position: absolute;
    top: 1px;
    right: 0;
    height: auto;
    color: #222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
    background: transparent !important;
    border: 0 !important;
}

.product--quantity .ui-spinner-button span {
    display: none;
}

.product--quantity .ui-spinner-down {
    top: 0;
    left: 0;
    right: auto;
}

.product--quantity .ui-spinner-up:before {
    content: "+";
}

.product--quantity .ui-spinner-down:before {
    content: "-";
}

.product--quantity .btn,
.product--quantity .fotka-wishlist-btn {
    margin-top: 10px !important;
    margin-right: 7px !important;
}
.product--quantity .fotka-wishlist-btn {
    vertical-align: middle;
}

.product--quantity .btn:not(.active) {
    padding: 1px 6px;
    color: #999;
}

.product--quantity .btn:not(.active):hover {
    color: #fff;
}

.product--quantity .btn.active {
    padding: 1px 20px;
}

.product--quantity .btn.active .fa {
    margin-right: 8px;
}

.product-quantity .ui-spinner {
    display: inline-block;
    width: 60px;
    border-width: 0;
    border-radius: 0;
    overflow: hidden;
}

.product-quantity .ui-spinner-input {
    height: 30px;
    width: 100%;
    padding: 6px 0;
    border-color: #179ea8;
    text-align: center;
    -moz-appearance: textfield;
    outline: 0;
}

.product-quantity .ui-spinner-button {
    height: auto;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    padding: 6px 5px;
    background-color: transparent;
    border-width: 0;
}

.product-quantity .ui-spinner-button span {
    display: none;
}

.product-quantity .ui-spinner-button:active,
.product-quantity .ui-spinner-button.active {
    color: inherit;
    background-color: transparent;
    border-width: 0;
}

.product-quantity .ui-spinner-down {
    left: 0;
    right: auto;
}

.product-quantity .ui-spinner-up:before {
    content: "+";
}

.product-quantity .ui-spinner-down:before {
    content: "-";
}

/* 3.7. COMMENT TITLE */
.comment--title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 18px;
}

.comment--title:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    height: 1px;
    background-color: #179ea8;
}

/* 3.8. COMMENT LIST */
.comment--items {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment--items:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #eee;
}

.comment--items ul.children {
    margin: 30px 0 0;
    padding: 0 0 0 80px;
    list-style: none;
}

.comment--items > li + li,
.comment--items ul.children > li + li {
    margin-top: 30px;
}

.comment--item .img {
    float: left;
    margin-right: 20px;
}

.comment--item .img img {
    border-radius: 100%;
}

.comment--item .content {
    margin-top: 12px;
    overflow: hidden;
}

.comment--item .content .header {
    position: relative;
}

.comment--item .content .header .h4 {
    display: inline-block;
    margin-top: 5px;
    margin-right: 20px;
    color: #555;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.comment--item .content .header .date {
    display: inline-block;
    color: #999;
    font-size: 12px;
    line-height: 22px;
}

.comment--item .content .header .rating {
    margin: 6px -2px 0;
}

.comment--item .content .header .rating .fa {
    margin: 0 2px;
    color: #179ea8;
    font-size: 14px;
    line-height: 24px;
}

.comment--item .content .header .repty-btn {
    padding: 6px 20px;
    color: #999;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    font-size: 14px;
    line-height: 24px;
}

.comment--item .content .header .repty-btn .fa {
    margin-right: 10px;
}

.comment--item .content .header .repty-btn:hover,
.comment--item .content .header .repty-btn:focus {
    color: #fff;
    background-color: #179ea8;
    border-color: #179ea8;
}

.comment--item .content .body {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.comment--item .content .header + .body {
    margin-top: 21px;
}

/* 3.9. COMMENT FORM */
.comment--list + .comment--form {
    margin-top: 26px;
}

.comment--form .comment--title {
    margin-bottom: 24px;
}

.comment--form .rating {
    margin-top: -1px;
    margin-bottom: 13px;
}

.comment--form .rating label {
    margin-right: 10px;
    margin-bottom: 0;
    color: #222;
    font-weight: 500;
}

.comment--form .rating .stars {
    display: inline-block;
}

.comment--form .rating span a {
    margin-right: 9px;
}

.comment--form .rating span a:last-child {
    margin-right: 0;
}

.comment--form .rating span a:after {
    color: #179ea8;
    font-size: 14px;
}

.comment--form .rating span a[data-rating-value="0"] {
    display: none;
}

.comment--form .form-group + .form-group {
    margin-top: -1px;
}

.comment--form textarea.form-control {
    min-height: 192px;
}

.comment--form button[type="submit"] {
    margin-top: 15px;
}

.woocommerce p.stars a::before {
    line-height: 24px;
}

span.required {
    display: inline-block !important;
}

.product-single--tabs .woocommerce-Tabs-panel {
    box-shadow: none;
}

/*------------------------------------*\
    4. WIDGETS
\*------------------------------------*/
/* 4.1. WIDGET LOGO */
.widget--logo {
    margin-bottom: 30px;
}

/* 4.2. WIDGET TITLE */
.widget--title {
    margin-bottom: 30px;
}

.widget--title .h4 {
    padding-bottom: 17px;
    border-bottom: 1px solid #555;
}

.sidebar--widget .widget--title .h4 {
    position: relative;
    margin-top: -4px;
    padding-bottom: 18px;
    border-bottom-width: 0;
}

.sidebar--widget .widget--title .h4:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    height: 1px;
    background-color: #179ea8;
}

/* 4.3. ABOUT WIDGET */
.about--widget .body + .footer {
    margin: 16px 0;
}

.about--widget .footer a .fa {
    margin-left: 8px;
}

.about--widget .body + .social,
.about--widget .footer + .social {
    margin-top: 18px;
}

.about--widget .social li {
    float: left;
}

.about--widget .social li + li {
    margin-left: 15px;
    padding-left: 17px;
}

.about--widget .social li + li:before {
    content: "|";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}

.about--widget .social li a {
    padding: 0;
}

/* 4.4. RECENT POSTS WIDGET */
.recent-posts--widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recent-posts--widget li:before,
.recent-posts--widget li:after {
    content: " ";
    display: table;
}

.recent-posts--widget li:after {
    clear: both;
}

.recent-posts--widget ul li + li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #555;
}

.recent-posts--widget .title + .date {
    margin-top: 9px;
}

.recent-posts--widget .img {
    float: left;
    margin-right: 10px;
}

.recent-posts--widget .content {
    overflow: hidden;
}

.recent-posts--widget .content .title {
    margin-top: -5px;
}

.recent-posts--widget .content .title p {
    margin-bottom: 0;
    color: #999;
    font-weight: 500;
}

.recent-posts--widget .content .title .h5 {
    margin: 4px 0 0;
    font-size: 16px;
    line-height: 26px;
}

.recent-posts--widget .content .date {
    margin-top: 2px;
}

.sidebar--widget .recent-posts--widget ul {
    margin: 0 -30px;
}

.sidebar--widget .recent-posts--widget ul li + li {
    border-color: #eee;
}

.sidebar--widget .recent-posts--widget ul li {
    padding-left: 30px;
    padding-right: 30px;
}

.sidebar--widget .recent-posts--widget .content .date a {
    color: #999;
}

.footer--widgets .recent-posts--widget .content .title .h5 {
    color: inherit;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.footer--widgets .recent-posts--widget .title + .date {
    margin-top: 8px;
}

/* 4.5. LINKS WIDGET */
.links--widget .nav li {
    padding: 0 14px;
}

.links--widget .nav li:before {
    content: "\f22d";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    color: #179ea8;
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 20px;
}

.links--widget .nav li + li {
    margin-top: 11px;
}

.links--widget .nav li a {
    display: inline-block;
    padding: 0;
}

.links--widget .nav li a .fa {
    width: 20px;
    margin-right: 10px;
    text-align: left;
}

.sidebar--widget .links--widget .nav,
.footer-inner-widget .links--widget .nav {
    text-align: right;
}

.sidebar--widget .links--widget .nav li,
.footer-inner-widget .links--widget .nav li {
    padding: 0 0 0 25px;
    overflow: hidden;
}

.sidebar--widget .links--widget .nav li + li,
.footer-inner-widget .links--widget .nav li + li {
    margin-top: 6px;
}

.sidebar--widget .links--widget .nav li a,
.footer-inner-widget .links--widget .nav li a {
    float: left;
}

.sidebar--widget .links--widget .nav li:before,
.footer-inner-widget .links--widget .nav li:before {
    content: " ";
    width: 18px;
    height: 2px;
    margin-top: -2px;
    background-color: #ccc;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}

.sidebar--widget .links--widget .nav li:hover:before,
.footer-inner-widget .links--widget .nav li:hover:before {
    background-color: #179ea8;
}

.sidebar--widget.widget_categories ul {
    text-align: right;
    padding:0;
}

.sidebar--widget.widget_categories ul li {
    position: relative;
    padding: 0 0 0 25px;
    list-style: none;
}

.sidebar--widget.widget_categories ul li + li {
    margin-top: 6px;
}

.sidebar--widget.widget_categories ul ul li {
    margin-top: 6px;
}

.sidebar--widget.widget_categories ul li a {
    float: left;
}

.sidebar--widget.widget_categories ul li:before {
    content: " ";
    position: absolute;
    width: 18px;
    height: 2px;
    left: 0;
    top: 10px;
    background-color: #ccc;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}

.sidebar--widget.widget_categories ul:before,
.sidebar--widget.widget_categories ul:after,
.sidebar--widget.widget_categories ul li:after {
    content: ' ';
    display: table;
    clear: both;
}

.sidebar--widget.widget_categories ul li:hover:before {
    background-color: #179ea8;
}
.sidebar--widget.widget_categories select,
.sidebar--widget.widget_archive select,
.sidebar--widget.widget_text select {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
}

/* 4.6. CONTACT WIDGET */
.contact--widget .nav > li + li {
    margin-top: 8px;
}

.contact--widget .nav > li > span {
    color: #179ea8;
}

.contact--widget .nav > li > a {
    display: inline-block;
    padding: 0;
}

/* 4.7. TAGS WIDGET */
.tags--widget {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.tags--widget > li {
    display: inline-block;
    margin: 0 5px;
}

.tags--widget > li > a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
}

.tagcloud {
    margin-top: -10px;
    margin-left: -5px;
    margin-right: -5px;
}

.tagcloud:after {
    content: '';
    display: table;
    clear: both;
}

.tagcloud a {
    font-size: 14px !important;
    margin: 0 5px;
    margin-top: 10px;
    padding: 8px 20px;
    background-color: #f0f0f0;
    text-decoration: none;
    float: left;
}

/* 4.8. SOCIAL WIDGET */
.social--widget {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.social--widget > li {
    display: inline-block;
    margin: 0 5px;
}

.social--widget > li > a {
    font-size: 14px;
    line-height: 24px;
}
/* 4.9. SEARCH WIDGET */
.search--widget form {
    position: relative;
    z-index: 0;
}

.search--widget button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 20px;
    color: #999;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: color .25s;
            transition: color .25s;
    outline: 0;
}

.search--widget button[type="submit"]:hover {
    color: #179ea8;
}

/* 4.10. CART WIDGET */
.cart--widget {
    margin: 0 -30px;
}

.cart--widget .nav li {
    position: relative;
    padding-left: 30px;
    padding-right: 42px;
}

.cart--widget .nav li:before,
.cart--widget .nav li:after {
    content: " ";
    display: table;
}

.cart--widget .nav li:after {
    clear: both;
}

.cart--widget .nav li + li {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eee;
}

.cart--widget .nav li .img {
    float: left;
    margin-right: 10px;
}

.cart--widget .nav li .img a {
    display: block;
    border: 1px solid transparent;
}

.cart--widget .nav li .img a:hover {
    border-color: #179ea8;
}

.cart--widget .nav li .content {
    overflow: hidden;
}

.cart--widget .nav li .content .title {
    margin: -7px 0 9px;
    font-size: 16px;
    line-height: 26px;
}

.cart--widget .nav li .content p {
    color: #179ea8;
}

.cart--widget .nav li .remove {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -12px;
    color: #999;
}


/*------------------------------------*\
    5. HEADER SECTION
\*------------------------------------*/
/* 5.1. HEADER TOPBAR */
.header--topbar {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
    z-index: 0;
}

.header--topbar:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -80px;
    width: 70%;
    height: 100%;
    background-color: #f2f2f2;
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
    z-index: -1;
}

/* 5.2. HEADER INFO */
.header--info {
    margin: 2px 0 0;
    font-size: 0;
    line-height: 0;
}

.header--info strong {
    display: block;
    color: #179ea8;
}

.header--info .nav > li {
    display: inline-block;
}

.header--info .nav > li > a {
    padding: 0;
}

.header--info > .nav > li {
    font-size: 14px;
    line-height: 24px;
}

.header--info > .nav > li + li {
    margin-left: 40px;
}

.header--info > .nav > li > a > i {
    margin-right: 5px;
}

.header--social > li + li {
    margin-left: 15px;
    padding-left: 15px;
}

.header--social > li + li:before {
    content: "|";
    position: absolute;
    left: 0;
}

/* 5.3. HEADER NAVBAR */
.header--navbar {
    margin-bottom: 0;
    color: #fff;
    background-color: #252525;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 26px;
    transition: box-shadow .25s ease-in-out;
    z-index: 999;
}

.is-sticky .header--navbar {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.admin-bar .is-sticky .header--navbar {
    top: 32px !important;
}

.header--navbar > .container {
    position: relative;
}

.header--navbar .navbar-toggle {
    background-color: #179ea8;
    border-color: #179ea8;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: border-color .25s, background-color .25s ease-in-out;
            transition: border-color .25s, background-color .25s ease-in-out;
    outline: 0;
}

.header--navbar .navbar-toggle.collapsed {
    background-color: transparent;
}

.header--navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.header--navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.header--nav-links {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header--nav-links > li {
    margin-left: 15px;
    padding-left: 21px;
}

.header--nav-links > li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.header--nav-links > li > a:before {
    content: "\f22d";
    position: absolute;
    top: 50%;
    left: -21px;
    margin-top: -10px;
    color: #179ea8;
    font-family: "FontAwesome";
    font-size: 10px;
}

.header--nav-links > li:first-child > a:before {
    display: none;
}

.header--nav-links > li > a {
    padding: 0;
}

.header--nav-links > li.active > a {
    color: #179ea8;
}

.header--nav-links > .dropdown > a > i {
    margin-left: 4px;
}

.header--nav-links > .dropdown > .dropdown-menu {
    margin-top: 15px;
    margin-left: 22px;
    padding: 15px 0 30px;
    border: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.header--nav-links > .dropdown > .dropdown-menu > li > a {
    padding: 9px 30px 7px;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #eee;
}

.header--nav-links > .megamenu {
    position: static;
}

.header--nav-links > .megamenu > .dropdown-menu {
    position: absolute;
    right: 0;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding: 23px 30px 22px;
    color: #555;
    background-size: contain;
    background-position: bottom right;
    border-radius: 0;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

.header--nav-links > .megamenu > .dropdown-menu > .nav > .title {
    display: block;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 3px;
    color: #222;
    background-size: contain;
    background-position: bottom right;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.header--nav-links > .megamenu > .dropdown-menu > .nav > .title:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    height: 1px;
    background-color: #179ea8;
}

.header--nav-links > .megamenu > .dropdown-menu > .nav > li > a {
    padding: 0;
}

.header--nav-links > .megamenu > .dropdown-menu > .nav > li.active > a {
    color: #179ea8;
}

.header--nav-links > .megamenu > .dropdown-menu > .nav > li + li {
    margin-top: 2px;
}

/* 5.4. HEADER BUTTONS */
.header--buttons {
    font-size: 0;
    line-height: 0;
}

.header--buttons a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
}

.header--buttons a:not(.btn) {
    margin-right: 20px;
    vertical-align: middle;
}

.header--buttons a.btn {
    padding: 11px 30px;
    font-size: 16px;
    line-height: 26px;
}

.header--buttons a .fa {
    margin-right: 5px;
}

.header--buttons a span {
    color: #179ea8;
}

/*------------------------------------*\
    6. PAGE HEADER SECTION
\*------------------------------------*/
.page-header--section {
    background-position: top right;
}

.page-header--section.bg--overlay:before {
    background-color: #f0f0f0;
}

.page-header--section .title {
    margin-top: -7px;
}

.page-header--section .breadcrumb {
    margin-top: 4px;
    margin-bottom: 2px;
    padding: 0;
    color: #222;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    line-height: 26px;
}

.page-header--section .breadcrumb li.active {
    color: #179ea8;
    font-weight: 500;
}

.page-header--section .breadcrumb li + li:before {
    padding-right: 1px;
    color: #222;
}

.page-header--section .breadcrumb .fa {
    margin-right: 4px;
}

/*------------------------------------*\
    7. BANNER SECTION
\*------------------------------------*/
/* 7.1. BANNER SLIDER */
.banner--slider .owl-stage-outer {
    width: 100%;
}

.banner--slider .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.banner--slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 27px;
    text-align: center;
}

.banner--slider .owl-dots > div {
    display: inline-block;
    margin: 0 5px;
    padding: 3px 5px;
    background-color: #fff;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: opacity .25s ease-in-out, padding .25s ease-in-out;
            transition: opacity .25s ease-in-out, padding .25s ease-in-out;
}

.banner--slider .owl-dots > div.active {
    padding-left: 15px;
    padding-right: 15px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* 7.2. BANNER ITEM */
.banner--item {
    padding-top: 100px;
}

/* 7.3. BANNER CONTENT */
.banner--content {
    margin-bottom: 100px;
}

.banner--content .header {
    padding-bottom: 22px;
}

.banner--content .header .h1 {
    color: inherit;
    margin-top: -11px;
    font-weight: 400;
}

.banner--content .header .h1 strong {
    display: block;
}

.banner--content .body {
    font-size: 16px;
    line-height: 30px;
}

.banner--content .buttons {
    font-size: 0;
    line-height: 0;
}

.banner--content .body + .buttons {
    margin-top: 3px;
}

.banner--content .buttons .btn {
    margin-top: 30px;
    margin-right: 30px;
}

.js .banner--content .header,
.js .banner--content .body,
.js .banner--content .buttons {
    visibility: hidden;
    transition: visibility 0s linear .55s;
}

.js .owl-item.active .banner--content .header,
.js .owl-item.active .banner--content .body,
.js .owl-item.active .banner--content .buttons {
    animation-name: fadeInDown;
    animation-duration: .95s;
    animation-delay: .55s;
    visibility: visible;
    transition: visibility 0s linear .55s;
}

.js .owl-item.active .banner--content .buttons {
    animation-name: fadeInUp;
}

/* 7.4. BANNER IMAGE */
.banner--img {
    margin-bottom: 100px;
}

.owl-carousel .banner--img img {
    width: auto;
    margin: 0 auto;
}

/*------------------------------------*\
    8. ABOUT SECTION
\*------------------------------------*/
.about--content .body ul {
    padding: 0;
    list-style: none;
}

.about--content .body li + li {
    margin-top: 5px;
}

.about--content .body ul li:before {
    content: "\f22d";
    margin-right: 10px;
    font-family: "FontAwesome";
}

.about--content .buttons {
    margin-top: 5px;
    font-size: 0;
    line-height: 0;
}

.about--content .buttons .btn {
    margin-top: 30px;
    margin-right: 30px;
}

.about--img .inner.bg--overlay:before {
    background-color: #000;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    z-index: 1;
}

.about--video .inner {
    position: relative;
    padding-top: 30px;
    padding-right: 30px;
    transition: transform .35s ease-in-out;
    z-index: 0;
}

.about--video:hover .inner {
    transform: translate3d(10px, -10px, 0px);
}

.about--video .inner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 30px;
    right: 0;
    bottom: 30px;
    border: 1px solid #ccc;
    transition: transform .35s ease-in-out;
    z-index: -1;
}

.about--video:hover .inner:before {
    transform: translate3d(-15px, 15px, 0px);
}

.about--video a {
    display: block;
    position: relative;
    z-index: 0;
}

.about--video a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    z-index: 1;
}

.about--video a:after {
    content: " ";
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border: 2px solid #eee;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition: transform .35s ease-in-out;
    z-index: 1;
}

.about--video:hover a:after {
    transform: scale(1.03);
}

.about--video a .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    margin-top: -35px;
    margin-left: -35px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    z-index: 1;
}

.about--video a .fa:after {
    content: " ";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 2px solid #fff;
    border-radius: 50%;
}

/*------------------------------------*\
    9. SERVICES SECTION
\*------------------------------------*/
/* X.X. SERVICE ITEM */
.service--item {
    margin-bottom: 52px;
    text-align: center;
}

.service--item .icon i {
    font-size: 40px;
    line-height: 60px;
}

.service--item .icon + .title {
    margin-top: 26px;
}

.service--item .icon + .content {
    margin-top: 24px;
}

.service--item .title + .content {
    margin-top: 25px;
}

.services--section .section--footer .btn {
    margin-top: -20px;
}

/*------------------------------------*\
    10. SERVICE DETAILS SECTION
\*------------------------------------*/
/* 10.1. SERVICE DETAILS TAB NAV */
.service-details--tab-nav .title .h3 {
    padding: 17px 0 15px;
    color: #fff;
    background-color: #179ea8;
    text-align: center;
}

.service-details--tab-nav .nav {
    padding: 15px;
    background-color: #f0eced;
}

.service-details--tab-nav .nav li + li {
    margin-top: 1px;
}

.service-details--tab-nav .nav li a {
    padding: 20px;
    color: #222;
    background-color: #fff;
    font-family: "Lora", serif;
    font-size: 0;
    line-height: 0;
}

.service-details--tab-nav .nav li a:hover,
.service-details--tab-nav .nav li.active a {
    color: #fff;
    background-color: #179ea8;
}

.service-details--tab-nav .nav li a img {
    margin-right: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: auto;
}

.service-details--tab-nav .nav li a span {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    vertical-align: middle;
}

/* 10.2. SERVICE DETAILS CONTENT */
.service-details--content .body ul {
    padding: 0;
    list-style: none;
}

.service-details--content .body li + li {
    margin-top: 5px;
}

.service-details--content .body ul li:before {
    content: "\f22d";
    margin-right: 10px;
    font-family: "FontAwesome";
}

/*------------------------------------*\
    11. GALLERY SECTION
\*------------------------------------*/
/* 11.1. GALLERY FILTER MENU */
.gallery--filter-menu .nav {
    margin-top: -10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.gallery--filter-menu .nav li {
    display: inline-block;
    margin-top: 10px;
    font-family: "Lora", serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
}

.gallery--filter-menu .nav li.active {
    color: #179ea8;
}

.gallery--filter-menu .nav li:after {
    content: "/";
    padding: 0 10px;
    color: #777;
    cursor: default;
}

.gallery--filter-menu .nav li:last-child:after {
    display: none;
}

/* 11.2. GALLERY ITEMS */
.gallery--section .fadeInUp{
    animation-name: unset !important;
}
.gallery--items{
    padding:0px;
}
.gallery--filter-menu + .gallery--items {
    margin-top: 27px;
}

.gallery--item {
    margin-bottom: 30px;
}

.gallery--img {
    position: relative;
    overflow: hidden;
    z-index: 0;
    text-align: center;
}

.gallery--img img {
    transition: transform .35s ease-in-out;
}

.gallery--img:hover img {
    transform: scale(1.15);
}

.gallery--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
    z-index: 0;
}

.gallery--overlay:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
}

.gallery--overlay:after {
    content: " ";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #ccc;
    z-index: -1;
}

.gallery--overlay .nav {
    font-size: 0;
    line-height: 0;
}

.gallery--overlay .h5 + .nav {
    margin-top: 17px;
}

.gallery--overlay .nav li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.gallery--overlay .nav li:after {
    content: "/";
    margin: 0 5px;
}

.gallery--overlay .nav li:last-child:after {
    display: none;
}

.gallery--overlay .h5 + .btn {
    margin-top: 21px;
}

.gallery--overlay .nav + .btn {
    margin-top: 15px;
}

/*------------------------------------*\
    12. GALLERY DETAILS SECTION
\*------------------------------------*/
.row > div:not(:first-child) > .gallery-details--content {
    margin-top: 58px;
}

.gallery-details--content .title .h3 {
    position: relative;
    padding-bottom: 16px;
}

.gallery-details--content .title .h3:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    height: 1px;
    background-color: #179ea8;
}

.gallery-details--content .title + .body {
    margin-top: 25px;
}

.gallery-details--content .body ul {
    padding: 0;
    list-style: none;
}

.gallery-details--content .body li + li {
    margin-top: 5px;
}

.gallery-details--content .body ul li:before {
    content: "\f22d";
    margin-right: 10px;
    color: #179ea8;
    font-family: "FontAwesome";
}

.gallery-details--info {
    padding: 15px;
    background-color: #f0eced;
}

.gallery-details--info .table {
    margin-bottom: 0;
    background-color: #fff;
}

.gallery-details--info .table tbody tr th,
.gallery-details--info .table tbody tr td {
    position: relative;
    padding: 10px 10px 10px 20px;
    border-top: 0;
}

.gallery-details--info .table tbody tr:first-child th,
.gallery-details--info .table tbody tr:first-child td {
    padding-top: 19px;
}

.gallery-details--info .table tbody tr th {
    color: #222;
    font-weight: 500;
}

.gallery-details--info .table tbody tr td:before {
    content: ":";
    position: absolute;
    left: 0;
}

.gallery-details--info .table tbody tr td:nth-child(2) + td {
    display: none;
}

.gallery-details--img {
    position: relative;
    z-index: 0;
}

.row > div:not(:first-child) > .gallery-details--img {
    margin-top: 60px;
}

.row > .col-md-12:not(:first-child) > .gallery-details--img {
    margin-top: 25px;
}

.gallery-details--img:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    z-index: 1;
}

.gallery-details--stats .item {
    padding: 40px 30px 31px;
    background-color: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.gallery-details--stats .item:before,
.gallery-details--stats .item:after {
    content: " ";
    display: table;
}

.gallery-details--stats .item:after {
    clear: both;
}

.gallery-details--stats .icon-left .icon {
    float: left;
    margin-top: 26px;
    margin-right: 10px;
    width: 60px;
    height: 60px;
}

.gallery-details--stats .icon-right .icon {
    float: right;
    margin-top: 26px;
    margin-left: 10px;
    width: 60px;
    height: 60px;
}

.gallery-details--stats .icon-top .icon {
    margin-bottom: 15px;
}

.gallery-details--stats .icon-bottom {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.gallery-details--stats .icon-bottom .icon {
    margin-top: 15px;
}

.gallery-details--stats .item .icon i {
    font-size: 40px;
    line-height: 60px;
}

.gallery-details--stats .item .content {
    overflow: hidden;
}

.gallery-details--stats .item .content .h1 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
}

.gallery-details--stats .item .content .h1 span{
    padding-left: 5px;
}

.gallery-details--stats .item .content p {
    padding-top: 12px;
    color: #179ea8;
    border-top: 1px solid #179ea8;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.td-cat span {
    display: inline-block;
    margin: 0px 5px 5px 0;
}
.td-cat span:not(:last-child):after {
    content: ', ';
}

/*------------------------------------*\
    13. PRICING SECTION
\*------------------------------------*/
/* 13.1. PRICING ITEM */
.pricing--item {
    margin-bottom: 60px;
    text-align: center;
    -webkit-transition: box-shadow .25s ease-in-out;
            transition: box-shadow .25s ease-in-out;
}

.pricing--item:hover,
.pricing--item.active {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

.pricing--item .header {
    padding: 21px 25px 22px;
    background-color: #252525;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}

.pricing--item:hover .header,
.pricing--item.active .header {
    background-color: #179ea8;
}

.pricing--item .header .h4 {
    color: #fff;
}

.pricing--item .body {
    position: relative;
    padding: 30px;
    z-index: 0;
}

.pricing--item .body:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    z-index: -1;
}

.pricing--item .body .icon {
    position: relative;
    padding-bottom: 20px;
    z-index: 0;
}

.pricing--item .body .icon:before,
.pricing--item .body .icon:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    margin: 0 auto;
    background-color: #eee;
}


.pricing--item .body .icon:after {
    bottom: 3px;
    max-width: 50%;
}

.pricing--item .body .price .h2 {
    margin-top: 30px;
    font-weight: 400;
    -webkit-transition: color .25s;
            transition: color .25s;
}

.pricing--item:hover .body .price .h2,
.pricing--item.active .body .price .h2 {
    color: #179ea8;
}

.pricing--item .body .features {
    display: none;
    padding-top: 22px;
}

.pricing--item.active .body .features {
    display: block;
}

.pricing--item .body .features .nav li {
    -webkit-transition: color .25s;
            transition: color .25s;
}

.pricing--item .body .features .nav li:hover {
    color: #179ea8;
}

.pricing--item .body .features .nav li + li {
    margin-top: 6px;
}

.pricing--item .body .features .nav + .btn {
    margin-top: 27px;
}

/*------------------------------------*\
    14. PRICING TABLE SECTION
\*------------------------------------*/
.pricing-table--item {
    text-align: center;
}

.pricing-table--item .header {
    padding: 27px 15px 24px;
    background-color: #fafafa;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-color: #eee;
}

.pricing-table--item:last-child .header {
    border-right-width: 1px;
}

.pricing-table--item .header .h3 {
    font-weight: normal;
}

.pricing-table--item .header .h2 {
    margin-top: 9px;
    color: #179ea8;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.pricing-table--item .header .h2 sup {
    font-size: 17px;
}

.pricing-table--item .header .h2 small {
    color: inherit;
    font-size: 17px;
    font-weight: 500;
}

.pricing-table--item .features {
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #eee;
    font-size: 16px;
    line-height: 26px;
}

.pricing-table--item:last-child .features {
    border-right-width: 1px;
}

.pricing-table--item .features .nav > li {
    padding: 15px;
    border-bottom: 1px solid #eee;
    -webkit-transition: color .25s, background-color .25s ease-in-out;
            transition: color .25s, background-color .25s ease-in-out;
}

.pricing-table--item .features .nav > li:before {
    content: attr(data-label);
    display: none;
    margin-bottom: 4px;
    color: #222;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

.pricing-table--item .features .nav > li.hovered:before {
    color: #fff;
}

.pricing-table--item .features .nav > li.hovered {
    color: #fff;
    background-color: #179ea8;
}

.pricing-table--item .features .nav > li > .fa {
    color: #179ea8;
    -webkit-transition: color .25s;
            transition: color .25s;
}

.pricing-table--item .features .nav > li.hovered > .fa {
    color: #fff;
}

.pricing-table--item .features strong {
    color: #222;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    -webkit-transition: color .25s;
            transition: color .25s;
}

.pricing-table--item .features .hovered strong {
    color: #fff;
}

.pricing-table--item .features .social {
    margin: -4px -10px;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.pricing-table--item .features .social > li {
    display: inline-block;
    margin: 0 10px;
}

.pricing-table--item .features .social > li > .fa {
    display: block;
    width: 34px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    line-height: 32px;
    -webkit-transition: color .25s;
            transition: color .25s;
}

.pricing-table--item .features .social > li > .fa-facebook {
    color: #3b5998;
}

.pricing-table--item .features .social > li > .fa-twitter {
    color: #1da1f2;
}

.pricing-table--item .features .social > li > .fa-google-plus {
    color: #dd4b39;
}

.pricing-table--item .features .hovered .social > li > .fa {
    color: #fff;
}

.pricing-table--item .footer {
    margin-top: 40px;
}

/*------------------------------------*\
    15. PRODUCTS SECTION
\*------------------------------------*/
/* 15.1. PRODUCT ITEM */
.product--item {
    margin-bottom: 30px!important;
    -webkit-transition: box-shadow .25s ease-in-out;
            transition: box-shadow .25s ease-in-out;
}

.product--item:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.product--item .img {
    position: relative;
    z-index: 0;
}

.product--item .img img {
    width: 100%;
}

.product--item .img .ribbon {
    position: absolute;
    top: 15px;
    right: -15px;
    padding: 3px 20px;
    color: #fff;
    background-color: #179ea8;
    font-size: 13px;
    line-height: 23px;
}

.product--item .img .ribbon:before {
    content: " ";
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 0;
    border-color: #1e5c61 transparent transparent transparent;
}

.product--item .img .quick-view-btn {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 30px;
    color: #999;
    border: 1px solid #179ea8;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-property: color, border-color, background-color, opacity;
            transition-property: color, border-color, background-color, opacity;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-timing-function: ease, ease, ease-in-out, ease-in-out;
            transition-timing-function: ease, ease, ease-in-out, ease-in-out;
}

.product--item:hover .img .quick-view-btn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.product--item .img .quick-view-btn:hover {
    color: #fff;
    background-color: #179ea8;
}

.product--item .info {
    padding: 19px 20px 20px;
    background-color: #fff;
}

.product--item .info .h5 {
    margin-bottom: 13px;
}

.product--item .info .price {
    margin-bottom: 0;
}

.product--item .info .price del {
    margin-right: 10px;
    color: #999;
}

.product--item > .info > .clearfix > .price > .price {
    color: #179ea8;
    font-size: 14px;
    line-height: 24px;
}

.product--item > .info > .clearfix > .price > .price > ins {
    font-weight: normal;
    text-decoration: none;
}

.product--item .info .rating {
    margin: 0 -2px;
    color: #179ea8;
    font-size: 0;
    line-height: 0;
}

.product--item .info .rating .fa {
    margin: 0 2px;
    font-size: 14px;
    line-height: 24px;
}

.woocommerce .star-rating {
    color: #179ea8;
}

.product--item .info .buttons {
    margin: 0 -7.5px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.product--item:hover .info .buttons {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.product--item .info .buttons a {
    display: inline-block !important;
    width: 30px;
    margin: 15px 7.5px 0;
    color: #999;
    border: 1px solid #179ea8;
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
}

.product--item .info .buttons a:hover {
    color: #fff;
    background-color: #179ea8;
}

.product--item .buttons a.compare.button {
    padding: 0 0 2px;
    font-size: 0;
    line-height: 0;
}

.product--item .buttons a.compare.button.added {
    color: #fff;
    background-color: #179ea8;
}

.product--item .buttons a.compare.button:before {
    content: "\f0ec";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 26px;
}

.product--item .buttons a.compare.button .blockUI {
    display: none !important;
}

.product--item .buttons .fotka-wishlist-btn > a.hide {
    display: none !important;
}

.product--item .buttons .fotka-wishlist-btn > div > a {
    display: block;
    color: #fff;
    background-color: #179ea8;
    font-size: 0;
    line-height: 0;
}

.product--item .buttons .fotka-wishlist-btn > div > a:before {
    content: "\f08a";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 28px;
}

/* 15.2. PRODUCT SINGLE IMAGE */
.product-single--img .owl-carousel {
    margin-top: 30px;
}

.product-single--img .owl-dots {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.product-single--img .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}

.product-single--img .owl-dot.active {
    background-color: #179ea8;
}

.product-single--img .owl-carousel .item {
    display: block;
    border: 1px solid transparent;
}

.product-single--img .owl-carousel .item.active {
    border-color: #179ea8;
}

/* 15.3. PRODUCT SINGLE SUMMERY */
.product-single--summery .meta {
    color: #999;
    font-size: 0;
    line-height: 0;
}

.product-single--summery .title + .meta {
    margin-top: 22px;
}

.product-single--summery .meta .rating {
    display: inline-block;
    margin: 0 18px 0 -2px;
    color: #179ea8;
}

.product-single--summery .meta .rating .fa {
    margin: 0 2px;
    font-size: 14px;
    line-height: 24px;
}

.product-single--summery .meta a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
}

.product-single--summery .price {
    color: #179ea8;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.product-single--summery .meta + .price {
    margin-top: 18px;
}

.product-single--summery .meta-other {
    color: #999;
}

.product-single--summery .meta-other strong {
    color: #222;
}

.product-single--summery .cats,
.product-single--summery .tags {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    color: #999;
}

.product-single--summery .tags {
    margin-top: 16px;
}

.product-single--summery .cats > li,
.product-single--summery .tags > li {
    display: inline-block;
}

.product-single--summery .cats > li > span,
.product-single--summery .tags > li > span {
    color: #222;
    font-weight: 500;
}

.product-single--summery .cats > li > a,
.product-single--summery .tags > li > a {
    margin: 0 3px;
}

.product-single--summery .tags > li > a {
    text-decoration: underline;
}

.product-single--summery .cats > li > a:after {
    content: ",";
    color: #999;
}

.product-single--summery .cats > li:last-child > a:after {
    display: none;
}

.product-single--summery .social {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    color: #999;
}

.product-single--summery .social:before,
.product-single--summery .social:after {
    content: " ";
    display: table;
}

.product-single--summery .social:after {
    clear: both;
}

.product-single--summery .social > li {
    float: left;
}

.product-single--summery .social > li + li + li:before {
    content: "|";
    margin: 0 15px;
}

.product-single--summery .social > li > span {
    display: block;
    margin-right: 15px;
    color: #222;
    font-weight: 500;
}

/* 15.4. PRODUCT SINGLE TABS */
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.product-single--tabs .table-bordered {
    border: 1px solid #ddd !important;
}
.product-single--tabs .wc-tabs {
    margin-top: 30px!important;
    padding-top: 15px!important;
    padding-left: 0 !important;
    border-top: 1px solid #eee;
    border-bottom: 0 !important;
}

.product-single--tabs .wc-tabs > li {
    float: left;
    margin-left: 0 !important;
    margin-right: -1px !important;
    padding: 0 !important;
    border: none !important;
    background: inherit !important;
}

.product-single--tabs .wc-tabs > li > a {
    color: #222 !important;
    margin: 15px 0 0;
    padding: 5px 30px !important;
    border: 1px solid #179ea8 !important;
    border-radius: 0;
    font-family: "Lora", serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.product-single--tabs .wc-tabs > li.active > a,
.product-single--tabs .wc-tabs > li > a:hover {
    background: #179ea8;
    color: #fff !important;
}

.product-single--tabs .wc-tabs > li > .btn:hover,
.product-single--tabs .wc-tabs > li > .btn:focus,
.product-single--tabs .wc-tabs > li.active > .btn {
    color: #fff;
    background-color: #179ea8;
    border-color: #179ea8;
}

.product-single--tabs .tab-content {
    margin-top: 30px;
}

.product-single--tabs .tab-pane .table tbody tr td {
    padding: 15px 30px;
    border-color: #eee;
}

/* 15.5. RELATED PRODUCTS */
.related--products {
    margin-top: 70px;
}

.related--products .title .h4 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 18px;
}

.related--products .title .h4:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    height: 1px;
    background-color: #179ea8;
}

/*------------------------------------*\
    16. TESTIMONIAL SECTION
\*------------------------------------*/
/* 16.1. TESTIMONIAL SLIDER */
.testimonial--slider .owl-dots {
    margin: 19px -5px 0;
}

.testimonial--slider .owl-dots > div {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition-property: background-color, width;
            transition-property: background-color, width;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
}

.testimonial--slider .owl-dots > div.active {
    width: 25px;
    background-color: #179ea8;
}

/* 16.2. TESTIMONIAL ITEM */
.testimonial--item .header .img img {
    width: inherit;
    display: inline-block;
}
.testimonial--item .testimonial-author-left {
    text-align: left;
}
.testimonial--item .testimonial-author-left .img {
    float: left;
    margin-right: 30px;
}
.testimonial--item .testimonial-author-right {
    text-align: right;
}
.testimonial--item .testimonial-author-right .img {
    float: right;
    margin-left: 30px;
}
.testimonial--item .testimonial-author-top,
.testimonial--item .testimonial-author-bottom {
    text-align: center;
}
.testimonial--item .testimonial-author-top .img {
    margin-bottom: 20px;
}
.testimonial--item .testimonial-author-bottom {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 10px;
}
.testimonial--item .testimonial-author-bottom .img {
    margin-top: 20px;
}

.testimonial--item .header .info {
    overflow: hidden;
}

.testimonial--item .header .info p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}

.testimonial--item .header .info .rating {
    margin: 0 -7.5px;
    color: #179ea8;
    font-size: 0;
    line-height: 0;
}

.testimonial--item .header .info .rating .fa {
    margin: 0 7.5px;
    font-size: 14px;
    line-height: 24px;
}

.testimonial--item .header + .body {
    margin-top: 25px;
}

.testimonial--item .body blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    line-height: 24px;
}

.testimonial--item .body blockquote p:before {
    content: "\f10d";
    margin-left: 1px;
    margin-right: 5px;
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 34px;
}

/* 16.3. TESTIMONIAL BRANDS */
.testimonial--brands {
    margin-bottom: -18px;
}

.testimonial--brands img {
    margin-bottom: 30px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

/*------------------------------------*\
    17. FAQ SECTION
\*------------------------------------*/
/* 17.1. FAQ CONTENT */
.faq--content .section--title .h2 {
    font-size: 26px;
}

.faq--items {
    margin-bottom: 0;
}

.faq--item {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.faq--items .faq--item {
    border-radius: 0;
}

.faq--items .faq--item + .faq--item {
    margin-top: 15px;
}

.faq--item .panel-heading {
    padding: 0;
    border-radius: 0;
}

.faq--item .panel-title {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
}

.faq--item .panel-title:before {
    content: "\f056";
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
}

.faq--item .panel-title.collapsed:before {
    content: "\f055";
}

.faq--item .panel-body {
    padding: 17px 0 0 25px;
    color: #555;
    font-weight: 300;
}

.faq--items .faq--item .panel-collapse .panel-body {
    border: 0;
}

/* 17.2. FAQ FORM */
.faq--form {
    padding: 21px 30px 30px;
    background-color: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.faq--form .h4 {
    margin-bottom: 20px;
    color: #555;
    line-height: 30px;
    text-align: center;
}

.faq--form form .btn {
    margin-top: 20px;
}

.faq--form form p {
    position: relative;
    margin-bottom: 0;
    z-index: 0;
}

.faq--form form .ajax-loader {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    width: auto;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

/*------------------------------------*\
    18. TEAM SECTION
\*------------------------------------*/
/* 18.1. TEAM MEMBER */
.team--member {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: box-shadow .25s ease-in-out;
            transition: box-shadow .25s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.team--member:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
}

.team--member .img .back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
}

.team--member:hover .img .back {
    z-index: 1;
    opacity: 1;
}

.team--member .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

.team--member .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 17px 20px 13px;
    background-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #eee;
    text-align: center;
    -webkit-transition: color .25s, border-color .25s, background-color .25s ease-in-out;
            transition: color .25s, border-color .25s, background-color .25s ease-in-out;
}

.team--member:hover .info {
    color: #fff;
    background-color: #179ea8;
    border-color: #179ea8;
}

.team--member .info .h4 {
    margin-bottom: 11px;
    -webkit-transition: color .25s;
            transition: color .25s;
}

.team--member:hover .info .h4 {
    color: #fff;
}

.team--member .info p {
    margin-bottom: 11px;
}

.team--member .info .social {
    margin: 0 0 -34px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 0;
    line-height: 0;
    -webkit-transition: margin .25s ease-in-out;
            transition: margin .25s ease-in-out;
}

.team--member:hover .info .social {
    margin-bottom: 0;
}

.team--member .info .social li {
    display: inline-block;
    margin: 0 7.5px;
}

.team--member .info .social li a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

/*------------------------------------*\
    19. BLOG SECTION
\*------------------------------------*/
/* 19.1. POST ITEM */
.post--item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.post--item.sticky {
    padding: 30px;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, 0.03);
}

.paddingltr{
    padding-left:0px;
    padding-right:0px;
}

.post--item .meta {
    color: #999;
    font-weight: 500;
}

.post--item .title + .meta {
    margin-top: 14px;
}

.post--item .meta .nav > li {
    float: left;
}

.post--item .meta .nav > li:after {
    content: "|";
    margin: 0 15px;
}

.post--item .meta .nav > li:last-child:after {
    display: none;
}

.post--item .meta .nav > li > a {
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
}

.post--item blockquote,
.comment--item blockquote,
.content.type-page blockquote {
    font-size: 14px;
}

.post--item .title blockquote:before {
    content: "\f10d";
    position: absolute;
    right: 100px;
    bottom: 5px;
    color: #eee;
    font-family: "FontAwesome";
    font-size: 72px;
    line-height: 82px;
}

.post--item .title blockquote .h3 {
    line-height: 36px;
    font-style: italic;
    font-weight: 300;
}

.post--item .title blockquote footer {
    position: relative;
    margin-top: 19px;
    padding-left: 20px;
}

.post--item .title blockquote footer:before {
    position: absolute;
    top: 3px;
    left: 0;
    color: #ccc;
}

.post--item .title blockquote footer .h4 {
    margin-bottom: 4px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.post--item .title blockquote footer p {
    color: #999;
}

.post--item .title + .img,
.post--item .meta + .img {
    margin-top: 25px;
}

.post--item .content .embed-responsive {
    margin-bottom: 20px;
}

.post--item .title + .content {
    margin-top: 19px;
}

.post--item .meta + .content {
    margin-top: 16px;
}

.post--item .img + .content {
    margin-top: 24px;
}

.post--item .title + .tags--widget {
    margin-top: 19px;
}

.post--item .meta + .tags--widget {
    margin-top: 16px;
}

.post--item .img + .tags--widget {
    margin-top: 24px;
}

.post--item .content + .tags--widget {
    margin-top: 19px;
}

.post--item .tags--widget > li > span {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.post--item .img + .action {
    margin-top: 30px;
}

.post--item .title + .action,
.post--item .content + .action {
    margin-top: 25px;
}

.post--item .meta + .action,
.post--item .tags--widget + .action {
    margin-top: 22px;
}

.next-prev-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
}

.post--prev i {
    margin-right: 10px;
}

.post--next i {
    margin-left: 10px;
}

.post--extra .tags--widget,
.post--extra .social--widget {
    margin-top: 16px;
}

.post--extra .social--widget > li > span {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.post--nav {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.post--nav .fa {
    margin-right: 10px;
}

/*------------------------------------*\
    20. CONTACT INFO SECTION
\*------------------------------------*/
.contact-info--item .icon {
    height: 60px;
    margin-bottom: 20px;
}

.contact-info--item .icon .fa {
    color: #179ea8;
    font-size: 60px;
    line-height: 60px;
}

.contact-info--item .title .h4 {
    position: relative;
    padding-bottom: 18px;
}

.contact-info--item .title .h4:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    height: 1px;
    margin: 0 auto;
    background-color: #179ea8;
}

.contact-info--item .content {
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
}

.contact-info--item .content p {
    margin-bottom: 0;
}

.contact-info--item.text-left .title .h4:before {
    margin-left: 0;
}

.contact-info--item.text-right .title .h4:before {
    margin-right: 0;
}

/*------------------------------------*\
    21. CONTACT SECTION
\*------------------------------------*/
.contact--section {
    position: relative;
    z-index: 0;
}

/* 21.2. CONTACT MAP */
.contact--map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.contact--map-wrapper .container,
.contact--map-wrapper .row,
.contact--map-wrapper .row > div {
    height: 100%;
}

.contact--map-wrapper:last-child {
    position: relative;
    height: 400px;
}

.contact--map-wrapper:last-child .col-sm-8 {
    width: 100%;
}


.contact--map {
    height: 100%;
    border: 1px solid #ddd;
}

/* 21.3. CONTACT FORM */
.contact--form__inner {
    padding: 27px 30px 30px;
    background-color: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.contact--form .title .h3 {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 21px;
    text-align: center;
}

.contact--form .title .h3:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    height: 1px;
    margin: 0 auto;
    background-color: #179ea8;
}

.contact--form p {
    position: relative;
    margin-bottom: 0;
    z-index: 0;
}

.contact--form p .ajax-loader {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    width: auto;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.contact--form .status .alert {
    margin-top: 30px;
    margin-bottom: 24px;
    border-radius: 0;
}

.contact--form .btn {
    margin-top: 15px;
}

/*------------------------------------*\
    22. COMING SOON SECTION
\*------------------------------------*/
.coming-soon--section {
    color: #fff;
    background-color: #252525;
}

/* 22.1. COMING SOON CONTENT */
.coming-soon--content .logo + .title {
    margin-top: 50px;
}

.coming-soon--content .title .h1 {
    position: relative;
    padding-bottom: 11px;
    color: #fff;
    font-size: 36px;
    line-height: 46px;
}

.coming-soon--content .title .h1:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    height: 1px;
    background-color: #179ea8;
}

.coming-soon--content .content {
    margin-top: 24px;
    color: #ddd;
}

.coming-soon--content .counters {
    margin-top: 29px;
}

.coming-soon--content .counters ul {
    margin: 0 -14px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.coming-soon--content .counters ul:before,
.coming-soon--content .counters ul:after {
    content: " ";
    display: table;
}

.coming-soon--content .counters ul:after {
    clear: both;
}

.coming-soon--content .counters ul li {
    float: left;
    position: relative;
    min-width: 80px;
    margin: 40px 30px 16px;
    padding-bottom: 10px;
    z-index: 0;
}

.coming-soon--content .counters ul li:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #179ea8;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.coming-soon--content .counters ul li:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 56px 0 56px;
    border-color: #179ea8 transparent transparent transparent;
    z-index: -1;
}

.coming-soon--content .counters ul li strong {
    display: block;
    font-family: "Lora", serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.coming-soon--content .counters ul li strong:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: -30px;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: #777;
}

.coming-soon--content .counters ul li:last-child strong:after {
    display: none;
}

.coming-soon--content .counters ul li span {
    display: block;
    margin-top: 6px;
    font-weight: 500;
    text-transform: uppercase;
}

.coming-soon--content .social {
    margin-top: 60px;
}

.coming-soon--content .social .nav {
    margin: 0 -15px 0 -18px;
    color: #777;
}

.coming-soon--content .social .nav > li {
    float: left;
    padding: 0 15px 0 18px;
}

.coming-soon--content .social .nav > li + li:before {
    content: "|";
    position: absolute;
    left: 0;
}

.coming-soon--content .social .nav > li > a {
    padding: 0;
}

.coming-soon--content .footer {
    margin-top: 48px;
    color: #ddd;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.coming-soon--content .footer p a {
    color: #179ea8;
}

/* 22.2. COMING SOON SUBSCRIBE */
.comin-soon--subscribe .title .h3 {
    position: relative;
    padding-bottom: 16px;
    color: #fff;
}

.comin-soon--subscribe .title .h3:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    height: 1px;
    background-color: #179ea8;
}

.comin-soon--subscribe .form {
    margin-top: 25px;
}

.comin-soon--subscribe .form p {
    margin-bottom: 15px;
    color: #ddd;
}

.comin-soon--subscribe .form .form-control {
    margin-bottom: 20px;
    color: #fff;
    border-color: #555;
}

.comin-soon--subscribe .form .form-control:focus {
    border-color: #179ea8;
}

.comin-soon--subscribe .info {
    margin-top: 25px;
}

.comin-soon--subscribe .info p {
    margin-bottom: 0;
}

.comin-soon--subscribe .info p + p {
    margin-top: 8px;
}

.comin-soon--subscribe .info p strong {
    color: #179ea8;
    font-weight: 400;
}

/*------------------------------------*\
    23. 404 SECTION
\*------------------------------------*/
.f0f--content {
    text-align: center;
}

.f0f--section {
    color: #ddd;
    background-color: #252525;
}

.f0f--section .img h1 {
    color: #fff;
    font-size: 100px;
}

.f0f--content .title {
    margin: 50px 0;
}

.f0f--content .title .h3 {
    color: #ddd;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.f0f--content .title .h3 strong {
    color: #179ea8;
    font-weight: 400;
}

.f0f--content .action {
    margin-top: 55px;
}

.f0f--content .action .btn {
    color: #fff;
}

.f0f--content .action .btn .fa {
    margin-right: 10px;
}

.f0f--content .search--widget {
    max-width: 500px;
    margin: 60px auto 0;
}

.f0f--content .search--widget .form-control {
    color: #fff;
    border-color: #555;
}

.f0f--content .search--widget .form-control:focus {
    border-color: #179ea8;
}

/*------------------------------------*\
    24. SUBSCRIBE SECTION
\*------------------------------------*/
/* 24.1. SUBSCRIBE FORM */
.subscribe--form p + form {
    margin-top: 25px;
}

.subscribe--form {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.subscribe--description + #subscribe_submit {
    margin-top: 24px;
}

.subscribe--form p {
    margin-bottom: 0;
}

.subscribe--form .input-group {
    background-color: #fff;
}

.subscribe--form .input-group .form-control {
    padding-left: 30px;
    padding-right: 0;
    border: 0;
}

.subscribe--form .input-group-btn button {
    padding: 6px 30px;
    background-color: transparent;
    border: 0;
    color: #179ea8;
    font-size: 18px;
    line-height: 28px;
    -webkit-transition: color .25s;
            transition: color .25s;
    outline: 0;
}

.subscribe--form .input-group-btn button:hover {
    color: #324a5e;
}

/*------------------------------------*\
    25. FOOTER SECTION
\*------------------------------------*/
/* 25.1. FOOTER WIDGETS */
.footer--widgets {
    padding-top: 60px;
    color: #dddddd;
    background-color: #252525;
}

.footer--widgets p {
    font-weight: 300;
}

.footer--widgets a {
    font-weight: 400;
}

.footer--widget {
    margin-bottom: 60px;
}

.footer--widget .widget--title .h4 {
    color: #fff;
}

.footer--widget .about--widget .footer {
    color: #fff;
}

.footer--widget .about--widget .footer a {
    font-weight: 500;
}

.footer--widget .about--widget .social {
    color: #777;
}

.footer--widget .contact--widget .nav {
    color: #fff;
}

/* 25.2. FOOTER COPYRIGHT */
.footer--copyright {
    color: #fff;
    background-color: #222;
    font-weight: 300;
}

.footer--copyright p {
    padding: 16px 0 17px;
    margin-bottom: 0;
}

.footer--copyright p a {
    color: #179ea8;
}

.footer--copyright .nav li {
    float: left;
}

.footer--copyright .nav li + li {
    margin-left: 15px;
    padding-left: 17px;
}

.footer--copyright .nav li + li:before {
    content: "|";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
}

.footer--copyright .nav li a {
    padding: 16px 0 17px;
}

/*------------------------------------*\
    26. BACK TO TOP BUTTON
\*------------------------------------*/
.back-to-top-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
            transition-property: opacity, visibility;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    z-index: 999;
}

body.isScrolling .back-to-top-btn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.back-to-top-btn a {
    display: block;
    width: 40px;
    color: #252525;
    background-color: #ddd;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.replypadding{
    padding : 0;
}

/*------------------------------------*\
    27. WOOCOMMERCE
\*------------------------------------*/
.comment-form-comment {
    line-height: inherit;
}
.yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin-top: 0;
}

#yith-wcwl-popup-message {
    min-width: 180px;
    border-width: 0;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images{
    width: 100%;
}

.product-single--summery .product--single-summery-links{
    margin-top: 22px;
}

.product-single--summery .product--single-summery-links .woocommerce-product-rating .star-rating{
    display: inline-block;
    margin: 6px 18px 0 0px;
    color: #179ea8;
}

.product-single--summery .product--single-summery-text{
    margin-bottom: 20px;
}

.woocommerce div.product form.cart .button{
    float:none;
}

.product-single--summery .yith-wcwl-add-to-wishlist.fotka-wishlist-btn {
    display: inline-block;
}

.product-single--summery .yith-wcwl-add-to-wishlist {
    display: none;
}

.product-single--summery .compare.button {
    display: none;
}

.product-single--summery .btn-default.compare.button {
    display: inline-block;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
}

.product-single--img .owl-dots {
    position: absolute;
    top: -112px;
    left: 0;
    right: 0;
    font-size: 53px;
    line-height: 2;
    text-align: center;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: inherit;
    margin-top: 30px;
}

.woocommerce #reviews h3{
    margin-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist{
    padding:0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    border-bottom: 1px solid #e4e1e3;
    padding: 0;
}

.woocommerce-page div.product #reviews .comment img {
    float: left!important;
    margin-right: 20px;
}

.comment--items .float--left .h4{
    text-transform: capitalize;
    display: inline-block;
    margin-right: 20px;
}

.comment--items .float--left p{
    display: inline-block;
}

.woocommerce table.shop_table th{
    padding: 16px 20px;
    color: #222;
    background-color: #eee;
    border-bottom-width: 0;
    font-family: "Lora", serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.woocommerce table.shop_table td{
    padding: 15px;
    border-width: 1px 0;
}

#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    /*width: 80px;*/
}

/* 27.1. CART PAGE */
.woocommerce .woocommerce-cart-form {
    padding-bottom: 100px;
}

.woocommerce .woocommerce-cart-form table.shop_table {
    background-color: transparent;
    border: 1px solid #eee;
    text-align: center;
}

.woocommerce .woocommerce-cart-form table.shop_table > thead {
    background-color: #eee;
}

.woocommerce .woocommerce-cart-form table.shop_table > thead > tr > th {
    padding: 16px 20px;
    color: #222;
    border-width: 0;
    font-family: "Lora",serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
}

.woocommerce .woocommerce-cart-form table.shop_table > thead > tr > th + th {
    border-left-width: 0;
}

.woocommerce .woocommerce-cart-form table.shop_table > tbody > tr > td {
    border-top-color: #eee;
}

.woocommerce .woocommerce-cart-form table.shop_table > tbody > tr > td + td {
    border-left-width: 0;
    border-top-color: #eee;
}

.woocommerce .woocommerce-cart-form table.shop_table > tbody > tr > td > a.remove {
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-cart-form table.shop_table > tbody > tr > td.actions {
    padding: 30px;
}

.woocommerce-cart-form table.shop_table > tbody > tr > td.actions > .coupon .input-text {
    width: 100%;
    max-width: 170px;
    margin-right: -1px;
    padding: 0 15px;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.woocommerce-cart-form table.shop_table > tbody > tr > td.actions > .coupon .button {
    padding-top: 11px;
    padding-bottom: 11px;
}

.woocommerce-cart-form table.shop_table > tbody > tr > td.actions > .button {
    padding: 6px 30px;
}

@media only screen and (max-width: 768px) {
    .woocommerce .woocommerce-cart-form table.shop_table > tbody > tr:first-child > td.product-name,
    .woocommerce .woocommerce-cart-form table.shop_table > tbody > tr > td + td + td {
        border-top-width: 0;
    }

    .woocommerce-cart-form table.shop_table > tbody > tr > td.actions > .coupon .input-group {
        width: 100%;
        padding-right: 150px;
        margin-bottom: 20px;
    }

    .woocommerce-cart-form table.shop_table > tbody > tr > td.actions > .coupon .input-text {
        max-width: none;
        margin-right: 0;
    }
    .woocommerce-cart-form table.shop_table > tbody > tr > td.actions > .coupon .button {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 150px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .woocommerce-cart-form table.shop_table > tbody > tr > td.actions > .coupon .input-group {
        padding-right: 0;
    }

    .woocommerce-cart-form table.shop_table > tbody > tr > td.actions > .coupon .button {
        position: relative;
        width: 100%;
        max-width: none;
    }
}

.cart_totals > .title > h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 18px;
    z-index: 0;
}

.cart_totals > .title > h2:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #179ea8;
}

.woocommerce-cart table.shop_table > tbody > tr > th {
    padding: 11px 20px 9px;
    background-color: transparent;
    color: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: inherit;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 6px 30px;
    font-size: 16px;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0;
}

.woocommerce-cart .woo_pp_cart_buttons_div {
    margin-bottom: 0;
}

.woocommerce-cart .wcppec-checkout-buttons__button {
    padding-top: 0;
}

/* 27.2. CHECKOUT PAGE */
.woocommerce-info {
    margin-bottom: 30px;
    padding: 18px 20px 17px;
    color: #999;
    background-color: #f0f0f0;
    border-width: 0;
    font-size: 14px;
    line-height: 24px;
}

.woocommerce-info:before {
    content: "\f05a";
    position: relative;
    top: auto;
    left: auto;
    margin-right: 8px;
    color: #179ea8;
    font-family: "FontAwesome";
}

.woocommerce-info a {
    font-weight: 500;
}

.woocommerce-info a:not(:hover) {
    color: #777;
}

.woocommerce form.checkout_coupon,
.woocommerce .woocommerce-form.login,
.woocommerce .woocommerce-form.register {
    padding: 0;
    border-width: 0;
}

.woocommerce .woocommerce-form.login .clear + .form-row {
    margin-top: 15px;
}

.woocommerce .woocommerce-form.login .form-row .button[type="submit"] {
    margin-right: 17px;
}

.woocommerce .woocommerce-form.login .lost_password {
    margin-top: 23px;
    margin-bottom: 0;
}

.woocommerce .woocommerce-form.login .lost_password a {
    font-weight: 300;
    text-decoration: underline;
}

.checkout_coupon > p.form-row {
    float: left;
    width: auto;
    margin-bottom: 0;
}

.checkout_coupon > p.form-row-first {
    width: 100%;
    max-width: 291px;
}

.checkout_coupon > p.form-row > .input-text {
    background-color: #f0f0f0;
}

.checkout_coupon > p.form-row > .button {
    margin-left: -1px;
}

@media only screen and (max-width: 480px) {
    .checkout_coupon > p.form-row-first {
        max-width: none;
    }
    
    .checkout_coupon > p.form-row > .button {
        margin-top: 20px;
        margin-left: 0;
    }
}

.woocommerce-billing-fields {
    margin-top: 27px;
}

.woocommerce-billing-fields > .title > h2 {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 18px;
    z-index: 0;
}

.woocommerce-billing-fields > .title > h2:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #179ea8;
}

.woocommerce-account-fields > p {
    margin-bottom: 8px !important;
}

.woocommerce-account-fields > p > label > input {
    display: none !important;
}

.woocommerce-account-fields > p > label > span {
    position: relative;
    padding-left: 0;
    padding-right: 15px;
    cursor: pointer;
    z-index: 0;
}

.woocommerce-account-fields > p > label > span:before {
    display: none;
}

.woocommerce-account-fields > p > label > span:after {
    content: "\f067";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    color: #179ea8;
    font-family: "FontAwesome";
    font-size: 11px;
    opacity: 1;
}

.woocommerce-account-fields > p > label > input:checked + span:after {
    content: "\f068";
}

.woocommerce-shipping-fields {
    margin-top: 27px;
}

.woocommerce-shipping-fields > h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 24px;
    padding-bottom: 18px;
    z-index: 0;
}

.woocommerce-shipping-fields > h3:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #179ea8;
}

.woocommerce-shipping-fields > h3 > label {
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
}

.woocommerce-shipping-fields > h3 > label > input {
    display: none;
}

.woocommerce-shipping-fields > h3 > label > .title > h2 {
    position: relative;
    padding-right: 17px;
    z-index: 0;
}

.woocommerce-shipping-fields > h3 > label > .title > h2:after {
    content: "\f067";
    position: absolute;
    top: 6px;
    right: 0;
    color: #179ea8;
    font-family: "FontAwesome";
    font-size: 11px;
}

.woocommerce-shipping-fields > h3 > label > input:checked + .title > h2:after {
    content: "\f068";
}

#order_review_heading {
    position: relative;
    margin-top: 14px;
    margin-bottom: 25px;
    padding-top: 23px;
    padding-bottom: 13px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 28px;
    z-index: 0;
}

#order_review_heading:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #179ea8;
}

.woocommerce-checkout-review-order:before,
.woocommerce-checkout-review-order:after {
    content: " ";
    display: table;
}

.woocommerce-checkout-review-order:after {
    clear: both;
}

.woocommerce-checkout-review-order > table.shop_table,
.woocommerce-checkout-review-order > .woocommerce-checkout-payment {
    float: left;
    width: 50%;
}

.woocommerce-checkout-review-order > .woocommerce-checkout-payment {
    padding-top: 30px;
}

@media only screen and (max-width: 991px) {
    .woocommerce-checkout-review-order > table.shop_table,
    .woocommerce-checkout-review-order > .woocommerce-checkout-payment {
        float: none;
        width: 100%;
    }

    .woocommerce-checkout-review-order > .woocommerce-checkout-payment {
        padding-top: 60px;
        padding-left: 0;
    }
}

.woocommerce table.shop_table {
    margin-top: 0;
    margin-bottom: 0;
    color: #777;
    background-color: #f9f9f9;
    border-width: 0;
    border-collapse: collapse;
    border-radius: 0;
}

.woocommerce table.shop_table p {
    margin-bottom: 0;
}

.woocommerce table.shop_table > thead > tr > th {
    padding: 11px 20px 9px;
    color: inherit;
    background-color: transparent;
    font-family: inherit;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.woocommerce table.shop_table > thead > tr > th + th {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: #fff transparent transparent #ddd;
}

.woocommerce table.shop_table > tbody > tr > td {
    padding: 11px 20px 9px;
    border-color: #fff;
}

.woocommerce table.shop_table > tbody > tr > td + td {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: #fff transparent transparent #ddd;
}

.woocommerce table.shop_table > tfoot > tr > th {
    padding: 11px 20px 9px;
    color: inherit;
    background-color: transparent;
    border-color: #ddd;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.woocommerce table.shop_table > tfoot > tr > td {
    padding: 11px 20px 9px;
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: #ddd;
    font-weight: normal;
}

.woocommerce-checkout #payment {
    background-color: transparent;
    border-radius: 0;
}

.woocommerce-checkout #payment ul.wc_payment_methods {
    padding: 0;
    border-width: 0;
}

.woocommerce-checkout #payment div.place-order {
    margin-top: 17px;
    margin-bottom: 0;
    padding: 0;
}

.woocommerce-checkout #payment div.place-order #place_order {
    float: none;
}

.woocommerce .woocommerce-ordering select {
    height: 40px;
    border: 1px solid #eee;
    color: #999;
    padding: 0 8px;
    -webkit-transition: border-color .25s;
            transition: border-color .25s;
    cursor: pointer;
}

.woocommerce .woocommerce-ordering select:focus {
    border-color: #179ea8;
    outline: none !important;
}

.woocommerce .woocommerce-result-count {
    margin-top: 10px;
}

.woocommerce a.remove {
    margin: auto;
}

.woocommerce table.wishlist_table {
    font-size: inherit;
}

.woocommerce table.wishlist_table thead th, 
.woocommerce table.wishlist_table tbody td,
.woocommerce table.wishlist_table > thead > tr > th + th,
.woocommerce table.wishlist_table > tbody > tr > td + td {
    border-color: #fff;
}

.woocommerce table.wishlist_table > thead > tr > th {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    background-color: #EEEEEE;
}

.wishlist_table th,
.wishlist_table tr td.product-name {
    text-align: center;
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #179ea8;
}

/* Wooccommerce Widgets */
.woocommerce.widget_product_search form {
    position: relative;
}
.woocommerce.widget_product_search input[type=search] {
    height: 40px;
    padding: 9px 15px;
    color: #222;
    background-color: transparent;
    border: 1px solid #eee;
    box-shadow: none;
    outline: 0;
    width: 100%;
}
.woocommerce.widget_product_search input[type=search]:focus {
    border-color: #179ea8;
}
.woocommerce.widget_product_search button[type=submit] {
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 40px;
    border: none;
    background: transparent;
    color: transparent;
}
.woocommerce.widget_product_search button[type=submit]:before {
    content: '\f002';
    font-family: 'FontAwesome';
    color: #999;
    display: block;
    line-height: 38px;
}
.woocommerce.widget_product_search button[type=submit]:hover:before {
    color: #179ea8;
}

.woocommerce.widget_price_filter .price_label {
    font-size: 14px;
    line-height: 40px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #179ea8;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #17c0cc;
    border-color: #179ea8;
}

.woocommerce ul.product_list_widget li:not(:last-child),
.woocommerce ul.product_list_widget li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce ul.product_list_widget li {
    padding: 5px 0;
}
.yith-woocompare-widget ul.products-list {
    padding: 0;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    margin-top: 5px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 15px;
}

.yith-woocompare-widget a.clear-all {
    font-size: 15px;
    line-height: 40px;
    display: inline-block;
}

#yith-quick-view-content .title {
    margin-bottom: 10px;
}

#yith-quick-view-content .woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

#yith-quick-view-content .product--quantity .btn {
    margin-top: 0 !important;
    height: 40px;
    line-height: 38px;
}

a.add_to_wishlist {
    border: 1px solid #179ea8;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
}

a.add_to_wishlist:hover {
    background-color: #179ea8;
    color: #fff;
}

.content.type-page {
    margin-bottom: 20px;
}

.embed-youtube .youtube-player {
    max-width: 100%;
}

.logged-in-as {
    padding: 0 15px;
}

/*------------------------------------*\
    28. Unit test
\*------------------------------------*/

.sidebar--widget.widget_media_image .wp-caption,
.sidebar--widget.widget_media_image .wp-caption .wp-caption-text {
    margin-bottom: 0;
}

.sidebar--widget.widget_recent_entries ul,
.sidebar--widget.widget_pages ul,
.sidebar--widget.widget_recent_comments ul,
.sidebar--widget.widget_nav_menu ul,
.sidebar--widget.widget_meta ul,
.sidebar--widget.widget_archive ul,
.sidebar--widget.widget_rss ul,
.sidebar--widget.widget_product_categories ul {
    padding:0;
    list-style: none;
}

.sidebar--widget.widget_recent_entries ul li,
.sidebar--widget.widget_pages ul li,
.sidebar--widget.widget_recent_comments ul li,
.sidebar--widget.widget_nav_menu ul li,
.sidebar--widget.widget_meta ul li,
.sidebar--widget.widget_archive ul li,
.sidebar--widget.widget_rss ul li,
.sidebar--widget.widget_product_categories ul li {
    position: relative;
    padding: 0 0 0 25px;
}

.sidebar--widget.widget_recent_entries ul li + li,
.sidebar--widget.widget_pages ul li + li,
.sidebar--widget.widget_recent_comments ul li + li,
.sidebar--widget.widget_nav_menu ul li + li,
.sidebar--widget.widget_meta ul li + li,
.sidebar--widget.widget_archive ul li + li,
.sidebar--widget.widget_rss ul li + li,
.sidebar--widget.widget_product_categories ul li + li {
    margin-top: 6px;
}

.sidebar--widget.widget_recent_entries ul ul li,
.sidebar--widget.widget_pages ul ul li,
.sidebar--widget.widget_recent_comments ul ul li,
.sidebar--widget.widget_nav_menu ul ul li,
.sidebar--widget.widget_meta ul ul li,
.sidebar--widget.widget_archive ul ul li,
.sidebar--widget.widget_rss ul ul li,
.sidebar--widget.widget_product_categories ul ul li {
    margin-top: 6px;
}

.sidebar--widget.widget_recent_entries ul li:before,
.sidebar--widget.widget_pages ul li:before,
.sidebar--widget.widget_recent_comments ul li:before,
.sidebar--widget.widget_nav_menu ul li:before,
.sidebar--widget.widget_meta ul li:before,
.sidebar--widget.widget_archive ul li:before,
.sidebar--widget.widget_rss ul li:before,
.sidebar--widget.widget_product_categories ul li:before {
    content: " ";
    position: absolute;
    width: 18px;
    height: 2px;
    left: 0;
    top: 10px;
    background-color: #ccc;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
}

.sidebar--widget.widget_recent_entries ul li:hover:before,
.sidebar--widget.widget_pages ul li:hover:before,
.sidebar--widget.widget_recent_comments ul li:hover:before,
.sidebar--widget.widget_nav_menu ul li:hover:before,
.sidebar--widget.widget_meta ul li:hover:before,
.sidebar--widget.widget_archive ul li:hover:before,
.sidebar--widget.widget_rss ul li:hover:before,
.sidebar--widget.widget_product_categories ul li:hover:before {
    background-color: #179ea8;
}

/* 28.1: Common CSS */

/* Gallery widget */
.gallery-size-thumbnail {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: -15px;
}
.gallery-size-thumbnail figure {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-top: 15px;
    text-align: center;
}
.gallery-size-thumbnail figure figcaption {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 6px;
}

/* Calendar Widget */
.calendar_wrap table {
    border: 1px solid #ddd;
    width: 100%;
    text-align: center;
}
.calendar_wrap table > caption {
    padding-top: 0;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.calendar_wrap table>tbody>tr>td,
.calendar_wrap table>tbody>tr>th,
.calendar_wrap table>tfoot>tr>td,
.calendar_wrap table>tfoot>tr>th,
.calendar_wrap table>thead>tr>td,
.calendar_wrap table>thead>tr>th {
    border: 1px solid #ddd;
}

.calendar_wrap table>thead>tr>td,
.calendar_wrap table>thead>tr>th {
    border-bottom-width: 2px;
    text-align: center;
    color: #000;
}

/* Post Content */

.post--item .content:after {
    content: ' ';
    display: table;
    clear: both;
}

.post--item ul:not(.nav):not(.tags--widget),
.post--item ol {
    padding-left: 20px;
}
.post--item table,
.comment--item table,
.content.type-page:not(.woo-page) table {
    border: 1px solid #ddd;
    width: 100%;
}

.post--item table>tbody>tr>td,
.post--item table>tbody>tr>th,
.comment--item table>tbody>tr>td,
.comment--item table>tbody>tr>th,
.content.type-page:not(.woo-page) table>tbody>tr>td,
.content.type-page:not(.woo-page) table>tbody>tr>th {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.post--item table>thead>tr>td,
.post--item table>thead>tr>th,
.comment--item table>thead>tr>td,
.comment--item table>thead>tr>th ,
.content.type-page:not(.woo-page) table>thead>tr>td,
.content.type-page:not(.woo-page) table>thead>tr>th {
    border: 1px solid #ddd;
    border-bottom-width: 2px;
    text-align: center;
    padding: 5px 10px;
}

dd, dt {
    line-height: inherit;
}

/* Page Links */

.page-links {
    clear: both;
    margin-top: 30px;
}
.page-links span:not(.page-links-title) {
    display: inline-block;
    padding: 0px 5px;
    border: 1px solid rgba(0,0,0,0.1);
}
.page-links > span:not(.page-links-title) {
    background: #179ea8;
    border-color: #179ea8;
    color: #fff;
}
.page-links a,
.page-links span + span {
    margin: 0 5px;
    display: inline-block; 
}
.page-links a:hover {
    background-color: #179ea8;
    color: #fff;
}
.page-links a:hover span {
    border-color: #179ea8;
}

/* Post password form */

.post-password-form input[type=password] {
    border: 1px solid #179ea8;
    height: 36px;
    padding: 0 15px;
    margin-left: 10px;
}
.post-password-form input[type=submit] {
    border: 1px solid #179ea8;
    background: #179ea8;
    color: #fff;
    height: 36px;
    padding: 0 20px;
    vertical-align: top;
    margin-left: -4px;
}

.single-format-chat .content p {
    margin: 0;
    background: #f0f0f0;
    font-size: 90%;
    line-height: 2.5;
    padding-left: 10px;
}
.single-format-chat .content p:nth-child(even) {
    background: #fbfbfb;
}

ul.dropdown-menu li.menu-item-has-children:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 5px solid #555;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
ul.dropdown-menu li ul {
    display: block;
    visibility: hidden;
    z-index: -9999;
    left: 90%;
    top: 0;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
ul.dropdown-menu li a i {
    display: none;
}
ul.dropdown-menu li:hover ul {
    visibility: visible;
    z-index: 9999;
    opacity: 1;
    left: 100%;
}

@media screen and (max-width: 991px) {
    ul.dropdown-menu li.menu-item-has-children:after {
        display: none;
    }
    ul.dropdown-menu li ul,
    ul.dropdown-menu li:hover ul {
        display: block;
        visibility: visible;
        z-index: 9999;
        position: inherit;
        opacity: 1;
        float: none;
        left: 0;
        padding-left: 15px;
        border: 0;
        box-shadow: none;
    }

    ul.dropdown-menu li a i {
        display: inline-block;
        margin-left: 4px;
    }
}
