﻿@charset "UTF-8";

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.pull-left {
    float: left!important;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none!important;
}

.affix {
    position: fixed;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        transition-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1);
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1);
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

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

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

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

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes bounceInUp {
    0%,100%,60%,75%,90% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0);
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8,.8,.8);
        transform: scale3d(.8,.8,.8);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8,.8,.8);
        transform: scale3d(.8,.8,.8);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.ps-container .ps-scrollbar-x-rail {
    position: absolute;
    bottom: 3px;
    height: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    -moz-transition: background-color .2s linear,opacity .2s linear;
    transition: background-color .2s linear,opacity .2s linear;
}

.ps-container.hover .ps-scrollbar-x-rail, .ps-container:hover .ps-scrollbar-x-rail {
    opacity: .6;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-x-rail.hover, .ps-container .ps-scrollbar-x-rail:hover {
    background-color: transparent;
    opacity: .9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    background-color: transparent;
    opacity: .9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute;
    right: 3px;
    width: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    -moz-transition: background-color .2s linear,opacity .2s linear;
    transition: background-color .2s linear,opacity .2s linear;
}

.ps-container.hover .ps-scrollbar-y-rail, .ps-container:hover .ps-scrollbar-y-rail {
    opacity: .6;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-y-rail.hover, .ps-container .ps-scrollbar-y-rail:hover {
    background-color: transparent;
    opacity: .9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: transparent;
    opacity: .9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x {
    position: absolute;
    bottom: 0;
    height: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0;
}

.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x, .ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x {
    background-color: #999;
}

.ps-container .ps-scrollbar-y {
    position: absolute;
    right: 0;
    width: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0;
}

.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y, .ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
    background-color: #999;
}

.ps-container.ie .ps-scrollbar-x, .ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}

.ps-container.ie.hover .ps-scrollbar-x, .ps-container.ie.hover .ps-scrollbar-y, .ps-container.ie:hover .ps-scrollbar-x, .ps-container.ie:hover .ps-scrollbar-y {
    visibility: visible;
}

body, html {
    height: 100%;
}

a:focus {
    text-decoration: none;
}

p {
    color: #898989;
    text-rendering: optimizeLegibility;
}

@media screen and (max-width:768px) {
    p {
        text-rendering: optimizeSpeed;
    }
}

hr {
    border-color: #e0e0e0;
}

.wrapper {
    position: relative;
    background: #fff;
    z-index: 100;
    -webkit-transition: transform .4s cubic-bezier(.445,.050,.55,.95);
    -o-transition: transform .4s cubic-bezier(.445,.050,.55,.95);
    transition: transform .4s cubic-bezier(.445,.050,.55,.95);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.445,.050,.55,.95);
    -moz-transition: -moz-transform .4s cubic-bezier(.445,.050,.55,.95);
    -o-transition: -o-transform .4s cubic-bezier(.445,.050,.55,.95);
    transition: -webkit-transform .4s cubic-bezier(.445,.050,.55,.95),-moz-transform .4s cubic-bezier(.445,.050,.55,.95),-o-transform .4s cubic-bezier(.445,.050,.55,.95),transform .4s cubic-bezier(.445,.050,.55,.95);
}

@media screen and (max-width:768px) {
    .wrapper {
        margin: 0!important;
        padding: 0!important;
    }
}

.wrapper a, footer.main-footer a {
    position: relative;
    font-family: 'klinic_slabbold_italic';
    display: inline-block;
}

    .wrapper a:after, footer.main-footer a:after {
        content: '';
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: -1px;
        display: block;
        width: 0;
        height: 1px;
        font-family: 'klinic_slabbold_italic';
        background-color: #00b19e;
        -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
        -moz-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
        -o-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
        transition: all .3s cubic-bezier(.175,.885,.32,1.075);
    }

    .wrapper a:hover, footer.main-footer a:hover {
        text-decoration: none;
        color: #00b19e;
    }

        .wrapper a:hover:after, footer.main-footer a:hover:after {
            width: 100%;
        }

.main-header {
    padding-bottom: 50px;
    position: relative;
    z-index: 1000;
    pointer-events: none;
    -webkit-transition: background 350ms cubic-bezier(.25,.46,.45,.94),padding 350ms cubic-bezier(.25,.46,.45,.94),margin 350ms cubic-bezier(.25,.46,.45,.94),transform 350ms cubic-bezier(.25,.46,.45,.94),opacity .2s ease-in-out;
    -o-transition: background 350ms cubic-bezier(.25,.46,.45,.94),padding 350ms cubic-bezier(.25,.46,.45,.94),margin 350ms cubic-bezier(.25,.46,.45,.94),transform 350ms cubic-bezier(.25,.46,.45,.94),opacity .2s ease-in-out;
    transition: background 350ms cubic-bezier(.25,.46,.45,.94),padding 350ms cubic-bezier(.25,.46,.45,.94),margin 350ms cubic-bezier(.25,.46,.45,.94),transform 350ms cubic-bezier(.25,.46,.45,.94),opacity .2s ease-in-out;
    -webkit-transition: background 350ms cubic-bezier(.25,.46,.45,.94),padding 350ms cubic-bezier(.25,.46,.45,.94),margin 350ms cubic-bezier(.25,.46,.45,.94),-webkit-transform 350ms cubic-bezier(.25,.46,.45,.94),opacity .2s ease-in-out;
    -moz-transition: background 350ms cubic-bezier(.25,.46,.45,.94),padding 350ms cubic-bezier(.25,.46,.45,.94),margin 350ms cubic-bezier(.25,.46,.45,.94),-moz-transform 350ms cubic-bezier(.25,.46,.45,.94),opacity .2s ease-in-out;
    -o-transition: background 350ms cubic-bezier(.25,.46,.45,.94),padding 350ms cubic-bezier(.25,.46,.45,.94),margin 350ms cubic-bezier(.25,.46,.45,.94),-o-transform 350ms cubic-bezier(.25,.46,.45,.94),opacity .2s ease-in-out;
    transition: background 350ms cubic-bezier(.25,.46,.45,.94),padding 350ms cubic-bezier(.25,.46,.45,.94),margin 350ms cubic-bezier(.25,.46,.45,.94),-webkit-transform 350ms cubic-bezier(.25,.46,.45,.94),-moz-transform 350ms cubic-bezier(.25,.46,.45,.94),-o-transform 350ms cubic-bezier(.25,.46,.45,.94),transform 350ms cubic-bezier(.25,.46,.45,.94),opacity .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .main-header .full-screen-menu, .main-header a {
        pointer-events: auto;
    }

.header-absolute .main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    .header-absolute .main-header .container:after, .header-absolute .main-header .container:before {
        display: none;
    }

.main-header.absolute, .main-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}

    .main-header.absolute.absolute, .main-header.fixed.absolute {
        position: absolute;
    }

.main-header.is-sticky.sticky-active {
    z-index: 99999!important;
}

.main-header.auto-hide-mode {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
}

.main-header.auto-hide-mode-visible {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

    .main-header.auto-hide-mode-visible.menu-type-full-bg-menu {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

.main-header.auto-hide-mode-hidden {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
}

@media screen and (max-width:768px) {


    .header-logo.logo-image img {
        max-width: 80%;
    }
}

.section-title {
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
}

@media screen and (max-width:480px) {
    .section-title {
        margin-top: 0;
    }
}

.section-title h1, .section-title h2, .section-title h3 {
    font-size: 26px;
    color: #333;
    margin-top: 0;
    position: relative;
}

    .section-title h1 span, .section-title h2 span, .section-title h3 span {
        color: #898989;
    }

.section-title p {
    color: #898989;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}

.section-title + .page-container {
    margin-top: 25px;
}

.section-sub-title {
    margin-top: -30px;
    margin-bottom: 35px;
}

.page-container {
    position: relative;
    width: 100%;
    margin-top: 185px;
    margin-bottom: 55px;
}

@media screen and (max-width:768px) {
    .page-container {
        margin-top: 27.5px;
        margin-bottom: 27.5px;
    }
}

.page-container.nomargin-top {
    margin-top: 0;
}

.page-container.nomargin-bottom {
    margin-bottom: 0;
}

.page-border {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

    .page-border .bottom-border, .page-border .left-border, .page-border .right-border, .page-border .top-border {
        background: #f3f3ef;
        position: fixed;
        z-index: 9999;
    }

    .page-border .bottom-border, .page-border .top-border {
        width: 100%;
        padding: 11px;
        left: 0;
    }

    .page-border .left-border, .page-border .right-border {
        width: 22px;
        height: 100%;
        top: 0;
    }

    .page-border .bottom-border {
        bottom: 0;
    }

    .page-border .top-border {
        top: 0;
    }

.admin-bar .page-border .top-border {
    top: 32px;
    display: none;
}

.page-border .right-border {
    right: 0;
}

.admin-bar .page-border .right-border {
    top: 32px;
}

.page-border .left-border {
    left: 0;
}

.admin-bar .page-border .left-border {
    top: 32px;
}

@media screen and (max-width:992px) {
    .page-border {
        display: none;
    }
}

.header-caption, .works-filter {
    padding: 0 15px;
}

    .header-caption h1 {
        font-size: 60px;
        line-height: 76px;
        color: #333;
        margin-top: 80px;
        padding-bottom: 40px;
    }

@media screen and (max-width:992px) {
    .header-caption h1 {
        margin-top: 60px;
        font-size: 40px;
        line-height: 53px;
    }
}

@media screen and (max-width:768px) {
    .header-caption h1 {
        margin-top: 40px;
        font-size: 35px;
        line-height: 40px;
    }
}

@media screen and (max-width:480px) {
    .header-caption h1 {
        margin-top: 0;
    }
}

.header-caption span {
    position: relative;
}

    .header-caption span::after {
        content: '';
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: 7px;
        width: 100%;
        height: 6px;
        background: #333;
    }

@media screen and (max-width:992px) {
    .header-caption span::after {
        bottom: 4px;
        height: 4px!important;
    }
}

@media screen and (max-width:768px) {
    .header-caption span::after {
        height: 3px!important;
    }
}

.text-on-center {
    text-align: center;
}

.no-float-xs {
    float: none!important;
    margin-right: 0;
}

.dash {
    height: 1px;
    background: #ddd;
    margin: 20px auto;
}

    .dash.small {
        width: 40px;
    }

    .dash.medium {
        width: 50px;
    }

    .dash.big {
        width: 100px;
    }

    .dash.thin {
        height: 1px;
    }

    .dash.thick {
        height: 3px;
    }

.works-filter {
    margin-top: 50px;
    float: left;
}

    .works-filter h3 {
        font-size: 24px;
        margin-top: 3px;
        margin-right: 50px;
        float: left;
    }

    .works-filter ul {
        margin-top: 6px;
        padding: 0;
        float: left;
    }

        .works-filter ul li {
            font-size: 17px;
            display: inline;
            padding-right: 15px;
        }

            .works-filter ul li a {
                color: #333;
            }

@media screen and (max-width:768px) {
    .works-filter {
        margin-top: 25px;
    }
}

@media screen and (max-width:480px) {
    .works-filter {
        margin-top: 0;
    }
}

.bg-main-color {
    background: #00b19e;
}

.image-placeholder {
    position: relative;
    display: block;
    background-color: #eee;
}

    .image-placeholder img {
        display: block;
        position: absolute;
        width: 100%;
        height: auto!important;
        top: 0;
        left: 0;
        -webkit-transition: all .4s cubic-bezier(.445,.050,.55,.95);
        -moz-transition: all .4s cubic-bezier(.445,.050,.55,.95);
        -o-transition: all .4s cubic-bezier(.445,.050,.55,.95);
        transition: all .4s cubic-bezier(.445,.050,.55,.95);
    }

        .image-placeholder img.img-loaded {
            visibility: visible;
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

@media screen and (max-width:768px) {
    .image-placeholder img {
        -webkit-transition-duration: .1s;
        -moz-transition-duration: .1s;
        -o-transition-duration: .1s;
        transition-duration: .1s;
    }
}

.image-placeholder.loading-finished img {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.has-fixed-footer .wrapper {
    min-height: 100%;
    padding-bottom: 0;
}

    .has-fixed-footer .wrapper .vc-container {
        margin-bottom: 0;
    }

.fullwidth-slider-present .wrapper {
    padding-bottom: 0;
}

    .fullwidth-slider-present .wrapper .wpb_revslider_element {
        margin-bottom: 0;
    }

.fullwidth-slider-present .vc-container {
    margin-bottom: 0;
}

@-webkit-keyframes fadeInLab {
    0% {
        top: 40px;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    100% {
        top: 0;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@keyframes fadeInLab {
    0% {
        top: 40px;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    100% {
        top: 0;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

.fadeInLab {
    -webkit-animation-name: fadeInLab;
    -moz-animation-name: fadeInLab;
    -o-animation-name: fadeInLab;
    animation-name: fadeInLab;
}

.header-logo {
    position: relative;
    font-size: 32px;
}

    .header-logo.logo-image {
        display: block;
        overflow: hidden;
        position: relative;
    }

        .header-logo.logo-image img {
            position: relative;
            display: block;
            z-index: 10;
            width: 100%;
            height: auto;
            max-width: 100%;
            -webkit-transition: all .6s cubic-bezier(.445,.050,.55,.95);
            -moz-transition: all .6s cubic-bezier(.445,.050,.55,.95);
            -o-transition: all .6s cubic-bezier(.445,.050,.55,.95);
            transition: all .6s cubic-bezier(.445,.050,.55,.95);
        }

        .header-logo.logo-image .switched-logo {
            position: absolute;
            left: 0;
            top: 0;
            zoom: 1;
            filter: alpha(opacity=0);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
        }

            .header-logo.logo-image .switched-logo img {
                max-width: 100%;
            }

        .header-logo.logo-image.logo-switched > img {
            zoom: 1;
            filter: alpha(opacity=0);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
        }

        .header-logo.logo-image.logo-switched .switched-logo {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            -webkit-transition: all .6s cubic-bezier(.445,.050,.55,.95);
            -moz-transition: all .6s cubic-bezier(.445,.050,.55,.95);
            -o-transition: all .6s cubic-bezier(.445,.050,.55,.95);
            transition: all .6s cubic-bezier(.445,.050,.55,.95);
        }

.menu-bar {
    min-width: 44px;
    height: 44px;
    text-align: center;
    display: inline-block;
    z-index: 101;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    background-color: #d0a555;
}

    .menu-bar .ham {
        display: inline-block;
        width: 23px;
        height: 2px;
        position: relative;
        top: 2px;
        vertical-align: bottom;
        background: #00b19e;
        white-space: nowrap;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
    }

        .menu-bar .ham:before {
            top: -8px;
        }

        .menu-bar .ham:after {
            top: 8px;
        }

        .menu-bar .ham:after, .menu-bar .ham:before {
            position: absolute;
            content: '';
            display: inline-block;
            width: 23px;
            height: 2px;
            -webkit-transition: all ease .3s;
            -moz-transition: all ease .3s;
            -o-transition: all ease .3s;
            transition: all ease .3s;
            outline: 1px solid transparent;
            left: 0;
            background: #00b19e;
        }

    .menu-bar.exit {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }

        .menu-bar.exit .ham {
            background-color: transparent!important;
        }

            .menu-bar.exit .ham:before {
                -webkit-transform: translateY(8px) rotateZ(-45deg);
                -moz-transform: translateY(8px) rotateZ(-45deg);
                -ms-transform: translateY(8px) rotateZ(-45deg);
                -o-transform: translateY(8px) rotateZ(-45deg);
                transform: translateY(8px) rotateZ(-45deg);
            }

            .menu-bar.exit .ham:after {
                -webkit-transform: translateY(-8px) rotateZ(45deg);
                -moz-transform: translateY(-8px) rotateZ(45deg);
                -ms-transform: translateY(-8px) rotateZ(45deg);
                -o-transform: translateY(-8px) rotateZ(45deg);
                transform: translateY(-8px) rotateZ(45deg);
            }

    .menu-bar.exit-arrow {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }

        .menu-bar.exit-arrow .ham {
            background-color: transparent!important;
            -webkit-transition-duration: .1s;
            -moz-transition-duration: .1s;
            -o-transition-duration: .1s;
            transition-duration: .1s;
        }

            .menu-bar.exit-arrow .ham:before {
                top: 100%;
                -webkit-transform: rotate(-48deg) translate(-2px,-5px);
                -moz-transform: rotate(-48deg) translate(-2px,-5px);
                -ms-transform: rotate(-48deg) translate(-2px,-5px);
                -o-transform: rotate(-48deg) translate(-2px,-5px);
                transform: rotate(-48deg) translate(-2px,-5px);
            }

            .menu-bar.exit-arrow .ham:after {
                -webkit-transform: rotate(45deg) translate(5px,-5px);
                -moz-transform: rotate(45deg) translate(5px,-5px);
                -ms-transform: rotate(45deg) translate(5px,-5px);
                -o-transform: rotate(45deg) translate(5px,-5px);
                transform: rotate(45deg) translate(5px,-5px);
                -webkit-transform-origin: 100% 0;
                -moz-transform-origin: 100% 0;
                -ms-transform-origin: 100% 0;
                -o-transform-origin: 100% 0;
                transform-origin: 100% 0;
            }

        .menu-bar.exit-arrow:hover {
            background: 0 0;
        }

    .menu-bar .show-menu-text {
        padding-top: 13px;
    }

        .menu-bar .show-menu-text.icon-hide ~ .ham {
            display: none;
        }

        .menu-bar .show-menu-text ~ .ham {
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .menu-bar .show-menu-text.icon-left {
            padding-left: 38px;
        }

            .menu-bar .show-menu-text.icon-left + .hide-menu-text {
                padding-left: 38px;
            }

            .menu-bar .show-menu-text.icon-left ~ .ham {
                left: 0;
                right: auto;
            }

        .menu-bar .show-menu-text.icon-right {
            padding-right: 38px;
        }

            .menu-bar .show-menu-text.icon-right + .hide-menu-text {
                padding-right: 38px;
            }

    .menu-bar .hide-menu-text, .menu-bar .show-menu-text {
        display: block;
    }

    .menu-bar .show-menu-text {
        visibility: visible;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    .menu-bar .hide-menu-text {
        visibility: hidden;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        margin-top: -19px;
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    .menu-bar.exit .show-menu-text, .menu-bar.exit-arrow .show-menu-text {
        visibility: hidden;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }

    .menu-bar.exit .hide-menu-text, .menu-bar.exit-arrow .hide-menu-text {
        visibility: visible;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .menu-bar.menu-skin-dark .ham {
        background-color: #fff;
    }

        .menu-bar.menu-skin-dark .ham:after, .menu-bar.menu-skin-dark .ham:before {
            background-color: #fff;
        }

    .menu-bar.menu-skin-dark .hide-menu-text, .menu-bar.menu-skin-dark .show-menu-text {
        color: #000;
    }

    .menu-bar.menu-skin-light .ham {
        background-color: #fff;
    }

        .menu-bar.menu-skin-light .ham:after, .menu-bar.menu-skin-light .ham:before {
            background-color: #fff;
        }

    .menu-bar.menu-skin-light .hide-menu-text, .menu-bar.menu-skin-light .show-menu-text {
        color: #fff;
    }

    .menu-bar lesshat-selector {
        -lh-property: 0;
    }

@-webkit-keyframes blinkBackground {
    0%,100%,45%,55%,65% {
        background: 0 0;
    }

    50%,60% {
        background: 0 0;
    }
}

@-moz-keyframes blinkBackground {
    0%,100%,45%,55%,65% {
        background: 0 0;
    }

    50%,60% {
        background: 0 0;
    }
}

@-o-keyframes blinkBackground {
    0%,100%,45%,55%,65% {
        background: 0 0;
    }

    50%,60% {
        background: 0 0;
    }
}

@keyframes blinkBackground {
    0%,100%,45%,55%,65% {
        background: 0 0;
    }

    50%,60% {
        background: 0 0;
    }
}

.main-header .logo-and-menu-container {
    display: table;
    table-layout: auto;
    width: 100%;
}

    .main-header .logo-and-menu-container .logo-column, .main-header .logo-and-menu-container .menu-column {
        display: table-cell;
        vertical-align: middle;
    }

    .main-header .logo-and-menu-container .logo-column {
        width: 1%;
        white-space: nowrap;
    }

@media screen and (max-width:768px) {
    .main-header .logo-and-menu-container .logo-image {
        max-width: 384px;
    }
}

@media screen and (max-width:480px) {
    .main-header .logo-and-menu-container .logo-image {
        max-width: 180px;
    }
}

.main-header .logo-and-menu-container .menu-column, .main-header .logo-and-menu-container .mobile-menu-column {
    text-align: right;
}

.main-header.menu-type-full-bg-menu .full-screen-menu {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    background-color: rgba(0,177,158,.9);
    display: none;
}

    .main-header.menu-type-full-bg-menu .full-screen-menu nav {
        display: inline-block;
        margin: 0;
        padding: 0;
        margin-top: 45px;
        text-align: left;
    }

@media screen and (max-width:768px) {
    .main-header.menu-type-full-bg-menu .full-screen-menu nav {
        margin-top: 53px;
    }
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul {
    padding: 0;
    list-style: none;
}

    .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li {
        margin-top: 10px;
    }

        .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li a {
            font-size: 32px;
            color: #fff;
            text-decoration: none;
        }

            .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li a:after {
                background: 0 0;
            }

@media screen and (max-width:768px) {
    .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li a {
        font-size: 30px;
    }
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.to-be-animated > ul {
    visibility: visible;
    overflow: hidden;
    display: block;
}

    .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.to-be-animated > ul > li {
        -webkit-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
        -moz-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
        -o-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
        transition: all 350ms cubic-bezier(.445,.050,.55,.95);
    }

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-in > ul > li {
    position: relative;
    left: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    left: 0;
    -webkit-transition-delay: 35ms;
    -moz-transition-delay: 35ms;
    -o-transition-delay: 35ms;
    transition-delay: 35ms;
}

    .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li {
        -webkit-transition-delay: 70ms;
        -moz-transition-delay: 70ms;
        -o-transition-delay: 70ms;
        transition-delay: 70ms;
    }

        .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li + li {
            -webkit-transition-delay: 105ms;
            -moz-transition-delay: 105ms;
            -o-transition-delay: 105ms;
            transition-delay: 105ms;
        }

            .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li + li + li {
                -webkit-transition-delay: 140ms;
                -moz-transition-delay: 140ms;
                -o-transition-delay: 140ms;
                transition-delay: 140ms;
            }

                .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li + li + li + li {
                    -webkit-transition-delay: 175ms;
                    -moz-transition-delay: 175ms;
                    -o-transition-delay: 175ms;
                    transition-delay: 175ms;
                }

                    .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li + li + li + li + li {
                        -webkit-transition-delay: 210ms;
                        -moz-transition-delay: 210ms;
                        -o-transition-delay: 210ms;
                        transition-delay: 210ms;
                    }

                        .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li + li + li + li + li + li {
                            -webkit-transition-delay: 245ms;
                            -moz-transition-delay: 245ms;
                            -o-transition-delay: 245ms;
                            transition-delay: 245ms;
                        }

                            .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li + li + li + li + li + li + li {
                                -webkit-transition-delay: 280ms;
                                -moz-transition-delay: 280ms;
                                -o-transition-delay: 280ms;
                                transition-delay: 280ms;
                            }

                                .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li + li + li + li + li + li + li + li {
                                    -webkit-transition-delay: 315ms;
                                    -moz-transition-delay: 315ms;
                                    -o-transition-delay: 315ms;
                                    transition-delay: 315ms;
                                }

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.current-menu-ancestor > a:after, .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.current-menu-item > a:after, .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.current_page_ancestor > a:after, .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.current_page_item > a:after {
    width: 100%;
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.is-shown > ul {
    display: block;
    visibility: visible;
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul > li > a:after, .main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu > li > a:after {
    height: 2px;
    background-color: #fff;
    bottom: 0;
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul > li:hover > a:after, .main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu > li:hover > a:after {
    width: 100%;
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul ul, .main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu ul {
    display: none;
    margin-left: 0;
    padding-left: 0;
}

    .main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul ul li, .main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu ul li {
        margin-top: 2px;
    }

        .main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul ul li a, .main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu ul li a {
            font-size: 20px;
            -webkit-transition: opacity .2s cubic-bezier(.445,.050,.55,.95);
            -moz-transition: opacity .2s cubic-bezier(.445,.050,.55,.95);
            -o-transition: opacity .2s cubic-bezier(.445,.050,.55,.95);
            transition: opacity .2s cubic-bezier(.445,.050,.55,.95);
        }

            .main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul ul li a:hover, .main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu ul li a:hover {
                zoom: 1;
                filter: alpha(opacity=75);
                -webkit-opacity: .75;
                -moz-opacity: .75;
                opacity: .75;
            }

    .main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul ul ul li a, .main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu ul ul li a {
        font-size: 17px;
    }

    .main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul ul ul ul li a, .main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu ul ul ul li a {
        font-size: 14px;
    }

        .main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul ul ul ul li a:after, .main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu ul ul ul li a:after {
            height: 1px;
            bottom: -1px;
        }

.main-header.menu-type-full-bg-menu .full-screen-menu .search-form {
    position: relative;
    width: 100%;
}

    .main-header.menu-type-full-bg-menu .full-screen-menu .search-form .search-field {
        background: 0 0;
        border: 0;
        font-size: 32px;
        color: #fff;
        width: 100%;
    }

    .main-header.menu-type-full-bg-menu .full-screen-menu .search-form label {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        display: block;
        color: #fff;
        font-size: 32px;
        font-weight: 400;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
        -webkit-transition: all .2s cubic-bezier(.455,.030,.515,.955);
        -moz-transition: all .2s cubic-bezier(.455,.030,.515,.955);
        -o-transition: all .2s cubic-bezier(.455,.030,.515,.955);
        transition: all .2s cubic-bezier(.455,.030,.515,.955);
        cursor: text;
    }

        .main-header.menu-type-full-bg-menu .full-screen-menu .search-form label i {
            display: inline-block;
            background-color: #fff;
            width: 3px;
            height: 3px;
            -webkit-animation: blink 1s linear infinite;
            -moz-animation: blink 1s linear infinite;
            -o-animation: blink 1s linear infinite;
            animation: blink 1s linear infinite;
            margin-left: 3px;
        }

            .main-header.menu-type-full-bg-menu .full-screen-menu .search-form label i + i {
                -webkit-animation-delay: .2s;
                -moz-animation-delay: .2s;
                -o-animation-delay: .2s;
                animation-delay: .2s;
            }

                .main-header.menu-type-full-bg-menu .full-screen-menu .search-form label i + i + i {
                    -webkit-animation-delay: .4s;
                    -moz-animation-delay: .4s;
                    -o-animation-delay: .4s;
                    animation-delay: .4s;
                }

    .main-header.menu-type-full-bg-menu .full-screen-menu .search-form.search-filled label {
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition-duration: 150ms;
        -moz-transition-duration: 150ms;
        -o-transition-duration: 150ms;
        transition-duration: 150ms;
    }

.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer {
    color: #fff;
}

    .main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .container {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 50px;
        border-top: 1px solid rgba(255,255,255,.2);
        padding-top: 25px;
    }

    .main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .left-part {
        float: left;
        width: 100%;
        text-align: left;
    }

    .main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .right-part {
        float: right;
        width: 50%;
        text-align: right;
    }

        .main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .right-part + .left-part {
            width: 50%;
        }

    .main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer a {
        color: #fff;
    }

        .main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer a:hover {
            filter: alpha(opacity=55.00000000000001);
            zoom: 1;
            filter: alpha(opacity=55);
            -webkit-opacity: .55;
            -moz-opacity: .55;
            opacity: .55;
        }

    .main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .social-networks li a {
        margin: 0;
        display: inline-block;
        background-color: #fff;
        text-align: center;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        width: 24px;
        height: 24px;
    }

        .main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .social-networks li a i {
            font-size: 12px;
            line-height: 24px;
            color: #00b19e;
        }

        .main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .social-networks li a span {
            display: none;
        }

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-aligned-center {
    text-align: center;
}

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-aligned-center nav {
        text-align: center;
    }

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-aligned-center .search-form .search-field {
        text-align: center;
    }

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center > .container {
    position: relative;
    height: 100%;
    padding-bottom: 100px;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav {
    position: absolute;
    top: 50%;
    left: 50%;
    display: table;
    margin-top: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav div.menu > ul, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav ul.menu {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0;
    }

        .main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav div.menu > ul > li, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav ul.menu > li {
            position: relative;
            display: block;
            float: left;
            margin: 0 20px;
        }

            .main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav div.menu > ul > li > .sub-menu, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav ul.menu > li > .sub-menu {
                text-align: left;
                position: absolute;
                top: 100%;
                left: 0;
                margin-top: 15px;
            }

                .main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav div.menu > ul > li > .sub-menu li, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav ul.menu > li > .sub-menu li {
                    white-space: nowrap;
                }

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav .search-form {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0 15px;
        width: 200px;
    }

        .main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav .search-form .search-field {
            text-align: left;
        }

            .main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav .search-form .search-field + label {
                left: 15px;
                right: 15px;
            }

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center.has-fullmenu-footer nav {
    margin-top: -100px;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li > a {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.455,.030,.515,.955);
    -moz-transition: all 0s cubic-bezier(.455,.030,.515,.955);
    -o-transition: all 0s cubic-bezier(.455,.030,.515,.955);
    transition: all 0s cubic-bezier(.455,.030,.515,.955);
    -webkit-transition-duration: 180ms;
    -moz-transition-duration: 180ms;
    -o-transition-duration: 180ms;
    transition-duration: 180ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n+1) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n+1) > a {
    -webkit-transition-duration: 243ms;
    -moz-transition-duration: 243ms;
    -o-transition-duration: 243ms;
    transition-duration: 243ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n+2) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n+2) > a {
    -webkit-transition-duration: 306ms;
    -moz-transition-duration: 306ms;
    -o-transition-duration: 306ms;
    transition-duration: 306ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n+3) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n+3) > a {
    -webkit-transition-duration: 369ms;
    -moz-transition-duration: 369ms;
    -o-transition-duration: 369ms;
    transition-duration: 369ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n+4) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n+4) > a {
    -webkit-transition-duration: 432ms;
    -moz-transition-duration: 432ms;
    -o-transition-duration: 432ms;
    transition-duration: 432ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n+5) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n+5) > a {
    -webkit-transition-duration: 495ms;
    -moz-transition-duration: 495ms;
    -o-transition-duration: 495ms;
    transition-duration: 495ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n+6) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n+6) > a {
    -webkit-transition-duration: 558ms;
    -moz-transition-duration: 558ms;
    -o-transition-duration: 558ms;
    transition-duration: 558ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n+7) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n+7) > a {
    -webkit-transition-duration: 621ms;
    -moz-transition-duration: 621ms;
    -o-transition-duration: 621ms;
    transition-duration: 621ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n+8) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n+8) > a {
    -webkit-transition-duration: 684ms;
    -moz-transition-duration: 684ms;
    -o-transition-duration: 684ms;
    transition-duration: 684ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n+9) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n+9) > a {
    -webkit-transition-duration: 747ms;
    -moz-transition-duration: 747ms;
    -o-transition-duration: 747ms;
    transition-duration: 747ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade .full-menu-footer, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade .search-form {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.455,.030,.515,.955);
    -moz-transition: all 0s cubic-bezier(.455,.030,.515,.955);
    -o-transition: all 0s cubic-bezier(.455,.030,.515,.955);
    transition: all 0s cubic-bezier(.455,.030,.515,.955);
    -webkit-transition-duration: 180ms;
    -moz-transition-duration: 180ms;
    -o-transition-duration: 180ms;
    transition-duration: 180ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li > a {
    top: 0;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-delay: 80ms;
    -moz-transition-delay: 80ms;
    -o-transition-delay: 80ms;
    transition-delay: 80ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n+1) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n+1) > a {
    -webkit-transition-duration: 243ms;
    -moz-transition-duration: 243ms;
    -o-transition-duration: 243ms;
    transition-duration: 243ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n+2) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n+2) > a {
    -webkit-transition-duration: 306ms;
    -moz-transition-duration: 306ms;
    -o-transition-duration: 306ms;
    transition-duration: 306ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n+3) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n+3) > a {
    -webkit-transition-duration: 369ms;
    -moz-transition-duration: 369ms;
    -o-transition-duration: 369ms;
    transition-duration: 369ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n+4) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n+4) > a {
    -webkit-transition-duration: 432ms;
    -moz-transition-duration: 432ms;
    -o-transition-duration: 432ms;
    transition-duration: 432ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n+5) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n+5) > a {
    -webkit-transition-duration: 495ms;
    -moz-transition-duration: 495ms;
    -o-transition-duration: 495ms;
    transition-duration: 495ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n+6) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n+6) > a {
    -webkit-transition-duration: 558ms;
    -moz-transition-duration: 558ms;
    -o-transition-duration: 558ms;
    transition-duration: 558ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n+7) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n+7) > a {
    -webkit-transition-duration: 621ms;
    -moz-transition-duration: 621ms;
    -o-transition-duration: 621ms;
    transition-duration: 621ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n+8) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n+8) > a {
    -webkit-transition-duration: 684ms;
    -moz-transition-duration: 684ms;
    -o-transition-duration: 684ms;
    transition-duration: 684ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n+9) > a, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n+9) > a {
    -webkit-transition-duration: 747ms;
    -moz-transition-duration: 747ms;
    -o-transition-duration: 747ms;
    transition-duration: 747ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open .full-menu-footer, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open .search-form {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 810ms;
    -moz-transition-duration: 810ms;
    -o-transition-duration: 810ms;
    transition-duration: 810ms;
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark {
    background-color: rgba(26,26,26,.9);
}

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark nav ul li a {
        color: #fff;
    }

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark nav div.menu > ul > li > a:after, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark nav ul.menu > li > a:after {
        background-color: #fff;
    }

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .search-form .search-field {
        color: #fff;
    }

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .search-form label {
        color: #fff;
    }

        .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .search-form label i {
            background-color: #fff;
        }

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .full-menu-footer {
        color: #fff;
    }

        .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .full-menu-footer .container {
            border-top: 1px solid rgba(255,255,255,.2);
        }

        .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .full-menu-footer a {
            color: #fff;
        }

        .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .full-menu-footer .social-networks li a {
            background-color: #fff;
        }

            .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .full-menu-footer .social-networks li a i {
                color: #1a1a1a;
            }

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light {
    background-color: rgba(255,255,255,.9);
}

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light nav ul li a {
        color: #333;
    }

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light nav div.menu > ul > li > a:after, .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light nav ul.menu > li > a:after {
        background-color: #333;
    }

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .search-form .search-field {
        color: #333;
    }

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .search-form label {
        color: #333;
    }

        .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .search-form label i {
            background-color: #333;
        }

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .full-menu-footer {
        color: #333;
    }

        .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .full-menu-footer .container {
            border-top: 1px solid rgba(51,51,51,.2);
        }

        .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .full-menu-footer a {
            color: #333;
        }

        .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .full-menu-footer .social-networks li a {
            background-color: #333;
        }

            .main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .full-menu-footer .social-networks li a i {
                color: #fff;
            }

.fullscreen-menu-is-open .main-header.menu-type-full-bg-menu {
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.main-header.menu-type-standard-menu .standard-menu-container {
    display: block;
    text-align: right;
}

    .main-header.menu-type-standard-menu .standard-menu-container ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .main-header.menu-type-standard-menu .standard-menu-container ul li {
            padding: 0;
            margin: 0;
        }

            .main-header.menu-type-standard-menu .standard-menu-container ul li a {
                text-decoration: none;
            }

        .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul, .main-header.menu-type-standard-menu .standard-menu-container ul.menu {
            pointer-events: auto;
        }

@media screen and (max-width:768px) {
    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul, .main-header.menu-type-standard-menu .standard-menu-container ul.menu {
        display: none;
    }
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li, .main-header.menu-type-standard-menu .standard-menu-container ul.menu > li {
    display: inline-block;
}

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li > a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu > li > a {
        color: #00b19e;
        font-size: 16px;
    }

        .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li > a:after, .main-header.menu-type-standard-menu .standard-menu-container ul.menu > li > a:after {
            zoom: 1;
            filter: alpha(opacity=80);
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8;
            background-color: #00b19e;
        }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li.current-menu-ancestor > a:after, .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li.current-menu-item > a:after, .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li.current_page_ancestor > a:after, .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li.current_page_item > a:after, .main-header.menu-type-standard-menu .standard-menu-container ul.menu > li.current-menu-ancestor > a:after, .main-header.menu-type-standard-menu .standard-menu-container ul.menu > li.current-menu-item > a:after, .main-header.menu-type-standard-menu .standard-menu-container ul.menu > li.current_page_ancestor > a:after, .main-header.menu-type-standard-menu .standard-menu-container ul.menu > li.current_page_item > a:after {
        width: 100%;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li + li, .main-header.menu-type-standard-menu .standard-menu-container ul.menu > li + li {
        margin-left: 45px;
    }

@media screen and (max-width:992px) {
    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li + li, .main-header.menu-type-standard-menu .standard-menu-container ul.menu > li + li {
        margin-left: 27px;
    }
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li > ul li, .main-header.menu-type-standard-menu .standard-menu-container ul.menu > li > ul li {
    overflow: hidden;
    padding-bottom: 1px;
}

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li > ul li.sub-visible, .main-header.menu-type-standard-menu .standard-menu-container ul.menu > li > ul li.sub-visible {
        overflow: visible;
    }

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li {
    position: relative;
}

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li.sub-visible > ul, .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li.sub-visible > ul, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul {
        visibility: visible;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

        .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li.sub-visible > ul > li > a, .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul > li > a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li.sub-visible > ul > li > a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul > li > a {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li > ul > li > a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li > ul > li > a {
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0s cubic-bezier(.445,.050,.55,.95);
        -moz-transition: all 0s cubic-bezier(.445,.050,.55,.95);
        -o-transition: all 0s cubic-bezier(.445,.050,.55,.95);
        transition: all 0s cubic-bezier(.445,.050,.55,.95);
        -webkit-transition-duration: 120ms;
        -moz-transition-duration: 120ms;
        -o-transition-duration: 120ms;
        transition-duration: 120ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li > ul > li:nth-last-child(n+1) > a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li > ul > li:nth-last-child(n+1) > a {
        -webkit-transition-duration: 120ms;
        -moz-transition-duration: 120ms;
        -o-transition-duration: 120ms;
        transition-duration: 120ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li > ul > li:nth-last-child(n+2) > a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li > ul > li:nth-last-child(n+2) > a {
        -webkit-transition-duration: 240ms;
        -moz-transition-duration: 240ms;
        -o-transition-duration: 240ms;
        transition-duration: 240ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li > ul > li:nth-last-child(n+3) > a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li > ul > li:nth-last-child(n+3) > a {
        -webkit-transition-duration: 360ms;
        -moz-transition-duration: 360ms;
        -o-transition-duration: 360ms;
        transition-duration: 360ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li > ul > li:nth-last-child(n+4) > a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li > ul > li:nth-last-child(n+4) > a {
        -webkit-transition-duration: 480ms;
        -moz-transition-duration: 480ms;
        -o-transition-duration: 480ms;
        transition-duration: 480ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li > ul > li:nth-last-child(n+5) > a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li > ul > li:nth-last-child(n+5) > a {
        -webkit-transition-duration: .6s;
        -moz-transition-duration: .6s;
        -o-transition-duration: .6s;
        transition-duration: .6s;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul > li > a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul > li > a {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul > li:nth-child(n+1) > a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul > li:nth-child(n+1) > a {
        -webkit-transition-duration: 120ms;
        -moz-transition-duration: 120ms;
        -o-transition-duration: 120ms;
        transition-duration: 120ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul > li:nth-child(n+2) > a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul > li:nth-child(n+2) > a {
        -webkit-transition-duration: 240ms;
        -moz-transition-duration: 240ms;
        -o-transition-duration: 240ms;
        transition-duration: 240ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul > li:nth-child(n+3) > a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul > li:nth-child(n+3) > a {
        -webkit-transition-duration: 360ms;
        -moz-transition-duration: 360ms;
        -o-transition-duration: 360ms;
        transition-duration: 360ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul > li:nth-child(n+4) > a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul > li:nth-child(n+4) > a {
        -webkit-transition-duration: 480ms;
        -moz-transition-duration: 480ms;
        -o-transition-duration: 480ms;
        transition-duration: 480ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul > li:nth-child(n+5) > a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul > li:nth-child(n+5) > a {
        -webkit-transition-duration: .6s;
        -moz-transition-duration: .6s;
        -o-transition-duration: .6s;
        transition-duration: .6s;
    }

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    background: #00b19e;
    padding: 15px 20px;
    margin-top: 20px;
    visibility: hidden;
    min-width: 200px;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.445,.050,.55,.95);
    -moz-transition: all .4s cubic-bezier(.445,.050,.55,.95);
    -o-transition: all .4s cubic-bezier(.445,.050,.55,.95);
    transition: all .4s cubic-bezier(.445,.050,.55,.95);
}

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li a, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li a {
        position: relative;
        color: #fff;
        white-space: nowrap;
    }

        .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li a:after, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li a:after {
            background-color: #fff;
        }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li.menu-item-has-children:before, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.menu-item-has-children:before {
        content: '';
        position: relative;
        display: inline-block;
        float: right;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-color: transparent transparent transparent #fff;
        top: 6px;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li:hover > a:after, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li:hover > a:after {
        width: 100%;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li.current-menu-ancestor > a:after, .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li.current-menu-item > a:after, .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li.current_page_ancestor > a:after, .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li.current_page_item > a:after, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.current-menu-ancestor > a:after, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.current-menu-item > a:after, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.current_page_ancestor > a:after, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.current_page_item > a:after {
        width: 100%;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li + li, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li + li {
        margin-top: 10px;
    }

    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul ul, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul ul {
        left: 100%;
        top: 0;
        margin-top: 0;
        margin-left: 21px;
    }

        .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul ul.open-from-left, .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul ul.open-from-left ul, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul ul.open-from-left, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul ul.open-from-left ul {
            left: auto;
            right: 100%;
            margin-right: 21px;
            margin-left: 0;
        }

.main-header.menu-type-standard-menu .standard-menu-container .menu-bar {
    position: relative;
    float: right;
    margin-left: 33.5px;
    margin-top: -22px;
    top: 11.5px;
    display: none;
}

@media screen and (max-width:768px) {
    .main-header.menu-type-standard-menu .standard-menu-container .menu-bar {
        display: block;
    }
}

@media screen and (min-width:768px) {
    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden .menu-bar {
        display: block;
    }
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li, .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li {
    position: relative;
    top: -15px;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.175,.885,.525,1.2);
    -moz-transition: all 0s cubic-bezier(.175,.885,.525,1.2);
    -o-transition: all 0s cubic-bezier(.175,.885,.525,1.2);
    transition: all 0s cubic-bezier(.175,.885,.525,1.2);
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
}

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n+1), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n+1) {
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-transition-delay: 60ms;
        -moz-transition-delay: 60ms;
        -o-transition-delay: 60ms;
        transition-delay: 60ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n+2), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n+2) {
        -webkit-transition-duration: 350ms;
        -moz-transition-duration: 350ms;
        -o-transition-duration: 350ms;
        transition-duration: 350ms;
        -webkit-transition-delay: 120ms;
        -moz-transition-delay: 120ms;
        -o-transition-delay: 120ms;
        transition-delay: 120ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n+3), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n+3) {
        -webkit-transition-duration: 450ms;
        -moz-transition-duration: 450ms;
        -o-transition-duration: 450ms;
        transition-duration: 450ms;
        -webkit-transition-delay: 180ms;
        -moz-transition-delay: 180ms;
        -o-transition-delay: 180ms;
        transition-delay: 180ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n+4), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n+4) {
        -webkit-transition-duration: 550ms;
        -moz-transition-duration: 550ms;
        -o-transition-duration: 550ms;
        transition-duration: 550ms;
        -webkit-transition-delay: 240ms;
        -moz-transition-delay: 240ms;
        -o-transition-delay: 240ms;
        transition-delay: 240ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n+5), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n+5) {
        -webkit-transition-duration: 650ms;
        -moz-transition-duration: 650ms;
        -o-transition-duration: 650ms;
        transition-duration: 650ms;
        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n+6), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n+6) {
        -webkit-transition-duration: 750ms;
        -moz-transition-duration: 750ms;
        -o-transition-duration: 750ms;
        transition-duration: 750ms;
        -webkit-transition-delay: 360ms;
        -moz-transition-delay: 360ms;
        -o-transition-delay: 360ms;
        transition-delay: 360ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n+7), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n+7) {
        -webkit-transition-duration: 750ms;
        -moz-transition-duration: 750ms;
        -o-transition-duration: 750ms;
        transition-duration: 750ms;
        -webkit-transition-delay: 420ms;
        -moz-transition-delay: 420ms;
        -o-transition-delay: 420ms;
        transition-delay: 420ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n+8), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n+8) {
        -webkit-transition-duration: 750ms;
        -moz-transition-duration: 750ms;
        -o-transition-duration: 750ms;
        transition-duration: 750ms;
        -webkit-transition-delay: 480ms;
        -moz-transition-delay: 480ms;
        -o-transition-delay: 480ms;
        transition-delay: 480ms;
    }

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li, .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li {
    visibility: visible;
    top: 0;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n+1), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n+1) {
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-transition-delay: 60ms;
        -moz-transition-delay: 60ms;
        -o-transition-delay: 60ms;
        transition-delay: 60ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n+2), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n+2) {
        -webkit-transition-duration: 350ms;
        -moz-transition-duration: 350ms;
        -o-transition-duration: 350ms;
        transition-duration: 350ms;
        -webkit-transition-delay: 120ms;
        -moz-transition-delay: 120ms;
        -o-transition-delay: 120ms;
        transition-delay: 120ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n+3), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n+3) {
        -webkit-transition-duration: 450ms;
        -moz-transition-duration: 450ms;
        -o-transition-duration: 450ms;
        transition-duration: 450ms;
        -webkit-transition-delay: 180ms;
        -moz-transition-delay: 180ms;
        -o-transition-delay: 180ms;
        transition-delay: 180ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n+4), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n+4) {
        -webkit-transition-duration: 550ms;
        -moz-transition-duration: 550ms;
        -o-transition-duration: 550ms;
        transition-duration: 550ms;
        -webkit-transition-delay: 240ms;
        -moz-transition-delay: 240ms;
        -o-transition-delay: 240ms;
        transition-delay: 240ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n+5), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n+5) {
        -webkit-transition-duration: 650ms;
        -moz-transition-duration: 650ms;
        -o-transition-duration: 650ms;
        transition-duration: 650ms;
        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n+6), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n+6) {
        -webkit-transition-duration: 750ms;
        -moz-transition-duration: 750ms;
        -o-transition-duration: 750ms;
        transition-duration: 750ms;
        -webkit-transition-delay: 360ms;
        -moz-transition-delay: 360ms;
        -o-transition-delay: 360ms;
        transition-delay: 360ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n+7), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n+7) {
        -webkit-transition-duration: 750ms;
        -moz-transition-duration: 750ms;
        -o-transition-duration: 750ms;
        transition-duration: 750ms;
        -webkit-transition-delay: 420ms;
        -moz-transition-delay: 420ms;
        -o-transition-delay: 420ms;
        transition-delay: 420ms;
    }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n+8), .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n+8) {
        -webkit-transition-duration: 750ms;
        -moz-transition-duration: 750ms;
        -o-transition-duration: 750ms;
        transition-duration: 750ms;
        -webkit-transition-delay: 480ms;
        -moz-transition-delay: 480ms;
        -o-transition-delay: 480ms;
        transition-delay: 480ms;
    }

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-right div.menu > ul > li, .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-right ul.menu > li {
    top: auto;
    right: -15px;
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-right.items-visible div.menu > ul > li, .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-right.items-visible ul.menu > li {
    top: auto;
    right: 0;
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-left div.menu > ul > li, .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-left ul.menu > li {
    top: auto;
    left: -15px;
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-left.items-visible div.menu > ul > li, .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-left.items-visible ul.menu > li {
    top: auto;
    left: 0;
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-bottom div.menu > ul > li, .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-bottom ul.menu > li {
    top: auto;
    bottom: -15px;
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-bottom.items-visible div.menu > ul > li, .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-bottom.items-visible ul.menu > li {
    top: auto;
    bottom: 0;
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-fade div.menu > ul > li, .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-fade ul.menu > li {
    top: auto;
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul > li > a, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a {
    color: #00b19e;
}

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul > li > a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a:after {
        background-color: #00b19e;
    }

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul {
    background: #00b19e;
}

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a {
        color: #fff;
    }

        .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a:after {
            background-color: #fff;
        }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li.menu-item-has-children > a:before, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li.menu-item-has-children > a:before {
        border-color: transparent transparent transparent #fff;
    }

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu > ul > li > a, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu > li > a {
    color: #333;
}

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu > ul > li > a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu > li > a:after {
        background-color: #333;
    }

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu > ul ul, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu ul {
    background: #333;
}

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu > ul ul li a, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu ul li a {
        color: #fff;
    }

        .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu > ul ul li a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu ul li a:after {
            background-color: #fff;
        }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu > ul ul li.menu-item-has-children > a:before, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu ul li.menu-item-has-children > a:before {
        border-color: transparent transparent transparent #fff;
    }

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu > ul > li > a, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu > li > a {
    color: #fff;
}

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu > ul > li > a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu > li > a:after {
        background-color: #fff;
    }

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu > ul ul, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu ul {
    background: #fff;
}

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu > ul ul li a, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu ul li a {
        color: #333;
    }

        .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu > ul ul li a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu ul li a:after {
            background-color: #333;
        }

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu > ul ul li.menu-item-has-children > a:before, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu ul li.menu-item-has-children > a:before {
        border-color: transparent transparent transparent #333;
    }

.fullscreen-menu-is-open {
    overflow: hidden;
}

.top-menu-container {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #00b19e;
    z-index: 2;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    visibility: hidden;
}

    .top-menu-container.is-visible {
        visibility: visible;
    }

        .top-menu-container.is-visible ~ .wrapper .main-header.fixed {
            position: absolute;
            visibility: visible;
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    .top-menu-container .top-menu ul {
        list-style-type: none;
        padding-left: 0;
    }

        .top-menu-container .top-menu ul li {
            position: relative;
        }

            .top-menu-container .top-menu ul li a {
                position: relative;
                font-size: 24px;
                color: #fff;
                text-decoration: none;
                display: inline-block;
            }

                .top-menu-container .top-menu ul li a:after {
                    content: '';
                    overflow: hidden;
                    position: absolute;
                    left: 0;
                    bottom: -1px;
                    display: block;
                    width: 0;
                    height: 1px;
                    background-color: #00b19e;
                    -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                    -moz-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                    -o-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                    transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                }

                .top-menu-container .top-menu ul li a:hover {
                    text-decoration: none;
                    color: #00b19e;
                }

                    .top-menu-container .top-menu ul li a:hover:after {
                        width: 100%;
                    }

                .top-menu-container .top-menu ul li a:after {
                    background-color: rgba(255,255,255,.9);
                }

                .top-menu-container .top-menu ul li a:hover {
                    color: rgba(255,255,255,.9);
                }

    .top-menu-container .sidebar-box-holder {
        margin-top: 20px;
        margin-bottom: 0;
    }

        .top-menu-container .sidebar-box-holder h3 {
            color: #fff;
            font-size: 24px;
            margin-top: 0;
        }

        .top-menu-container .sidebar-box-holder a {
            color: #898989;
        }

        .top-menu-container .sidebar-box-holder p {
            font-size: 16px;
        }

        .top-menu-container .sidebar-box-holder ul {
            padding-left: 0;
        }

    .top-menu-container .links ul {
        list-style-type: none;
        padding-left: 0;
    }

        .top-menu-container .links ul li {
            padding-left: 0;
        }

    .top-menu-container .close-top-menu {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        display: block;
        font-size: 32px;
        line-height: .5;
        padding: 15px;
        text-decoration: none;
        zoom: 1;
        filter: alpha(opacity=70);
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
    }

        .top-menu-container .close-top-menu:hover {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    .top-menu-container .social-networks li a {
        background-color: #fff;
        color: #00b19e!important;
    }

        .top-menu-container .social-networks li a:hover {
            background-color: #009887!important;
        }

    .top-menu-container.menu-skin-main .sidebar-box-holder {
        color: #fff;
    }

        .top-menu-container.menu-skin-main .sidebar-box-holder a, .top-menu-container.menu-skin-main .sidebar-box-holder p {
            color: #fff;
        }

    .top-menu-container.menu-skin-light {
        background-color: #fff;
    }

        .top-menu-container.menu-skin-light .close-top-menu {
            color: #333;
        }

        .top-menu-container.menu-skin-light div.menu > ul > li > a, .top-menu-container.menu-skin-light ul.menu > li > a {
            color: #333;
        }

        .top-menu-container.menu-skin-light div.menu > ul > li:hover > a, .top-menu-container.menu-skin-light ul.menu > li:hover > a {
            color: #333;
        }

        .top-menu-container.menu-skin-light div.menu > ul > li ul, .top-menu-container.menu-skin-light ul.menu > li ul {
            background: #333;
        }

            .top-menu-container.menu-skin-light div.menu > ul > li ul > li > a, .top-menu-container.menu-skin-light ul.menu > li ul > li > a {
                color: #fff;
                display: inline-block;
            }

                .top-menu-container.menu-skin-light div.menu > ul > li ul > li > a:after, .top-menu-container.menu-skin-light ul.menu > li ul > li > a:after {
                    content: '';
                    overflow: hidden;
                    position: absolute;
                    left: 0;
                    bottom: -1px;
                    display: block;
                    width: 0;
                    height: 1px;
                    background-color: #fff;
                    -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                    -moz-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                    -o-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                    transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                }

                .top-menu-container.menu-skin-light div.menu > ul > li ul > li > a:hover, .top-menu-container.menu-skin-light ul.menu > li ul > li > a:hover {
                    text-decoration: none;
                    color: #00b19e;
                }

                    .top-menu-container.menu-skin-light div.menu > ul > li ul > li > a:hover:after, .top-menu-container.menu-skin-light ul.menu > li ul > li > a:hover:after {
                        width: 100%;
                    }

                .top-menu-container.menu-skin-light div.menu > ul > li ul > li > a:hover, .top-menu-container.menu-skin-light ul.menu > li ul > li > a:hover {
                    color: #fff;
                }

        .top-menu-container.menu-skin-light div.menu > ul > li > ul:after, .top-menu-container.menu-skin-light ul.menu > li > ul:after {
            border-color: transparent #333 transparent transparent;
        }

        .top-menu-container.menu-skin-light .sidebar-box-holder {
            color: #898989;
        }

            .top-menu-container.menu-skin-light .sidebar-box-holder h3 {
                color: #333;
            }

            .top-menu-container.menu-skin-light .sidebar-box-holder p {
                color: #898989;
            }

            .top-menu-container.menu-skin-light .sidebar-box-holder .social-networks li a {
                background-color: #333;
                color: #fff!important;
            }

                .top-menu-container.menu-skin-light .sidebar-box-holder .social-networks li a:hover {
                    background-color: #fff!important;
                    color: #333!important;
                }

    .top-menu-container.menu-skin-dark {
        background-color: #333;
    }

        .top-menu-container.menu-skin-dark .close-top-menu {
            color: #fff;
        }

        .top-menu-container.menu-skin-dark div.menu > ul > li > a, .top-menu-container.menu-skin-dark ul.menu > li > a {
            color: #fff;
        }

        .top-menu-container.menu-skin-dark div.menu > ul > li:hover > a, .top-menu-container.menu-skin-dark ul.menu > li:hover > a {
            color: #fff;
        }

        .top-menu-container.menu-skin-dark div.menu > ul > li ul, .top-menu-container.menu-skin-dark ul.menu > li ul {
            background: #fff;
        }

            .top-menu-container.menu-skin-dark div.menu > ul > li ul > li > a, .top-menu-container.menu-skin-dark ul.menu > li ul > li > a {
                color: #333;
                display: inline-block;
            }

                .top-menu-container.menu-skin-dark div.menu > ul > li ul > li > a:after, .top-menu-container.menu-skin-dark ul.menu > li ul > li > a:after {
                    content: '';
                    overflow: hidden;
                    position: absolute;
                    left: 0;
                    bottom: -1px;
                    display: block;
                    width: 0;
                    height: 1px;
                    background-color: #333;
                    -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                    -moz-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                    -o-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                    transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                }

                .top-menu-container.menu-skin-dark div.menu > ul > li ul > li > a:hover, .top-menu-container.menu-skin-dark ul.menu > li ul > li > a:hover {
                    text-decoration: none;
                    color: #00b19e;
                }

                    .top-menu-container.menu-skin-dark div.menu > ul > li ul > li > a:hover:after, .top-menu-container.menu-skin-dark ul.menu > li ul > li > a:hover:after {
                        width: 100%;
                    }

                .top-menu-container.menu-skin-dark div.menu > ul > li ul > li > a:hover, .top-menu-container.menu-skin-dark ul.menu > li ul > li > a:hover {
                    color: #333;
                }

        .top-menu-container.menu-skin-dark div.menu > ul > li > ul:after, .top-menu-container.menu-skin-dark ul.menu > li > ul:after {
            border-color: transparent #fff transparent transparent;
        }

        .top-menu-container.menu-skin-dark .sidebar-box-holder {
            color: #898989;
        }

            .top-menu-container.menu-skin-dark .sidebar-box-holder h3 {
                color: #fff;
            }

            .top-menu-container.menu-skin-dark .sidebar-box-holder p {
                color: #898989;
            }

            .top-menu-container.menu-skin-dark .sidebar-box-holder .social-networks li a {
                background-color: #fff;
                color: #333!important;
            }

                .top-menu-container.menu-skin-dark .sidebar-box-holder .social-networks li a:hover {
                    background-color: #404040!important;
                    color: #fff!important;
                }

@media screen and (max-width:768px) {
    .top-menu-container {
        display: none!important;
    }
}

.top-menu:after, .top-menu:before {
    content: " ";
    display: table;
}

.top-menu:after {
    clear: both;
}

.top-menu:after, .top-menu:before {
    content: " ";
    display: table;
}

.top-menu:after {
    clear: both;
}

.top-menu div.menu > ul > li, .top-menu ul.menu > li {
    float: left;
    width: 100%;
}

    .top-menu div.menu > ul > li > a, .top-menu ul.menu > li > a {
        white-space: nowrap;
        -webkit-transition: all 280ms ease-in-out;
        -moz-transition: all 280ms ease-in-out;
        -o-transition: all 280ms ease-in-out;
        transition: all 280ms ease-in-out;
    }

    .top-menu div.menu > ul > li:hover > a:after, .top-menu ul.menu > li:hover > a:after {
        width: 100%;
    }

.menu-row-items-2.top-menu div.menu > ul > li, .menu-row-items-2.top-menu ul.menu > li {
    width: 50%;
}

.menu-row-items-3.top-menu div.menu > ul > li, .menu-row-items-3.top-menu ul.menu > li {
    width: 33.33333333%;
}

.menu-row-items-4.top-menu div.menu > ul > li, .menu-row-items-4.top-menu ul.menu > li {
    width: 25%;
}

.menu-row-items-5.top-menu div.menu > ul > li, .menu-row-items-5.top-menu ul.menu > li {
    width: 20%;
}

.menu-row-items-6.top-menu div.menu > ul > li, .menu-row-items-6.top-menu ul.menu > li {
    width: 16.66666667%;
}

.menu-row-items-7.top-menu div.menu > ul > li, .menu-row-items-7.top-menu ul.menu > li {
    width: 14.28571429%;
}

.menu-row-items-8.top-menu div.menu > ul > li, .menu-row-items-8.top-menu ul.menu > li {
    width: 12.5%;
}

.first-level-centered.top-menu div.menu > ul > li, .first-level-centered.top-menu ul.menu > li {
    text-align: center;
}

    .first-level-centered.top-menu div.menu > ul > li li, .first-level-centered.top-menu ul.menu > li li {
        text-align: left;
    }

.top-menu div.menu > ul > li ul, .top-menu ul.menu > li ul {
    display: block;
    position: absolute;
    background: #fff;
    padding: 8px 5px;
    top: 0;
    left: 0;
    z-index: 10;
    margin-left: 20px;
    min-width: 180px;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.445,.050,.55,.95);
    -moz-transition: all 0s cubic-bezier(.445,.050,.55,.95);
    -o-transition: all 0s cubic-bezier(.445,.050,.55,.95);
    transition: all 0s cubic-bezier(.445,.050,.55,.95);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

    .top-menu div.menu > ul > li ul > li, .top-menu ul.menu > li ul > li {
        padding: 3px 10px;
    }

        .top-menu div.menu > ul > li ul > li > a, .top-menu ul.menu > li ul > li > a {
            color: #00b19e;
            font-size: 14px;
            white-space: nowrap;
            display: inline-block;
        }

            .top-menu div.menu > ul > li ul > li > a:after, .top-menu ul.menu > li ul > li > a:after {
                content: '';
                overflow: hidden;
                position: absolute;
                left: 0;
                bottom: -1px;
                display: block;
                width: 0;
                height: 1px;
                background-color: #00b19e;
                -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                -moz-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                -o-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                transition: all .3s cubic-bezier(.175,.885,.32,1.075);
            }

            .top-menu div.menu > ul > li ul > li > a:hover, .top-menu ul.menu > li ul > li > a:hover {
                text-decoration: none;
                color: #00b19e;
            }

                .top-menu div.menu > ul > li ul > li > a:hover:after, .top-menu ul.menu > li ul > li > a:hover:after {
                    width: 100%;
                }

            .top-menu div.menu > ul > li ul > li > a:hover, .top-menu ul.menu > li ul > li > a:hover {
                color: #00b19e;
            }

        .top-menu div.menu > ul > li ul > li:hover > a:after, .top-menu ul.menu > li ul > li:hover > a:after {
            width: 100%;
        }

        .top-menu div.menu > ul > li ul > li ul, .top-menu ul.menu > li ul > li ul {
            left: 100%;
            margin-left: 7px;
        }

    .top-menu div.menu > ul > li ul ul, .top-menu ul.menu > li ul ul {
        margin-top: -8px;
    }

.top-menu div.menu > ul > li > ul:after, .top-menu ul.menu > li > ul:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #fff transparent transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.top-menu div.menu > ul li.sub-visible > ul, .top-menu div.menu > ul li:hover > ul, .top-menu ul.menu li.sub-visible > ul, .top-menu ul.menu li:hover > ul {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

    .top-menu div.menu > ul li.sub-visible > ul:after, .top-menu ul.menu li.sub-visible > ul:after {
        left: -8px;
    }

.top-menu div.menu > ul li.sub-visible > a:after, .top-menu ul.menu li.sub-visible > a:after {
    width: 100%!important;
}

.home-slider {
    width: 100%;
    height: 642px;
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50%;
}

@media screen and (max-width:992px) {
    .home-slider {
        height: auto;
    }
}

.home-slider .slider-texts {
    position: relative;
    padding-top: 160px;
    padding-bottom: 50px;
}

@media screen and (max-width:992px) {
    .home-slider .slider-texts {
        padding-top: 80px;
        padding-bottom: 20px;
    }
}

.home-slider .slider-texts h1 {
    font-size: 45px;
    line-height: 60px;
    position: relative;
}

@media screen and (max-width:992px) {
    .home-slider .slider-texts h1 {
        font-size: 40px;
        line-height: 53px;
    }
}

@media screen and (max-width:768px) {
    .home-slider .slider-texts h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.home-slider .slider-texts a {
    color: #fff;
}

.home-slider .slider-texts span {
    color: #00b19e;
    background-color: #fff;
    padding: 0 8px;
}

.home-slider .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #00b19e;
    zoom: 1;
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    z-index: 0;
}

.main-footer {
    background: 0 0;
    position: relative;
    z-index: 10;
}

    .main-footer .big-footer {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .main-footer .big-footer .footer-dash {
            width: 18px;
            height: 2px;
            background: #333;
            margin: 50px 0 20px;
        }

        .main-footer .big-footer .section #shots {
            margin-left: -5px;
            margin-right: -5px;
        }

            .main-footer .big-footer .section #shots .dribbble-title {
                display: none;
            }

            .main-footer .big-footer .section #shots .dribbble_shot img {
                width: 58px;
                margin: 5px;
            }

        .main-footer .big-footer .section .timePosted, .main-footer .big-footer .section .tweet {
            display: inline;
        }

        .main-footer .big-footer .section .timePosted {
            font-size: 14px;
            color: #aaa;
        }

        .main-footer .big-footer .section .twitter-nav {
            margin-top: 12px;
            float: left;
        }

            .main-footer .big-footer .section .twitter-nav .previous i {
                -webkit-transform: scaleX(-1);
                -moz-transform: scaleX(-1);
                -ms-transform: scaleX(-1);
                -o-transform: scaleX(-1);
                transform: scaleX(-1);
            }

            .main-footer .big-footer .section .twitter-nav .next, .main-footer .big-footer .section .twitter-nav .previous {
                width: 20px;
                height: 20px;
                background: #fff;
                margin: 1px;
                position: relative;
                float: left;
            }

                .main-footer .big-footer .section .twitter-nav .next i, .main-footer .big-footer .section .twitter-nav .previous i {
                    width: 100%;
                    font-size: 12px;
                    color: #898989;
                    text-align: center;
                    top: 50%;
                    margin-top: -5px;
                    position: absolute;
                }

                .main-footer .big-footer .section .twitter-nav .next:hover i, .main-footer .big-footer .section .twitter-nav .previous:hover i {
                    color: #00b19e;
                }

@media screen and (max-width:768px) {
    .main-footer .big-footer .section .twitter-nav .next, .main-footer .big-footer .section .twitter-nav .previous {
        width: 25px;
        height: 25px;
    }
}

.main-footer .big-footer .section h1, .main-footer .big-footer .section h2, .main-footer .big-footer .section h3 {
    font-size: 22px;
    color: #333;
}

    .main-footer .big-footer .section h1.strong, .main-footer .big-footer .section h2.strong, .main-footer .big-footer .section h3.strong {
        font-size: 24px;
    }

.main-footer .big-footer .section .textwidget {
    color: #898989;
}

.main-footer .big-footer .section .textwidget, .main-footer .big-footer .section p {
    font-size: 16px;
    line-height: 1.33333333;
}

.main-footer .big-footer .section ul {
    list-style: none;
    padding: 0;
}

.main-footer .big-footer .section.widget_tag_cloud a {
    background-color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    .main-footer .big-footer .section.widget_tag_cloud a:hover {
        background-color: #d5d5d5!important;
    }

.main-footer .big-footer.footer-minimal {
    margin-top: 60px;
    margin-bottom: 50px;
}

    .main-footer .big-footer.footer-minimal .social.social-text a {
        font-size: 14px;
        text-transform: uppercase;
    }

@media screen and (max-width:480px) {
    .main-footer .big-footer.footer-minimal .social.social-text a {
        padding-bottom: 15px;
        display: block;
    }
}

.main-footer .big-footer.footer-minimal .copyright {
    padding-top: 25px;
}

    .main-footer .big-footer.footer-minimal .copyright p {
        font-size: 14px;
    }

.main-footer .footer-links {
    padding-top: 30px;
    padding-bottom: 20px;
}

    .main-footer .footer-links a {
        color: #898989;
        font-size: 15px;
    }

@media screen and (max-width:480px) {
    .main-footer .footer-links a {
        display: block;
    }
}

.main-footer .footer-links p {
    font-size: 15px;
}

@media screen and (max-width:480px) {
    .main-footer .footer-links .copyright {
        text-align: center;
    }
}

.main-footer .footer-links .right-side {
    text-align: right;
}

@media screen and (max-width:480px) {
    .main-footer .footer-links .right-side {
        text-align: center;
    }
}

.main-footer .footer-links .right-side a {
    margin-left: 25px;
    margin-right: 0;
}

.main-footer .footer-links .right-side .social-networks {
    white-space: nowrap;
}

@media screen and (max-width:992px) {
    .main-footer .footer-links .right-side .social-networks {
        white-space: normal;
    }
}

.main-footer .footer-links .right-side .social-networks li a {
    margin-left: 0;
}

    .main-footer .footer-links .right-side .social-networks li a span {
        margin-left: 0;
    }

.main-footer .footer-links .right-side .social-networks li + li {
    margin-left: 25px;
}

@media screen and (max-width:992px) {
    .main-footer .footer-links .right-side .social-networks li + li {
        margin-left: 10px;
    }
}

@media screen and (max-width:480px) {
    .main-footer .footer-links .right-side .social-networks li + li {
        margin: 0 5px;
    }
}

.main-footer .footer-links.footer-links-vertical > .row > div {
    display: block;
    float: none!important;
    width: 100%;
    text-align: center;
}

.main-footer .footer-links .social-networks > li:first-child a {
    margin-left: 0;
}

.main-footer .footer-links .social-networks > li:last-child a {
    margin-right: 0;
}

.main-footer .footer-links .social i {
    display: none;
}

@media screen and (max-width:480px) {
    .main-footer a:hover::after {
        width: auto;
    }
}

.main-footer hr {
    margin-top: 0;
    margin-bottom: 0;
}

.main-footer .footer-collapse-link {
    display: block;
    text-align: center;
    padding: 40px;
    margin-top: 10px;
}

    .main-footer .footer-collapse-link span {
        display: inline-block;
        text-indent: -99999px;
        background: #898989;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
    }

        .main-footer .footer-collapse-link span + span {
            margin-left: 4px;
        }

@media screen and (min-width:768px) {
    .main-footer .footer-collapse-link {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .main-footer .footer-collapse-link + .row {
        display: none;
    }
}

.main-footer.fixed-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-left: 0!important;
    margin-right: 0!important;
}

@media screen and (max-width:992px) {
    .main-footer.fixed-footer {
        position: relative;
        left: 0!important;
        right: 0!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

.main-footer.fixed-footer.shown.by-default {
    z-index: 200;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}

.main-footer.fixed-footer.fixed-footer-fade .container {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 430ms cubic-bezier(.445,.050,.55,.95);
    -moz-transition: all 430ms cubic-bezier(.445,.050,.55,.95);
    -o-transition: all 430ms cubic-bezier(.445,.050,.55,.95);
    transition: all 430ms cubic-bezier(.445,.050,.55,.95);
}

@media screen and (max-width:768px) {
    .main-footer.fixed-footer.fixed-footer-fade .container {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

.main-footer.fixed-footer.fixed-footer-fade.shown .container {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-delay: 220ms;
    -moz-transition-delay: 220ms;
    -o-transition-delay: 220ms;
    transition-delay: 220ms;
}

.main-footer.fixed-footer.fixed-footer-slide {
    -webkit-transform: translate3d(0,30%,0);
    -moz-transform: translate3d(0,30%,0);
    -ms-transform: translate3d(0,30%,0);
    -o-transform: translate3d(0,30%,0);
    transform: translate3d(0,30%,0);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 430ms cubic-bezier(.445,.050,.55,.95);
    -moz-transition: all 430ms cubic-bezier(.445,.050,.55,.95);
    -o-transition: all 430ms cubic-bezier(.445,.050,.55,.95);
    transition: all 430ms cubic-bezier(.445,.050,.55,.95);
}

    .main-footer.fixed-footer.fixed-footer-slide.shown {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.main-footer.main-footer-inverted .big-footer .footer-dash {
    background: #fff;
}

.main-footer.main-footer-inverted .big-footer .section h1, .main-footer.main-footer-inverted .big-footer .section h2, .main-footer.main-footer-inverted .big-footer .section h3, .main-footer.main-footer-inverted .big-footer .section p {
    color: #fff!important;
}

.main-footer.main-footer-inverted .big-footer .section a {
    color: #fff;
}

.main-footer.main-footer-inverted hr {
    border-color: rgba(255,255,255,.5);
}

.main-footer.main-footer-inverted .footer-links .copyright p {
    color: #fff;
}

.main-footer.main-footer-inverted .footer-links .right-side a {
    color: #fff;
}

.main-footer.footer-bottom-vertical .footer-bottom .footer-links {
    padding-top: 60px;
    padding-bottom: 50px;
}

    .main-footer.footer-bottom-vertical .footer-bottom .footer-links .right-side {
        margin-bottom: 25px;
    }

    .main-footer.footer-bottom-vertical .footer-bottom .footer-links .row > div {
        float: none!important;
        width: 100%;
        text-align: center;
    }

    .main-footer.footer-bottom-vertical .footer-bottom .footer-links .social-networks li + li {
        margin-left: 0;
    }

        .main-footer.footer-bottom-vertical .footer-bottom .footer-links .social-networks li + li a {
            margin-left: 0!important;
        }

    .main-footer.footer-bottom-vertical .footer-bottom .footer-links .social-networks a {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        margin: 0 7px!important;
        display: inline-block;
        position: relative;
        cursor: pointer;
        background-color: #fff;
        -webkit-transition: all .2s ease-in-out!important;
        -moz-transition: all .2s ease-in-out!important;
        -o-transition: all .2s ease-in-out!important;
        transition: all .2s ease-in-out!important;
    }

        .main-footer.footer-bottom-vertical .footer-bottom .footer-links .social-networks a:after {
            display: none!important;
        }

        .main-footer.footer-bottom-vertical .footer-bottom .footer-links .social-networks a i {
            display: block!important;
            width: 100%;
            font-size: 16px;
            text-align: center;
            color: #333;
            top: 50%;
            margin-top: -7px;
            position: absolute;
            left: 0;
        }

        .main-footer.footer-bottom-vertical .footer-bottom .footer-links .social-networks a span {
            display: none!important;
        }

        .main-footer.footer-bottom-vertical .footer-bottom .footer-links .social-networks a:after {
            display: none!important;
        }

        .main-footer.footer-bottom-vertical .footer-bottom .footer-links .social-networks a:hover {
            background-color: #d5d5d5!important;
        }

        .main-footer.footer-bottom-vertical .footer-bottom .footer-links .social-networks a:first-child {
            margin-left: 0;
        }

        .main-footer.footer-bottom-vertical .footer-bottom .footer-links .social-networks a:last-child {
            margin-right: 0!important;
        }

@media screen and (max-width:991px) {
    .footer-spacer {
        display: none;
    }
}

.rounded-social-networks li + li {
    margin-left: 0!important;
}

    .rounded-social-networks li + li a {
        margin-left: 0!important;
    }

.rounded-social-networks a {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    margin: 0 7px!important;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out!important;
    -moz-transition: all .2s ease-in-out!important;
    -o-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
}

    .rounded-social-networks a:after {
        display: none!important;
    }

    .rounded-social-networks a i {
        display: block!important;
        width: 100%;
        font-size: 16px;
        text-align: center;
        color: #333;
        top: 50%;
        margin-top: -7px;
        position: absolute;
        left: 0;
    }

    .rounded-social-networks a span {
        display: none!important;
    }

    .rounded-social-networks a:after {
        display: none!important;
    }

    .rounded-social-networks a:hover {
        background-color: #d5d5d5!important;
    }

    .rounded-social-networks a:first-child {
        margin-left: 0;
    }

    .rounded-social-networks a:last-child {
        margin-right: 0!important;
    }

a[href^=tel] {
    color: #898989;
    border-bottom: none;
}

.about-me-holder .picture img {
    width: 100%;
}

.about-me-holder .info .info-holder {
    height: 450px;
    background-color: #eee;
    position: relative;
    overflow: hidden;
    border-top: 41px solid #eee;
    border-bottom: 41px solid #eee;
    padding: 0 45px;
}

    .about-me-holder .info .info-holder .job-title {
        margin-top: 5px;
        margin-bottom: 35px;
    }

    .about-me-holder .info .info-holder h2 {
        font-size: 22px;
        margin: 0;
    }

@media screen and (max-width:768px) {
    .about-me-holder .info .info-holder {
        height: auto;
    }
}

.team-holder {
    margin-top: 20px;
}

    .team-holder .member {
        margin-bottom: 30px;
        color: #fff;
        -webkit-transition-duration: .35s;
        -moz-transition-duration: .35s;
        -o-transition-duration: .35s;
        transition-duration: .35s;
        position: relative;
    }

        .team-holder .member .hover-state .social a {
            position: relative;
        }

            .team-holder .member .hover-state .social a:hover {
                text-decoration: none;
                color: #fff;
                border-bottom: none!important;
            }

            .team-holder .member .hover-state .social a::after {
                content: '';
                -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.275);
                -moz-transition: all .3s cubic-bezier(.175,.885,.32,1.275);
                -o-transition: all .3s cubic-bezier(.175,.885,.32,1.275);
                transition: all .3s cubic-bezier(.175,.885,.32,1.275);
                overflow: hidden;
                position: absolute;
                left: 0;
                bottom: -2px;
                display: block;
                width: 0;
                height: 1px;
                background: #fff;
            }

            .team-holder .member .hover-state .social a:hover::after {
                width: 100%;
            }

        .team-holder .member .hover-state .member-details {
            position: absolute;
            bottom: 40px;
        }

            .team-holder .member .hover-state .member-details h2 {
                font-size: 22px;
                margin: 0;
            }

                .team-holder .member .hover-state .member-details h2 a {
                    color: #fff;
                }

            .team-holder .member .hover-state .member-details .job-title {
                margin-top: 5px;
                margin-bottom: 0;
                color: #fff;
            }

        .team-holder .member .hover-state p {
            color: #fff;
        }

        .team-holder .member.loading-finished .visibility-hidden {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

        .team-holder .member .thumb > a {
            display: block;
        }

    .team-holder .new-member-join {
        position: relative;
        background: #eee;
    }

        .team-holder .new-member-join .hover-state {
            visibility: visible;
            background: 0 0;
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

        .team-holder .new-member-join.wow .hover-state {
            visibility: hidden;
        }

        .team-holder .new-member-join.wow.animated .hover-state {
            visibility: visible;
        }

        .team-holder .new-member-join .join-us .your-image {
            font-size: 13px;
            color: #898989;
            display: inline;
            font-family: Courier;
            padding-left: 5px;
        }

        .team-holder .new-member-join .join-us .details {
            position: absolute;
            bottom: 40px;
        }

            .team-holder .new-member-join .join-us .details h2 {
                font-size: 22px;
                margin: 0;
                color: #333;
            }

            .team-holder .new-member-join .join-us .details .text {
                margin-top: 5px;
                margin-bottom: 0;
                color: #898989;
            }

                .team-holder .new-member-join .join-us .details .text a {
                    color: #00b19e;
                }

                    .team-holder .new-member-join .join-us .details .text a::after {
                        background: #00b19e;
                    }

.service-holder.with-border {
    width: 100%;
    border: 1px solid #eee;
    float: left;
}

.service-holder .service-box {
    padding-left: 0;
    padding-right: 0;
}

    .service-holder .service-box.description {
        padding: 45px 65px;
    }

        .service-holder .service-box.description i {
            font-size: 35px;
        }

        .service-holder .service-box.description h2 {
            font-size: 22px;
        }

        .service-holder .service-box.description p {
            font-size: 15px;
        }

@media screen and (max-width:992px) {
    .service-holder .service-box.description {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width:992px) {
    .service-holder .service-box img {
        width: 100%;
    }
}

.service-holder .service-two-desc-holder .service-box {
    padding: 10px 65px 60px 65px;
}

@media screen and (max-width:992px) {
    .service-holder .service-two-desc-holder .service-box {
        margin-top: 40px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.portfolio-holder:after, .portfolio-holder:before {
    content: " ";
    display: table;
}

.portfolio-holder:after {
    clear: both;
}

.portfolio-holder:after, .portfolio-holder:before {
    content: " ";
    display: table;
}

.portfolio-holder:after {
    clear: both;
}

.portfolio-holder.default-horizontal-margin {
    margin-left: 15px;
    margin-right: 15px;
}

    .portfolio-holder.default-horizontal-margin .isotope-item {
        padding-left: 0;
        padding-right: 0;
    }

.portfolio-holder.is-masonry-layout {
    height: 100%;
}

.portfolio-holder .product-box {
    position: relative;
}

    .portfolio-holder .product-box .photo {
        position: relative;
    }

        .portfolio-holder .product-box .photo a {
            display: block;
        }

        .portfolio-holder .product-box .photo img {
            width: 100%;
        }

        .portfolio-holder .product-box .photo .on-hover {
            position: absolute;
            display: block;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #00b19e;
            zoom: 1;
            filter: alpha(opacity=0);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
            -moz-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
            -o-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
            transition: all 350ms cubic-bezier(.445,.050,.55,.95);
        }

            .portfolio-holder .product-box .photo .on-hover i {
                position: absolute;
                left: 50%;
                top: 50%;
                color: #fff;
                font-size: 32px;
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                line-height: 1;
                display: block;
                margin: 0;
                width: 60px;
                text-align: center;
                height: 25px;
                -webkit-transform-origin: -50% -50%;
                -moz-transform-origin: -50% -50%;
                -ms-transform-origin: -50% -50%;
                -o-transform-origin: -50% -50%;
                transform-origin: -50% -50%;
            }

            .portfolio-holder .product-box .photo .on-hover.distanced {
                left: 15px;
                right: 15px;
                top: 15px;
                bottom: 15px;
            }

        .portfolio-holder .product-box .photo.loading-finished .image-placeholder img {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

        .portfolio-holder .product-box .photo:hover .on-hover {
            visibility: visible;
            zoom: 1;
            filter: alpha(opacity=90);
            -webkit-opacity: .9;
            -moz-opacity: .9;
            opacity: .9;
        }

            .portfolio-holder .product-box .photo:hover .on-hover.opacity-no {
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

    .portfolio-holder .product-box .info {
        padding: 10px 0;
    }

        .portfolio-holder .product-box .info h3 {
            font-size: 20px;
            margin-top: 10px;
            margin-bottom: 5px;
        }

            .portfolio-holder .product-box .info h3 a {
                color: #333;
                -webkit-transition: all .2s ease-in-out 0;
                -moz-transition: all .2s ease-in-out 0;
                -o-transition: all .2s ease-in-out 0;
                transition: all .2s ease-in-out 0;
            }

                .portfolio-holder .product-box .info h3 a::after {
                    background: 0 0;
                }

        .portfolio-holder .product-box .info p {
            font-size: 14px;
        }

            .portfolio-holder .product-box .info p a {
                color: #898989;
            }

                .portfolio-holder .product-box .info p a:hover {
                    color: #00b19e;
                }

    .portfolio-holder .product-box.wow .thumb .hover-state {
        visibility: hidden;
    }

    .portfolio-holder .product-box.wow.animated .thumb .hover-state {
        visibility: visible;
    }

.portfolio-holder .animated-eye-icon .product-box .photo .on-hover i {
    background: url(../images/icons/eye.gif) no-repeat;
    width: 45px;
    height: 45px;
    -webkit-background-size: 45px;
    -moz-background-size: 45px;
    background-size: 45px;
}

    .portfolio-holder .animated-eye-icon .product-box .photo .on-hover i:before {
        content: "";
    }

.portfolio-holder .dynamic-height-image .info {
    padding-bottom: 0;
}

    .portfolio-holder .dynamic-height-image .info p {
        margin-bottom: 0;
    }

.portfolio-holder .thumb {
    display: block;
}

    .portfolio-holder .thumb > a {
        display: block;
    }

    .portfolio-holder .thumb .hover-state {
        overflow: hidden;
        cursor: pointer;
    }

        .portfolio-holder .thumb .hover-state .info {
            color: #fff;
            bottom: 0;
            left: 0;
            padding: 40px;
            position: absolute;
        }

@media screen and (max-width:768px) {
    .portfolio-holder .thumb .hover-state .info {
        padding: 25px;
    }
}

.portfolio-holder .thumb .hover-state .info h3 {
    font-size: 22px;
    margin: 0;
    word-break: break-word;
}

@media screen and (max-width:992px) {
    .portfolio-holder .thumb .hover-state .info h3 {
        padding: 0!important;
    }
}

@media screen and (max-width:768px) {
    .portfolio-holder .thumb .hover-state .info h3 {
        padding-bottom: 10px!important;
    }
}

.portfolio-holder .thumb .hover-state .info h3 a {
    color: #fff;
}

    .portfolio-holder .thumb .hover-state .info h3 a::after {
        background: 0 0;
    }

.portfolio-holder .thumb .hover-state .info p {
    font-size: 15px;
    color: #fff;
    margin: 0;
    padding-top: 7px;
}

@media screen and (max-width:992px) {
    .portfolio-holder .thumb .hover-state .info p {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .portfolio-holder .thumb .hover-state .info p {
        display: block;
    }
}

.portfolio-holder .thumb .hover-state .info p a {
    color: #fff;
}

    .portfolio-holder .thumb .hover-state .info p a:hover {
        color: #fff;
    }

.portfolio-holder .thumb .hover-state .likes {
    position: absolute;
    left: 40px;
    top: 40px;
}

@media screen and (max-width:992px) {
    .portfolio-holder .thumb .hover-state .likes {
        top: auto;
    }
}

.portfolio-holder .thumb .hover-state .likes a {
    position: relative;
    display: block;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

    .portfolio-holder .thumb .hover-state .likes a i {
        line-height: 1;
    }

    .portfolio-holder .thumb .hover-state .likes a .counter, .portfolio-holder .thumb .hover-state .likes a i {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        color: #00b19e;
        width: 100%;
        margin-left: 0;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .portfolio-holder .thumb .hover-state .likes a .counter {
        font-size: 15px;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    .portfolio-holder .thumb .hover-state .likes a.is-loading {
        pointer-events: none;
        zoom: 1;
        filter: alpha(opacity=80);
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8;
    }

.portfolio-holder .thumb .hover-state.hover-is-visible {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
}

    .portfolio-holder .thumb .hover-state.hover-is-visible.opacity-no {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.portfolio-holder .thumb .hover-state.hover-distanced {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    width: auto;
    height: auto;
}

.portfolio-holder .thumb .hover-state.hover-style-black {
    background-color: #333;
}

    .portfolio-holder .thumb .hover-state.hover-style-black .likes a .counter, .portfolio-holder .thumb .hover-state.hover-style-black .likes a i {
        color: #333;
    }

.portfolio-holder .thumb .hover-state.hover-style-white {
    background-color: #fff;
}

    .portfolio-holder .thumb .hover-state.hover-style-white h3 a {
        color: #111;
    }

    .portfolio-holder .thumb .hover-state.hover-style-white p a {
        color: #898989;
    }

    .portfolio-holder .thumb .hover-state.hover-style-white .likes a {
        background-color: #111;
    }

        .portfolio-holder .thumb .hover-state.hover-style-white .likes a .counter, .portfolio-holder .thumb .hover-state.hover-style-white .likes a i {
            color: #fff;
        }

.portfolio-holder .thumb .hover-state.position-bottom-right .info {
    right: 0;
    left: auto;
    text-align: right;
}

.portfolio-holder .thumb .hover-state.position-top-left .likes {
    top: auto;
    left: auto;
    right: 40px;
    bottom: 40px;
}

.portfolio-holder .thumb .hover-state.position-top-left .info {
    top: 0;
    bottom: auto;
}

.portfolio-holder .thumb .hover-state.position-top-right .info {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    text-align: right;
}

.portfolio-holder .thumb .hover-state.position-center .likes {
    left: 50%;
    top: 25%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .portfolio-holder .thumb .hover-state.position-center .likes + .info {
        -webkit-transform: translateY(-25%);
        -moz-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        -o-transform: translateY(-25%);
        transform: translateY(-25%);
    }

.portfolio-holder .thumb .hover-state.position-center .info {
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-holder .thumb:hover .hover-state {
    zoom: 1;
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
}

    .portfolio-holder .thumb:hover .hover-state.opacity-no {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    .portfolio-holder .thumb:hover .hover-state.hover-reverse {
        visibility: hidden!important;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

.portfolio-holder .portfolio.not-clickable .likes {
    display: none;
}

.portfolio-holder .portfolio.not-clickable .hover-state, .portfolio-holder .portfolio.not-clickable h3 a {
    cursor: default;
}

.w-margin {
    margin-top: 30px;
}

.product-filter {
    text-align: right;
    position: relative;
}

@media screen and (max-width:992px) {
    .product-filter {
        text-align: left;
    }
}

.product-filter ul {
    list-style-type: none;
    padding-left: 0;
}

    .product-filter ul > li:first-child {
        margin-left: 0;
    }

    .product-filter ul li {
        display: inline-block;
        margin-left: 40px;
    }

@media screen and (max-width:992px) {
    .product-filter ul li {
        margin-left: 0;
        margin-right: 12px;
    }
}

.product-filter ul li a {
    font-size: 16px;
    color: #898989;
    text-decoration: none;
}

    .product-filter ul li a:hover {
        color: #00b19e;
    }

.product-filter ul li.active a:after {
    width: 100%;
}

.product-filter ul li.subcategory-back a {
    color: #898989;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

    .product-filter ul li.subcategory-back a i {
        display: inline-block;
        margin-right: 10px;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    .product-filter ul li.subcategory-back a:hover {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

        .product-filter ul li.subcategory-back a:hover i {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    .product-filter ul li.subcategory-back a:after {
        display: none;
    }

.product-filter ul li {
    -webkit-transition: all .2s cubic-bezier(.445,.050,.55,.95);
    -moz-transition: all .2s cubic-bezier(.445,.050,.55,.95);
    -o-transition: all .2s cubic-bezier(.445,.050,.55,.95);
    transition: all .2s cubic-bezier(.445,.050,.55,.95);
}

.product-filter ul li {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

    .product-filter ul li + li {
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
    }

        .product-filter ul li + li + li {
            -webkit-transition-delay: 150ms;
            -moz-transition-delay: 150ms;
            -o-transition-delay: 150ms;
            transition-delay: 150ms;
        }

            .product-filter ul li + li + li + li {
                -webkit-transition-delay: .2s;
                -moz-transition-delay: .2s;
                -o-transition-delay: .2s;
                transition-delay: .2s;
            }

                .product-filter ul li + li + li + li + li {
                    -webkit-transition-delay: 250ms;
                    -moz-transition-delay: 250ms;
                    -o-transition-delay: 250ms;
                    transition-delay: 250ms;
                }

                    .product-filter ul li + li + li + li + li + li {
                        -webkit-transition-delay: .3s;
                        -moz-transition-delay: .3s;
                        -o-transition-delay: .3s;
                        transition-delay: .3s;
                    }

.product-filter ul.is-active li {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

    .product-filter ul.is-active li + li {
        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

        .product-filter ul.is-active li + li + li {
            -webkit-transition-delay: 350ms;
            -moz-transition-delay: 350ms;
            -o-transition-delay: 350ms;
            transition-delay: 350ms;
        }

            .product-filter ul.is-active li + li + li + li {
                -webkit-transition-delay: .4s;
                -moz-transition-delay: .4s;
                -o-transition-delay: .4s;
                transition-delay: .4s;
            }

                .product-filter ul.is-active li + li + li + li + li {
                    -webkit-transition-delay: 450ms;
                    -moz-transition-delay: 450ms;
                    -o-transition-delay: 450ms;
                    transition-delay: 450ms;
                }

                    .product-filter ul.is-active li + li + li + li + li + li {
                        -webkit-transition-delay: .5s;
                        -moz-transition-delay: .5s;
                        -o-transition-delay: .5s;
                        transition-delay: .5s;
                    }

.subcategory-active.product-filter .portfolio-root-categories li {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.product-filter .portfolio-subcategory {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    visibility: hidden;
}

    .product-filter .portfolio-subcategory li {
        visibility: hidden;
        margin-bottom: 10px;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    .product-filter .portfolio-subcategory.is-active {
        visibility: visible;
    }

        .product-filter .portfolio-subcategory.is-active li {
            visibility: visible;
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

    .product-filter .portfolio-subcategory + .portfolio-subcategory {
        z-index: 15;
    }

.portfolio-title-holder {
    display: table;
    table-layout: auto;
    width: 100%;
    height: 195px;
}

    .portfolio-title-holder .pt-column {
        display: table-cell;
        vertical-align: bottom;
    }

    .portfolio-title-holder .section-title > :only-child {
        margin-bottom: 0;
    }

    .portfolio-title-holder .section-title h1 + p {
        margin-bottom: 0;
    }

    .portfolio-title-holder + .page-container {
        margin-top: 20px;
    }

@media screen and (max-width:991px) {
    .portfolio-title-holder {
        display: block;
    }

        .portfolio-title-holder .pt-column {
            display: block;
        }
}

.header-absolute .portfolio-title-vc-content {
    margin-top: 40px;
}

.portfolio-title-vc-content .container {
    width: 100%!important;
    margin: 0!important;
    padding: 0!important;
}

.portfolio-title-vc-content > .lab-row-container:last-child {
    margin-bottom: 20px;
}

.single-portfolio .page-container {
    margin-top: 30px;
}

.header-absolute.single-portfolio .page-container {
    margin-top: 0;
}

.single-portfolio-holder .title {
    margin-top: 0;
}

    .single-portfolio-holder .title h1 {
        margin-top: 15px;
        -webkit-transition: margin 220ms linear;
        -moz-transition: margin 220ms linear;
        -o-transition: margin 220ms linear;
        transition: margin 220ms linear;
    }

.single-portfolio-holder.sticked .title h1 {
    margin-top: 40px;
}

.single-portfolio-holder.sticked .has-sticky-header .title h1 {
    margin-top: 15px;
}

.single-portfolio-holder .details {
    -webkit-transition: opacity .4s cubic-bezier(.445,.050,.55,.95);
    -moz-transition: opacity .4s cubic-bezier(.445,.050,.55,.95);
    -o-transition: opacity .4s cubic-bezier(.445,.050,.55,.95);
    transition: opacity .4s cubic-bezier(.445,.050,.55,.95);
}

    .single-portfolio-holder .details:after, .single-portfolio-holder .details:before {
        content: " ";
        display: table;
    }

    .single-portfolio-holder .details:after {
        clear: both;
    }

    .single-portfolio-holder .details:after, .single-portfolio-holder .details:before {
        content: " ";
        display: table;
    }

    .single-portfolio-holder .details:after {
        clear: both;
    }

    .single-portfolio-holder .details > .row {
        position: relative;
    }

    .single-portfolio-holder .details.disappear {
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    .single-portfolio-holder .details .project-description {
        position: relative;
    }

        .single-portfolio-holder .details .project-description p {
            font-size: 16px;
        }

        .single-portfolio-holder .details .project-description.ps-container {
            margin-right: -12px;
            overflow: hidden;
        }

            .single-portfolio-holder .details .project-description.ps-container .post-formatting {
                padding-right: 25px;
            }

        .single-portfolio-holder .details .project-description .lab-row-container {
            margin: 0 -15px;
        }

            .single-portfolio-holder .details .project-description .lab-row-container.lab-full-width {
                margin: 0;
            }

                .single-portfolio-holder .details .project-description .lab-row-container.lab-full-width > div[data-vc-full-width] {
                    padding-left: 0!important;
                    padding-right: 0!important;
                }

                .single-portfolio-holder .details .project-description .lab-row-container.lab-full-width .vc_figure, .single-portfolio-holder .details .project-description .lab-row-container.lab-full-width .vc_single_image-wrapper, .single-portfolio-holder .details .project-description .lab-row-container.lab-full-width .vc_single_image-wrapper img, .single-portfolio-holder .details .project-description .lab-row-container.lab-full-width .wpb_single_image {
                    width: 100%;
                }

    .single-portfolio-holder .details .lgrad {
        position: relative;
        height: 25px;
        margin-top: -25px;
        margin-right: 12px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuOSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
        background-image: -webkit-linear-gradient(top,transparent 0,rgba(255,255,255,.9) 100%);
        background-image: -moz-linear-gradient(top,transparent 0,rgba(255,255,255,.9) 100%);
        background-image: -o-linear-gradient(top,transparent 0,rgba(255,255,255,.9) 100%);
        background-image: linear-gradient(to bottom,transparent 0,rgba(255,255,255,.9) 100%);
    }

    .single-portfolio-holder .details .services:after, .single-portfolio-holder .details .services:before {
        content: " ";
        display: table;
    }

    .single-portfolio-holder .details .services:after {
        clear: both;
    }

    .single-portfolio-holder .details .services:after, .single-portfolio-holder .details .services:before {
        content: " ";
        display: table;
    }

    .single-portfolio-holder .details .services:after {
        clear: both;
    }

    .single-portfolio-holder .details .services .checklist-entry {
        margin-top: 30px;
    }

        .single-portfolio-holder .details .services .checklist-entry.half-width {
            float: left;
            width: 50%;
        }

@media screen and (max-width:768px) {
    .single-portfolio-holder .details .services {
        margin-top: 50px;
    }
}

.single-portfolio-holder .details .services h3 {
    font-size: 18px;
    margin-top: 0;
}

.single-portfolio-holder .details .services ul {
    padding-left: 0;
}

    .single-portfolio-holder .details .services ul li {
        list-style-type: none;
        font-size: 16px;
        color: #898989;
        padding-bottom: 5px;
    }

.single-portfolio-holder .details .link {
    margin-top: 10px;
    font-size: 18px;
}

    .single-portfolio-holder .details .link .project-multiple-links + .project-multiple-links {
        margin-top: 15px;
    }

.single-portfolio-holder .details .services.row + .link {
    margin-top: 40px;
}

.single-portfolio-holder .details .inline-checklists {
    padding-top: 30px;
    margin-bottom: -5px;
    display: table;
    width: 100%;
    table-layout: auto;
}

    .single-portfolio-holder .details .inline-checklists .link, .single-portfolio-holder .details .inline-checklists .services {
        display: table-cell;
        vertical-align: bottom;
    }

    .single-portfolio-holder .details .inline-checklists .services {
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }

        .single-portfolio-holder .details .inline-checklists .services > div {
            width: 100%;
            padding: 0;
        }

            .single-portfolio-holder .details .inline-checklists .services > div + .checklist-entry {
                margin-top: 0;
            }

    .single-portfolio-holder .details .inline-checklists .link {
        margin-bottom: 0;
        text-align: right;
        padding-bottom: 15px;
        white-space: nowrap;
    }

.single-portfolio-holder .social {
    padding: 40px 0;
    padding-bottom: 0;
}

    .single-portfolio-holder .social .likes {
        width: 68px;
        height: 68px;
        background-color: #eee;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        position: relative;
        color: #333;
    }

        .single-portfolio-holder .social .likes .fa-heart {
            color: #00b19e;
            font-size: 20px;
        }

        .single-portfolio-holder .social .likes .counter {
            font-size: 14px;
            text-align: center;
        }

        .single-portfolio-holder .social .likes .like-btn {
            display: block;
            color: #898989;
            margin: 0;
            margin-top: 14px;
            text-align: center;
            font-size: 18px;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            -webkit-border-radius: 50%;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 50%;
            -moz-background-clip: padding;
            border-radius: 50%;
            background-clip: padding-box;
            text-decoration: none;
        }

            .single-portfolio-holder .social .likes .like-btn span {
                display: block;
                text-decoration: none;
                border: 0;
            }

            .single-portfolio-holder .social .likes .like-btn.is-loading {
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
                zoom: 1;
                filter: alpha(opacity=40);
                -webkit-opacity: .4;
                -moz-opacity: .4;
                opacity: .4;
            }

    .single-portfolio-holder .social .share-social h4 {
        font-size: 18px;
        margin-top: 8px;
    }

@media screen and (max-width:480px) {
    .single-portfolio-holder .social .share-social h4 {
        margin-top: 0;
    }
}

.single-portfolio-holder .social .share-social .social-links #like-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.single-portfolio-holder .social .share-social .social-links a {
    font-size: 15px;
    color: #898989;
    margin-right: 15px;
}

.single-portfolio-holder .social.social-links-plain i {
    width: 100%;
    margin-left: 0;
}

.single-portfolio-holder .social.social-links-plain .likes {
    float: right;
    margin-left: 20px;
}

.text-on-center .single-portfolio-holder .social.social-links-plain .likes {
    background: #000;
}

.single-portfolio-holder .social.social-links-plain .social-links a:hover.facebook {
    color: #3b5998;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.facebook::after {
        background: #3b5998;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.twitter {
    color: #55acee;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.twitter::after {
        background: #55acee;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.instagram {
    color: #3f729b;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.instagram::after {
        background: #3f729b;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.dribbble {
    color: #ea4c89;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.dribbble::after {
        background: #ea4c89;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.behance {
    color: #1769ff;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.behance::after {
        background: #1769ff;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.deviantart {
    color: #05cc47;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.deviantart::after {
        background: #05cc47;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.flickr {
    color: #0063dc;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.flickr::after {
        background: #0063dc;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.pinterest {
    color: #cc2127;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.pinterest::after {
        background: #cc2127;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.google, .single-portfolio-holder .social.social-links-plain .social-links a:hover.google-plus {
    color: #dd4b39;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.google-plus::after, .single-portfolio-holder .social.social-links-plain .social-links a:hover.google::after {
        background: #dd4b39;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.linkedin {
    color: #0976b4;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.linkedin::after {
        background: #0976b4;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.vk, .single-portfolio-holder .social.social-links-plain .social-links a:hover.vkontakte {
    color: #45668e;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.vk::after, .single-portfolio-holder .social.social-links-plain .social-links a:hover.vkontakte::after {
        background: #45668e;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.houzz {
    color: #7ac142;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.houzz::after {
        background: #7ac142;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.social-500px {
    color: #0099e5;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.social-500px::after {
        background: #0099e5;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.youtube {
    color: #e52d27;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.youtube::after {
        background: #e52d27;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.vine {
    color: #00b488;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.vine::after {
        background: #00b488;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.delicious {
    color: #39f;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.delicious::after {
        background: #39f;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.tumblr {
    color: #35465c;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.tumblr::after {
        background: #35465c;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.envelope-o {
    color: #666;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.envelope-o::after {
        background: #666;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.custom {
    color: #00b19e;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.custom::after {
        background: #00b19e;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.skype {
    color: #00aff0;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.skype::after {
        background: #00aff0;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.foursquare {
    color: #f94877;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.foursquare::after {
        background: #f94877;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.vimeo {
    color: #1ab7ea;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.vimeo::after {
        background: #1ab7ea;
    }

.single-portfolio-holder .social.social-links-plain .social-links a:hover.github {
    color: #333;
}

    .single-portfolio-holder .social.social-links-plain .social-links a:hover.github::after {
        background: #333;
    }

.single-portfolio-holder .gallery {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
}

    .single-portfolio-holder .gallery + .social-buttons {
        margin-top: 0;
        padding-top: 20px;
    }

    .single-portfolio-holder .gallery.no-spacing .comparison-image-slider, .single-portfolio-holder .gallery.no-spacing .photo, .single-portfolio-holder .gallery.no-spacing .portfolio-images-slider, .single-portfolio-holder .gallery.no-spacing .portfolio-video-holder, .single-portfolio-holder .gallery.no-spacing blockquote {
        margin-bottom: 0;
    }

    .single-portfolio-holder .gallery.no-spacing .row {
        margin: 0;
    }

        .single-portfolio-holder .gallery.no-spacing .row > div {
            padding: 0;
        }

    .single-portfolio-holder .gallery.full-width-container {
        overflow: hidden;
    }

        .single-portfolio-holder .gallery.full-width-container blockquote {
            max-width: 1140px;
            margin-left: auto;
            margin-right: auto;
        }

    .single-portfolio-holder .gallery .portfolio-images-slider {
        margin-bottom: 30px;
    }

        .single-portfolio-holder .gallery .portfolio-images-slider a {
            display: block;
        }

        .single-portfolio-holder .gallery .portfolio-images-slider img {
            zoom: 1;
            filter: alpha(opacity=0);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        .single-portfolio-holder .gallery .portfolio-images-slider.is-finished img {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

        .single-portfolio-holder .gallery .portfolio-images-slider .owl-nav {
            -webkit-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
            zoom: 1;
            filter: alpha(opacity=0);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
        }

        .single-portfolio-holder .gallery .portfolio-images-slider:hover .owl-nav {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    .single-portfolio-holder .gallery blockquote {
        margin-bottom: 30px;
    }

@media screen and (max-width:767px) {
    .single-portfolio-holder .gallery blockquote {
        margin-top: 10px;
    }
}

.single-portfolio-holder .gallery .photo {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    float: left;
}

    .single-portfolio-holder .gallery .photo > a {
        display: block;
    }

@media screen and (max-width:992px) {
    .single-portfolio-holder .gallery .photo {
        width: 100%;
        margin-bottom: 15px;
    }
}

.single-portfolio-holder .gallery .photo img {
    width: 100%;
    height: auto;
}

.single-portfolio-holder .gallery .photo .caption {
    bottom: 15px;
    left: 15px;
    margin: 15px;
    padding: 10px 15px;
    background-color: rgba(0,0,0,.3);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 0;
    position: absolute;
    text-align: left;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    font-size: 16px;
    color: #fff;
    margin: 0;
}

    .single-portfolio-holder .gallery .photo .caption a {
        color: #fff;
    }

        .single-portfolio-holder .gallery .photo .caption a:after {
            background-color: #fff;
        }

@media screen and (max-width:768px) {
    .single-portfolio-holder .gallery .photo .caption {
        position: relative;
        margin: 0;
        padding: 15px 0;
        background-color: transparent;
        color: #898989;
        left: 0;
        bottom: 0;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.single-portfolio-holder .gallery .photo:hover .caption {
    z-index: 1;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.single-portfolio-holder .gallery .video {
    margin-bottom: 30px;
    clear: both;
}

.single-portfolio-holder .gallery .quote {
    position: relative;
    float: left;
}

    .single-portfolio-holder .gallery .quote blockquote {
        margin-bottom: 30px;
    }

@media screen and (max-width:992px) {
    .single-portfolio-holder .gallery .quote blockquote {
        margin-bottom: 15px;
    }
}

.single-portfolio-holder .gallery.gallery-type-description .row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

    .single-portfolio-holder .gallery.gallery-type-description .row .gallery-item-description {
        position: relative;
        overflow: hidden;
    }

@media screen and (max-width:768px) {
    .single-portfolio-holder .gallery.gallery-type-description .row .gallery-item-description {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.single-portfolio-holder .gallery.gallery-type-description .row .gallery-item-description + .lgrad {
    visibility: hidden;
}

.single-portfolio-holder .gallery.gallery-type-description .row .gallery-item-description.ps-active-y {
    padding-right: 20px;
}

    .single-portfolio-holder .gallery.gallery-type-description .row .gallery-item-description.ps-active-y .ps-scrollbar-y-rail {
        right: -10px!important;
    }

    .single-portfolio-holder .gallery.gallery-type-description .row .gallery-item-description.ps-active-y + .lgrad {
        visibility: visible;
    }

.single-portfolio-holder .gallery.gallery-type-description .row .gallery-item-description.first-entry {
    margin-top: 0;
}

.single-portfolio-holder .gallery.gallery-type-description .row .lgrad {
    position: relative;
    height: 30px;
    margin-top: -30px;
    margin-right: 12px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuOSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(top,transparent 0,rgba(255,255,255,.9) 100%);
    background-image: -moz-linear-gradient(top,transparent 0,rgba(255,255,255,.9) 100%);
    background-image: -o-linear-gradient(top,transparent 0,rgba(255,255,255,.9) 100%);
    background-image: linear-gradient(to bottom,transparent 0,rgba(255,255,255,.9) 100%);
}

.single-portfolio-holder .gallery.gallery-type-description.no-spacing .gallery-item-description {
    margin-top: 45px;
    margin-right: 45px;
}

@media screen and (max-width:768px) {
    .single-portfolio-holder .gallery.gallery-type-description.no-spacing .gallery-item-description {
        margin-top: 40px;
        margin-right: 0;
    }
}

.single-portfolio-holder .gallery.gallery-type-description.no-spacing .gallery-item-description.first-entry {
    margin-top: 0;
}

.single-portfolio-holder .gallery.gallery-type-description.no-spacing .gallery-item-description.description-right {
    margin-right: 0;
    margin-left: 45px;
}

@media screen and (max-width:768px) {
    .single-portfolio-holder .gallery.gallery-type-description.no-spacing .gallery-item-description.description-right {
        margin-left: 0;
    }
}

.single-portfolio-holder .gallery.gallery-type-description.no-spacing .row {
    margin-left: 15px;
    margin-right: 15px;
}

.single-portfolio-holder .gallery.gallery-type-description .zz-type-html img {
    max-width: 100%;
    height: auto!important;
}

.single-portfolio-holder .portfolio-featured-image {
    position: relative;
    margin-bottom: 60px;
}

    .single-portfolio-holder .portfolio-featured-image a {
        display: block;
    }

    .single-portfolio-holder .portfolio-featured-image img {
        width: 100%;
    }

    .single-portfolio-holder .portfolio-featured-image .caption {
        bottom: 0;
        margin: 15px;
        padding: 10px 15px;
        background-color: rgba(0,0,0,.3);
        color: #fff;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        z-index: 0;
        position: absolute;
        text-align: left;
    }

        .single-portfolio-holder .portfolio-featured-image .caption h3 {
            font-size: 16px;
            color: #fff;
            margin: 0;
        }

@media screen and (max-width:768px) {
    .single-portfolio-holder .portfolio-featured-image .caption {
        position: relative;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        margin: 0;
        padding: 15px 0;
        background-color: transparent;
    }

        .single-portfolio-holder .portfolio-featured-image .caption h3 {
            color: #898989;
        }
}

.single-portfolio-holder .portfolio-featured-image.loading-finished img {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.single-portfolio-holder .portfolio-featured-image:hover .caption {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    z-index: 1;
}

.single-portfolio-holder .portfolio-navigation {
    position: fixed;
    bottom: 0;
    z-index: 25;
}

    .single-portfolio-holder .portfolio-navigation.is-not-visible a {
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    .single-portfolio-holder .portfolio-navigation .previous i {
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .single-portfolio-holder .portfolio-navigation a {
        position: relative;
        background: #333;
        float: left;
        margin: 0;
        border: 0;
        width: 45px;
        height: 45px;
        -webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
        -moz-transition: all .2s cubic-bezier(.25,.46,.45,.94);
        -o-transition: all .2s cubic-bezier(.25,.46,.45,.94);
        transition: all .2s cubic-bezier(.25,.46,.45,.94);
    }

        .single-portfolio-holder .portfolio-navigation a.not-clickable {
            pointer-events: none;
        }

            .single-portfolio-holder .portfolio-navigation a.not-clickable i {
                zoom: 1;
                filter: alpha(opacity=40);
                -webkit-opacity: .4;
                -moz-opacity: .4;
                opacity: .4;
            }

        .single-portfolio-holder .portfolio-navigation a i {
            width: 100%;
            font-size: 22px;
            color: #fff;
            top: 50%;
            margin-top: -11px;
            text-align: center;
            position: absolute;
            -webkit-transition: all .2s ease-in-out 0;
            -moz-transition: all .2s ease-in-out 0;
            -o-transition: all .2s ease-in-out 0;
            transition: all .2s ease-in-out 0;
        }

        .single-portfolio-holder .portfolio-navigation a:hover i {
            color: #00b19e;
        }

    .single-portfolio-holder .portfolio-navigation .back-to-portfolio {
        border: 1px solid #393939;
        border-top: 0;
        border-bottom: 0;
    }

    .single-portfolio-holder .portfolio-navigation.right-side {
        right: 0;
    }

    .single-portfolio-holder .portfolio-navigation.left-side {
        left: 0;
    }

    .single-portfolio-holder .portfolio-navigation.centered {
        left: 50%;
        -webkit-transform: translateX(-49.63%);
        -moz-transform: translateX(-49.63%);
        -ms-transform: translateX(-49.63%);
        -o-transform: translateX(-49.63%);
        transform: translateX(-49.63%);
    }

.single-portfolio-holder .portfolio-big-navigation {
    margin-top: 80px;
}

    .single-portfolio-holder .portfolio-big-navigation .previous {
        float: left;
    }

    .single-portfolio-holder .portfolio-big-navigation .next {
        float: right;
    }

        .single-portfolio-holder .portfolio-big-navigation .next i {
            -webkit-transform: scaleX(-1);
            -moz-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            transform: scaleX(-1);
        }

@media screen and (max-width:768px) {
    .single-portfolio-holder .portfolio-big-navigation .next.pc-only, .single-portfolio-holder .portfolio-big-navigation .previous.pc-only {
        display: none;
    }
}

.single-portfolio-holder .portfolio-big-navigation .next.not-clickable, .single-portfolio-holder .portfolio-big-navigation .previous.not-clickable {
    pointer-events: none;
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}

.single-portfolio-holder .portfolio-big-navigation .next.mobile-only.previous:active, .single-portfolio-holder .portfolio-big-navigation .previous.mobile-only.previous:active {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}

.single-portfolio-holder .portfolio-big-navigation .next.mobile-only.next:active, .single-portfolio-holder .portfolio-big-navigation .previous.mobile-only.next:active {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.single-portfolio-holder .portfolio-big-navigation .next.mobile-only i, .single-portfolio-holder .portfolio-big-navigation .previous.mobile-only i {
    display: none;
}

@media screen and (max-width:768px) {
    .single-portfolio-holder .portfolio-big-navigation .next.mobile-only i, .single-portfolio-holder .portfolio-big-navigation .previous.mobile-only i {
        display: block;
    }
}

.single-portfolio-holder .portfolio-big-navigation i {
    font-size: 32px;
}

.single-portfolio-holder .portfolio-big-navigation a {
    color: #333;
    font-size: 20px;
    -webkit-transition: all .2s ease-in-out 0;
    -moz-transition: all .2s ease-in-out 0;
    -o-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0;
}

    .single-portfolio-holder .portfolio-big-navigation a:hover {
        color: #4d4d4d;
    }

@media screen and (max-width:480px) {
    .single-portfolio-holder .portfolio-big-navigation a {
        font-size: 17px;
    }
}

.single-portfolio-holder .portfolio-navigation-type-simple.with-margin {
    margin-bottom: 60px;
}

.single-portfolio-holder .social-buttons {
    margin-top: 15px;
    clear: both;
}

    .single-portfolio-holder .social-buttons .social-share-icon {
        width: 50px;
        height: 50px;
        background-color: #eee;
        margin-right: 15px;
        margin-bottom: 15px;
        display: inline-block;
        position: relative;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        cursor: pointer;
        -webkit-transition: all .2s ease-in-out 0!important;
        -moz-transition: all .2s ease-in-out 0!important;
        -o-transition: all .2s ease-in-out 0!important;
        transition: all .2s ease-in-out 0!important;
    }

        .single-portfolio-holder .social-buttons .social-share-icon i {
            width: 100%;
            font-size: 16px;
            text-align: center;
            color: #333;
            top: 50%;
            margin-top: -8px;
            position: absolute;
            left: 0;
        }

        .single-portfolio-holder .social-buttons .social-share-icon .like-count {
            display: none;
        }

        .single-portfolio-holder .social-buttons .social-share-icon:hover {
            background-color: #d5d5d5;
        }

        .single-portfolio-holder .social-buttons .social-share-icon:first-child {
            margin-left: 0;
        }

        .single-portfolio-holder .social-buttons .social-share-icon:last-child {
            margin-right: 0!important;
        }

        .single-portfolio-holder .social-buttons .social-share-icon.like-btn {
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

            .single-portfolio-holder .social-buttons .social-share-icon.like-btn i, .single-portfolio-holder .social-buttons .social-share-icon.like-btn span {
                -webkit-transition: opacity .4s ease-in-out;
                -moz-transition: opacity .4s ease-in-out;
                -o-transition: opacity .4s ease-in-out;
                transition: opacity .4s ease-in-out;
            }

            .single-portfolio-holder .social-buttons .social-share-icon.like-btn span {
                display: block;
                position: absolute;
                left: 50%;
                top: 50%;
                margin: 0;
                zoom: 1!important;
                filter: alpha(opacity=0)!important;
                -webkit-opacity: 0!important;
                -moz-opacity: 0!important;
                opacity: 0!important;
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

            .single-portfolio-holder .social-buttons .social-share-icon.like-btn.is-loading {
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
                zoom: 1;
                filter: alpha(opacity=40);
                -webkit-opacity: .4;
                -moz-opacity: .4;
                opacity: .4;
            }

            .single-portfolio-holder .social-buttons .social-share-icon.like-btn.is-liked {
                background-color: #00b19e;
            }

                .single-portfolio-holder .social-buttons .social-share-icon.like-btn.is-liked i, .single-portfolio-holder .social-buttons .social-share-icon.like-btn.is-liked span {
                    color: #fff;
                }

                .single-portfolio-holder .social-buttons .social-share-icon.like-btn.is-liked:hover i, .single-portfolio-holder .social-buttons .social-share-icon.like-btn.is-liked:hover span {
                    -webkit-transition-delay: .5s;
                    -moz-transition-delay: .5s;
                    -o-transition-delay: .5s;
                    transition-delay: .5s;
                }

                .single-portfolio-holder .social-buttons .social-share-icon.like-btn.is-liked:hover i {
                    zoom: 1;
                    filter: alpha(opacity=0);
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    opacity: 0;
                }

                .single-portfolio-holder .social-buttons .social-share-icon.like-btn.is-liked:hover span {
                    zoom: 1!important;
                    filter: alpha(opacity=100)!important;
                    -webkit-opacity: 1!important;
                    -moz-opacity: 1!important;
                    opacity: 1!important;
                }

@media screen and (max-width:480px) {
    .single-portfolio-holder .social-buttons .social-share-icon:first-child {
        margin-left: 15px!important;
    }

    .single-portfolio-holder .social-buttons .social-share-icon:last-child {
        margin-right: 15px!important;
    }
}

.single-portfolio-holder .portfolio-video-holder {
    position: relative;
    background: #eee;
    margin-bottom: 30px;
    overflow: visible;
    z-index: 10000;
}

    .single-portfolio-holder .portfolio-video-holder .video-js, .single-portfolio-holder .portfolio-video-holder iframe, .single-portfolio-holder .portfolio-video-holder > video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .single-portfolio-holder .portfolio-video-holder > video {
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    .single-portfolio-holder .portfolio-video-holder .video-aspect-ratio + .fluid-width-video-wrapper {
        padding-top: 0!important;
    }

.single-portfolio-holder.gallery-type-fullbg .gallery {
    overflow: hidden;
}

.single-portfolio-holder.gallery-type-fullbg.is-sticky .details {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

@media screen and (max-width:992px) {
    .single-portfolio-holder.gallery-type-fullbg.is-sticky .details {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

.single-portfolio-holder.gallery-type-fullbg.is-sticky .details.shown {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 220ms ease-in-out;
    -moz-transition: opacity 220ms ease-in-out;
    -o-transition: opacity 220ms ease-in-out;
    transition: opacity 220ms ease-in-out;
}

.single-portfolio-holder.alt-one .services {
    margin-top: 30px;
}

.single-portfolio-holder.alt-one .gallery {
    padding-left: 0;
    padding-right: 0;
}

.single-portfolio-holder.alt-two .services {
    margin-top: 60px;
}

.single-portfolio-holder.alt-two .gallery {
    margin-top: -205px;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width:992px) {
    .single-portfolio-holder.alt-two .gallery {
        margin-top: 30px;
    }
}

.single-portfolio-holder.alt-two .gallery .photo {
    margin-bottom: 0;
}

@media screen and (max-width:992px) {
    .single-portfolio-holder.alt-two .gallery .photo {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.single-portfolio-holder.alt-five .gallery {
    margin-top: 100px;
    float: left;
}

    .single-portfolio-holder.alt-five .gallery .image-desc-holder {
        float: left;
    }

        .single-portfolio-holder.alt-five .gallery .image-desc-holder .description {
            max-height: 620px;
            background-color: transparent;
            border-top: 41px solid transparent;
            border-bottom: 41px solid transparent;
            padding: 0 45px 0 0;
            overflow: hidden;
            position: relative;
            float: right;
        }

@media screen and (max-width:992px) {
    .single-portfolio-holder.alt-five .gallery .image-desc-holder .description {
        padding: 0;
        max-height: auto;
    }
}

.single-portfolio-holder.alt-five .gallery .image-desc-holder .description.first-description {
    border-top: 0;
}

.single-portfolio-holder.alt-five .gallery .image-desc-holder .description.right-desc {
    padding-left: 45px;
}

@media screen and (max-width:992px) {
    .single-portfolio-holder.alt-five .gallery .image-desc-holder .description.right-desc {
        padding-left: 0;
    }
}

.single-portfolio-holder.alt-five .gallery .image-desc-holder .photo {
    width: 100%;
    margin-bottom: 0;
    float: left;
}

.single-portfolio-holder.alt-six .social {
    padding-left: 15px;
    padding-right: 15px;
}

.single-portfolio-holder.alt-six .services {
    width: 100%;
    margin-top: 50px;
    text-align: left;
    float: left;
}

@media screen and (max-width:480px) {
    .single-portfolio-holder.alt-six .services {
        margin-top: 25px;
    }
}

.single-portfolio-holder.alt-six .services h3 {
    font-size: 18px;
    margin-top: 3px;
    margin-right: 25px;
    float: left;
}

.single-portfolio-holder.alt-six .services ul {
    margin-top: 2px;
    float: left;
}

    .single-portfolio-holder.alt-six .services ul li {
        display: inline-block;
        padding-right: 12px;
    }

.single-portfolio-holder.alt-six .services .link {
    margin-top: 0;
    float: right;
}

@media screen and (max-width:768px) {
    .single-portfolio-holder.alt-six .services .link {
        clear: both;
        margin-top: 30px;
        float: left;
    }
}

.single-portfolio-holder.alt-six .gallery {
    float: none;
}

    .single-portfolio-holder.alt-six .gallery i {
        font-size: 51px;
        color: #00b19e;
    }

.single-portfolio-holder .social {
    clear: both;
    margin-left: 15px;
    margin-right: 15px;
}

    .single-portfolio-holder .social.social-links-plain {
        padding-bottom: 20px;
    }

.single-portfolio-holder.portfolio-type-1 .social {
    margin-left: 0;
    margin-right: 0;
}

    .single-portfolio-holder.portfolio-type-1 .social.social-links-plain {
        padding-bottom: 0;
    }

.single-portfolio-holder.portfolio-type-2 .title.section-title + .portfolio-featured-image {
    margin-bottom: 40px;
}

.single-portfolio-holder.portfolio-type-2 .services, .single-portfolio-holder.portfolio-type-3 .services {
    margin-top: -15px;
}

.single-portfolio-holder.portfolio-type-2 .gallery, .single-portfolio-holder.portfolio-type-3 .gallery {
    margin-top: 40px;
}

.single-portfolio-holder.portfolio-type-2 .social-links-plain .likes, .single-portfolio-holder.portfolio-type-3 .social-links-plain .likes {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.single-portfolio-holder.portfolio-type-3 .gallery-slider {
    position: relative;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

    .single-portfolio-holder.portfolio-type-3 .gallery-slider.is-finished img {
        visibility: visible;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    .single-portfolio-holder.portfolio-type-3 .gallery-slider .gallery-item {
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
        -webkit-transition: opacity 250ms ease-in-out;
        -moz-transition: opacity 250ms ease-in-out;
        -o-transition: opacity 250ms ease-in-out;
        transition: opacity 250ms ease-in-out;
    }

        .single-portfolio-holder.portfolio-type-3 .gallery-slider .gallery-item.slick-center {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    .single-portfolio-holder.portfolio-type-3 .gallery-slider.no-spacing .gallery-item {
        padding-left: 0;
        padding-right: 0;
    }

    .single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-next, .single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-prev {
        background: 0 0;
        border: 0;
        position: absolute;
        top: 50%;
        color: #fff;
        font-size: 45px;
        z-index: 1;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

@media screen and (max-width:768px) {
    .single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-next, .single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-prev {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@media screen and (max-width:992px) {
    .single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-next, .single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-prev {
        font-size: 30px;
    }
}

.single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-next:hover, .single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-prev:hover {
    color: #00b19e;
}

.single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-disabled {
    zoom: 1!important;
    filter: alpha(opacity=0)!important;
    -webkit-opacity: 0!important;
    -moz-opacity: 0!important;
    opacity: 0!important;
    visibility: hidden;
}

.single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-prev {
    left: 200px;
}

    .single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-prev:active {
        left: 185px;
    }

@media screen and (max-width:768px) {
    .single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-prev {
        left: 25px;
    }

        .single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-prev:active {
            left: 30px;
        }
}

.single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-next {
    right: 200px;
}

    .single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-next:active {
        right: 185px;
    }

@media screen and (max-width:768px) {
    .single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-next {
        right: 25px;
    }

        .single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-next:active {
            right: 30px;
        }
}

@media screen and (max-width:768px) {
    .single-portfolio-holder.portfolio-type-3 .gallery-slider.no-spacing .slick-prev {
        left: 15px;
    }
}

@media screen and (max-width:768px) {
    .single-portfolio-holder.portfolio-type-3 .gallery-slider.no-spacing .slick-next {
        right: 15px;
    }
}

.single-portfolio-holder.portfolio-type-3 .gallery-slider:hover .slick-next, .single-portfolio-holder.portfolio-type-3 .gallery-slider:hover .slick-prev {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.single-portfolio-holder.portfolio-type-3 .portfolio-big-navigation.portfolio-navigation-type-simple {
    margin-top: 70px;
    margin-bottom: 0;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container {
    position: fixed;
    left: 0;
    bottom: 0;
    max-width: 60%;
    max-height: 60%;
    background: #fff;
    padding: 0;
    overflow: hidden;
    z-index: 10;
}

@media screen and (max-width:992px) {
    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container {
        margin: 0;
    }
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container h1 {
    margin-top: 10px;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .title {
    margin-bottom: 30px;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .link {
    font-size: 18px;
    margin-top: 30px;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .services {
    margin-top: 20px;
}

    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .services ul li {
        padding-bottom: 5px;
        display: inline-block;
        padding-right: 10px;
    }

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .social-buttons {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .social-buttons a {
        margin-right: 0;
        margin-left: 8px;
    }

        .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .social-buttons a:first-child {
            margin-left: 0;
        }

@media screen and (max-width:992px) {
    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .social-buttons {
        text-align: left;
    }

        .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .social-buttons a {
            margin-left: 0!important;
            margin-right: 8px!important;
        }
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .social-links-plain {
    margin-left: 0;
    margin-right: 0;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-sharing-container.col-sm-12 .social-buttons {
    text-align: left;
}

    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-sharing-container.col-sm-12 .social-buttons a {
        margin-left: 0;
        margin-right: 8px;
    }

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-showinfo {
    display: none;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-showinfo {
    position: relative;
    padding: 30px 50px;
}

@media screen and (max-width:992px) {
    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-showinfo {
        padding: 7px 20px;
    }

    h3, .h3 {
        font-size: 16px;
    }

    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container {
        margin-bottom: 13px;
    }
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-showinfo h3 {
    position: relative;
    margin: 0;
    padding-bottom: 10px;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-showinfo p {
    position: relative;
    margin: 0;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-showinfo .expand-project-info {
    position: absolute;
    display: block;
    width: 30px;
    height: 39px;
    top: 0;
    right: 0;
    margin-right: 2px;
    margin-top: 0;
}

@media screen and (max-width:768px) {
    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-showinfo .expand-project-info {
        display: none;
    }
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-showinfo .expand-project-info svg {
    display: block;
    width: 100%;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo {
    position: relative;
    padding: 30px 50px;
}

    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .lab-vc-container {
        width: 100%!important;
    }

@media screen and (max-width:992px) {
    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo {
        padding: 20px 20px;
    }
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .collapse-project-info {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 10px;
    margin-right: 35px;
    margin-top: 25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width:992px) {
    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .collapse-project-info {
        margin-right: 15px;
        margin-top: 15px;
    }
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .collapse-project-info svg {
    display: block;
    width: 30px;
    height: 39px;
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .project-description {
    position: relative;
}

@media screen and (max-width:992px) {
    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .project-description {
        max-height: 10000px;
    }
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .lgrad {
    position: relative;
    height: 30px;
    margin-top: -30px;
    margin-right: 12px;
    visibility: hidden;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuOSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(top,transparent 0,rgba(255,255,255,.9) 100%);
    background-image: -moz-linear-gradient(top,transparent 0,rgba(255,255,255,.9) 100%);
    background-image: -o-linear-gradient(top,transparent 0,rgba(255,255,255,.9) 100%);
    background-image: linear-gradient(to bottom,transparent 0,rgba(255,255,255,.9) 100%);
}

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container.is-collapsed {
    cursor: pointer;
}

    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container.is-collapsed .portfolio-description-fullinfo {
        display: none;
    }

    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container.is-collapsed .portfolio-description-showinfo {
        display: block;
    }

.single-portfolio-holder.portfolio-type-5 .portfolio-description-container .ps-scrollbar-y-rail {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .ps-scrollbar-y-rail .ps-scrollbar-y {
        margin-right: 10px;
    }

@media screen and (max-width:768px) {
    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container {
        position: fixed;
        max-width: 100%;
        max-height: 60%;
        left: 20px;
        right: 20px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:992px) {
    .single-portfolio-holder.portfolio-type-5 .portfolio-navigation {
        margin: 0;
    }
}

@media screen and (max-width:768px) {
    .single-portfolio-holder.portfolio-type-5 .portfolio-navigation {
        right: 20px;
        bottom: 30px;
    }

        .single-portfolio-holder.portfolio-type-5 .portfolio-navigation a {
            clear: both;
            height: 32px;
        }

            .single-portfolio-holder.portfolio-type-5 .portfolio-navigation a + a {
                border-top: 1px solid rgba(255,255,255,.1);
            }
}

@media screen and (max-width:768px) {
    .single-portfolio-holder.portfolio-type-5 .portfolio-navigation + .portfolio-description-container {
        right: 65px;
    }
}

.single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav {
    position: fixed;
    z-index: 9;
    right: 20px;
    top: 50%;
    margin-top: -40px!important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width:992px) {
    .single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav {
        margin: 0;
    }
}

@media screen and (max-width:768px) {
    .single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav {
        bottom: 5px;
        right: 20px;
        top: auto;
        left: 20px;
        text-align: center;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav a {
    display: block;
    padding: 6px;
    margin: 0;
    line-height: 0;
}

@media screen and (max-width:768px) {
    .single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav a {
        display: inline-block;
        padding: 6px 2px;
    }
}

.single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav a span {
    display: inline-block;
    line-height: 1;
    background: #fff;
    text-indent: -9999px;
    overflow: hidden;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: all .4s cubic-bezier(.445,.050,.55,.95);
    -moz-transition: all .4s cubic-bezier(.445,.050,.55,.95);
    -o-transition: all .4s cubic-bezier(.445,.050,.55,.95);
    transition: all .4s cubic-bezier(.445,.050,.55,.95);
}

.single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav a:hover span {
    background-color: rgba(0,177,158,.5);
}

.single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav a.current span {
    background-color: #00b19e;
}

.single-portfolio-holder.portfolio-type-6 .section-title {
    text-align: center;
}

.single-portfolio-holder.portfolio-type-6 .lightbox-featured-image {
    position: relative;
    display: block;
}

    .single-portfolio-holder.portfolio-type-6 .lightbox-featured-image:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.1);
        z-index: 100;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .single-portfolio-holder.portfolio-type-6 .lightbox-featured-image:hover:before {
        background-color: rgba(0,0,0,.2);
    }

    .single-portfolio-holder.portfolio-type-6 .lightbox-featured-image em {
        display: block;
        position: absolute;
        font-style: normal;
        left: 50%;
        top: 50%;
        background-color: #000;
        color: #fff;
        line-height: 1;
        margin-bottom: -1px;
        padding: 10px 15px;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

        .single-portfolio-holder.portfolio-type-6 .lightbox-featured-image em i {
            display: inline-block;
            background: url(../images/icons/open-lightbox-icon.png) no-repeat right center;
            line-height: 1;
            margin-left: 5px;
            -webkit-background-size: 12px;
            -moz-background-size: 12px;
            background-size: 12px;
            width: 12px;
            height: 12px;
        }

.single-portfolio-holder.portfolio-type-7 .portfolio-big-navigation {
    margin-top: 20px;
}

.single-portfolio-holder.portfolio-type-7 > .vc-container {
    margin: 0 -15px;
}

    .single-portfolio-holder.portfolio-type-7 > .vc-container .container {
        width: 100%;
    }

.single-portfolio-holder .vc-container {
    overflow: visible;
}

.single-portfolio-holder.portfolio-centered-layout .project-description {
    text-align: center;
}

.single-portfolio-holder.portfolio-centered-layout .social-links-plain {
    margin-bottom: 10px;
    text-align: center;
}

    .single-portfolio-holder.portfolio-centered-layout .social-links-plain .likes, .single-portfolio-holder.portfolio-centered-layout .social-links-plain .share-social {
        display: block;
        float: none;
        margin: 0;
    }

    .single-portfolio-holder.portfolio-centered-layout .social-links-plain .likes {
        margin: auto;
    }

    .single-portfolio-holder.portfolio-centered-layout .social-links-plain .share-social {
        position: relative;
        margin-top: 35px;
    }

        .single-portfolio-holder.portfolio-centered-layout .social-links-plain .share-social a {
            margin: 0 7px;
        }

.single-portfolio-holder.portfolio-centered-layout .social-buttons {
    text-align: center;
}

.portfolio-full-bg-slider {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eee;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
}

    .portfolio-full-bg-slider .image-entry {
        z-index: 1;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: ew-resize;
        cursor: -webkit-image-set(url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjgsMjUgMSwzMiA4LDM5ICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjU2LDM5IDYzLDMyIDU2LDI1ICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjYzLDMyIDQzLDMyIDEsMzIgIi8+PC9zdmc+) 1x,url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjgsMjUgMSwzMiA4LDM5ICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjU2LDM5IDYzLDMyIDU2LDI1ICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjYzLDMyIDQzLDMyIDEsMzIgIi8+PC9zdmc+) 2x),ew-resize;
        background: no-repeat center center;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -webkit-transition: all .8s cubic-bezier(.445,.050,.55,.95);
        -moz-transition: all .8s cubic-bezier(.445,.050,.55,.95);
        -o-transition: all .8s cubic-bezier(.445,.050,.55,.95);
        transition: all .8s cubic-bezier(.445,.050,.55,.95);
    }

        .portfolio-full-bg-slider .image-entry.active {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    .portfolio-full-bg-slider.is-finished + .portfolio-full-bg-loader {
        visibility: hidden;
    }

.portfolio-full-bg-loader {
    position: fixed;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

div.photo a {
    display: block;
}

.portfolio-vc-type-container .lab-full-width .vc_figure, .portfolio-vc-type-container .lab-full-width .vc_single_image-wrapper, .portfolio-vc-type-container .lab-full-width .vc_single_image-wrapper img, .portfolio-vc-type-container .lab-full-width .wpb_single_image {
    width: 100%;
}

.logos-holder {
    display: none;
}

    .logos-holder.alt-height, .logos-holder.is-visible {
        display: block;
    }

    .logos-holder .c-logo {
        position: relative;
        text-align: center;
        border: 1px solid #ddd;
        margin-right: -1px;
        margin-bottom: -1px;
        margin-bottom: 30px;
        padding: 10px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transition-duration: .35s;
        -moz-transition-duration: .35s;
        -o-transition-duration: .35s;
        transition-duration: .35s;
    }

        .logos-holder .c-logo > a {
            display: block;
        }

            .logos-holder .c-logo > a:after {
                background: 0 0;
            }

        .logos-holder .c-logo img {
            vertical-align: middle;
            max-width: 100%;
            display: inline-block;
        }

        .logos-holder .c-logo.loading-finished img {
            visibility: visible;
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

        .logos-holder .c-logo .hover-state {
            background-color: rgba(0,177,158,.9);
            width: auto;
            height: auto;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

            .logos-holder .c-logo .hover-state h3 {
                margin: 0;
                font-size: 19px;
                color: #fff;
            }

                .logos-holder .c-logo .hover-state h3 a {
                    color: #fff;
                }

            .logos-holder .c-logo .hover-state .description {
                line-height: 1.33333333;
                margin-top: 5px;
                -webkit-transition: all 660ms;
                -moz-transition: all 660ms;
                -o-transition: all 660ms;
                transition: all 660ms;
                zoom: 1;
                filter: alpha(opacity=0);
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
            }

                .logos-holder .c-logo .hover-state .description a, .logos-holder .c-logo .hover-state .description p {
                    color: #fff;
                }

        .logos-holder .c-logo:hover .hover-state {
            visibility: visible;
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

            .logos-holder .c-logo:hover .hover-state .description {
                zoom: 1;
                filter: alpha(opacity=80);
                -webkit-opacity: .8;
                -moz-opacity: .8;
                opacity: .8;
            }

@media screen and (max-width:767px) {
    .logos-holder .c-logo {
        height: auto!important;
        line-height: 1!important;
    }
}

.logos-holder .client-logos-col.with-link .hover-state {
    cursor: pointer;
}

.logos-holder.no-spacing-cols {
    margin-left: 15px;
    margin-right: 15px;
}

    .logos-holder.no-spacing-cols .client-logos-col {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

        .logos-holder.no-spacing-cols .client-logos-col .c-logo {
            margin-bottom: -1px;
        }

.logos-holder.no-image-borders .c-logo {
    border: none;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
}

.logos-holder a::after {
    background: 0 0;
}

@media screen and (max-width:992px) {
    .contact-holder .contact-info .section-title {
        margin-top: 0;
    }
}

@media screen and (max-width:768px) {
    .contact-holder .contact-info .section-title {
        margin-top: 26px;
    }
}

.contact-holder .contact-info .section-title:first-child {
    margin-top: 0;
}

.contact-holder .contact-two .section-title {
    margin-top: 0;
}

    .contact-holder .contact-two .section-title:first-child {
        margin-bottom: 60px;
    }

    .contact-holder .contact-two .section-title h1 {
        margin-top: 0;
    }

.contact-holder .cd-google-map {
    margin-bottom: 50px;
}

@media screen and (max-width:992px) {
    .contact-holder .cd-google-map {
        margin: 20px 0 60px 0;
    }
}

@media only screen and (min-width:768px) {
    .contact-holder .cd-google-map #cd-zoom-in, .contact-holder .cd-google-map #cd-zoom-out {
        margin-left: 15px;
    }
}

@media only screen and (min-width:768px) {
    .contact-holder .cd-google-map #cd-zoom-in {
        margin-top: 15px;
    }
}

.comment-form input, .comment-form textarea, .contact-form input, .contact-form textarea {
    width: 100%;
    color: #333;
    border: 0 solid #fff;
    border-bottom: 1px solid #eee;
    background: 0 0;
    outline: 0;
    margin-top: 1px;
    padding-bottom: 7px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}

    .comment-form input::-moz-placeholder, .comment-form textarea::-moz-placeholder, .contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
        color: #333;
        opacity: 1;
    }

    .comment-form input:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder, .contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
        color: #333;
    }

    .comment-form input::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder, .contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
        color: #333;
    }

    .comment-form input::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder, .contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
        color: #333;
    }

    .comment-form input:-moz-placeholder, .comment-form textarea:-moz-placeholder, .contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder {
        color: #333;
    }

    .comment-form input::-moz-placeholder, .comment-form textarea::-moz-placeholder, .contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
        color: #333;
    }

    .comment-form input:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder, .contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
        color: #333;
    }

.comment-form input, .contact-form input {
    padding-left: 70px;
}

.comment-form textarea, .contact-form textarea {
    height: 165px;
    resize: vertical;
    padding: 10px 0;
    line-height: 41px;
    background-image: linear-gradient(#eee 1px,transparent 1px);
    background-size: 100% 41px;
    margin-top: -1px;
}

.comment-form .send, .contact-form .send {
    width: auto;
    color: #fff;
    padding: 10px 30px;
    background-color: #00b19e;
    margin-top: 25px;
    margin-bottom: 25px;
    border: none;
    float: right;
    margin-right: 15px;
    margin-bottom: 25px!important;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}

    .comment-form .send:hover, .contact-form .send:hover {
        background-color: #009887;
        -webkit-transition-duration: .25s;
        -moz-transition-duration: .25s;
        -o-transition-duration: .25s;
        transition-duration: .25s;
    }

.message-form:after, .message-form:before {
    content: " ";
    display: table;
}

.message-form:after {
    clear: both;
}

.message-form:after, .message-form:before {
    content: " ";
    display: table;
}

.message-form:after {
    clear: both;
}

.message-form #message {
    width: 100%;
}

.message-form .success-message {
    display: block;
    margin-top: 20px;
    float: left;
}

.message-form .form-group {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

    .message-form .form-group .placeholder {
        border-bottom: 1px solid #00b19e;
        padding-top: 3px;
        padding-bottom: 2px;
    }

        .message-form .form-group .placeholder label {
            font-weight: 400;
            margin-bottom: 6px;
        }

        .message-form .form-group .placeholder.ver-two {
            border-bottom: 1px solid #eee;
        }

    .message-form .form-group.absolute .placeholder {
        position: absolute;
    }

.message-form .send {
    float: right;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .message-form .send .pre-submit {
        display: block;
    }

    .message-form .send .success-msg {
        display: none;
    }

        .message-form .send .success-msg i {
            position: relative;
            display: inline-block;
            margin-left: 5px;
        }

    .message-form .send.is-finished .pre-submit {
        display: none;
    }

    .message-form .send.is-finished .success-msg {
        display: block;
    }

    .message-form .send .loading-bar {
        display: block;
        position: absolute;
        background: #00cbb5;
        left: 0;
        right: 0;
        top: 100%;
        height: 0;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

        .message-form .send .loading-bar span {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 0;
            background: #009887;
        }

    .message-form .send.is-loading .loading-bar {
        height: 4px;
    }

.message-form.no-margin {
    margin-top: 0;
}

.cd-google-map {
    position: relative;
}

    .cd-google-map .cd-zoom-in, .cd-google-map .cd-zoom-out {
        height: 32px;
        width: 32px;
        cursor: pointer;
        margin-left: 15px;
        background-color: #00b19e;
        opacity: .9;
        background-repeat: no-repeat;
        background-image: url('../images/cd-icon-controller.svg');
        -webkit-background-size: 32px 64px;
        -moz-background-size: 32px 64px;
        background-size: 32px 64px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

@media only screen and (min-width:768px) {
    .cd-google-map .cd-zoom-in, .cd-google-map .cd-zoom-out {
        margin-left: 20px;
    }
}

.cd-google-map .cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}

@media only screen and (min-width:768px) {
    .cd-google-map .cd-zoom-in {
        margin-top: 20px;
    }

    .header-absolute .cd-google-map .cd-zoom-in {
        margin-top: 200px;
    }
}

.cd-google-map .cd-zoom-out {
    background-position: 50% -32px;
}

.no-touch .cd-zoom-in:hover, .no-touch .cd-zoom-out:hover {
    background-color: #00b19e;
}

.blog-holder {
    margin-bottom: 30px;
}

    .blog-holder.is-masonry-mode .blog-sidebar {
        margin-top: 15px;
    }

    .blog-holder .box-holder {
        margin-bottom: 60px;
    }

        .blog-holder .box-holder .post-format {
            position: relative;
            overflow: hidden;
        }

            .blog-holder .box-holder .post-format .thumb a {
                display: block;
            }

                .blog-holder .box-holder .post-format .thumb a img {
                    max-width: 100%;
                    height: auto;
                }

            .blog-holder .box-holder .post-format .thumb .owl-carousel i {
                font-size: 28px;
            }

            .blog-holder .box-holder .post-format .thumb .default-thumbnail-placeholder {
                display: block;
                background-color: #eee;
            }

            .blog-holder .box-holder .post-format .thumb .post-gallery > a {
                display: block;
            }

            .blog-holder .box-holder .post-format .thumb .post-gallery.slick-slider .slick-next, .blog-holder .box-holder .post-format .thumb .post-gallery.slick-slider .slick-prev {
                font-size: 32px;
            }

            .blog-holder .box-holder .post-format .thumb .post-gallery.slick-slider .slick-prev {
                left: 20px;
            }

                .blog-holder .box-holder .post-format .thumb .post-gallery.slick-slider .slick-prev:active {
                    right: 15px;
                }

            .blog-holder .box-holder .post-format .thumb .post-gallery.slick-slider .slick-next {
                right: 20px;
            }

                .blog-holder .box-holder .post-format .thumb .post-gallery.slick-slider .slick-next:active {
                    right: 15px;
                }

            .blog-holder .box-holder .post-format .post-type {
                width: 50px;
                height: 50px;
                background-color: #fff;
                -webkit-border-radius: 50%;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 50%;
                -moz-background-clip: padding;
                border-radius: 50%;
                background-clip: padding-box;
                position: absolute;
                left: 20px;
                top: 20px;
                z-index: 30;
            }

                .blog-holder .box-holder .post-format .post-type i {
                    font-size: 18px;
                    top: 50%;
                    color: #333;
                    position: absolute;
                    margin-top: -11px;
                    width: 100%;
                    text-align: center;
                }

                .blog-holder .box-holder .post-format .post-type .fa {
                    margin-top: -8px!important;
                }

                .blog-holder .box-holder .post-format .post-type.center {
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate(-50%,-50%);
                    -moz-transform: translate(-50%,-50%);
                    -ms-transform: translate(-50%,-50%);
                    -o-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%);
                }

            .blog-holder .box-holder .post-format .hover-state {
                position: absolute;
                z-index: 100;
            }

                .blog-holder .box-holder .post-format .hover-state i {
                    top: 50%;
                    width: 100%;
                    margin-top: -20px;
                    text-align: center;
                    font-size: 32px;
                    position: absolute;
                }

            .blog-holder .box-holder .post-format:hover .hover-state {
                visibility: visible;
                zoom: 1;
                filter: alpha(opacity=90);
                -webkit-opacity: .9;
                -moz-opacity: .9;
                opacity: .9;
            }

                .blog-holder .box-holder .post-format:hover .hover-state.no-opacity {
                    zoom: 1;
                    filter: alpha(opacity=100);
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                }

            .blog-holder .box-holder .post-format:hover .post-type {
                visibility: hidden;
                zoom: 1;
                filter: alpha(opacity=0);
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
            }

            .blog-holder .box-holder .post-format .quote-holder {
                bottom: 0;
                padding: 22px;
                z-index: 15;
                background: #eee;
                display: table;
                width: 100%;
                min-height: 230px;
            }

                .blog-holder .box-holder .post-format .quote-holder blockquote {
                    display: table-cell;
                    vertical-align: bottom;
                    color: #898989;
                    margin: 0;
                    padding: 0;
                    border: 0;
                    padding-top: 85px;
                    font-size: 14px;
                    font-style: normal;
                    font-family: Georgia,"Times New Roman",Times,serif;
                    line-height: 19px;
                }

                    .blog-holder .box-holder .post-format .quote-holder blockquote p {
                        margin-bottom: 0;
                    }

                        .blog-holder .box-holder .post-format .quote-holder blockquote p + p {
                            margin-top: 10px;
                        }

                    .blog-holder .box-holder .post-format .quote-holder blockquote:before {
                        display: none;
                    }

                    .blog-holder .box-holder .post-format .quote-holder blockquote cite {
                        display: block;
                        color: #333;
                        margin-top: 0;
                        margin-bottom: 0;
                        line-height: 1;
                    }

            .blog-holder .box-holder .post-format .music-video-holder {
                width: 100%;
                background-color: #eee;
            }

        .blog-holder .box-holder .post-info {
            float: left;
        }

@media screen and (max-width:767px) {
    .blog-holder .box-holder .post-info {
        margin: 40px 0 0 0;
    }
}

.blog-holder .box-holder .post-info h2 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 26px;
    word-break: break-word;
}

    .blog-holder .box-holder .post-info h2 a {
        font-size: 28px;
        color: #333;
    }

        .blog-holder .box-holder .post-info h2 a::after {
            background: 0 0;
        }

.blog-holder .box-holder .post-info p {
    word-break: break-word;
}

.blog-holder .box-holder .post-info .details {
    float: left;
}

    .blog-holder .box-holder .post-info .details .category, .blog-holder .box-holder .post-info .details .date {
        font-size: 14px;
        color: #898989;
        float: left;
        clear: both;
    }

        .blog-holder .box-holder .post-info .details .category i, .blog-holder .box-holder .post-info .details .date i {
            padding-right: 15px;
            font-size: 17px;
            float: left;
        }

.blog-holder .box-holder.blog-rounded .post-format {
    overflow: hidden;
    margin-right: 20%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .blog-holder .box-holder.blog-rounded .post-format .hover-state {
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
    }

    .blog-holder .box-holder.blog-rounded .post-format:hover .post-type {
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        visibility: hidden;
    }

    .blog-holder .box-holder.blog-rounded .post-format:hover .hover-state {
        z-index: 70;
    }

.blog-holder .box-holder.blog-rounded .thumb {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}

.blog-holder .box-holder.blog-rounded.sidebar-is-left .post-format {
    margin-right: 10%;
    margin-left: 10%;
}

.blog-holder .box-holder.format-image .post-format .thumb > a {
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #eee;
}

    .blog-holder .box-holder.format-image .post-format .thumb > a > img {
        min-height: 100px;
    }

.blog-holder .box-holder.format-image.loading-finished .post-format .thumb > a {
    border: 0;
}

.blog-holder .box-holder.supports-formats .music-video-holder {
    z-index: 1;
}

.blog-holder .box-holder .blog-content {
    width: 72%;
    float: right;
}

@media screen and (max-width:768px) {
    .blog-holder .box-holder .blog-content {
        width: 100%;
        float: none;
    }
}

.blog-holder .box-holder.format-video.is-playing .post-type {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.blog-holder .box-holder.do-lazy-load-on-shown .thumb img {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

    .blog-holder .box-holder.do-lazy-load-on-shown .thumb img.img-loaded {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.blog-holder .box-holder.animated-eye-on-hover.blog-rounded .post-format .thumb .hover-state, .blog-holder .box-holder.animated-eye-on-hover.format-image .post-format .thumb .hover-state, .blog-holder .box-holder.animated-eye-on-hover.format-standard .post-format .thumb .hover-state, .blog-holder .box-holder.animated-eye-on-hover.post-formats-loop-disabled .post-format .thumb .hover-state {
    text-align: center;
}

    .blog-holder .box-holder.animated-eye-on-hover.blog-rounded .post-format .thumb .hover-state i, .blog-holder .box-holder.animated-eye-on-hover.format-image .post-format .thumb .hover-state i, .blog-holder .box-holder.animated-eye-on-hover.format-standard .post-format .thumb .hover-state i, .blog-holder .box-holder.animated-eye-on-hover.post-formats-loop-disabled .post-format .thumb .hover-state i {
        display: inline-block;
        background: url(../images/icons/eye.gif) no-repeat;
        margin-left: -22.5px;
        width: 45px;
        height: 45px;
        -webkit-background-size: 45px;
        -moz-background-size: 45px;
        background-size: 45px;
    }

        .blog-holder .box-holder.animated-eye-on-hover.blog-rounded .post-format .thumb .hover-state i:before, .blog-holder .box-holder.animated-eye-on-hover.format-image .post-format .thumb .hover-state i:before, .blog-holder .box-holder.animated-eye-on-hover.format-standard .post-format .thumb .hover-state i:before, .blog-holder .box-holder.animated-eye-on-hover.post-formats-loop-disabled .post-format .thumb .hover-state i:before {
            content: "";
        }

.blog-holder .is-appended.initialy-hidden {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(.445,.050,.55,.95);
    -moz-transition: opacity .5s cubic-bezier(.445,.050,.55,.95);
    -o-transition: opacity .5s cubic-bezier(.445,.050,.55,.95);
    transition: opacity .5s cubic-bezier(.445,.050,.55,.95);
}

    .blog-holder .is-appended.initialy-hidden.now-visible {
        visibility: visible;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.blog-holder .mejs-controls {
    zoom: 1!important;
    filter: alpha(opacity=100)!important;
    -webkit-opacity: 1!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

.blog-holder .isotope-item .box-holder {
    margin-bottom: 0;
}

    .blog-holder .isotope-item .box-holder.thumbnails-not-supported {
        border-top: 1px solid #ddd;
    }

    .blog-holder .isotope-item .box-holder .post-info {
        border: 1px solid #ddd;
        border-top: none;
        padding: 23px 28px;
        margin: 0;
        float: none;
    }

        .blog-holder .isotope-item .box-holder .post-info:after, .blog-holder .isotope-item .box-holder .post-info:before {
            content: " ";
            display: table;
        }

        .blog-holder .isotope-item .box-holder .post-info:after {
            clear: both;
        }

        .blog-holder .isotope-item .box-holder .post-info:after, .blog-holder .isotope-item .box-holder .post-info:before {
            content: " ";
            display: table;
        }

        .blog-holder .isotope-item .box-holder .post-info:after {
            clear: both;
        }

        .blog-holder .isotope-item .box-holder .post-info h2 a {
            font-size: 24px;
        }

        .blog-holder .isotope-item .box-holder .post-info .details {
            margin-top: 20px;
        }

.blog-holder .masonry-pm {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
    margin-top: -15px;
}

.blog-holder .sidebar-present .blog-posts-holder {
    margin-right: 5px!important;
}

.masonry-still-loading {
    padding-top: 40px;
    padding-bottom: 80px;
    font-size: 26px;
    color: #d5d5d5;
    text-align: center;
}

    .masonry-still-loading strong {
        font-weight: 400;
    }

    .masonry-still-loading + #isotope-container {
        display: none;
    }

.blog-sidebar:after, .blog-sidebar:before {
    content: " ";
    display: table;
}

.blog-sidebar:after {
    clear: both;
}

.blog-sidebar:after, .blog-sidebar:before {
    content: " ";
    display: table;
}

.blog-sidebar:after {
    clear: both;
}

.blog-sidebar .sidebar-box-holder {
    margin-bottom: 20px;
}

    .blog-sidebar .sidebar-box-holder + .sidebar-box-holder > h3 {
        margin-top: 35px;
    }

    .blog-sidebar .sidebar-box-holder > h3 {
        font-size: 24px;
        margin-top: 0;
    }

.menu-skin-dark .blog-sidebar .sidebar-box-holder > h3 {
    color: #fff;
}

.blog-sidebar .sidebar-box-holder .blog-categories li {
    color: #898989;
    padding: 5px 0;
}

.blog-sidebar .sidebar-box-holder .recent_comments {
    float: left;
    color: #898989;
}

    .blog-sidebar .sidebar-box-holder .recent_comments li {
        float: left;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }

        .blog-sidebar .sidebar-box-holder .recent_comments li:last-child {
            border-bottom: 0;
        }

        .blog-sidebar .sidebar-box-holder .recent_comments li .commenter {
            width: 100%;
            margin-bottom: 0;
        }

    .blog-sidebar .sidebar-box-holder .recent_comments a {
        float: left;
    }

.blog-sidebar .sidebar-box-holder .latest-posts .post-holder {
    width: 100%;
    float: left;
}

    .blog-sidebar .sidebar-box-holder .latest-posts .post-holder .post-thumb {
        width: 56px;
        height: 56px;
        margin: 0 20px 20px 0;
        float: left;
    }

        .blog-sidebar .sidebar-box-holder .latest-posts .post-holder .post-thumb:hover {
            opacity: .9;
        }

.blog-sidebar .sidebar-box-holder ul {
    padding-left: 0;
    list-style: none;
}

.blog-sidebar .sidebar-box-holder li {
    padding: 5px 0;
}

.blog-sidebar .sidebar-box-holder a {
    color: #333;
}

    .blog-sidebar .sidebar-box-holder a:after {
        background-color: #333;
    }

.menu-skin-dark .blog-sidebar .sidebar-box-holder a {
    color: #fff;
}

.blog-sidebar .sidebar-box-holder.widget_product_search input[name="s"], .blog-sidebar .sidebar-box-holder.widget_search input[name="s"] {
    background-color: #eee;
}

.blog-sidebar .sidebar-box-holder.widget_product_search input[type=submit], .blog-sidebar .sidebar-box-holder.widget_search input[type=submit] {
    border-left-color: #e1e1e1;
}

.blog-sidebar .sidebar-box-holder.widget_recent_comments li .comment-author-link {
    display: inline-block;
}

.blog-sidebar .sidebar-box-holder.widget_recent_comments li + li {
    border-top: 1px solid #eee;
}

.blog-sidebar .sidebar-box-holder .product_list_widget li {
    position: relative;
    margin-bottom: 10px;
}

    .blog-sidebar .sidebar-box-holder .product_list_widget li:after, .blog-sidebar .sidebar-box-holder .product_list_widget li:before {
        content: " ";
        display: table;
    }

    .blog-sidebar .sidebar-box-holder .product_list_widget li:after {
        clear: both;
    }

    .blog-sidebar .sidebar-box-holder .product_list_widget li:after, .blog-sidebar .sidebar-box-holder .product_list_widget li:before {
        content: " ";
        display: table;
    }

    .blog-sidebar .sidebar-box-holder .product_list_widget li:after {
        clear: both;
    }

    .blog-sidebar .sidebar-box-holder .product_list_widget li .remove {
        position: absolute;
        display: block;
        right: 0;
        top: 50%;
        background: rgba(238,238,238,.7);
        line-height: 1;
        padding: 0 3px;
        padding-bottom: 2px;
        visibility: hidden;
        font-size: 11px;
        z-index: 50;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .blog-sidebar .sidebar-box-holder .product_list_widget li .remove:hover {
            background: #eee;
        }

    .blog-sidebar .sidebar-box-holder .product_list_widget li .product-img {
        float: left;
    }

        .blog-sidebar .sidebar-box-holder .product_list_widget li .product-img:after {
            display: none;
        }

        .blog-sidebar .sidebar-box-holder .product_list_widget li .product-img img {
            max-width: 50px;
            height: auto;
        }

    .blog-sidebar .sidebar-box-holder .product_list_widget li .product-details {
        padding-left: 70px;
    }

        .blog-sidebar .sidebar-box-holder .product_list_widget li .product-details .product-name {
            display: block;
            font-weight: 500;
            color: #333;
        }

        .blog-sidebar .sidebar-box-holder .product_list_widget li .product-details .product-meta {
            color: #898989;
        }

            .blog-sidebar .sidebar-box-holder .product_list_widget li .product-details .product-meta .product-rating {
                color: #f7c518;
            }

                .blog-sidebar .sidebar-box-holder .product_list_widget li .product-details .product-meta .product-rating em {
                    font-style: normal;
                    color: #898989;
                }

                .blog-sidebar .sidebar-box-holder .product_list_widget li .product-details .product-meta .product-rating i {
                    position: relative;
                    top: 2px;
                }

        .blog-sidebar .sidebar-box-holder .product_list_widget li .product-details .quantity {
            font-size: 13px;
        }

        .blog-sidebar .sidebar-box-holder .product_list_widget li .product-details .variation {
            margin-top: 5px;
        }

    .blog-sidebar .sidebar-box-holder .product_list_widget li:hover .remove {
        visibility: visible;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.blog-sidebar .sidebar-box-holder .widget_shopping_cart_content .product_list_widget li a {
    display: block;
}

.blog-sidebar .sidebar-box-holder .widget_shopping_cart_content .product_list_widget li .quantity {
    display: block;
    padding-top: 5px;
    font-size: 13px;
}

.blog-sidebar.shop-sidebar.shop-sidebar-left {
    padding-right: 20px;
}

@media screen and (max-width:768px) {
    .blog-sidebar.shop-sidebar.shop-sidebar-left {
        padding-right: 0;
    }
}

.blog-sidebar.shop-sidebar.shop-sidebar-right {
    padding-left: 20px;
}

@media screen and (max-width:768px) {
    .blog-sidebar.shop-sidebar.shop-sidebar-right {
        padding-left: 0;
    }
}

.single-blog-holder .blog-head-holder {
    width: 100%;
    position: relative;
    background-color: #eee;
}

    .single-blog-holder .blog-head-holder img {
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        max-width: 100%;
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

        .single-blog-holder .blog-head-holder img.img-loaded {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    .single-blog-holder .blog-head-holder .thumb > a, .single-blog-holder .blog-head-holder > a {
        display: block;
    }

    .single-blog-holder .blog-head-holder .hover-state {
        display: none;
    }

        .single-blog-holder .blog-head-holder .hover-state .icon {
            position: absolute;
            font-size: 40px;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

    .single-blog-holder .blog-head-holder .images-list a {
        position: relative;
    }

        .single-blog-holder .blog-head-holder .images-list a .icon {
            position: absolute;
            left: 50%;
            top: 50%;
            color: #fff;
            z-index: 10;
            font-size: 50px;
            zoom: 1;
            filter: alpha(opacity=0);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            -webkit-transition: opacity .5s;
            -moz-transition: opacity .5s;
            -o-transition: opacity .5s;
            transition: opacity .5s;
            -webkit-transition-delay: 250ms;
            -moz-transition-delay: 250ms;
            -o-transition-delay: 250ms;
            transition-delay: 250ms;
        }

    .single-blog-holder .blog-head-holder .quote-holder {
        position: relative;
        background-color: #eee;
        padding-top: 60px;
        padding-bottom: 50px;
        padding-left: 100px;
        margin: 0 auto;
    }

@media (min-width:768px) {
    .single-blog-holder .blog-head-holder .quote-holder {
        max-width: 750px;
    }
}

@media (min-width:992px) {
    .single-blog-holder .blog-head-holder .quote-holder {
        max-width: 970px;
    }
}

@media (min-width:1200px) {
    .single-blog-holder .blog-head-holder .quote-holder {
        max-width: 1170px;
    }
}

.single-blog-holder .blog-head-holder .quote-holder:before {
    position: absolute;
    content: "“";
    font-size: 122px;
    top: 75px;
    left: 35px;
    line-height: 0;
    color: #898989;
}

.single-blog-holder .blog-head-holder .quote-holder blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    font-style: normal;
    color: #666;
    font-size: 26px;
    line-height: 30px;
}

    .single-blog-holder .blog-head-holder .quote-holder blockquote p {
        color: #666;
    }

    .single-blog-holder .blog-head-holder .quote-holder blockquote cite {
        display: block;
        color: #333;
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 16px;
        margin-top: 40px;
    }

.single-blog-holder .blog-head-holder .post-gallery > a {
    display: block;
}

.single-blog-holder .blog-head-holder .gallery-holder {
    margin-top: 0;
}

    .single-blog-holder .blog-head-holder .gallery-holder .owl-carousel i {
        font-size: 51px;
    }

@media screen and (max-width:480px) {
    .single-blog-holder .blog-head-holder .gallery-holder .owl-carousel i {
        display: none;
    }
}

.single-blog-holder .blog-head-holder .loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    z-index: 100;
}

.single-blog-holder .blog-head-holder.do-lazy-load img, .single-blog-holder .blog-head-holder.is-loading img {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.single-blog-holder .blog-head-holder.is-loading .loader {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.single-blog-holder .blog-head-holder.is-finished .images-list a .icon, .single-blog-holder .blog-head-holder.is-finished img {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.single-blog-holder .blog-head-holder.is-finished .loader {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.single-blog-holder .blog-head-holder.full-width-image .images-list img {
    width: 100%;
    height: auto;
}

.single-blog-holder > .blog-head-holder .quote-holder {
    margin-top: 150px;
}

.single-blog-holder .blog-title {
    margin-top: 0;
    margin-bottom: 40px;
}

    .single-blog-holder .blog-title h1 {
        margin-top: 0;
    }

.single-blog-holder .blog-author-holder .author-link {
    display: inline-block;
    color: #333;
}

    .single-blog-holder .blog-author-holder .author-link img {
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
    }

.single-blog-holder .blog-author-holder img {
    width: 100px;
    height: 100px;
}

@media screen and (max-width:480px) {
    .single-blog-holder .blog-author-holder img {
        width: 45px;
        height: 45px;
    }
}

.single-blog-holder .blog-author-holder .author-name {
    font-size: 16px;
    margin-right: 20px;
}

    .single-blog-holder .blog-author-holder .author-name em {
        display: block;
        font-style: normal;
        font-size: 14px;
        margin-bottom: 0;
        color: #898989;
    }

    .single-blog-holder .blog-author-holder .author-name:hover {
        color: #00b19e;
    }

        .single-blog-holder .blog-author-holder .author-name:hover em {
            color: #898989;
        }

.single-blog-holder .blog-author-holder .author-name, .single-blog-holder .blog-author-holder .details, .single-blog-holder .blog-author-holder img {
    display: inline-block;
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
    .single-blog-holder .blog-author-holder .author-name, .single-blog-holder .blog-author-holder .details {
        vertical-align: middle;
    }
}

.single-blog-holder .details {
    font-size: 14px;
}

    .single-blog-holder .details .category, .single-blog-holder .details .date, .single-blog-holder .details .tags-list {
        color: #898989;
        width: 100%;
        position: relative;
        padding-left: 28px;
        word-break: break-word;
    }

        .single-blog-holder .details .category + div, .single-blog-holder .details .date + div, .single-blog-holder .details .tags-list + div {
            margin-top: 10px;
        }

        .single-blog-holder .details .category .icon, .single-blog-holder .details .date .icon, .single-blog-holder .details .tags-list .icon {
            font-size: 18px;
            position: absolute;
            left: 0;
            top: 0;
        }

        .single-blog-holder .details .category a, .single-blog-holder .details .date a, .single-blog-holder .details .tags-list a {
            color: #898989;
        }

.single-blog-holder .author-info-placement-right {
    float: right;
    max-width: 150px;
}

.single-blog-holder .author-info-placement-bottom .blog-author-holder {
    display: table;
    table-layout: auto;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
}

    .single-blog-holder .author-info-placement-bottom .blog-author-holder .author-avatar, .single-blog-holder .author-info-placement-bottom .blog-author-holder .author-details {
        display: table-cell;
        vertical-align: top;
    }

    .single-blog-holder .author-info-placement-bottom .blog-author-holder.has-no-description {
        margin-top: 20px;
    }

        .single-blog-holder .author-info-placement-bottom .blog-author-holder.has-no-description .author-avatar, .single-blog-holder .author-info-placement-bottom .blog-author-holder.has-no-description .author-details {
            vertical-align: middle;
        }

            .single-blog-holder .author-info-placement-bottom .blog-author-holder.has-no-description .author-details .author-link {
                padding-left: 20px;
            }

            .single-blog-holder .author-info-placement-bottom .blog-author-holder.has-no-description .author-details .author-name em {
                display: block;
                margin: 0;
            }

        .single-blog-holder .author-info-placement-bottom .blog-author-holder.has-no-description .author-avatar {
            width: 60px;
        }

@media screen and (max-width:768px) {
    .single-blog-holder .author-info-placement-bottom .blog-author-holder.has-no-description .author-avatar {
        width: 20%;
    }
}

.single-blog-holder .author-info-placement-bottom .blog-author-holder .author-avatar {
    width: 90px;
}

@media screen and (max-width:768px) {
    .single-blog-holder .author-info-placement-bottom .blog-author-holder .author-avatar {
        width: 20%;
    }
}

.single-blog-holder .author-info-placement-bottom .blog-author-holder .author-avatar img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.single-blog-holder .author-info-placement-bottom .blog-author-holder .author-details .author-description, .single-blog-holder .author-info-placement-bottom .blog-author-holder .author-details .author-link {
    display: block;
    padding-left: 30px;
}

@media screen and (max-width:768px) {
    .single-blog-holder .author-info-placement-bottom .blog-author-holder .author-details .author-description, .single-blog-holder .author-info-placement-bottom .blog-author-holder .author-details .author-link {
        padding-left: 15px;
    }
}

.single-blog-holder .author-info-placement-bottom .blog-author-holder .author-details .author-name {
    font-size: 19px;
    margin-bottom: 10px;
}

    .single-blog-holder .author-info-placement-bottom .blog-author-holder .author-details .author-name em {
        display: inline-block;
        margin-left: 10px;
    }

        .single-blog-holder .author-info-placement-bottom .blog-author-holder .author-details .author-name em:before {
            content: '(';
        }

        .single-blog-holder .author-info-placement-bottom .blog-author-holder .author-details .author-name em:after {
            content: ')';
        }

.single-blog-holder .author-info-placement-bottom .blog-author-holder .author-details .author-description {
    color: #898989;
    font-size: 15px;
}

    .single-blog-holder .author-info-placement-bottom .blog-author-holder .author-details .author-description p {
        font-size: 15px;
    }

.single-blog-holder .blog-content-holder .post-password-form {
    margin-bottom: 40px;
    padding: 20px;
}

.single-blog-holder .blog-content-holder .post-date-and-category .details > div {
    display: inline-block;
    width: auto;
}

    .single-blog-holder .blog-content-holder .post-date-and-category .details > div + div {
        margin-left: 15px;
    }

@media screen and (max-width:769px) {
    .single-blog-holder .blog-content-holder {
        margin-top: 0;
    }

        .single-blog-holder .blog-content-holder .section-title {
            margin-bottom: 20px;
        }
}

.single-blog-holder .tags-holder {
    margin-top: 25px;
    margin-bottom: 15px;
}

    .single-blog-holder .tags-holder a {
        display: inline-block;
        background-color: #efefef;
        color: #333;
        padding: 5px 10px;
        line-height: 1;
        font-size: 13px;
    }

        .single-blog-holder .tags-holder a:hover {
            background-color: #e0e0e0;
        }

.single-blog-holder .share-holder {
    margin: 20px 0 20px 0;
    display: inline-block;
}

    .single-blog-holder .share-holder .social-links {
        display: inline-block;
    }

        .single-blog-holder .share-holder .social-links a {
            position: relative;
            margin-left: 10px;
            margin-right: 5px;
        }

            .single-blog-holder .share-holder .social-links a:hover.facebook {
                color: #3b5998;
            }

                .single-blog-holder .share-holder .social-links a:hover.facebook::after {
                    background: #3b5998;
                }

            .single-blog-holder .share-holder .social-links a:hover.twitter {
                color: #55acee;
            }

                .single-blog-holder .share-holder .social-links a:hover.twitter::after {
                    background: #55acee;
                }

            .single-blog-holder .share-holder .social-links a:hover.instagram {
                color: #3f729b;
            }

                .single-blog-holder .share-holder .social-links a:hover.instagram::after {
                    background: #3f729b;
                }

            .single-blog-holder .share-holder .social-links a:hover.dribbble {
                color: #ea4c89;
            }

                .single-blog-holder .share-holder .social-links a:hover.dribbble::after {
                    background: #ea4c89;
                }

            .single-blog-holder .share-holder .social-links a:hover.behance {
                color: #1769ff;
            }

                .single-blog-holder .share-holder .social-links a:hover.behance::after {
                    background: #1769ff;
                }

            .single-blog-holder .share-holder .social-links a:hover.deviantart {
                color: #05cc47;
            }

                .single-blog-holder .share-holder .social-links a:hover.deviantart::after {
                    background: #05cc47;
                }

            .single-blog-holder .share-holder .social-links a:hover.flickr {
                color: #0063dc;
            }

                .single-blog-holder .share-holder .social-links a:hover.flickr::after {
                    background: #0063dc;
                }

            .single-blog-holder .share-holder .social-links a:hover.pinterest {
                color: #cc2127;
            }

                .single-blog-holder .share-holder .social-links a:hover.pinterest::after {
                    background: #cc2127;
                }

            .single-blog-holder .share-holder .social-links a:hover.google, .single-blog-holder .share-holder .social-links a:hover.google-plus {
                color: #dd4b39;
            }

                .single-blog-holder .share-holder .social-links a:hover.google-plus::after, .single-blog-holder .share-holder .social-links a:hover.google::after {
                    background: #dd4b39;
                }

            .single-blog-holder .share-holder .social-links a:hover.linkedin {
                color: #0976b4;
            }

                .single-blog-holder .share-holder .social-links a:hover.linkedin::after {
                    background: #0976b4;
                }

            .single-blog-holder .share-holder .social-links a:hover.vk, .single-blog-holder .share-holder .social-links a:hover.vkontakte {
                color: #45668e;
            }

                .single-blog-holder .share-holder .social-links a:hover.vk::after, .single-blog-holder .share-holder .social-links a:hover.vkontakte::after {
                    background: #45668e;
                }

            .single-blog-holder .share-holder .social-links a:hover.houzz {
                color: #7ac142;
            }

                .single-blog-holder .share-holder .social-links a:hover.houzz::after {
                    background: #7ac142;
                }

            .single-blog-holder .share-holder .social-links a:hover.social-500px {
                color: #0099e5;
            }

                .single-blog-holder .share-holder .social-links a:hover.social-500px::after {
                    background: #0099e5;
                }

            .single-blog-holder .share-holder .social-links a:hover.youtube {
                color: #e52d27;
            }

                .single-blog-holder .share-holder .social-links a:hover.youtube::after {
                    background: #e52d27;
                }

            .single-blog-holder .share-holder .social-links a:hover.vine {
                color: #00b488;
            }

                .single-blog-holder .share-holder .social-links a:hover.vine::after {
                    background: #00b488;
                }

            .single-blog-holder .share-holder .social-links a:hover.delicious {
                color: #39f;
            }

                .single-blog-holder .share-holder .social-links a:hover.delicious::after {
                    background: #39f;
                }

            .single-blog-holder .share-holder .social-links a:hover.tumblr {
                color: #35465c;
            }

                .single-blog-holder .share-holder .social-links a:hover.tumblr::after {
                    background: #35465c;
                }

            .single-blog-holder .share-holder .social-links a:hover.envelope-o {
                color: #666;
            }

                .single-blog-holder .share-holder .social-links a:hover.envelope-o::after {
                    background: #666;
                }

            .single-blog-holder .share-holder .social-links a:hover.custom {
                color: #00b19e;
            }

                .single-blog-holder .share-holder .social-links a:hover.custom::after {
                    background: #00b19e;
                }

            .single-blog-holder .share-holder .social-links a:hover.skype {
                color: #00aff0;
            }

                .single-blog-holder .share-holder .social-links a:hover.skype::after {
                    background: #00aff0;
                }

            .single-blog-holder .share-holder .social-links a:hover.foursquare {
                color: #f94877;
            }

                .single-blog-holder .share-holder .social-links a:hover.foursquare::after {
                    background: #f94877;
                }

            .single-blog-holder .share-holder .social-links a:hover.vimeo {
                color: #1ab7ea;
            }

                .single-blog-holder .share-holder .social-links a:hover.vimeo::after {
                    background: #1ab7ea;
                }

            .single-blog-holder .share-holder .social-links a:hover.github {
                color: #333;
            }

                .single-blog-holder .share-holder .social-links a:hover.github::after {
                    background: #333;
                }

        .single-blog-holder .share-holder .social-links.rounded-share-icons {
            position: relative;
            top: 10px;
            margin-left: 10px;
        }

            .single-blog-holder .share-holder .social-links.rounded-share-icons a {
                width: 35px;
                height: 35px;
                -webkit-border-radius: 50%;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 50%;
                -moz-background-clip: padding;
                border-radius: 50%;
                background-clip: padding-box;
                margin: 0 7px!important;
                display: inline-block;
                position: relative;
                cursor: pointer;
                background-color: #fff;
                -webkit-transition: all .2s ease-in-out!important;
                -moz-transition: all .2s ease-in-out!important;
                -o-transition: all .2s ease-in-out!important;
                transition: all .2s ease-in-out!important;
                background-color: #eee;
                margin-top: -6px!important;
                margin-left: 3px!important;
            }

                .single-blog-holder .share-holder .social-links.rounded-share-icons a:after {
                    display: none!important;
                }

                .single-blog-holder .share-holder .social-links.rounded-share-icons a i {
                    display: block!important;
                    width: 100%;
                    font-size: 14px;
                    text-align: center;
                    color: #333;
                    top: 50%;
                    margin-top: -7px;
                    position: absolute;
                    left: 0;
                }

                .single-blog-holder .share-holder .social-links.rounded-share-icons a span {
                    display: none!important;
                }

                .single-blog-holder .share-holder .social-links.rounded-share-icons a:after {
                    display: none!important;
                }

                .single-blog-holder .share-holder .social-links.rounded-share-icons a:hover {
                    background-color: #d5d5d5!important;
                }

                .single-blog-holder .share-holder .social-links.rounded-share-icons a:first-child {
                    margin-left: 0;
                }

                .single-blog-holder .share-holder .social-links.rounded-share-icons a:last-child {
                    margin-right: 0!important;
                }

    .single-blog-holder .share-holder h4 {
        display: inline;
    }

.single-blog-holder .post-controls {
    width: 100%;
    margin-top: 55px;
    position: relative;
    float: left;
}

    .single-blog-holder .post-controls .next-post, .single-blog-holder .post-controls .prev-post {
        float: left;
        width: 50%;
    }

        .single-blog-holder .post-controls .next-post.next-post, .single-blog-holder .post-controls .prev-post.next-post {
            float: right;
        }

        .single-blog-holder .post-controls .next-post span, .single-blog-holder .post-controls .prev-post span {
            display: block;
        }

        .single-blog-holder .post-controls .next-post em, .single-blog-holder .post-controls .prev-post em {
            font-style: normal;
        }

        .single-blog-holder .post-controls .next-post i, .single-blog-holder .post-controls .prev-post i {
            font-size: 28px;
            color: #333;
        }

        .single-blog-holder .post-controls .next-post strong, .single-blog-holder .post-controls .prev-post strong {
            display: block;
            font-size: 19px;
            color: #333;
            font-weight: 400;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .single-blog-holder .post-controls .next-post:hover strong, .single-blog-holder .post-controls .prev-post:hover strong {
            color: #00b19e;
        }

        .single-blog-holder .post-controls .next-post:hover i, .single-blog-holder .post-controls .prev-post:hover i {
            color: #00b19e;
        }

        .single-blog-holder .post-controls .next-post::after, .single-blog-holder .post-controls .prev-post::after {
            background: 0 0;
        }

    .single-blog-holder .post-controls .prev-post {
        left: 0;
    }

        .single-blog-holder .post-controls .prev-post .prev {
            float: left;
        }

        .single-blog-holder .post-controls .prev-post .post-title {
            margin-left: 20px;
            float: left;
        }

@media screen and (max-width:480px) {
    .single-blog-holder .post-controls .prev-post .post-title {
        margin-left: 15px;
    }
}

.single-blog-holder .post-controls .next-post {
    right: 0;
}

    .single-blog-holder .post-controls .next-post .next {
        float: right;
    }

    .single-blog-holder .post-controls .next-post .post-title {
        margin-right: 20px;
        text-align: right;
        float: right;
    }

@media screen and (max-width:480px) {
    .single-blog-holder .post-controls .next-post .post-title {
        margin-right: 15px;
    }
}

.single-blog-holder .post-controls .post-title {
    max-width: 80%;
}

@media screen and (max-width:768px) {
    .single-blog-holder .post-controls .post-title {
        max-width: 70%;
    }
}

.single-blog-holder .post-controls span {
    font-size: 14px;
    color: #898989;
}

.single-blog-holder .post-controls h4 {
    margin: 0;
    color: #333;
}

.single-blog-holder .comments-holder {
    background-color: #eee;
    position: relative;
    padding: 40px 0;
}

    .single-blog-holder .comments-holder .section-title {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .single-blog-holder .comments-holder .comment-holder {
        margin: 30px 0;
        float: right;
    }

        .single-blog-holder .comments-holder .comment-holder .commenter-image {
            position: relative;
            margin-right: 15px;
            float: left;
        }

            .single-blog-holder .comments-holder .comment-holder .commenter-image a {
                z-index: 5;
            }

            .single-blog-holder .comments-holder .comment-holder .commenter-image img {
                -webkit-border-radius: 50%;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 50%;
                -moz-background-clip: padding;
                border-radius: 50%;
                background-clip: padding-box;
                width: 68px;
                height: 68px;
            }

@media screen and (max-width:768px) {
    .single-blog-holder .comments-holder .comment-holder .commenter-image img {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width:480px) {
    .single-blog-holder .comments-holder .comment-holder .commenter-image img {
        width: 40px;
        height: 40px;
    }
}

.single-blog-holder .comments-holder .comment-holder .commenter-image .comment-connector {
    border: 1px solid #d0d0d0;
    border-right: 0;
    border-top: 0;
    position: absolute;
    width: 10px;
    height: 50%;
    right: 100%;
    bottom: 50%;
    margin-right: 0;
    visibility: hidden;
    display: none;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 40px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 40px;
    background-clip: padding-box;
}

    .single-blog-holder .comments-holder .comment-holder .commenter-image .comment-connector.visible {
        visibility: visible;
    }

@media screen and (max-width:768px) {
    .single-blog-holder .comments-holder .comment-holder .commenter-image .comment-connector {
        display: none!important;
    }
}

@media screen and (max-width:768px) {
    .single-blog-holder .comments-holder .comment-holder .commenter-details {
        padding-left: 0;
        padding-top: 0;
    }
}

.single-blog-holder .comments-holder .comment-holder .commenter-details .name {
    font-size: 20px;
    margin-bottom: 2px;
    line-height: 1;
}

    .single-blog-holder .comments-holder .comment-holder .commenter-details .name a {
        font-size: 14px;
        margin-left: 8px;
    }

.single-blog-holder .comments-holder .comment-holder .commenter-details .in-reply-to {
    display: inline-block;
}

    .single-blog-holder .comments-holder .comment-holder .commenter-details .in-reply-to span {
        color: #00b19e;
    }

.single-blog-holder .comments-holder .comment-holder .commenter-details .date {
    color: #898989;
    font-size: 13px;
    margin-bottom: 15px;
}

@media screen and (max-width:480px) {
    .single-blog-holder .comments-holder .comment-holder .commenter-details .date {
        font-size: 13px;
        margin-bottom: 14px;
    }
}

.single-blog-holder .comments-holder .comment-holder .commenter-details .comment-text p {
    color: #4d4d4d;
}

.single-blog-holder .comments-holder .comment-holder.depth-1 .commenter-image .comment-connector, .single-blog-holder .comments-holder .comment-holder.depth-2 .commenter-image .comment-connector, .single-blog-holder .comments-holder .comment-holder.depth-3 .commenter-image .comment-connector, .single-blog-holder .comments-holder .comment-holder.depth-4 .commenter-image .comment-connector {
    display: block;
}

.single-blog-holder .comments-holder .comment-holder.depth-1 .commenter-details .in-reply-to, .single-blog-holder .comments-holder .comment-holder.depth-2 .commenter-details .in-reply-to, .single-blog-holder .comments-holder .comment-holder.depth-3 .commenter-details .in-reply-to, .single-blog-holder .comments-holder .comment-holder.depth-4 .commenter-details .in-reply-to {
    display: none;
}

@media screen and (max-width:768px) {
    .single-blog-holder .comments-holder .comment-holder {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.single-blog-holder .comments-holder .comment-holder + .comment-respond {
    background: #fff;
    clear: both;
    margin: 0;
    padding: 40px;
    position: relative;
    z-index: 10;
}

    .single-blog-holder .comments-holder .comment-holder + .comment-respond .comment-reply-title {
        font-size: 19px;
        margin-bottom: 0;
        color: transparent;
        height: 0;
        position: absolute;
        bottom: 75px;
    }

        .single-blog-holder .comments-holder .comment-holder + .comment-respond .comment-reply-title small {
            color: #00b19e;
            display: block;
        }

    .single-blog-holder .comments-holder .comment-holder + .comment-respond .logged-in-as {
        position: relative;
        top: 20px;
    }

.single-blog-holder .comments-holder:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #fff transparent transparent transparent;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100px;
}

.single-blog-holder .leave-reply-holder .comment-respond {
    margin-top: 50px;
    margin-bottom: 30px;
}

    .single-blog-holder .leave-reply-holder .comment-respond .comment-reply-title {
        margin-bottom: 40px;
    }

code {
    background: #eee;
    color: #00b19e;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    padding: 3px 10px;
}

blockquote {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 17px;
    font-style: italic;
    line-height: 30px;
    text-align: left;
    border-left: 3px solid #ddd;
    padding: 22px 20px 20px 30px;
}

    blockquote span {
        font-family: Courier,Helvetica,sans-serif;
        font-size: 14px;
        font-style: normal;
        color: #898989;
        margin-top: 5px;
        display: block;
    }

pre {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    background: #eee;
    border: 1px solid #d5d5d5;
}

mark {
    padding: 0 8px;
}

blockquote, mark, pre {
    color: #333;
}

.has-fixed-footer.single-post .wrapper {
    padding-bottom: 0;
}

#isotope-container .dribbble-container .dribbble_shot a:after, .blog-holder .box-holder .post-format .hover-state:after, .blog-holder .box-holder .post-format .quote-holder blockquote cite a:after, .blog-holder .box-holder.blog-rounded .post-format .hover-state:after, .blog-sidebar .sidebar-box-holder .product_list_widget li .product-details .product-name:after, .blog-sidebar .sidebar-box-holder .product_list_widget li .remove:after, .coming-soon-container .social-networks-env a:after, .go-to-top:after, .logos-holder .c-logo .hover-state a:after, .main-footer .footer-collapse-link:after, .main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .social-networks li a:after, .menu-bar:after, .menu-cart-icon-container .cart-icon-link:after, .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details h3 a:after, .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-image a:after, .nohover:after, .pagination-holder .pagination .active a:after, .portfolio-holder .dribbble-container .dribbble_shot a:after, .portfolio-holder .product-box .photo a:after, .portfolio-holder .thumb .hover-state .likes a:after, .show-more .button a:after, .single-blog-holder .blog-author-holder .author-link:after, .single-blog-holder .blog-head-holder a:after, .single-blog-holder .comments-holder .comment-holder .commenter-image a:after, .single-portfolio-holder .gallery .photo:after, .single-portfolio-holder .portfolio-featured-image a:after, .single-portfolio-holder .portfolio-navigation a:after, .single-portfolio-holder .social .likes .like-btn span:after, .single-portfolio-holder .social .likes .like-btn:after, .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-fullinfo .collapse-project-info:after, .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-showinfo .expand-project-info:after, .single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav a:after, .single-portfolio-holder.portfolio-type-6 .lightbox-featured-image:after, .top-menu-container .close-top-menu:after, .woocommerce .button:after, .woocommerce .group_table td.label label a:after, .woocommerce .item-info .woocommerce-product-rating a:after, .woocommerce .product .item-images a:after, .woocommerce .share-product-container .social-links a:after, .woocommerce .shop-categories .product-category-col > .product-category a:after, .woocommerce .woocommerce-pagination .pagination li .prev.pagination:after, .woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-rating .stars span a:after, .woocommerce .woocommerce-tabs .tabs li a:after, .woocommerce.single-product .single-product .images a:after, .wp-widget .social-networks li a:after, .wp-widget.null-instagram-feed .instagram-pics li a:after, .wp-widget.widget_calendar table tfoot a:after, .wp-widget.widget_recent_reviews li a:after, .wpb_wrapper .icon-box-container .vc_icon_element a:after, .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title a:after, .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a:after, .wpb_wrapper .lab-vc-social-networks.display-type-rounded-icons .social-networks li a:after, .wpb_wrapper .vc_images_carousel a:after, .wpb_wrapper .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a:after, .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-tabs-list li a:after, .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li a:after, .wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_header a:after, .wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li a:after, .wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li a:after, body.search-results .change-search-keyword:after {
    display: none;
}

.blog-holder .box-holder .post-format .post-type, .blog-sidebar .sidebar-box-holder .product_list_widget li .remove, .coming-soon-container .social-networks-env a, .go-to-top, .main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .social-networks li a, .menu-bar .hide-menu-text, .menu-bar .show-menu-text, .menu-cart-icon-container, .menu-cart-icon-container .cart-icon-link .items-count.cart-items-0, .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .cart-subtotal, .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-cart a, .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-checkout a, .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items, .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item, .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details h3 a, .menu-cart-icon-container.is-loading.menu-cart-icon-container .cart-icon-link i, .mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a, .mobile-menu-wrapper .mobile-menu-container .search-form label, .mobile-menu-wrapper .mobile-menu-container div.menu > ul li a, .mobile-menu-wrapper .mobile-menu-container ul.menu li a, .product-filter ul li.subcategory-back a, .product-filter ul li.subcategory-back a i, .single-blog-holder .blog-author-holder .author-name, .single-blog-holder .tags-holder a, .top-menu div.menu > ul > li ul > li > a, .top-menu ul.menu > li ul > li > a, .transall, .video-js, .woocommerce .button, .woocommerce .group_table td.label label a, .woocommerce .item-info .woocommerce-product-rating a, .woocommerce .product .item-images .main-thumbnail, .woocommerce .product .item-info .add_to_cart_button.loading, .woocommerce .product.catalog-layout-full-bg .item-info .product-category a, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-category a, .woocommerce .shop-categories .product-category-col > .product-category a:before, .woocommerce .shop-categories .product-category-col > .product-category h3, .woocommerce .shop-categories .product-category-col > .product-category h3 .count, .woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-rating .stars span a, .woocommerce .woocommerce-tabs .tabs li a, .woocommerce ul.digital-downloads li .count, .woocommerce ul.digital-downloads li a, .woocommerce.single-product .single-product .images .product-images-carousel .nextprev-arrow, .woocommerce.single-product .single-product .images .thumbnails .nextprev-arrow, .woocommerce.single-product .single-product .summary .variations .reset_variations, .wp-widget .social-networks li a, .wp-widget.null-instagram-feed .instagram-pics li a, .wp-widget.widget_tag_cloud a, .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title a, .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display, .wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.no-padding {
    padding: 0!important;
}

.no-top-margin {
    margin-top: 0!important;
}

.no-bottom-margin {
    margin-bottom: 0!important;
}

.no-left-margin {
    margin-left: 0!important;
}

.no-right-margin {
    margin-right: 0!important;
}

.is-fixed {
    position: fixed!important;
}

.is-absolute {
    position: absolute!important;
}

.overflow-hidden {
    overflow: hidden!important;
}

.opacity-none {
    zoom: 1!important;
    filter: alpha(opacity=0)!important;
    -webkit-opacity: 0!important;
    -moz-opacity: 0!important;
    opacity: 0!important;
}

.is-relative {
    position: relative!important;
}

.clear {
    clear: both;
}

.diplay-inline-block {
    display: inline-block!important;
}

.diplay-inline {
    display: inline!important;
}

.diplay-block {
    display: block;
}

.no-animation, .no-transitions {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}

.color-main {
    color: #00b19e;
}

.default-margin {
    margin-bottom: 40px;
}

.ps-container .ps-scrollbar-y {
    width: 2px!important;
    margin-right: 10px;
    background-color: #898989!important;
}

    .ps-container .ps-scrollbar-y .ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y, .ps-container .ps-scrollbar-y .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
        background-color: #00b19e!important;
    }

    .ps-container .ps-scrollbar-y .ps-container .ps-scrollbar-y-rail.hover, .ps-container .ps-scrollbar-y .ps-scrollbar-y-rail:hover {
        background-color: transparent!important;
    }

    .ps-container .ps-scrollbar-y .ps-scrollbar-x-rail {
        display: none!important;
    }

.thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .thumb:hover .hover-state {
        visibility: visible;
        zoom: 1;
        filter: alpha(opacity=90);
        -webkit-opacity: .9;
        -moz-opacity: .9;
        opacity: .9;
    }

        .thumb:hover .hover-state.no-opacity {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

.hover-state {
    background-color: #00b19e;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    display: block;
    z-index: 10;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    .hover-state a {
        color: #fff;
    }

        .hover-state a::after {
            background: #fff;
        }

    .hover-state i {
        color: #fff;
    }

    .hover-state.padding {
        padding: 40px;
    }

    .hover-state .hover-state-content {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .hover-state.hover-style-one {
        width: auto!important;
        height: auto!important;
        top: 15px!important;
        bottom: 15px!important;
        left: 15px!important;
        right: 15px!important;
    }

@media screen and (min-width:481px) and (max-width:650px) {
    .hover-state.hover-style-one .likes {
        display: none!important;
    }

    .hover-state.hover-style-one p {
        display: none!important;
    }
}

.hover-state.hover-eff-fade-slide .info h3 {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    -ms-transform: translate(0,15px);
    -o-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transition: all .15s 75ms cubic-bezier(.25,.46,.45,.94);
    -moz-transition: all .15s 75ms cubic-bezier(.25,.46,.45,.94);
    -o-transition: all .15s 75ms cubic-bezier(.25,.46,.45,.94);
    transition: all .15s 75ms cubic-bezier(.25,.46,.45,.94);
}

.hover-state.hover-eff-fade-slide .info p {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(translate(0,15px));
    -moz-transform: translate(translate(0,15px));
    -ms-transform: translate(translate(0,15px));
    -o-transform: translate(translate(0,15px));
    transform: translate(translate(0,15px));
    -webkit-transition: all .15s cubic-bezier(.25,.46,.45,.94);
    -moz-transition: all .15s cubic-bezier(.25,.46,.45,.94);
    -o-transition: all .15s cubic-bezier(.25,.46,.45,.94);
    transition: all .15s cubic-bezier(.25,.46,.45,.94);
}

.hover-state.hover-eff-fade-slide:hover .likes {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .4s cubic-bezier(.455,.03,.515,.955);
    -moz-transition: all .4s cubic-bezier(.455,.03,.515,.955);
    -o-transition: all .4s cubic-bezier(.455,.03,.515,.955);
    transition: all .4s cubic-bezier(.455,.03,.515,.955);
}

.hover-state.hover-eff-fade-slide:hover .info h3 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
    -moz-transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
    -o-transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
    transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
}

.hover-state.hover-eff-fade-slide:hover .info p {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
    -moz-transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
    -o-transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
    transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
}

.hover-state.hover-eff-fade-slide.hover-is-visible .likes {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.hover-state.hover-eff-fade-slide.hover-is-visible .info h3 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.hover-state.hover-eff-fade-slide.hover-is-visible .info p {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.hover-state.hover-eff-fade-slide.hover-is-visible.hover-reverse:hover .info h3 {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    -ms-transform: translate(0,15px);
    -o-transform: translate(0,15px);
    transform: translate(0,15px);
}

.hover-state.hover-eff-fade-slide.hover-is-visible.hover-reverse:hover .info p {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(translate(0,15px));
    -moz-transform: translate(translate(0,15px));
    -ms-transform: translate(translate(0,15px));
    -o-transform: translate(translate(0,15px));
    transform: translate(translate(0,15px));
}

#isotope-container {
    margin-left: -15px;
    margin-right: -15px;
}

#isotope-container, .portfolio-holder {
    clear: both;
    position: relative;
}

    #isotope-container .isotope-item, .portfolio-holder .isotope-item {
        width: 33.3333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

@media screen and (max-width:768px) {
    #isotope-container .isotope-item, .portfolio-holder .isotope-item {
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    #isotope-container .isotope-item, .portfolio-holder .isotope-item {
        width: 100%;
    }
}

#isotope-container .isotope-item img, .portfolio-holder .isotope-item img {
    width: 100%;
}

#isotope-container .isotope-item.with-padding, .portfolio-holder .isotope-item.with-padding {
    padding: 15px;
}

#isotope-container .isotope-item.w12, .portfolio-holder .isotope-item.w12 {
    width: 100%;
}

#isotope-container .isotope-item.w9, .portfolio-holder .isotope-item.w9 {
    width: 75%;
}

@media screen and (max-width:768px) {
    #isotope-container .isotope-item.w9, .portfolio-holder .isotope-item.w9 {
        width: 100%;
    }
}

#isotope-container .isotope-item.w8, .portfolio-holder .isotope-item.w8 {
    width: 66.666666667%;
}

@media screen and (max-width:768px) {
    #isotope-container .isotope-item.w8, .portfolio-holder .isotope-item.w8 {
        width: 100%;
    }
}

#isotope-container .isotope-item.w7, .portfolio-holder .isotope-item.w7 {
    width: 58.333333333%;
}

@media screen and (max-width:768px) {
    #isotope-container .isotope-item.w7, .portfolio-holder .isotope-item.w7 {
        width: 100%;
    }
}

#isotope-container .isotope-item.w6, .portfolio-holder .isotope-item.w6 {
    width: 50%;
}

@media screen and (max-width:480px) {
    #isotope-container .isotope-item.w6, .portfolio-holder .isotope-item.w6 {
        width: 100%;
    }
}

#isotope-container .isotope-item.w5, .portfolio-holder .isotope-item.w5 {
    width: 41.666666667%;
}

@media screen and (max-width:768px) {
    #isotope-container .isotope-item.w5, .portfolio-holder .isotope-item.w5 {
        width: 100%;
    }
}

#isotope-container .isotope-item.w4, .portfolio-holder .isotope-item.w4 {
    width: 33.333333333%;
    width: 33.33333333%;
}

@media screen and (max-width:768px) {
    #isotope-container .isotope-item.w4, .portfolio-holder .isotope-item.w4 {
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    #isotope-container .isotope-item.w4, .portfolio-holder .isotope-item.w4 {
        width: 100%;
    }
}

#isotope-container .isotope-item.w3, .portfolio-holder .isotope-item.w3 {
    width: 25%;
}

@media screen and (max-width:992px) {
    #isotope-container .isotope-item.w3, .portfolio-holder .isotope-item.w3 {
        width: 33.33333333%;
    }
}

@media screen and (max-width:768px) {
    #isotope-container .isotope-item.w3, .portfolio-holder .isotope-item.w3 {
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    #isotope-container .isotope-item.w3, .portfolio-holder .isotope-item.w3 {
        width: 100%;
    }
}

#isotope-container .isotope-item.bw3, .portfolio-holder .isotope-item.bw3 {
    width: 25%;
}

@media screen and (max-width:768px) {
    #isotope-container .isotope-item.bw3, .portfolio-holder .isotope-item.bw3 {
        width: 50%;
    }
}

@media screen and (max-width:650px) {
    #isotope-container .isotope-item.bw3, .portfolio-holder .isotope-item.bw3 {
        width: 100%;
    }
}

#isotope-container .isotope-item.bw4, .portfolio-holder .isotope-item.bw4 {
    width: 33.33333333%;
}

@media screen and (max-width:768px) {
    #isotope-container .isotope-item.bw4, .portfolio-holder .isotope-item.bw4 {
        width: 50%;
    }
}

@media screen and (max-width:650px) {
    #isotope-container .isotope-item.bw4, .portfolio-holder .isotope-item.bw4 {
        width: 100%;
    }
}

#isotope-container .isotope-item.bw6, .portfolio-holder .isotope-item.bw6 {
    width: 50%;
}

@media screen and (max-width:768px) {
    #isotope-container .isotope-item.bw6, .portfolio-holder .isotope-item.bw6 {
        width: 100%;
    }
}

#isotope-container .isotope-item.bw12, .portfolio-holder .isotope-item.bw12 {
    width: 100%;
}

@media screen and (max-width:768px) {
    #isotope-container .isotope-item.bw12, .portfolio-holder .isotope-item.bw12 {
        width: 100%;
    }
}

#isotope-container .isotope-item.grid-two, .portfolio-holder .isotope-item.grid-two {
    width: 50%;
}

@media screen and (max-width:480px) {
    #isotope-container .isotope-item.grid-two, .portfolio-holder .isotope-item.grid-two {
        width: 100%;
    }
}

#isotope-container .isotope-item.grid-three, .portfolio-holder .isotope-item.grid-three {
    width: 50%;
}

@media screen and (max-width:768px) {
    #isotope-container .isotope-item.grid-three, .portfolio-holder .isotope-item.grid-three {
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    #isotope-container .isotope-item.grid-three, .portfolio-holder .isotope-item.grid-three {
        width: 100%;
    }
}

#isotope-container .isotope-item.grid-four, .portfolio-holder .isotope-item.grid-four {
    width: 25%;
}

@media screen and (max-width:992px) {
    #isotope-container .isotope-item.grid-four, .portfolio-holder .isotope-item.grid-four {
        width: 33.33333333%;
    }
}

@media screen and (max-width:768px) {
    #isotope-container .isotope-item.grid-four, .portfolio-holder .isotope-item.grid-four {
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    #isotope-container .isotope-item.grid-four, .portfolio-holder .isotope-item.grid-four {
        width: 100%;
    }
}

#isotope-container .dribbble-container, .portfolio-holder .dribbble-container {
    margin: 0;
    text-align: center;
}

    #isotope-container .dribbble-container ul, .portfolio-holder .dribbble-container ul {
        margin-left: -15px;
        margin-right: -15px;
    }

        #isotope-container .dribbble-container ul:after, #isotope-container .dribbble-container ul:before, .portfolio-holder .dribbble-container ul:after, .portfolio-holder .dribbble-container ul:before {
            content: " ";
            display: table;
        }

        #isotope-container .dribbble-container ul:after, .portfolio-holder .dribbble-container ul:after {
            clear: both;
        }

        #isotope-container .dribbble-container ul:after, #isotope-container .dribbble-container ul:before, .portfolio-holder .dribbble-container ul:after, .portfolio-holder .dribbble-container ul:before {
            content: " ";
            display: table;
        }

        #isotope-container .dribbble-container ul:after, .portfolio-holder .dribbble-container ul:after {
            clear: both;
        }

    #isotope-container .dribbble-container .dribbble_shot, .portfolio-holder .dribbble-container .dribbble_shot {
        width: 33.3333333%;
        padding: 15px;
        padding-top: 0;
        position: relative;
    }

@media screen and (max-width:992px) {
    #isotope-container .dribbble-container .dribbble_shot, .portfolio-holder .dribbble-container .dribbble_shot {
        width: 33.3333%;
    }
}

@media screen and (max-width:768px) {
    #isotope-container .dribbble-container .dribbble_shot, .portfolio-holder .dribbble-container .dribbble_shot {
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    #isotope-container .dribbble-container .dribbble_shot, .portfolio-holder .dribbble-container .dribbble_shot {
        width: 100%;
    }
}

#isotope-container .dribbble-container .dribbble_shot .dribbble-title, .portfolio-holder .dribbble-container .dribbble_shot .dribbble-title {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: 0;
    left: 0;
    margin: 15px;
    padding: 15px;
    z-index: 0;
    position: absolute;
}

    #isotope-container .dribbble-container .dribbble_shot .dribbble-title h3, .portfolio-holder .dribbble-container .dribbble_shot .dribbble-title h3 {
        font-size: 16px;
        color: #fff;
        margin: 0;
    }

#isotope-container .dribbble-container .dribbble_shot img, .portfolio-holder .dribbble-container .dribbble_shot img {
    width: 100%;
}

#isotope-container .dribbble-container .dribbble_shot:hover .dribbble-title, .portfolio-holder .dribbble-container .dribbble_shot:hover .dribbble-title {
    background-color: #00b19e;
    zoom: 1;
    filter: alpha(opacity=95);
    -webkit-opacity: .95;
    -moz-opacity: .95;
    opacity: .95;
    z-index: 1;
}

#isotope-container .dribbble-container i, .portfolio-holder .dribbble-container i {
    font-size: 22px!important;
    color: #00b19e;
    margin-top: 20px;
}

#isotope-container .dribbble-four-columns .dribbble_shot, .portfolio-holder .dribbble-four-columns .dribbble_shot {
    width: 25%;
}

@media screen and (max-width:992px) {
    #isotope-container .dribbble-four-columns .dribbble_shot, .portfolio-holder .dribbble-four-columns .dribbble_shot {
        width: 33.3333%;
    }
}

@media screen and (max-width:768px) {
    #isotope-container .dribbble-four-columns .dribbble_shot, .portfolio-holder .dribbble-four-columns .dribbble_shot {
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    #isotope-container .dribbble-four-columns .dribbble_shot, .portfolio-holder .dribbble-four-columns .dribbble_shot {
        width: 100%;
    }
}

.pagination-holder {
    width: 100%;
    text-align: center;
    float: left;
    padding-left: 0;
    padding-right: 0;
}

    .pagination-holder .pagination li a, .pagination-holder .pagination li span {
        border: none;
        font-size: 16px;
        color: #333;
        background-color: none;
        padding: 0 0;
        margin: 0 10px;
        background: 0 0;
    }

        .pagination-holder .pagination li a:hover, .pagination-holder .pagination li span:hover {
            background-color: transparent;
            border-color: transparent;
            color: #00b19e;
        }

        .pagination-holder .pagination li span, .pagination-holder .pagination li span:hover {
            color: #a3a3a3;
        }

    .pagination-holder .pagination li i {
        font-size: 15px;
    }

    .pagination-holder .pagination .active a {
        color: #00b19e!important;
        background-color: transparent!important;
        border-color: none;
        display: inline-block;
        margin: 0 10px;
        padding: 0 3px;
    }

    .pagination-holder.pagination-holder-left {
        text-align: left;
        margin-left: 0;
    }

    .pagination-holder.pagination-holder-right {
        text-align: right;
        margin-right: 0;
    }

.sidebar-social .color, .social .color {
    color: #333;
}

    .sidebar-social .color i + span, .social .color i + span {
        margin-left: 5px;
    }

    .sidebar-social .color:hover.facebook, .social .color:hover.facebook {
        color: #3b5998;
    }

        .sidebar-social .color:hover.facebook::after, .social .color:hover.facebook::after {
            background: #3b5998;
        }

    .sidebar-social .color:hover.twitter, .social .color:hover.twitter {
        color: #55acee;
    }

        .sidebar-social .color:hover.twitter::after, .social .color:hover.twitter::after {
            background: #55acee;
        }

    .sidebar-social .color:hover.instagram, .social .color:hover.instagram {
        color: #3f729b;
    }

        .sidebar-social .color:hover.instagram::after, .social .color:hover.instagram::after {
            background: #3f729b;
        }

    .sidebar-social .color:hover.dribbble, .social .color:hover.dribbble {
        color: #ea4c89;
    }

        .sidebar-social .color:hover.dribbble::after, .social .color:hover.dribbble::after {
            background: #ea4c89;
        }

    .sidebar-social .color:hover.behance, .social .color:hover.behance {
        color: #1769ff;
    }

        .sidebar-social .color:hover.behance::after, .social .color:hover.behance::after {
            background: #1769ff;
        }

    .sidebar-social .color:hover.deviantart, .social .color:hover.deviantart {
        color: #05cc47;
    }

        .sidebar-social .color:hover.deviantart::after, .social .color:hover.deviantart::after {
            background: #05cc47;
        }

    .sidebar-social .color:hover.flickr, .social .color:hover.flickr {
        color: #0063dc;
    }

        .sidebar-social .color:hover.flickr::after, .social .color:hover.flickr::after {
            background: #0063dc;
        }

    .sidebar-social .color:hover.pinterest, .social .color:hover.pinterest {
        color: #cc2127;
    }

        .sidebar-social .color:hover.pinterest::after, .social .color:hover.pinterest::after {
            background: #cc2127;
        }

    .sidebar-social .color:hover.google, .sidebar-social .color:hover.google-plus, .social .color:hover.google, .social .color:hover.google-plus {
        color: #dd4b39;
    }

        .sidebar-social .color:hover.google-plus::after, .sidebar-social .color:hover.google::after, .social .color:hover.google-plus::after, .social .color:hover.google::after {
            background: #dd4b39;
        }

    .sidebar-social .color:hover.linkedin, .social .color:hover.linkedin {
        color: #0976b4;
    }

        .sidebar-social .color:hover.linkedin::after, .social .color:hover.linkedin::after {
            background: #0976b4;
        }

    .sidebar-social .color:hover.vk, .sidebar-social .color:hover.vkontakte, .social .color:hover.vk, .social .color:hover.vkontakte {
        color: #45668e;
    }

        .sidebar-social .color:hover.vk::after, .sidebar-social .color:hover.vkontakte::after, .social .color:hover.vk::after, .social .color:hover.vkontakte::after {
            background: #45668e;
        }

    .sidebar-social .color:hover.houzz, .social .color:hover.houzz {
        color: #7ac142;
    }

        .sidebar-social .color:hover.houzz::after, .social .color:hover.houzz::after {
            background: #7ac142;
        }

    .sidebar-social .color:hover.social-500px, .social .color:hover.social-500px {
        color: #0099e5;
    }

        .sidebar-social .color:hover.social-500px::after, .social .color:hover.social-500px::after {
            background: #0099e5;
        }

    .sidebar-social .color:hover.youtube, .social .color:hover.youtube {
        color: #e52d27;
    }

        .sidebar-social .color:hover.youtube::after, .social .color:hover.youtube::after {
            background: #e52d27;
        }

    .sidebar-social .color:hover.vine, .social .color:hover.vine {
        color: #00b488;
    }

        .sidebar-social .color:hover.vine::after, .social .color:hover.vine::after {
            background: #00b488;
        }

    .sidebar-social .color:hover.delicious, .social .color:hover.delicious {
        color: #39f;
    }

        .sidebar-social .color:hover.delicious::after, .social .color:hover.delicious::after {
            background: #39f;
        }

    .sidebar-social .color:hover.tumblr, .social .color:hover.tumblr {
        color: #35465c;
    }

        .sidebar-social .color:hover.tumblr::after, .social .color:hover.tumblr::after {
            background: #35465c;
        }

    .sidebar-social .color:hover.envelope-o, .social .color:hover.envelope-o {
        color: #666;
    }

        .sidebar-social .color:hover.envelope-o::after, .social .color:hover.envelope-o::after {
            background: #666;
        }

    .sidebar-social .color:hover.custom, .social .color:hover.custom {
        color: #00b19e;
    }

        .sidebar-social .color:hover.custom::after, .social .color:hover.custom::after {
            background: #00b19e;
        }

    .sidebar-social .color:hover.skype, .social .color:hover.skype {
        color: #00aff0;
    }

        .sidebar-social .color:hover.skype::after, .social .color:hover.skype::after {
            background: #00aff0;
        }

    .sidebar-social .color:hover.foursquare, .social .color:hover.foursquare {
        color: #f94877;
    }

        .sidebar-social .color:hover.foursquare::after, .social .color:hover.foursquare::after {
            background: #f94877;
        }

    .sidebar-social .color:hover.vimeo, .social .color:hover.vimeo {
        color: #1ab7ea;
    }

        .sidebar-social .color:hover.vimeo::after, .social .color:hover.vimeo::after {
            background: #1ab7ea;
        }

    .sidebar-social .color:hover.github, .social .color:hover.github {
        color: #333;
    }

        .sidebar-social .color:hover.github::after, .social .color:hover.github::after {
            background: #333;
        }

.sidebar-social a, .social a {
    margin-right: 25px;
}

.social-buttons {
    padding-left: 15px;
    padding-right: 15px;
}

.owl-carousel {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

    .owl-carousel .owl-nav {
        position: absolute;
        width: 100%!important;
        top: 50%;
        margin-top: -10px;
        color: #fff;
        font-size: 25px;
    }

        .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
            position: absolute!important;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .owl-carousel .owl-nav .owl-prev {
            left: 20px;
        }

            .owl-carousel .owl-nav .owl-prev:active {
                -webkit-transform: translateX(-7px);
                -moz-transform: translateX(-7px);
                -ms-transform: translateX(-7px);
                -o-transform: translateX(-7px);
                transform: translateX(-7px);
            }

        .owl-carousel .owl-nav .owl-next {
            right: 20px;
        }

            .owl-carousel .owl-nav .owl-next:active {
                -webkit-transform: translateX(7px);
                -moz-transform: translateX(7px);
                -ms-transform: translateX(7px);
                -o-transform: translateX(7px);
                transform: translateX(7px);
            }

.home-filter {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #333;
    z-index: 1;
}

    .home-filter .all-filters {
        position: relative;
        display: none;
        margin-right: 45px;
        padding: 0;
    }

        .home-filter .all-filters ul {
            list-style-type: none;
            padding-left: 0;
            margin: 0;
            padding: 10px 0;
        }

            .home-filter .all-filters ul li {
                display: inline;
                margin-left: 20px;
                margin-right: 20px;
            }

@media screen and (max-width:768px) {
    .home-filter .all-filters ul li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.home-filter .all-filters ul li a {
    font-size: 14px;
    color: #fff;
}

    .home-filter .all-filters ul li a:hover {
        color: #00b19e;
    }

.home-filter .all-filters ul li.active {
    border-bottom: 1px solid #00b19e;
    padding-bottom: .2px;
}

    .home-filter .all-filters ul li.active::after {
        background: 0 0!important;
    }

.home-filter #show-filters-btn {
    background: #333;
    position: absolute;
    width: 41px;
    height: 41px;
    right: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .home-filter #show-filters-btn i {
        font-size: 14px;
        color: #fff;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        text-align: center;
        width: 100%;
    }

    .home-filter #show-filters-btn span {
        font-size: 20px;
    }

.tags {
    font-size: 13px;
    background: #eee!important;
    color: #333!important;
    padding: 3px 8px!important;
    text-transform: lowercase;
    margin: 5px;
    margin-left: 0;
}

    .tags:hover {
        background-color: #e1e1e1!important;
    }

::selection {
    background: #00b19e;
    color: #fff;
}

::-moz-selection {
    background: #00b19e;
    color: #fff;
}

a:active, a:focus, a:hover {
    outline: 0;
}

:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important;
    -moz-box-shadow: 0 0 0 1000px #fff inset!important;
    box-shadow: 0 0 0 1000px #fff inset!important;
}

.dropdown .btn {
    background: 0 0;
    font-size: 16px;
    text-align: left;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    padding: 10px 20px;
}

    .dropdown .btn:focus {
        outline: 0;
    }

    .dropdown .btn:active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.dropdown i {
    font-size: 18px;
    line-height: 20px;
    right: 20px;
    position: absolute;
}

.dropdown .dropdown-menu {
    width: 100%;
    background-color: #eee;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: -5px 0;
}

    .dropdown .dropdown-menu .active a {
        background: 0 0!important;
        color: #00b19e!important;
    }

    .dropdown .dropdown-menu li {
        margin: 0 19px;
        border-top: 1px solid #ddd;
    }

        .dropdown .dropdown-menu li a {
            font-size: 16px;
            padding: 10px 0;
        }

            .dropdown .dropdown-menu li a:hover {
                background-color: transparent;
                color: #00b19e;
            }

            .dropdown .dropdown-menu li a::after {
                background: 0 0;
            }

.dropdown.open .btn {
    background: #eee;
}

.item-animation {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.item-animation-done {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.lab-dribbble-gallery ul {
    padding: 0;
    list-style: none;
}

.lab-dribbble-gallery .dribbble_shot {
    float: left;
    position: relative;
}

    .lab-dribbble-gallery .dribbble_shot img:hover {
        opacity: .8;
    }

.lab-dribbble-gallery p {
    padding-left: 7px;
}

    .lab-dribbble-gallery p i {
        font-size: 15px;
        vertical-align: top;
        margin-top: 7px;
    }

.lab-dribbble-gallery a {
    float: left;
}

    .lab-dribbble-gallery a::after {
        background: 0 0;
    }

.form-control {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    color: #333;
}

    .form-control::-moz-placeholder {
        color: #898989;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #898989;
    }

    .form-control::-webkit-input-placeholder {
        color: #898989;
    }

    .form-control::-webkit-input-placeholder {
        color: #898989;
    }

    .form-control:-moz-placeholder {
        color: #898989;
    }

    .form-control::-moz-placeholder {
        color: #898989;
    }

    .form-control:-ms-input-placeholder {
        color: #898989;
    }

    .form-control:focus {
        border-color: #d5d5d5;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

textarea {
    background: 0 0;
}

.owl-carousel .owl-controls .owl-prev, .owl-slider .owl-buttons .owl-next {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-background-size: 30px;
    -moz-background-size: 30px;
    background-size: 30px;
}

@media screen and (min-width:768px) {
    .pull-right-md {
        float: right;
    }
}

@media screen and (min-width:480px) {
    .pull-right-sm {
        float: right;
    }
}

.back-to-portfolio:after, .btn:after, .coming-soon-container .message-container .logo:after, .header-logo:after, .logos-holder:after, .menu-bar:after, .next:after, .nh:after, .post-password-form input[type=submit]:after, .previous:after, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close:after, .single-blog-holder .tags-holder a:after, a.social-share-icon:after {
    display: none!important;
}

.music-video-holder.video-type-audio, .portfolio-video-holder.video-type-audio {
    padding-top: 25%;
}

    .music-video-holder.video-type-audio .wp-audio-shortcode, .portfolio-video-holder.video-type-audio .wp-audio-shortcode {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.rotatingtweets {
    z-index: 10!important;
}

.endless-pagination {
    margin-top: 50px;
    clear: both;
}

.show-more {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0;
}

    .show-more .button {
        margin: auto;
        min-width: 200px;
        display: inline-block;
        border: 2px solid #eee;
        -webkit-transition: border 250ms ease-in-out;
        -moz-transition: border 250ms ease-in-out;
        -o-transition: border 250ms ease-in-out;
        transition: border 250ms ease-in-out;
    }

        .show-more .button a {
            width: 100%;
            padding: 12px 10px;
            margin-bottom: 0;
            text-align: center;
            background: 0 0;
            position: relative;
        }

            .show-more .button a:active, .show-more .button a:focus {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

            .show-more .button a:hover {
                color: #898989;
            }

        .show-more .button .loading {
            color: #898989;
            position: absolute;
            left: 50%;
            top: 50%;
            visibility: hidden;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            zoom: 1;
            filter: alpha(opacity=0);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
        }

        .show-more .button .finished {
            position: absolute;
            left: 0;
            right: 0;
            visibility: hidden;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            zoom: 1;
            filter: alpha(opacity=0);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
        }

        .show-more .button:hover {
            border-color: #dadada;
        }

    .show-more.is-loading.type-2 .button a {
        border-color: transparent;
    }

    .show-more.is-loading .button {
        border-color: transparent;
    }

        .show-more.is-loading .button a {
            color: transparent;
        }

        .show-more.is-loading .button .loading {
            visibility: visible;
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    .show-more.is-finished {
        pointer-events: none;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

        .show-more.is-finished .button {
            border-color: transparent;
        }

            .show-more.is-finished .button a {
                color: transparent;
                border-color: transparent;
            }

            .show-more.is-finished .button .finished {
                visibility: visible;
                color: #00b19e;
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

.loading-spinner-1 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #898989;
    border-radius: 100%;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out;
    z-index: 50;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.pagination.post-pagination {
    display: block;
    text-align: center;
    margin-top: 40px;
}

    .pagination.post-pagination a {
        display: inline-block;
    }

        .pagination.post-pagination a + a {
            margin-left: 20px;
        }

.owl-carousel.cursor-nav .owl-item a {
    cursor: url(../images/icons/zoom.png),w-resize!important;
}

.owl-carousel.cursor-nav .owl-nav {
    top: 0;
    margin-top: 0;
    position: static;
}

    .owl-carousel.cursor-nav .owl-nav .owl-next, .owl-carousel.cursor-nav .owl-nav .owl-prev {
        width: 30%;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

        .owl-carousel.cursor-nav .owl-nav .owl-next i, .owl-carousel.cursor-nav .owl-nav .owl-prev i {
            opacity: 0;
        }

    .owl-carousel.cursor-nav .owl-nav .owl-prev {
        cursor: url(../images/icons/arrow-white-left.png),w-resize!important;
        left: 0!important;
    }

    .owl-carousel.cursor-nav .owl-nav .owl-next {
        cursor: url(../images/icons/arrow-white-right.png),e-resize!important;
        right: 0!important;
    }

.owl-carousel.cursor-nav.black-arrows .owl-item a {
    cursor: url(../images/icons/zoom-black.png),w-resize!important;
}

.owl-carousel.cursor-nav.black-arrows .owl-nav .owl-prev {
    cursor: url(../images/icons/arrow-black-left.png),w-resize!important;
    left: 0!important;
}

.owl-carousel.cursor-nav.black-arrows .owl-nav .owl-next {
    cursor: url(../images/icons/arrow-black-right.png),e-resize!important;
    right: 0!important;
}

.no-style-input {
    border: 0;
    padding: 0;
    margin: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}

.visibility-hidden {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.wow {
    visibility: hidden;
}

.more-link {
    text-align: center;
}

.comparison-image-slider {
    width: 100%;
    margin: 0 auto;
    float: left;
    position: relative;
    margin-bottom: 30px;
    background-color: #eee;
}

    .comparison-image-slider img {
        display: block;
        width: 100%;
    }

    .comparison-image-slider .cd-image-label {
        bottom: 0;
        right: 0;
        color: #fff;
        padding: 10px 15px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: -webkit-transform .3s .7s,opacity .3s .7s;
        -moz-transition: -moz-transform .3s .7s,opacity .3s .7s;
        transition: transform .3s .7s,opacity .3s .7s;
        position: absolute;
        display: none;
    }

        .comparison-image-slider .cd-image-label.is-hidden {
            visibility: hidden;
        }

    .comparison-image-slider .cd-resize-img {
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
    }

        .comparison-image-slider .cd-resize-img img {
            width: auto;
            max-width: none;
            height: 100%;
            left: 0;
            top: 0;
            display: block;
            position: absolute;
        }

        .comparison-image-slider .cd-resize-img .cd-image-label {
            right: auto;
            left: 0;
        }

    .comparison-image-slider .cd-handle {
        height: 40px;
        width: 40px;
        left: 50%;
        top: 50%;
        margin-left: -20px;
        margin-top: -20px;
        border-radius: 50%;
        background: #00b19e url(../images/icons/image-comparison-slider-arrows.svg) no-repeat center center;
        cursor: ew-resize;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: translate3d(0,0,0) scale(0);
        -moz-transform: translate3d(0,0,0) scale(0);
        -ms-transform: translate3d(0,0,0) scale(0);
        -o-transform: translate3d(0,0,0) scale(0);
        transform: translate3d(0,0,0) scale(0);
        position: absolute;
    }

        .comparison-image-slider .cd-handle:hover {
            background-color: #00ac99;
        }

        .comparison-image-slider .cd-handle.draggable {
            background-color: #00a795;
        }

    .comparison-image-slider lesshat-selector {
        -lh-property: 0;
    }

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@-o-keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0;
    }

    60% {
        width: 55%;
    }

    100% {
        width: 50%;
    }
}

.comparison-image-slider.is-visible {
    padding-top: 0!important;
}

.comparison-image-slider:hover .cd-image-label {
    display: block;
}

.is-visible .cd-resize-img {
    width: 50%;
    -webkit-animation: cd-bounce-in .7s;
    -moz-animation: cd-bounce-in .7s;
    -o-animation: cd-bounce-in .7s;
    animation: cd-bounce-in .7s;
}

.is-visible .cd-image-label {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.is-visible .cd-handle {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    -moz-transform: translate3d(0,0,0) scale(1);
    -ms-transform: translate3d(0,0,0) scale(1);
    -o-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    -webkit-transition: -webkit-transform .3s .7s,opacity 0s .7s;
    -moz-transition: -moz-transform .3s .7s,opacity 0s .7s;
    transition: transform .3s .7s,opacity 0s .7s;
}

.slick-slider {
    position: relative;
}

    .slick-slider .slick-next, .slick-slider .slick-prev {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: 0 0;
        border: 0;
        display: block;
        padding: 0;
        color: #fff;
        font-size: 40px;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

        .slick-slider .slick-next:hover, .slick-slider .slick-prev:hover {
            color: #00b19e;
        }

        .slick-slider .slick-next:active.slick-prev, .slick-slider .slick-prev:active.slick-prev {
            left: 15px;
        }

        .slick-slider .slick-next:active.slick-next, .slick-slider .slick-prev:active.slick-next {
            right: 15px;
        }

    .slick-slider .slick-prev {
        left: 30px;
    }

    .slick-slider .slick-next {
        right: 30px;
    }

    .slick-slider .slick-slide:hover {
        cursor: move;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

    .slick-slider .slick-slide:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

.fluidbox-loader::before {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}

.nivo-lightbox-theme-default .nivo-lightbox-next, .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: none!important;
}

    .nivo-lightbox-theme-default .nivo-lightbox-next:after, .nivo-lightbox-theme-default .nivo-lightbox-prev:after {
        display: block;
        font-family: Flaticon;
        content: '\e009';
        color: #fff;
        text-indent: 0;
        font-size: 120px;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .nivo-lightbox-theme-default .nivo-lightbox-next.nivo-lightbox-prev:after, .nivo-lightbox-theme-default .nivo-lightbox-prev.nivo-lightbox-prev:after {
        content: '\e007';
    }

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    background-color: rgba(0,0,0,0);
}

.row-table {
    display: table;
    width: 100%;
}

    .row-table.row-table-middle > div {
        vertical-align: middle;
    }

    .row-table > div {
        display: table-cell;
        float: none;
    }

.coming-soon-mode .wrapper, .maintenance-mode .wrapper {
    background: #00b19e;
}

    .coming-soon-mode .wrapper a, .maintenance-mode .wrapper a {
        color: #fff;
    }

        .coming-soon-mode .wrapper a:after, .maintenance-mode .wrapper a:after {
            background-color: #fff;
        }

.wp-page-title {
    margin-bottom: 30px;
    font-size: 26px;
}

.lab-bordered-image img {
    -webkit-box-shadow: 8px -8px 0 0 #eee;
    -moz-box-shadow: 8px -8px 0 0 #eee;
    box-shadow: 8px -8px 0 0 #eee;
}

.post-password-form {
    border: 1px solid #eee;
    padding: 30px;
}

    .post-password-form p:last-child {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .post-password-form input[type=password] {
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #eee;
        color: #333;
        padding: 5px 15px;
    }

        .post-password-form input[type=password]::-moz-placeholder {
            color: #898989;
            opacity: 1;
        }

        .post-password-form input[type=password]:-ms-input-placeholder {
            color: #898989;
        }

        .post-password-form input[type=password]::-webkit-input-placeholder {
            color: #898989;
        }

        .post-password-form input[type=password]::-webkit-input-placeholder {
            color: #898989;
        }

        .post-password-form input[type=password]:-moz-placeholder {
            color: #898989;
        }

        .post-password-form input[type=password]::-moz-placeholder {
            color: #898989;
        }

        .post-password-form input[type=password]:-ms-input-placeholder {
            color: #898989;
        }

        .post-password-form input[type=password]:focus {
            border-color: #d5d5d5;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .post-password-form input[type=submit] {
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        border: 0;
        padding: 8px 20px;
        font-weight: 400;
        margin-bottom: 5px;
        vertical-align: top;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        background-color: #00b19e;
        color: #fff;
        padding: 5px 15px;
        padding-bottom: 6px;
    }

        .post-password-form input[type=submit].btn-large {
            padding: 14px 20px;
            font-size: 16px;
        }

        .post-password-form input[type=submit].btn-small {
            padding: 6px 15px;
            font-size: 11px;
        }

        .post-password-form input[type=submit].btn-mini {
            padding: 2px 6px;
            font-size: 10px;
            text-transform: uppercase;
        }

        .post-password-form input[type=submit].btn-normal.btn-type-standard {
            padding: 10px 22px;
        }

        .post-password-form input[type=submit].btn-type-outlined.btn-large {
            padding: 12px 18px;
        }

        .post-password-form input[type=submit].btn-type-outlined.btn-small {
            padding: 4px 13px;
        }

        .post-password-form input[type=submit].btn-type-outlined.btn-mini {
            padding: 0 4px;
        }

        .post-password-form input[type=submit].btn-type-outlined:hover {
            background: 0 0;
        }

        .post-password-form input[type=submit].btn-primary {
            background: #00b19e;
            color: #fff;
        }

            .post-password-form input[type=submit].btn-primary:hover {
                background-color: #009887;
            }

        .post-password-form input[type=submit].btn-default {
            background: #00b19e;
            color: #fff;
        }

            .post-password-form input[type=submit].btn-default:hover {
                background-color: #009887;
            }

        .post-password-form input[type=submit].btn-secondary {
            background: #898989;
            color: #fff;
        }

            .post-password-form input[type=submit].btn-secondary:hover {
                background-color: #7c7c7c;
            }

        .post-password-form input[type=submit].btn-lab {
            background: #eee;
            color: #898989;
        }

            .post-password-form input[type=submit].btn-lab:hover {
                background-color: #e1e1e1;
            }

        .post-password-form input[type=submit].btn-black {
            background: #333;
            color: #fff;
        }

            .post-password-form input[type=submit].btn-black:hover {
                background-color: #404040;
            }

        .post-password-form input[type=submit].btn-blue {
            background: #00aeef;
            color: #fff;
        }

            .post-password-form input[type=submit].btn-blue:hover {
                background-color: #009bd6;
            }

        .post-password-form input[type=submit].btn-red {
            background: #ea2f3d;
            color: #fff;
        }

            .post-password-form input[type=submit].btn-red:hover {
                background-color: #e81827;
            }

        .post-password-form input[type=submit].btn-green {
            background: #8dc63f;
            color: #fff;
        }

            .post-password-form input[type=submit].btn-green:hover {
                background-color: #80b636;
            }

        .post-password-form input[type=submit].btn-yellow {
            background: #ffb83f;
            color: #fff;
        }

            .post-password-form input[type=submit].btn-yellow:hover {
                background-color: #ffaf25;
            }

        .post-password-form input[type=submit].btn-white {
            color: #898989;
            background: #fff;
        }

        .post-password-form input[type=submit].btn-type-fliphover {
            position: relative;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

            .post-password-form input[type=submit].btn-type-fliphover:before {
                content: "";
                width: 100%;
                height: 0;
                position: absolute;
                bottom: 0;
                left: 0;
                background: #eee;
                z-index: -1;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

            .post-password-form input[type=submit].btn-type-fliphover:hover:before {
                height: 100%;
            }

            .post-password-form input[type=submit].btn-type-fliphover.black {
                color: #333;
                border: 2px solid #333;
            }

                .post-password-form input[type=submit].btn-type-fliphover.black:after {
                    background: #333;
                }

                .post-password-form input[type=submit].btn-type-fliphover.black:hover {
                    color: #fff;
                    border-color: #333;
                }

            .post-password-form input[type=submit].btn-type-fliphover.grey {
                color: #898989;
                border: 2px solid #898989;
            }

                .post-password-form input[type=submit].btn-type-fliphover.grey:after {
                    background: #898989;
                }

                .post-password-form input[type=submit].btn-type-fliphover.grey:hover {
                    color: #fff;
                    border-color: #898989;
                }

            .post-password-form input[type=submit].btn-type-fliphover.main-color {
                color: #00b19e;
                border: 2px solid #00b19e;
            }

                .post-password-form input[type=submit].btn-type-fliphover.main-color:after {
                    background: #00b19e;
                }

                .post-password-form input[type=submit].btn-type-fliphover.main-color:hover {
                    color: #fff;
                    border-color: #00b19e;
                }

.laborator-admin-bar-menu {
    position: relative!important;
    display: inline-block;
    width: 16px!important;
    height: 16px!important;
    background: url(../images/laborator-icon.png) no-repeat 0 0!important;
    background-size: 16px!important;
    margin-right: 8px!important;
    top: 3px!important;
}

#wp-admin-bar-laborator-options:hover .laborator-admin-bar-menu {
    background-position: 0 -32px!important;
}

.laborator-admin-bar-menu:before {
    display: none!important;
}

.soft-hidden {
    display: none;
}

.tp-caption a::after {
    background: 0 0;
}

.fa {
    font-family: FontAwesome!important;
}

a.tp-button:after {
    background: 0 0;
}

.wpb_text_column img {
    max-width: 100%;
    height: auto;
}

.tp-button:after {
    background: 0 0!important;
}

.slick-slider .slick-next, .slick-slider .slick-prev {
    z-index: 1!important;
}

.project-description .lab-vc-container {
    padding: 0;
}

.lightbox-disabled .nivo {
    cursor: default;
}

    .lightbox-disabled .nivo a {
        cursor: default;
    }

@-moz-document url-prefix() {
    .single-portfolio-holder .gallery .photo;

{
    float: none;
}

}

body.lg-on {
    overflow: hidden;
}

    body.lg-on #wpadminbar {
        visibility: hidden;
    }

.fve-video-wrapper {
    margin: 0!important;
}

.woocommerce {
    background-color: transparent;
}

    .woocommerce:after, .woocommerce:before {
        content: " ";
        display: table;
    }

    .woocommerce:after {
        clear: both;
    }

    .woocommerce:after, .woocommerce:before {
        content: " ";
        display: table;
    }

    .woocommerce:after {
        clear: both;
    }

    .woocommerce.page-container {
        margin-top: 30px;
    }

    .woocommerce .products.products-masonry .product.catalog-layout-default {
        margin-bottom: 30px;
    }

    .woocommerce .shop-loading-products {
        position: relative;
        text-align: center;
        font-size: 19px;
        color: #d5d5d5;
        padding-bottom: 60px;
    }

    .woocommerce .product {
        position: relative;
        margin-bottom: 30px;
    }

        .woocommerce .product > a {
            display: block;
        }

        .woocommerce .product.catalog-layout-default {
            margin-bottom: 60px;
        }

@media screen and (max-width:480px) {
    .woocommerce .product {
        width: 100%;
    }
}

.woocommerce .product .item-images {
    position: relative;
    overflow: hidden;
}

    .woocommerce .product .item-images img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .woocommerce .product .item-images a {
        display: block;
    }

    .woocommerce .product .item-images.preview-type-fade .second-hover-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 450ms cubic-bezier(.445,.050,.55,.95);
        -moz-transition: all 450ms cubic-bezier(.445,.050,.55,.95);
        -o-transition: all 450ms cubic-bezier(.445,.050,.55,.95);
        transition: all 450ms cubic-bezier(.445,.050,.55,.95);
    }

    .woocommerce .product .item-images.preview-type-fade.gallery-hover .second-hover-image {
        visibility: visible;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        z-index: 10;
    }

    .woocommerce .product .item-images.preview-type-gallery .product-gallery-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
        -moz-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
        -o-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
        transition: all 350ms cubic-bezier(.445,.050,.55,.95);
        z-index: 10;
    }

        .woocommerce .product .item-images.preview-type-gallery .product-gallery-image.current {
            visibility: visible;
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    .woocommerce .product .item-images.preview-type-gallery .product-gallery-navigation .gallery-next, .woocommerce .product .item-images.preview-type-gallery .product-gallery-navigation .gallery-prev {
        font-size: 35px;
        padding: 10px 20px;
        position: absolute;
        top: 50%;
        z-index: 100;
        visibility: hidden;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 320ms cubic-bezier(.445,.050,.55,.95);
        -moz-transition: all 320ms cubic-bezier(.445,.050,.55,.95);
        -o-transition: all 320ms cubic-bezier(.445,.050,.55,.95);
        transition: all 320ms cubic-bezier(.445,.050,.55,.95);
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

        .woocommerce .product .item-images.preview-type-gallery .product-gallery-navigation .gallery-next.gallery-prev, .woocommerce .product .item-images.preview-type-gallery .product-gallery-navigation .gallery-prev.gallery-prev {
            left: 0;
        }

            .woocommerce .product .item-images.preview-type-gallery .product-gallery-navigation .gallery-next.gallery-prev:active, .woocommerce .product .item-images.preview-type-gallery .product-gallery-navigation .gallery-prev.gallery-prev:active {
                left: -10px;
            }

        .woocommerce .product .item-images.preview-type-gallery .product-gallery-navigation .gallery-next.gallery-next, .woocommerce .product .item-images.preview-type-gallery .product-gallery-navigation .gallery-prev.gallery-next {
            right: 0;
        }

            .woocommerce .product .item-images.preview-type-gallery .product-gallery-navigation .gallery-next.gallery-next:active, .woocommerce .product .item-images.preview-type-gallery .product-gallery-navigation .gallery-prev.gallery-next:active {
                right: -10px;
            }

    .woocommerce .product .item-images.preview-type-gallery:hover .product-gallery-navigation .gallery-next, .woocommerce .product .item-images.preview-type-gallery:hover .product-gallery-navigation .gallery-prev {
        visibility: visible;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.woocommerce .product .onsale {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 5px;
    right: 22px;
    background: #00b19e;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-background-clip: padding-box;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    overflow: hidden;
    z-index: 100;
    position: absolute;
    -webkit-transform: translate3d(20px,-20px,0);
    -moz-transform: translate3d(20px,-20px,0);
    -ms-transform: translate3d(20px,-20px,0);
    -o-transform: translate3d(20px,-20px,0);
    transform: translate3d(20px,-20px,0);
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width:768px) {
    .woocommerce .product .onsale {
        top: 5px;
        margin-right: 5px;
    }
}

.woocommerce .product .onsale.oos {
    font-size: 14px;
    background: #222;
    line-height: 1.4;
    padding-top: 12px;
}

.woocommerce .product .onsale.featured {
    font-size: 13px;
    background: #888;
}

.woocommerce .product .item-info {
    margin: 20px 0;
    color: #898989;
}

    .woocommerce .product .item-info .custom-margin {
        margin-left: -5px;
        margin-right: -5px;
    }

    .woocommerce .product .item-info h3 {
        margin-top: 0;
    }

        .woocommerce .product .item-info h3 a {
            font-size: 22px;
            color: #333;
        }

            .woocommerce .product .item-info h3 a:after {
                display: none;
            }

    .woocommerce .product .item-info .price {
        margin-top: 4px;
        color: #898989;
        position: relative;
        padding: 0;
        margin: 0;
        font-size: inherit;
    }

        .woocommerce .product .item-info .price del {
            font-size: 16px;
        }

        .woocommerce .product .item-info .price ins, .woocommerce .product .item-info .price > .amount {
            font-size: 18px;
            text-decoration: none;
            color: #00b19e;
            border-bottom: 1px solid;
        }

        .woocommerce .product .item-info .price > .amount {
            border-bottom: 0;
        }

        .woocommerce .product .item-info .price i {
            font-size: 34px;
            line-height: initial;
        }

        .woocommerce .product .item-info .price a::after {
            background: 0 0;
        }

    .woocommerce .product .item-info .price {
        -webkit-transition: all 320ms ease-in-out;
        -moz-transition: all 320ms ease-in-out;
        -o-transition: all 320ms ease-in-out;
        transition: all 320ms ease-in-out;
    }

    .woocommerce .product .item-info .add_to_cart_button {
        position: relative;
    }

        .woocommerce .product .item-info .add_to_cart_button:focus {
            color: #00b19e;
        }

        .woocommerce .product .item-info .add_to_cart_button:before {
            position: absolute;
            content: '...';
            left: 100%;
            bottom: -1px;
            margin-left: 2px;
            zoom: 1;
            filter: alpha(opacity=0);
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
        }

        .woocommerce .product .item-info .add_to_cart_button.loading {
            pointer-events: none;
            color: #00b19e;
            zoom: 1;
            filter: alpha(opacity=80);
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8;
        }

            .woocommerce .product .item-info .add_to_cart_button.loading:before {
                display: inline-block;
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                -webkit-animation: blink .7s infinite;
                -moz-animation: blink .7s infinite;
                -o-animation: blink .7s infinite;
                animation: blink .7s infinite;
            }

    .woocommerce .product .item-info .added_to_cart {
        display: none;
    }

    .woocommerce .product .item-info .product-loop-add-to-cart-container {
        position: relative;
    }

        .woocommerce .product .item-info .product-loop-add-to-cart-container a {
            color: #898989;
        }

            .woocommerce .product .item-info .product-loop-add-to-cart-container a:after {
                background-color: #898989;
            }

            .woocommerce .product .item-info .product-loop-add-to-cart-container a:hover {
                color: #00b19e;
            }

                .woocommerce .product .item-info .product-loop-add-to-cart-container a:hover:after {
                    background-color: #00b19e;
                }

        .woocommerce .product .item-info .product-loop-add-to-cart-container .product-category.category-hoverable {
            -webkit-transition: all 250ms cubic-bezier(.445,.050,.55,.95);
            -moz-transition: all 250ms cubic-bezier(.445,.050,.55,.95);
            -o-transition: all 250ms cubic-bezier(.445,.050,.55,.95);
            transition: all 250ms cubic-bezier(.445,.050,.55,.95);
        }

            .woocommerce .product .item-info .product-loop-add-to-cart-container .product-category.category-hoverable + .add-to-cart-link {
                position: absolute;
                left: 0;
                top: 0;
                visibility: hidden;
                zoom: 1;
                filter: alpha(opacity=0);
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                -webkit-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
                -moz-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
                -o-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
                transition: all 350ms cubic-bezier(.445,.050,.55,.95);
            }

.woocommerce .product .thumbnails {
    margin-top: 25px;
}

    .woocommerce .product .thumbnails img {
        width: 30%;
        height: auto;
    }

    .woocommerce .product .thumbnails a:first-child {
        margin-left: 0;
    }

    .woocommerce .product .thumbnails a:last-child {
        margin-right: 0;
    }

    .woocommerce .product .thumbnails a::after {
        background: 0 0;
    }

.woocommerce .product .added-to-cart-button {
    position: absolute;
    display: block;
    top: 30%;
    left: 50%;
    visibility: hidden;
    font-size: 35px;
    background: #fff;
    padding: 15px;
    line-height: 1;
    -webkit-transform: translateX(-50%) translateY(15%);
    -moz-transform: translateX(-50%) translateY(15%);
    -ms-transform: translateX(-50%) translateY(15%);
    -o-transform: translateX(-50%) translateY(15%);
    transform: translateX(-50%) translateY(15%);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.woocommerce .product.loading-finished .item-images img {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.woocommerce .product .product-internal-info {
    cursor: pointer;
}

.woocommerce .product.hover.catalog-layout-default .item-info .product-loop-add-to-cart-container .product-category.category-hoverable {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

    .woocommerce .product.hover.catalog-layout-default .item-info .product-loop-add-to-cart-container .product-category.category-hoverable + .add-to-cart-link {
        visibility: visible;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.woocommerce .product.hover.catalog-layout-default.atc-disable-images .added-to-cart-button {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.woocommerce .product.hover.catalog-layout-default.atc-disable-images .item-images {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

.woocommerce .product:hover .item-images .product-gallery-navigation .gallery-next, .woocommerce .product:hover .item-images .product-gallery-navigation .gallery-prev {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.woocommerce .product.catalog-layout-default .item-info .price {
    text-align: right;
    float: right;
}

.woocommerce .product.catalog-layout-default .item-info .product-loop-add-to-cart-container .product-category:hover .product-category.category-hoverable {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

    .woocommerce .product.catalog-layout-default .item-info .product-loop-add-to-cart-container .product-category:hover .product-category.category-hoverable + .add-to-cart-link {
        visibility: visible;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.woocommerce .product.catalog-layout-full-bg .product-internal-info, .woocommerce .product.catalog-layout-transparent-bg .product-internal-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,177,158,.8);
    padding: 30px 40px;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
    -moz-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
    -o-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
    transition: all 350ms cubic-bezier(.445,.050,.55,.95);
}

.woocommerce .product.catalog-layout-full-bg.hover .product-internal-info, .woocommerce .product.catalog-layout-full-bg:hover .product-internal-info, .woocommerce .product.catalog-layout-transparent-bg.hover .product-internal-info, .woocommerce .product.catalog-layout-transparent-bg:hover .product-internal-info {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.woocommerce .product.catalog-layout-full-bg.hover .item-info .product-category, .woocommerce .product.catalog-layout-full-bg.hover .item-info h3, .woocommerce .product.catalog-layout-full-bg:hover .item-info .product-category, .woocommerce .product.catalog-layout-full-bg:hover .item-info h3, .woocommerce .product.catalog-layout-transparent-bg.hover .item-info .product-category, .woocommerce .product.catalog-layout-transparent-bg.hover .item-info h3, .woocommerce .product.catalog-layout-transparent-bg:hover .item-info .product-category, .woocommerce .product.catalog-layout-transparent-bg:hover .item-info h3 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
    -moz-transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
    -o-transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
    transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
}

.woocommerce .product.catalog-layout-full-bg.hover .item-info .product-category, .woocommerce .product.catalog-layout-full-bg:hover .item-info .product-category, .woocommerce .product.catalog-layout-transparent-bg.hover .item-info .product-category, .woocommerce .product.catalog-layout-transparent-bg:hover .item-info .product-category {
    zoom: 1;
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.woocommerce .product.catalog-layout-full-bg.hover .item-info .product-bottom-details, .woocommerce .product.catalog-layout-full-bg:hover .item-info .product-bottom-details, .woocommerce .product.catalog-layout-transparent-bg.hover .item-info .product-bottom-details, .woocommerce .product.catalog-layout-transparent-bg:hover .item-info .product-bottom-details {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
    -moz-transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
    -o-transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
    transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
}

.woocommerce .product.catalog-layout-full-bg.product-type-external .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before, .woocommerce .product.catalog-layout-full-bg.product-type-variable .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before, .woocommerce .product.catalog-layout-transparent-bg.product-type-external .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before, .woocommerce .product.catalog-layout-transparent-bg.product-type-variable .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before {
    content: "\e047";
}

.woocommerce .product.catalog-layout-full-bg.adding-to-cart .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before, .woocommerce .product.catalog-layout-transparent-bg.adding-to-cart .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before {
    -webkit-animation: blinkAddToCart .7s infinite;
    -moz-animation: blinkAddToCart .7s infinite;
    -o-animation: blinkAddToCart .7s infinite;
    animation: blinkAddToCart .7s infinite;
}

    .woocommerce .product.catalog-layout-full-bg.adding-to-cart .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before lesshat-selector, .woocommerce .product.catalog-layout-transparent-bg.adding-to-cart .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before lesshat-selector {
        -lh-property: 0;
    }

@-webkit-keyframes blinkAddToCart {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blinkAddToCart {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes blinkAddToCart {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blinkAddToCart {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.woocommerce .product.catalog-layout-full-bg.product-added-to-cart .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before, .woocommerce .product.catalog-layout-transparent-bg.product-added-to-cart .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}

.woocommerce .product.catalog-layout-full-bg.product-added-to-cart .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after, .woocommerce .product.catalog-layout-transparent-bg.product-added-to-cart .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.woocommerce .product.catalog-layout-full-bg .item-info, .woocommerce .product.catalog-layout-transparent-bg .item-info {
    padding: 0;
    margin: 0;
}

    .woocommerce .product.catalog-layout-full-bg .item-info h3, .woocommerce .product.catalog-layout-transparent-bg .item-info h3 {
        margin: 0;
    }

        .woocommerce .product.catalog-layout-full-bg .item-info h3 a, .woocommerce .product.catalog-layout-transparent-bg .item-info h3 a {
            color: #fff;
        }

    .woocommerce .product.catalog-layout-full-bg .item-info .product-category, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-category {
        padding-top: 5px;
        color: #fff;
    }

        .woocommerce .product.catalog-layout-full-bg .item-info .product-category a, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-category a {
            color: #fff!important;
            display: inline-block;
        }

            .woocommerce .product.catalog-layout-full-bg .item-info .product-category a:after, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-category a:after {
                content: '';
                overflow: hidden;
                position: absolute;
                left: 0;
                bottom: -1px;
                display: block;
                width: 0;
                height: 1px;
                background-color: #fff;
                -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                -moz-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                -o-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
                transition: all .3s cubic-bezier(.175,.885,.32,1.075);
            }

            .woocommerce .product.catalog-layout-full-bg .item-info .product-category a:hover, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-category a:hover {
                text-decoration: none;
                color: #00b19e;
            }

                .woocommerce .product.catalog-layout-full-bg .item-info .product-category a:hover:after, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-category a:hover:after {
                    width: 100%;
                }

    .woocommerce .product.catalog-layout-full-bg .item-info .product-category, .woocommerce .product.catalog-layout-full-bg .item-info h3, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-category, .woocommerce .product.catalog-layout-transparent-bg .item-info h3 {
        position: relative;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: translate(0,8px);
        -moz-transform: translate(0,8px);
        -ms-transform: translate(0,8px);
        -o-transform: translate(0,8px);
        transform: translate(0,8px);
        -webkit-transition: all .15s 75ms cubic-bezier(.25,.46,.45,.94);
        -moz-transition: all .15s 75ms cubic-bezier(.25,.46,.45,.94);
        -o-transition: all .15s 75ms cubic-bezier(.25,.46,.45,.94);
        transition: all .15s 75ms cubic-bezier(.25,.46,.45,.94);
    }

    .woocommerce .product.catalog-layout-full-bg .item-info .product-category, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-category {
        -webkit-transform: translate(0,4px);
        -moz-transform: translate(0,4px);
        -ms-transform: translate(0,4px);
        -o-transform: translate(0,4px);
        transform: translate(0,4px);
    }

    .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details {
        position: absolute;
        display: table;
        width: 100%;
        left: 0;
        bottom: 30px;
        padding-left: 40px;
        padding-right: 40px;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: translate(translate(0,15px));
        -moz-transform: translate(translate(0,15px));
        -ms-transform: translate(translate(0,15px));
        -o-transform: translate(translate(0,15px));
        transform: translate(translate(0,15px));
        -webkit-transition: all .15s cubic-bezier(.25,.46,.45,.94);
        -moz-transition: all .15s cubic-bezier(.25,.46,.45,.94);
        -o-transition: all .15s cubic-bezier(.25,.46,.45,.94);
        transition: all .15s cubic-bezier(.25,.46,.45,.94);
    }

        .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price {
            display: table-cell;
            vertical-align: bottom;
            text-align: left;
            color: #fff;
        }

            .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price .amount, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price .amount {
                color: #fff;
            }

            .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price del, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price del {
                margin: 0;
                color: rgba(255,255,255,.8);
            }

                .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price del .amount, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price del .amount {
                    color: rgba(255,255,255,.8);
                }

            .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price ins, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price ins {
                display: block;
                border: 0;
            }

                .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .price ins .amount, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price ins .amount {
                    border-bottom: 1px solid #fff;
                }

        .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .product-loop-add-to-cart-container, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container {
            display: table-cell;
            vertical-align: bottom;
        }

            .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link {
                position: relative;
                float: right;
            }

                .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after, .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before {
                    content: " ";
                    display: table;
                }

                .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after {
                    clear: both;
                }

                .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after, .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before {
                    content: " ";
                    display: table;
                }

                .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after {
                    clear: both;
                }

                .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link > a, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link > a {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    text-indent: -99999px;
                    z-index: 10;
                    width: 50px;
                }

                .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after, .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before {
                    position: relative;
                    font-family: linea;
                    content: "\e04c";
                    color: #fff;
                    display: block;
                    font-size: 28px;
                    float: right;
                    z-index: 1;
                    zoom: 1;
                    filter: alpha(opacity=100);
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                    -webkit-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
                    -moz-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
                    -o-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
                    transition: all 350ms cubic-bezier(.445,.050,.55,.95);
                }

                .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after {
                    content: "\e048";
                    position: absolute;
                    top: 0;
                    left: 0;
                    zoom: 1;
                    filter: alpha(opacity=0);
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    opacity: 0;
                    z-index: 2;
                    -webkit-transform: scale(.9);
                    -moz-transform: scale(.9);
                    -ms-transform: scale(.9);
                    -o-transform: scale(.9);
                    transform: scale(.9);
                }

            .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .tooltip-inner, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .tooltip-inner {
                white-space: nowrap;
                background-color: #fff;
                color: #00b19e;
                margin-top: 3px;
                -webkit-border-radius: 1px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 1px;
                -moz-background-clip: padding;
                border-radius: 1px;
                background-clip: padding-box;
            }

            .woocommerce .product.catalog-layout-full-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .tooltip-arrow, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .tooltip-arrow {
                border-left-color: #fff;
                margin-top: -4px;
            }

.woocommerce .product.catalog-layout-transparent-bg .product-internal-info {
    background: 0 0;
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info h3 a {
    color: #333;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-category {
    color: #333;
}

    .woocommerce .product.catalog-layout-transparent-bg .item-info .product-category a {
        color: #333!important;
        display: inline-block;
    }

        .woocommerce .product.catalog-layout-transparent-bg .item-info .product-category a:after {
            content: '';
            overflow: hidden;
            position: absolute;
            left: 0;
            bottom: -1px;
            display: block;
            width: 0;
            height: 1px;
            background-color: #333;
            -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
            -moz-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
            -o-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
            transition: all .3s cubic-bezier(.175,.885,.32,1.075);
        }

        .woocommerce .product.catalog-layout-transparent-bg .item-info .product-category a:hover {
            text-decoration: none;
            color: #00b19e;
        }

            .woocommerce .product.catalog-layout-transparent-bg .item-info .product-category a:hover:after {
                width: 100%;
            }

.woocommerce .product.catalog-layout-transparent-bg .item-info h3 {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

    .woocommerce .product.catalog-layout-transparent-bg .item-info h3.no-category-present {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price {
    color: #333;
}

    .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price .amount {
        color: #333;
    }

    .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price del {
        color: rgba(51,51,51,.6);
    }

        .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price del .amount {
            color: rgba(51,51,51,.6);
        }

    .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .price ins .amount {
        border-bottom-color: #333;
    }

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:after, .woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .add-to-cart-link:before {
    color: #333;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .tooltip-inner {
    background-color: #333;
    color: #fff;
}

.woocommerce .product.catalog-layout-transparent-bg .item-info .product-bottom-details .product-loop-add-to-cart-container .tooltip-arrow {
    border-left-color: #333;
}

.woocommerce .product.catalog-layout-transparent-bg.hover .product-internal-info, .woocommerce .product.catalog-layout-transparent-bg:hover .product-internal-info {
    background-color: rgba(255,255,255,.3);
}

.woocommerce .product.catalog-layout-distanced-centered .product-internal-info {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    text-align: center;
    background-color: rgba(255,255,255,.9);
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
    -moz-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
    -o-transition: all 350ms cubic-bezier(.445,.050,.55,.95);
    transition: all 350ms cubic-bezier(.445,.050,.55,.95);
}

.woocommerce .product.catalog-layout-distanced-centered .item-info {
    margin: 0;
    padding: 20px;
}

    .woocommerce .product.catalog-layout-distanced-centered .item-info .title-and-price {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 20px;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: translate(0,-45%);
        -moz-transform: translate(0,-45%);
        -ms-transform: translate(0,-45%);
        -o-transform: translate(0,-45%);
        transform: translate(0,-45%);
        -webkit-transition: all .15s 75ms cubic-bezier(.25,.46,.45,.94);
        -moz-transition: all .15s 75ms cubic-bezier(.25,.46,.45,.94);
        -o-transition: all .15s 75ms cubic-bezier(.25,.46,.45,.94);
        transition: all .15s 75ms cubic-bezier(.25,.46,.45,.94);
    }

    .woocommerce .product.catalog-layout-distanced-centered .item-info h3 a {
        font-size: 20px;
    }

    .woocommerce .product.catalog-layout-distanced-centered .item-info .price {
        color: #898989;
    }

        .woocommerce .product.catalog-layout-distanced-centered .item-info .price .amount {
            color: #898989;
        }

        .woocommerce .product.catalog-layout-distanced-centered .item-info .price del {
            color: rgba(137,137,137,.65);
            display: block;
            margin: 0;
            margin-bottom: 5px;
        }

            .woocommerce .product.catalog-layout-distanced-centered .item-info .price del .amount {
                color: rgba(137,137,137,.65);
            }

        .woocommerce .product.catalog-layout-distanced-centered .item-info .price ins {
            border-bottom: 0;
        }

            .woocommerce .product.catalog-layout-distanced-centered .item-info .price ins .amount {
                border-bottom-color: #898989;
            }

    .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: translate(translate(0,15px));
        -moz-transform: translate(translate(0,15px));
        -ms-transform: translate(translate(0,15px));
        -o-transform: translate(translate(0,15px));
        transform: translate(translate(0,15px));
        -webkit-transition: all .15s cubic-bezier(.25,.46,.45,.94);
        -moz-transition: all .15s cubic-bezier(.25,.46,.45,.94);
        -o-transition: all .15s cubic-bezier(.25,.46,.45,.94);
        transition: all .15s cubic-bezier(.25,.46,.45,.94);
    }

        .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button {
            position: relative;
            text-align: center;
            color: #898989;
            -webkit-transition: color 220ms ease-in-out;
            -moz-transition: color 220ms ease-in-out;
            -o-transition: color 220ms ease-in-out;
            transition: color 220ms ease-in-out;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
        }

            .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button:hover {
                color: #333;
            }

            .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button:before {
                content: '+';
                display: inline-block;
                margin-right: 5px;
                position: relative;
                left: auto;
                font-size: 20px;
                top: 2px;
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

            .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.back-to-portfolio, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.btn, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.coming-soon-container .message-container .logo, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.header-logo, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.logos-holder, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.menu-bar, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.next, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.nh, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.post-password-form input[type=submit], .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.previous, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.single-blog-holder .tags-holder a, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_buttona.social-share-icon {
                color: #00b19e;
            }

                .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.back-to-portfolio:before, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.btn:before, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.coming-soon-container .message-container .logo:before, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.header-logo:before, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.logos-holder:before, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.menu-bar:before, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.next:before, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.nh:before, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.post-password-form input[type=submit]:before, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.previous:before, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close:before, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.single-blog-holder .tags-holder a:before, .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_buttona.social-share-icon:before {
                    zoom: 1;
                    filter: alpha(opacity=0);
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    opacity: 0;
                }

            .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.loading:before {
                -webkit-animation: rotatePlus 1s linear infinite;
                -moz-animation: rotatePlus 1s linear infinite;
                -o-animation: rotatePlus 1s linear infinite;
                animation: rotatePlus 1s linear infinite;
            }

                .woocommerce .product.catalog-layout-distanced-centered .item-info .product-loop-add-to-cart-container .add_to_cart_button.loading:before lesshat-selector {
                    -lh-property: 0;
                }

@-webkit-keyframes rotatePlus {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotatePlus {
    0% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotatePlus {
    0% {
        -o-transform: rotate(0);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotatePlus {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.woocommerce .product.catalog-layout-distanced-centered.hover .product-internal-info, .woocommerce .product.catalog-layout-distanced-centered:hover .product-internal-info {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.woocommerce .product.catalog-layout-distanced-centered.hover .item-info .title-and-price, .woocommerce .product.catalog-layout-distanced-centered:hover .item-info .title-and-price {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
    -moz-transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
    -o-transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
    transition: all .3s .1s cubic-bezier(.455,.03,.515,.955);
}

.woocommerce .product.catalog-layout-distanced-centered.hover .item-info .product-loop-add-to-cart-container, .woocommerce .product.catalog-layout-distanced-centered:hover .item-info .product-loop-add-to-cart-container {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
    -moz-transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
    -o-transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
    transition: all .4s .2s cubic-bezier(.455,.03,.515,.955);
}

@media screen and (max-width:480px) {
    .woocommerce .shop-categories .product-category-col {
        width: 100%;
    }
}

.woocommerce .shop-categories .product-category-col > .product-category {
    position: relative;
    margin-bottom: 30px;
}

    .woocommerce .shop-categories .product-category-col > .product-category a {
        display: block;
        white-space: nowrap;
    }

        .woocommerce .shop-categories .product-category-col > .product-category a:before {
            position: absolute;
            display: block;
            content: '';
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

        .woocommerce .shop-categories .product-category-col > .product-category a:hover h3 {
            color: #00b19e;
        }

        .woocommerce .shop-categories .product-category-col > .product-category a:hover:before {
            background-color: rgba(255,255,255,.3);
        }

    .woocommerce .shop-categories .product-category-col > .product-category img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .woocommerce .shop-categories .product-category-col > .product-category h3 {
        display: block;
        position: absolute;
        background: #fff;
        color: #333;
        line-height: 1;
        margin: 0;
        padding: 15px 20px;
        top: 50%;
        left: 50%;
        font-size: 18px;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

        .woocommerce .shop-categories .product-category-col > .product-category h3 .count {
            padding: 0;
            background-color: transparent;
            color: #898989;
            zoom: 1;
            filter: alpha(opacity=70);
            -webkit-opacity: .7;
            -moz-opacity: .7;
            opacity: .7;
        }

.woocommerce .item-info {
    margin-left: 25px;
}

@media screen and (max-width:768px) {
    .woocommerce .item-info {
        margin-left: 0;
    }
}

.woocommerce .item-info .woocommerce-product-rating {
    margin-bottom: 20px;
}

    .woocommerce .item-info .woocommerce-product-rating .star-rating .star-rating-icons {
        margin-bottom: 5px;
        margin-right: 10px;
    }

    .woocommerce .item-info .woocommerce-product-rating a {
        color: #898989;
        font-size: 14px;
    }

        .woocommerce .item-info .woocommerce-product-rating a:hover {
            color: #333;
        }

.woocommerce .item-info .product_meta {
    font-size: 16px;
    color: #898989;
    margin: 20px 0;
}

.woocommerce .item-info .variations .label {
    font-size: 16px;
    padding: 0 10px 0 0;
    color: #898989;
}

    .woocommerce .item-info .variations .label label {
        font-weight: 400;
        margin-top: 7px;
    }

.woocommerce .item-info .variations .value #pa_color, .woocommerce .item-info .variations .value #pa_size {
    background: 0 0;
    border: transparent;
    display: table-caption;
    font-size: 17px;
    color: #898989;
}

.woocommerce .item-info .variations .reset_variations {
    padding-left: 8px;
    display: block;
}

    .woocommerce .item-info .variations .reset_variations::after {
        background: 0 0;
    }

.woocommerce .item-info .price {
    padding: 10px 0;
    padding-bottom: 0;
    margin: 40px 0;
    font-size: 24px;
    color: #00b19e;
}

    .woocommerce .item-info .price del {
        font-size: 20px;
        color: #999;
        margin-left: 20px;
    }

    .woocommerce .item-info .price ins {
        text-decoration: none;
        border-bottom: 1px solid;
    }

.woocommerce .item-info form.cart:after, .woocommerce .item-info form.cart:before {
    content: " ";
    display: table;
}

.woocommerce .item-info form.cart:after {
    clear: both;
}

.woocommerce .item-info form.cart:after, .woocommerce .item-info form.cart:before {
    content: " ";
    display: table;
}

.woocommerce .item-info form.cart:after {
    clear: both;
}

.woocommerce .item-info .group_table .quantity, .woocommerce .item-info form.cart .quantity {
    float: left;
}

.woocommerce .item-info .group_table .button, .woocommerce .item-info form.cart .button {
    float: left;
    margin-left: 20px;
    height: 40px;
    background: #00b19e;
    color: #fff;
    border: 0;
    padding: 0 25px;
    font-size: 18px;
    outline: 0;
}

    .woocommerce .item-info .group_table .button:hover, .woocommerce .item-info form.cart .button:hover {
        background-color: #009887;
    }

@media screen and (max-width:480px) {
    .woocommerce .item-info .group_table .button, .woocommerce .item-info form.cart .button {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

.woocommerce .item-info h1 {
    font-size: 26px;
    margin-top: 0;
}

.woocommerce .item-info p {
    font-size: 16px;
}

.woocommerce .woocommerce-tabs {
    padding-top: 80px;
    margin: 0 15px;
    clear: both;
}

@media screen and (max-width:768px) {
    .woocommerce .woocommerce-tabs {
        padding-top: 60px;
    }
}

.woocommerce .woocommerce-tabs .tabs {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
}

    .woocommerce .woocommerce-tabs .tabs:after, .woocommerce .woocommerce-tabs .tabs:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-tabs .tabs:after {
        clear: both;
    }

    .woocommerce .woocommerce-tabs .tabs:after, .woocommerce .woocommerce-tabs .tabs:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-tabs .tabs:after {
        clear: both;
    }

@media screen and (max-width:768px) {
    .woocommerce .woocommerce-tabs .tabs {
        margin-bottom: 5px;
    }
}

.woocommerce .woocommerce-tabs .tabs li {
    position: relative;
    display: block;
    line-height: 1;
    float: left;
    background-color: #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #fff;
    top: 1px;
}

@media screen and (max-width:768px) {
    .woocommerce .woocommerce-tabs .tabs li {
        width: 100%;
        border-left: 0;
        border-right: 0;
        top: 0;
    }
}

.woocommerce .woocommerce-tabs .tabs li:first-child {
    border-left: 0!important;
}

.woocommerce .woocommerce-tabs .tabs li a {
    display: block;
    font-size: 15px;
    color: #898989;
    padding: 15px 20px;
}

    .woocommerce .woocommerce-tabs .tabs li a:hover {
        color: #333;
    }

.woocommerce .woocommerce-tabs .tabs li.active {
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #eee;
}

    .woocommerce .woocommerce-tabs .tabs li.active a {
        color: #333;
    }

@media screen and (max-width:768px) {
    .woocommerce .woocommerce-tabs .tabs li.active {
        background-color: #e9e9e9;
        border-bottom-color: #fff;
    }
}

.woocommerce .woocommerce-tabs .entry-content {
    background: #eee;
    padding: 25px;
    display: none;
    border: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .woocommerce .woocommerce-tabs .entry-content:after, .woocommerce .woocommerce-tabs .entry-content:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-tabs .entry-content:after {
        clear: both;
    }

    .woocommerce .woocommerce-tabs .entry-content:after, .woocommerce .woocommerce-tabs .entry-content:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-tabs .entry-content:after {
        clear: both;
    }

    .woocommerce .woocommerce-tabs .entry-content h1 {
        font-size: 30px;
    }

    .woocommerce .woocommerce-tabs .entry-content h2 {
        font-size: 25px;
    }

    .woocommerce .woocommerce-tabs .entry-content h3 {
        font-size: 20px;
    }

    .woocommerce .woocommerce-tabs .entry-content img {
        max-width: 100%;
        height: auto;
        margin-top: 10px;
    }

        .woocommerce .woocommerce-tabs .entry-content img:first-child {
            margin-top: 0;
        }

    .woocommerce .woocommerce-tabs .entry-content a.fluidbox {
        display: inline;
    }

        .woocommerce .woocommerce-tabs .entry-content a.fluidbox:after {
            display: none;
        }

    .woocommerce .woocommerce-tabs .entry-content code {
        background-color: #eee;
        color: #333;
        font-size: 12px;
        -webkit-border-radius: 1px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 1px;
        -moz-background-clip: padding;
        border-radius: 1px;
        background-clip: padding-box;
    }

    .woocommerce .woocommerce-tabs .entry-content kbd {
        -webkit-border-radius: 1px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 1px;
        -moz-background-clip: padding;
        border-radius: 1px;
        background-clip: padding-box;
    }

    .woocommerce .woocommerce-tabs .entry-content img {
        max-width: 100%;
        height: auto!important;
    }

        .woocommerce .woocommerce-tabs .entry-content img.alignleft, .woocommerce .woocommerce-tabs .entry-content img.alignright {
            position: relative;
            vertical-align: text-top;
            margin-right: 15px;
            margin-bottom: 15px;
            line-height: 1;
            top: 5px;
            float: left;
        }

        .woocommerce .woocommerce-tabs .entry-content img.alignright {
            float: right;
            margin-right: 0;
            margin-left: 15px;
        }

    .woocommerce .woocommerce-tabs .entry-content .wp-caption {
        max-width: 100%;
        margin-bottom: 15px;
    }

        .woocommerce .woocommerce-tabs .entry-content .wp-caption.aligncenter {
            text-align: center;
            margin: 0 auto;
            margin-bottom: 15px;
        }

            .woocommerce .woocommerce-tabs .entry-content .wp-caption.aligncenter .wp-caption-text {
                margin: 0 5px;
            }

        .woocommerce .woocommerce-tabs .entry-content .wp-caption.alignleft {
            float: left;
            margin-right: 15px;
        }

            .woocommerce .woocommerce-tabs .entry-content .wp-caption.alignleft .wp-caption-text {
                margin-right: 10px;
            }

        .woocommerce .woocommerce-tabs .entry-content .wp-caption.alignright {
            float: right;
            margin-left: 15px;
        }

            .woocommerce .woocommerce-tabs .entry-content .wp-caption.alignright .wp-caption-text {
                margin-right: 10px;
            }

        .woocommerce .woocommerce-tabs .entry-content .wp-caption.alignleft, .woocommerce .woocommerce-tabs .entry-content .wp-caption.alignright {
            position: relative;
            top: 5px;
        }

        .woocommerce .woocommerce-tabs .entry-content .wp-caption .wp-caption-text {
            background: #eee;
            padding: 5px 10px;
            font-size: 12px!important;
        }

    .woocommerce .woocommerce-tabs .entry-content blockquote {
        display: table;
        border-left-color: #00b19e;
        font-family: Georgia,"Times New Roman",Times,serif;
        padding: 0 21px;
    }

        .woocommerce .woocommerce-tabs .entry-content blockquote p {
            color: #888;
        }

            .woocommerce .woocommerce-tabs .entry-content blockquote p:last-child {
                margin-bottom: 0!important;
            }

    .woocommerce .woocommerce-tabs .entry-content cite {
        font-weight: 500;
    }

    .woocommerce .woocommerce-tabs .entry-content dl dd {
        margin-bottom: 15px;
    }

    .woocommerce .woocommerce-tabs .entry-content ol, .woocommerce .woocommerce-tabs .entry-content ul {
        padding-left: 20px;
    }

        .woocommerce .woocommerce-tabs .entry-content ol li, .woocommerce .woocommerce-tabs .entry-content ul li {
            padding: 2px 0;
            color: #898989;
        }

    .woocommerce .woocommerce-tabs .entry-content address {
        border-left: 3px solid #eee;
        padding-left: 20px;
    }

    .woocommerce .woocommerce-tabs .entry-content iframe {
        max-width: 100%;
    }

    .woocommerce .woocommerce-tabs .entry-content .gallery .gallery-item a img {
        border: 0!important;
    }

    .woocommerce .woocommerce-tabs .entry-content .lab-vc-container {
        width: 100%;
    }

    .woocommerce .woocommerce-tabs .entry-content:after, .woocommerce .woocommerce-tabs .entry-content:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-tabs .entry-content:after {
        clear: both;
    }

    .woocommerce .woocommerce-tabs .entry-content:after, .woocommerce .woocommerce-tabs .entry-content:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-tabs .entry-content:after {
        clear: both;
    }

    .woocommerce .woocommerce-tabs .entry-content #reviews #comments > h2 {
        font-size: 18px;
        color: #898989;
    }

    .woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist .comment {
            position: relative;
            border-bottom: 1px solid #fff;
            padding: 30px 0;
            clear: both;
        }

            .woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist .comment:first-child {
                padding-top: 10px;
            }

            .woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist .comment:last-child {
                border-bottom: none;
                padding-bottom: 10px;
            }

            .woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist .comment .avatar {
                float: left;
                position: absolute;
                left: 0;
                width: 60px;
                height: auto;
                background: 0 0;
                margin: 0;
                line-height: 1;
            }

                .woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist .comment .avatar img {
                    -webkit-border-radius: 50%;
                    -webkit-background-clip: padding-box;
                    -moz-border-radius: 50%;
                    -moz-background-clip: padding;
                    border-radius: 50%;
                    background-clip: padding-box;
                }

@media screen and (max-width:480px) {
    .woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist .comment .avatar {
        width: 50px;
        height: 50px;
    }
}

.woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist .comment-text {
    margin-left: 82px;
}

@media screen and (max-width:480px) {
    .woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist .comment-text {
        margin-left: 70px;
    }
}

.woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist .comment-text .star-rating {
    float: right;
}

    .woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist .comment-text .star-rating > i {
        font-size: 15px;
        color: #c8c8c8;
    }

        .woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist .comment-text .star-rating > i.filled {
            color: #f1c40f;
        }

    .woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist .comment-text .star-rating .circle {
        background-color: #c8c8c8;
    }

.woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist .comment-text .meta strong[itemprop=author] {
    font-size: 20px;
    color: #333;
    font-weight: 400;
}

.woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist .comment-text .meta time {
    font-size: 14px;
    display: block;
}

.woocommerce .woocommerce-tabs .entry-content #reviews #comments .commentlist .comment-text .description p {
    margin-bottom: 0;
}

.woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 20px;
    margin-bottom: -30px;
    padding: 0 5px;
    padding-top: 80px;
    background-color: #fff;
}

@media screen and (max-width:768px) {
    .woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper {
        padding-top: 40px;
    }
}

.woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper .message-form .form-group .placeholder {
    padding-bottom: 0;
}

.woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-rating .stars {
    margin: 0;
    line-height: 1;
}

    .woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-rating .stars span a {
        display: inline-block;
        color: transparent;
        line-height: 0;
        padding: 5px 0;
        white-space: nowrap;
        background: 0 0;
    }

        .woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-rating .stars span a + a {
            padding-left: 4px;
        }

        .woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-rating .stars span a.active ~ a:before {
            content: '\f006';
        }

        .woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-rating .stars span a:before {
            display: block;
            font-family: FontAwesome;
            content: '\f005';
            color: #00b19e;
            font-size: 22px;
            line-height: 1;
        }

    .woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-rating .stars span:hover a {
        zoom: 1;
        filter: alpha(opacity=85);
        -webkit-opacity: .85;
        -moz-opacity: .85;
        opacity: .85;
    }

        .woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-rating .stars span:hover a:before {
            content: '\f005'!important;
        }

        .woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-rating .stars span:hover a:hover ~ a:before {
            content: '\f006'!important;
        }

.woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper .comment-form-comment {
    margin-top: 15px;
}

.woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper .form-submit {
    margin-left: 15px;
}

.woocommerce .woocommerce-tabs .entry-content #reviews #review_form_wrapper #reply-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.woocommerce .woocommerce-tabs .entry-content .shop_attributes {
    margin-top: 20px;
}

    .woocommerce .woocommerce-tabs .entry-content .shop_attributes tbody {
        vertical-align: baseline;
    }

        .woocommerce .woocommerce-tabs .entry-content .shop_attributes tbody th {
            font-weight: 400;
            padding-right: 20px;
            min-width: 160px;
        }

.woocommerce .woocommerce-tabs .entry-content h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    color: #898989;
}

.woocommerce .woocommerce-tabs > .entry-content:first-of-type {
    display: block;
}

.woocommerce #review_form_wrapper h3 {
    margin-top: 0;
}

.woocommerce #review_form_wrapper .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0;
}

.woocommerce #review_form_wrapper .form-group {
    margin-bottom: 20px;
}

.woocommerce #review_form_wrapper #comment {
    margin-top: 28px;
    line-height: 41px;
}

.woocommerce #review_form_wrapper .comment-form-rating {
    margin: 15px 0;
}

    .woocommerce #review_form_wrapper .comment-form-rating label {
        font-weight: 400;
    }

.woocommerce #review_form_wrapper .form-submit {
    width: auto;
    color: #fff;
    padding: 10px 30px;
    background-color: #00b19e;
    margin-top: 25px;
    margin-bottom: 25px;
    border: none;
    float: left;
}

    .woocommerce #review_form_wrapper .form-submit input#submit {
        background: 0 0;
        border: none;
        color: #fff;
        padding: 0;
    }

.woocommerce .related-products > h3:first-child {
    padding-bottom: 20px;
}

.woocommerce .my-account .entry-title {
    font-size: 26px;
}

.woocommerce .my-account .myaccount_user strong {
    color: #333;
    font-weight: 400;
}

.woocommerce .my-account h2 {
    margin-top: 65px;
    font-size: 26px;
}

.woocommerce .my-account-sub-title {
    margin-top: 60px;
}

    .woocommerce .my-account-sub-title.customer-details {
        margin-top: 5px;
    }

.woocommerce h3.my-account-sub-title {
    font-size: 22px;
}

.woocommerce .shop-btn {
    margin-top: 20px;
    padding: 8px 20px!important;
}

.woocommerce .my-account-go-back {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 40px;
}

.woocommerce .shop_table {
    width: 100%;
}

    .woocommerce .shop_table th {
        font-weight: 400;
        font-size: 16px;
    }

    .woocommerce .shop_table thead th {
        padding-bottom: 12px;
    }

    .woocommerce .shop_table > * > tr > td, .woocommerce .shop_table > * > tr > th {
        padding: 10px 0;
        font-size: 16px;
    }

        .woocommerce .shop_table > * > tr > td .product-quantity, .woocommerce .shop_table > * > tr > th .product-quantity {
            font-weight: 400;
        }

    .woocommerce .shop_table > tbody > tr, .woocommerce .shop_table > tfoot > tr {
        border-top: 1px solid #eee;
    }

        .woocommerce .shop_table > tbody > tr.product-purchase-note, .woocommerce .shop_table > tfoot > tr.product-purchase-note {
            border-top: 0;
        }

    .woocommerce .shop_table .shipping {
        border-bottom: 1px solid #eee;
    }

        .woocommerce .shop_table .shipping th {
            font-weight: 400;
            padding: 7px 0;
            color: #333;
            font-weight: 300;
            vertical-align: top;
        }

    .woocommerce .shop_table .cart-subtotal {
        border-bottom: 1px solid #eee;
    }

    .woocommerce .shop_table #shipping_method {
        display: inline-block;
    }

        .woocommerce .shop_table #shipping_method li {
            font-size: 15px;
        }

            .woocommerce .shop_table #shipping_method li label:before {
                float: right;
                margin-right: 0;
                margin-left: 8px;
            }

    .woocommerce .shop_table .order-total strong {
        font-weight: 400;
    }

    .woocommerce .shop_table .cart_item .product-remove {
        width: 2.5%;
    }

@media screen and (max-width:768px) {
    .woocommerce .shop_table .cart_item .product-remove {
        padding-right: 15px;
    }
}

.woocommerce .shop_table .cart_item .product-remove a {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
    -moz-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
    -o-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
    transition: all .3s cubic-bezier(.175,.885,.32,1.075);
}

@media screen and (max-width:768px) {
    .woocommerce .shop_table .cart_item .product-remove a {
        visibility: visible;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

.woocommerce .shop_table .cart_item .product-remove a i {
    font-size: 11px;
    font-weight: 700;
    color: #333;
}

@media screen and (max-width:768px) {
    .woocommerce .shop_table .cart_item .product-remove a i {
        font-size: 9px;
    }
}

.woocommerce .shop_table .cart_item .product-remove a::after {
    background: 0 0;
}

.woocommerce .shop_table .cart_item .product-remove a:hover i {
    color: #00b19e;
}

.woocommerce .shop_table .cart_item .product-thumbnail {
    width: 10%;
}

    .woocommerce .shop_table .cart_item .product-thumbnail img {
        width: 50px;
        height: auto;
        margin-left: 5px;
    }

@media screen and (max-width:768px) {
    .woocommerce .shop_table .cart_item .product-thumbnail img {
        width: 40px;
        margin: 10px 10px 10px 0;
    }
}

.woocommerce .shop_table .cart_item .product-thumbnail a::after {
    background: 0 0;
}

.woocommerce .shop_table .cart_item .product-name {
    width: 45%;
}

    .woocommerce .shop_table .cart_item .product-name a {
        color: #333;
    }

@media screen and (max-width:768px) {
    .woocommerce .shop_table .cart_item .product-name {
        width: 40%;
        padding-right: 10px;
    }
}

@media screen and (max-width:480px) {
    .woocommerce .shop_table .cart_item .product-name {
        width: 30%;
    }
}

.woocommerce .shop_table .cart_item .product-subtotal span {
    color: #00b19e;
}

.woocommerce .shop_table .cart_item:hover .product-remove a {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.woocommerce .shop_table .cart_item:first-child {
    border-top: 1px solid #eee;
}

.woocommerce .shop_table .actions {
    text-align: right;
    padding: 25px 0;
}

    .woocommerce .shop_table .actions .coupon {
        float: left;
        width: 400px;
    }

        .woocommerce .shop_table .actions .coupon:after, .woocommerce .shop_table .actions .coupon:before {
            content: " ";
            display: table;
        }

        .woocommerce .shop_table .actions .coupon:after {
            clear: both;
        }

        .woocommerce .shop_table .actions .coupon:after, .woocommerce .shop_table .actions .coupon:before {
            content: " ";
            display: table;
        }

        .woocommerce .shop_table .actions .coupon:after {
            clear: both;
        }

@media screen and (max-width:992px) {
    .woocommerce .shop_table .actions .coupon {
        width: 100%;
    }
}

.woocommerce .shop_table .actions .coupon label {
    display: none;
}

.woocommerce .shop_table .actions .coupon .input-text {
    border: 1px solid #ededed;
    background: #fff;
    padding: 8.5px 15px;
    width: 60%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:768px) {
    .woocommerce .shop_table .actions .coupon .input-text {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

.woocommerce .shop_table .actions .coupon .button {
    margin-left: 15px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 35%;
}

@media screen and (max-width:992px) {
    .woocommerce .shop_table .actions .coupon {
        float: none;
    }

        .woocommerce .shop_table .actions .coupon .input-text {
            width: 70%;
        }

        .woocommerce .shop_table .actions .coupon .button {
            width: 27%;
            margin-left: 0;
            float: right;
        }

        .woocommerce .shop_table .actions .coupon .button, .woocommerce .shop_table .actions .coupon .input-text {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
}

@media screen and (max-width:768px) {
    .woocommerce .shop_table .actions .coupon .input-text {
        width: 50%;
    }

    .woocommerce .shop_table .actions .coupon .button {
        width: 45%;
    }
}

.woocommerce .shop_table .actions .button {
    padding: 8px 20px;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    .woocommerce .shop_table .actions .button {
        width: 50%;
        margin: 0;
        font-size: 15px;
        float: left;
    }
}

@media screen and (max-width:480px) {
    .woocommerce .shop_table .actions .button {
        width: 100%;
        margin-bottom: 10px;
    }
}

.woocommerce .shop_table .actions > .cart-collaterals {
    margin-top: 10px;
}

@media screen and (max-width:768px) {
    .woocommerce .shop_table .actions {
        text-align: left;
    }
}

.woocommerce .shop_table .variation {
    width: auto;
    margin-top: 5px;
}

    .woocommerce .shop_table .variation td, .woocommerce .shop_table .variation th {
        font-size: 13px;
    }

.woocommerce .shop_table .cart-collaterals {
    float: right;
    width: 400px;
}

@media screen and (max-width:992px) {
    .woocommerce .shop_table .cart-collaterals {
        width: 100%;
        float: none;
        clear: both;
        margin-top: 30px!important;
    }
}

.woocommerce .shop_table .cart-collaterals .cart_totals > table > tbody > tr:first-child td, .woocommerce .shop_table .cart-collaterals .cart_totals > table > tbody > tr:first-child th {
    padding-top: 0;
    padding-bottom: 20px;
}

.woocommerce .shop_table .cart-collaterals .cart_totals #shipping_method {
    margin: 20px 0;
}

    .woocommerce .shop_table .cart-collaterals .cart_totals #shipping_method .replaced-radio-buttons + label:before {
        float: right;
        margin-right: 0;
        margin-left: 10px;
    }

.woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout:after, .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout:before {
        content: " ";
        display: table;
    }

    .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout:after {
        clear: both;
    }

    .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout:after, .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout:before {
        content: " ";
        display: table;
    }

    .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout:after {
        clear: both;
    }

    .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout .checkout-button {
        display: block;
        background-color: #00b19e;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout .wc-proceed-to-checkout, .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout .wc-update-cart {
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

@media screen and (max-width:480px) {
    .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout .wc-proceed-to-checkout, .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout .wc-update-cart {
        width: 100%;
        float: none;
    }
}

.woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout .wc-proceed-to-checkout input, .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout .wc-update-cart input {
    width: 100%;
    text-align: center;
}

.woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout .wc-update-cart {
    padding-right: 10px;
}

.woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout .wc-proceed-to-checkout {
    padding-left: 10px;
}

@media screen and (max-width:480px) {
    .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout .wc-proceed-to-checkout, .woocommerce .shop_table .cart-collaterals .cart-buttons-update-checkout .wc-update-cart {
        padding-right: 0;
        padding-left: 0;
    }
}

.woocommerce .shop_table .cart-collaterals .shipping-calculator-button {
    text-align: left;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 17px;
}

    .woocommerce .shop_table .cart-collaterals .shipping-calculator-button i {
        margin-left: 10px;
        display: inline-block;
        font-size: 15px;
    }

.woocommerce .shop_table.cart .cart_item > td {
    padding-top: 25px;
    padding-bottom: 20px;
}

@media screen and (max-width:992px) {
    .woocommerce .shop_table.cart td.product-price, .woocommerce .shop_table.cart th.product-price {
        display: none;
    }
}

.woocommerce .shop_table.order_details tbody dl.variation {
    margin-top: 10px;
    font-size: 13px;
}

    .woocommerce .shop_table.order_details tbody dl.variation dd, .woocommerce .shop_table.order_details tbody dl.variation dt {
        float: left;
        padding: 2px 0;
    }

        .woocommerce .shop_table.order_details tbody dl.variation dd p, .woocommerce .shop_table.order_details tbody dl.variation dt p {
            margin-bottom: 0;
        }

    .woocommerce .shop_table.order_details tbody dl.variation dt {
        font-weight: 400;
        padding-right: 5px;
        clear: left;
    }

.woocommerce .cart-collaterals .cart_totals table {
    width: 100%;
    color: #898989;
    font-size: 16px;
}

    .woocommerce .cart-collaterals .cart_totals table th, .woocommerce .cart-collaterals .cart_totals table tr {
        border-bottom: 1px solid #eee;
        padding: 20px 0;
        font-weight: 400;
    }

    .woocommerce .cart-collaterals .cart_totals table th {
        min-width: 100px;
    }

    .woocommerce .cart-collaterals .cart_totals table td {
        text-align: right;
    }

.woocommerce .cart-collaterals .cart_totals h2 {
    display: none;
}

.woocommerce .cart-collaterals .shipping-calculator-form select {
    background: #fff;
    height: 40px;
}

.woocommerce .cart-collaterals .shipping-calculator-form button, .woocommerce .cart-collaterals .shipping-calculator-form input, .woocommerce .cart-collaterals .shipping-calculator-form select, .woocommerce .cart-collaterals .shipping-calculator-form textarea {
    width: 100%;
    padding: 6.5px 10px;
    border: 1px solid #eee;
    font-size: 18px;
}

    .woocommerce .cart-collaterals .shipping-calculator-form button::-moz-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form input::-moz-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form select::-moz-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form textarea::-moz-placeholder {
        color: #898989;
        opacity: 1;
    }

    .woocommerce .cart-collaterals .shipping-calculator-form button:-ms-input-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form input:-ms-input-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form select:-ms-input-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form textarea:-ms-input-placeholder {
        color: #898989;
    }

    .woocommerce .cart-collaterals .shipping-calculator-form button::-webkit-input-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form input::-webkit-input-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form select::-webkit-input-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form textarea::-webkit-input-placeholder {
        color: #898989;
    }

    .woocommerce .cart-collaterals .shipping-calculator-form button::-webkit-input-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form input::-webkit-input-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form select::-webkit-input-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form textarea::-webkit-input-placeholder {
        color: #898989;
    }

    .woocommerce .cart-collaterals .shipping-calculator-form button:-moz-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form input:-moz-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form select:-moz-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form textarea:-moz-placeholder {
        color: #898989;
    }

    .woocommerce .cart-collaterals .shipping-calculator-form button::-moz-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form input::-moz-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form select::-moz-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form textarea::-moz-placeholder {
        color: #898989;
    }

    .woocommerce .cart-collaterals .shipping-calculator-form button:-ms-input-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form input:-ms-input-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form select:-ms-input-placeholder, .woocommerce .cart-collaterals .shipping-calculator-form textarea:-ms-input-placeholder {
        color: #898989;
    }

.woocommerce .cart-collaterals .shipping-calculator-form .button {
    width: 100%;
}

.woocommerce .cart-collaterals .shipping_calculator h2 {
    font-size: 16px;
    margin-top: 30px;
}

.woocommerce .cart-collaterals .shipping_calculator i {
    font-weight: 700;
    margin-left: 5px;
    vertical-align: middle;
}

.woocommerce .bordered-block {
    border: 1px solid #eee;
    padding: 25px 30px;
    margin-bottom: 20px;
}

    .woocommerce .bordered-block:after, .woocommerce .bordered-block:before {
        content: " ";
        display: table;
    }

    .woocommerce .bordered-block:after {
        clear: both;
    }

    .woocommerce .bordered-block:after, .woocommerce .bordered-block:before {
        content: " ";
        display: table;
    }

    .woocommerce .bordered-block:after {
        clear: both;
    }

@media screen and (max-width:768px) {
    .woocommerce .bordered-block {
        margin-bottom: 25px;
    }
}

.woocommerce .bordered-block .no-margin {
    margin-bottom: 4.2px;
}

.woocommerce .bordered-block .login .form-control, .woocommerce .bordered-block .register .form-control, .woocommerce .bordered-block.with-form-labels .form-control {
    padding: 0;
    border: none;
}

.woocommerce .bordered-block .login .margin-bottom, .woocommerce .bordered-block .register .margin-bottom, .woocommerce .bordered-block.with-form-labels .margin-bottom {
    margin-bottom: 20px;
}

.woocommerce .bordered-block .login .absolute, .woocommerce .bordered-block .register .absolute, .woocommerce .bordered-block.with-form-labels .absolute {
    margin-bottom: 20px;
}

    .woocommerce .bordered-block .login .absolute label:before, .woocommerce .bordered-block .register .absolute label:before, .woocommerce .bordered-block.with-form-labels .absolute label:before {
        display: none;
    }

    .woocommerce .bordered-block .login .absolute input, .woocommerce .bordered-block .register .absolute input, .woocommerce .bordered-block.with-form-labels .absolute input {
        width: 100%;
        padding-left: 95px;
        border: 0 solid #fff;
        border-bottom: 1px solid #e5e5e5;
        background: 0 0;
        outline: 0;
        margin-top: 1px;
        padding-bottom: 7px;
    }

        .woocommerce .bordered-block .login .absolute input::-moz-placeholder, .woocommerce .bordered-block .register .absolute input::-moz-placeholder, .woocommerce .bordered-block.with-form-labels .absolute input::-moz-placeholder {
            color: #b3b3b3;
            opacity: 1;
        }

        .woocommerce .bordered-block .login .absolute input:-ms-input-placeholder, .woocommerce .bordered-block .register .absolute input:-ms-input-placeholder, .woocommerce .bordered-block.with-form-labels .absolute input:-ms-input-placeholder {
            color: #b3b3b3;
        }

        .woocommerce .bordered-block .login .absolute input::-webkit-input-placeholder, .woocommerce .bordered-block .register .absolute input::-webkit-input-placeholder, .woocommerce .bordered-block.with-form-labels .absolute input::-webkit-input-placeholder {
            color: #b3b3b3;
        }

        .woocommerce .bordered-block .login .absolute input::-webkit-input-placeholder, .woocommerce .bordered-block .register .absolute input::-webkit-input-placeholder, .woocommerce .bordered-block.with-form-labels .absolute input::-webkit-input-placeholder {
            color: #b3b3b3;
        }

        .woocommerce .bordered-block .login .absolute input:-moz-placeholder, .woocommerce .bordered-block .register .absolute input:-moz-placeholder, .woocommerce .bordered-block.with-form-labels .absolute input:-moz-placeholder {
            color: #b3b3b3;
        }

        .woocommerce .bordered-block .login .absolute input::-moz-placeholder, .woocommerce .bordered-block .register .absolute input::-moz-placeholder, .woocommerce .bordered-block.with-form-labels .absolute input::-moz-placeholder {
            color: #b3b3b3;
        }

        .woocommerce .bordered-block .login .absolute input:-ms-input-placeholder, .woocommerce .bordered-block .register .absolute input:-ms-input-placeholder, .woocommerce .bordered-block.with-form-labels .absolute input:-ms-input-placeholder {
            color: #b3b3b3;
        }

.woocommerce .bordered-block .login .margin-bottom, .woocommerce .bordered-block .register .margin-bottom, .woocommerce .bordered-block.with-form-labels .margin-bottom {
    margin-bottom: 26px;
}

.woocommerce .bordered-block.with-form-labels .form-group.absolute input {
    padding-left: 100px!important;
}

.woocommerce .bordered-block.with-form-labels .remember-me-row {
    margin-top: 0;
    margin-bottom: 20px;
}

.woocommerce .bordered-block.edit-account-block .form-group.absolute input {
    padding-left: 180px!important;
}

.woocommerce .bordered-block.edit-account-block .change-account-password-head {
    margin-top: 50px;
}

.woocommerce .bordered-block h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 40px;
    color: #222;
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-top: 0;
}

.woocommerce .bordered-block .payment_methods .payment_box {
    margin-top: 10px;
    background: #eee;
    border: 1px solid #e1e1e1;
    padding: 15px 20px;
}

    .woocommerce .bordered-block .payment_methods .payment_box p {
        margin-bottom: 0;
    }

.woocommerce .bordered-block .payment_methods li {
    margin-bottom: 20px;
}

    .woocommerce .bordered-block .payment_methods li .payment_method_paypal img {
        width: 50%;
        max-width: 200px;
    }

    .woocommerce .bordered-block .payment_methods li .payment_method_paypal a {
        display: block;
    }

        .woocommerce .bordered-block .payment_methods li .payment_method_paypal a::after {
            background: 0 0;
        }

.woocommerce .bordered-block .track_order {
    margin-top: 30px;
}

    .woocommerce .bordered-block .track_order > p:first-of-type {
        margin-bottom: 30px;
    }

.woocommerce .my_account_orders {
    margin-top: 20px;
}

    .woocommerce .my_account_orders tr td, .woocommerce .my_account_orders tr th {
        border-bottom: 1px solid #eee;
    }

    .woocommerce .my_account_orders tbody tr td, .woocommerce .my_account_orders tbody tr th {
        padding: 20px 0;
    }

        .woocommerce .my_account_orders tbody tr td.order-actions, .woocommerce .my_account_orders tbody tr th.order-actions {
            text-align: right;
        }

            .woocommerce .my_account_orders tbody tr td.order-actions .button, .woocommerce .my_account_orders tbody tr th.order-actions .button {
                font-size: 15px;
            }

                .woocommerce .my_account_orders tbody tr td.order-actions .button:hover, .woocommerce .my_account_orders tbody tr th.order-actions .button:hover {
                    color: #333;
                }

                .woocommerce .my_account_orders tbody tr td.order-actions .button + .button, .woocommerce .my_account_orders tbody tr th.order-actions .button + .button {
                    margin-left: 10px;
                }

.woocommerce .bordered-block, .woocommerce .login-form-env {
    margin-bottom: 40px;
}

    .woocommerce .bordered-block .cart_totals, .woocommerce .login-form-env .cart_totals {
        margin-bottom: 20px;
    }

    .woocommerce .bordered-block .form-group.absolute .placeholder label {
        margin-bottom: 4px;
    }

    .woocommerce .bordered-block .form-group.absolute input[type=password], .woocommerce .bordered-block .form-group.absolute input[type=text] {
        padding-left: 170px;
    }

    .woocommerce .bordered-block .button {
        padding: 10px 25px;
    }

    .woocommerce .bordered-block .remember-me-row {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .woocommerce .bordered-block > .form-row:last-of-type {
        margin-bottom: 0;
    }

        .woocommerce .bordered-block > .form-row:last-of-type .button {
            margin-bottom: 0;
        }

.woocommerce .register .bordered-block.with-form-labels .form-group.absolute input {
    padding-left: 130px!important;
}

.woocommerce .lost_reset_password .form-group.absolute input {
    padding-left: 200px!important;
}

.woocommerce .lost_reset_password > .form-row:last-of-type {
    margin-bottom: 0;
}

    .woocommerce .lost_reset_password > .form-row:last-of-type .btn {
        margin-bottom: 0;
        margin-top: 10px;
    }

.woocommerce .create-account-block {
    background: #eee;
    border: 1px solid #e1e1e1;
    padding: 25px 30px;
}

    .woocommerce .create-account-block .form-control {
        border: 1px solid #e1e1e1;
    }

        .woocommerce .create-account-block .form-control:focus {
            border-color: #d5d5d5!important;
        }

.woocommerce .woocommerce-billing-fields h3, .woocommerce .woocommerce-shipping-fields h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}

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

.woocommerce .col2-set .woocommerce-shipping-fields h3 {
    margin-top: 0;
}

.woocommerce #customer_details, .woocommerce #ship-to-different-address {
    margin-bottom: 20px;
}

    .woocommerce #customer_details label, .woocommerce #ship-to-different-address label {
        font-size: 15px;
    }

        .woocommerce #ship-to-different-address label:before {
            top: 1px;
        }

.woocommerce .form-row:after, .woocommerce .form-row:before {
    content: " ";
    display: table;
}

.woocommerce .form-row:after {
    clear: both;
}

.woocommerce .form-row:after, .woocommerce .form-row:before {
    content: " ";
    display: table;
}

.woocommerce .form-row:after {
    clear: both;
}

.woocommerce .form-row.notes {
    margin-top: 30px;
}

    .woocommerce .form-row.notes textarea {
        min-height: 130px;
    }

.woocommerce .form-row-wide.create-account {
    margin-top: 15px;
}

    .woocommerce .form-row-wide.create-account label:before {
        top: 2px;
    }

.woocommerce .order-notes {
    margin-bottom: 10px;
}

    .woocommerce .order-notes:before {
        display: none;
    }

.woocommerce #order_review #payment_method_heading {
    margin-top: 30px;
}

.woocommerce #order_review #payment .payment_methods {
    padding: 0;
    margin: 0;
}

    .woocommerce #order_review #payment .payment_methods .payment_method_paypal img {
        width: 50%;
        height: auto;
    }

.woocommerce #order_review #payment .form-row.terms {
    margin-bottom: 20px;
}

.woocommerce #order_review .shop_table > * > tr > td + td, .woocommerce #order_review .shop_table > * > tr > td + th, .woocommerce #order_review .shop_table > * > tr > th + td, .woocommerce #order_review .shop_table > * > tr > th + th {
    text-align: right;
}

.woocommerce .woocommerce-ordering-container {
    float: right;
    margin-top: 7px;
    margin-bottom: 0;
}

    .woocommerce .woocommerce-ordering-container > form {
        display: inline-block;
    }

    .woocommerce .woocommerce-ordering-container.wco-left-align {
        float: none;
    }

    .woocommerce .woocommerce-ordering-container .dropdown .dropdown-toggle {
        padding-right: 80px;
    }

@media screen and (max-width:768px) {
    .woocommerce .woocommerce-ordering-container {
        float: none;
        margin-top: 0;
        background: #eee;
    }
}

@media screen and (max-width:480px) {
    .woocommerce .woocommerce-ordering-container {
        width: 100%;
        margin-bottom: 40px;
    }
}

.woocommerce .woocommerce-info {
    background: #eee;
    border-top: 3px solid #00b19e;
    border-bottom: 1px solid #e1e1e1;
    padding: 25px 30px;
    margin-bottom: 25px;
}

.woocommerce .checkout_coupon .coupon-holder {
    border: 1px solid #eee;
    padding: 25px;
    text-align: left;
    margin-bottom: 25px;
}

    .woocommerce .checkout_coupon .coupon-holder .form-row-first {
        float: left;
        margin-bottom: 0;
    }

@media screen and (max-width:480px) {
    .woocommerce .checkout_coupon .coupon-holder .form-row-first {
        width: 100%;
    }
}

.woocommerce .checkout_coupon .coupon-holder .form-row-first .input-text {
    border: 1px solid #ededed;
    background: #fff;
    padding: 6.5px 15px;
    margin-right: 30px;
    margin-bottom: 0;
    margin-left: 3px;
}

@media screen and (max-width:480px) {
    .woocommerce .checkout_coupon .coupon-holder .form-row-first .input-text {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }
}

.woocommerce .checkout_coupon .coupon-holder .button {
    padding: 8px 20px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

@media screen and (max-width:480px) {
    .woocommerce .checkout_coupon .coupon-holder .button {
        width: 100%;
    }
}

.woocommerce .checkout_coupon .coupon-holder p {
    margin-bottom: 0!important;
}

.woocommerce select {
    border: 0!important;
    outline: 1px solid #eee!important;
}

.woocommerce label {
    font-weight: 400!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
}

.woocommerce li {
    list-style-type: none;
}

.woocommerce .contact-form label:before {
    display: none;
}

.woocommerce .woocommerce-header {
    margin-bottom: 60px;
}

    .woocommerce .woocommerce-header:after, .woocommerce .woocommerce-header:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-header:after {
        clear: both;
    }

    .woocommerce .woocommerce-header:after, .woocommerce .woocommerce-header:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-header:after {
        clear: both;
    }

@media screen and (max-width:768px) {
    .woocommerce .woocommerce-header {
        margin-bottom: 20px;
    }
}

.woocommerce .woocommerce-header .title-holder {
    float: left;
}

    .woocommerce .woocommerce-header .title-holder .page-title {
        margin-top: 0;
        font-size: 26px;
    }

@media screen and (max-width:768px) {
    .woocommerce .woocommerce-header .title-holder {
        float: none;
        width: 100%;
    }
}

.woocommerce .woocommerce-header .title-holder + .woocommerce-ordering-container {
    margin-top: 20px;
}

    .woocommerce .woocommerce-header .title-holder + .woocommerce-ordering-container .woocommerce-ordering {
        display: block;
    }

.woocommerce .woocommerce-pagination {
    margin-top: -30px;
}

.woocommerce table.variation {
    margin: 0;
    font-size: 13px;
    display: table;
    width: 100%;
}

    .woocommerce table.variation td, .woocommerce table.variation th {
        vertical-align: top;
        padding: 0;
        font-weight: 400;
    }

        .woocommerce table.variation td p, .woocommerce table.variation th p {
            margin: 0;
        }

            .woocommerce table.variation td p + p, .woocommerce table.variation th p + p {
                margin-top: 5px;
            }

    .woocommerce table.variation th {
        padding-right: 10px;
    }

.woocommerce .button {
    background-color: #eee;
    color: #898989;
    padding: 5px 10px;
    border: 0;
}

    .woocommerce .button:hover {
        background-color: #e4e4e4;
    }

.woocommerce .show-more .button {
    background: 0 0;
    border: 1px solid #eee;
}

    .woocommerce .show-more .button .btn:active {
        outline: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .woocommerce .show-more .button:hover {
        border-color: #dadada;
        background: 0 0;
    }

.woocommerce .show-more.is-finished .button, .woocommerce .show-more.type-2.is-loading .button {
    border-color: transparent;
}

@media screen and (max-width:768px) {
    .woocommerce.single-product .single-product .images {
        margin-bottom: 30px;
    }
}

.woocommerce.single-product .single-product .images a img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.woocommerce.single-product .single-product .images a.woocommerce-main-image {
    display: block;
}

.woocommerce.single-product .single-product .images .product-images-carousel {
    position: relative;
}

    .woocommerce.single-product .single-product .images .product-images-carousel.plain a {
        display: block;
    }

        .woocommerce.single-product .single-product .images .product-images-carousel.plain a + a {
            margin-top: 20px;
        }

    .woocommerce.single-product .single-product .images .product-images-carousel .nextprev-arrow, .woocommerce.single-product .single-product .images .thumbnails .nextprev-arrow {
        position: absolute;
        top: 50%;
        cursor: pointer;
        visibility: visible;
        padding: 5px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

        .woocommerce.single-product .single-product .images .product-images-carousel .nextprev-arrow.ss-prev, .woocommerce.single-product .single-product .images .thumbnails .nextprev-arrow.ss-prev {
            left: 25px;
        }

            .woocommerce.single-product .single-product .images .product-images-carousel .nextprev-arrow.ss-prev:active, .woocommerce.single-product .single-product .images .thumbnails .nextprev-arrow.ss-prev:active {
                left: 15px;
            }

        .woocommerce.single-product .single-product .images .product-images-carousel .nextprev-arrow.ss-next, .woocommerce.single-product .single-product .images .thumbnails .nextprev-arrow.ss-next {
            right: 25px;
        }

            .woocommerce.single-product .single-product .images .product-images-carousel .nextprev-arrow.ss-next:active, .woocommerce.single-product .single-product .images .thumbnails .nextprev-arrow.ss-next:active {
                right: 15px;
            }

        .woocommerce.single-product .single-product .images .product-images-carousel .nextprev-arrow i, .woocommerce.single-product .single-product .images .thumbnails .nextprev-arrow i {
            line-height: 1;
            font-size: 30px;
            color: #fff;
        }

    .woocommerce.single-product .single-product .images .product-images-carousel:hover .nextprev-arrow, .woocommerce.single-product .single-product .images .thumbnails:hover .nextprev-arrow {
        visibility: visible;
        z-index: 1;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.woocommerce.single-product .single-product .images .thumbnails {
    display: none;
    margin: 0 -10px;
    margin-top: 25px;
}

    .woocommerce.single-product .single-product .images .thumbnails.slick-initialized {
        display: block;
    }

    .woocommerce.single-product .single-product .images .thumbnails a {
        display: block;
        margin: 0 10px;
        zoom: 1;
        filter: alpha(opacity=60);
        -webkit-opacity: .6;
        -moz-opacity: .6;
        opacity: .6;
        -webkit-transition: opacity 220ms ease-in-out;
        -moz-transition: opacity 220ms ease-in-out;
        -o-transition: opacity 220ms ease-in-out;
        transition: opacity 220ms ease-in-out;
    }

        .woocommerce.single-product .single-product .images .thumbnails a.active, .woocommerce.single-product .single-product .images .thumbnails a:hover {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

.woocommerce.single-product .single-product .summary {
    margin: 0;
    margin-left: 25px;
}

    .woocommerce.single-product .single-product .summary:after, .woocommerce.single-product .single-product .summary:before {
        content: " ";
        display: table;
    }

    .woocommerce.single-product .single-product .summary:after {
        clear: both;
    }

    .woocommerce.single-product .single-product .summary:after, .woocommerce.single-product .single-product .summary:before {
        content: " ";
        display: table;
    }

    .woocommerce.single-product .single-product .summary:after {
        clear: both;
    }

@media screen and (max-width:768px) {
    .woocommerce.single-product .single-product .summary {
        margin-left: 0;
    }
}

.woocommerce.single-product .single-product .summary .product_title {
    color: #333;
}

.woocommerce.single-product .single-product .summary .single_variation_wrap .single_variation, .woocommerce.single-product .single-product .summary div[itemprop=offers] {
    margin: 40px 0;
}

@media screen and (max-width:768px) {
    .woocommerce.single-product .single-product .summary .single_variation_wrap .single_variation, .woocommerce.single-product .single-product .summary div[itemprop=offers] {
        margin: 20px 0;
    }
}

.woocommerce.single-product .single-product .summary .single_variation_wrap .single_variation > .price:after, .woocommerce.single-product .single-product .summary .single_variation_wrap .single_variation > .price:before, .woocommerce.single-product .single-product .summary div[itemprop=offers] > .price:after, .woocommerce.single-product .single-product .summary div[itemprop=offers] > .price:before {
    content: " ";
    display: table;
}

.woocommerce.single-product .single-product .summary .single_variation_wrap .single_variation > .price:after, .woocommerce.single-product .single-product .summary div[itemprop=offers] > .price:after {
    clear: both;
}

.woocommerce.single-product .single-product .summary .single_variation_wrap .single_variation > .price:after, .woocommerce.single-product .single-product .summary .single_variation_wrap .single_variation > .price:before, .woocommerce.single-product .single-product .summary div[itemprop=offers] > .price:after, .woocommerce.single-product .single-product .summary div[itemprop=offers] > .price:before {
    content: " ";
    display: table;
}

.woocommerce.single-product .single-product .summary .single_variation_wrap .single_variation > .price:after, .woocommerce.single-product .single-product .summary div[itemprop=offers] > .price:after {
    clear: both;
}

.woocommerce.single-product .single-product .summary .single_variation_wrap .single_variation > .price > .amount, .woocommerce.single-product .single-product .summary div[itemprop=offers] > .price > .amount {
    font-size: 26px;
}

.woocommerce.single-product .single-product .summary .single_variation_wrap .single_variation > .price del + ins, .woocommerce.single-product .single-product .summary div[itemprop=offers] > .price del + ins {
    float: left;
}

.woocommerce.single-product .single-product .summary .single_variation_wrap .single_variation > .price del, .woocommerce.single-product .single-product .summary div[itemprop=offers] > .price del {
    font-size: 19px;
    position: relative;
    top: 5px;
}

.woocommerce.single-product .single-product .summary .single_variation_wrap .single_variation > .price ins, .woocommerce.single-product .single-product .summary div[itemprop=offers] > .price ins {
    font-size: 26px;
}

.woocommerce.single-product .single-product .summary .single_variation_wrap {
    margin: 40px 0;
}

    .woocommerce.single-product .single-product .summary .single_variation_wrap:after, .woocommerce.single-product .single-product .summary .single_variation_wrap:before {
        content: " ";
        display: table;
    }

    .woocommerce.single-product .single-product .summary .single_variation_wrap:after {
        clear: both;
    }

    .woocommerce.single-product .single-product .summary .single_variation_wrap:after, .woocommerce.single-product .single-product .summary .single_variation_wrap:before {
        content: " ";
        display: table;
    }

    .woocommerce.single-product .single-product .summary .single_variation_wrap:after {
        clear: both;
    }

@media screen and (max-width:768px) {
    .woocommerce.single-product .single-product .summary .single_variation_wrap {
        margin: 20px 0;
    }
}

.woocommerce.single-product .single-product .summary .single_variation_wrap .single_variation > .price {
    margin: 25px 0;
    display: block;
}

@media screen and (max-width:480px) {
    .woocommerce.single-product .single-product .summary .quantity {
        width: 100%!important;
    }
}

.woocommerce.single-product .single-product .summary .product_meta > span {
    display: block;
}

.woocommerce.single-product .single-product .summary .variations {
    display: block;
}

    .woocommerce.single-product .single-product .summary .variations tbody, .woocommerce.single-product .single-product .summary .variations td, .woocommerce.single-product .single-product .summary .variations th, .woocommerce.single-product .single-product .summary .variations tr {
        display: block;
        text-align: left;
    }

        .woocommerce.single-product .single-product .summary .variations tr + tr {
            padding-top: 10px;
        }

    .woocommerce.single-product .single-product .summary .variations .label label {
        color: #898989;
        font-size: 16px;
    }

    .woocommerce.single-product .single-product .summary .variations .form-control {
        display: inline-block;
        width: 230px;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    .woocommerce.single-product .single-product .summary .variations .reset_variations {
        padding: 0;
        font-size: 14px;
        color: #898989;
        margin-top: 10px;
        visibility: hidden;
        zoom: 1;
        filter: alpha(opacity=70);
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
    }

        .woocommerce.single-product .single-product .summary .variations .reset_variations:hover {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

.woocommerce.single-product .single-product .products {
    clear: both;
}

.woocommerce.single-product .single-product .button {
    padding: 8px 25px;
}

.woocommerce div.quantity {
    width: 90px!important;
}

.woocommerce div.quantity {
    position: relative;
    padding: 0;
}

@media screen and (max-width:480px) {
    .woocommerce div.quantity {
        width: 100%;
    }
}

.woocommerce div.quantity input.qty {
    border: 0;
    width: 100%;
    background-color: #eee;
    -moz-appearance: textfield;
    padding: 10px;
    text-align: center;
    height: 40.5px;
    font-weight: 400;
    font-size: 15px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}

.woocommerce div.quantity input[type=number]::-webkit-inner-spin-button, .woocommerce div.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce div.quantity .minus, .woocommerce div.quantity .plus {
    position: absolute;
    height: 50%;
    text-indent: -9999px;
    background: url(../images/icons/shop-spinner-icons.png) no-repeat center top;
    border: 0;
    right: 0;
    padding: 0;
    width: 25px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-background-size: 6px 30px;
    -moz-background-size: 6px 30px;
    background-size: 6px 30px;
}

    .woocommerce div.quantity .minus.minus, .woocommerce div.quantity .plus.minus {
        bottom: 0;
        background-position: center -12px;
    }

    .woocommerce div.quantity .minus.plus, .woocommerce div.quantity .plus.plus {
        top: 0;
        background-position: center 2px;
    }

    .woocommerce div.quantity .minus:active, .woocommerce div.quantity .plus:active {
        background-color: #e9e9e9;
    }

.woocommerce div.quantity.buttons_added input.qty {
    padding-right: 25px;
}

.woocommerce .group_table {
    text-align: left;
    margin-bottom: 40px;
    width: 1%;
}

@media screen and (max-width:768px) {
    .woocommerce .group_table {
        width: 100%;
    }
}

.woocommerce .group_table tr td, .woocommerce .group_table tr th {
    padding-bottom: 4px;
    display: table-cell;
    vertical-align: top;
}

.woocommerce .group_table td.label {
    width: 99%;
    text-align: left;
    padding-left: 30px;
    padding-bottom: 10px;
}

    .woocommerce .group_table td.label label {
        margin: 0;
        font-size: 17px;
    }

        .woocommerce .group_table td.label label a {
            color: #898989;
        }

    .woocommerce .group_table td.label .price {
        text-align: left;
        font-weight: 400;
        padding: 0;
        margin: 0;
        padding-top: 5px;
    }

        .woocommerce .group_table td.label .price .amount {
            font-size: 15px;
        }

        .woocommerce .group_table td.label .price del {
            position: relative;
            float: none;
            margin: 0;
            top: 2px;
        }

            .woocommerce .group_table td.label .price del .amount {
                font-size: 13px;
            }

            .woocommerce .group_table td.label .price del + ins {
                float: left;
                margin-right: 10px;
            }

@media screen and (max-width:480px) {
    .woocommerce .group_table tr > td .quantity {
        min-width: 80px;
    }
}

.woocommerce .group_table .add-to-cart-link {
    white-space: nowrap;
}

    .woocommerce .group_table .add-to-cart-link a {
        margin-left: 0!important;
    }

.woocommerce .group_table tr:hover td.label label a {
    color: #333;
}

.woocommerce .group_table ~ .button {
    margin-left: 0!important;
}

.woocommerce .star-rating {
    display: inline-block;
}

    .woocommerce .star-rating .star-rating-icons {
        display: inline-block;
        position: relative;
    }

        .woocommerce .star-rating .star-rating-icons > i {
            font-size: 15px;
            color: #eee;
        }

            .woocommerce .star-rating .star-rating-icons > i.filled {
                color: #f1c40f;
            }

        .woocommerce .star-rating .star-rating-icons .circle {
            position: relative;
            display: inline-block;
            background-color: #eee;
            overflow: hidden;
            width: 10px;
            height: 10px;
        }

            .woocommerce .star-rating .star-rating-icons .circle i {
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 0;
                background-color: #00b19e;
            }

            .woocommerce .star-rating .star-rating-icons .circle.rounded {
                -webkit-border-radius: 50%;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 50%;
                -moz-background-clip: padding;
                border-radius: 50%;
                background-clip: padding-box;
            }

.woocommerce .related.products, .woocommerce .upsells.products {
    margin: 0 15px;
    clear: both;
}

    .woocommerce .related.products > h2, .woocommerce .upsells.products > h2 {
        margin-top: 50px;
        margin-bottom: 40px;
        font-size: 26px;
    }

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    padding: 15px 20px!important;
    margin: 0 0 2em!important;
    position: relative;
    background-color: #00b19e;
    border: 0!important;
    color: #fff;
    list-style: none outside!important;
    width: auto;
}

    .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-message:after {
        clear: both;
    }

    .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-message:after {
        clear: both;
    }

    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
        float: right;
        color: #898989;
    }

        .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover {
            background-color: #e1e1e1;
        }

    .woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
        list-style: none outside!important;
        padding-left: 0!important;
        margin-left: 0!important;
    }

    .woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-message a {
        color: #fff;
    }

    .woocommerce .woocommerce-error.woocommerce-info, .woocommerce .woocommerce-info.woocommerce-info, .woocommerce .woocommerce-message.woocommerce-info {
        background-color: #74d6f6;
    }

    .woocommerce .woocommerce-error.woocommerce-error, .woocommerce .woocommerce-info.woocommerce-error, .woocommerce .woocommerce-message.woocommerce-error {
        background-color: #e44c52;
    }

    .woocommerce .woocommerce-error + .woocommerce-error, .woocommerce .woocommerce-error + .woocommerce-info, .woocommerce .woocommerce-error + .woocommerce-message, .woocommerce .woocommerce-info + .woocommerce-error, .woocommerce .woocommerce-info + .woocommerce-info, .woocommerce .woocommerce-info + .woocommerce-message, .woocommerce .woocommerce-message + .woocommerce-error, .woocommerce .woocommerce-message + .woocommerce-info, .woocommerce .woocommerce-message + .woocommerce-message {
        margin-top: -20px!important;
    }

.woocommerce .row > .woocommerce-error, .woocommerce .row > .woocommerce-info, .woocommerce .row > .woocommerce-message {
    margin-left: 15px!important;
    margin-right: 15px!important;
}

.woocommerce .checkout-info-box .woocommerce-info {
    background-color: #eee;
    color: #898989;
    padding: 25px 30px!important;
    border-top: 3px solid #00b19e!important;
}

    .woocommerce .checkout-info-box .woocommerce-info a {
        color: #00b19e;
    }

.woocommerce .imgs-container-right + div .summary.item-info {
    margin-left: 0!important;
    margin-right: 25px!important;
}

@media screen and (max-width:768px) {
    .woocommerce .imgs-container-right + div .summary.item-info {
        margin-right: 0!important;
    }
}

.woocommerce .share-product-container {
    margin-top: 60px;
    clear: both;
}

    .woocommerce .share-product-container h3 {
        font-size: 16px;
    }

    .woocommerce .share-product-container .social-links {
        margin-top: 15px;
    }

        .woocommerce .share-product-container .social-links a {
            display: inline-block;
            position: relative;
            background-color: #eee;
            line-height: 40px;
            text-align: center;
            color: #898989;
            margin-right: 10px;
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 50%;
            -moz-background-clip: padding;
            border-radius: 50%;
            background-clip: padding-box;
            -webkit-transition: all .2s ease-in-out!important;
            -moz-transition: all .2s ease-in-out!important;
            -o-transition: all .2s ease-in-out!important;
            transition: all .2s ease-in-out!important;
        }

            .woocommerce .share-product-container .social-links a:hover {
                color: #333;
            }

                .woocommerce .share-product-container .social-links a:hover.facebook {
                    color: #3b5998;
                }

                .woocommerce .share-product-container .social-links a:hover.twitter {
                    color: #55acee;
                }

                .woocommerce .share-product-container .social-links a:hover.google-plus {
                    color: #dd4b39;
                }

                .woocommerce .share-product-container .social-links a:hover.tumblr {
                    color: #35465c;
                }

                .woocommerce .share-product-container .social-links a:hover.linkedin {
                    color: #0077b5;
                }

                .woocommerce .share-product-container .social-links a:hover.pinterest {
                    color: #cc2127;
                }

                .woocommerce .share-product-container .social-links a:hover.vk {
                    color: #45668e;
                }

                .woocommerce .share-product-container .social-links a:hover.print {
                    color: #3b5998;
                }

.woocommerce .select-option-ui {
    position: relative;
    cursor: pointer;
    padding: 5px 0;
    display: inline-block;
    font-size: 22px;
}

    .woocommerce .select-option-ui span {
        display: inline-block;
        min-width: 180px;
    }

    .woocommerce .select-option-ui i {
        font-size: 18px;
        margin-left: 15px;
    }

    .woocommerce .select-option-ui .form-control {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        cursor: pointer;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        min-width: 180px;
    }

.woocommerce .select2-container.form-control {
    border: 0;
    padding: 0;
    height: auto;
}

    .woocommerce .select2-container.form-control:after, .woocommerce .select2-container.form-control:before {
        content: " ";
        display: table;
    }

    .woocommerce .select2-container.form-control:after {
        clear: both;
    }

    .woocommerce .select2-container.form-control:after, .woocommerce .select2-container.form-control:before {
        content: " ";
        display: table;
    }

    .woocommerce .select2-container.form-control:after {
        clear: both;
    }

.woocommerce .select2-container .select2-choice {
    border-color: #eee;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
}

    .woocommerce .select2-container .select2-choice .select2-chosen {
        padding: 8px 12px;
        color: #333;
    }

    .woocommerce .select2-container .select2-choice .select2-arrow {
        width: 20px;
    }

.woocommerce .order-info {
    background: #eee;
    padding: 15px 20px;
    margin-bottom: 40px;
}

    .woocommerce .order-info mark {
        background-color: #00b19e;
        color: #fff;
        padding: 2px 5px;
    }

.woocommerce .commentlist.notes {
    padding-left: 20px;
    margin-top: 20px;
}

    .woocommerce .commentlist.notes li {
        list-style-type: decimal;
        margin-top: 10px;
    }

.woocommerce ul.order_details {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

    .woocommerce ul.order_details li {
        display: table-cell;
        width: 1%;
        color: #898989;
    }

        .woocommerce ul.order_details li strong {
            display: block;
            font-weight: 400;
            font-size: 19px;
            margin-top: 10px;
            color: #333;
        }

.woocommerce .bacs-details-container {
    margin-top: 30px;
}

    .woocommerce .bacs-details-container h2 {
        font-size: 22px;
        margin-top: 25px;
    }

    .woocommerce .bacs-details-container .bacs_details, .woocommerce .bacs-details-container h3 {
        background-color: #fafafa;
        border: 1px solid #eee;
    }

    .woocommerce .bacs-details-container h3 {
        border-bottom: 0;
        margin-bottom: 0;
        padding: 15px 30px;
        padding-top: 20px;
        line-height: 1;
        font-size: 16px;
    }

    .woocommerce .bacs-details-container .bacs_details {
        border-top: 0;
        padding-left: 30px;
        padding-right: 30px;
    }

        .woocommerce .bacs-details-container .bacs_details li strong {
            margin-top: 5px;
        }

.woocommerce .order-note-title {
    margin-bottom: 5px;
    color: #898989;
}

.woocommerce .col2-set:after, .woocommerce .col2-set:before {
    content: " ";
    display: table;
}

.woocommerce .col2-set:after {
    clear: both;
}

.woocommerce .col2-set:after, .woocommerce .col2-set:before {
    content: " ";
    display: table;
}

.woocommerce .col2-set:after {
    clear: both;
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:480px) {
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
        width: 100%;
    }
}

.woocommerce .col2-set .col-1 {
    padding-right: 15px;
}

@media screen and (max-width:480px) {
    .woocommerce .col2-set .col-1 {
        padding-right: 0;
    }
}

.woocommerce .col2-set .col-2 {
    padding-left: 15px;
}

@media screen and (max-width:480px) {
    .woocommerce .col2-set .col-2 {
        padding-left: 0;
    }
}

.woocommerce .addresses {
    margin-top: 40px;
}

    .woocommerce .addresses .address .title {
        border-bottom: 1px solid #fff;
        position: relative;
    }

        .woocommerce .addresses .address .title h3 {
            font-size: 20px;
            margin: 0;
        }

        .woocommerce .addresses .address .title a {
            top: 10px;
            right: 10px;
            padding: 6px 15px;
            background: #fff;
            position: absolute;
            color: #898989;
        }

            .woocommerce .addresses .address .title a::after {
                background: 0 0;
            }

    .woocommerce .addresses .address address {
        color: #898989;
    }

    .woocommerce .addresses .address .title, .woocommerce .addresses .address address {
        padding: 15px 25px;
        background: #eee;
    }

.woocommerce .btn.btn-primary:hover {
    color: #fff;
}

.woocommerce .blockOverlay {
    background: rgba(255,255,255,.8)!important;
    zoom: 1!important;
    filter: alpha(opacity=100)!important;
    -webkit-opacity: 1!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

    .woocommerce .blockOverlay:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        background-color: #00b19e;
        margin-top: -20px;
        margin-left: -20px;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 100%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 100%;
        -moz-background-clip: padding;
        border-radius: 100%;
        background-clip: padding-box;
        -webkit-animation: scaleout 1s infinite ease-in-out;
        -moz-animation: scaleout 1s infinite ease-in-out;
        -o-animation: scaleout 1s infinite ease-in-out;
        animation: scaleout 1s infinite ease-in-out;
    }

        .woocommerce .blockOverlay:after lesshat-selector {
            -lh-property: 0;
        }

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes scaleout {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes scaleout {
    0% {
        -o-transform: scale(0);
    }

    100% {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.woocommerce ul.digital-downloads {
    padding: 0;
    margin-top: 20px;
}

    .woocommerce ul.digital-downloads li {
        padding: 10px 0;
    }

        .woocommerce ul.digital-downloads li a {
            color: #333;
        }

            .woocommerce ul.digital-downloads li a:hover {
                color: #00b19e;
            }

        .woocommerce ul.digital-downloads li .count {
            float: right;
            color: #898989;
        }

        .woocommerce ul.digital-downloads li + li {
            border-top: 1px solid #eee;
        }

.replaced-checkboxes, .replaced-radio-buttons {
    position: absolute!important;
    left: -9999px!important;
    visibility: hidden!important;
    top: 0;
}

    .replaced-checkboxes + label, .replaced-radio-buttons + label {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .replaced-checkboxes + label:before, .replaced-radio-buttons + label:before {
            position: relative;
            top: 3px;
            content: '';
            display: block;
            float: left;
            background: #fff;
            -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1);
            -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1);
            box-shadow: 0 0 0 1px rgba(0,0,0,.1);
            margin-right: 10px;
            -webkit-border-radius: 50%;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 50%;
            -moz-background-clip: padding;
            border-radius: 50%;
            background-clip: padding-box;
            width: 14px;
            height: 14px;
            cursor: pointer;
        }

    .replaced-checkboxes:checked + label:before, .replaced-radio-buttons:checked + label:before {
        background-color: #00b19e;
        -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1),inset 0 0 0 4px #fff;
        -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1),inset 0 0 0 4px #fff;
        box-shadow: 0 0 0 1px rgba(0,0,0,.1),inset 0 0 0 4px #fff;
    }

    .replaced-checkboxes.replaced-checkboxes + label:before, .replaced-radio-buttons.replaced-checkboxes + label:before {
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        margin-right: 10px;
    }

    .replaced-checkboxes.replaced-checkboxes:checked + label:before, .replaced-radio-buttons.replaced-checkboxes:checked + label:before {
        -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1),inset 0 0 0 3px #fff;
        -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1),inset 0 0 0 3px #fff;
        box-shadow: 0 0 0 1px rgba(0,0,0,.1),inset 0 0 0 3px #fff;
    }

.woocommerce-page .select2-drop {
    border-color: #eee;
}

    .woocommerce-page .select2-drop .select2-search {
        position: relative;
        padding: 5px 10px;
        padding-bottom: 10px;
        padding-top: 0;
        border-bottom: 1px solid #eee;
    }

        .woocommerce-page .select2-drop .select2-search:before {
            position: absolute;
            content: '\f002';
            font-family: FontAwesome;
            right: 20px;
            font-size: 13px;
            color: #898989;
            top: 50%;
            margin-top: -6px;
            line-height: 1;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .woocommerce-page .select2-drop .select2-input {
        border-color: #eee;
        color: #898989;
        padding: 5px!important;
        padding-right: 30px!important;
        background: #fff!important;
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
    }

    .woocommerce-page .select2-drop .select2-results {
        padding-left: 0;
        padding-right: 0;
    }

    .woocommerce-page .select2-drop .select2-result {
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        font-size: 15px;
        color: #898989;
    }

    .woocommerce-page .select2-drop .select2-result-label {
        padding-left: 12px;
        padding-right: 12px;
    }

    .woocommerce-page .select2-drop .select2-no-results {
        background: 0 0;
        padding: 5px 12px;
        color: #888;
    }

.wpb_revslider_element a::after {
    background: 0 0;
}

.menu-cart-icon-container {
    position: relative;
    display: inline-block;
    top: 16px;
    margin-right: 25px;
    margin-top: -15px;
}

@media screen and (max-width:768px) {
    .menu-cart-icon-container {
        display: none;
    }
}

.menu-cart-icon-container .cart-icon-link {
    display: block;
    position: relative;
    font-size: 28px;
    line-height: 1;
    padding: 5px;
}

    .menu-cart-icon-container .cart-icon-link.icon-type-ecommerce-basket .items-count {
        right: -4px;
        top: 5px;
    }

.menu-cart-icon-container.is-loading.menu-cart-icon-container .cart-icon-link i {
    -webkit-animation: blinkAddToCart .7s infinite;
    -moz-animation: blinkAddToCart .7s infinite;
    -o-animation: blinkAddToCart .7s infinite;
    animation: blinkAddToCart .7s infinite;
}

.menu-cart-icon-container .cart-icon-link .items-count {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    font-size: 11px;
    color: #fff;
    background-color: #898989;
    text-align: center;
    line-height: 18px;
    margin-right: -2px;
    font-weight: 500;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    width: 18px;
    height: 18px;
}

    .menu-cart-icon-container .cart-icon-link .items-count.cart-items-0 {
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .menu-cart-icon-container .cart-icon-link .items-count.hide-notification {
        display: none;
    }

.menu-cart-icon-container .lab-wc-mini-cart-contents {
    position: absolute;
    top: 100%;
    right: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    width: 350px;
    text-align: left;
    z-index: 10000;
    pointer-events: auto;
    visibility: hidden;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    -webkit-box-shadow: 4px 4px 0 rgba(238,238,238,.8);
    -moz-box-shadow: 4px 4px 0 rgba(238,238,238,.8);
    box-shadow: 4px 4px 0 rgba(238,238,238,.8);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 250ms cubic-bezier(.445,.05,.55,.95);
    -moz-transition: all 250ms cubic-bezier(.445,.05,.55,.95);
    -o-transition: all 250ms cubic-bezier(.445,.05,.55,.95);
    transition: all 250ms cubic-bezier(.445,.05,.55,.95);
}

.menu-cart-icon-container.is-loading.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .cart-subtotal, .menu-cart-icon-container.is-loading.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

.menu-cart-icon-container.open.menu-cart-icon-container .lab-wc-mini-cart-contents {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items {
    max-height: 270px;
    overflow: hidden;
    position: relative;
}

    .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item {
        display: table;
        width: 100%;
        table-layout: fixed;
        padding: 10px 15px;
    }

        .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item:first-of-type {
            padding-top: 13px;
        }

        .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item + .cart-item {
            border-top: 1px solid #eee;
        }

        .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item:hover {
            background-color: #fafafa;
        }

        .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details, .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-image, .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-subtotal {
            display: table-cell;
            vertical-align: middle;
        }

            .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-image a {
                display: block;
            }

            .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-image img {
                max-width: 100%;
                height: auto;
            }

        .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details {
            width: 65%;
            padding-left: 10px;
        }

            .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details h3 {
                font-size: 15px;
                margin: 0;
                padding: 0;
                margin-bottom: 2px;
            }

                .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details h3 a {
                    color: #333;
                }

                    .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details h3 a:hover {
                        color: #00b19e;
                    }

            .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details .mc-quantity {
                font-size: 13px;
                color: #898989;
            }

                .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details .mc-quantity strong {
                    font-weight: 400;
                    color: #333;
                }

        .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-subtotal {
            width: 20%;
            text-align: right;
        }

            .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-subtotal .price {
                color: #333;
            }

    .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .ps-scrollbar-y-rail {
        right: -8px!important;
        margin-top: 3px;
        margin-bottom: 3px;
    }

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons {
    border-top: 1px solid #eee;
    padding: 10px 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container {
        display: table;
        width: 100%;
        margin-bottom: 10px;
    }

        .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-cart, .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-checkout {
            display: table-cell;
            vertical-align: middle;
            width: 50%;
        }

            .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-cart a, .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-checkout a {
                -webkit-border-radius: 2px;
                -webkit-background-clip: padding-box;
                -moz-border-radius: 2px;
                -moz-background-clip: padding;
                border-radius: 2px;
                background-clip: padding-box;
                font-size: 14px;
            }

        .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-cart {
            padding-right: 7.5px;
        }

            .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-cart a {
                background-color: #eee;
                color: #898989;
            }

                .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-cart a:hover {
                    color: #333;
                    background-color: #e6e6e6;
                }

        .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-checkout {
            padding-left: 7.5px;
        }

    .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .cart-subtotal {
        text-align: center;
        color: #898989;
    }

        .menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .cart-subtotal strong {
            font-weight: 400;
            color: #333;
        }

.menu-cart-icon-container .lab-wc-mini-cart-contents .empty-loading-cart-contents {
    padding: 30px 15px;
    text-align: center;
    color: #888;
    font-size: 14px;
}

.menu-cart-icon-container.menu-skin-dark .cart-icon-link {
    color: #333;
}

    .menu-cart-icon-container.menu-skin-dark .cart-icon-link .items-count {
        background-color: #00b19e;
    }

    .menu-cart-icon-container.menu-skin-dark .cart-icon-link:hover {
        color: #333;
    }

        .menu-cart-icon-container.menu-skin-dark .cart-icon-link:hover:after {
            background-color: #333;
        }

.menu-cart-icon-container.menu-skin-light .cart-icon-link {
    color: #fff;
}

    .menu-cart-icon-container.menu-skin-light .cart-icon-link .items-count {
        background-color: #00b19e;
    }

    .menu-cart-icon-container.menu-skin-light .cart-icon-link:hover {
        color: #fff;
    }

        .menu-cart-icon-container.menu-skin-light .cart-icon-link:hover:after {
            background-color: #fff;
        }

.menu-type-standard-menu .menu-cart-icon-container {
    float: right;
    margin-top: -15px;
    margin-left: 40px;
    margin-right: 0;
    top: 5px;
    left: 5px;
}

.shop-vc-content-container {
    margin-top: -20px;
    position: relative;
}

    .shop-vc-content-container .container {
        padding: 0!important;
        margin: 0!important;
        width: 100%!important;
    }

.error-holder {
    width: 100%;
    background: #fff;
    margin: 50px 0;
    text-align: center;
}

    .error-holder .box {
        background: #00b19e;
        margin: 0 auto;
        width: 309px;
        height: 309px;
        position: relative;
    }

        .error-holder .box .error-type {
            font-size: 156px;
            text-align: right;
            letter-spacing: -15px;
            margin-bottom: 0;
            color: #fff;
            line-height: 112px;
            right: 23px;
            bottom: 0;
            position: absolute;
            letter-spacing: -30px;
        }

    .error-holder .error-text {
        font-size: 53px;
        letter-spacing: -1.5px;
        color: #00b19e;
        margin-top: 0;
        text-transform: uppercase;
    }

    .error-holder p {
        font-size: 18px;
        margin-top: 40px;
    }

.flashing-num-1 {
    position: relative;
    -webkit-animation: flashNum1 .6s linear alternate;
    -moz-animation: flashNum1 .6s linear alternate;
    -o-animation: flashNum1 .6s linear alternate;
    animation: flashNum1 .6s linear alternate;
}

    .flashing-num-1 lesshat-selector {
        -lh-property: 0;
    }

@-webkit-keyframes flashNum1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes flashNum1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes flashNum1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes flashNum1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

.flashing-num-1 lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes flashNum2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes flashNum2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes flashNum2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes flashNum2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

.flashing-num-1 lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes flashNum3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes flashNum3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes flashNum3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes flashNum3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

.flashing-num-1.del-1 {
    -webkit-animation: flashNum2 820ms linear alternate;
    -moz-animation: flashNum2 820ms linear alternate;
    -o-animation: flashNum2 820ms linear alternate;
    animation: flashNum2 820ms linear alternate;
}

.flashing-num-1.del-2 {
    -webkit-animation: flashNum3 1.15s linear alternate;
    -moz-animation: flashNum3 1.15s linear alternate;
    -o-animation: flashNum3 1.15s linear alternate;
    animation: flashNum3 1.15s linear alternate;
}

.coming-soon-container {
    text-align: center;
}

    .coming-soon-container .message-container {
        margin-top: 0;
        color: #fff;
    }

        .coming-soon-container .message-container .logo {
            display: inline-block;
        }

            .coming-soon-container .message-container .logo img {
                display: block;
                width: 100%;
                max-width: 100%;
                height: auto;
            }

            .coming-soon-container .message-container .logo.logo-text {
                font-size: 32px;
                color: #fff;
                margin-bottom: 35px;
                display: inline-block;
            }

        .coming-soon-container .message-container p {
            margin-top: 35px;
        }

        .coming-soon-container .message-container i {
            font-size: 177px;
        }

    .coming-soon-container .countdown-holder {
        color: #fff;
    }

        .coming-soon-container .countdown-holder:after, .coming-soon-container .countdown-holder:before {
            content: " ";
            display: table;
        }

        .coming-soon-container .countdown-holder:after {
            clear: both;
        }

        .coming-soon-container .countdown-holder:after, .coming-soon-container .countdown-holder:before {
            content: " ";
            display: table;
        }

        .coming-soon-container .countdown-holder:after {
            clear: both;
        }

        .coming-soon-container .countdown-holder ul {
            list-style: none;
            padding: 0;
            margin-top: 50px;
        }

@media screen and (max-width:768px) {
    .coming-soon-container .countdown-holder ul {
        margin-top: 50px;
    }
}

.coming-soon-container .countdown-holder ul span {
    font-size: 75px;
}

@media screen and (max-width:768px) {
    .coming-soon-container .countdown-holder ul span {
        font-size: 50px;
    }
}

.coming-soon-container .social-networks-env {
    margin-top: 60px;
    color: #fff;
}

    .coming-soon-container .social-networks-env a {
        display: inline-block;
        background-color: #fff;
        -webkit-border-radius: 50%;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 50%;
        -moz-background-clip: padding;
        border-radius: 50%;
        background-clip: padding-box;
        margin: 0 5px;
        font-size: 16px;
    }

        .coming-soon-container .social-networks-env a:hover {
            background-color: rgba(255,255,255,.75);
        }

        .coming-soon-container .social-networks-env a i {
            line-height: 40px;
            color: #00b19e;
        }

        .coming-soon-container .social-networks-env a span {
            display: none;
        }

.coming-soon-container p {
    font-size: 20px;
    color: #fff;
}

@media screen and (max-width:480px) {
    .coming-soon-container p {
        font-size: 16px;
    }
}

.coming-soon-container .social-networks.list-inline > li {
    overflow: hidden;
}

.search-results-holder .result-box {
    margin-bottom: 40px;
    word-break: break-word;
}

    .search-results-holder .result-box h3 {
        font-size: 32px;
    }

        .search-results-holder .result-box h3 a {
            color: #333;
        }

            .search-results-holder .result-box h3 a::after {
                background: 0 0;
            }

    .search-results-holder .result-box + .result-box {
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

body.search-results .section-title {
    margin: 0;
    margin-bottom: 50px;
}

body.search-results .pagination-holder {
    margin-bottom: 40px;
}

body.search-results .change-search-keyword {
    position: relative;
    margin-right: 10px;
}

    body.search-results .change-search-keyword:before {
        content: '|';
        position: absolute;
        top: 0;
        right: -8px;
        font-family: 'Helvetica Neue',Helvetica,sans-serif;
        font-weight: 300;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
        display: inline-block;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-animation: blink .7s infinite;
        -moz-animation: blink .7s infinite;
        -o-animation: blink .7s infinite;
        animation: blink .7s infinite;
    }

.post-formatting:after, .post-formatting:before {
    content: " ";
    display: table;
}

.post-formatting:after {
    clear: both;
}

.post-formatting:after, .post-formatting:before {
    content: " ";
    display: table;
}

.post-formatting:after {
    clear: both;
}

.post-formatting h1 {
    font-size: 30px;
}

.post-formatting h2 {
    font-size: 25px;
}

.post-formatting h3 {
    font-size: 20px;
}

.post-formatting img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

    .post-formatting img:first-child {
        margin-top: 0;
    }

.post-formatting a.fluidbox {
    display: inline;
}

    .post-formatting a.fluidbox:after {
        display: none;
    }

.post-formatting code {
    background-color: #eee;
    color: #333;
    font-size: 12px;
    -webkit-border-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 1px;
    -moz-background-clip: padding;
    border-radius: 1px;
    background-clip: padding-box;
}

.post-formatting kbd {
    -webkit-border-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 1px;
    -moz-background-clip: padding;
    border-radius: 1px;
    background-clip: padding-box;
}

.post-formatting img {
    max-width: 100%;
    height: auto!important;
}

    .post-formatting img.alignleft, .post-formatting img.alignright {
        position: relative;
        vertical-align: text-top;
        margin-right: 15px;
        margin-bottom: 15px;
        line-height: 1;
        top: 5px;
        float: left;
    }

    .post-formatting img.alignright {
        float: right;
        margin-right: 0;
        margin-left: 15px;
    }

.post-formatting .wp-caption {
    max-width: 100%;
    margin-bottom: 15px;
}

    .post-formatting .wp-caption.aligncenter {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
    }

        .post-formatting .wp-caption.aligncenter .wp-caption-text {
            margin: 0 5px;
        }

    .post-formatting .wp-caption.alignleft {
        float: left;
        margin-right: 15px;
    }

        .post-formatting .wp-caption.alignleft .wp-caption-text {
            margin-right: 10px;
        }

    .post-formatting .wp-caption.alignright {
        float: right;
        margin-left: 15px;
    }

        .post-formatting .wp-caption.alignright .wp-caption-text {
            margin-right: 10px;
        }

    .post-formatting .wp-caption.alignleft, .post-formatting .wp-caption.alignright {
        position: relative;
        top: 5px;
    }

    .post-formatting .wp-caption .wp-caption-text {
        background: #eee;
        padding: 5px 10px;
        font-size: 12px!important;
    }

.post-formatting blockquote {
    display: table;
    border-left-color: #00b19e;
    font-family: Georgia,"Times New Roman",Times,serif;
    padding: 0 21px;
}

    .post-formatting blockquote p {
        color: #888;
    }

        .post-formatting blockquote p:last-child {
            margin-bottom: 0!important;
        }

.post-formatting cite {
    font-weight: 500;
}

.post-formatting dl dd {
    margin-bottom: 15px;
}

.post-formatting ol, .post-formatting ul {
    padding-left: 20px;
}

    .post-formatting ol li, .post-formatting ul li {
        padding: 2px 0;
        color: #898989;
    }

.post-formatting address {
    border-left: 3px solid #eee;
    padding-left: 20px;
}

.post-formatting iframe {
    max-width: 100%;
}

.post-formatting .gallery .gallery-item a img {
    border: 0!important;
}

.post-formatting .lab-vc-container {
    width: 100%;
}

.wp-widget {
    margin-bottom: 20px;
}

    .wp-widget img {
        max-width: 100%;
        height: auto!important;
    }

    .wp-widget ul li {
        color: #898989;
    }

    .wp-widget ul ul a:before {
        display: inline-block;
        height: 1px;
        background-color: #00b19e;
        width: 8px;
        margin-right: 8px;
        content: '';
        position: relative;
        top: -4px;
    }

    .wp-widget ul ul ul a:before {
        width: 16px;
    }

    .wp-widget ul ul ul ul a:before {
        width: 24px;
    }

    .wp-widget ul ul ul ul ul a:before {
        width: 32px;
    }

    .wp-widget select {
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #eee;
        color: #333;
    }

        .wp-widget select::-moz-placeholder {
            color: #898989;
            opacity: 1;
        }

        .wp-widget select:-ms-input-placeholder {
            color: #898989;
        }

        .wp-widget select::-webkit-input-placeholder {
            color: #898989;
        }

        .wp-widget select::-webkit-input-placeholder {
            color: #898989;
        }

        .wp-widget select:-moz-placeholder {
            color: #898989;
        }

        .wp-widget select::-moz-placeholder {
            color: #898989;
        }

        .wp-widget select:-ms-input-placeholder {
            color: #898989;
        }

        .wp-widget select:focus {
            border-color: #d5d5d5;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .wp-widget.widget_text .textwidget .social-networks {
        margin-top: 20px;
    }

        .wp-widget.widget_text .textwidget .social-networks a {
            margin-right: 0;
        }

            .wp-widget.widget_text .textwidget .social-networks a span {
                display: none;
            }

    .wp-widget.widget_recent_entries li .post-date {
        display: block;
        font-size: 13px;
        color: #a3a3a3;
    }

    .wp-widget.widget_recent_entries li + li {
        margin-top: 10px;
    }

    .wp-widget.widget_product_search .search-bar, .wp-widget.widget_search .search-bar {
        width: 100%;
        clear: both;
        position: relative;
    }

        .wp-widget.widget_product_search .search-bar .screen-reader-text, .wp-widget.widget_search .search-bar .screen-reader-text {
            display: none;
        }

        .wp-widget.widget_product_search .search-bar label, .wp-widget.widget_search .search-bar label {
            display: block;
            padding: 0;
        }

        .wp-widget.widget_product_search .search-bar input[name="s"], .wp-widget.widget_search .search-bar input[name="s"] {
            height: 42px;
            background-color: #eee;
            border: none;
            -webkit-border-radius: 0;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 0;
            -moz-background-clip: padding;
            border-radius: 0;
            background-clip: padding-box;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            width: 100%;
            font-weight: 400;
            padding-right: 55px;
        }

            .wp-widget.widget_product_search .search-bar input[name="s"]:focus, .wp-widget.widget_search .search-bar input[name="s"]:focus {
                border-color: transparent;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

.menu-skin-dark .wp-widget.widget_product_search .search-bar input[name="s"], .menu-skin-dark .wp-widget.widget_search .search-bar input[name="s"] {
    background-color: #262626!important;
    color: #fff!important;
}

.wp-widget.widget_product_search .search-bar input[type=submit], .wp-widget.widget_search .search-bar input[type=submit] {
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    border: none!important;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 43px;
    text-transform: uppercase;
    padding-right: 15px;
    color: #333;
}

.menu-skin-dark .wp-widget.widget_product_search .search-bar input[type=submit], .menu-skin-dark .wp-widget.widget_search .search-bar input[type=submit] {
    color: #fff;
}

.wp-widget.widget_recent_comments li {
    color: #969696;
}

    .wp-widget.widget_recent_comments li a {
        display: block!important;
        font-size: 15px;
    }

        .wp-widget.widget_recent_comments li a:after {
            display: none;
        }

    .wp-widget.widget_recent_comments li + li {
        margin-top: 5px;
    }

.wp-widget.widget_tag_cloud a {
    font-size: 13px!important;
    background: #eee;
    color: #333;
    padding: 3px 8px;
    text-transform: lowercase;
    margin: 5px;
    margin-bottom: 3px;
    margin-left: 0;
    display: inline-block;
}

    .wp-widget.widget_tag_cloud a:hover {
        background-color: #e1e1e1;
    }

    .wp-widget.widget_tag_cloud a:after {
        display: none;
    }

.menu-skin-dark .wp-widget.widget_tag_cloud a {
    background: #262626;
}

    .menu-skin-dark .wp-widget.widget_tag_cloud a:hover {
        background: #333;
    }

.wp-widget.null-instagram-feed .instagram-pics {
    margin: 0 -5px;
    padding: 0;
    max-width: 270px;
}

@media screen and (max-width:768px) {
    .wp-widget.null-instagram-feed .instagram-pics {
        max-width: 100%;
    }
}

.wp-widget.null-instagram-feed .instagram-pics li {
    display: inline-block;
    width: 25%;
}

    .wp-widget.null-instagram-feed .instagram-pics li a {
        display: block;
        padding: 5px;
    }

        .wp-widget.null-instagram-feed .instagram-pics li a:hover {
            zoom: 1;
            filter: alpha(opacity=80);
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8;
        }

.wp-widget.null-instagram-feed a[rel=me] {
    display: inline-block;
    margin-top: 5px;
}

.wp-widget.widget_calendar table {
    width: 100%;
    border: 1px solid #eee;
}

    .wp-widget.widget_calendar table caption {
        padding: 5px 10px;
        border: 1px solid #eee;
        border-bottom: 0;
    }

    .wp-widget.widget_calendar table tbody td, .wp-widget.widget_calendar table tbody th, .wp-widget.widget_calendar table thead td, .wp-widget.widget_calendar table thead th {
        text-align: center;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 13px;
        width: 1%;
    }

    .wp-widget.widget_calendar table tbody td, .wp-widget.widget_calendar table thead td {
        color: #898989;
        position: relative;
    }

        .wp-widget.widget_calendar table tbody td a, .wp-widget.widget_calendar table thead td a {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background: #f0f0f0;
            padding-top: 3px;
        }

    .wp-widget.widget_calendar table tbody th, .wp-widget.widget_calendar table thead th {
        font-weight: 700;
        color: #333;
    }

    .wp-widget.widget_calendar table tfoot td {
        padding: 3px 8px;
    }

    .wp-widget.widget_calendar table tfoot a {
        display: inline-block;
        line-height: 1;
        font-size: 12px;
    }

    .wp-widget.widget_calendar table tfoot #next {
        text-align: right;
    }

.wp-widget.widget_top_rated_products .product-meta {
    padding-top: 2px;
    font-size: 13px;
}

.wp-widget.widget_shopping_cart .widget_shopping_cart_content .product_list_widget {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.wp-widget.widget_shopping_cart .widget_shopping_cart_content > .total {
    float: left;
    padding-right: 10px;
}

    .wp-widget.widget_shopping_cart .widget_shopping_cart_content > .total strong {
        font-weight: 400;
        color: #333;
    }

.wp-widget.widget_shopping_cart .widget_shopping_cart_content > .buttons {
    float: right;
    font-size: 13px;
    text-transform: uppercase;
}

    .wp-widget.widget_shopping_cart .widget_shopping_cart_content > .buttons a {
        font-size: 11px;
    }

.wp-widget.widget_recent_reviews li {
    position: relative;
}

    .wp-widget.widget_recent_reviews li:after, .wp-widget.widget_recent_reviews li:before {
        content: " ";
        display: table;
    }

    .wp-widget.widget_recent_reviews li:after {
        clear: both;
    }

    .wp-widget.widget_recent_reviews li:after, .wp-widget.widget_recent_reviews li:before {
        content: " ";
        display: table;
    }

    .wp-widget.widget_recent_reviews li:after {
        clear: both;
    }

    .wp-widget.widget_recent_reviews li a {
        position: static;
        display: block;
    }

        .wp-widget.widget_recent_reviews li a img {
            max-width: 50px;
            height: auto;
            position: relative;
            float: left;
            left: 0;
            margin-right: 20px;
        }

    .wp-widget.widget_recent_reviews li .reviewer, .wp-widget.widget_recent_reviews li .star-rating {
        font-size: 13px;
    }

    .wp-widget.widget_recent_reviews li .star-rating {
        margin-right: 5px;
    }

.wp-widget.widget_price_filter .price_slider_wrapper {
    position: relative;
    margin-top: 25px;
}

    .wp-widget.widget_price_filter .price_slider_wrapper .price_slider {
        position: relative;
        margin-bottom: 10px;
        background: #eaeaea;
        display: none;
    }

        .wp-widget.widget_price_filter .price_slider_wrapper .price_slider:after, .wp-widget.widget_price_filter .price_slider_wrapper .price_slider:before {
            content: " ";
            display: table;
        }

        .wp-widget.widget_price_filter .price_slider_wrapper .price_slider:after {
            clear: both;
        }

        .wp-widget.widget_price_filter .price_slider_wrapper .price_slider:after, .wp-widget.widget_price_filter .price_slider_wrapper .price_slider:before {
            content: " ";
            display: table;
        }

        .wp-widget.widget_price_filter .price_slider_wrapper .price_slider:after {
            clear: both;
        }

        .wp-widget.widget_price_filter .price_slider_wrapper .price_slider.ui-slider {
            display: block;
        }

            .wp-widget.widget_price_filter .price_slider_wrapper .price_slider.ui-slider + .price_slider_amount {
                display: block;
            }

        .wp-widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
            position: relative;
            height: 2px;
            background: #333;
        }

        .wp-widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
            position: absolute;
            display: block;
            background: #333;
            margin-top: -9px;
            cursor: pointer;
            border: 5px solid transparent;
            margin-left: -5px;
            width: 16px;
            height: 16px;
            -webkit-border-radius: 50%;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 50%;
            -moz-background-clip: padding;
            border-radius: 50%;
            background-clip: padding-box;
        }

            .wp-widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle + .ui-slider-handle {
                margin-left: -11px;
            }

    .wp-widget.widget_price_filter .price_slider_wrapper .price_slider_amount {
        padding-top: 10px;
        display: none;
    }

        .wp-widget.widget_price_filter .price_slider_wrapper .price_slider_amount:after, .wp-widget.widget_price_filter .price_slider_wrapper .price_slider_amount:before {
            content: " ";
            display: table;
        }

        .wp-widget.widget_price_filter .price_slider_wrapper .price_slider_amount:after {
            clear: both;
        }

        .wp-widget.widget_price_filter .price_slider_wrapper .price_slider_amount:after, .wp-widget.widget_price_filter .price_slider_wrapper .price_slider_amount:before {
            content: " ";
            display: table;
        }

        .wp-widget.widget_price_filter .price_slider_wrapper .price_slider_amount:after {
            clear: both;
        }

        .wp-widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
            float: left;
            font-size: 13px;
            color: #898989;
            margin-top: 2px;
        }

        .wp-widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
            float: right;
            background-color: #333;
            color: #fff;
            font-size: 13px;
            text-transform: uppercase;
            padding: 4px 8px;
            line-height: 1;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
        }

            .wp-widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button:active {
                background-color: #4d4d4d;
            }

.wp-widget .social-networks {
    margin-bottom: 30px;
}

    .wp-widget .social-networks li {
        margin-right: 5px;
    }

        .wp-widget .social-networks li a {
            display: block;
            text-align: center;
            background-color: #eee;
            font-size: 14px;
            line-height: 36px;
            width: 36px;
            height: 36px;
            -webkit-border-radius: 50%;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 50%;
            -moz-background-clip: padding;
            border-radius: 50%;
            background-clip: padding-box;
        }

            .wp-widget .social-networks li a:hover {
                background-color: #00b19e;
                color: #fff!important;
            }

.wp-widget select {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.wpb_wrapper {
    position: relative;
}

    .wpb_wrapper .section-title {
        margin-top: 0;
    }

        .wpb_wrapper .section-title > h2 {
            margin-top: 20px;
        }

    .wpb_wrapper .icon-box-container {
        margin-bottom: 40px;
    }

        .wpb_wrapper .icon-box-container .vc_icon_element {
            margin-bottom: 30px;
        }

            .wpb_wrapper .icon-box-container .vc_icon_element.vc_icon_element-align-left .vc_icon_element-style-.vc_icon_element-size-lg {
                margin-left: -10px;
            }

            .wpb_wrapper .icon-box-container .vc_icon_element.vc_icon_element-align-left .vc_icon_element-style-.vc_icon_element-size-xl {
                width: 5em;
                height: 5em;
            }

        .wpb_wrapper .icon-box-container .icon-box-content h3 {
            margin-top: 0;
            font-size: 23px;
            margin-bottom: 15px;
        }

        .wpb_wrapper .icon-box-container .icon-box-content.text-alignment-left {
            text-align: left;
        }

        .wpb_wrapper .icon-box-container .icon-box-content.text-alignment-center {
            text-align: center;
        }

        .wpb_wrapper .icon-box-container .icon-box-content.text-alignment-right {
            text-align: right;
        }

    .wpb_wrapper .lab-scroll-box .lab-scroll-box-content {
        overflow: hidden;
        position: relative;
        padding-right: 15px;
    }

        .wpb_wrapper .lab-scroll-box .lab-scroll-box-content:after, .wpb_wrapper .lab-scroll-box .lab-scroll-box-content:before {
            content: " ";
            display: table;
        }

        .wpb_wrapper .lab-scroll-box .lab-scroll-box-content:after {
            clear: both;
        }

        .wpb_wrapper .lab-scroll-box .lab-scroll-box-content:after, .wpb_wrapper .lab-scroll-box .lab-scroll-box-content:before {
            content: " ";
            display: table;
        }

        .wpb_wrapper .lab-scroll-box .lab-scroll-box-content:after {
            clear: both;
        }

        .wpb_wrapper .lab-scroll-box .lab-scroll-box-content .ps-scrollbar-y-rail {
            right: -10px!important;
        }

        .wpb_wrapper .lab-scroll-box .lab-scroll-box-content h1, .wpb_wrapper .lab-scroll-box .lab-scroll-box-content h2, .wpb_wrapper .lab-scroll-box .lab-scroll-box-content h3, .wpb_wrapper .lab-scroll-box .lab-scroll-box-content h4, .wpb_wrapper .lab-scroll-box .lab-scroll-box-content h5, .wpb_wrapper .lab-scroll-box .lab-scroll-box-content h6 {
            margin-top: 0;
            margin-bottom: 15px;
        }

    .wpb_wrapper .lab-vc-social-networks .social-networks li {
        margin-right: 5px;
    }

        .wpb_wrapper .lab-vc-social-networks .social-networks li a {
            margin-right: 0;
        }

            .wpb_wrapper .lab-vc-social-networks .social-networks li a span {
                margin-left: 7px;
            }

    .wpb_wrapper .lab-vc-social-networks.display-type-text-only .social-networks li a i {
        display: none;
    }

    .wpb_wrapper .lab-vc-social-networks.display-type-text-only .social-networks li a span {
        margin-left: 0;
    }

    .wpb_wrapper .lab-vc-social-networks.display-type-rounded-icons .social-networks li {
        margin-right: 0;
    }

        .wpb_wrapper .lab-vc-social-networks.display-type-rounded-icons .social-networks li a {
            display: inline-block;
            line-height: 45px;
            background-color: #eee;
            text-align: center;
            -webkit-border-radius: 50%;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 50%;
            -moz-background-clip: padding;
            border-radius: 50%;
            background-clip: padding-box;
            width: 45px;
            height: 45px;
            -webkit-transition: background .3s;
            -moz-transition: background .3s;
            -o-transition: background .3s;
            transition: background .3s;
        }

            .wpb_wrapper .lab-vc-social-networks.display-type-rounded-icons .social-networks li a i {
                color: #333;
            }

            .wpb_wrapper .lab-vc-social-networks.display-type-rounded-icons .social-networks li a span {
                display: none;
            }

            .wpb_wrapper .lab-vc-social-networks.display-type-rounded-icons .social-networks li a:hover {
                background-color: #e1e1e1;
            }

    .wpb_wrapper .laborator-btn:hover {
        color: #fff;
    }

    .wpb_wrapper .laborator-btn.btn-white:hover {
        color: #898989;
    }

    .wpb_wrapper .laborator-btn.btn-type-standard.btn-white {
        border-color: transparent;
    }

    .wpb_wrapper .laborator-btn.btn-type-outlined {
        background-color: transparent;
        border: 2px solid transparent;
        border-color: #eee;
        color: #898989;
    }

        .wpb_wrapper .laborator-btn.btn-type-outlined:hover {
            border-color: #d5d5d5;
        }

        .wpb_wrapper .laborator-btn.btn-type-outlined:hover {
            background-color: transparent;
        }

        .wpb_wrapper .laborator-btn.btn-type-outlined.btn-primary {
            border-color: #00b19e;
            color: #00b19e;
        }

            .wpb_wrapper .laborator-btn.btn-type-outlined.btn-primary:hover {
                border-color: #007e70;
            }

        .wpb_wrapper .laborator-btn.btn-type-outlined.btn-secondary {
            border-color: #898989;
            color: #898989;
        }

            .wpb_wrapper .laborator-btn.btn-type-outlined.btn-secondary:hover {
                border-color: #707070;
            }

        .wpb_wrapper .laborator-btn.btn-type-outlined.btn-black {
            border-color: #333;
            color: #333;
        }

            .wpb_wrapper .laborator-btn.btn-type-outlined.btn-black:hover {
                border-color: #1a1a1a;
            }

        .wpb_wrapper .laborator-btn.btn-type-outlined.btn-blue {
            border-color: #00aeef;
            color: #00aeef;
        }

            .wpb_wrapper .laborator-btn.btn-type-outlined.btn-blue:hover {
                border-color: #0089bc;
            }

        .wpb_wrapper .laborator-btn.btn-type-outlined.btn-red {
            border-color: #ea2f3d;
            color: #ea2f3d;
        }

            .wpb_wrapper .laborator-btn.btn-type-outlined.btn-red:hover {
                border-color: #d11523;
            }

        .wpb_wrapper .laborator-btn.btn-type-outlined.btn-green {
            border-color: #8dc63f;
            color: #8dc63f;
        }

            .wpb_wrapper .laborator-btn.btn-type-outlined.btn-green:hover {
                border-color: #72a230;
            }

        .wpb_wrapper .laborator-btn.btn-type-outlined.btn-yellow {
            border-color: #ffb83f;
            color: #ffb83f;
        }

            .wpb_wrapper .laborator-btn.btn-type-outlined.btn-yellow:hover {
                border-color: #ffa50c;
            }

    .wpb_wrapper .laborator-btn.btn-type-outlined-bg:hover:hover {
        background-color: #eee;
        border-color: #eee;
        color: #898989;
    }

    .wpb_wrapper .laborator-btn.btn-type-outlined-bg.btn-primary:hover {
        background-color: #00b19e;
        border-color: #00b19e;
        color: #fff;
    }

    .wpb_wrapper .laborator-btn.btn-type-outlined-bg.btn-secondary:hover {
        background-color: #898989;
        border-color: #898989;
        color: #fff;
    }

    .wpb_wrapper .laborator-btn.btn-type-outlined-bg.btn-black:hover {
        background-color: #333;
        border-color: #333;
        color: #fff;
    }

    .wpb_wrapper .laborator-btn.btn-type-outlined-bg.btn-blue:hover {
        background-color: #00aeef;
        border-color: #00aeef;
        color: #fff;
    }

    .wpb_wrapper .laborator-btn.btn-type-outlined-bg.btn-red:hover {
        background-color: #ea2f3d;
        border-color: #ea2f3d;
        color: #fff;
    }

    .wpb_wrapper .laborator-btn.btn-type-outlined-bg.btn-green:hover {
        background-color: #8dc63f;
        border-color: #8dc63f;
        color: #fff;
    }

    .wpb_wrapper .laborator-btn.btn-type-outlined-bg.btn-yellow:hover {
        background-color: #ffb83f;
        border-color: #ffb83f;
        color: #fff;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover:hover:before {
        background-color: #eee;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover:hover:hover {
        color: #898989;
        border-color: #eee;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover.btn-primary:before {
        background-color: #00b19e;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover.btn-primary:hover {
        color: #fff;
        border-color: #00b19e;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover.btn-secondary:before {
        background-color: #898989;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover.btn-secondary:hover {
        color: #fff;
        border-color: #898989;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover.btn-black:before {
        background-color: #333;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover.btn-black:hover {
        color: #fff;
        border-color: #333;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover.btn-blue:before {
        background-color: #00aeef;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover.btn-blue:hover {
        color: #fff;
        border-color: #00aeef;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover.btn-red:before {
        background-color: #ea2f3d;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover.btn-red:hover {
        color: #fff;
        border-color: #ea2f3d;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover.btn-green:before {
        background-color: #8dc63f;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover.btn-green:hover {
        color: #fff;
        border-color: #8dc63f;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover.btn-yellow:before {
        background-color: #ffb83f;
    }

    .wpb_wrapper .laborator-btn.btn-type-fliphover.btn-yellow:hover {
        color: #fff;
        border-color: #ffb83f;
    }

    .wpb_wrapper > .laborator-btn:last-child {
        margin-bottom: 5px!important;
    }

    .wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li {
        background-color: transparent;
        margin-right: 20px;
        margin-bottom: 5px;
    }

        .wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li a {
            padding: 0;
            color: #777;
            border-bottom: 1px solid transparent;
            -webkit-transition: all 250ms;
            -moz-transition: all 250ms;
            -o-transition: all 250ms;
            transition: all 250ms;
        }

            .wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li a:hover {
                color: #4d4d4d;
            }

        .wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li.ui-tabs-active a {
            color: #00b19e;
            border-bottom-color: #00b19e;
        }

    .wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tab {
        padding: 20px 0;
        background-color: transparent;
    }

    .wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li {
        background: #eee;
        border-bottom: 1px solid #fff;
    }

        .wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li a {
            color: #666;
            padding: 10px 20px;
        }

            .wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li a:hover {
                color: #595959;
            }

        .wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li.ui-tabs-active {
            border-bottom-color: transparent;
        }

            .wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li.ui-tabs-active a {
                color: #404040;
            }

    .wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tab {
        background-color: #eee;
        padding: 15px 20px;
    }

    .wpb_wrapper .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li, .wpb_wrapper .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li, .wpb_wrapper .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li, .wpb_wrapper .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li {
        position: relative;
    }

        .wpb_wrapper .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li a, .wpb_wrapper .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a, .wpb_wrapper .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li a, .wpb_wrapper .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a {
            position: relative;
        }

            .wpb_wrapper .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li a:after, .wpb_wrapper .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a:after, .wpb_wrapper .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li a:after, .wpb_wrapper .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a:after {
                display: none!important;
            }

    .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-tabs-list li {
        background: #eee;
        border-bottom: 1px solid #fff;
    }

        .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-tabs-list li a {
            position: relative;
            display: block;
            color: #666;
            padding: 10px 20px;
        }

            .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-tabs-list li a:after {
                display: none!important;
            }

            .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-tabs-list li a:hover {
                color: #595959;
            }

        .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-tabs-list li.vc_active {
            border-bottom-color: transparent;
        }

            .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-tabs-list li.vc_active a {
                color: #404040;
            }

    .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-panels {
        background-color: #eee;
        padding: 0;
    }

        .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-panels .vc_tta-panel-body {
            padding: 15px 20px;
        }

    .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li {
        position: relative;
        background-color: transparent;
        margin-right: 20px;
        margin-bottom: 5px;
    }

        .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li a {
            padding: 0;
            color: #777;
            border-bottom: 1px solid transparent;
        }

            .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li a:after {
                display: block;
                border: 0;
                left: 0!important;
                width: 0;
                -webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.075)!important;
                -moz-transition: all .3s cubic-bezier(.175,.885,.32,1.075)!important;
                -o-transition: all .3s cubic-bezier(.175,.885,.32,1.075)!important;
                transition: all .3s cubic-bezier(.175,.885,.32,1.075)!important;
            }

            .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li a:hover {
                color: #4d4d4d;
            }

        .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li.vc_active a {
            color: #00b19e;
            border-bottom-color: #00b19e;
        }

            .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li.vc_active a:after {
                width: 100%;
            }

    .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-panel-body {
        padding: 20px 0;
    }

    .wpb_wrapper .wpb_accordion .wpb_accordion_section {
        background-color: #eee;
        padding: 15px 20px;
        margin-top: 0;
        margin-bottom: 1px;
    }

        .wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_header {
            background: 0 0;
        }

            .wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_header a {
                color: #444;
                padding: 0;
            }

            .wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_header .ui-accordion-header-icon {
                position: relative;
                top: 0;
                right: 0;
                float: left;
                width: 28px;
                height: auto;
                background: 0 0;
            }

                .wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_header .ui-accordion-header-icon:after {
                    content: '+';
                    display: block;
                    font-size: 25px;
                    line-height: 1;
                    margin-top: -6px;
                }

            .wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_header.ui-state-active .ui-accordion-header-icon:after {
                font-size: 22px;
                content: '–';
                margin-top: -4px;
            }

        .wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_content {
            padding: 0;
            padding-top: 20px;
            padding-bottom: 10px;
        }

    .wpb_wrapper .vc_tta-accordion .vc_tta-panel {
        background-color: #eee;
        padding: 0;
        margin-top: 0;
        margin-bottom: 1px;
    }

        .wpb_wrapper .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a {
            padding-top: 15px;
            padding-bottom: 15px;
            color: #444;
            font-size: 16px;
        }

    .wpb_wrapper > h1:first-of-type, .wpb_wrapper > h2:first-of-type, .wpb_wrapper > h3:first-of-type, .wpb_wrapper > h4:first-of-type, .wpb_wrapper > h5:first-of-type {
        margin-top: 0;
    }

    .wpb_wrapper .lab-portfolio-items .portfolio-title-holder {
        margin-bottom: 35px;
    }

        .wpb_wrapper .lab-portfolio-items .portfolio-title-holder h1 {
            margin-top: 0;
        }

    .wpb_wrapper .lab-portfolio-items .portfolio-holder.default-horizontal-margin {
        margin-top: 15px;
    }

        .wpb_wrapper .lab-portfolio-items .portfolio-holder.default-horizontal-margin + .more-link {
            margin-top: 45px;
        }

    .wpb_wrapper .lab-portfolio-items .more-link {
        margin-top: 30px;
    }

    .wpb_wrapper .lab-dribbble-gallery .more-link {
        margin-top: 50px;
        -webkit-transition: opacity 350ms;
        -moz-transition: opacity 350ms;
        -o-transition: opacity 350ms;
        transition: opacity 350ms;
    }

    .wpb_wrapper .lab-contact-form .form-group .placeholder label {
        margin-bottom: 5px;
    }

    .wpb_wrapper .auto-type-element .lab-autotype-text-entry {
        display: inline-block;
    }

    .wpb_wrapper .lab-vc-products-carousel .shop-loading-products {
        display: none;
    }

    .wpb_wrapper .lab-vc-products-carousel .products .product {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow {
        position: absolute;
        top: 50%;
        cursor: pointer;
        visibility: visible;
        padding: 5px;
        margin-top: 20px;
        z-index: 1;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

        .wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow.ss-prev {
            left: 25px;
        }

            .wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow.ss-prev:active {
                left: 15px;
            }

        .wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow.ss-next {
            right: 25px;
        }

            .wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow.ss-next:active {
                right: 15px;
            }

        .wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow i {
            line-height: 1;
            font-size: 30px;
            color: #00b19e;
        }

    .wpb_wrapper .lab-vc-products-carousel .products:hover .nextprev-arrow {
        visibility: visible;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    .wpb_wrapper .lab-vc-products-carousel.products-hidden .shop-loading-products {
        display: block;
    }

    .wpb_wrapper .lab-vc-products-carousel.products-hidden .products {
        display: none;
    }

    .wpb_wrapper .wpb_single_image a:after {
        display: none!important;
    }

    .wpb_wrapper .lab-blog-posts .blog-post-column {
        margin-bottom: 30px;
    }

    .wpb_wrapper .lab-blog-posts .blog-post-entry {
        display: block;
        position: relative;
        border: 1px solid #eee;
    }

        .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image {
            position: relative;
        }

            .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a {
                display: block;
            }

                .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    background-color: rgba(0,177,158,.8);
                    visibility: hidden;
                    zoom: 1;
                    filter: alpha(opacity=0);
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    opacity: 0;
                }

                    .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display i {
                        position: absolute;
                        line-height: 36px;
                        left: 50%;
                        top: 50%;
                        color: #fff;
                        text-align: center;
                        font-size: 26px;
                        width: 36px;
                        height: 36px;
                        -webkit-transform: translate(-50%,-50%);
                        -moz-transform: translate(-50%,-50%);
                        -ms-transform: translate(-50%,-50%);
                        -o-transform: translate(-50%,-50%);
                        transform: translate(-50%,-50%);
                        margin-top: -10px;
                        -webkit-transition: all .5s;
                        -moz-transition: all .5s;
                        -o-transition: all .5s;
                        transition: all .5s;
                        zoom: 1;
                        filter: alpha(opacity=0);
                        -webkit-opacity: 0;
                        -moz-opacity: 0;
                        opacity: 0;
                    }

                .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a:hover .hover-display {
                    visibility: visible;
                    zoom: 1;
                    filter: alpha(opacity=100);
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                }

                    .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a:hover .hover-display i {
                        margin-top: 0;
                        zoom: 1;
                        filter: alpha(opacity=100);
                        -webkit-opacity: 1;
                        -moz-opacity: 1;
                        opacity: 1;
                    }

            .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image.is-finished img {
                visibility: visible;
                zoom: 1;
                filter: alpha(opacity=100);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

        .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container {
            padding: 20px 30px;
            padding-top: 30px;
        }

            .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-date {
                margin-bottom: 10px;
                color: #898989;
            }

            .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title {
                padding: 0;
                margin: 0;
                margin-bottom: 15px;
                font-size: 22px;
            }

                .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title a {
                    color: #333;
                    text-transform: none;
                }

                    .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title a:hover {
                        color: #00b19e;
                    }

    .wpb_wrapper .lab-blog-posts.display-loading .blog-post-column {
        display: none;
    }

    .wpb_wrapper .lab-blog-posts.display-loading + .blog-posts-loading-message {
        display: block;
    }

    .wpb_wrapper .lab-blog-posts + .blog-posts-loading-message {
        display: none;
        padding: 30px 0;
        text-align: center;
        font-size: 19px;
        color: #898989;
        background-color: #fbfbfb;
    }

    .wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry {
        display: table;
        table-layout: fixed;
    }

@media screen and (max-width:768px) {
    .wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry {
        display: block;
    }
}

.wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-content-container, .wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-image {
    display: table-cell;
    vertical-align: top;
}

@media screen and (max-width:768px) {
    .wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-content-container, .wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-image {
        display: block;
    }
}

.wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-image {
    width: 30%;
}

@media screen and (max-width:768px) {
    .wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-image {
        width: 100%!important;
    }
}

.wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-image img {
    width: 100%;
    height: auto;
}

.wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-content-container {
    padding-top: 20px;
}

.wpb_wrapper .lab-blog-posts.animated-eye-hover .blog-post-entry .blog-post-image a .hover-display i {
    background: url(../images/icons/eye.gif) no-repeat;
    width: 45px;
    height: 45px;
    -webkit-background-size: 45px;
    -moz-background-size: 45px;
    background-size: 45px;
}

    .wpb_wrapper .lab-blog-posts.animated-eye-hover .blog-post-entry .blog-post-image a .hover-display i:before {
        content: "";
        display: none;
    }

.wpb_wrapper .vc_images_carousel a img {
    width: 100%;
    height: auto;
}

.wpb_wrapper .wpb_video_wrapper .video-as-holder .video-aspect-ratio {
    display: none;
}

.wpb_wrapper .wpb_video_wrapper .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lab-vc-container .vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
}

.lab-vc-container > .vc_row {
    margin-left: 0;
    margin-right: 0;
}

.vc-container {
    position: relative;
    overflow: hidden;
}

    .vc-container.half-margin {
        margin-bottom: 20px;
    }

    .vc-container .lab-row-container:after, .vc-container .lab-row-container:before {
        content: " ";
        display: table;
    }

    .vc-container .lab-row-container:after {
        clear: both;
    }

    .vc-container .lab-row-container:after, .vc-container .lab-row-container:before {
        content: " ";
        display: table;
    }

    .vc-container .lab-row-container:after {
        clear: both;
    }

    .vc-container .lab-vc-container {
        padding-left: 0;
        padding-right: 0;
    }

    .vc-container .vc_row.vc_inner {
        margin-left: 0;
        margin-right: 0;
    }

    .vc-container > .vc_row:last-child {
        margin-bottom: 0;
    }

    .vc-container .lab-row-container {
        position: relative;
        margin-bottom: 180px;
    }

        .vc-container .lab-row-container.lab-full-width {
            margin-left: -15px;
            margin-right: -15px;
        }

            .vc-container .lab-row-container.lab-full-width div[data-vc-full-width] {
                left: 0!important;
                right: 0!important;
                width: 100%!important;
                margin: 0!important;
            }

        .vc-container .lab-row-container .wpb_row {
            margin-bottom: 0;
        }

.portfolio-vc-type-container + .container .page-container {
    margin-bottom: 45px;
}

.go-to-top {
    display: block;
    position: fixed;
    background-color: #000;
    bottom: 0;
    right: 0;
    z-index: 10000;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    text-decoration: none!important;
    visibility: hidden;
    margin: 30px;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(.5);
    -moz-transform: rotate(180deg) scale(.5);
    -ms-transform: rotate(180deg) scale(.5);
    -o-transform: rotate(180deg) scale(.5);
    transform: rotate(180deg) scale(.5);
    width: 45px;
    height: 45px;
}

@media screen and (max-width:768px) {
    .go-to-top {
        font-size: 14px;
        line-height: 35px;
        margin: 20px;
        width: 35px;
        height: 35px;
    }
}

.go-to-top.rounded {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}

.go-to-top i {
    color: #fff;
    position: relative;
    display: block;
    margin-top: 1px;
}

.go-to-top.visible {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -webkit-transform: rotate(180deg) scale(1);
    -moz-transform: rotate(180deg) scale(1);
    -ms-transform: rotate(180deg) scale(1);
    -o-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
}

.fullscreen-menu-is-open .go-to-top.visible {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.go-to-top.visible:hover {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background-color: #00b19e;
}

.go-to-top.position-bottom-center, .go-to-top.position-top-center {
    right: 50%;
    margin: 30px 0;
    margin-right: 22.5px;
}

@media screen and (max-width:768px) {
    .go-to-top.position-bottom-center, .go-to-top.position-top-center {
        margin: 20px 0;
        margin-right: 17.5px;
    }
}

.go-to-top.position-bottom-left, .go-to-top.position-top-left {
    right: auto;
    left: 0;
}

.go-to-top.position-top-center, .go-to-top.position-top-left, .go-to-top.position-top-right {
    top: 0;
    bottom: 0;
}

.go-to-top.position-top-center {
    right: 50%;
    margin: 30px 0;
    margin-right: 22.5px;
}

@media screen and (max-width:768px) {
    .go-to-top.position-top-center {
        margin: 20px 0;
        margin-right: 17.5px;
    }
}

.ninja-forms-form-wrap > h2 {
    margin-top: 0;
    font-size: 26px;
}

.ninja-forms-form-wrap .ninja-forms-response-msg {
    font-size: 14px;
    margin-bottom: 20px;
}

    .ninja-forms-form-wrap .ninja-forms-response-msg.ninja-forms-error-msg {
        background: #e44c52;
        color: #fff;
        padding: 10px 10px;
    }

    .ninja-forms-form-wrap .ninja-forms-response-msg.ninja-forms-success-msg {
        background: #b5e07b;
        color: #fff;
        padding: 10px 10px;
    }

        .ninja-forms-form-wrap .ninja-forms-response-msg.ninja-forms-success-msg p {
            color: #333;
        }

            .ninja-forms-form-wrap .ninja-forms-response-msg.ninja-forms-success-msg p:last-child {
                margin-bottom: 0;
            }

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .ninja-forms-required-items {
    margin-bottom: 20px;
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap input[type=radio] {
    -webkit-appearance: radio;
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap input[type=checkbox] {
    -webkit-appearance: checkbox;
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-field-description {
    margin: 10px 0;
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .indicator-hint {
    margin-top: 10px;
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap.spam-wrap.label-left label {
    display: inline-block;
    margin-bottom: 5px;
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap.list-dropdown-wrap {
    position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap.list-dropdown-wrap select {
        -webkit-appearance: none;
        -webkit-border-radius: 1px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 1px;
        -moz-background-clip: padding;
        border-radius: 1px;
        background-clip: padding-box;
    }

    .ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap.list-dropdown-wrap:before {
        font-family: FontAwesome;
        content: '\f107';
        position: absolute;
        right: 0;
        bottom: 0;
        line-height: 33px;
        margin-right: 10px;
    }
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .ninja-forms-star-rating a {
    background: 0 0;
    position: relative;
    text-indent: 0;
    color: transparent;
}

    .ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .ninja-forms-star-rating a:before {
        content: '\f005';
        font-family: FontAwesome;
        display: block;
        text-indent: 0;
        color: #dadada;
    }

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .ninja-forms-star-rating.ninja-forms-star-rating-hover a:before {
    color: #bbb;
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .ninja-forms-star-rating.ninja-forms-star-rating-on a:before {
    color: #f1c40f;
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .rating-cancel {
    background: 0 0;
}

    .ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .rating-cancel a {
        text-indent: 0;
        background: 0 0;
        margin-right: 5px;
    }

        .ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .rating-cancel a:before {
            font-family: FontAwesome;
            content: '\f00d';
            background: 0 0;
            color: #dadada;
        }

    .ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .rating-cancel.ninja-forms-star-rating-cancel-hover a:before {
        color: #bbb;
    }

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap.label-left > label {
    padding-right: 10px;
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-field-error {
    color: #e44c52;
    font-size: 13px;
    margin-top: 5px;
}

    .ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-field-error p {
        color: #e44c52;
    }

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap #pass-strength-result {
    font-size: 13px;
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .nf-desc + .field-wrap {
    margin-top: 20px;
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap.label-left .ninja-forms-field, .ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap.label-left .ninja-forms-star-rating-control {
    margin-left: 0;
}

.video-js {
    background-color: #eee!important;
}

    .video-js.vjs-default-skin .vjs-big-play-button {
        left: 50%;
        top: 50%;
        margin: 0;
        border: 0;
        background: 0 0;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 50px;
        height: 50px;
        -webkit-transition: opacity .1s cubic-bezier(.455,.03,.515,.955);
        -moz-transition: opacity .1s cubic-bezier(.455,.03,.515,.955);
        -o-transition: opacity .1s cubic-bezier(.455,.03,.515,.955);
        transition: opacity .1s cubic-bezier(.455,.03,.515,.955);
    }

        .video-js.vjs-default-skin .vjs-big-play-button:before {
            display: none;
        }

        .video-js.vjs-default-skin .vjs-big-play-button:after {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            font-family: linea;
            content: '\e03a';
            font-size: 50px;
            line-height: 50px;
        }

    .video-js.vjs-default-skin:hover .vjs-big-play-button {
        background: 0 0;
    }

    .video-js.vjs-default-skin .vjs-poster {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }

    .video-js.vjs-default-skin .vjs-control-bar *, .video-js.vjs-default-skin .vjs-control-bar :before {
        text-shadow: none!important;
    }

    .video-js.vjs-minimal-skin .vjs-loading-spinner {
        border: 6px solid rgba(255,255,255,.2);
        -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite;
        -moz-animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite;
        -o-animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite;
        animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite;
    }

        .video-js.vjs-minimal-skin .vjs-loading-spinner:after, .video-js.vjs-minimal-skin .vjs-loading-spinner:before {
            -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite;
            -moz-animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite;
            -o-animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite;
            animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite;
        }

    .video-js.vjs-minimal-skin .vjs-control-bar {
        background: 0 0;
        bottom: 5px;
        left: 0;
        right: 0;
        height: 40px;
        width: auto;
    }

        .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-fullscreen-control, .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-play-control, .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-volume-menu-button {
            font-size: 15px;
        }

            .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-fullscreen-control:before, .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-play-control:before, .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-volume-menu-button:before {
                line-height: 40px;
            }

        .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-volume-menu-button {
            font-size: 12px;
        }

            .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-volume-menu-button .vjs-menu .vjs-menu-content {
                height: auto;
            }

                .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-volume-menu-button .vjs-menu .vjs-menu-content .vjs-volume-bar {
                    margin: 18px 15px;
                    height: 4px;
                    background: rgba(255,255,255,.3);
                }

                    .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-volume-menu-button .vjs-menu .vjs-menu-content .vjs-volume-bar .vjs-volume-level {
                        height: 100%;
                    }

                        .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-volume-menu-button .vjs-menu .vjs-menu-content .vjs-volume-bar .vjs-volume-level:before {
                            display: none;
                        }

        .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control .vjs-progress-holder {
            height: 4px;
        }

            .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control .vjs-progress-holder .vjs-load-progress {
                background-color: rgba(0,0,0,.1);
                height: 100%;
            }

        .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control .vjs-slider {
            background-color: rgba(255,255,255,.4);
        }

        .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control .vjs-mouse-display {
            background-color: #fff;
        }

        .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control .vjs-play-progress.vjs-slider-bar {
            height: 100%;
        }

        .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control .vjs-play-progress:before {
            display: none;
        }

        .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control:hover .vjs-progress-holder {
            font-size: inherit;
        }

        .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-remaining-time {
            display: none!important;
        }

        .video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-fullscreen-control:before {
            content: '';
            border: 3px solid #fff;
            left: 50%;
            top: 50%;
            width: 22px;
            height: 15px;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

.vjs-fullscreen.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-fullscreen-control:before {
    border-top-width: 8px;
    border-right-width: 15px;
}

.video-js-el {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

    .video-js-el.video-js-init {
        visibility: visible!important;
        zoom: 1!important;
        filter: alpha(opacity=100)!important;
        -webkit-opacity: 1!important;
        -moz-opacity: 1!important;
        opacity: 1!important;
    }

.video-as-holder {
    position: relative;
}

    .video-as-holder .video-aspect-ratio {
        display: none;
        background-color: #eee;
    }

    .video-as-holder.enabled .video-aspect-ratio {
        display: block;
    }

    .video-as-holder.enabled .wp-video {
        width: 100%!important;
    }

    .video-as-holder.enabled .video-aspect-ratio + *, .video-as-holder.enabled .video-js, .video-as-holder.enabled iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.vjs-using-native-controls .vjs-tech {
    visibility: visible!important;
}

.vjs-using-native-controls .vjs-poster {
    display: none!important;
}

.vjs-using-native-controls audio, .vjs-using-native-controls video {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.transparent-header-bar .lg-toolbar {
    background-color: transparent!important;
}

.body-lg-skin-kalium-default-lg-skin-kalium-light .lg-backdrop {
    background-color: transparent!important;
}

.lg-backdrop {
    z-index: 1111040;
}

.lg-outer {
    z-index: 1111050;
}

    .lg-outer .lg-thumb-item {
        -webkit-border-radius: 2px!important;
        -webkit-background-clip: padding-box!important;
        -moz-border-radius: 2px!important;
        -moz-background-clip: padding!important;
        border-radius: 2px!important;
        background-clip: padding-box!important;
    }

        .lg-outer .lg-thumb-item.active {
            border-color: #00b19e!important;
        }

        .lg-outer .lg-thumb-item:hover {
            border-color: #00b19e!important;
        }

    .lg-outer .lg-sub-html p {
        color: #fff;
    }

    .lg-outer .lg-progress-bar .lg-progress {
        background-color: #00b19e;
    }

    .lg-outer.lg-skin-kalium-default .lg-inner .lg-item {
        background: url(../images/icons/lg-preloader-dark.gif) center center no-repeat!important;
        -webkit-background-size: 35px!important;
        -moz-background-size: 35px!important;
        background-size: 35px!important;
    }

    .lg-outer.lg-skin-kalium-default .lg-toolbar {
        background-color: transparent;
    }

        .lg-outer.lg-skin-kalium-default .lg-toolbar #lg-counter {
            font-size: 0;
        }

            .lg-outer.lg-skin-kalium-default .lg-toolbar #lg-counter #lg-counter-all, .lg-outer.lg-skin-kalium-default .lg-toolbar #lg-counter #lg-counter-current {
                font-size: 20px;
                position: relative;
                display: inline-block;
            }

            .lg-outer.lg-skin-kalium-default .lg-toolbar #lg-counter #lg-counter-current {
                top: -20px;
                left: 4px;
            }

                .lg-outer.lg-skin-kalium-default .lg-toolbar #lg-counter #lg-counter-current:after {
                    content: "/";
                    position: relative;
                    top: 18px;
                    font-weight: 100;
                    font-size: 38px;
                    display: inline-block;
                    -webkit-transform: rotate(9);
                    -ms-transform: rotate(9);
                    -o-transform: rotate(9);
                    transform: rotate(9);
                    -webkit-transform: rotate(9deg);
                    -moz-transform: rotate(9deg);
                    -ms-transform: rotate(9deg);
                    -o-transform: rotate(9deg);
                    transform: rotate(9deg);
                    font-family: sans-serif;
                }

@media screen and (max-width:768px) {
    .lg-outer.lg-skin-kalium-default .lg-toolbar #lg-counter #lg-counter-current:after {
        content: "";
    }
}

@media screen and (max-width:768px) {
    .lg-outer.lg-skin-kalium-default .lg-toolbar #lg-counter #lg-counter-current {
        top: 0;
        left: 0;
    }
}

.lg-outer.lg-skin-kalium-default .lg-toolbar #lg-counter #lg-counter-all {
    top: 4px;
    left: 4px;
}

@media screen and (max-width:768px) {
    .lg-outer.lg-skin-kalium-default .lg-toolbar #lg-counter #lg-counter-all {
        top: 0;
        left: 0;
    }
}

@media screen and (max-width:768px) {
    .lg-outer.lg-skin-kalium-default .lg-toolbar #lg-counter {
        font-size: 20px;
    }
}

.lg-outer.lg-skin-kalium-default .lg-sub-html p {
    font-size: 14px;
    opacity: .75;
}

.lg-outer.lg-skin-kalium-default .lg-progress-bar {
    height: 2px;
}

    .lg-outer.lg-skin-kalium-default .lg-progress-bar .lg-progress {
        height: 2px;
    }

.lg-outer.lg-skin-kalium-default .lg-thumb-outer .lg-thumb {
    padding: 0;
}

    .lg-outer.lg-skin-kalium-default .lg-thumb-outer .lg-thumb .lg-thumb-item {
        margin-right: 0!important;
        border: 0;
        -webkit-border-radius: 0!important;
        -webkit-background-clip: padding-box!important;
        -moz-border-radius: 0!important;
        -moz-background-clip: padding!important;
        border-radius: 0!important;
        background-clip: padding-box!important;
        zoom: 1;
        filter: alpha(opacity=70);
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
        transition: all 250ms ease-in-out;
    }

        .lg-outer.lg-skin-kalium-default .lg-thumb-outer .lg-thumb .lg-thumb-item.active, .lg-outer.lg-skin-kalium-default .lg-thumb-outer .lg-thumb .lg-thumb-item:hover {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

.lg-outer.lg-skin-kalium-default .lg-actions .lg-next, .lg-outer.lg-skin-kalium-default .lg-actions .lg-prev {
    -webkit-border-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 1px;
    -moz-background-clip: padding;
    border-radius: 1px;
    background-clip: padding-box;
    font-family: Flaticon;
    font-style: normal;
    background-color: transparent;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    .lg-outer.lg-skin-kalium-default .lg-actions .lg-next:after, .lg-outer.lg-skin-kalium-default .lg-actions .lg-prev:after {
        font-size: 51px;
        content: "\e003";
    }

@media screen and (max-width:768px) {
    .lg-outer.lg-skin-kalium-default .lg-actions .lg-next:after, .lg-outer.lg-skin-kalium-default .lg-actions .lg-prev:after {
        font-size: 30px;
    }
}

.lg-outer.lg-skin-kalium-default .lg-actions .lg-prev {
    margin-left: 20px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media screen and (max-width:768px) {
    .lg-outer.lg-skin-kalium-default .lg-actions .lg-prev {
        margin-left: 0;
    }
}

.lg-outer.lg-skin-kalium-default .lg-actions .lg-prev:active {
    margin-left: 5px;
}

@media screen and (max-width:768px) {
    .lg-outer.lg-skin-kalium-default .lg-actions .lg-prev:active {
        margin-left: 0;
    }
}

.lg-outer.lg-skin-kalium-default .lg-actions .lg-next {
    margin-right: 20px;
}

@media screen and (max-width:768px) {
    .lg-outer.lg-skin-kalium-default .lg-actions .lg-next {
        margin-right: 0;
    }
}

.lg-outer.lg-skin-kalium-default .lg-actions .lg-next:before {
    content: "";
}

.lg-outer.lg-skin-kalium-default .lg-actions .lg-next:active {
    margin-right: 5px;
}

@media screen and (max-width:768px) {
    .lg-outer.lg-skin-kalium-default .lg-actions .lg-next:active {
        margin-right: 0;
    }
}

.lg-outer.lg-skin-kalium-default .lg-caret {
    display: none!important;
}

.lg-outer.lg-skin-kalium-default .lg-pager-outer .lg-pager-cont .lg-pager-thumb-cont {
    -webkit-border-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 1px;
    -moz-background-clip: padding;
    border-radius: 1px;
    background-clip: padding-box;
    border-bottom: 10px;
    padding: 0;
    width: auto;
    height: auto;
    margin-left: -30px;
    margin-right: -30px;
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 15px rgba(0,0,0,.25);
    box-shadow: 0 2px 15px rgba(0,0,0,.25);
}

.lg-outer.lg-skin-kalium-default .lg-pager-outer .lg-pager-cont.lg-pager-active .lg-pager {
    background: #fff;
}

.lg-outer.lg-skin-kalium-default .lg-pager-outer .lg-pager-cont .lg-pager {
    width: 6px;
    height: 6px;
    -webkit-box-shadow: 0 0 0 #000;
    -moz-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
}

.lg-outer.lg-skin-kalium-default.lg-skin-kalium-light {
    background-color: rgba(255,255,255,.9);
}

    .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-inner .lg-item {
        background: url(../images/icons/lg-preloader.gif) center center no-repeat!important;
        -webkit-background-size: 35px!important;
        -moz-background-size: 35px!important;
        background-size: 35px!important;
    }

    .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-toolbar .lg-icon {
        color: #222;
    }

    .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-toolbar #lg-counter {
        color: #222;
    }

        .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-toolbar #lg-counter #lg-counter-all, .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-toolbar #lg-counter #lg-counter-current {
            color: #222;
        }

            .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-toolbar #lg-counter #lg-counter-current:after {
                color: #222;
            }

    .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-actions .lg-next, .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-actions .lg-prev {
        background-color: transparent;
    }

        .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-actions .lg-next:hover, .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-actions .lg-prev:hover {
            color: #222;
        }

    .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-sub-html {
        background-color: rgba(255,255,255,.3);
        color: #222;
    }

        .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-sub-html p {
            color: #222!important;
        }

    .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-progress-bar {
        background-color: transparent;
    }

    .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-thumb-outer {
        background-color: #fff!important;
    }

        .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-thumb-outer .lg-toogle-thumb {
            background-color: transparent;
            color: #222!important;
        }

@media screen and (max-width:768px) {
    .lg-outer.lg-skin-kalium-default.lg-skin-kalium-light {
        background-color: #fff;
    }
}

.lg-outer.lg-skin-kalium-default.lg-skin-kalium-light .lg-sub-html p {
    color: #fff;
}

.alert {
    font-size: 20px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border: 0;
    padding: 20px 25px;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
}

    .alert .close {
        text-shadow: none;
        zoom: 1;
        filter: alpha(opacity=90);
        -webkit-opacity: .9;
        -moz-opacity: .9;
        opacity: .9;
        position: absolute;
        right: 24px;
        top: 50%;
        margin-top: -15px;
    }

        .alert .close:before {
            content: "\e00c";
            font-family: Flaticon;
            font-size: 18px;
            font-weight: 200;
            color: #fff;
        }

    .alert.alert-default {
        background-color: #00b19e;
        color: #fff;
    }

    .alert a, .alert p {
        color: #fff;
    }

.btn {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border: 0;
    padding: 8px 20px;
    font-weight: 400;
    margin-bottom: 5px;
    vertical-align: top;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .btn.btn-large {
        padding: 14px 20px;
        font-size: 16px;
    }

    .btn.btn-small {
        padding: 6px 15px;
        font-size: 11px;
    }

    .btn.btn-mini {
        padding: 2px 6px;
        font-size: 10px;
        text-transform: uppercase;
    }

    .btn.btn-normal.btn-type-standard {
        padding: 10px 22px;
    }

    .btn.btn-type-outlined.btn-large {
        padding: 12px 18px;
    }

    .btn.btn-type-outlined.btn-small {
        padding: 4px 13px;
    }

    .btn.btn-type-outlined.btn-mini {
        padding: 0 4px;
    }

    .btn.btn-type-outlined:hover {
        background: 0 0;
    }

    .btn.btn-primary {
        background: #00b19e;
        color: #fff;
    }

        .btn.btn-primary:hover {
            background-color: #009887;
        }

    .btn.btn-default {
        background: #00b19e;
        color: #fff;
    }

        .btn.btn-default:hover {
            background-color: #009887;
        }

    .btn.btn-secondary {
        background: #898989;
        color: #fff;
    }

        .btn.btn-secondary:hover {
            background-color: #7c7c7c;
        }

    .btn.btn-lab {
        background: #eee;
        color: #898989;
    }

        .btn.btn-lab:hover {
            background-color: #e1e1e1;
        }

    .btn.btn-black {
        background: #333;
        color: #fff;
    }

        .btn.btn-black:hover {
            background-color: #404040;
        }

    .btn.btn-blue {
        background: #00aeef;
        color: #fff;
    }

        .btn.btn-blue:hover {
            background-color: #009bd6;
        }

    .btn.btn-red {
        background: #ea2f3d;
        color: #fff;
    }

        .btn.btn-red:hover {
            background-color: #e81827;
        }

    .btn.btn-green {
        background: #8dc63f;
        color: #fff;
    }

        .btn.btn-green:hover {
            background-color: #80b636;
        }

    .btn.btn-yellow {
        background: #ffb83f;
        color: #fff;
    }

        .btn.btn-yellow:hover {
            background-color: #ffaf25;
        }

    .btn.btn-white {
        color: #898989;
        background: #fff;
    }

    .btn.btn-type-fliphover {
        position: relative;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .btn.btn-type-fliphover:before {
            content: "";
            width: 100%;
            height: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #eee;
            z-index: -1;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

        .btn.btn-type-fliphover:hover:before {
            height: 100%;
        }

        .btn.btn-type-fliphover.black {
            color: #333;
            border: 2px solid #333;
        }

            .btn.btn-type-fliphover.black:after {
                background: #333;
            }

            .btn.btn-type-fliphover.black:hover {
                color: #fff;
                border-color: #333;
            }

        .btn.btn-type-fliphover.grey {
            color: #898989;
            border: 2px solid #898989;
        }

            .btn.btn-type-fliphover.grey:after {
                background: #898989;
            }

            .btn.btn-type-fliphover.grey:hover {
                color: #fff;
                border-color: #898989;
            }

        .btn.btn-type-fliphover.main-color {
            color: #00b19e;
            border: 2px solid #00b19e;
        }

            .btn.btn-type-fliphover.main-color:after {
                background: #00b19e;
            }

            .btn.btn-type-fliphover.main-color:hover {
                color: #fff;
                border-color: #00b19e;
            }

.lab-divider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: table;
}

    .lab-divider .divider-line, .lab-divider .lab-divider-content {
        vertical-align: middle;
        display: table-cell;
    }

    .lab-divider .divider-line {
        position: relative;
    }

        .lab-divider .divider-line .double-line {
            display: none;
        }

        .lab-divider .divider-line.divider-left {
            width: 50%;
        }

        .lab-divider .divider-line.divider-right {
            width: 50%;
        }

        .lab-divider .divider-line span {
            height: 1px;
            border-top: 1px solid #333;
            display: block;
            position: relative;
            top: 1px;
            width: 100%;
        }

    .lab-divider .lab-divider-content span {
        display: block;
        white-space: nowrap;
        padding: 12px 25px;
        text-align: center;
        font-size: 16px;
    }

    .lab-divider.divider-type-1 .lab-divider-content span {
        padding: 10px 20px;
        border: 2px solid #333;
        box-shadow: 4px 4px 0 0 #eee;
    }

    .lab-divider.divider-type-2 .lab-divider-content span {
        padding: 12px 30px;
    }

    .lab-divider.divider-type-2 .divider-line span {
        border-top: 2px solid #333;
    }

    .lab-divider.divider-type-3 .divider-line span {
        border-top: 1px solid #333;
    }

    .lab-divider.divider-type-3 .divider-line .double-line {
        display: block;
        border-top: 1px solid #333;
        top: 2px;
    }

    .lab-divider.divider-type-4 .lab-divider-content span {
        background: #333;
        color: #fff;
        padding: 12px 25px;
        margin: 10px;
    }

    .lab-divider.divider-type-5 .divider-line span {
        background: url(../images/icons/divider-3.png);
        background-size: 7px;
        height: 3px;
        border: none;
    }

    .lab-divider.divider-type-6 .divider-line span {
        background: url(../images/icons/divider-2.png);
        background-size: 8px;
        height: 8px;
        border: none;
    }

    .lab-divider.divider-type-7 .divider-line span {
        border: 0;
        height: 6px;
        background: url(../images/icons/divider-1.png);
        background-size: 10px;
    }

    .lab-divider.divider-plain {
        margin-bottom: 40px;
    }

        .lab-divider.divider-plain .lab-divider-content {
            margin-left: auto;
            margin-right: auto;
        }

    .lab-divider.type-saw .lab-divider-content {
        height: 6px;
        background: url(../images/icons/divider-1.png);
        background-size: 10px;
    }

    .lab-divider.type-thin .lab-divider-content {
        border-bottom: 2px solid #333;
    }

    .lab-divider.type-thick .lab-divider-content {
        border-bottom: 3px solid #333;
    }

.pricing-table {
    background-color: #eee;
}

    .pricing-table .plan {
        text-align: center;
        margin: 0 0 15px;
        list-style: none;
        padding: 25px 0;
        padding: 0;
    }

        .pricing-table .plan .plan-head {
            background: #00b19e;
            text-align: center;
            padding: 55px 0 50px 0;
        }

            .pricing-table .plan .plan-head .price {
                font-size: 24px;
            }

            .pricing-table .plan .plan-head p {
                font-size: 15px;
                color: #fff;
            }

        .pricing-table .plan .plan-name {
            background: #333;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            padding: 15px 20px;
            margin-bottom: 20px;
        }

        .pricing-table .plan .plan-action {
            padding-bottom: 24px;
        }

            .pricing-table .plan .plan-action .btn {
                color: #fff!important;
            }

                .pricing-table .plan .plan-action .btn:hover {
                    zoom: 1;
                    filter: alpha(opacity=80);
                    -webkit-opacity: .8;
                    -moz-opacity: .8;
                    opacity: .8;
                }

        .pricing-table .plan li {
            padding: 14px 15px;
            color: #333;
        }

.sidebar-menu-wrapper {
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    background: #fff;
    z-index: 10005;
    visibility: visible;
    padding: 20px 0;
    -webkit-transition: all 0s cubic-bezier(.785,.135,.15,.86);
    -moz-transition: all 0s cubic-bezier(.785,.135,.15,.86);
    -o-transition: all 0s cubic-bezier(.785,.135,.15,.86);
    transition: all 0s cubic-bezier(.785,.135,.15,.86);
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

    .sidebar-menu-wrapper.sidebar-alignment-left {
        right: 100%;
        left: auto;
    }

    .sidebar-menu-wrapper .sidebar-menu-container {
        position: relative;
        min-width: 360px;
        max-height: 100%;
        overflow: hidden;
        padding: 25px 60px;
    }

        .sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close {
            float: right;
            background: url(../images/icons/icon-menu-close.svg) no-repeat 0 0;
            width: 30px;
            height: 30px;
            -webkit-background-size: 60px 30px;
            -moz-background-size: 60px 30px;
            background-size: 60px 30px;
            margin-bottom: 20px;
            top: 2px;
            position: relative;
        }

            .sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close:hover {
                background-position: -30px 0;
                cursor: pointer;
            }

        .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul > li > a, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu > li > a {
                font-size: 18px;
                line-height: 34px;
                color: #898989;
            }

            .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li ul, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li ul {
                height: 0;
                overflow: hidden;
            }

                .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li ul li, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li ul li {
                    padding-left: 15px;
                }

                    .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li ul li > a, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li ul li > a {
                        color: #898989;
                        line-height: 1.6;
                        -webkit-transition: all .2s cubic-bezier(.445,.050,.55,.95);
                        -moz-transition: all .2s cubic-bezier(.445,.050,.55,.95);
                        -o-transition: all .2s cubic-bezier(.445,.050,.55,.95);
                        transition: all .2s cubic-bezier(.445,.050,.55,.95);
                    }

                        .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li ul li > a:hover, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li ul li > a:hover {
                            color: #00b19e;
                        }

                        .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li ul li > a:after, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li ul li > a:after {
                            width: 0!important;
                        }

                    .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li ul li:hover > a, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li ul li:hover > a {
                        color: #00b19e;
                    }

            .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li.sub-visible > ul, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li.sub-visible > ul {
                height: auto;
            }

            .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li.current-menu-ancestor > a, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li.current-menu-item > a, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li.current_page_ancestor > a, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li.current_page_item > a, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li.current-menu-ancestor > a, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li.current-menu-item > a, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li.current_page_ancestor > a, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li.current_page_item > a {
                color: #00b19e;
            }

                .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li.current-menu-ancestor > a:after, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li.current-menu-item > a:after, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li.current_page_ancestor > a:after, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li.current_page_item > a:after, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li.current-menu-ancestor > a:after, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li.current-menu-item > a:after, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li.current_page_ancestor > a:after, .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li.current_page_item > a:after {
                    width: 100%;
                }

        .sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu + .sidebar-menu-widgets {
            margin-top: 60px;
        }

        .sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-widgets .sidebar-box-holder .sidebar-entry-title {
            font-size: 22px;
            margin-bottom: 20px;
        }

        .sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-widgets .sidebar-box-holder + .sidebar-box-holder {
            margin-top: 60px;
        }

    .sidebar-menu-wrapper .ps-container .ps-scrollbar-y-rail {
        right: -5px!important;
    }

    .sidebar-menu-wrapper.menu-skin-dark {
        background: #1a1a1a;
    }

        .sidebar-menu-wrapper.menu-skin-dark .sidebar-menu-container .sidebar-main-menu div.menu > ul > li > a, .sidebar-menu-wrapper.menu-skin-dark .sidebar-menu-container .sidebar-main-menu ul.menu > li > a {
            color: #fff;
        }

.sidebar-is-opened .sidebar-menu-wrapper.menu-skin-dark + .sidebar-menu-disabler {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

.sidebar-menu-wrapper.menu-skin-light {
    background: #fff;
}

    .sidebar-menu-wrapper.menu-skin-light .sidebar-menu-container .sidebar-main-menu div.menu > ul > li > a, .sidebar-menu-wrapper.menu-skin-light .sidebar-menu-container .sidebar-main-menu ul.menu > li > a {
        color: #333;
    }

.sidebar-is-opened .sidebar-menu-wrapper.menu-skin-light + .sidebar-menu-disabler {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

@media screen and (max-width:768px) {
    .sidebar-menu-wrapper {
        display: none!important;
    }
}

.sidebar-menu-disabler {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222;
    cursor: -webkit-image-set(url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAYM+UUHBYAAAAPUlEQVR4AeXSwQkAIAwEwVzsv2fh3mMF+ssOQhBnMzjZyYE0QpogDZCOEA2+jo5FuDpEveJecM9X7/b8PhcNlwDl/m+bagAAAABJRU5ErkJggg==) 1x,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAYM+UUHBYAAAAPUlEQVR4AeXSwQkAIAwEwVzsv2fh3mMF+ssOQhBnMzjZyYE0QpogDZCOEA2+jo5FuDpEveJecM9X7/b8PhcNlwDl/m+bagAAAABJRU5ErkJggg==) 2x),pointer;
    z-index: 10000;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.075,.82,.165,1),opacity 250ms;
    -moz-transition: all .4s cubic-bezier(.075,.82,.165,1),opacity 250ms;
    -o-transition: all .4s cubic-bezier(.075,.82,.165,1),opacity 250ms;
    transition: all .4s cubic-bezier(.075,.82,.165,1),opacity 250ms;
}

.sidebar-is-opened .sidebar-menu-disabler {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
}

@media screen and (max-width:768px) {
    .sidebar-is-opened .sidebar-menu-disabler {
        display: none;
    }
}

.sidebar-is-opened {
    overflow: hidden;
}

    .sidebar-is-opened > .wrapper {
        -webkit-transform: translate3d(-100px,0,0);
        -moz-transform: translate3d(-100px,0,0);
        -ms-transform: translate3d(-100px,0,0);
        -o-transform: translate3d(-100px,0,0);
        transform: translate3d(-100px,0,0);
    }

        .sidebar-is-opened > .wrapper .sidebar-menu-wrapper {
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            -webkit-transform: translate3d(100px,0,0);
            -moz-transform: translate3d(100px,0,0);
            -ms-transform: translate3d(100px,0,0);
            -o-transform: translate3d(100px,0,0);
            transform: translate3d(100px,0,0);
        }

.sidebar-is-opened-left.sidebar-is-opened > .wrapper {
    -webkit-transform: translate3d(100px,0,0);
    -moz-transform: translate3d(100px,0,0);
    -ms-transform: translate3d(100px,0,0);
    -o-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
}

    .sidebar-is-opened-left.sidebar-is-opened > .wrapper .sidebar-menu-wrapper {
        -webkit-transform: translate3d(-100px,0,0);
        -moz-transform: translate3d(-100px,0,0);
        -ms-transform: translate3d(-100px,0,0);
        -o-transform: translate3d(-100px,0,0);
        transform: translate3d(-100px,0,0);
    }

@media screen and (max-width:768px) {
    .sidebar-is-opened > .wrapper {
        -webkit-transform: translate3d(0,0,0)!important;
        -moz-transform: translate3d(0,0,0)!important;
        -ms-transform: translate3d(0,0,0)!important;
        -o-transform: translate3d(0,0,0)!important;
        transform: translate3d(0,0,0)!important;
    }

        .sidebar-is-opened > .wrapper .sidebar-menu-wrapper {
            -webkit-transform: translate3d(0,0,0)!important;
            -moz-transform: translate3d(0,0,0)!important;
            -ms-transform: translate3d(0,0,0)!important;
            -o-transform: translate3d(0,0,0)!important;
            transform: translate3d(0,0,0)!important;
        }
}

.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 75%;
    height: 100%;
    right: 100%;
    z-index: 150000;
    cursor: pointer;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all .4s cubic-bezier(.445,.050,.55,.95);
    -moz-transition: all .4s cubic-bezier(.445,.050,.55,.95);
    -o-transition: all .4s cubic-bezier(.445,.050,.55,.95);
    transition: all .4s cubic-bezier(.445,.050,.55,.95);
}

@media screen and (max-width:480px) {
    .mobile-menu-wrapper {
        -webkit-transform: translate3d(-30%,0,0);
        -moz-transform: translate3d(-30%,0,0);
        -ms-transform: translate3d(-30%,0,0);
        -o-transform: translate3d(-30%,0,0);
        transform: translate3d(-30%,0,0);
    }
}

@media screen and (min-width:769px) {
    .mobile-menu-wrapper {
        display: none;
    }
}

.mobile-menu-wrapper .mobile-menu-container {
    padding: 15px 0;
    display: inline-block;
    background-color: #fff;
    height: 100%;
    position: relative;
    cursor: default;
    overflow: hidden;
    min-width: 280px;
    max-width: 75%;
}

    .mobile-menu-wrapper .mobile-menu-container .mobile-menu-close {
        float: right;
        position: relative;
        margin-top: 8px;
        margin-right: 20px;
        background: url(../images/icons/icon-menu-close.svg) no-repeat 0 0;
        width: 30px;
        height: 30px;
        -webkit-background-size: 60px 30px;
        -moz-background-size: 60px 30px;
        background-size: 60px 30px;
    }

        .mobile-menu-wrapper .mobile-menu-container .mobile-menu-close:hover {
            background-position: -30px 0;
            cursor: pointer;
        }

    .mobile-menu-wrapper .mobile-menu-container ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .mobile-menu-wrapper .mobile-menu-container div.menu > ul > li > a, .mobile-menu-wrapper .mobile-menu-container ul.menu > li > a {
            display: block;
            padding: 10px 30px;
            color: #333;
            text-decoration: none;
            font-size: 19px;
            text-transform: uppercase;
        }

        .mobile-menu-wrapper .mobile-menu-container div.menu > ul > li ul, .mobile-menu-wrapper .mobile-menu-container ul.menu > li ul {
            padding: 0 30px;
            overflow: hidden;
            height: 0;
        }

            .mobile-menu-wrapper .mobile-menu-container div.menu > ul > li ul.is-visible, .mobile-menu-wrapper .mobile-menu-container ul.menu > li ul.is-visible {
                height: auto;
            }

            .mobile-menu-wrapper .mobile-menu-container div.menu > ul > li ul > li > a, .mobile-menu-wrapper .mobile-menu-container ul.menu > li ul > li > a {
                display: inline-block;
                font-size: 18px;
                color: #898989;
                padding: 2px 0;
            }

            .mobile-menu-wrapper .mobile-menu-container div.menu > ul > li ul ul, .mobile-menu-wrapper .mobile-menu-container ul.menu > li ul ul {
                padding: 0 25px;
            }

        .mobile-menu-wrapper .mobile-menu-container div.menu > ul > li > ul > li:last-child, .mobile-menu-wrapper .mobile-menu-container ul.menu > li > ul > li:last-child {
            padding-bottom: 15px;
        }

        .mobile-menu-wrapper .mobile-menu-container div.menu > ul li a:hover, .mobile-menu-wrapper .mobile-menu-container ul.menu li a:hover {
            color: #00b19e;
            text-decoration: none;
        }

        .mobile-menu-wrapper .mobile-menu-container div.menu > ul li.menu-item-has-children > a:after, .mobile-menu-wrapper .mobile-menu-container ul.menu li.menu-item-has-children > a:after {
            display: inline-block;
            font-family: Flaticon;
            content: '\e008';
            margin-left: 10px;
            position: relative;
            font-size: 9px;
            font-weight: 700;
            top: -2px;
        }

        .mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current-menu-ancestor > a, .mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current-menu-item > a, .mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current_page_ancestor > a, .mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current_page_item > a, .mobile-menu-wrapper .mobile-menu-container ul.menu li.current-menu-ancestor > a, .mobile-menu-wrapper .mobile-menu-container ul.menu li.current-menu-item > a, .mobile-menu-wrapper .mobile-menu-container ul.menu li.current_page_ancestor > a, .mobile-menu-wrapper .mobile-menu-container ul.menu li.current_page_item > a {
            color: #00b19e;
        }

    .mobile-menu-wrapper .mobile-menu-container .search-form {
        display: block;
        height: 60px;
        margin-top: 5px;
        position: relative;
    }

        .mobile-menu-wrapper .mobile-menu-container .search-form label {
            display: block;
            position: absolute;
            top: 50%;
            left: 30px;
            line-height: 1;
            color: #a9a9a9;
            margin-top: -5px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .mobile-menu-wrapper .mobile-menu-container .search-form input {
            border: 0;
            background: 0 0;
            height: 50px;
            left: 0;
            top: 0;
            width: 100%;
            right: 0;
            padding: 5px 30px;
            font-size: 19px;
            padding-left: 55px;
        }

            .mobile-menu-wrapper .mobile-menu-container .search-form input:focus + label {
                color: #333;
            }

            .mobile-menu-wrapper .mobile-menu-container .search-form input.search-submit {
                display: none;
            }

    .mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container {
        padding: 5px 30px;
    }

        .mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a {
            color: #333;
            font-size: 19px;
            line-height: 1;
            text-transform: uppercase;
            text-decoration: none;
        }

            .mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a i {
                display: inline-block;
                font-size: 22px;
                line-height: 1;
                margin-right: 10px;
                margin-left: 0;
            }

            .mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a .items-count {
                zoom: 1;
                filter: alpha(opacity=50);
                -webkit-opacity: .5;
                -moz-opacity: .5;
                opacity: .5;
            }

                .mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a .items-count.hide-notification {
                    display: none;
                }

                .mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a .items-count:before {
                    content: '(';
                }

                .mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a .items-count:after {
                    content: ')';
                }

.is-loading .mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a .items-count:after, .is-loading .mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a .items-count:before {
    display: none;
}

.mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a:hover {
    color: #00b19e;
}

.mobile-menu-open .mobile-menu-wrapper {
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition-delay: 80ms;
    -moz-transition-delay: 80ms;
    -o-transition-delay: 80ms;
    transition-delay: 80ms;
}

    .mobile-menu-open .mobile-menu-wrapper + .mobile-menu-overlay {
        visibility: visible;
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

@media screen and (min-width:769px) {
    .mobile-menu-wrapper {
        display: none!important;
    }

        .mobile-menu-wrapper + .mobile-menu-overlay {
            display: none!important;
        }
}

body.mobile-menu-open {
    overflow: hidden;
}

.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 149999;
    cursor: pointer;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 140ms cubic-bezier(.445,.050,.55,.95);
    -moz-transition: all 140ms cubic-bezier(.445,.050,.55,.95);
    -o-transition: all 140ms cubic-bezier(.445,.050,.55,.95);
    transition: all 140ms cubic-bezier(.445,.050,.55,.95);
}

@media screen and (min-width:769px) {
    .mobile-menu-overlay {
        display: none;
    }
}

.typed-cursor {
    display: inline-block;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    -o-animation: blink .7s infinite;
    animation: blink .7s infinite;
}

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width:768px) {
    .section-title {
        margin-top: 30px;
    }

    .product-filter {
        margin-top: 20px;
    }

    .portfolio-holder .thumb .hover-state.position-bottom-left .likes {
        left: 25px;
        top: 25px;
    }

    .portfolio-holder .thumb .hover-state.position-top-right .likes {
        bottom: 25px;
        right: 25px!important;
    }

    .portfolio-holder .thumb .hover-state .info h3 {
        padding-bottom: 0!important;
    }

    .portfolio-holder .thumb .hover-state .likes {
        display: block!important;
    }

    .single-portfolio-holder.portfolio-type-2.portfolio-centered-layout .social.social-links-plain {
        float: none;
    }

        .single-portfolio-holder.portfolio-type-2.portfolio-centered-layout .social.social-links-plain .share-social {
            max-width: 100%;
        }

    .single-portfolio-holder.portfolio-type-2 .services {
        margin-top: 0;
    }

    .single-portfolio-holder.portfolio-type-3 .services {
        margin-top: 0;
    }

    .single-portfolio-holder.portfolio-type-5 .social.social-links-plain .likes {
        float: left;
        margin-left: 0;
        margin-right: 20px;
    }

    .single-portfolio-holder.portfolio-type-5 .social.social-links-plain .share-social {
        max-width: 58%;
    }

    .single-portfolio-holder.alt-one .services {
        margin-top: 0;
    }

    .single-portfolio-holder .social.social-links-plain {
        padding-bottom: 20px!important;
        max-width: 100%;
        float: left;
    }

        .single-portfolio-holder .social.social-links-plain .share-social {
            float: left;
            max-width: 65%;
        }

    .single-portfolio-holder .gallery .photo .caption {
        background: #eee;
        padding: 12px 15px;
        font-size: 15px;
    }

    .blog-holder .box-holder .post-info .details {
        margin-top: 8px;
    }

    .blog-holder .box-holder.blog-rounded .post-format {
        width: 70%;
        margin: auto;
    }

    .single-blog-holder .blog-head-holder .quote-holder {
        margin-top: 100px;
        padding-left: 40px;
        padding-right: 40px;
    }

        .single-blog-holder .blog-head-holder .quote-holder:before {
            left: 15px;
        }

        .single-blog-holder .blog-head-holder .quote-holder blockquote {
            margin-top: 15px;
        }

    .single-blog-holder .post-formatting .wp-caption.alignleft {
        width: 100%!important;
    }

    .single-blog-holder .post-formatting .wp-caption.alignright {
        width: 100%!important;
    }

    .single-blog-holder .post-formatting .wp-caption .wp-caption-text {
        width: 100%;
    }

    .single-blog-holder .post-formatting img {
        width: 100%;
    }

    .single-blog-holder .share-holder {
        margin-top: 40px;
        margin-bottom: 40px;
        display: inline-table;
    }

        .single-blog-holder .share-holder h4 {
            display: table-cell;
        }

        .single-blog-holder .share-holder .social-links {
            display: block;
        }

            .single-blog-holder .share-holder .social-links a {
                display: inline-block;
            }

    .single-blog-holder .blog-author-holder img {
        margin-right: 15px;
    }

    .single-blog-holder .comments-holder:before {
        right: 13%;
        border-width: 30px 32px 0 0;
    }

    .single-blog-holder .form-submit {
        margin-left: 15px;
        margin-right: 15px;
    }

        .single-blog-holder .form-submit .send {
            width: 100%;
        }

    .pagination-holder {
        margin-bottom: 20px;
    }

    .auto-type-element {
        font-size: 30px;
        line-height: normal;
    }

        .auto-type-element span.block {
            background: #000;
            color: #fff;
            padding: 0 8px;
        }
}

@media screen and (max-width:480px) {
    .single-portfolio-holder .social-buttons {
        margin-top: 0;
    }

        .single-portfolio-holder .social-buttons .social-share-icon:first-child {
            margin-left: 0!important;
        }

    .single-portfolio-holder.portfolio-centered-layout .social-buttons .social-share-icon:last-child {
        margin-right: 0!important;
    }

    .blog-holder .box-holder.blog-rounded .post-format {
        width: 100%!important;
    }
}

@media screen and (max-width:992px) {
    .single-portfolio-holder .social.social-links-plain {
        padding-bottom: 20px!important;
        float: left;
        width: 100%;
    }

        .single-portfolio-holder .social.social-links-plain .share-social {
            float: left;
            max-width: 65%;
        }

    .single-portfolio-holder.portfolio-type-1.gallery-type-fullbg .gallery-column-env {
        padding-left: 0!important;
        padding-right: 0!important;
        clear: both;
    }

    .portfolio-holder .thumb .hover-state .likes {
        display: none;
    }
}

@media screen and (max-width:1199px) {
    .single-portfolio-holder .social.social-links-plain {
        max-width: 100%;
        padding-bottom: 20px!important;
        float: left;
    }

        .single-portfolio-holder .social.social-links-plain .likes {
            float: left;
            margin-left: 0;
            margin-right: 20px;
        }

        .single-portfolio-holder .social.social-links-plain .share-social {
            float: left;
            max-width: 65%;
        }

    .single-portfolio-holder.portfolio-centered-layout .social.social-links-plain {
        float: none;
    }

        .single-portfolio-holder.portfolio-centered-layout .social.social-links-plain .likes {
            float: none;
            margin: auto;
        }

        .single-portfolio-holder.portfolio-centered-layout .social.social-links-plain .share-social {
            width: 100%;
            max-width: 100%;
        }

    .single-portfolio-holder .social-buttons {
        margin-top: 0;
        padding-top: 20px;
    }

        .single-portfolio-holder .social-buttons .social-share-icon {
            margin-right: 11px;
        }

    .portfolio-holder .thumb .hover-state .info {
        padding: 20px!important;
    }

    .portfolio-holder .thumb .hover-state .likes {
        top: 20px!important;
        left: 20px!important;
    }

    .portfolio-holder .thumb .hover-state.position-center .likes {
        left: 50%!important;
        top: 25%!important;
    }
}

.portfolio-holder .thumb .hover-state .info {
    padding: 30px;
}

    .portfolio-holder .thumb .hover-state .info p {
        padding-top: 4px;
    }

.portfolio-holder .thumb .hover-state .likes {
    top: 30px;
    left: 30px;
}

.auto-type-element {
    font-size: 60px;
    line-height: 90px;
}

    .auto-type-element span.block {
        background: #000;
        color: #fff;
        padding: 5px 10px;
    }

.coming-soon-container .social-networks {
    margin-left: 0;
}

    .coming-soon-container .social-networks a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

.portfolio-type-1 .social.social-links-plain {
    float: left;
}

    .portfolio-type-1 .social.social-links-plain .share-social {
        float: left;
        max-width: 65%;
    }

@media screen and (max-width:992px) {
    .shop-container.sidebar-is-present .pull-right-md {
        float: none;
    }
}

.padding-topM {
    margin-top: 250px;
}
