/* Minification failed. Returning unminified contents.
(1670,31): run-time error CSS1038: Expected hex color, found '#ffff'
(3787,20): run-time error CSS1036: Expected expression, found '<'
 */
/* 
Main Stylesheet
Author: Mestowabo
*/
/*DEFAULT*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, select, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
    list-style: none;
}

/*OWL CARUSEL RULES*/
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px,0px,0px)
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .owl-carousel .owl-item img:not(.vc_single_image-img) {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3,1.3);
        -moz-transition: scale(1.3,1.3);
        -ms-transition: scale(1.3,1.3);
        -o-transition: scale(1.3,1.3);
        transition: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}
/*LIKES*/
[data-icon]:before {
    content: attr(data-icon)
}

.icon-gear:before, .icon-like:before, .icon-unlike:before, [data-icon]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.icon-like:before {
    content: "\f004"
}

.icon-unlike:before {
    content: "\f004"
}

.icon-gear:before {
    content: "\f013";
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

a.jm-post-like {
    display: inline-block;
    width: auto;
}

    a.jm-post-like.liked {
        color: #da1b1b
    }

    a.jm-post-like:active, a.jm-post-like:focus, a.jm-post-like:hover, a.liked:active, a.liked:focus, a.liked:hover {
        color: #000
    }
/*==========CSS TABLE=========== 


1. BASIC
2. HEADER
3. ESS-GRID
4. TEMPLATES
5. RESPONSIVE RULES


============CSS TABLE=========== */





/*-----------------------------*/
/*-----------BASIC-------------*/
/*-----------------------------*/
body {
    background: #080808;
    font-weight: 500;
    overflow: hidden !important;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
}

.gridera_wide_cont {
    z-index: 9;
    position: relative;
    padding: 0 0 0px;
    margin: 0px auto 0;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1070px;
    padding: 0 15px;
}

.vc_row:nth-last-child(1), .vc_row:nth-last-child(2) {
    margin-bottom: 0;
}

.wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 40px;
}

.wpb_revslider_element {
    margin-bottom: 0;
}

header {
    position: relative;
    z-index: 99999;
    transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
    -khtml-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
}

    header:after {
        content: " ";
        width: 100%;
        height: 1px;
        background: rgba(150,150,150,0.15);
        display: block;
    }

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}

/*COMMON RULES*/
* {
    box-sizing: border-box;
    line-height: 1.4;
    text-shadow: none !important;
}

html {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden !important;
}

::selection {
    background: #888;
    color: #fff;
}

::-webkit-input-placeholder {
    color: #777;
}

:-moz-placeholder {
    color: #777;
}

::-moz-placeholder {
    color: #777;
}

:-ms-input-placeholder {
    color: #777;
}

img.svg {
    opacity: 0;
}

img {
    height: auto;
    display: inline-block !important;
    max-width: 100% !important;
    vertical-align: middle;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 0;
    vertical-align: middle;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
}

a {
    color: #111;
    text-decoration: none;
}

    a:not(.btn).colored:hover {
        text-decoration: underline !important;
    }

    a:focus, a:active, input:focus, textarea:focus, button {
        outline: none !important;
        text-decoration: none !important;
    }

    a:active {
        text-decoration: none !important;
    }

    a.img:hover img {
        opacity: 0.8;
    }

p, pre {
    margin-top: 0;
    margin-bottom: 20px;
}

.vc_row em {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    vertical-align: bottom;
    color: #808080
}

big, code, tt, kbd, del {
    display: inline-block;
    vertical-align: bottom;
}

.vc_row em:before {
    content: " ";
    width: 20px;
    height: 3px;
    background: #0860ff;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

.gridera_format_text ul li {
    list-style: outside none disc;
}

.gridera_stroke_b {
    text-shadow: -1px -1px 0 #111, 1px -1px 0 #111,-1px 1px 0 #111,1px 1px 0 #111;
    -webkit-text-stroke: 1px #111;
    color: transparent !important;
}

.gridera_legend {
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 100px;
}

.wpb_row {
    margin-bottom: 0;
    position: relative;
}

.vc_row ul {
}

.vc_row ol {
    counter-reset: my-badass-counter;
    padding-left: 0 !important
}

.gridera_shadow {
    box-shadow: 0 3px 5px -2px rgba(0,0,0,0.1);
}

.gridera_divider_one {
    height: 3px;
    width: 30px;
}

    .gridera_divider_one:after {
        width: 70px;
        font-weight: 800;
        margin-top: 5px;
        position: relative;
        display: block;
        position: absolute;
        margin: -7px 0 0 35px;
    }

.gridera_vc_inline {
    display: inline-block;
}

.gridera_large_num {
    font-size: 100px;
    line-height: 100px;
}

.gridera_ilightbox_svg {
    width: 30px;
    height: 50px;
    display: block;
    margin: 5px auto 0;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

    .gridera_ilightbox_svg svg {
        width: 100%;
        height: 100%;
    }

div:hover > .gridera_ilightbox_svg {
    width: 50px;
}

pre {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow-x: auto;
    padding: 10px;
}

blockquote {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    color: #808080
}

    blockquote:after {
        content: " ";
        width: 20px;
        height: 3px;
        background: #0860ff;
        margin: 17px auto 0;
        text-align: center;
        display: block;
    }

    blockquote:before {
        content: " ";
        width: 20px;
        height: 3px;
        background: #0860ff;
        margin: 0 auto 17px;
        text-align: center;
        display: block;
    }

    blockquote p {
        margin-bottom: 0;
    }

video {
    width: 100%;
    vertical-align: middle;
}

.gridera_title {
    font-size: 26px !important;
    font-weight: 700 !important;
}

a:hover > .hit {
    color: #777 !important;
}

.cats > a, .gridera_cat, .gridera_sticky, .gridera_ago {
    border-radius: 2px;
    font-size: 10px !important;
    line-height: 17px !important;
    background: #fff !important;
    color: #111 !important;
    margin: 0px 0 3px !important;
    font-weight: 600 !important;
    padding: 2px 5px 1px !important;
    display: inline-block !important;
}

.cats.colored > a {
    color: #fff !important;
}

    .cats.colored > a:hover {
        color: #ddd !important;
    }

.cats > a:hover, .gridera_cat:hover {
    background: #bbb !important;
    color: #666 !important;
}

.cats.black > a {
    background: #111 !important;
    color: #fff !important;
}

    .cats.black > a:hover {
        background: #555 !important;
        color: #eee !important;
    }

.cats.colored > a {
}

    .cats.colored > a:hover {
    }

.mes_custom_svg {
    vertical-align: top;
    width: 13px;
    position: relative;
    display: inline-block;
}

.gridera_outer {
    display: table;
    height: 100%;
    width: 100%
}

.gridera_inner {
    display: table-cell;
    vertical-align: middle;
}

    .gridera_inner.deactivated, .gridera_outer.deactivated {
        display: inline;
    }

*:before, *:after {
    box-sizing: border-box;
}

.gridera_overlay, .tp-dottedoverlay.twoxtwo {
    z-index: 99;
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQIW2NkQAX/GZH4/xkYGBhhAmAOSBJEwDkgAQCCrgQEqRgDDwAAAABJRU5ErkJggg==) !important
}

.arrow_right {
    position: relative;
    background: #fff;
    z-index: 9;
}

    .arrow_right:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-left-color: inherit;
        border-width: 25px;
        margin-top: -25px;
    }

.arrow_left {
    position: relative;
    background: #fff;
    z-index: 9;
}

    .arrow_left:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: inherit;
        border-width: 25px;
        margin-top: -25px;
    }

.arrow_top {
    position: relative;
    background: #fff;
    z-index: 9;
}

    .arrow_top:after {
        right: 50%;
        top: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: inherit;
        border-width: 25px;
        margin-top: -50px;
        margin-right: -25px;
    }

.arrow_bottom {
    position: relative;
    background: #fff;
    z-index: 9;
}

    .arrow_bottom:after {
        right: 50%;
        top: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: inherit;
        border-width: 25px;
        margin-top: -50px;
        margin-right: -25px;
    }

.gridera_pageviews, .gridera_comments, .gridera_likes {
    display: inline-block;
}

.gridera_sticky {
    background: #ddd !important;
    display: inline-block;
}

.gridera_ago {
    background: #ddd !important;
    display: inline-block;
}

.gridera_comments {
    opacity: 0;
}

.gridera_overlap {
    top: 0;
    border-width: 0;
    border-style: solid;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    z-index: 9;
    opacity: 0;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

div:hover > .gridera_overlap, a:hover > .gridera_overlap {
    opacity: 1;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.fullheight {
    height: 100%;
}

.nomargin {
    margin: 0;
}

.fullopacity {
    opacity: 1;
}

.static {
    position: static;
}

.textuppercase {
    text-transform: uppercase;
}

.textcapitalize {
    text-transform: capitalize
}

.inlineblock {
    display: inline-block;
}

.bottom_holder {
    padding: 20px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.relative {
    position: relative;
    z-index: 9;
}


/*TYPOGRAPHY*/
h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
}

h1, .h1 {
    font-size: 35px;
    line-height: 1.2;
}

@media (max-width: 339px) {
    h1, .h1 {
        font-size: 28px;
    }
}

h2, .h2 {
    font-size: 29px;
    line-height: 1.2;
}

h3, .h3 {
    font-size: 24px;
    line-height: 1.2;
}

h4, .h4 {
    font-size: 20px;
    line-height: 1.2;
}

h5, .h5 {
    font-size: 17px;
    line-height: 1.2;
}

h6, .h6 {
    font-size: 14px;
    line-height: 1.2;
}

.wpb_text_column ul > li {
    padding-bottom: 20px;
    list-style: initial;
    margin-left: 15px;
}

    .wpb_text_column ul > li:last-child {
        padding-bottom: 0px;
    }

.vc_row ol > li {
    list-style: none;
    line-height: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.vc_row ol > :last-child {
    padding-bottom: 0px;
}

.vc_row ol > li:before {
    font-size: 11px;
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    border: 1px solid;
    padding: 5px 0px 0 0;
    font-weight: 800;
    text-align: center;
    width: 18px;
    vertical-align: top;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    line-height: 11px;
    border-radius: 100%;
    position: absolute;
    margin-left: -29px;
}

/*GLOBAL BUTTON*/
/*LARGE BTN*/
/*NORMAL BTN*/
.btn, a.add_to_cart_button {
    color: #fff;
    background: #111;
    border: 2px solid #111;
    text-align: center;
    position: relative;
    margin: 0;
    display: inline-block;
    padding: 8px 30px 8px !important;
    cursor: pointer;
    font-size: 10px !important;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

    .btn:hover, a.button:hover {
        text-decoration: underline !important;
        background: transparent;
        color: #111;
        font-weight: 600;
    }

    .btn.round, a.button {
        border-radius: 30px !important;
    }

    .btn.rounded {
        border-radius: 5px;
    }

    .btn.stroke {
        background: transparent !important;
        color: #111;
    }

        .btn.stroke:hover {
            color: #fff;
            background: #111;
        }

    .btn.light {
        color: #111;
        background: #fff;
        border-color: #fff;
    }

        .btn.light:hover {
            color: #fff;
            background: transparent;
        }

        .btn.light.stroke {
            color: #fff;
        }

            .btn.light.stroke:hover {
                background: #fff !important;
                color: #111;
            }

    .btn.mini {
        padding: 1px 15px !important;
    }

    .btn.small {
        padding: 5px 20px !important;
        margin-bottom: 6px;
    }

    .btn.large {
        padding: 18px 53px !important;
    }
    /*LITTLE BTN*/

    .btn:not(.stroke).colored {
        color: #fff;
    }

    .btn.colored:hover {
        background: transparent;
    }

    .btn.stroke.colored:hover {
        color: #fff;
    }


/*-----------------------------*/
/*-----------HEADER------------*/
/*-----------------------------*/
/*W R A P E R S*/
.gridera_layout_box {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
/*LOGO*/
.gridera_logo_holdred {
    position: relative;
    z-index: 111;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.gridera_logo {
    padding: 0 30px;
    position: relative;
    display: block;
    width: 100%;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

    .gridera_logo img {
        width: inherit;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -khtml-transition: all 0.2s;
        -ms-transition: all 0.2s;
    }

.gridera_logo_wrap {
    margin-top: 0px;
    margin-left: 25px;
}

/*TITLE*/
.gridera_title_holder {
    text-align: center;
}

/*SLIDER*/
.gridera_slider {
    position: relative;
    display: none;
    width: auto;
}

    .gridera_slider .owl-stage-outer {
        z-index: 9;
    }

    .gridera_slider .owl-item {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
    }

    .gridera_slider .owl-controls {
        position: absolute;
        height: 100%;
        top: 0;
        width: 100%;
    }

    .gridera_slider .owl-dots, .gridera_slider .owl-nav {
        position: absolute;
        z-index: 99;
        border-color: #333;
    }

    .gridera_slider.bottom-right .owl-nav {
        bottom: 0;
        right: 0;
    }

    .gridera_slider.top-right .owl-nav {
        top: 0;
        right: 0;
    }

    .gridera_slider.top-left .owl-nav {
        top: 0;
        left: 0;
    }

    .gridera_slider.bottom-left .owl-nav {
        bottom: 0;
        left: 0;
    }

    .gridera_slider.bottom-center .owl-nav {
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    .gridera_slider.bottom-right .owl-dots {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .gridera_slider.top-right .owl-dots {
        top: 0;
        right: 0;
    }

    .gridera_slider.top-left .owl-dots {
        top: 0;
        left: 0;
    }

    .gridera_slider.bottom-left .owl-dots {
        bottom: 0;
        left: 0;
    }

    .gridera_slider.bottom-center .owl-dots {
        top: 100%;
        width: 100%;
        text-align: center;
    }

    .gridera_slider .owl-nav > div {
        opacity: 0;
        z-index: 9;
        display: inline-block;
        position: relative;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -khtml-transition: all 0.2s;
        -ms-transition: all 0.2s;
    }

    .gridera_slider .owl-nav .owl-prev {
    }

    .gridera_slider .owl-nav .owl-next {
    }

    .gridera_slider:hover .owl-nav .owl-prev {
        opacity: 1;
    }

    .gridera_slider:hover .owl-nav .owl-next {
        opacity: 1;
    }

    .gridera_slider .owl-nav i {
        color: rgba(0, 0, 0, 0.6);
        padding-top: 5px;
        background: rgba(255,255,255,0.4);
    }

    .gridera_slider .owl-nav i {
        padding: 20px;
        line-height: 5px;
        display: inline-block;
        font-size: 25px;
        text-align: center;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -khtml-transition: all 0.2s;
        -ms-transition: all 0.2s;
    }

        .gridera_slider .owl-nav i:hover {
            opacity: 0.4;
        }

    .gridera_slider .owl-dot {
        width: 6px;
        border: 5px solid;
        margin: 0 4px;
        opacity: 0.3;
        border-color: inherit;
        height: 6px;
        background: inherit;
        display: inline-block;
        border-radius: 100%;
    }

        .gridera_slider .owl-dot.active {
            opacity: 1;
        }

/*S E A R C H*/
.gridera_subwrap {
    color: #fff;
    display: block;
    position: absolute;
    right: 0px;
    height: inherit;
    width: 70px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

    .gridera_subwrap:hover {
        background: #111;
    }

        .gridera_subwrap:hover .gridera_magnif {
        }

.mes-search-form:hover .gridera_subwrap {
}

.mes-search-submit {
    cursor: pointer;
    z-index: 999;
    right: 0px !important;
    position: relative;
    background: rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    height: inherit !important;
    padding: 0px !important;
    width: 100% !important;
}

.mes-search-field {
    border: none;
    width: 100%;
    border-radius: 50px;
    color: #111;
    margin-top: 0px !important;
    height: inherit;
    background: #fff;
    padding: 0px 25px 0 15px !important;
    float: left;
}

.mes-search-form {
    width: 100%;
    vertical-align: top;
    margin: 0;
    display: inline-block;
    height: 45px;
    max-width: 700px !important;
    position: relative;
}

    .mes-search-form:hover .mes-search-field, .mes-search-field:hover, .mes-search-field:focus {
    }

.mes-search-field:hover, .mes-search-field:focus {
    color: #111;
}

.mes-search-form #magnif {
    width: 25px;
    height: 25px;
}

.gridera_magnif {
    cursor: pointer;
    font-size: 30px;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/*D E F A U L T S E A R C H*/
.gridera_widget #searchform #s {
    padding-right: 50px;
    height: 40px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ddd !important;
    font-size: 12px;
    line-height: 12px;
}

.gridera_search_icon {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 13px;
    pointer-events: none;
}

#searchform {
    margin-top: 20px;
    position: relative;
    background-color: #222 !important;
}

#searchsubmit:before {
    content: "\f002";
}

#searchform label {
    display: none;
}

#searchform #searchsubmit {
    background: #222;
    top: 0;
    position: absolute;
    cursor: pointer;
    right: 0;
    height: 40px;
    border-radius: 0;
    display: inline-block;
    font-size: 0px;
    line-height: 13px !important;
    color: #fff;
    border: 0 none !important;
    margin: 0px 0 0 -4px !important;
    width: 40px;
    cursor: pointer;
}

    #searchform #searchsubmit:hover {
        opacity: 0.7;
    }

#searchform #s {
    border: none;
}


/*Cart*/
.widget_shopping_cart_content {
    padding: 30px;
    position: absolute;
    display: none;
    width: 300px;
    right: 0;
    margin-top: -7px;
}

.gridera_cart_support:hover .widget_shopping_cart_content {
    display: block;
}

.gridera_cart_support {
    vertical-align: top;
    display: inline-block;
    position: relative;
    height: 100%;
}

    .gridera_cart_support:hover .header_cart_widget {
        display: block;
        opacity: 1;
    }

    .gridera_cart_support .header_cart_widget {
        background-color: #1b1b1b;
        padding: 15px;
        width: 260px;
        right: -1px;
        z-index: 9999;
    }

    .gridera_cart_support .header_cart_widget {
        display: none;
        position: absolute;
        color: #888
    }

        .gridera_cart_support .header_cart_widget a {
            color: #fff !important;
        }

    .gridera_cart_support .header_cart_link {
    }

        .gridera_cart_support .header_cart_link i {
        }

    .gridera_cart_support .cart_product_count {
        border-radius: 100%;
        height: 15px;
        line-height: 18px;
        width: 15px;
        display: block;
        padding-top: 0px;
        position: absolute;
        margin-top: -35px;
        margin-left: 15px;
        font-size: 11px;
        text-align: center;
        color: #fff !important;
    }

    .gridera_cart_support .header_cart_link:hover .cart_product_count {
    }

    .gridera_cart_support .header_cart_link span span {
        border-radius: 100%;
        font-weight: 700;
        color: #111;
        display: inline-block;
        font-family: Open Sans,sans-serif;
        font-size: 11px;
        line-height: 7px;
        padding: 5px 0;
        position: absolute;
        right: -3px;
        text-align: center;
        top: 3px;
        height: 17px;
        width: 17px;
    }

    .gridera_cart_support .woocommerce-cart .gridera_cart_support {
        display: none;
    }

    .gridera_cart_support .mini_cart_item {
        padding: 0 !important;
    }

        .gridera_cart_support .mini_cart_item .remove {
            position: absolute;
            color: #fff !important;
            padding: 0 !important;
        }

            .gridera_cart_support .mini_cart_item .remove:hover {
                opacity: 0.5;
                color: #fff !important;
                background: transparent !important;
            }

        .gridera_cart_support .mini_cart_item a:nth-child(2) {
            padding: 0 0 0 30px !important
        }

    .gridera_cart_support .gridera_widprod_thumbnail {
        width: 60px;
        height: 60px;
        display: inline-block;
    }

    .gridera_cart_support .gridera_widprod_title {
        margin-bottom: 0;
        display: inline-block;
        position: absolute;
        color: #fff;
        vertical-align: top;
        padding-left: 10px;
    }

    .gridera_cart_support .gridera_widprod_quantity {
        color: #fff;
        margin-bottom: 0px;
        margin-top: -15px;
        margin-left: 100px;
        opacity: 0.5;
        font-weight: 400;
    }

.gridera_menu_falback {
    padding: 0 30px;
}

.gridera_menu_img {
    position: absolute;
    display: inline-block;
    padding-right: 5px;
    top: 50%;
    margin-top: -13px;
}

.gridera_header_menu {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-top: 40px;
    text-align: right;
    margin-top: 0px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s;
    ;
    -moz-transition: all 0.2s;
    ;
    -webkit-transition: all 0.2s;
    ;
    -o-transition: all 0.2s;
    ;
    -khtml-transition: all 0.2s;
    ;
    -ms-transition: all 0.2s;
    ;
}

    .gridera_header_menu ul.menu {
        height: 100%;
        margin: 0;
        padding-left: 5%;
    }

        .gridera_header_menu ul.menu > li, .gridera_support, .gridera_support_divider {
            cursor: pointer;
            top: 0;
            margin-left: -8px;
            vertical-align: top;
            height: 100%;
            position: static;
            display: inline-block;
            list-style: none;
            text-align: left;
        }

            .gridera_header_menu ul.menu > li > a, .gridera_filter_grid button, .gridera_mobile_label {
                height: 100%;
                position: relative;
                display: inline-block;
                text-transform: uppercase;
                font-size: 13px;
                padding: 10px 25px 10px 45px;
            }

            .gridera_header_menu ul.menu > li:not([class^="pe-7s"]) > a {
                padding: 10px 15px 10px 15px;
            }

            .gridera_header_menu ul.menu > li > a .gridera_markup {
                font-size: 11px;
                font-weight: 500;
                letter-spacing: 2px;
                padding: 6px 20px 5px !important;
                text-transform: uppercase;
                display: inline-block;
                color: #111;
                transition: all 0.1s;
                -moz-transition: all 0.1s;
                -webkit-transition: all 0.1s;
                -o-transition: all 0.1s;
                -khtml-transition: all 0.1s;
                -ms-transition: all 0.1s;
            }

            .gridera_header_menu ul.menu > li:hover > a, .header_cart_link:hover, .gridera_markup:hover {
            }

            .gridera_header_menu ul.menu > li > .sub-menu, .gridera_markup_holder {
                margin-top: -7px;
                left: 0;
                width: 290px;
                display: none;
                opacity: 0;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
                border-color: #ffff;
                border-width: 2px;
                position: absolute;
                z-index: 999;
                text-align: center;
                text-align: left;
                transition: all 0.1s;
                -moz-transition: all 0.1s;
                -webkit-transition: all 0.1s;
                -o-transition: all 0.1s;
                -khtml-transition: all 0.1s;
                -ms-transition: all 0.1s;
            }

            .gridera_header_menu ul.menu > li:hover > .sub-menu {
                opacity: 1;
                display: block;
            }

            .gridera_header_menu ul.menu > li li {
                position: relative;
            }

                .gridera_header_menu ul.menu > li li.current-menu-ancestor > a, .gridera_header_menu ul.menu > li li.current-menu-item > a {
                    color: #000 !important
                }

            .gridera_header_menu ul.menu > li.menu-item-has-children > a .gridera_inner:before, .gridera_markup:before {
                margin-top: 0px;
                content: "\f107";
                font-family: FontAwesome;
                float: right;
                margin-left: 5px;
                font-weight: 700;
                font-size: 12px;
            }

            .gridera_header_menu ul.menu > li > ul.sub-menu {
                list-style: none;
                padding: 0px;
                padding: 20px 30px 20px 20px;
                background-color: #222;
            }

                .gridera_header_menu ul.menu > li > ul.sub-menu > li a {
                    font-weight: 500;
                    padding: 5px 15px;
                    display: block;
                    font-size: 12px;
                    text-decoration: none;
                    font-size: 11px;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                }

                    .gridera_header_menu ul.menu > li > ul.sub-menu > li a:before {
                        content: "\f0da";
                        font-family: FontAwesome;
                        color: #999;
                        padding-right: 10px;
                    }

            /*Menu Icon*/
            .gridera_header_menu ul.menu > li:before {
                margin-left: 15px;
                position: absolute;
                top: 50%;
                font-size: 25px;
                margin-top: -10px;
                font-family: 'Pe-icon-7-stroke';
            }

            /*Third Menu*/
            .gridera_header_menu ul.menu > li li.menu-item-has-children > a:after {
                margin-top: 0px;
                content: "\f105";
                font-family: FontAwesome;
                float: right;
                margin-left: 5px;
                font-weight: 700;
                font-size: 12px;
            }

            .gridera_header_menu ul.menu > li li.menu-item-has-children > ul.sub-menu {
                z-index: -1;
                display: none;
                left: 100%;
                min-width: 220px;
                opacity: 0;
                position: absolute;
                top: 0;
            }

            .gridera_header_menu ul.menu > li li.menu-item-has-children:hover > ul.sub-menu {
                display: block;
                opacity: 1;
            }

/*Mega Menu*/
body:not(.no_mega) .gridera_header_menu ul.menu > li:not(.megamenu) {
    position: relative;
}

    body:not(.no_mega) .gridera_header_menu ul.menu > li:not(.megamenu) > ul ul {
        padding: 30px 0;
        margin-top: -30px;
    }

body:not(.no_mega) .gridera_header_menu ul.menu > li.megamenu > ul {
    width: 100%;
    left: 0;
    display: none;
    cursor: default;
}

body:not(.no_mega) .gridera_header_menu ul.menu > li.megamenu:hover > ul {
    display: table;
}

body:not(.no_mega) .gridera_header_menu ul.menu > li.megamenu > ul > li > a:before,
body:not(.no_mega) .gridera_header_menu ul.menu > li.megamenu > ul > li > a:after {
    display: none;
}

body:not(.no_mega) .gridera_header_menu ul.menu > li.megamenu > ul > li {
    width: auto;
    display: table-cell;
    float: none;
    cursor: default;
    position: relative;
}

    body:not(.no_mega) .gridera_header_menu ul.menu > li.megamenu > ul > li > ul.sub-menu {
        z-index: 9;
        border-top: medium none;
        box-shadow: none !important;
        cursor: default;
        display: block;
        left: 0 !important;
        min-width: 100% !important;
        opacity: 1 !important;
        position: relative !important;
    }

body:not(.no_mega) .gridera_header_menu ul.menu > li.megamenu > ul > li {
    border-left: 0 !important;
}

    body:not(.no_mega) .gridera_header_menu ul.menu > li.megamenu > ul > li > a {
        padding-bottom: 23px;
        opacity: 0.6;
    }

        body:not(.no_mega) .gridera_header_menu ul.menu > li.megamenu > ul > li > a:before {
            margin-top: 0px;
            content: "\f107";
            font-family: FontAwesome;
            float: right;
            margin-left: 5px;
            font-weight: 700;
            font-size: 12px;
        }

body:not(.no_mega) .gridera_header_menu ul.menu > li.megamenu ul > li:last-child {
    border-right: 0;
}

body:not(.no_mega) .gridera_header_menu ul.menu > li.megamenu > ul > li > ul > li:last-child {
    border-bottom: none;
}

/*MENU*/
.gridera_search_close {
    position: absolute;
    color: #fff;
    padding: 20px;
}

.gridera_support_divider {
    height: 100%;
    width: 1px;
    background: rgba(150,150,150,0.15);
    display: inline-block;
}

.gridera_support a:not(.btn), .gridera_search_close {
    font-size: 25px !important;
    padding: 0 20px !important;
    cursor: pointer;
}

.gridera_search_a {
    height: 100%;
    display: block;
    cursor: pointer;
    position: relative;
}

.gridera_cart_support {
    height: 100%;
    text-align: center;
    top: 2px;
    position: relative;
    display: inline-block;
    margin-bottom: -2px;
}

.gridera_search_support i.close {
    z-index: 9999999;
    color: #fff !important;
    position: relative;
    height: 100%;
}

body:not(.mobile):not(.gridera_o_head) .gridera_support, .gridera_support_divider {
    float: right;
    top: 0;
    display: inline-block;
    margin-left: 0 !important;
}

.gridera_mobile_label {
    display: none;
    padding: 0;
}



/*M A R K U P*/
.gridera_markup {
    position: relative;
    cursor: pointer;
}

.gridera_markup_holder {
    cursor: auto;
    color: #777;
    font-size: 13px;
    letter-spacing: 0;
    right: 0;
    text-transform: none;
    top: 100%;
    width: 100%;
    padding: 20px;
    font-weight: 500;
}

.gridera_markup:hover .gridera_markup_holder {
    display: block;
    opacity: 1;
}

.gridera_markup_holder .wpcf7-form textarea {
    height: 100px !important;
}

/*M E N U T O G G L E*/
#gridera_menu-toggle-wrapper {
    margin: 0 10px;
    height: 55px;
    position: relative;
    width: 60px;
    z-index: 99999;
    display: inline-block;
    cursor: pointer;
}

.gridera_toggle-wrapper-wrap {
    z-index: 99999;
    height: 100%;
    display: none;
    text-align: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

#gridera_menu-toggle, #gridera_menu-toggle:before, #gridera_menu-toggle:after {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

    #gridera_menu-toggle:before {
        top: -6px;
    }

    #gridera_menu-toggle:after, #gridera_menu-toggle:before {
        background: #fff;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        transform-origin: center center 0;
        width: 100%;
    }

    #gridera_menu-toggle, #gridera_menu-toggle:before, #gridera_menu-toggle:after {
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -khtml-transition: all 0.2s;
        -ms-transition: all 0.2s;
    }

        #gridera_menu-toggle:after {
            bottom: -6px;
        }

        #gridera_menu-toggle:after, #gridera_menu-toggle:before {
            background: #fff;
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            transform-origin: center center 0;
            width: 100%;
        }

        #gridera_menu-toggle, #gridera_menu-toggle:before, #gridera_menu-toggle:after {
            transition: all 0.2s;
            -moz-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            -khtml-transition: all 0.2s;
            -ms-transition: all 0.2s;
        }

#gridera_menu-toggle {
    margin-left: 17px;
    background: #fff;
    display: block;
    font-size: 30px;
    left: 0;
    height: 3px;
    position: absolute;
    top: 50%;
    width: 24px
}

#gridera_menu-toggle-wrapper.anim-out #gridera_menu-toggle {
    background: rgba(0,0,0,0) !important;
}

    #gridera_menu-toggle-wrapper.anim-out #gridera_menu-toggle:before {
        transform: rotate(45deg) translate(5px, 4px);
        -moz-transform: rotate(45deg) translate(5px, 4px);
        -webkit-transform: rotate(45deg) translate(5px, 4px);
        -o-transform: rotate(45deg) translate(5px, 4px);
        -khtml-transform: rotate(45deg) translate(5px, 4px);
        -ms-transform: rotate(45deg) translate(5px, 4px);
    }

    #gridera_menu-toggle-wrapper.anim-out #gridera_menu-toggle:after {
        transform: rotate(-45deg) translate(4px, -4px);
        -moz-transform: rotate(-45deg) translate(4px, -4px);
        -webkit-transform: rotate(-45deg) translate(4px, -4px);
        -o-transform: rotate(-45deg) translate(4px, -4px);
        -khtml-transform: rotate(-45deg) translate(4px, -4px);
        -ms-transform: rotate(-45deg) translate(4px, -4px);
    }


/*S L I D E A N I M A T I O N*/
.gridera_header_menu ul.menu > li > a:after, .header_cart_link:after, .gridera_markup:after, .gridera_slide:after {
    bottom: 0;
    content: "";
    display: inline-block !important;
    height: 2px;
    right: 0;
    position: absolute;
    background: #333;
    width: 0;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -khtml-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.gridera_header_menu ul.menu > li:hover > a:after, .header_cart_link:hover:after, .gridera_markup:hover:after, .gridera_slide:hover:after {
    width: 100%;
    left: 0;
}

body.search_open .gridera_slide:after {
    width: 0 !important;
}


/**********************************************************************************/
/**********************************************************************************/
/**********************                                       *********************/
/**********************   H E A D E R D I F F E R E N C E S   *********************/
/**********************                                       *********************/
/**********************************************************************************/
/**********************************************************************************/


/*********************************    LEFT MENU   *********************************/

body.gridera_l_head .gridera_header_menu {
    text-align: left;
}


/*******************************     JUSTIFY MENU    ******************************/

body.gridera_j_head .gridera_header_menu {
    text-align: center !important;
}

/*******************************     OVERLAY MENU    ******************************/
@media screen and (min-width: 991px) {
    body.gridera_o_head .gridera_header_menu {
    }

    body.gridera_o_head .gridera_toggle-wrapper-wrap {
        display: block;
    }

    body.gridera_o_head #gridera_menu-toggle, body.gridera_o_head #gridera_menu-toggle:after, body.gridera_o_head #gridera_menu-toggle:before {
        background: #111 !important;
    }

    body.gridera_o_head .gridera_header_menu ul.menu > li {
        height: 36px !important;
        position: relative;
        top: 50%;
    }

    body.gridera_o_head .gridera_header_menu {
        text-align: center;
        position: relative;
    }

    body.gridera_o_head .gridera_support_divider {
        display: none;
    }

    body.gridera_o_head .gridera_header_menu ul.menu > li > ul ul {
        padding: 10px 0;
        margin-top: -10px;
    }

    body.gridera_o_head .gridera_header_menu ul.menu > li > ul.sub-menu {
        padding: 10px 0px;
    }

    body.gridera_o_head .gridera_header_menu ul.menu {
        height: auto;
    }

    body.gridera_o_head .gridera_logo_overlay {
        z-index: 9999999;
        position: relative;
        padding: 120px 0 10px;
        margin: 0px auto 0px;
        display: block !important;
    }

        body.gridera_o_head .gridera_logo_overlay a {
            display: block;
        }

    body.gridera_o_head .gridera_logo_overlay_line {
        height: 4px;
        position: absolute;
        width: 0px;
        left: 80px;
        margin: 30px 0 0px 30px;
        z-index: -1111;
    }

    body.gridera_o_head header .gridera_header_menu {
        display: none !important;
    }

    body.gridera_o_head .gridera_popup .widget_shopping_cart_content {
        display: none !important;
    }

    body.overlay_open header {
        top: 0 !important;
    }

    body.overlay_open #gridera_menu-toggle, body.overlay_open #gridera_menu-toggle:after, body.overlay_open #gridera_menu-toggle:before {
        background: #fff !important;
    }

    body.overlay_open #gridera_menu-toggle-wrapper.anim-out #gridera_menu-toggle {
        background: transparent !important;
    }
}

/*******************************     SIDE MENU    ******************************/
@media screen and (min-width: 1200px) {
    body.gridera_s_head header {
        position: fixed !important;
        height: 100%;
        left: 0;
        border-right: 1px solid rgba(150,150,150,0.15);
    }

    body.gridera_s_head .gridera_header_holder > .row {
        margin: 0
    }

    body.gridera_s_head .gridera_logo_wrap {
        margin: 60px auto 0;
    }

    body.gridera_s_head .gridera_header_menu ul.menu > li {
        height: 40px;
        display: block;
        position: relative;
        padding-left: 0px;
        float: none;
        margin-left: 0;
    }

    body.gridera_s_head #menu-main-menu {
        height: auto;
    }

    body.gridera_s_head .gridera_header_menu ul.menu > li > .sub-menu {
        left: 100%;
        top: 0;
    }

    body.gridera_s_head .gridera_support_divider {
        display: none;
    }

    body.gridera_s_head .gridera_header_menu ul.menu > li > ul.sub-menu {
        padding: 10px 0;
    }

    body.gridera_s_head .gridera_header_menu ul.menu > li ul.sub-menu {
        padding: 10px 0;
        top: 7px;
    }

        body.gridera_s_head .gridera_header_menu ul.menu > li ul.sub-menu ul {
            top: -10px;
        }

    body.gridera_s_head .gridera_gridera_leftnum {
        display: none;
    }

    body.gridera_s_head .gridera_mobile_label {
        display: inline-block;
        height: auto;
        padding: 0 0 0 56px;
        vertical-align: top;
    }

    body.gridera_s_head .gridera_header_menu ul.menu > li:before {
        left: 27px;
    }

    body.gridera_s_head .gridera_header_menu ul.menu > li > a {
        width: 100%;
        padding: 10px 45px 10px 75px;
    }

    body.gridera_s_head .gridera_header_menu ul.menu > li:hover > a {
        background: rgba(170,170,170,0.1)
    }

    body.gridera_s_head .gridera_header_menu ul.menu > li > a:after {
        display: none !important;
    }

    body.gridera_s_head .gridera_support i {
        position: absolute;
        left: 40px;
        margin-top: -4px;
    }

    body.gridera_s_head .widget_shopping_cart_content {
        left: 100%;
        top: 7px;
    }

    body.gridera_s_head header .gridera_socials {
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 60px;
    }

        body.gridera_s_head header .gridera_socials a {
            padding: 8px;
        }

    body.gridera_s_head .cart_product_count {
        margin-left: 40px !important;
        margin-top: -36px !important;
    }

    body.gridera_s_head header:after {
        display: none !important;
    }

    body.gridera_s_head .gridera_header_holder {
        height: 50px !important;
    }

    body.gridera_s_head .gridera_header_menu {
        display: table !important;
    }

        body.gridera_s_head .gridera_header_menu > .menu {
            display: table-cell !important;
            vertical-align: middle;
        }

            body.gridera_s_head .gridera_header_menu > .menu > li:first-child {
                margin-top: -20px;
            }
}

@media (min-width: 0px) and (max-width: 1200px) {
    body.gridera_s_head div[data-vc-full-width="true"] {
    }

    body.fix_vc_padding div.vc_row[data-vc-full-width="true"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 0px) and (max-width: 1200px) {
    body.gridera_s_head header .gridera_socials {
        display: none;
    }
}

/****************************     OFFCANVAS MENU    ****************************/
@media screen and (min-width: 991px) {
    body.gridera_off_head {
        transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
        -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
        -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
        -o-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
        -khtml-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
        -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
    }

        body.gridera_off_head header {
            position: fixed !important;
            height: 100%;
        }

        body.gridera_off_head .gridera_header_holder > .row {
            margin: 0
        }

        body.gridera_off_head .gridera_logo_wrap {
            border-bottom: 1px solid rgba(150,150,150,0.15);
            margin: 0px auto 0;
            position: fixed !important;
            right: 0;
            top: 0;
            width: 100%;
            max-width: 100% !important;
        }

        body.gridera_off_head .gridera_header_animation {
            transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
            -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
            -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
            -o-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
            -khtml-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
            -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
        }

        body.gridera_off_head .gridera_header_menu ul.menu > li {
            height: 40px;
            display: block;
            position: relative;
            padding-left: 0px;
            float: none;
            margin-left: 0;
        }

        body.gridera_off_head #menu-main-menu {
            margin-top: 90px;
        }

        body.gridera_off_head .gridera_header_menu ul.menu > li > .sub-menu {
            left: 0;
            top: 0;
            margin-left: -220px;
        }

        body.gridera_off_head .gridera_support_divider {
            display: none;
        }

        body.gridera_off_head .gridera_header_menu ul.menu > li > ul.sub-menu {
            padding: 10px 0;
        }

        body.gridera_off_head .gridera_header_menu ul.menu > li ul.sub-menu {
            padding: 10px 0;
            top: 5px;
        }

            body.gridera_off_head .gridera_header_menu ul.menu > li ul.sub-menu ul {
                top: -10px;
            }

        body.gridera_off_head .gridera_mobile_label {
            display: inline-block;
            height: auto;
            padding: 0 0 0 56px;
            vertical-align: top;
        }

        body.gridera_off_head .gridera_header_menu ul.menu > li:before {
            left: 27px;
        }

        body.gridera_off_head .gridera_header_menu ul.menu > li > a {
            width: 100%;
            padding: 10px 30px 10px 75px;
        }

        body.gridera_off_head .gridera_header_menu ul.menu > li:hover > a {
            background: rgba(170,170,170,0.1)
        }

        body.gridera_off_head .gridera_header_menu ul.menu > li > a:after {
            display: none !important;
        }

        body.gridera_off_head .gridera_support i {
            position: absolute;
            left: 40px;
            margin-top: -4px;
        }

        body.gridera_off_head .widget_shopping_cart_content {
            left: 0;
            top: 5px;
            margin-left: -300px;
        }

        body.gridera_off_head.offcanvas_open header {
            right: 0 !important;
        }

        body.gridera_off_head header .gridera_socials {
            position: absolute;
            width: 100%;
            text-align: center;
            bottom: 60px;
        }

            body.gridera_off_head header .gridera_socials a {
                padding: 8px;
            }

        body.gridera_off_head .gridera_toggle-wrapper-wrap {
            display: block;
            position: fixed;
            top: 0;
            right: 0;
        }

        body.gridera_off_head.roof .gridera_logo_wrap {
            background: transparent !important;
        }

        body.gridera_off_head .gridera_layout_box .gridera_logo_wrap {
            left: 0;
        }

        body.gridera_off_head header:after {
            display: none !important;
        }

        body.gridera_off_head.offcanvas_open .gridera_logo_wrap {
            background: transparent !important;
            border-color: transparent !important;
        }

        body.gridera_off_head.offcanvas_open .gridera_logo {
            opacity: 0 !important;
        }

        body.gridera_off_head .cart_product_count {
            margin-left: 40px !important;
            margin-top: -36px !important;
        }
}

@media (min-width: 0px) and (max-width: 991px) {
    body.gridera_off_head header .gridera_socials {
        display: none;
    }
}

/*SPECIAL FEATURES */
.gridera_overlay_window {
    background: rgba(0,0,0,0.9);
    text-align: center;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999999;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

    .gridera_overlay_window .gridera_window_search {
        display: none;
    }

.gridera_popup {
    padding: 0 15px;
    margin-top: -70px;
}

    .gridera_popup .gridera_popup_action {
        padding: 0 20px 40px;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .gridera_popup .hit {
        margin-bottom: 0px;
    }

    .gridera_popup i.info {
        margin-left: -63px;
        position: absolute;
        font-size: 55px;
        margin-top: -2px;
    }

    .gridera_popup i.close {
        position: absolute;
        top: 0px;
        font-size: 20px;
        cursor: pointer;
        right: 0px;
        padding: 10px;
        color: #111;
    }

    .gridera_popup > div {
        position: relative;
        margin: 0 auto;
        border-radius: 3px;
        background-size: cover !important;
        display: none;
    }

    .gridera_popup .gridera_window_search {
        max-width: 500px;
        text-align: left;
    }

        .gridera_popup .gridera_window_search .gridera_popup_dialog {
            padding: 40px 20px 40px 80px;
            color: #111;
        }

    .gridera_popup .gridera_menu_window {
        max-width: 850px;
    }

        .gridera_popup .gridera_menu_window .gridera_socials {
            padding-bottom: 60px;
        }

        .gridera_popup .gridera_menu_window .hit {
            padding: 10px;
        }






#akceptor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

iframe.esg-youtube-frame {
    border: 0px !important;
}


/*C O N T A C T F O R M 7*/
.wpcf7-form p:nth-child(5) {
    margin-bottom: 0 !important;
}

.input-wrap {
    padding: 0 !important;
    color: #333 !important;
    background: #fff !important;
    margin-top: -8px;
    vertical-align: middle;
    border: 0 !important;
}

    .input-wrap:hover .wpcf7-submit {
    }

.wpcf7-submit {
    margin: 0 !important
}

.wpcf7-form p:nth-child(2), .wpcf7-form p:nth-child(3), .wpcf7-form p:nth-child(4) {
    width: 33.333%;
    float: left;
    padding-right: 20px;
    margin-bottom: 0px;
}

.wpcf7-form p:nth-child(4) {
    padding-right: 0px;
}

.wpcf7-form input:not(.wpcf7-submit), .wpcf7-form textarea {
    display: block;
    color: #999;
    width: 100%;
    padding: 9px;
    border: 1px solid rgba(160,160,160,0.5);
    margin-bottom: 20px !important;
}

.wpcf7-form h5 {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
    margin-top: 0px;
}

.wpcf7-form span[role='alert'] {
    font-size: 11px;
    margin-top: -15px !important;
    margin-bottom: 10px !important;
    display: block !important;
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
    border: none !important;
    color: #fff;
    margin-left: 0px !important;
    padding: 20px !important;
}

.wpcf7-mail-sent-ok {
    background: #8fae1b !important;
}

.wpcf7-submit {
}

.wpcf7 textarea:focus, .wpcf7 input:focus {
}

.wpcf7 textarea {
    height: 160px;
}

.wpcf7 input, .wpcf7 textarea {
    background: rgba(255,255,255,0.05);
}

div.wpcf7 img.ajax-loader {
    display: none !important;
}

input.wpcf7-form-control.wpcf7-submit {
    border-radius: 40px;
}



/*FOOTER*/
.gridera_map_wrap {
    overflow: hidden;
}

iframe {
    width: 100% !important;
}

/*ILIGHT BOX*/
.gridera_ilightbox_wrap {
    position: relative;
    overflow: hidden;
}

.gridera_overlap.gridera_ilightbox {
    background: rgba(0,0,0,0.0);
    text-align: center;
}

    .gridera_overlap.gridera_ilightbox a {
        z-index: 99;
        display: inline-block;
        position: relative;
    }

    .gridera_overlap.gridera_ilightbox i {
        padding-top: 10px;
        font-size: 0;
        color: #fff;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -khtml-transition: all 0.2s;
        -ms-transition: all 0.2s;
    }

    .gridera_overlap.gridera_ilightbox:hover i {
        font-size: 40px;
    }

    .gridera_overlap.gridera_ilightbox .gridera_p_box {
    }

.gridera_ilightbox img, .gridera_ilightbox_wrap img {
    transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
    -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
    -khtml-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
    -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0, 0.7);
}

.gridera_ilightbox.gridera_overlap:hover {
    background: rgba(0,0,0,0.3);
}

.gridera_ilightbox_wrap:hover img, .gridera_ilightbox:hover img {
    -webkit-transform: scale(1.10,1.10);
    -moz-transform: scale(1.10,1.10);
    -o-transform: scale(1.10,1.10);
    -ms-transform: scale(1.10,1.10);
    transform: scale(1.10,1.10);
}


/* P O S T F O R M A T */
.gridera_blog_meta a {
    color: #333
}

.gridera_blog_meta .cats a {
    margin-right: 5px !important;
}

.gridera_blog_meta a:hover {
}

.gridera_blog_meta {
    font-size: 11px;
    text-transform: uppercase;
}

.gridera_full_blog_post_date {
    vertical-align: bottom;
    text-align: center;
    text-transform: uppercase;
    z-index: 9;
    display: inline-block;
}

.gridera_blog_post_title {
}

.gridera_blog_full_content_holder {
}

.gridera_blog_item_main_content table, .gridera_blog_item_main_content dl, .gridera_blog_item_main_content ul, .gridera_blog_item_main_content ol, .gridera_blog_item_main_content address {
    margin-bottom: 20px;
    padding-left: 20px;
}

    .gridera_blog_item_main_content ul li {
        list-style-type: circle;
    }

    .gridera_blog_item_main_content ol li {
        list-style-type: decimal;
    }

.gridera_blog_item_main_content .gridera_widget li {
    list-style: none;
}

.gridera_date_y {
    margin: 0;
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    padding: 0 2px;
    color: rgba(0,0,0,0.3) !important;
    letter-spacing: 0;
}

.gridera_date_d {
    font-size: 30px !important;
    font-weight: bold;
    line-height: 30px !important;
    margin-bottom: 0px;
}

.format-text {
    padding: 0;
}

.post-format-header {
    padding: 0px 0 0px;
}

.gridera_blog_meta a[rel="tag"]:before {
    content: "#";
}

.gridera_blog_meta a[rel="tag"] {
    margin-left: 5px;
}

.gridera_post_format_left {
    padding-bottom: 20px;
    padding-right: 0;
}

.gridera_post_format_right {
    padding: 0 30px 40px;
}

    .gridera_post_format_right .gridera_date_y {
        font-weight: 600;
        color: rgba(0,0,0,0.4) !important;
    }

    .gridera_post_format_right .cats {
        padding-top: 0px;
        margin-bottom: 17px;
    }

/*I N S T A F E E D*/
#instafeed {
    padding: 0px;
}

.gridera_insta_feed img {
    width: 100%;
}

.gridera_insta_feed a {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
}

.gridera_insta_feed {
    overflow: hidden;
    padding: 0px;
}

.gridera_insta_likes {
    display: inline-block;
    margin-bottom: 25px;
    padding-right: 5px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.gridera_insta_comments {
    display: inline-block;
    margin-bottom: 25px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.gridera_insta_feed .gridera_overlap:hover .gridera_insta_likes {
    display: inline-block;
    margin-bottom: 0px;
}

.gridera_insta_feed .gridera_overlap:hover .gridera_insta_comments {
    margin-bottom: 0px;
}

.gridera_insta_feed .gridera_overlap i {
    padding-right: 3px;
}

.gridera_insta_feed .gridera_overlap {
    border-width: 0;
    font-size: 16px;
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    height: 100%;
    position: absolute;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.insta_bg {
    background: rgba(0,0,0,0.8);
    opacity: 0;
    height: 100%;
}

.gridera_insta_feed:hover .insta_bg {
    opacity: 1;
}

.gridera_insta_feed .gridera_overlap {
    text-align: center;
}

.gridera_insta_feed .gridera_overlap {
    background: rgba(0,0,0,0.0) !important;
}

    .gridera_insta_feed .gridera_overlap:hover {
        background: rgba(0,0,0,0.6) !important;
    }

.gridera_instcaption {
    padding: 0 15px;
    font-size: 11px;
    line-height: 15px;
}

footer .gridera_instcaption, footer .gridera_insta_comments {
    display: none;
}

/*W I D G E T S*/
.gridera_widget_column {
    margin-bottom: 40px;
}

.gridera_widget:not(.gridera_widget_footer) {
    margin-bottom: 20px;
    padding: 20px 0;
}

.gridera_widget:not(.gridera_widget_footer) {
    padding: 0px 20px 20px;
    margin: 0 -20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

    .gridera_widget:not(.gridera_widget_footer) .gridera_widget-title {
        padding: 20px 0 0px;
    }

    .gridera_widget:not(.gridera_widget_footer) .gridera_widget-title {
        text-align: left;
    }
/*category widget*/
.gridera_widget li.cat-item {
    text-align: right;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    height: 20px;
    list-style: none;
}

    .gridera_widget li.cat-item:last-child {
        border-bottom: none !important;
    }

    .gridera_widget li.cat-item a {
        float: left;
    }

    .gridera_widget li.cat-item li {
        display: none;
    }

.tagcloud {
}

    .tagcloud a {
        text-transform: capitalize;
        padding: 2px 10px;
        border: 2px solid rgba(160,160,160,0.5);
        line-height: 15px;
        font-weight: 600;
        margin-bottom: 5px;
        opacity: 0.6;
        display: inline-block;
        font-size: 10px !important;
        margin-right: 0px;
        border-radius: 15px;
    }




/*S I D E B A R S*/
.wpb_widgetised_column.wpb_content_element {
    border: 1px solid rgba(0,0,0,0.1);
    border-width: 1px 1px 0 1px;
    padding: 0px 20px 0;
}

.gridera_sidebar {
    margin-top: -1px;
    border: 1px solid rgba(0,0,0,0.1);
    border-width: 1px 1px 0 1px;
    padding: 0px 20px 0;
}

.pp_content {
    background: #f8f8f8 !important;
}

.pp_description {
    font-size: 20px;
    margin-top: 10px !important
}

.gridera_widget:not(.woocommerce) ul:not(#cbox) {
    padding: 0px;
    margin: 0;
    list-style: none;
}

    .gridera_widget:not(.woocommerce) ul:not(#cbox):not(.gridera_display-posts-listing) li {
    }

.gridera_widget:not(.woocommerce) > ul:not(#cbox) li:not(.recentcomments) > a:not(.gridera_title) {
    padding-left: 15px;
    position: relative;
}

    .gridera_widget:not(.woocommerce) > ul:not(#cbox) li:not(.recentcomments) > a:not(.gridera_title):before {
        position: absolute;
        left: 0;
        content: "\f105";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: block;
        float: left;
        text-decoration: inherit;
        font-size: 14px;
        margin-right: 12px;
        line-height: 16px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 1;
        margin-top: 0px;
    }

.gridera_widget:not(.woocommerce) ul:not(#cbox) li a:hover {
    text-decoration: none;
    opacity: 1;
}

    .gridera_widget:not(.woocommerce) ul:not(#cbox) li a:hover:before {
        margin-right: 6px;
        margin-left: 6px;
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.gridera_widget.gridera_float_widget {
    position: absolute;
    width: 100%;
}

.gridera_float_widget {
    transition: top 0.6s;
    -moz-transition: top 0.6s;
    -webkit-transition: top 0.6s;
    -o-transition: top 0.6s;
    -khtml-transition: top 0.6s;
    -ms-transition: top 0.6s;
}

/*COMMON REVIEWER FIXES*/
.wp-caption-text {
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

#map img {
    width: auto !important;
    max-width: inherit !important;
}

.gridera_widget select {
    width: 100% !important;
}

.admin-bar header.top.nav-down {
    top: 45px;
}

select option {
    max-width: 300px;
}

embed {
    width: 100%;
}

.wp-caption {
    width: 100% !important
}

input, textarea {
    border: 1px solid #ddd;
    padding: 6px 10px;
}

img.alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
}

/* T A G L I N E*/
.tag_line .breadcrumbs {
    padding: 0;
}

.tag_line {
    margin: 0px -30px;
    background: #fff;
    z-index: 99;
    padding: 20px 45px;
    position: relative;
}

    .tag_line .gridera_blog_post_title_inner {
        padding-left: 15px !important;
    }

    .tag_line .hit {
        text-transform: uppercase;
        display: inline-block;
        margin: 0;
        color: #111;
        font-size: 11px;
    }

    .tag_line .gridera_breadcrumbs a:hover {
        text-decoration: none;
    }

    .tag_line .gridera_breadcrumbs {
        font-size: 11px !important;
    }

        .tag_line .gridera_breadcrumbs .current {
            color: #333;
        }

.gridera_archive_describer {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    padding: 40px 0 25px;
    background-size: cover !important;
    background-position: center !important;
}

    .gridera_archive_describer .hit {
        z-index: 99;
        position: relative;
        text-transform: capitalize;
    }


/*  <-  P R E V  |  N E X T  -> */
.gridera_blog_nav {
    padding-bottom: 0px;
}

    .gridera_blog_nav .floatleft {
        padding-left: 20px
    }

    .gridera_blog_nav .floatright {
        padding-right: 20px
    }

    .gridera_blog_nav > div {
        display: inline-block;
        position: relative;
        height: 120px;
    }

    .gridera_blog_nav .hit {
        margin: 0;
    }

    .gridera_blog_nav i {
        line-height: 24px;
    }

    .gridera_blog_nav .floatleft .fa {
        position: absolute;
        margin-left: -15px;
    }

    .gridera_blog_nav .floatright .fa {
        position: absolute;
        margin-right: 5px;
        right: 0;
    }

    .gridera_blog_nav > div:last-child {
        text-align: right;
    }

    .gridera_blog_nav > div:first-child a {
        padding: 20px 45px 20px 0
    }

    .gridera_blog_nav > div:last-child a {
        padding: 20px 0 20px 45px
    }

.gridera_blog_nav {
    height: 140px;
    padding: 37px 15px;
    overflow: hidden;
}

    .gridera_blog_nav > div:not(.clearfix) {
    }

    .gridera_blog_nav > div:nth-last-child(2) {
        border-right: 0px solid #fff;
    }

    .gridera_blog_nav a {
        padding: 20px 45px;
        display: inline-block;
    }

/* C A L E N D A R */
.widget_calendar {
    float: left;
}

#wp-calendar a {
}

#wp-calendar {
    width: 100%;
}

    #wp-calendar caption {
        text-align: right;
        color: #333;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #wp-calendar thead {
        font-size: 10px;
        margin-bottom: 10px;
    }

        #wp-calendar thead th {
            padding: 10px;
        }

    #wp-calendar tbody {
        color: #aaa;
    }

        #wp-calendar tbody td {
            border: 1px solid rgba(0,0,0,0.1);
            text-align: center;
            padding: 8px;
        }

            #wp-calendar tbody td:hover {
                background: #fff;
            }

        #wp-calendar tbody .pad {
            background: none;
        }

    #wp-calendar tfoot #next {
        font-size: 10px;
        text-transform: uppercase;
        text-align: right;
    }

    #wp-calendar tfoot #prev {
        font-size: 10px;
        text-transform: uppercase;
        padding-top: 10px;
    }

    #wp-calendar thead th {
        background: #ededed;
        text-align: center;
        border: 1px solid rgba(0,0,0,0.1);
    }

    #wp-calendar caption {
        font-weight: bold;
    }

/*R E C E N T   T W E E T S*/
.tp_recent_tweets {
    position: relative;
}

    .tp_recent_tweets ul {
        margin-top: 0
    }

    .tp_recent_tweets li {
        padding-left: 25px !important;
        padding-bottom: 20px;
        background-image: none;
        border-bottom: 0 !important;
    }

        .tp_recent_tweets li:before {
            content: "\f099";
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            font-size: 15px;
            color: #bbb;
        }

    .tp_recent_tweets a:not(.twitter_time) {
        font-weight: normal;
    }

    .tp_recent_tweets .twitter_time {
        color: #111;
        font-style: normal;
        font-size: 10px;
        font-weight: 400 !important;
        font-weight: normal;
    }

/*S H A R E*/
.gridera_share_wraper .gridera_one {
    padding: 0 0px 0 15px;
}

.gridera_share_wraper .gridera_two {
    padding: 0 15px 0 0px;
}

    .gridera_share_wraper .gridera_two .gridera_one {
        padding: 0 5px 0 15px;
    }

    .gridera_share_wraper .gridera_two .gridera_two {
        padding: 0 15px 0 5px;
    }

.gridera_share_wraper .gridera_pageviews {
    width: 100%;
    margin: 10px 0;
    text-align: left;
    padding: 6px 15px;
    border-radius: 2px;
    background: #333;
    color: #fff;
}

.gridera_share_wraper .gridera_likes {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    border-radius: 2px;
    background: #333;
    color: #fff;
    text-align: left;
    padding: 0px 15px;
}

.gridera_share_wraper .mes_custom_svg {
    width: 15px;
    fill: #fff;
}

.gridera_share {
    position: relative;
    z-index: 9;
    margin: 0 0px 40px;
    width: auto;
}

    .gridera_share > .essb_links {
        margin: 8px 0;
    }

.essb_links_list li.essb_totalcount_item .essb_t_l_big .essb_t_nb:after, .essb_links_list li.essb_totalcount_item .essb_t_r_big .essb_t_nb:after {
}

.gridera_share .essb_links_list .essb_item .essb_network_name {
}

.gridera_share .essb_links_list .essb_item .essb_counter_right {
    border: none;
    padding: 8px 9px 9px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border-radius: 0 !important;
    color: #fff;
}

.gridera_share .essb_links_list .essb_item:last-child .essb_counter_right {
}

.gridera_share .essb_links_list .essb_item .essb_counter_right:before {
}

.gridera_share .essb_links_list .essb_item > a, .gridera_share .essb_links_list .essb_item > .essb_totalcount {
    padding: 4px 20px 6px 13px;
    width: 100%;
    border-radius: 2px;
}

.gridera_share .essb_links_list .essb_item .essb_counter_right:before {
    display: none;
}

.gridera_share .essb_links_list .essb_item:first-child > a, .gridera_share .essb_links_list .essb_item:first-child > .essb_totalcount {
}

.gridera_share .essb_links_list .essb_item:last-child > a {
}

.gridera_share .essb_links.essb_template_default-retina .essb_icon {
}

.gridera_share .essb_links_list .essb_item > a:hover {
    opacity: 1;
}

.gridera_share .essb_links_list .essb_item .essb_t_nb {
}

    .gridera_share .essb_links_list .essb_item .essb_t_nb:after {
    }

.gridera_share .essb_links_list .essb_item .essb_totalcount {
}

.gridera_share .essb_links_list .essb_item .essb_t_nb:before {
}

.gridera_share .essb_links_list {
    display: table !important;
    table-layout: fixed !important;
    width: 100%;
}

    .gridera_share .essb_links_list li.essb_totalcount_item {
        display: none !important;
    }

    .gridera_share .essb_links_list > li {
        display: table-cell !important;
        position: relative;
        border-right: 10px solid transparent !important;
    }

        .gridera_share .essb_links_list > li:last-child {
        }

.gridera_share .essb_links.essb_template_metro .essb_counter_right:after {
    right: 24px !important;
    display: none !important;
}

.gridera_statistic_holder .gridera_share .essb_links_list .essb_item .essb_network_name {
    display: none;
}

.gridera_statistic_holder .gridera_share .essb_links_list .essb_item a {
    padding: 4px 20px 5px 13px !important;
    border-radius: 2px;
}

.gridera_statistic_holder .gridera_share .essb_links_list .essb_item .essb_counter_right {
    padding: 5px 9px 5px !important;
}

.essb_item.essb_totalcount_item {
    display: none !important;
}

.essb_links.essb_template_metro-retina.essb_nospace li:last-child a {
    border-radius: 0 !important;
}


/*M A I L C H I M P*/
.mc4wp-form {
    margin: 0;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 40px;
}

.mc4wp-form-fields p {
    display: inline-block;
    float: left;
    margin-bottom: 0px;
    margin-bottom: 0;
}

.mc4wp-form-fields label {
    display: none;
    font-weight: 600;
}

.mc4wp-form-fields input {
    border: 0px;
    font-size: 12px;
    font-weight: 600;
}

.mc4wp-form-fields p:first-child {
    width: 65%;
    display: inline-block;
}

.mc4wp-form-fields p:nth-child(2) {
    width: 35%;
    display: inline-block;
    float: left;
}

.mc4wp-form-fields p:first-child input {
    height: 40px;
    padding: 0px 0 0 40px;
    background: #fff;
    color: #111 !important;
}

.mc4wp-form-fields input[type="submit"] {
    width: 100%;
    background: #eee !important;
    height: 40px;
    color: #111 !important;
}

    .mc4wp-form-fields input[type="submit"]:hover {
        color: #fff !important;
        background: #999 !important;
    }

.white .mc4wp-form-fields p:first-child input {
    background: rgba(255,255,255,0.2) !important;
    color: #fff !important;
}

.mc4wp-form-fields p:first-child:before {
    content: "\f003";
    font-family: FontAwesome;
    position: absolute;
    color: #999;
    padding-top: 13px;
    padding-left: 15px;
    font-weight: 300;
}

.mc4wp-form-fields ::-webkit-input-placeholder {
    color: #999;
}

.mc4wp-form-fields ::-moz-placeholder {
    color: #999;
}

.mc4wp-form-fields :-moz-placeholder {
    color: #999;
}

.mc4wp-form-fields :-ms-input-placeholder {
    color: #999;
}

/*P A G I N A T I O N*/
.page-numbers li {
    display: inline-block;
    width: auto !important;
    float: none !important;
}

.gridera_pg, .woocommerce-pagination .page-numbers, .woocommerce-pagination .page-numbers li {
    padding: 20px 0 0;
    text-align: center;
    border: none !important;
    width: 100%;
}

    .gridera_pg a {
        text-decoration: none;
    }

    .gridera_pg .prev {
        margin: 0px !important;
        padding-left: 0px !important;
    }

    .gridera_pg .page-numbers, .woocommerce-pagination .page-numbers a, .woocommerce-pagination .page-numbers.current {
        margin-left: -5px;
        border-bottom: 0px solid;
        display: inline-block !important;
        padding: 16px 10px !important;
        line-height: 16px !important;
        font-size: 15px;
        font-weight: 600 !important;
        background: transparent !important;
    }

        .gridera_pg .page-numbers.current, .woocommerce-pagination .page-numbers.current {
            color: #fff;
            border-radius: 2px;
            font-size: 15px;
            background: transparent !important;
        }

    .gridera_pg .next.page-numbers {
        float: right;
        font-size: 11px;
    }

    .gridera_pg .prev.page-numbers {
        float: left;
        font-size: 11px;
    }

    .gridera_pg .page-numbers:hover, .woocommerce-pagination a:hover {
        color: #fff;
        background: transparent !important;
    }

    .gridera_pg .disabled.page-numbers {
        color: rgba(160,160,160,0.5) !important;
    }

.gridera_share .gridera_soc_icons {
    text-align: left;
}

h5.gridera_share_text {
    display: inline-block
}

.gridera_post_share_icons a {
    font-size: 22px;
    height: 40px;
    opacity: 1;
    padding: 8px 0 0 11px;
    width: 40px;
}

    .gridera_post_share_icons a:hover {
        opacity: 0.7
    }

.gridera_post_share_icons div {
    color: #111;
}

/* ------------ 4 0 4 ---------- */
body.error404 .gridera_not_found_error .error {
    display: block;
    font-size: 80px;
    line-height: 50px;
    color: #111;
}

body.error404 {
    min-height: 100vh;
    background: #111;
}

    body.error404 .gridera_footer {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    body.error404 #akceptor {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 550px;
        margin: 0 -30px;
        background-size: cover !important;
    }

    body.error404 .gridera_grand_wrapper {
        padding-top: 0 !important;
        background-size: 700px !important;
        background-position: center;
    }

    body.error404 .gridera_footer_holder {
        display: none !important;
    }

    body.error404 .gridera_hider {
        background: transparent !important;
    }

    body.error404 .gridera_not_found_error {
        margin-top: 90px;
    }

    body.error404 .error {
        text-align: center;
        font-size: 95px;
        text-align: center;
        width: 180px;
        padding-right: 20px;
        height: 60px;
        line-height: 60px;
        margin: auto;
        bottom: 0;
        right: 0;
        animation: noise 2s linear infinite;
        overflow: default;
    }

        body.error404 .error:after {
            content: '404';
            font-size: 90px;
            text-align: center;
            height: 60px;
            line-height: 60px;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0;
            color: <?php echo esc_attr($gridera_options['gridera_accent_color']) ?>;
            animation: noise-1 .2s linear infinite;
        }

        body.error404 .error:before {
            content: '404';
            font-size: 90px;
            text-align: center;
            width: 100px;
            line-height: 60px;
            margin-left: -10px;
            margin-top: -5px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0;
            color: red;
            animation: noise-2 .2s linear infinite;
        }

@keyframes noise-1 {
    0%, 20%, 40%, 60%, 70%, 90% {
        opacity: 0;
    }

    10% {
        opacity: .1;
    }

    50% {
        opacity: .5;
        left: -6px;
    }

    80% {
        opacity: .3;
    }

    100% {
        opacity: .6;
        left: 2px;
    }
}

@keyframes noise-2 {
    0%, 20%, 40%, 60%, 70%, 90% {
        opacity: 0;
    }

    10% {
        opacity: .1;
    }

    50% {
        opacity: .5;
        left: 6px;
    }

    80% {
        opacity: .3;
    }

    100% {
        opacity: .6;
        left: -2px;
    }
}

@keyframes noise {
    0%, 3%, 5%, 42%, 44%, 100% {
        opacity: 1;
        transform: scaleY(1);
    }

    4.3% {
        opacity: 1;
        transform: scaleY(1.7);
    }

    43% {
        opacity: 1;
        transform: scaleX(1.5);
    }
}

@keyframes noise-3 {
    0%,3%,5%,42%,44%,100% {
        opacity: 1;
        transform: scaleY(1);
    }

    4.3% {
        opacity: 1;
        transform: scaleY(4);
    }

    43% {
        opacity: 1;
        transform: scaleX(10) rotate(60deg);
    }
}



/* Back To Top */
#back-top {
    position: fixed;
    bottom: 25px;
    right: 35px;
    z-index: 99;
    display: none;
}

.gridera_without_border #back-top {
    bottom: 15px;
    right: 15px;
}

#back-top a {
    width: 44px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #back-top a .fa {
        width: 44px;
        height: 44px;
        line-height: 44px;
        display: block;
        font-size: 14px;
        background: rgba(0,0,0,0.3);
        border-radius: 6px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #back-top a:hover {
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #back-top a:hover .fa {
            background-color: rgba(0,0,0,0.7);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -50px 0 0 -100px;
    display: none;
}

.gridera_back_btn {
    float: right;
    width: 200px;
    text-align: right;
}

    .gridera_back_btn h4 {
    }

    .gridera_back_btn i {
        font-size: 12px;
        padding-left: 15px;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -khtml-transition: all 0.2s;
        -ms-transition: all 0.2s;
    }

    .gridera_back_btn:hover i {
        padding-left: 5px;
    }

/*P O S T L I S T*/
.gridera_post_list {
}

    .gridera_post_list .gridera_pl {
        height: 74px;
        margin: 0px 0px 2px;
        border: none !important;
    }

        .gridera_post_list .gridera_pl:first-child {
            padding-top: 0;
        }

        .gridera_post_list .gridera_pl:last-child {
            border-bottom: none !important;
            margin-bottom: -20px;
        }

    .gridera_post_list .gridera_pl_img {
        height: 100%
    }

        .gridera_post_list .gridera_pl_img a {
            height: 100%;
            display: block;
            text-align: center;
            font-size: 0px;
            color: #fff !important;
        }

.gridera_pl_img i {
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -khtml-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -ms-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.gridera_post_list .gridera_pl_img:hover a {
    font-size: 20px;
}

.gridera_post_list .gridera_overlap {
    background: rgba(0,0,0,0.4);
}

.gridera_post_list .gridera_pl_img {
    padding-left: 0px;
}

.gridera_post_list .gridera_pl_stat {
    font-weight: 600;
    opacity: 0.5;
    font-size: 11px;
    bottom: 0;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

    .gridera_post_list .gridera_pl_stat .mes_custom_svg {
        width: 15px;
    }

.gridera_post_list span {
    font-size: 12px;
}

.gridera_post_list .gridera_pl_meta {
    height: 100%;
    padding: 0px;
}

.gridera_post_list .gridera_pl_bg {
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    height: 100%;
}

.gridera_post_list .gridera_pl_ago {
}

.gridera_post_list .gridera_pl_author {
    display: block;
}
/*S I N G L E*/
.gridera_post_sidebar {
    padding: 30px 15px 0 30px;
}


/*S I N G L E F O R M A T*/
.gridera_format_picture {
}

    .gridera_format_picture .gridera_format_img {
        background-size: cover;
        background-position: center;
        height: 285px;
    }

    .gridera_format_picture .gridera_overlay {
        background: rgba(0,0,0,0.4);
    }

    .gridera_format_picture .gridera_format_data {
        padding: 25px;
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        text-align: center;
        color: #fff;
    }

    .gridera_format_picture .gridera_fd_day {
        color: transparent;
        font-size: 150px;
        font-weight: 600;
        line-height: 125px;
        color: transparent;
    }

    .gridera_format_picture .gridera_fd_month {
        display: inline-block;
        font-weight: 800;
    }

    .gridera_format_picture .gridera_fd_year {
        display: inline-block;
        font-weight: 800;
    }

    .gridera_format_picture .gridera_format_title {
    }

    .gridera_format_picture .gridera_format_meta {
        z-index: 99;
        position: relative;
        padding: 25px;
        text-align: left;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .gridera_format_picture .gridera_format_description {
        margin-bottom: 0;
    }

    .gridera_format_picture .gridera_format_excerpt {
        margin-bottom: 0;
    }

.gridera_blog_item .gridera_format_text {
    padding-top: 30px;
}

/*S E A R C H F O R M A T*/
.gridera_search {
    margin-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}

    .gridera_search .gridera_search_content {
        padding-top: 10px;
        padding-left: 0;
    }

        .gridera_search .gridera_search_content .descr {
            text-transform: capitalize;
            opacity: 0.5;
            margin-top: -10px;
        }

        .gridera_search .gridera_search_content .gridera_time {
            margin-bottom: 10px;
        }

/*R E L A T E D*/
.gridera_related {
}

    .gridera_related img {
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -khtml-transition: all 0.2s;
        -ms-transition: all 0.2s;
    }

    .gridera_related:hover img {
        opacity: 0.8;
    }

.gridera_related_pichold {
}

.gridera_related_metahold {
    padding-top: 12px;
}

/*A U T H O R*/
.gridera_author_holder {
    padding: 0 0px;
}

.gridera_author_avatar {
    border-radius: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

.gridera_author_title {
}

.gridera_author_description {
    margin-right: -15px;
}

.gridera_author_sign {
    width: 120px;
    text-align: center;
    margin: 20px auto !important;
    display: block !important;
}

/*S I N G L E*/
.gridera_share_area {
    background: #191919;
    padding: 60px 0px;
}

.gridera_single_area {
    background: #151515;
}

.gridera_share_area .hit {
    color: #fff;
}

#disqus_thread {
    padding: 40px 0;
}

#disqus_thread {
    color: #888;
}

.gridera_single_area #disqus_thread a {
    color: #fff;
}

.woocommerce #disqus_thread {
    padding: 60px 0 0;
}

.woocommerce #disqus_thread {
    color: #444;
}

    .woocommerce #disqus_thread a {
        color: #111;
    }

.gridera_share_area .gridera_likes a {
    color: #fff !important;
    width: 100%;
    padding: 6px 0 !important;
    display: inline-block;
}

    .gridera_share_area .gridera_likes a:hover {
        color: #999 !important;
    }

/* A R C H I V E */
body.archive .main_container {
    padding: 60px 0;
}

body.archive .gridera_archive_describer .gridera_overlay {
    opacity: 0.1;
    top: 0;
    left: 0;
}

body.archive .gridera_archive_describer .hit {
    margin-bottom: 12px;
}

/* A R C H I V E */
body.search .main_container {
    padding: 60px 0;
}

body.search .gridera_archive_describer .gridera_overlay {
    opacity: 0.1;
    top: 0;
    left: 0;
}

body.search .gridera_archive_describer .hit {
    margin-bottom: 12px;
}

/*F O O T E R*/
footer {
}

    footer .gridera_footer_help {
        padding: 0px;
    }

    footer .gridera_widget_column {
        padding: 0 20px;
    }

    footer .gridera_socials a {
        padding: 0 12px;
        font-size: 13px;
    }

.gridera_copyright {
    height: 70px;
    font-size: 11px;
}

    .gridera_copyright img {
        width: 100%;
    }

.gridera_socials {
}

    .gridera_socials a {
        padding-right: 10px;
        color: #111;
    }

/*G R I D*/
.gridera_grid {
    margin: 0 -10px;
    overflow: hidden;
}

@media (min-width: 991px) and (max-width: 1200px) {
    #instafeed i {
        padding-top: 15px !important;
    }

    .title_area {
        background-position: bottom !important;
    }

    .gridera_header_menu > li > .sub-menu {
        width: 213px
    }

    .container {
        max-width: 970px !important;
    }

    .gridera_footer_promo {
        height: 270px;
    }

    .essb_template_metro-retina .essb_item a {
        margin: 0;
        display: inline-block;
        width: 80%;
        text-align: left !important;
    }

    .essb_template_metro-retina .essb_item span {
        margin: 0;
        display: inline-block;
        width: 20%;
    }
}

/* col-sm */
@media (min-width: 767px) and (max-width: 991px) {
    body .no-border-sm {
        border: 0 !important;
    }

    body .no-padding-sm {
        padding: 0 !important;
    }

    .gridera_float {
        top: 0 !important;
    }

    .gridera_legend {
        font-size: 50px;
        line-height: 40px;
    }

    .gridera_widget {
        position: relative !important;
        width: 100%;
    }

    #instafeed i {
        padding-top: 15px !important;
    }

    .container {
        width: 767px !important;
    }

    body {
        padding-top: 0px;
        padding-bottom: 0px
    }

    #map {
        margin: 0px !important;
    }

    .gridera_table_center {
        text-align: center;
        margin-bottom: 20px;
    }

    .cont_holder_iv h4 {
        font-size: 12px !important;
    }

    .icon_holder_iv {
        margin-bottom: 5px;
    }

    .widget_shopping_cart_content .buttons a {
        display: block !important;
        width: 100% !important;
        margin-top: 10px !important;
    }

    .gridera_custom_footer_text {
        padding-left: 20px;
        margin-bottom: 20px;
        padding-right: 20px;
    }

    #wp-calendar tbody td {
        padding: 4px;
    }
}

/* col-xs */
@media (min-width: 0px) and (max-width: 767px) {
    /*theme features*/
    body .no-border-xs {
        border: 0 !important;
    }

    body .no-padding-xs {
        padding: 0 !important;
    }

    .gridera_float {
        top: 0 !important;
    }

    .gridera_legend {
        font-size: 40px !important;
        line-height: 60px !important;
    }

    .gridera_statistic_holder {
        text-align: center;
    }

    .gridera_widget {
        position: relative !important;
    }

    #back-top {
        display: none;
    }

    .widget_shopping_cart_content .buttons a {
        display: block !important;
        width: 100% !important;
        margin-top: 10px !important;
    }

    /*post formats*/
    .format-quote .gridera_blog_quote_content {
        position: relative !important;
        width: 100% !important;
        margin: 0;
    }

    .gridera_full_blog_post_date {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    .gridera_blog_head {
        text-align: center;
        padding-bottom: 15px;
    }

    /*N A V I G A T I O N*/
    .gridera_blog_nav a {
        padding: 20px 5px;
    }

    .gridera_blog_nav > div:first-child a {
        padding: 20px 5px 20px 0;
    }

    .gridera_blog_nav > div:last-child a {
        padding: 20px 0 20px 5px;
    }

    /*search*/
    .gridera_search_content_holder {
        padding: 15px 30px 10px !important;
    }

    .gridera_search_thumbnail_holder {
        padding: 0 !important;
    }

    /*S H A R E*/
    .gridera_share .essb_item.essb_totalcount_item {
        display: none;
    }

    .gridera_share .essb_links_list .essb_item .essb_network_name {
        display: none !important;
    }

    .gridera_share .essb_links_list .essb_item .essb_counter_right {
        display: none !important;
    }

    .gridera_share .essb_links_list .essb_item > a, .gridera_share .essb_links_list .essb_item > .essb_totalcount {
        padding: 11px 0px 12px 0px;
        text-align: center;
    }

    .gridera_nav {
        display: none;
    }

    .gridera_blog_full_content_holder {
        width: 100%;
    }

    .format-link .gridera_full_blog_post_date {
        position: relative !important;
    }

    .gridera_statistic_holder > div {
        padding-right: 10px;
    }

        .gridera_statistic_holder > div:last-child {
            padding-right: 0;
        }

    .gridera_ticket_commentlist ul {
        padding-left: 30px !important;
    }
    /*Tagline*/
    .gridera_breadcrumbs {
        text-align: center;
    }

    .gridera_blog_post_title_inner {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    html body {
        background-image: none !important;
        background-size: 0px !important;
    }

    #back-top, .owl-dots {
        display: none !important;
    }

    header.top {
        position: relative !important;
        top: 0 !important;
    }

    body.gridera_l_head .gridera_header_menu {
        padding-left: 0px !important;
    }

    .gridera_toggle-wrapper-wrap {
        display: block;
    }

    .gridera_support_divider {
        display: none;
    }

    .gridera_header_menu {
        display: none;
        top: auto;
        height: auto;
        padding: 10px 0;
    }

        .gridera_header_menu ul.menu > li.megamenu > ul > li ul {
            display: none;
        }

        .gridera_header_menu ul.menu > li > a {
            padding: 10px 20px 10px 70px !important;
            position: relative;
            width: 100%;
        }

        .gridera_header_menu ul.menu > li:before {
            top: 20px;
            left: 25px;
        }

    body:not(.no_mega) .gridera_header_menu ul.menu > li.megamenu > ul > li > a:after {
        display: inline-block;
    }

    .gridera_support i {
        left: 25px;
        position: absolute;
        margin-left: 15px;
        margin-top: -5px;
    }

    .gridera_support {
        width: 100%;
        display: block;
        float: none;
    }

        .gridera_support .gridera_mobile_label {
            display: block;
        }

    .gridera_mobile_label {
        display: block;
    }

    /*search*/
    .gridera_search_support i.close {
        position: fixed;
        top: 27px;
    }
    /*Deactivate Slide Animation*/
    .gridera_header_menu ul.menu > li > a:after, .gridera_slide:after {
        display: none;
        height: 0;
    }

    header .widget_shopping_cart_content {
        display: none !important;
    }
    /*Menu*/
    .gridera_header_menu > .menu > li {
        display: block !important;
        position: relative !important;
        text-align: left;
        width: 100%;
    }

        .gridera_header_menu > .menu > li a {
            padding: 5px 45px 5px 45px !important;
            color: #fff;
        }

        .gridera_header_menu > .menu > li > a:after {
            display: none !important;
        }

        .gridera_header_menu > .menu > li ul {
            display: none !important;
            z-index: 9 !important;
            position: relative !important;
            opacity: 1 !important;
            background: transparent !important;
            box-shadow: none !important;
            left: 0 !important;
            margin-top: 0 !important;
        }

    .gridera_header_menu > .menu li.clicked > ul {
        display: block !important;
        margin-left: 25px;
    }

    .gridera_header_menu > .menu > li > ul.sub-menu > li a {
        background: transparent !important;
    }

    .gridera_header_menu > .menu > li > ul > li ul {
        padding-left: 20px !important;
    }

    .gridera_header_menu ul.menu > li.megamenu > ul > li {
        display: block !important;
        width: 100%;
    }
}


/*A R T I C L E*/
.gridera_filter_grid {
    padding: 0px;
}

.deactivate.wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}


/*F I L T E R*/
.gridera_filter_grid button {
    font-size: 11px;
    text-transform: uppercase;
    background: transparent !important;
    border: none !important;
    padding: 0px 10px;
    cursor: pointer;
    font-weight: 500;
}

.gridera_filter_count {
    opacity: 0.6;
    display: inline-block;
    font-size: 9px;
    padding-left: 3px;
    margin-top: -5px;
    vertical-align: top;
}
/*
.gridera_art_bg {height: 100%;background-position: center !important;background-size: cover !important;}
.gridera_art_meta span.cats {margin-bottom: 7px;display: inline-block;}
.gridera_art_exc {}
.gridera_article_item_holder {height: 100%;}
.gridera_article_title {}
.gridera_art_stat {font-size: 13px;position: absolute; width: 100%;bottom: 20px;padding-right: 40px;}
.gridera_art_read {display: inline-block;float: right;}
.gridera_art_stat .gridera_pageviews, .gridera_art_stat .gridera_comments, .gridera_art_stat .gridera_likes {float: left;}
.gridera_art:hover .gridera_overlap {background: rgba(0,0,0,0.4)}
.gridera_art_pic {height: 340px;}
/*focus 930*/ /*
.gridera_art.focus .gridera_art_pic {height: 670px;}
.gridera_art.focus .gridera_art_meta {height: 260px;}
.gridera_art.focus .rev_slider_wrapper, .gridera_art.focus .rev_slider {height: 670px !important;}
/*tall*/ /*
.gridera_art.tall .gridera_art_pic {height: 340px;}
.gridera_art.tall .gridera_art_meta {height: 590px;}
/*common*/ /*
.gridera_art.common .gridera_art_pic {height: 340px;}
.gridera_art.common .gridera_art_meta {height: 330px;}
/*tweet*/ /*
.gridera_art.tweet .gridera_article_item_holder{padding: 20px;}
.gridera_art.tweet svg{    margin-left: -45px;position: absolute;opacity: 0.8;width: 90%;text-align: right;bottom: 80px;}
.gridera_art.tweet .gridera_art_pic {overflow: hidden;height: 670px;}
.gridera_art.tweet svg g:nth-child(2) {transition: all 0.2s; -moz-transition: all 0.2s;-webkit-transition: all 0.2s;-o-transition: all 0.2s;-khtml-transition: all 0.2s;-ms-transition: all 0.2s;}
.gridera_art.tweet:hover svg g:nth-child(2) {
    transform: translate(57px,-42px);
    -webkit-transform: translate(57px,-42px);
    -o-transform: translate(57px,-42px);
    -moz-transform: translate(57px,-42px);
}
/*wide*/ /*
.gridera_art.wide .gridera_art_meta { height: 330px;}
.gridera_grid-item.wide .rev_slider_wrapper, .gridera_grid-item.wide .rev_slider {height: 340px !important;}
/*news*/ /*
.gridera_art.news .gridera_art_meta{height: 670px;}
.gridera_art.news .gridera_art_pic {height: 0;}
/*slider*/ /*
.gridera_art .owl-item, .gridera_art .owl-stage, .gridera_art .owl-stage-outer, .gridera_art .gridera_slider, .gridera_art .gridera_slider_bg {height: 100%;}
.gridera_art .gridera_slider_bg{background-size: cover !important;background-position: center !important;}
.gridera_art .owl-nav>div {width: 60px;opacity: 1;}
.gridera_art .owl-nav>div i {padding: 20px 0;width: 100%;text-align: center;color: #fff;font-size: 30px;line-height: 20px;}
.gridera_art .owl-prev {right: 59px;}
/*HTML5*/ /*
.gridera_video_html {width: 100%;height: 100%;position: absolute;overflow: hidden;}

*/
.debug {
    text-align: center;
    color: #909d6d;
}

body .baseholde {
    background-repeat: repeat !important;
    background-position: top !important;
    background-image: url('img/20.png') !important;
    background-size: initial !important;
}
/*THEME FEATURES*/
.vertical_rhythm {
    background: url(img/grid.png);
    background-position: center top;
    background-size: 178px;
}

header.top {
    position: fixed;
    width: 100%;
}

    header.top.nav-down {
        top: 0;
    }

body.search_open header.top, body.search_open header.gridera_o_head {
    top: 0;
}

.gridera_wide_cont > .row > .col-md-12 > .woocommerce {
    max-width: 1070px;
    margin: 0 auto;
}

.single-product .gridera_wide_cont {
    max-width: 1070px;
    margin: 0 auto;
    padding: 60px 15px;
}

.woocommerce a.button {
    font-weight: 600 !important;
}

.wow {
    visibility: hidden;
}

.gridera_grid_sizer {
    height: 0;
}

.gridera_media_cut {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.gridera_img_bg {
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

.gridera_art_pic img {
}

.gridera_grid_loader {
    height: 0;
    overflow: hidden;
}

    .gridera_grid_loader svg {
        width: 100px;
        display: block;
        margin: 0 auto;
    }

.gridera_gridera_wrap {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    overflow: hidden;
    opacity: 0;
}

    .gridera_gridera_wrap * {
        color: inherit !important;
    }

    .gridera_gridera_wrap[data-num] {
        opacity: 1;
    }

.over .gridera_gridera_left, .over .gridera_gridera_right, .over .gridera_gridera_leftnum, .over .gridera_gridera_rightnum, .over .gridera_gridera_span {
    z-index: 9;
}

.gridera_gridera_left {
    font-weight: 600 !important;
    text-align: center;
    top: 50%;
    position: absolute;
    display: inline-block;
    left: 0%;
    margin-top: -20px;
    transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform: center center;
    -o-ttransform-origin: center center;
    -khtml-ttransform-origin: center center;
    -ms-ttransform-origin: center center;
    transform: matrix(0, -1, 1, 0, 0, 0);
    -moz-transform: matrix(0, -1, 1, 0, 0, 0);
    -webkit-transform: matrix(0, -1, 1, 0, 0, 0);
    -o-transform: matrix(0, -1, 1, 0, 0, 0);
    -khtml-transform: matrix(0, -1, 1, 0, 0, 0);
    -ms-transform: matrix(0, -1, 1, 0, 0, 0);
}

.gridera_gridera_right {
    font-weight: 600 !important;
    text-align: center;
    top: 50%;
    position: absolute;
    display: inline-block;
    right: 0%;
    margin-top: -20px;
    transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform: center center;
    -o-ttransform-origin: center center;
    -khtml-ttransform-origin: center center;
    -ms-ttransform-origin: center center;
    transform: matrix(0, 1, -1, 0, 0, 0);
    -moz-transform: matrix(0, 1, -1, 0, 0, 0);
    -webkit-transform: matrix(0, 1, -1, 0, 0, 0);
    -o-transform: matrix(0, 1, -1, 0, 0, 0);
    -khtml-transform: matrix(0, 1, -1, 0, 0, 0);
    -ms-transform: matrix(0, 1, -1, 0, 0, 0);
}

.gridera_gridera_leftnum {
    z-index: 9;
    border-top: 4px solid #333;
    padding-top: 10px;
    position: absolute;
    left: 35px;
    height: 100%;
    top: 0px;
    font-size: 25px;
}

.gridera_gridera_rightnum {
    position: absolute;
    right: 25px;
    bottom: -45px;
}

    .gridera_gridera_rightnum span:nth-child(2) {
        position: relative;
        bottom: 20px;
        line-height: 80px;
        display: inline-block;
    }

.gridera_gridera_nums {
    cursor: pointer;
    line-height: 28px;
}

    .gridera_gridera_nums:hover {
        color: inherit;
        opacity: 0.4;
    }

.gridera_gridera_span {
    opacity: 0.3;
    position: absolute;
    width: 4300px;
    border-top: 1px dashed;
    left: -1500px;
    top: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.gridera_gridera_nums.current {
    opacity: 0.4
}

.gridera_gridera_rightnum_e {
    display: block;
    margin-right: 3px;
    position: absolute;
    width: 30px;
    height: 4px;
    float: right;
    background: #333;
    right: 0;
    top: -40px;
}


@media (min-width: 991px) and (max-width: 1200px) {
    body .gridera_gridera_wrap > span *:not(.gridera_gridera_span) {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .gridera_gridera_wrap {
        display: none;
    }

    body .gridera_gridera_wrap > span *:not(.gridera_gridera_span) {
        display: none;
    }

    .gridera_popup {
        transform: matrix(1, 0, 0, 1, 0, 0) !important;
        ;
        -moz-transform: matrix(1, 0, 0, 1, 0, 0) !important;
        ;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
        ;
        -o-transform: matrix(1, 0, 0, 1, 0, 0) !important;
        ;
        -khtml-transform: matrix(1, 0, 0, 1, 0, 0) !important;
        ;
        -ms-transform: matrix(1, 0, 0, 1, 0, 0) !important;
        ;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .gridera_grid-item .gridera_art_descr {
        display: none;
    }
}

/* 
*	=================================================================================================================================================
*	GENERATED CSS FILE
*	=================================================================================================================================================
*/
/*ThemeFeatures*/
#searchform #searchsubmit {
    background: #4bb9cc;
}

.gridera_divider_one {
    color: #4bb9cc;
}

.gridera_art.tweet svg g:first-child * {
    fill: #4bb9cc !important;
    stroke: #4bb9cc !important;
}

.gridera_art.tweet svg g:nth-child(2) * {
    stroke: #4bb9cc !important
}

.gridera_socials a:hover {
    color: #4bb9cc;
}

/*Menu Types*/
.gridera_menu_content_holder {
    text-align: right !important;
}


/*TYPOGRAPHY*/
body, input, textarea, keygen, select, button {
    font-family: "Poppins",Arial,sans-serif;
    line-height: 28px;
    font-size: 15px;
    color: #515151;
}

h1 {
    font-family: "Comfortaa",Arial,sans-serif;
    text-transform: none;
    font-size: 38px;
    color: #0e234d;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 43px;
}

h2 {
    font-family: "Poppins",Arial,sans-serif;
    text-transform: none;
    font-size: 30px;
    color: #0e234d;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 40px;
}

h3 {
    font-family: "Poppins",Arial,sans-serif;
    text-transform: none;
    font-size: 24px;
    color: #0e234d;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 29px;
}

h4 {
    font-family: "Poppins",Arial,sans-serif;
    text-transform: none;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 23px;
}

h5 {
    font-family: "Poppins",Arial,sans-serif;
    text-transform: none;
    font-size: 14px;
    color: #111;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 20px;
}

h6 {
    font-family: "Poppins",Arial,sans-serif;
    text-transform: none;
    font-size: 12px;
    color: #111;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 20px;
}

a {
    color: #111111;
}

/*FOOTER*/
footer .gridera_widget-title {
    color: #ffffff;
}

footer a, footer .mes_custom_svg svg, .tp_recent_tweets .twitter_time {
    color: #ffffff;
    fill: #ffffff;
}

footer {
    color: #ffffff;
}

footer {
    background: #111111;
}

    footer .gridera_footer_help {
        padding: 0 0 0 0
    }

.gridera_copyright, .gridera_copyright .gridera_socials a {
    color: #ffffff;
}

.gridera_copyright {
    background: #111111;
}

/*GRID*/
.gridera_nav_but.current {
    color: #4bb9cc;
}

/*WRAPERS*/
body, .gridera_grand_wrapper {
    background: #ffffff;
}

header {
    background: #ffffff;
}

/*MENU*/
.gridera_header_menu ul.menu > li:before {
    color: #111;
}

.gridera_header_menu ul.menu > li, body.mobile .gridera_header_menu ul.menu > li:before {
    color: #111111;
}

    .gridera_header_menu ul.menu > li:hover, .gridera_header_menu ul.menu > li:hover:before, .gridera_header_menu ul.menu > li.current_page_item {
        color: #4bb9cc;
    }

    .gridera_header_menu ul.menu > li > a:hover, .header_cart_link:hover, .gridera_markup:hover {
        color: #4bb9cc;
    }

    .gridera_header_menu ul.menu > li > a:after, .header_cart_link:after, .gridera_markup:after, .gridera_slide:after {
        background: #4bb9cc;
    }

    .gridera_header_menu ul.menu > li.current-menu-ancestor:before,
    .gridera_header_menu ul.menu > li.current_page_item,
    .gridera_header_menu > ul.menu > li.current-menu-ancestor > a,
    .gridera_header_menu ul.menu > li.current_page_item > a {
        color: #4bb9cc;
    }

    .gridera_header_menu ul.menu > li > ul.sub-menu li:hover:not(.menuicon) > a:before {
        color: #4bb9cc;
    }

    .gridera_header_menu ul.menu > li.current_page_item .svg * {
        stroke: #4bb9cc;
    }


    /*  First menu color   */
    .gridera_header_menu ul.menu > li > a {
        color: #111;
        font-family: "Poppins",Arial,sans-serif;
    }

#gridera_menu-toggle, #gridera_menu-toggle:after, #gridera_menu-toggle:before {
    background: #111;
}

/*  Submenu backfround  */
.gridera_header_menu ul.menu > li > ul.sub-menu > li a {
    color: #111111;
}

/*  Submenu backfround  */
.gridera_header_menu ul.menu > li ul.sub-menu, .widget_shopping_cart_content {
    background: #ffffff;
}

/*  Submenu color hover  */
.gridera_header_menu ul.menu > li > ul.sub-menu li:hover > a {
    color: #4bb9cc;
}




.colored_border {
    border-color: #4bb9cc !important;
}

.colored {
    color: #4bb9cc
}

.colored_hover:hover {
    color: #4bb9cc
}

.colored_hover_im:hover {
    color: #4bb9cc !important;
}

.colored_bg {
    background-color: #4bb9cc;
}

.colored_bg_hover:hover {
    background: #4bb9cc;
}

.colored_im {
    color: #4bb9cc !important
}

.colored_hover_child:hover * {
    color: #4bb9cc !important
}

.colored_fill_hover:hover svg * {
    fill: #4bb9cc !important
}

/*Overlap
.gridera_overlap {background: rgba(75,185,204,0.6) !important;}*/

/*Staf*/
::selection {
    background: #4bb9cc;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #4bb9cc;
}

a:not(.btn):hover {
    color: #4bb9cc;
}

.cats.colored > a {
    background: #4bb9cc !important;
}

    .cats.colored > a:hover {
        background: #4bb9cc !important;
    }

a.jm-post-like.liked {
    color: #4bb9cc;
}

.gridera_art .owl-nav > div i:hover {
    color: #4bb9cc;
}

.gridera_pg .page-numbers:hover, .woocommerce-pagination a:hover, .gridera_pg .page-numbers.current, .woocommerce-pagination .page-numbers.current {
    color: #4bb9cc;
}

.gridera_header_menu ul.menu > li:hover > a {
    color: #4bb9cc;
}

.vc_btn3-color-pink {
    background: #4bb9cc !important;
}


.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
    background: #4bb9cc;
}

.pagination a:hover {
    color: #4bb9cc !important;
}

.gridera_breadcrumbs .breadcrumbs > a:hover {
    color: #4bb9cc
}

.gridera_widget .current-menu-item a {
    color: #4bb9cc !important
}

.gridera_widget ul:not(#cbox) li a:hover {
    color: #4bb9cc;
}

    .gridera_widget ul:not(#cbox) li a:hover:before {
        color: #4bb9cc;
    }

.gridera_widget .menu li li.current_page_item a {
    color: #4bb9cc !important
}

#wp-calendar a {
    color: #4bb9cc
}

#wp-calendar caption {
    color: #4bb9cc
}


/*WOO*/
.summary .price .amount {
    color: #4bb9cc !important;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
    background: #4bb9cc
}

.woocommerce-product-search input[type="submit"] {
    background: #4bb9cc
}

.woocommerce a.remove:hover {
    background: #4bb9cc !important
}

.woocommerce a.remove {
    color: #4bb9cc !important
}

.woocommerce span.onsale {
    background: #4bb9cc !important;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    color: #4bb9cc !important;
}

.woocommerce .star-rating span:before {
    color: #4bb9cc;
}

.cart_product_count {
    background: #4bb9cc
}

.widget_price_filter .ui-slider .ui-slider-range {
    background: #4bb9cc !important
}

.shop-item-number, .widget_price_filter .ui-slider .ui-slider-range {
    background: #4bb9cc
}


/*GLOBAL BUTTON*/
/*LARGE BTN*/
/*NORMAL BTN*/
.btn.colored, #submit_form.colored {
    background: #4bb9cc;
    border-color: #4bb9cc;
}

    .btn.colored:hover, #submit_form.colored:hover {
        color: #4bb9cc;
    }

.btn.stroke.colored {
    color: #4bb9cc
}

    .btn.stroke.colored:hover {
        background: #4bb9cc !important;
    }
/*LITTLE BTN*/


@media (min-width: 0px) and (max-width: 991px) {
    .gridera_header_menu {
        background: #ffffff;
    }

        .gridera_header_menu ul.menu > li, .gridera_header_menu ul.menu > li a {
            color: #111111;
        }
}

/* main-navbar */
#main-navbar {
    background-color: rgba(255,255,255,1);
    font-weight: 500;
    font-size: 15px;
    border-bottom:1px solid #EEE;
}
.navbar-header {
    padding: 10px;
}
.navbar-header img {
    max-width: 200px !important;
    max-height: 70px;
}
#main-navbar-toggle{
    margin-top:20px;
}
@media (min-width:768px) {
    /* animation */
    #main-navbar ul.nav>li:not(.dropdown):hover a:after {
        width: 100%;
        left: 0;
    }
    #main-navbar ul.nav>li>a:after {
        background: #4bb9cc;
        bottom: 0;
        content: "";
        display: inline-block !important;
        height: 2px;
        right: 0;
        position: absolute;
        width: 0;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -khtml-transition: all 0.2s;
        -ms-transition: all 0.2s;
    }
    /* size */
    .navbar-right ul.nav>li {
        margin-top: 20px;
    }

    .navbar-right ul.nav>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

#main-navbar ul li a:hover {
    color: #4bb9cc;
    background-color: transparent;
}

#main-navbar .navbar-toggle .icon-bar {
    background-color: #000;
}
/* Banner */
#banner {
    margin-top: 11px;
    margin-bottom: 11px;
}
/* main */
main {
    margin-top: 99px;
}
#main {
    margin-top: 22px;
    margin-bottom: 22px;
}
/* footer */
footer {
    border-top: 11px solid #4bb9cc;
    padding-top:22px;
}
/* page title */
#page-title {
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 33px
}
#page-title h1{
    border-bottom: 1px solid #0e234d;
    padding:11px;
}
 h3 {
    margin: 1em;
}
/* forms */
.btn-custom, btn-primary {
    font-weight: 300;
    background: rgb(17, 33, 71);
    color: #ffffff !important;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    text-align: center;
}

.btn-home-page {
    font-weight: 300;
    background: rgb(17, 33, 71);
    color: #ffffff !important;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    font-size: 10px !important;
}

.btn-home-page:hover {
    color: #333;
    text-decoration: none;
    border: 2px solid rgb(17, 33, 71);
    font-weight: bold;
}

.btn-efacture {
    font-weight: 300;
    background: #15a447;
    color: #ffffff !important;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    border: 2px solid #15a447;
}

.btn-custom:hover, btn-primary:hover,
.btn-custom.active, .btn-efacture:hover {
    background-color: #ffffff !important;
    color: rgb(17, 33, 71) !important;
    text-decoration: none !important;
}
#go-to {
    margin-top: 11px;
}
/* footer */
#copyright .col-xs-12 {
    font-family: "Poppins",Arial,sans-serif;
    font-weight: 500;
    font-size: 11px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.thumbnail-caption {
    color: #0e234d;
    font-weight: bold;
}

label.text-danger {
    color: #000 !important;
}

/* calcul conso */
.number-circled {
    background-color: rgb(17, 33, 71);
    color: #ffffff;
}

input[type="checkbox"]
{
    all: revert;
}

input[type="radio"] 
{
    all: revert;
}

input.security-code {
    display: block;
    border: none;
    margin: auto;
    padding-left: 0.10em;
    width: 10ch;
    background: repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1.25ch, transparent 0, transparent 1.50ch) 0 100%/9ch 2px no-repeat;
    font: 5ch droid sans mono, consolas, monospace;
    letter-spacing: 0.5ch;
    initial-letter: initial;
}

input.security-code:focus {
    outline: none;
    color: black;
}
