<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * font-awesome-animation - v0.0.7
 * https://github.com/l-lin/font-awesome-animation
 * License: MIT
 */

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    10% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18%, 20% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    28%, 30% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    38%, 40% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    48%, 50% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    58%, 60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    75% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    10% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18%, 20% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    28%, 30% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    38%, 40% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    48%, 50% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    58%, 60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    75% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.faa-parent.animated-hover:hover &gt; .faa-wrench, .faa-wrench.animated, .faa-wrench.animated-hover:hover {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial
}

.faa-parent.animated-hover:hover &gt; .faa-wrench.faa-fast, .faa-wrench.animated-hover.faa-fast:hover, .faa-wrench.animated.faa-fast {
    -webkit-animation: wrench 1.2s ease infinite;
    animation: wrench 1.2s ease infinite
}

.faa-parent.animated-hover:hover &gt; .faa-wrench.faa-slow, .faa-wrench.animated-hover.faa-slow:hover, .faa-wrench.animated.faa-slow {
    -webkit-animation: wrench 3.7s ease infinite;
    animation: wrench 3.7s ease infinite
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.faa-parent.animated-hover:hover &gt; .faa-ring, .faa-ring.animated, .faa-ring.animated-hover:hover {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial
}

.faa-parent.animated-hover:hover &gt; .faa-ring.faa-fast, .faa-ring.animated-hover.faa-fast:hover, .faa-ring.animated.faa-fast {
    -webkit-animation: ring 1s ease infinite;
    animation: ring 1s ease infinite
}

.faa-parent.animated-hover:hover &gt; .faa-ring.faa-slow, .faa-ring.animated-hover.faa-slow:hover, .faa-ring.animated.faa-slow {
    -webkit-animation: ring 3s ease infinite;
    animation: ring 3s ease infinite
}

@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    4% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    8% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    12% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    16% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    20% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    22% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes vertical {
    0% {
        -webkit-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    4% {
        -webkit-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    8% {
        -webkit-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    12% {
        -webkit-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    16% {
        -webkit-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    20% {
        -webkit-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    22% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.faa-parent.animated-hover:hover &gt; .faa-vertical, .faa-vertical.animated, .faa-vertical.animated-hover:hover {
    -webkit-animation: vertical 2s ease infinite;
    animation: vertical 2s ease infinite
}

.faa-parent.animated-hover:hover &gt; .faa-vertical.faa-fast, .faa-vertical.animated-hover.faa-fast:hover, .faa-vertical.animated.faa-fast {
    -webkit-animation: vertical 1s ease infinite;
    animation: vertical 1s ease infinite
}

.faa-parent.animated-hover:hover &gt; .faa-vertical.faa-slow, .faa-vertical.animated-hover.faa-slow:hover, .faa-vertical.animated.faa-slow {
    -webkit-animation: vertical 4s ease infinite;
    animation: vertical 4s ease infinite
}

@-webkit-keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    6% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    18% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    30% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    36% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    6% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    12% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    18% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    24% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    30% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    36% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.faa-horizontal.animated, .faa-horizontal.animated-hover:hover, .faa-parent.animated-hover:hover &gt; .faa-horizontal {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite
}

.faa-horizontal.animated-hover.faa-fast:hover, .faa-horizontal.animated.faa-fast, .faa-parent.animated-hover:hover &gt; .faa-horizontal.faa-fast {
    -webkit-animation: horizontal 1s ease infinite;
    animation: horizontal 1s ease infinite
}

.faa-horizontal.animated-hover.faa-slow:hover, .faa-horizontal.animated.faa-slow, .faa-parent.animated-hover:hover &gt; .faa-horizontal.faa-slow {
    -webkit-animation: horizontal 3s ease infinite;
    animation: horizontal 3s ease infinite
}

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

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

.faa-flash.animated, .faa-flash.animated-hover:hover, .faa-parent.animated-hover:hover &gt; .faa-flash {
    -webkit-animation: flash 2s ease infinite;
    animation: flash 2s ease infinite
}

.faa-flash.animated-hover.faa-fast:hover, .faa-flash.animated.faa-fast, .faa-parent.animated-hover:hover &gt; .faa-flash.faa-fast {
    -webkit-animation: flash 1s ease infinite;
    animation: flash 1s ease infinite
}

.faa-flash.animated-hover.faa-slow:hover, .faa-flash.animated.faa-slow, .faa-parent.animated-hover:hover &gt; .faa-flash.faa-slow {
    -webkit-animation: flash 3s ease infinite;
    animation: flash 3s ease infinite
}

@-webkit-keyframes bounce {
    0%, 10%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40%, 60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 10%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40%, 60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.faa-bounce.animated, .faa-bounce.animated-hover:hover, .faa-parent.animated-hover:hover &gt; .faa-bounce {
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite
}

.faa-bounce.animated-hover.faa-fast:hover, .faa-bounce.animated.faa-fast, .faa-parent.animated-hover:hover &gt; .faa-bounce.faa-fast {
    -webkit-animation: bounce 1s ease infinite;
    animation: bounce 1s ease infinite
}

.faa-bounce.animated-hover.faa-slow:hover, .faa-bounce.animated.faa-slow, .faa-parent.animated-hover:hover &gt; .faa-bounce.faa-slow {
    -webkit-animation: bounce 3s ease infinite;
    animation: bounce 3s ease infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.faa-parent.animated-hover:hover &gt; .faa-spin, .faa-spin.animated, .faa-spin.animated-hover:hover {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

.faa-parent.animated-hover:hover &gt; .faa-spin.faa-fast, .faa-spin.animated-hover.faa-fast:hover, .faa-spin.animated.faa-fast {
    -webkit-animation: spin .7s linear infinite;
    animation: spin .7s linear infinite
}

.faa-parent.animated-hover:hover &gt; .faa-spin.faa-slow, .faa-spin.animated-hover.faa-slow:hover, .faa-spin.animated.faa-slow {
    -webkit-animation: spin 2.2s linear infinite;
    animation: spin 2.2s linear infinite
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.faa-float.animated, .faa-float.animated-hover:hover, .faa-parent.animated-hover:hover &gt; .faa-float {
    -webkit-animation: float 2s linear infinite;
    animation: float 2s linear infinite
}

.faa-float.animated-hover.faa-fast:hover, .faa-float.animated.faa-fast, .faa-parent.animated-hover:hover &gt; .faa-float.faa-fast {
    -webkit-animation: float 1s linear infinite;
    animation: float 1s linear infinite
}

.faa-float.animated-hover.faa-slow:hover, .faa-float.animated.faa-slow, .faa-parent.animated-hover:hover &gt; .faa-float.faa-slow {
    -webkit-animation: float 3s linear infinite;
    animation: float 3s linear infinite
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.faa-parent.animated-hover:hover &gt; .faa-pulse, .faa-pulse.animated, .faa-pulse.animated-hover:hover {
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite
}

.faa-parent.animated-hover:hover &gt; .faa-pulse.faa-fast, .faa-pulse.animated-hover.faa-fast:hover, .faa-pulse.animated.faa-fast {
    -webkit-animation: pulse 1s linear infinite;
    animation: pulse 1s linear infinite
}

.faa-parent.animated-hover:hover &gt; .faa-pulse.faa-slow, .faa-pulse.animated-hover.faa-slow:hover, .faa-pulse.animated.faa-slow {
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite
}

.faa-parent.animated-hover:hover &gt; .faa-shake, .faa-shake.animated, .faa-shake.animated-hover:hover {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite
}

.faa-parent.animated-hover:hover &gt; .faa-shake.faa-fast, .faa-shake.animated-hover.faa-fast:hover, .faa-shake.animated.faa-fast {
    -webkit-animation: wrench 1.2s ease infinite;
    animation: wrench 1.2s ease infinite
}

.faa-parent.animated-hover:hover &gt; .faa-shake.faa-slow, .faa-shake.animated-hover.faa-slow:hover, .faa-shake.animated.faa-slow {
    -webkit-animation: wrench 3.7s ease infinite;
    animation: wrench 3.7s ease infinite
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg)
    }
    30%, 50%, 70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg)
    }
    40%, 60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg)
    }
    80% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        -ms-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg)
    }
    30%, 50%, 70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        -ms-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg)
    }
    40%, 60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        -ms-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg)
    }
    80% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.faa-parent.animated-hover:hover &gt; .faa-tada, .faa-tada.animated, .faa-tada.animated-hover:hover {
    -webkit-animation: tada 2s linear infinite;
    animation: tada 2s linear infinite
}

.faa-parent.animated-hover:hover &gt; .faa-tada.faa-fast, .faa-tada.animated-hover.faa-fast:hover, .faa-tada.animated.faa-fast {
    -webkit-animation: tada 1s linear infinite;
    animation: tada 1s linear infinite
}

.faa-parent.animated-hover:hover &gt; .faa-tada.faa-slow, .faa-tada.animated-hover.faa-slow:hover, .faa-tada.animated.faa-slow {
    -webkit-animation: tada 3s linear infinite;
    animation: tada 3s linear infinite
}

@-webkit-keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }
    50% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
}

@keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }
    50% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
}

.faa-parent.animated-hover:hover &gt; .faa-passing, .faa-passing.animated, .faa-passing.animated-hover:hover {
    -webkit-animation: passing 2s linear infinite;
    animation: passing 2s linear infinite
}

.faa-parent.animated-hover:hover &gt; .faa-passing.faa-fast, .faa-passing.animated-hover.faa-fast:hover, .faa-passing.animated.faa-fast {
    -webkit-animation: passing 1s linear infinite;
    animation: passing 1s linear infinite
}

.faa-parent.animated-hover:hover &gt; .faa-passing.faa-slow, .faa-passing.animated-hover.faa-slow:hover, .faa-passing.animated.faa-slow {
    -webkit-animation: passing 3s linear infinite;
    animation: passing 3s linear infinite
}

@-webkit-keyframes burst {
    0% {
        opacity: .6
    }
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes burst {
    0% {
        opacity: .6
    }
    50% {
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.faa-burst.animated, .faa-burst.animated-hover:hover, .faa-parent.animated-hover:hover &gt; .faa-burst {
    -webkit-animation: burst 2s infinite linear;
    animation: burst 2s infinite linear
}

.faa-burst.animated-hover.faa-fast:hover, .faa-burst.animated.faa-fast, .faa-parent.animated-hover:hover &gt; .faa-burst.faa-fast {
    -webkit-animation: burst 1s infinite linear;
    animation: burst 1s infinite linear
}

.faa-burst.animated-hover.faa-slow:hover, .faa-burst.animated.faa-slow, .faa-parent.animated-hover:hover &gt; .faa-burst.faa-slow {
    -webkit-animation: burst 3s infinite linear;
    animation: burst 3s infinite linear
}@font-face{font-family:'Stroke-Gap-Icons';src:url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/stoke-gap-icon/fonts/Stroke-Gap-Icons.eot)}@font-face{font-family:'Stroke-Gap-Icons';src:url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAIP4AAoAAAAAg7AAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAfQ4AAH0O2y4JFk9TLzIAAH4EAAAAYAAAAGAIIv19Y21hcAAAfmQAAABMAAAATBpVzR5nYXNwAAB+sAAAAAgAAAAIAAAAEGhlYWQAAH64AAAANgAAADYAUlk+aGhlYQAAfvAAAAAkAAAAJAPkAqlobXR4AAB/FAAAAzAAAAMwkQcUJ21heHAAAIJEAAAABgAAAAYAzFAAbmFtZQAAgkwAAAGKAAABipxmbApwb3N0AACD2AAAACAAAAAgAAMAAAEABAQAAQEBEVN0cm9rZS1HYXAtSWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHiGf4mPh9BR0AAAYJDx0AAAYOER0AAAAJHQAAfQUSAM0CAAEAEQAhACMAJQAoAC0AMgA3ADwAQQBGAEsAUABVAFoAXwBkAGkAbgBzAHgAfQCCAIcAjACRAJYAmwCgAKUAqgCvALQAuQC+AMMAyADNANIA1wDcAOEA5gDrAPAA9QD6AP8BBAEJAQ4BEwEYAR0BIgEnASwBMQE2ATsBQAFFAUoBTwFUAVkBXgFjAWgBbQFyAXcBfAGBAYYBiwGQAZUBmgGfAaQBqQGuAbMBuAG9AcIBxwHMAdEB1gHbAeAB5QHqAe8B9AH5Af4CAwIIAg0CEgIXAhwCIQImAisCMAI1AjoCPwJEAkkCTgJTAlgCXQJiAmcCbAJxAnYCewKAAoUCigKPApQCmQKeAqMCqAKtArICtwK8AsECxgLLAtAC1QLaAt8C5ALpAu4C8wL4Av0DAgMHAwwDEQMWAxsDIAMlAyoDLwM0AzkDPgNDA0gDTQNSA1cDXANhA2YDawNwA3UDegN/A4QDiQOOA5MDmAOdA6IDpwOsA7EDtgO7A8ADxQPKA88D1APZA94D4wPoA+0D8gP3A/wEAQQGBAsEEFN0cm9rZS1HYXAtSWNvbnNTdHJva2UtR2FwLUljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzdUU2MDR1RTYwNXVFNjA2dUU2MDd1RTYwOHVFNjA5dUU2MEF1RTYwQnVFNjBDdUU2MER1RTYwRXVFNjBGdUU2MTB1RTYxMXVFNjEydUU2MTN1RTYxNHVFNjE1dUU2MTZ1RTYxN3VFNjE4dUU2MTl1RTYxQXVFNjFCdUU2MUN1RTYxRHVFNjFFdUU2MUZ1RTYyMHVFNjIxdUU2MjJ1RTYyM3VFNjI0dUU2MjV1RTYyNnVFNjI3dUU2Mjh1RTYyOXVFNjJBdUU2MkJ1RTYyQ3VFNjJEdUU2MkV1RTYyRnVFNjMwdUU2MzF1RTYzMnVFNjMzdUU2MzR1RTYzNXVFNjM2dUU2Mzd1RTYzOHVFNjM5dUU2M0F1RTYzQnVFNjNDdUU2M0R1RTYzRXVFNjNGdUU2NDB1RTY0MXVFNjQydUU2NDN1RTY0NHVFNjQ1dUU2NDZ1RTY0N3VFNjQ4dUU2NDl1RTY0QXVFNjRCdUU2NEN1RTY0RHVFNjRFdUU2NEZ1RTY1MHVFNjUxdUU2NTJ1RTY1M3VFNjU0dUU2NTV1RTY1NnVFNjU3dUU2NTh1RTY1OXVFNjVBdUU2NUJ1RTY1Q3VFNjVEdUU2NUV1RTY1RnVFNjYwdUU2NjF1RTY2MnVFNjYzdUU2NjR1RTY2NXVFNjY2dUU2Njd1RTY2OHVFNjY5dUU2NkF1RTY2QnVFNjZDdUU2NkR1RTY2RXVFNjZGdUU2NzB1RTY3MXVFNjcydUU2NzN1RTY3NHVFNjc1dUU2NzZ1RTY3N3VFNjc4dUU2Nzl1RTY3QXVFNjdCdUU2N0N1RTY3RHVFNjdFdUU2N0Z1RTY4MHVFNjgxdUU2ODJ1RTY4M3VFNjg0dUU2ODV1RTY4NnVFNjg3dUU2ODh1RTY4OXVFNjhBdUU2OEJ1RTY4Q3VFNjhEdUU2OEV1RTY4RnVFNjkwdUU2OTF1RTY5MnVFNjkzdUU2OTR1RTY5NXVFNjk2dUU2OTd1RTY5OHVFNjk5dUU2OUF1RTY5QnVFNjlDdUU2OUR1RTY5RXVFNjlGdUU2QTB1RTZBMXVFNkEydUU2QTN1RTZBNHVFNkE1dUU2QTZ1RTZBN3VFNkE4dUU2QTl1RTZBQXVFNkFCdUU2QUN1RTZBRHVFNkFFdUU2QUZ1RTZCMHVFNkIxdUU2QjJ1RTZCM3VFNkI0dUU2QjV1RTZCNnVFNkI3dUU2Qjh1RTZCOXVFNkJBdUU2QkJ1RTZCQ3VFNkJEdUU2QkV1RTZCRnVFNkMwdUU2QzF1RTZDMnVFNkMzdUU2QzR1RTZDNXVFNkM2dUU2QzcAAAIBiQDKAMwCAAEA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tovAi8C2tsCLwIu2YItWi1ZgYFaLCIv3NBVoi25ui2iLaKhurouui6ioi66Lrm6oaIsI+1SrFcuLi2tLi4urBffUixXLi4trS4uLqwWL+zQVy4uLa0uLi6sF+9SLFcuLi2tLi4urBQ74lNsV+2SLi6v3RIuL97T8VIuL+7T3RYuLa/tli4v39PiUiwVL+7QV/BSLi/d0+BSLi/t0Bfv0qxX31IuL9zT71IuL+zQF9yRMFauLi2pri4usBTpKFfdWi4tr+1aLi6sFDvg09/QV+9SLBWiLbqiLrouuqKiuiwj31IsFrouobotoi2hubmiLCPvU6xV5i319i3mLeZl9nYsI99SLBZ2LmZmLnYudfZl5iwj71IsF90T8dBVri4vUZLLMy0vKsbOL1KuLizRycsxLSkukcgUO+CNrFfuyi3r4A6uNmvvl93aLmvflq4kF+/TMFfgUi4tr/BSLi6sF99hrFfuci6L3BPdui6L7BAX7dKsV90yLgrv7OouCWwXn+8QVaItuqIuui66oqK6Lrouobotoi2hubmiLCIvrFXmLfX2LeYt5mX2di52LmZmLnYudfZl5iwgr6xX3VIuLa/tUi4urBYv7dBX3VIuLa/tUi4urBQ6LixX4lIuLa/yUi4urBYv4dBWri4v8lGuLi/iUBfcE/FQVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sF/CTLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBfdE+/QVK4uL93Tri4v7dAVLqxWri4v3NGuLi/s0BfdUaxUri4v39OuLi/v0BUurFauLi/e0a4uL+7QF91RrFSuLi/e064uL+7QFS6sVq4uL93Rri4v7dAUOi4sV+JSLi2v8lIuLqwWL+HQVq4uL/JRri4v4lAX3BPxUFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBfwkyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWL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Ffe0i4v4FPu0i4v8FAW793QV91SLi2v7VIuLqwWLSxX3VIuLa/tUi4urBYtLFfdUi4tr+1SLi6sFi/dUFeuLi2sri4urBfgE/BQV++SLi6v3xIuL+BRsi4uryosFDvck95QV92SLi2v7ZIuLqwWLSxX3ZIuLa/tki4urBYtLFfdki4tr+2SLi6sFi/d0FeuLi2sri4urBffU/BQV/ESLi/hUq4uL/DT4BIuL+FT8JIuLq/hEiwUO95TbFVyLY66DuAj7N4ut95arh237cvcyi4t7BYtoqG6ui66LqKiLrgiLm/cyi233cquPrfuW+zeLBYNeY2hciwj3lCsV/JSLi/ckq4uL+wT4VIuL9wSriwUr6xVri4v3ZPuUi4v7ZGuLi/eE99SLBfuUSxXbi4trO4uLqwWLSxX3VIuLa/tUi4urBYtLFfdUi4tr+1SLi6sFDvg094QV+ySLi/ckq4uL+wT3BIsF0PdfFaF1+1X7VXWh91X3VQX7ifwvFWuLi/cE+wSLi6v3JIsFYXcVoXX7VftVdaH3VfdVBfs690cVa4uL9wT3BIuLazuLBWv7BBWri4sra4uL6wX3JPckFeuLi2sri4urBfgE/JMV+wSLi6vbi4vbq4sFa/cUFauLiytri4vrBftk+2QV64uLayuLi6sFDveU6xVci2Oug7gI+zeLr/ek+FCLr/uk+zeLBYNeY2hciwj7cvcEFfcyi4t7BYtoqG6ui66LqKiLrgiLm/cyi2/3ZPwYi2/7ZAX4cvtkFfyUi4v3JKuLi/sE+FSLi/cEq4sFDvg0axX71IuL+ASri4v75PeUi4v35KuLBfv0yxX4FIuLa/wUi4urBfekaxX7NIuL9wT3NIuL+wQF+xSrFeuLi7sri4tbBXv7BBWri4v7dGuLi/d0BeuLFauLi/t0a4uL93QFDvgEqxX7dIsFO4tLzIvai9rLzNuLCPeEiwXOi8hGi0CLPEtKO4sI+3T3lBVNi1lZi02LTb1ZyYsI93SLBcmLvb2LyYvKWLxeiwj7hIsFe1sVq4uL+xRri4v3FAVbWxX3FIuLa/sUi4urBfdU9zQVa4uLqwWLpaGhpYsIi2sFgouEhIuCCItrBcL7QRWEkoGLhYQIdKIFnp6pi554CHV0BV1eFYKUhpeLmIuYkJeUlAiidAWIiImHi4eLh42HjogIdHQF9yK4FYSSgYuF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) format('woff');font-weight:400;font-style:normal}@font-face{font-family:"Stock-Zoom-Icon";src:url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/stoke-gap-icon/fonts/Stroke-Zoom-Icons.eot);src:url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/stoke-gap-icon/fonts/Stroke-Zoom-Icons.eot#1738777377) format("embedded-opentype"),url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/stoke-gap-icon/fonts/Stroke-Zoom-Icons.woff) format("woff"),url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/stoke-gap-icon/fonts/Stroke-Zoom-Icons.ttf) format("truetype"),url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/stoke-gap-icon/fonts/Stroke-Zoom-Icons.svg#stroke-zoom-icons) format("svg");font-weight:400;font-style:normal}.stock-icon{font-family:'Stroke-Gap-Icons';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-Zoom:before{content:"\61";font-family:'Stock-Zoom-Icon'}.icon-WorldWide:before{content:"\e600"}.icon-WorldGlobe:before{content:"\e601"}.icon-Underpants:before{content:"\e602"}.icon-Tshirt:before{content:"\e603"}.icon-Trousers:before{content:"\e604"}.icon-Tie:before{content:"\e605"}.icon-TennisBall:before{content:"\e606"}.icon-Telesocpe:before{content:"\e607"}.icon-Stop:before{content:"\e608"}.icon-Starship:before{content:"\e609"}.icon-Starship2:before{content:"\e60a"}.icon-Speaker:before{content:"\e60b"}.icon-Speaker2:before{content:"\e60c"}.icon-Soccer:before{content:"\e60d"}.icon-Snikers:before{content:"\e60e"}.icon-Scisors:before{content:"\e60f"}.icon-Puzzle:before{content:"\e610"}.icon-Printer:before{content:"\e611"}.icon-Pool:before{content:"\e612"}.icon-Podium:before{content:"\e613"}.icon-Play:before{content:"\e614"}.icon-Planet:before{content:"\e615"}.icon-Pause:before{content:"\e616"}.icon-Next:before{content:"\e617"}.icon-MusicNote2:before{content:"\e618"}.icon-MusicNote:before{content:"\e619"}.icon-MusicMixer:before{content:"\e61a"}.icon-Microphone:before{content:"\e61b"}.icon-Medal:before{content:"\e61c"}.icon-ManFigure:before{content:"\e61d"}.icon-Magnet:before{content:"\e61e"}.icon-Like:before{content:"\e61f"}.icon-Hanger:before{content:"\e620"}.icon-Handicap:before{content:"\e621"}.icon-Forward:before{content:"\e622"}.icon-Footbal:before{content:"\e623"}.icon-Flag:before{content:"\e624"}.icon-FemaleFigure:before{content:"\e625"}.icon-Dislike:before{content:"\e626"}.icon-DiamondRing:before{content:"\e627"}.icon-Cup:before{content:"\e628"}.icon-Crown:before{content:"\e629"}.icon-Column:before{content:"\e62a"}.icon-Click:before{content:"\e62b"}.icon-Cassette:before{content:"\e62c"}.icon-Bomb:before{content:"\e62d"}.icon-BatteryLow:before{content:"\e62e"}.icon-BatteryFull:before{content:"\e62f"}.icon-Bascketball:before{content:"\e630"}.icon-Astronaut:before{content:"\e631"}.icon-WineGlass:before{content:"\e632"}.icon-Water:before{content:"\e633"}.icon-Wallet:before{content:"\e634"}.icon-Umbrella:before{content:"\e635"}.icon-TV:before{content:"\e636"}.icon-TeaMug:before{content:"\e637"}.icon-Tablet:before{content:"\e638"}.icon-Soda:before{content:"\e639"}.icon-SodaCan:before{content:"\e63a"}.icon-SimCard:before{content:"\e63b"}.icon-Signal:before{content:"\e63c"}.icon-Shaker:before{content:"\e63d"}.icon-Radio:before{content:"\e63e"}.icon-Pizza:before{content:"\e63f"}.icon-Phone:before{content:"\e640"}.icon-Notebook:before{content:"\e641"}.icon-Mug:before{content:"\e642"}.icon-Mastercard:before{content:"\e643"}.icon-Ipod:before{content:"\e644"}.icon-Info:before{content:"\e645"}.icon-Icecream2:before{content:"\e646"}.icon-Icecream1:before{content:"\e647"}.icon-Hourglass:before{content:"\e648"}.icon-Help:before{content:"\e649"}.icon-Goto:before{content:"\e64a"}.icon-Glasses:before{content:"\e64b"}.icon-Gameboy:before{content:"\e64c"}.icon-ForkandKnife:before{content:"\e64d"}.icon-Export:before{content:"\e64e"}.icon-Exit:before{content:"\e64f"}.icon-Espresso:before{content:"\e650"}.icon-Drop:before{content:"\e651"}.icon-Download:before{content:"\e652"}.icon-Dollars:before{content:"\e653"}.icon-Dollar:before{content:"\e654"}.icon-DesktopMonitor:before{content:"\e655"}.icon-Corkscrew:before{content:"\e656"}.icon-CoffeeToGo:before{content:"\e657"}.icon-Chart:before{content:"\e658"}.icon-ChartUp:before{content:"\e659"}.icon-ChartDown:before{content:"\e65a"}.icon-Calculator:before{content:"\e65b"}.icon-Bread:before{content:"\e65c"}.icon-Bourbon:before{content:"\e65d"}.icon-BottleofWIne:before{content:"\e65e"}.icon-Bag:before{content:"\e65f"}.icon-Arrow:before{content:"\e660"}.icon-Antenna2:before{content:"\e661"}.icon-Antenna1:before{content:"\e662"}.icon-Anchor:before{content:"\e663"}.icon-Wheelbarrow:before{content:"\e664"}.icon-Webcam:before{content:"\e665"}.icon-Unlinked:before{content:"\e666"}.icon-Truck:before{content:"\e667"}.icon-Timer:before{content:"\e668"}.icon-Time:before{content:"\e669"}.icon-StorageBox:before{content:"\e66a"}.icon-Star:before{content:"\e66b"}.icon-ShoppingCart:before{content:"\e66c"}.icon-Shield:before{content:"\e66d"}.icon-Seringe:before{content:"\e66e"}.icon-Pulse:before{content:"\e66f"}.icon-Plaster:before{content:"\e670"}.icon-Plaine:before{content:"\e671"}.icon-Pill:before{content:"\e672"}.icon-PicnicBasket:before{content:"\e673"}.icon-Phone2:before{content:"\e674"}.icon-Pencil:before{content:"\e675"}.icon-Pen:before{content:"\e676"}.icon-PaperClip:before{content:"\e677"}.icon-On-Off:before{content:"\e678"}.icon-Mouse:before{content:"\e679"}.icon-Megaphone:before{content:"\e67a"}.icon-Linked:before{content:"\e67b"}.icon-Keyboard:before{content:"\e67c"}.icon-House:before{content:"\e67d"}.icon-Heart:before{content:"\e67e"}.icon-Headset:before{content:"\e67f"}.icon-FullShoppingCart:before{content:"\e680"}.icon-FullScreen:before{content:"\e681"}.icon-Folder:before{content:"\e682"}.icon-Floppy:before{content:"\e683"}.icon-Files:before{content:"\e684"}.icon-File:before{content:"\e685"}.icon-FileBox:before{content:"\e686"}.icon-ExitFullScreen:before{content:"\e687"}.icon-EmptyBox:before{content:"\e688"}.icon-Delete:before{content:"\e689"}.icon-Controller:before{content:"\e68a"}.icon-Compass:before{content:"\e68b"}.icon-CompassTool:before{content:"\e68c"}.icon-ClipboardText:before{content:"\e68d"}.icon-ClipboardChart:before{content:"\e68e"}.icon-ChemicalGlass:before{content:"\e68f"}.icon-CD:before{content:"\e690"}.icon-Carioca:before{content:"\e691"}.icon-Car:before{content:"\e692"}.icon-Book:before{content:"\e693"}.icon-BigTruck:before{content:"\e694"}.icon-Bicycle:before{content:"\e695"}.icon-Wrench:before{content:"\e696"}.icon-Web:before{content:"\e697"}.icon-Watch:before{content:"\e698"}.icon-Volume:before{content:"\e699"}.icon-Video:before{content:"\e69a"}.icon-Users:before{content:"\e69b"}.icon-User:before{content:"\e69c"}.icon-UploadCLoud:before{content:"\e69d"}.icon-Typing:before{content:"\e69e"}.icon-Tools:before{content:"\e69f"}.icon-Tag:before{content:"\e6a0"}.icon-Speedometter:before{content:"\e6a1"}.icon-Share:before{content:"\e6a2"}.icon-Settings:before{content:"\e6a3"}.icon-Search:before{content:"\e6a4"}.icon-Screwdriver:before{content:"\e6a5"}.icon-Rolodex:before{content:"\e6a6"}.icon-Ringer:before{content:"\e6a7"}.icon-Resume:before{content:"\e6a8"}.icon-Restart:before{content:"\e6a9"}.icon-PowerOff:before{content:"\e6aa"}.icon-Pointer:before{content:"\e6ab"}.icon-Picture:before{content:"\e6ac"}.icon-OpenedLock:before{content:"\e6ad"}.icon-Notes:before{content:"\e6ae"}.icon-Mute:before{content:"\e6af"}.icon-Movie:before{content:"\e6b0"}.icon-Microphone2:before{content:"\e6b1"}.icon-Message:before{content:"\e6b2"}.icon-MessageRight:before{content:"\e6b3"}.icon-MessageLeft:before{content:"\e6b4"}.icon-Menu:before{content:"\e6b5"}.icon-Media:before{content:"\e6b6"}.icon-Mail:before{content:"\e6b7"}.icon-List:before{content:"\e6b8"}.icon-Layers:before{content:"\e6b9"}.icon-Key:before{content:"\e6ba"}.icon-Imbox:before{content:"\e6bb"}.icon-Eye:before{content:"\e6bc"}.icon-Edit:before{content:"\e6bd"}.icon-DSLRCamera:before{content:"\e6be"}.icon-DownloadCloud:before{content:"\e6bf"}.icon-CompactCamera:before{content:"\e6c0"}.icon-Cloud:before{content:"\e6c1"}.icon-ClosedLock:before{content:"\e6c2"}.icon-Chart2:before{content:"\e6c3"}.icon-Bulb:before{content:"\e6c4"}.icon-Briefcase:before{content:"\e6c5"}.icon-Blog:before{content:"\e6c6"}.icon-Agenda:before{content:"\e6c7"}/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn&gt;.caret,.dropup&gt;.btn&gt;.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:"Glyphicons Halflings";src:url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/bootstrap/css/../fonts/glyphicons-halflings-regular.eot);src:url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/bootstrap/css/../fonts/glyphicons-halflings-regular.eot#1738777377) format("embedded-opentype"),url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/bootstrap/css/../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/bootstrap/css/../fonts/glyphicons-halflings-regular.woff) format("woff"),url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/bootstrap/css/../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/bootstrap/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner&gt;.item&gt;a&gt;img,.carousel-inner&gt;.item&gt;img,.img-responsive,.thumbnail a&gt;img,.thumbnail&gt;img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline&gt;li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*=col-]{padding-right:0;padding-left:0}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table&gt;tbody&gt;tr&gt;td,.table&gt;tbody&gt;tr&gt;th,.table&gt;tfoot&gt;tr&gt;td,.table&gt;tfoot&gt;tr&gt;th,.table&gt;thead&gt;tr&gt;td,.table&gt;thead&gt;tr&gt;th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table&gt;thead&gt;tr&gt;th{vertical-align:bottom;border-bottom:2px solid #ddd}.table&gt;caption+thead&gt;tr:first-child&gt;td,.table&gt;caption+thead&gt;tr:first-child&gt;th,.table&gt;colgroup+thead&gt;tr:first-child&gt;td,.table&gt;colgroup+thead&gt;tr:first-child&gt;th,.table&gt;thead:first-child&gt;tr:first-child&gt;td,.table&gt;thead:first-child&gt;tr:first-child&gt;th{border-top:0}.table&gt;tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed&gt;tbody&gt;tr&gt;td,.table-condensed&gt;tbody&gt;tr&gt;th,.table-condensed&gt;tfoot&gt;tr&gt;td,.table-condensed&gt;tfoot&gt;tr&gt;th,.table-condensed&gt;thead&gt;tr&gt;td,.table-condensed&gt;thead&gt;tr&gt;th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered&gt;tbody&gt;tr&gt;td,.table-bordered&gt;tbody&gt;tr&gt;th,.table-bordered&gt;tfoot&gt;tr&gt;td,.table-bordered&gt;tfoot&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;thead&gt;tr&gt;th{border:1px solid #ddd}.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;thead&gt;tr&gt;th{border-bottom-width:2px}.table-striped&gt;tbody&gt;tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover&gt;tbody&gt;tr:hover{background-color:#f5f5f5}.table&gt;tbody&gt;tr.active&gt;td,.table&gt;tbody&gt;tr.active&gt;th,.table&gt;tbody&gt;tr&gt;td.active,.table&gt;tbody&gt;tr&gt;th.active,.table&gt;tfoot&gt;tr.active&gt;td,.table&gt;tfoot&gt;tr.active&gt;th,.table&gt;tfoot&gt;tr&gt;td.active,.table&gt;tfoot&gt;tr&gt;th.active,.table&gt;thead&gt;tr.active&gt;td,.table&gt;thead&gt;tr.active&gt;th,.table&gt;thead&gt;tr&gt;td.active,.table&gt;thead&gt;tr&gt;th.active{background-color:#f5f5f5}.table-hover&gt;tbody&gt;tr.active:hover&gt;td,.table-hover&gt;tbody&gt;tr.active:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.active,.table-hover&gt;tbody&gt;tr&gt;td.active:hover,.table-hover&gt;tbody&gt;tr&gt;th.active:hover{background-color:#e8e8e8}.table&gt;tbody&gt;tr.success&gt;td,.table&gt;tbody&gt;tr.success&gt;th,.table&gt;tbody&gt;tr&gt;td.success,.table&gt;tbody&gt;tr&gt;th.success,.table&gt;tfoot&gt;tr.success&gt;td,.table&gt;tfoot&gt;tr.success&gt;th,.table&gt;tfoot&gt;tr&gt;td.success,.table&gt;tfoot&gt;tr&gt;th.success,.table&gt;thead&gt;tr.success&gt;td,.table&gt;thead&gt;tr.success&gt;th,.table&gt;thead&gt;tr&gt;td.success,.table&gt;thead&gt;tr&gt;th.success{background-color:#dff0d8}.table-hover&gt;tbody&gt;tr.success:hover&gt;td,.table-hover&gt;tbody&gt;tr.success:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.success,.table-hover&gt;tbody&gt;tr&gt;td.success:hover,.table-hover&gt;tbody&gt;tr&gt;th.success:hover{background-color:#d0e9c6}.table&gt;tbody&gt;tr.info&gt;td,.table&gt;tbody&gt;tr.info&gt;th,.table&gt;tbody&gt;tr&gt;td.info,.table&gt;tbody&gt;tr&gt;th.info,.table&gt;tfoot&gt;tr.info&gt;td,.table&gt;tfoot&gt;tr.info&gt;th,.table&gt;tfoot&gt;tr&gt;td.info,.table&gt;tfoot&gt;tr&gt;th.info,.table&gt;thead&gt;tr.info&gt;td,.table&gt;thead&gt;tr.info&gt;th,.table&gt;thead&gt;tr&gt;td.info,.table&gt;thead&gt;tr&gt;th.info{background-color:#d9edf7}.table-hover&gt;tbody&gt;tr.info:hover&gt;td,.table-hover&gt;tbody&gt;tr.info:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.info,.table-hover&gt;tbody&gt;tr&gt;td.info:hover,.table-hover&gt;tbody&gt;tr&gt;th.info:hover{background-color:#c4e3f3}.table&gt;tbody&gt;tr.warning&gt;td,.table&gt;tbody&gt;tr.warning&gt;th,.table&gt;tbody&gt;tr&gt;td.warning,.table&gt;tbody&gt;tr&gt;th.warning,.table&gt;tfoot&gt;tr.warning&gt;td,.table&gt;tfoot&gt;tr.warning&gt;th,.table&gt;tfoot&gt;tr&gt;td.warning,.table&gt;tfoot&gt;tr&gt;th.warning,.table&gt;thead&gt;tr.warning&gt;td,.table&gt;thead&gt;tr.warning&gt;th,.table&gt;thead&gt;tr&gt;td.warning,.table&gt;thead&gt;tr&gt;th.warning{background-color:#fcf8e3}.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,.table-hover&gt;tbody&gt;tr.warning:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.warning,.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,.table-hover&gt;tbody&gt;tr&gt;th.warning:hover{background-color:#faf2cc}.table&gt;tbody&gt;tr.danger&gt;td,.table&gt;tbody&gt;tr.danger&gt;th,.table&gt;tbody&gt;tr&gt;td.danger,.table&gt;tbody&gt;tr&gt;th.danger,.table&gt;tfoot&gt;tr.danger&gt;td,.table&gt;tfoot&gt;tr.danger&gt;th,.table&gt;tfoot&gt;tr&gt;td.danger,.table&gt;tfoot&gt;tr&gt;th.danger,.table&gt;thead&gt;tr.danger&gt;td,.table&gt;thead&gt;tr.danger&gt;th,.table&gt;thead&gt;tr&gt;td.danger,.table&gt;thead&gt;tr&gt;th.danger{background-color:#f2dede}.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,.table-hover&gt;tbody&gt;tr.danger:hover&gt;th,.table-hover&gt;tbody&gt;tr:hover&gt;.danger,.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,.table-hover&gt;tbody&gt;tr&gt;th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive&gt;.table{margin-bottom:0}.table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,.table-responsive&gt;.table&gt;thead&gt;tr&gt;td,.table-responsive&gt;.table&gt;thead&gt;tr&gt;th{white-space:nowrap}.table-responsive&gt;.table-bordered{border:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child{border-left:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child{border-right:0}.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group&gt;.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open&gt;.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open&gt;.dropdown-toggle.btn-default.focus,.open&gt;.dropdown-toggle.btn-default:focus,.open&gt;.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open&gt;.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;background-image:none;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open&gt;.dropdown-toggle.btn-primary.focus,.open&gt;.dropdown-toggle.btn-primary:focus,.open&gt;.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open&gt;.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;background-image:none;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open&gt;.dropdown-toggle.btn-success.focus,.open&gt;.dropdown-toggle.btn-success:focus,.open&gt;.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open&gt;.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;background-image:none;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open&gt;.dropdown-toggle.btn-info.focus,.open&gt;.dropdown-toggle.btn-info:focus,.open&gt;.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open&gt;.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;background-image:none;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open&gt;.dropdown-toggle.btn-warning.focus,.open&gt;.dropdown-toggle.btn-warning:focus,.open&gt;.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open&gt;.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;background-image:none;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open&gt;.dropdown-toggle.btn-danger.focus,.open&gt;.dropdown-toggle.btn-danger:focus,.open&gt;.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg&gt;.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm&gt;.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs&gt;.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu&gt;li&gt;a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu&gt;li&gt;a:focus,.dropdown-menu&gt;li&gt;a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:focus,.dropdown-menu&gt;.active&gt;a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu&gt;.disabled&gt;a,.dropdown-menu&gt;.disabled&gt;a:focus,.dropdown-menu&gt;.disabled&gt;a:hover{color:#777}.dropdown-menu&gt;.disabled&gt;a:focus,.dropdown-menu&gt;.disabled&gt;a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open&gt;.dropdown-menu{display:block}.open&gt;a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right&gt;.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical&gt;.btn,.btn-group&gt;.btn{position:relative;float:left}.btn-group-vertical&gt;.btn.active,.btn-group-vertical&gt;.btn:active,.btn-group-vertical&gt;.btn:focus,.btn-group-vertical&gt;.btn:hover,.btn-group&gt;.btn.active,.btn-group&gt;.btn:active,.btn-group&gt;.btn:focus,.btn-group&gt;.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar&gt;.btn,.btn-toolbar&gt;.btn-group,.btn-toolbar&gt;.input-group{margin-left:5px}.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group&gt;.btn:first-child{margin-left:0}.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group&gt;.btn:last-child:not(:first-child),.btn-group&gt;.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group&gt;.btn-group{float:left}.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group&gt;.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group&gt;.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical&gt;.btn,.btn-group-vertical&gt;.btn-group,.btn-group-vertical&gt;.btn-group&gt;.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical&gt;.btn-group&gt;.btn{float:none}.btn-group-vertical&gt;.btn+.btn,.btn-group-vertical&gt;.btn+.btn-group,.btn-group-vertical&gt;.btn-group+.btn,.btn-group-vertical&gt;.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical&gt;.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified&gt;.btn,.btn-group-justified&gt;.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified&gt;.btn-group .btn{width:100%}.btn-group-justified&gt;.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]&gt;.btn input[type=checkbox],[data-toggle=buttons]&gt;.btn input[type=radio],[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=checkbox],[data-toggle=buttons]&gt;.btn-group&gt;.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg&gt;.form-control,.input-group-lg&gt;.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg&gt;.form-control,select.input-group-lg&gt;.input-group-addon,select.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;line-height:46px}select[multiple].input-group-lg&gt;.form-control,select[multiple].input-group-lg&gt;.input-group-addon,select[multiple].input-group-lg&gt;.input-group-btn&gt;.btn,textarea.input-group-lg&gt;.form-control,textarea.input-group-lg&gt;.input-group-addon,textarea.input-group-lg&gt;.input-group-btn&gt;.btn{height:auto}.input-group-sm&gt;.form-control,.input-group-sm&gt;.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm&gt;.form-control,select.input-group-sm&gt;.input-group-addon,select.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;line-height:30px}select[multiple].input-group-sm&gt;.form-control,select[multiple].input-group-sm&gt;.input-group-addon,select[multiple].input-group-sm&gt;.input-group-btn&gt;.btn,textarea.input-group-sm&gt;.form-control,textarea.input-group-sm&gt;.input-group-addon,textarea.input-group-sm&gt;.input-group-btn&gt;.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group&gt;.btn,.input-group-btn:first-child&gt;.dropdown-toggle,.input-group-btn:last-child&gt;.btn-group:not(:last-child)&gt;.btn,.input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child&gt;.btn-group:not(:first-child)&gt;.btn,.input-group-btn:first-child&gt;.btn:not(:first-child),.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group&gt;.btn,.input-group-btn:last-child&gt;.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn&gt;.btn{position:relative}.input-group-btn&gt;.btn+.btn{margin-left:-1px}.input-group-btn&gt;.btn:active,.input-group-btn&gt;.btn:focus,.input-group-btn&gt;.btn:hover{z-index:2}.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group{margin-right:-1px}.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav&gt;li{position:relative;display:block}.nav&gt;li&gt;a{position:relative;display:block;padding:10px 15px}.nav&gt;li&gt;a:focus,.nav&gt;li&gt;a:hover{text-decoration:none;background-color:#eee}.nav&gt;li.disabled&gt;a{color:#777}.nav&gt;li.disabled&gt;a:focus,.nav&gt;li.disabled&gt;a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open&gt;a,.nav .open&gt;a:focus,.nav .open&gt;a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav&gt;li&gt;a&gt;img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs&gt;li{float:left;margin-bottom:-1px}.nav-tabs&gt;li&gt;a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs&gt;li&gt;a:hover{border-color:#eee #eee #ddd}.nav-tabs&gt;li.active&gt;a,.nav-tabs&gt;li.active&gt;a:focus,.nav-tabs&gt;li.active&gt;a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified&gt;li{float:none}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified&gt;li{display:table-cell;width:1%}.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs.nav-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:focus,.nav-tabs.nav-justified&gt;.active&gt;a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:focus,.nav-tabs.nav-justified&gt;.active&gt;a:hover{border-bottom-color:#fff}}.nav-pills&gt;li{float:left}.nav-pills&gt;li&gt;a{border-radius:4px}.nav-pills&gt;li+li{margin-left:2px}.nav-pills&gt;li.active&gt;a,.nav-pills&gt;li.active&gt;a:focus,.nav-pills&gt;li.active&gt;a:hover{color:#fff;background-color:#337ab7}.nav-stacked&gt;li{float:none}.nav-stacked&gt;li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified&gt;li{float:none}.nav-justified&gt;li&gt;a{margin-bottom:5px;text-align:center}.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified&gt;li{display:table-cell;width:1%}.nav-justified&gt;li&gt;a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified&gt;li&gt;a{margin-right:0;border-radius:4px}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:focus,.nav-tabs-justified&gt;.active&gt;a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:focus,.nav-tabs-justified&gt;.active&gt;a:hover{border-bottom-color:#fff}}.tab-content&gt;.tab-pane{display:none}.tab-content&gt;.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.container-fluid&gt;.navbar-collapse,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container&gt;.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid&gt;.navbar-collapse,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container&gt;.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand&gt;img{display:block}@media (min-width:768px){.navbar&gt;.container .navbar-brand,.navbar&gt;.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:15px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav&gt;li&gt;a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu&gt;li&gt;a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu&gt;li&gt;a{line-height:20px}.navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav&gt;li{float:left}.navbar-nav&gt;li&gt;a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-right:-15px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group&gt;.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav&gt;li&gt;.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav&gt;li&gt;a{color:#777}.navbar-default .navbar-nav&gt;li&gt;a:focus,.navbar-default .navbar-nav&gt;li&gt;a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.active&gt;a:focus,.navbar-default .navbar-nav&gt;.active&gt;a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav&gt;.disabled&gt;a,.navbar-default .navbar-nav&gt;.disabled&gt;a:focus,.navbar-default .navbar-nav&gt;.disabled&gt;a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-nav&gt;.open&gt;a,.navbar-default .navbar-nav&gt;.open&gt;a:focus,.navbar-default .navbar-nav&gt;.open&gt;a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav&gt;li&gt;a:focus,.navbar-inverse .navbar-nav&gt;li&gt;a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav&gt;.active&gt;a,.navbar-inverse .navbar-nav&gt;.active&gt;a:focus,.navbar-inverse .navbar-nav&gt;.active&gt;a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav&gt;.disabled&gt;a,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:focus,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-nav&gt;.open&gt;a,.navbar-inverse .navbar-nav&gt;.open&gt;a:focus,.navbar-inverse .navbar-nav&gt;.open&gt;a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb&gt;li{display:inline-block}.breadcrumb&gt;li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb&gt;.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination&gt;li{display:inline}.pagination&gt;li&gt;a,.pagination&gt;li&gt;span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:focus,.pagination&gt;li&gt;span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;span:focus,.pagination&gt;.active&gt;span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination&gt;.disabled&gt;a,.pagination&gt;.disabled&gt;a:focus,.pagination&gt;.disabled&gt;a:hover,.pagination&gt;.disabled&gt;span,.pagination&gt;.disabled&gt;span:focus,.pagination&gt;.disabled&gt;span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg&gt;li&gt;a,.pagination-lg&gt;li&gt;span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg&gt;li:first-child&gt;a,.pagination-lg&gt;li:first-child&gt;span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg&gt;li:last-child&gt;a,.pagination-lg&gt;li:last-child&gt;span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm&gt;li&gt;a,.pagination-sm&gt;li&gt;span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm&gt;li:first-child&gt;a,.pagination-sm&gt;li:first-child&gt;span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm&gt;li:last-child&gt;a,.pagination-sm&gt;li:last-child&gt;span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li&gt;a,.pager li&gt;span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li&gt;a:focus,.pager li&gt;a:hover{text-decoration:none;background-color:#eee}.pager .next&gt;a,.pager .next&gt;span{float:right}.pager .previous&gt;a,.pager .previous&gt;span{float:left}.pager .disabled&gt;a,.pager .disabled&gt;a:focus,.pager .disabled&gt;a:hover,.pager .disabled&gt;span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs&gt;.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active&gt;.badge,.nav-pills&gt;.active&gt;a&gt;.badge{color:#337ab7;background-color:#fff}.list-group-item&gt;.badge{float:right}.list-group-item&gt;.badge+.badge{margin-right:5px}.nav-pills&gt;li&gt;a&gt;.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron&gt;hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a&gt;img,.thumbnail&gt;img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert&gt;p,.alert&gt;ul{margin-bottom:0}.alert&gt;p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media&gt;.pull-right{padding-left:10px}.media-left,.media&gt;.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading&gt;.small,.list-group-item.active .list-group-item-heading&gt;small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading&gt;.small,.list-group-item.active:focus .list-group-item-heading&gt;small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading&gt;.small,.list-group-item.active:hover .list-group-item-heading&gt;small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading&gt;.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title&gt;.small,.panel-title&gt;.small&gt;a,.panel-title&gt;a,.panel-title&gt;small,.panel-title&gt;small&gt;a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.list-group,.panel&gt;.panel-collapse&gt;.list-group{margin-bottom:0}.panel&gt;.list-group .list-group-item,.panel&gt;.panel-collapse&gt;.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel&gt;.list-group:first-child .list-group-item:first-child,.panel&gt;.panel-collapse&gt;.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.list-group:last-child .list-group-item:last-child,.panel&gt;.panel-collapse&gt;.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.panel-heading+.panel-collapse&gt;.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel&gt;.panel-collapse&gt;.table,.panel&gt;.table,.panel&gt;.table-responsive&gt;.table{margin-bottom:0}.panel&gt;.panel-collapse&gt;.table caption,.panel&gt;.table caption,.panel&gt;.table-responsive&gt;.table caption{padding-right:15px;padding-left:15px}.panel&gt;.table-responsive:first-child&gt;.table:first-child,.panel&gt;.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child{border-top-left-radius:3px}.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child{border-top-right-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child,.panel&gt;.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child{border-bottom-left-radius:3px}.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child{border-bottom-right-radius:3px}.panel&gt;.panel-body+.table,.panel&gt;.panel-body+.table-responsive,.panel&gt;.table+.panel-body,.panel&gt;.table-responsive+.panel-body{border-top:1px solid #ddd}.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child td,.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child th{border-top:0}.panel&gt;.table-bordered,.panel&gt;.table-responsive&gt;.table-bordered{border:0}.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child{border-left:0}.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child{border-right:0}.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th{border-bottom:0}.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th{border-bottom:0}.panel&gt;.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse&gt;.list-group,.panel-group .panel-heading+.panel-collapse&gt;.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default&gt;.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ddd}.panel-default&gt;.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary&gt;.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#337ab7}.panel-primary&gt;.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success&gt;.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#d6e9c6}.panel-success&gt;.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info&gt;.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#bce8f1}.panel-info&gt;.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning&gt;.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#faebcc}.panel-warning&gt;.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger&gt;.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ebccd1}.panel-danger&gt;.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover&gt;.arrow{border-width:11px}.popover&gt;.arrow,.popover&gt;.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover&gt;.arrow:after{content:"";border-width:10px}.popover.top&gt;.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top&gt;.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right&gt;.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right&gt;.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom&gt;.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom&gt;.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left&gt;.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left&gt;.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner&gt;.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner&gt;.item&gt;a&gt;img,.carousel-inner&gt;.item&gt;img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner&gt;.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner&gt;.item.active.right,.carousel-inner&gt;.item.next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.carousel-inner&gt;.item.active.left,.carousel-inner&gt;.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.carousel-inner&gt;.item.active,.carousel-inner&gt;.item.next.left,.carousel-inner&gt;.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}}.carousel-inner&gt;.active,.carousel-inner&gt;.next,.carousel-inner&gt;.prev{display:block}.carousel-inner&gt;.active{left:0}.carousel-inner&gt;.next,.carousel-inner&gt;.prev{position:absolute;top:0;width:100%}.carousel-inner&gt;.next{left:100%}.carousel-inner&gt;.prev{left:-100%}.carousel-inner&gt;.next.left,.carousel-inner&gt;.prev.right{left:0}.carousel-inner&gt;.active.left{left:-100%}.carousel-inner&gt;.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203a"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical&gt;.btn-group:after,.btn-group-vertical&gt;.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical&gt;.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left: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}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px);-moz-transform:translate3d(0px,0px,0px);-ms-transform:translate3d(0px,0px,0px);-o-transform:translate3d(0px,0px,0px);transform:translate3d(0px,0px,0px);-webkit-backface-visibility:visible;-moz-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/owl-carousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform 100ms ease;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
	background-color: rgba(0, 0, 0, .45);
	z-index: 1080
}

#lg-counter, .lg-outer .lg-video-cont {
	vertical-align: middle;
	display: inline-block
}

@font-face {
	font-family: lg;
	src: url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/light-gallery/css/../fonts/lg.eot#1738777377);
	src: url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/light-gallery/css/../fonts/lg.eot#1738777377) format("embedded-opentype"), url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/light-gallery/css/../fonts/lg.woff#1738777377) format("woff"), url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/light-gallery/css/../fonts/lg.ttf#1738777377) format("truetype"), url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/light-gallery/css/../fonts/lg.svg?n1z373#lg) format("svg");
	font-weight: 400;
	font-style: normal
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #FFF
}

.lg-actions .lg-next {
	right: 20px
}

.lg-actions .lg-next:before {
	content: "\e095"
}

.lg-actions .lg-prev {
	left: 20px
}

.lg-actions .lg-prev:after {
	content: "\e094"
}

@-webkit-keyframes lg-right-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: -30px
	}
}

@-moz-keyframes lg-right-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: -30px
	}
}

@-ms-keyframes lg-right-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: -30px
	}
}

@keyframes lg-right-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: -30px
	}
}

@-webkit-keyframes lg-left-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: 30px
	}
}

@-moz-keyframes lg-left-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: 30px
	}
}

@-ms-keyframes lg-left-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: 30px
	}
}

@keyframes lg-left-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: 30px
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative
}

.lg-toolbar {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0
}

.lg-toolbar .lg-icon:hover {
	color: #FFF
}

.lg-toolbar .lg-close:after {
	content: "\e070"
}

.lg-toolbar .lg-download:after {
	content: "\e0f2"
}

.lg-sub-html {
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}

#lg-counter {
	color: #999;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px
}

.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
	-moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
	-o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
	transition: transform 250ms ease 0s, opacity 250ms !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}

.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #FFF;
	border-radius: 4px;
	margin-bottom: 5px
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease
	}
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #a90707
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px
}

.lg-outer .lg-toogle-thumb {
	background-color: #0D0A0A;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
	color: #FFF
}

.lg-outer .lg-video-cont {
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/light-gallery/css/../img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/light-gallery/css/../img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/light-gallery/css/../img/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/light-gallery/css/../img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/light-gallery/css/../img/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1080;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1
}

.lg-autoplay-button:after {
	content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform .3s ease 0s;
	-moz-transition: -moz-transform .3s ease 0s;
	-o-transition: -o-transform .3s ease 0s;
	transition: transform .3s ease 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s ease 0s, opacity .15s !important;
	-moz-transition: -moz-transform .3s ease 0s, opacity .15s !important;
	-o-transition: -o-transform .3s ease 0s, opacity .15s !important;
	transition: transform .3s ease 0s, opacity .15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

#lg-zoom-in:after {
	content: "\e311"
}

#lg-actual-size {
	font-size: 20px
}

#lg-actual-size:after {
	content: "\e033"
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none
}

#lg-zoom-out:after {
	content: "\e312"
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0
}

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
	width: 100%;
	height: 100%
}

.lg-fullscreen:after {
	content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d"
}

.group:after, .group:before {
	display: table;
	content: "";
	line-height: 0
}

.group:after {
	clear: both
}

.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.lg-outer.lg-visible {
	opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%
}

.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap
}

.lg-outer .lg-item {
	background: url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/plugins/light-gallery/css/../img/loading.gif) center center no-repeat;
	display: none !important
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

.lg-outer .lg-img-wrap {
	position: static;
	padding: 0 5px
}

.lg-outer .lg-item.lg-complete {
	background-image: none
}

.lg-outer .lg-item.lg-current {
	z-index: 1060
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1050;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-backdrop.in {
	opacity: 1
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
	opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}/*
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2013 Hakim El Hattab, http://hakim.se
 */.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;height:32px;top:50%;margin-top:-16px;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);visibility:hidden;opacity:0;-webkit-transition:0.1s linear all !important;-moz-transition:0.1s linear all !important;-ms-transition:0.1s linear all !important;-o-transition:0.1s linear all !important;transition:0.1s linear all !important}.ladda-button[data-loading] .ladda-progress{opacity:1;visibility:visible}.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-moz-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-ms-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-o-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{-webkit-transition:0.3s ease all !important;-moz-transition:0.3s ease all !important;-ms-transition:0.3s ease all !important;-o-transition:0.3s ease all !important;transition:0.3s ease all !important}.ladda-button[data-style=expand-right] .ladda-spinner{right:14px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:4px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:14px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:-16px}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:14px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:-16px}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:-16px}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:-16px}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:-16px;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:-16px}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:-16px;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:-16px}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:-16px}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0px 0px 0px 3000px rgba(0,0,0,0)}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:-16px}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0px 0px 0px 3000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}.sl-wrapper a{border-bottom:0!important;text-decoration:none!important}.sl-button{font-size:1em;line-height:1;font-weight:400}a.liked{color:#da1b1b}a.liked:hover,a.liked:active,a.liked:focus{color:#666}a.liked span.sl-count,.sl-count{color:#666}.sl-icon{margin-right:.3125em;vertical-align:middle}.sl-count{vertical-align:middle}.loader,.loader:before,.loader:after{background:rgb(0 0 0 / .2);-webkit-animation:load1 .8s infinite ease-in-out;animation:load1 .8s infinite ease-in-out;width:.2em;height:.6em}.loader:before,.loader:after{position:absolute;top:0;content:''}.loader:before{left:-.375em;-webkit-animation-delay:-.4s;animation-delay:-.4s}.loader{text-indent:-9999em;display:inline-block;position:relative;vertical-align:middle;font-size:1em;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-.2s;animation-delay:-.2s}.loader:after{left:.375em}@-webkit-keyframes load1{0%,80%,100%{box-shadow:0 0 rgb(0 0 0 / .2);height:.6em}40%{box-shadow:0 -.3em rgb(0 0 0 / .2);height:1em}}@keyframes load1{0%,80%,100%{box-shadow:0 0 rgb(0 0 0 / .2);height:.6em}40%{box-shadow:0 -.3em rgb(0 0 0 / .2);height:1em}}/* perfect-scrollbar v0.6.14 */
.ps-container{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x&gt;.ps-scrollbar-x-rail,.ps-container.ps-active-y&gt;.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling.ps-x&gt;.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x&gt;.ps-scrollbar-x-rail&gt;.ps-scrollbar-x{background-color:#999;height:11px}.ps-container.ps-in-scrolling.ps-y&gt;.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y&gt;.ps-scrollbar-y-rail&gt;.ps-scrollbar-y{background-color:#999;width:11px}.ps-container&gt;.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-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;bottom:0px;height:15px}.ps-container&gt;.ps-scrollbar-x-rail&gt;.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps-container&gt;.ps-scrollbar-x-rail:hover&gt;.ps-scrollbar-x,.ps-container&gt;.ps-scrollbar-x-rail:active&gt;.ps-scrollbar-x{height:11px}.ps-container&gt;.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-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;right:0;width:15px}.ps-container&gt;.ps-scrollbar-y-rail&gt;.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps-container&gt;.ps-scrollbar-y-rail:hover&gt;.ps-scrollbar-y,.ps-container&gt;.ps-scrollbar-y-rail:active&gt;.ps-scrollbar-y{width:11px}.ps-container:hover.ps-in-scrolling.ps-x&gt;.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x&gt;.ps-scrollbar-x-rail&gt;.ps-scrollbar-x{background-color:#999;height:11px}.ps-container:hover.ps-in-scrolling.ps-y&gt;.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y&gt;.ps-scrollbar-y-rail&gt;.ps-scrollbar-y{background-color:#999;width:11px}.ps-container:hover&gt;.ps-scrollbar-x-rail,.ps-container:hover&gt;.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover&gt;.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover&gt;.ps-scrollbar-x-rail:hover&gt;.ps-scrollbar-x{background-color:#999}.ps-container:hover&gt;.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover&gt;.ps-scrollbar-y-rail:hover&gt;.ps-scrollbar-y{background-color:#999}@-moz-keyframes spinner{0%{transform: rotate(0)}100%{transform: rotate(360deg)}}@-webkit-keyframes spinner{0%{transform: rotate(0)}100%{transform: rotate(360deg)}}@-o-keyframes spinner{0%{transform: rotate(0)}100%{transform: rotate(360deg)}}@keyframes spinner{0%{transform: rotate(0)}100%{transform: rotate(360deg)}}@-moz-keyframes header-drop{0%{-webkit-transform: translateY(-92px);-moz-transform: translateY(-92px);-ms-transform: translateY(-92px);-o-transform: translateY(-92px);transform: translateY(-92px)}100%{-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0)}}@-webkit-keyframes header-drop{0%{-webkit-transform: translateY(-92px);-moz-transform: translateY(-92px);-ms-transform: translateY(-92px);-o-transform: translateY(-92px);transform: translateY(-92px)}100%{-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0)}}@-o-keyframes header-drop{0%{-webkit-transform: translateY(-92px);-moz-transform: translateY(-92px);-ms-transform: translateY(-92px);-o-transform: translateY(-92px);transform: translateY(-92px)}100%{-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0)}}@keyframes header-drop{0%{-webkit-transform: translateY(-92px);-moz-transform: translateY(-92px);-ms-transform: translateY(-92px);-o-transform: translateY(-92px);transform: translateY(-92px)}100%{-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0)}}@-moz-keyframes header-drop-out{0%{-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0)}100%{-webkit-transform: translateY(-92px);-moz-transform: translateY(-92px);-ms-transform: translateY(-92px);-o-transform: translateY(-92px);transform: translateY(-92px)}}@-webkit-keyframes header-drop-out{0%{-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0)}100%{-webkit-transform: translateY(-92px);-moz-transform: translateY(-92px);-ms-transform: translateY(-92px);-o-transform: translateY(-92px);transform: translateY(-92px)}}@-o-keyframes header-drop-out{0%{-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0)}100%{-webkit-transform: translateY(-92px);-moz-transform: translateY(-92px);-ms-transform: translateY(-92px);-o-transform: translateY(-92px);transform: translateY(-92px)}}@keyframes header-drop-out{0%{-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0)}100%{-webkit-transform: translateY(-92px);-moz-transform: translateY(-92px);-ms-transform: translateY(-92px);-o-transform: translateY(-92px);transform: translateY(-92px)}}@-moz-keyframes border-animation{0%{background-image: -webkit-linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%)}10%{background-image: -webkit-linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%)}20%{background-image: -webkit-linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%)}30%{background-image: -webkit-linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%)}40%{background-image: -webkit-linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%)}50%{background-image: -webkit-linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%)}60%{background-image: -webkit-linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%)}70%{background-image: -webkit-linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%)}80%{background-image: -webkit-linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%)}90%{background-image: -webkit-linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%)}100%{background-image: -webkit-linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%)}}@-webkit-keyframes border-animation{0%{background-image: -webkit-linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%)}10%{background-image: -webkit-linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%)}20%{background-image: -webkit-linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%)}30%{background-image: -webkit-linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%)}40%{background-image: -webkit-linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%)}50%{background-image: -webkit-linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%)}60%{background-image: -webkit-linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%)}70%{background-image: -webkit-linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%)}80%{background-image: -webkit-linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%)}90%{background-image: -webkit-linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%)}100%{background-image: -webkit-linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%)}}@-o-keyframes border-animation{0%{background-image: -webkit-linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%)}10%{background-image: -webkit-linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%)}20%{background-image: -webkit-linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%)}30%{background-image: -webkit-linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%)}40%{background-image: -webkit-linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%)}50%{background-image: -webkit-linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%)}60%{background-image: -webkit-linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%)}70%{background-image: -webkit-linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%)}80%{background-image: -webkit-linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%)}90%{background-image: -webkit-linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%)}100%{background-image: -webkit-linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%)}}@keyframes border-animation{0%{background-image: -webkit-linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%)}10%{background-image: -webkit-linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 10%, rgba(255,255,255,0.1) 0%)}20%{background-image: -webkit-linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 20%, rgba(255,255,255,0.1) 0%)}30%{background-image: -webkit-linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 30%, rgba(255,255,255,0.1) 0%)}40%{background-image: -webkit-linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 40%, rgba(255,255,255,0.1) 0%)}50%{background-image: -webkit-linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 50%, rgba(255,255,255,0.1) 0%)}60%{background-image: -webkit-linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 60%, rgba(255,255,255,0.1) 0%)}70%{background-image: -webkit-linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 70%, rgba(255,255,255,0.1) 0%)}80%{background-image: -webkit-linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 80%, rgba(255,255,255,0.1) 0%)}90%{background-image: -webkit-linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 90%, rgba(255,255,255,0.1) 0%)}100%{background-image: -webkit-linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 100%, rgba(255,255,255,0.1) 0%)}}@-moz-keyframes border-dark-animation{0%{background-image: -webkit-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%)}10%{background-image: -webkit-linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%)}20%{background-image: -webkit-linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%)}30%{background-image: -webkit-linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%)}40%{background-image: -webkit-linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%)}50%{background-image: -webkit-linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%)}60%{background-image: -webkit-linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%)}70%{background-image: -webkit-linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%)}80%{background-image: -webkit-linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%)}90%{background-image: -webkit-linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%)}100%{background-image: -webkit-linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%)}}@-webkit-keyframes border-dark-animation{0%{background-image: -webkit-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%)}10%{background-image: -webkit-linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%)}20%{background-image: -webkit-linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%)}30%{background-image: -webkit-linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%)}40%{background-image: -webkit-linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%)}50%{background-image: -webkit-linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%)}60%{background-image: -webkit-linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%)}70%{background-image: -webkit-linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%)}80%{background-image: -webkit-linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%)}90%{background-image: -webkit-linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%)}100%{background-image: -webkit-linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%)}}@-o-keyframes border-dark-animation{0%{background-image: -webkit-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%)}10%{background-image: -webkit-linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%)}20%{background-image: -webkit-linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%)}30%{background-image: -webkit-linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%)}40%{background-image: -webkit-linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%)}50%{background-image: -webkit-linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%)}60%{background-image: -webkit-linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%)}70%{background-image: -webkit-linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%)}80%{background-image: -webkit-linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%)}90%{background-image: -webkit-linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%)}100%{background-image: -webkit-linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%)}}@keyframes border-dark-animation{0%{background-image: -webkit-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%)}10%{background-image: -webkit-linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 10%, rgba(0,0,0,0.1) 0%)}20%{background-image: -webkit-linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 20%, rgba(0,0,0,0.1) 0%)}30%{background-image: -webkit-linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 30%, rgba(0,0,0,0.1) 0%)}40%{background-image: -webkit-linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 40%, rgba(0,0,0,0.1) 0%)}50%{background-image: -webkit-linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 50%, rgba(0,0,0,0.1) 0%)}60%{background-image: -webkit-linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 60%, rgba(0,0,0,0.1) 0%)}70%{background-image: -webkit-linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 70%, rgba(0,0,0,0.1) 0%)}80%{background-image: -webkit-linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 80%, rgba(0,0,0,0.1) 0%)}90%{background-image: -webkit-linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 90%, rgba(0,0,0,0.1) 0%)}100%{background-image: -webkit-linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 100%, rgba(0,0,0,0.1) 0%)}}.sectionout{-webkit-animation: sectionout 1.5s both ease;animation: sectionout 1.5s both ease;-webkit-animation-direction: normal;-moz-animation-direction: normal;-o-animation-direction: normal;animation-direction: normal}.sectionin{-webkit-animation: sectionin 1s both ease;animation: sectionin 1s ease;-webkit-animation-direction: normal;-moz-animation-direction: normal;-o-animation-direction: normal;animation-direction: normal}@-webkit-keyframes sectionout{0%,25%{opacity: .5;-webkit-transform: translateX(0%) scale(1)}75%{opacity: .5;-webkit-transform: scale(.8)}100%{opacity: 0;-webkit-transform: translateX(-100%) scale(.8)}}@keyframes sectionout{0%,25%{opacity: .5;-webkit-transform: translateX(0%) scale(1);transform: translateX(0%) scale(1)}75%{opacity: .5;-webkit-transform: scale(.8);transform: scale(.8)}100%{opacity: 0;-webkit-transform: translateX(-100%) scale(.8);transform: translateX(-100%) scale(.8)}}@-webkit-keyframes sectionin{0%{opacity: .5;-webkit-transform: translateX(100%) scale(.8)}25%{opacity: .5;-webkit-transform: translateX(90%) scale(.8)}75%{opacity: .5;-webkit-transform: scale(.8)}100%{opacity: 1;-webkit-transform: translateX(0) scale(1)}}@keyframes sectionin{0%{opacity: .5;-webkit-transform: translateX(100%) scale(.8);transform: translateX(100%) scale(.8)}25%{opacity: .5;-webkit-transform: translateX(90%) scale(.8);transform: translateX(90%) scale(.8)}75%{opacity: .5;-webkit-transform: scale(.8);transform: scale(.8)}100%{opacity: 1;-webkit-transform: translateX(0) scale(1);transform: translateX(0) scale(1)}}.alignnone{margin: 5px 20px 20px 0}.aligncenter,div.aligncenter{display: block;margin: 5px auto 5px auto}.alignright{float: right;margin: 5px 0 20px 20px}.alignleft{float: left;margin: 5px 20px 20px 0}a img.alignright{float: right;margin: 5px 0 20px 20px}a img.alignnone{margin: 5px 20px 20px 0}a img.alignleft{float: left;margin: 5px 20px 20px 0}a img.aligncenter{display: block;margin-left: auto;margin-right: auto}.wp-caption{border: 1px solid #647072;max-width: 96%;padding: 5px 3px 10px;text-align: center}.wp-caption.alignnone{margin: 5px 20px 20px 0}.wp-caption.alignleft{margin: 5px 20px 20px 0}.wp-caption.alignright{margin: 5px 0 20px 20px}.wp-caption img{border: 0 none;height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto}.wp-caption p.wp-caption-text{margin: 5px 0 0 0;font-size: 12px;color: #859294;line-height: 1.8}.sticky{opacity: 1}.bypostauthor{opacity: 1}.gallery{margin: 0 -5px 10px -5px}.gallery-item{margin: 0 0 10px 0;padding: 0 5px;display: inline-block;text-align: center;vertical-align: top;max-width: 33.33%;width: 100%}.gallery-caption{font-size: 12px;color: #859294;line-height: 1.8;margin-top: 5px}.gallery-icon img{margin: 0 auto;border-radius: 2px;border: 1px solid #eee;padding: 7px}.gallery-icon img:hover{border: 1px solid #ccc}.gallery-columns-1 .gallery-item{max-width: 100%}.gallery-columns-2 .gallery-item{max-width: 50%}.gallery-columns-4 .gallery-item{max-width: 25%}.gallery-columns-5 .gallery-item{max-width: 20%}.gallery-columns-6 .gallery-item{max-width: 16.66%}.gallery-columns-7 .gallery-item{max-width: 14.28%}.gallery-columns-8 .gallery-item{max-width: 12.5%}.gallery-columns-9 .gallery-item{max-width: 11.11%}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display: none}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4:not(.widget-title),.entry-content h5,.entry-content h6,.entry-content p,.entry-content hr,.entry-content dl,.entry-content table,.entry-content ul,.entry-content ol,.entry-content address,.entry-content pre{margin-bottom: 20px}.entry-content h1:last-child,.entry-content h2:last-child,.entry-content h3:last-child,.entry-content h4:not(.widget-title):last-child,.entry-content h5:last-child,.entry-content h6:last-child,.entry-content p:last-child,.entry-content hr:last-child,.entry-content dl:last-child,.entry-content table:last-child,.entry-content ul:last-child,.entry-content ol:last-child,.entry-content address:last-child,.entry-content pre:last-child{margin-bottom: 0}.entry-content hr{margin-top: 20px;border-top: 1px solid #647072;clear: both}.entry-content table{width: 100%;border: 1px solid #ccc}.entry-content td,.entry-content th{padding: 8px;border-top: 1px solid #ccc;vertical-align: top}.entry-content th{font-weight: bold;background: #F5F8FA;vertical-align: bottom}.entry-content thead:first-child &gt; tr:first-child &gt; td,.entry-content thead:first-child &gt; tr:first-child &gt; th{border-top: none}.entry-content dt,.entry-content dd{line-height: 2}.entry-content dd{margin-bottom: 15px}.entry-content ul,.entry-content ol{padding-left: 25px}.entry-content li &gt; ul,.entry-content li &gt; ol{margin-bottom: 0}.entry-content address{line-height: 1.8;font-style: italic;color: #859294}.entry-content del{color: #859294}.entry-content blockquote{margin-bottom: 30px}body{line-height: 1.6;overflow-x: hidden;color: #647072;position: relative;-webkit-font-smoothing: antialiased}body.creative-design-dark .header-4 .container-full{padding-left: 45px;padding-right: 45px}body.creative-design-dark .header-4 .container-full .inner-wrap{display: inline-block;width: 100%;position: relative}body.bg-gray,body.bg-gray #wrapper,body.bg-gray #primary-content{background-color: #f5f8fa}img{max-width: 100%;height: auto}iframe{max-width: 100%}a,a:focus,a:hover{outline: none;text-decoration: none;color: #343434;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}a:hover,a:focus{color: #000}*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}div,iframe,img{margin: 0;padding: 0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{line-height: 1.2;color: #242d2e;margin-top: 0;margin-bottom: 20px}p{margin: 0 0 20px 0}input,textarea,button,select{outline: none}::selection{color: #fff;background-color: #000}::-moz-selection{color: #fff;background-color: #000}input[type="text"],input[type="search"],input[type="email"],input[type="url"],input[type="password"],input[type="tel"],textarea,select{padding: 0 10px;height: 50px;line-height: 1;background-color: transparent;color: #859294;border: 1px solid #d6d6d6;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}input[type="text"]::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="email"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="tel"]::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{color: #859294}input[type="text"]:-moz-placeholder,input[type="search"]:-moz-placeholder,input[type="email"]:-moz-placeholder,input[type="url"]:-moz-placeholder,input[type="password"]:-moz-placeholder,input[type="tel"]:-moz-placeholder,textarea:-moz-placeholder,select:-moz-placeholder{color: #859294}input[type="text"]::-moz-placeholder,input[type="search"]::-moz-placeholder,input[type="email"]::-moz-placeholder,input[type="url"]::-moz-placeholder,input[type="password"]::-moz-placeholder,input[type="tel"]::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{color: #859294}input[type="text"]:-ms-input-placeholder,input[type="search"]:-ms-input-placeholder,input[type="email"]:-ms-input-placeholder,input[type="url"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder,input[type="tel"]:-ms-input-placeholder,textarea:-ms-input-placeholder,select:-ms-input-placeholder{color: #859294}textarea{padding-top: 10px;height: auto}select{min-width: 150px;max-width: 100%;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: url("https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/images/arrow.png");background-repeat: no-repeat;background-position: 98%;background-position: calc(100% - 15px);cursor: pointer}select::-ms-expand{display: none}#wrapper{background-color: #fff}body.boxed #wrapper{max-width: 1210px;margin: auto;position: relative}@media screen and (min-width: 1400px){body.boxed-extra #wrapper{padding-left: 175px;padding-right: 175px}}@media screen and (max-width: 1399px){body.boxed-extra #wrapper{padding-left: 60px;padding-right: 60px}}@media screen and (max-width: 1199px){body.boxed-extra #wrapper{padding-left: 30px;padding-right: 30px}}@media screen and (max-width: 991px){body.boxed-extra #wrapper{padding-left: 15px;padding-right: 15px}}.clear{clear: both}.block-center:before{content: "";height: 100%;vertical-align: middle;display: inline-block}.block-center{height: 100%;width: 100%;text-align: center;font-size: 0}.block-center-inner{display: inline-block;margin: 0 auto;position: relative;vertical-align: middle;max-width: 100%;font-size: initial}.block-center-inner &gt; *{margin: auto}@media screen and (min-width: 992px){.md-text-right{text-align: right !important}}@media screen and (max-width: 991px){.sm-text-center{text-align: center !important}}@media screen and (max-width: 768px){.xs-text-center{text-align: center !important}}.back-to-top{position: fixed;-webkit-backface-visibility: visible;-moz-backface-visibility: visible;-o-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);bottom: 10px;right: 10px;width: 44px;height: 44px;text-align: center;z-index: 2;-webkit-transform: translateX(100px);-moz-transform: translateX(100px);-o-transform: translateX(100px);-ms-transform: translateX(100px);transform: translateX(100px);-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;color: #fff;background-color: #000}.back-to-top i{line-height: 44px;font-size: 22px}.back-to-top:focus,.back-to-top:hover{text-decoration: none;color: #647072}.back-to-top.in{-webkit-transform: translateX(0px);-moz-transform: translateX(0px);-ms-transform: translateX(0px);-o-transform: translateX(0px);transform: translateX(0px)}.site-loading{position: fixed;-webkit-backface-visibility: visible;-moz-backface-visibility: visible;-o-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);z-index: 9999;top: 0;left: 0;right: 0;bottom: 0;margin: auto;opacity: 0;display: none;-webkit-transition: opacity 600ms ease 200ms;-moz-transition: opacity 600ms ease 200ms;-o-transition: opacity 600ms ease 200ms;transition: opacity 600ms ease 200ms}body.page-loading .site-loading{opacity: 1;display: block}.logo-loading{margin-bottom: 30px}#search_popup_wrapper form{margin: 2em 1em;position: relative}#search_popup_wrapper input{width: 100%;padding-right: 140px;font-size: 14px}#search_popup_wrapper input:focus{border-color: #000}#search_popup_wrapper button{position: absolute;right: 0;top: 0;border: none;line-height: 1.3;font-weight: 500}#search_popup_wrapper a.action{background-color: #444c4d;margin-top: -1px}.popup-overlay-wrapper{position: absolute;z-index: 9999;background-color: rgba(20,22,24,0.95);width: 100%;top: 0;bottom: 0;left: 0;padding-bottom: 80px;overflow: auto;opacity: 0;visibility: hidden;-webkit-transition: opacity .5s .5s, visibility 0s 1s;transition: opacity .5s .5s, visibility 0s 1s}.popup-overlay-wrapper.in{opacity: 1;visibility: visible;-webkit-transition: opacity .5s;transition: opacity .5s}.popup-overlay-wrapper.in .popup-overlay-content{opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px);-webkit-transition: -webkit-transform .5s .2s, opacity .5s .2s;transition: transform .5s .8s, opacity .5s .8s}.popup-overlay-content{margin: 80px auto 0;width: 80%;position: relative;font-size: 20px;opacity: 0;-webkit-transform: translateY(-40px);transform: translateY(-40px);-webkit-transition: -webkit-transform .2s, opacity .2s;transition: transform .2s, opacity .2s;-webkit-animation-timing-function: cubic-bezier(.45, .005, 0, 1);-moz-animation-timing-function: cubic-bezier(.45, .005, 0, 1);-o-animation-timing-function: cubic-bezier(.45, .005, 0, 1);animation-timing-function: cubic-bezier(.45, .005, 0, 1)}.popup-overlay-content input{border: solid 2px #fff;padding: 1em;height: auto;color: #fff}.popup-overlay-content input::-webkit-input-placeholder{color: #eee}.popup-overlay-content input:-moz-placeholder{color: #eee}.popup-overlay-content input::-moz-placeholder{color: #eee}.popup-overlay-content input:-ms-input-placeholder{color: #eee}.popup-overlay-content .search-button{position: absolute;top: 18px;right: 30px;color: #fff}.popup-overlay-content .search-button:hover{cursor: pointer;color: #000}.popup-overlay-result{color: #fff;background-color: #343537;padding: 0;font-size: 16px;line-height: 2em}.popup-overlay-result ul{padding: 15px 0;margin: 0;list-style: none}.popup-overlay-result li{padding: 5px 30px}.popup-overlay-result li.selected,.popup-overlay-result li:hover{color: #000}.popup-overlay-result li + li{border-top: solid 1px rgba(255,255,255,0.1)}.popup-overlay-result a{color: inherit}.popup-overlay-result .date{display: inline-block;float: right}.popup-overlay-result .view-more{position: absolute;background: #343537;left: 0;right: 0;text-align: center;padding: 5px;-webkit-border-radius: 0 0 100% 100%;-moz-border-radius: 0 0 100% 100%;border-radius: 0 0 100% 100%;margin: auto;border-top: solid 1px rgba(255,255,255,0.1);text-transform: uppercase}.close-button{position: absolute;top: 1em;right: 1em;color: #fff;font-size: 20px}.close-button:hover{color: #fff;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg)}@media screen and (max-width: 500px){#search_popup_wrapper button{position: relative}}.custom-dropdown-list{position: relative}.custom-dropdown-list &gt; span i{font-size: 10px;letter-spacing: -0.02em;position: relative;top: -1px}.custom-dropdown-list ul{line-height: 30px;list-style: none;margin: 0;background-color: #fff;color: #212121;min-width: 180px;padding: 15px;text-align: left}.toggle-icon-wrapper{cursor: pointer;display: inline-block;vertical-align: middle}.toggle-icon-wrapper:before{content: "";display: inline-block;height: 100%;vertical-align: middle}.toggle-icon-wrapper .toggle-icon{display: inline-block;height: 30px;position: relative;vertical-align: middle;width: 24px;z-index: 2}.toggle-icon-wrapper .toggle-icon &gt; span{background: none repeat scroll 0 0 #000;bottom: 0;display: block;height: 2px;left: 0;margin: auto;position: absolute;right: 0;top: 0;width: 100%}.toggle-icon-wrapper .toggle-icon:after,.toggle-icon-wrapper .toggle-icon:before{background-color: #000;content: "";height: 2px;left: 0;margin: auto;position: absolute;right: 0;width: 100%}.toggle-icon-wrapper .toggle-icon:before{top: 20%;-webkit-transform-origin: top left;-moz-transform-origin: top left;-ms-transform-origin: top left;-o-transform-origin: top left;transform-origin: top left}.toggle-icon-wrapper .toggle-icon:after{bottom: 20%;-webkit-transform-origin: bottom left;-moz-transform-origin: bottom left;-ms-transform-origin: bottom left;-o-transform-origin: bottom left;transform-origin: bottom left}.toggle-icon-wrapper + span{vertical-align: middle;text-transform: uppercase}.toggle-icon-wrapper.in .toggle-icon span{opacity: 0}.toggle-icon-wrapper.in .toggle-icon:before{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}.toggle-icon-wrapper.in .toggle-icon:after{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg)}.x-nav-menu &gt; .x-menu-item &gt; .x-menu-a-text,.sticky-region,.logo-header,.x-nav-menu &gt; .x-menu-item,.header-customize-nav,.header-3 .header-above-wrapper,.menu-categories,.menu-categories-select &gt; i,.header-nav-wrapper nav.primary-menu,.header-nav-wrapper .product-text,.popup-overlay-result a,.search-product-wrapper .search-ajax-result li,.search-product-wrapper .search-ajax-result li + li:before,.toggle-icon-wrapper .toggle-icon &gt; span,.toggle-icon-wrapper .toggle-icon:before,.toggle-icon-wrapper .toggle-icon:after,.sticky-region .header-mobile-container-inner &gt; div,b.x-caret,.menu-drop-fly,.top-drawer-toggle,.header-above-inner,.logo-header img,.x-sub-menu-tab &gt; .x-menu-item,.x-sub-menu-tab &gt; li.x-menu-active &gt; ul.x-sub-menu{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.owl-prev,.owl-next{display: inline-block;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);margin-top: 0;width: 30px;height: 30px;border: 1px solid #a4aeb0;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;text-align: center;line-height: 28px;font-size: 16px;text-transform: uppercase;font-weight: bold}.owl-prev i,.owl-next i{font-size: 30px;color: #a4aeb0;line-height: 28px;margin-left: -1px}.owl-prev{left: -60px}.owl-next{right: -60px}.owl-prev,.owl-next{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.owl-prev:hover,.owl-next:hover{border-color: #000}.owl-prev:hover i,.owl-next:hover i{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;color: #000}.owl-carousel .owl-dots{text-align: center;margin-top: 80px}.owl-carousel .owl-dots .owl-dot{display: inline-block;width: 15px;height: 15px;background-color: #242d2e;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;vertical-align: middle;margin-left: 7px;margin-right: 7px;border: 2px solid transparent;-webkit-transform: scale(.6);-moz-transform: scale(.6);-ms-transform: scale(.6);-o-transform: scale(.6);transform: scale(.6)}.owl-carousel .owl-dots .owl-dot:hover,.owl-carousel .owl-dots .owl-dot.active{background-color: transparent;border: 2px solid #242d2e}.owl-carousel .owl-dots .owl-dot:hover,.owl-carousel .owl-dots .owl-dot.active{width: 15px;height: 15px;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.owl-carousel.light-color-dots .owl-dots .owl-dot{background-color: #fff}.owl-carousel.light-color-dots .owl-dots .owl-dot:hover,.owl-carousel.light-color-dots .owl-dots .owl-dot.active{background-color: transparent;border: 2px solid #fff}.logged-in .lg-toolbar{margin-top: 32px}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color: #000}.contact-box .email{color: #f5f5f5;font-size: 24px;font-weight: 300;letter-spacing: 0.2em;margin-bottom: 7px !important}.contact-box .phone{font-size: 58px;font-weight: 700;color: #000;margin-bottom: 10px !important}.contact-box .address{font-size: 16px;color: rgba(255,255,255,0.55)}.contact-box.border-box:after{content: "";width: 16%;min-width: 250px;height: 130%;border: solid 10px rgba(245,245,245,0.1);position: absolute;top: 50%;left: 50%;right: 0;bottom: 0px;transform: translateX(-50%) translateY(-50%);padding-top: -17px;padding-bottom: 30px;z-index: 0}.contact-box .wpb_wrapper{z-index: 1;position: relative}.drop-shadow{-webkit-box-shadow: 1px 0 3px 1px rgba(0,0,0,0.1);-moz-box-shadow: 1px 0 3px 1px rgba(0,0,0,0.1);box-shadow: 1px 0 3px 1px rgba(0,0,0,0.1)}@media screen and (max-width: 460px){.search-popup-inner &gt; input{display: block;width: 100%;margin-top: 10px}.search-popup-inner &gt; button{margin-top: 10px;width: 100%;display: block}}body.one-page &gt; .container,body.one-page-float &gt; .container{margin-left: 0;margin-right: 0}body.one-page .section-one-page,body.one-page-float .section-one-page{padding-top: 0px;padding-bottom: 0px;position: relative;overflow: hidden;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}body.one-page .section-one-page .container,body.one-page-float .section-one-page .container{margin-left: auto;margin-right: auto}body.one-page .section-one-page.active,body.one-page-float .section-one-page.active{display: block}body.one-page .g5plus-vertical-center-container,body.one-page-float .g5plus-vertical-center-container{position: relative}body.one-page .g5plus-vertical-center-container .vertical-center,body.one-page-float .g5plus-vertical-center-container .vertical-center{position: absolute;left: 0;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%)}body.one-page-float header.main-header{position: absolute;top: 0;left: 0;width: 100%}body.one-page-float footer{position: absolute;bottom: 0;left: 0;width: 100%}body.one-page-float header,body.one-page-float footer.main-footer-wrapper,body.one-page-float footer .bottom-bar-wrapper{background-color: transparent}body.one-page-float header .header-wrapper,body.one-page-float footer #wrapper-footer{padding-left: 75px;padding-right: 75px}body.one-page header,body.one-page footer{padding-left: 20px;padding-right: 20px}body.one-page .section-one-page.v-middle .vc_column_container{position: relative;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%)}body.one-page .section-one-page{box-shadow: 0px 8px 25px 0px rgba(0,0,0,0.2);margin: 20px;overflow: hidden;padding: 15px;position: relative}@media (max-width: 600px){body.one-page .section-one-page{box-shadow: none;margin: 0}body.one-page .sectionout{-webkit-animation: none;animation: none}}.gf-preset-content-wrapper{background: url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/images/preset-bg.jpg) repeat;padding: 150px 0;text-align: center;font-size: 60px;color: #222;border: dashed 8px #222}.container{max-width: 100%}.lg-backdrop.in{background-color: rgba(0,0,0,0.85)}.lg-toolbar .lg-download{display: none !important}.breadcrumbs{margin: 0;padding: 0;list-style: none;font-size: 0;position: relative;z-index: 1;font-family: 'Merriweather'}.breadcrumbs li{display: inline}.breadcrumbs li a,.breadcrumbs li span{font-size: 18px;font-weight: 400;color: #a4aeb0;line-height: 1.8}.breadcrumbs li a:hover{color: #000}.breadcrumbs li:after{content: "~";display: inline-block;font-size: 18px;margin-left: 4px;margin-right: 4px;color: #a4aeb0}.breadcrumbs li:last-child:after{display: none}.page-title{text-align: center;background-size: cover;background-position: center center;background-repeat: no-repeat}.page-title h1{font-size: 48px;color: #242d2e;text-transform: uppercase}.page-title.page-title-dark .breadcrumbs li a,.page-title.page-title-dark .breadcrumbs li span,.page-title.page-title-dark .breadcrumbs li:after{color: #242d2e}.page-title.page-title-light h1,.page-title.page-title-light .breadcrumbs li a,.page-title.page-title-light .breadcrumbs li span,.page-title.page-title-light .breadcrumbs li:after{color: #fff}.page-title.page-title-light.page-title-has-frame .page-title-heading:before,.page-title.page-title-light.page-title-has-frame .page-title-heading:after{border-top-color: #fff}.page-title.page-title-light.page-title-has-frame .page-title-heading:before{border-left-color: #fff}.page-title.page-title-light.page-title-has-frame .page-title-heading:after{border-right-color: #fff}.page-title.page-title-has-frame .page-title-heading{display: inline-block;padding-left: 200px;padding-right: 200px;position: relative}.page-title.page-title-has-frame .page-title-heading:before,.page-title.page-title-has-frame .page-title-heading:after{width: 130px;height: 23px;content: '';position: absolute;border-top: 4px solid #242d2e;top: 25%}.page-title.page-title-has-frame .page-title-heading:before{border-left: 4px solid #242d2e;left: 0}.page-title.page-title-has-frame .page-title-heading:after{border-right: 4px solid #242d2e;right: 0}.parallax-disabled{background-attachment: scroll !important;background-position: 50% 50% !important}@media (max-width: 768px){.page-title h1{font-size: 30px;color: #242d2e;text-transform: uppercase;margin-bottom: 5px}.page-title.page-title-has-frame .page-title-heading{padding-left: 100px;padding-right: 100px}.page-title.page-title-has-frame .page-title-heading:before,.page-title.page-title-has-frame .page-title-heading:after{width: 60px;height: 15px;border-top: 3px solid #242d2e;top: 25%}.page-title.page-title-has-frame .page-title-heading:before{border-left: 3px solid #242d2e}.page-title.page-title-has-frame .page-title-heading:after{border-right: 3px solid #242d2e}.breadcrumbs li{display: inline}.breadcrumbs li a,.breadcrumbs li span{font-size: 16px}.breadcrumbs li:after{font-size: 16px}}@media (max-width: 480px){.page-title h1{font-size: 28px;color: #242d2e;text-transform: uppercase;margin-bottom: 5px}.page-title.page-title-has-frame .page-title-heading{padding-left: 15px;padding-right: 15px}.page-title.page-title-has-frame .page-title-heading:before,.page-title.page-title-has-frame .page-title-heading:after{display: none}.breadcrumbs li{display: inline}.breadcrumbs li a,.breadcrumbs li span{font-size: 14px}.breadcrumbs li:after{font-size: 14px}}.dialog,.dialog__overlay{width: 100%;height: 100%;top: 0;left: 0}.dialog{position: fixed;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: center;justify-content: center;pointer-events: none;z-index: 9999}.dialog__overlay{position: absolute;z-index: 1;background: rgba(55,58,71,0.9);opacity: 0;-webkit-transition: opacity .3s;transition: opacity .3s;-webkit-backface-visibility: hidden}.dialog--open .dialog__overlay{opacity: 1;pointer-events: auto}.dialog__content{width: 80%;max-width: 520px;min-width: 290px;background: #fff;padding: 20px;text-align: center;position: relative;z-index: 5;opacity: 0}.dialog--open .dialog__content{pointer-events: auto}.dialog h2{margin: 0;font-weight: 400;font-size: 24px;padding: 0 0 15px;text-transform: uppercase}.dialog--open .dialog__overlay{-webkit-transition-duration: 0.8s;transition-duration: 0.8s}.dialog--close .dialog__overlay{-webkit-transition-duration: 0.5s;transition-duration: 0.5s}.dialog__content{padding: 0;background: transparent}.dialog.dialog--open .dialog__content{opacity: 1}.morph-shape{position: absolute;width: calc(100% + 2px);height: calc(100% + 2px);top: -2px;left: -2px;z-index: -1}.morph-shape svg rect{stroke: #fff;stroke-width: 2px;stroke-dasharray: 1680}.dialog--open .morph-shape svg rect{-webkit-animation: anim-dash .6s forwards;animation: anim-dash .6s forwards}.dialog-inner{opacity: 0;background: #fff}.dialog--open .dialog-inner{padding: 30px;opacity: 1;-webkit-transition: opacity .85s .35s;transition: opacity .85s .35s}.dialog.dialog--open h2{-webkit-animation: anim-elem-1 .7s ease-out both;-o-animation: anim-elem-1 .7s ease-out both;animation: anim-elem-1 .7s ease-out both;color: #444c4d}.dialog.dialog--open a[data-dialog-close]{position: absolute;border: none;top: 0;right: 0;width: 30px;height: 30px;line-height: 30px;color: #fff;background-color: #ddd}.dialog.dialog--open a[data-dialog-close]:hover{color: #000}.dialog.dialog--open p{line-height: 1.5;font-size: 18px}@keyframes anim-dash{0%{stroke-dashoffset: 1680}100%{stroke-dashoffset: 0}}@-webkit-keyframes anim-dash{0%{stroke-dashoffset: 1680}100%{stroke-dashoffset: 0}}@-webkit-keyframes anim-elem-1{0%{opacity: 0}100%{opacity: 1}}@keyframes anim-elem-1{0%{opacity: 0}100%{opacity: 1}}.main-menu:not(.x-nav-menu){list-style: none;padding: 0;margin: 0}.main-menu:not(.x-nav-menu) li{position: relative}.main-menu:not(.x-nav-menu) li li a{display: block;padding: 5px 0;color: inherit;line-height: 1.6}.main-menu:not(.x-nav-menu) li li a:hover{color: #000}.main-menu:not(.x-nav-menu) li:hover &gt; ul{display: block;border-top: solid 1px #eee;-webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.15);-moz-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.15);box-shadow: 0 2px 2px 1px rgba(0,0,0,0.15)}.main-menu:not(.x-nav-menu) &gt; li{display: inline-block;line-height: 24px;padding-top: 18px;padding-bottom: 18px}.main-menu:not(.x-nav-menu) &gt; li + li{margin-left: 30px}.main-menu:not(.x-nav-menu) &gt; li &gt; a{font-size: 13px;text-transform: uppercase;font-weight: 700;color: #212121}.main-menu:not(.x-nav-menu) &gt; li li + li &gt; a{border-top: solid 1px #ededed}.main-menu:not(.x-nav-menu) &gt; li ul{display: none;list-style: none;padding: 10px 0;margin: 0;background-color: #fff;position: absolute;top: 0;left: 100%;color: #111;z-index: 999;border-bottom: solid 2px #000}.main-menu:not(.x-nav-menu) &gt; li ul li{position: relative;min-width: 210px;padding-left: 20px;padding-right: 20px;line-height: 35px}.main-menu:not(.x-nav-menu) &gt; li:hover &gt; ul{top: 100%;left: auto}.main-menu:not(.x-nav-menu) &gt; li:last-child &gt; ul{left: auto;right: 0}.main-menu:not(.x-nav-menu) &gt; li:last-child li:hover ul{left: auto;right: 100%}.nav-menu-mobile:not(.x-nav-menu){list-style: none;padding: 0;margin: 0}.nav-menu-mobile:not(.x-nav-menu) li{border-top: solid 1px #313131;position: relative}.nav-menu-mobile:not(.x-nav-menu) a{padding: 10px 20px;display: inline-block;text-transform: uppercase;font-weight: 700}.nav-menu-mobile:not(.x-nav-menu) ul{display: none;padding: 0;margin: 0;list-style: none;background-color: #313131;position: relative}.nav-menu-mobile:not(.x-nav-menu) ul li{border-color: #414141}.nav-menu-mobile:not(.x-nav-menu) b.menu-caret{position: absolute;right: 20px}.nav-menu-mobile:not(.x-nav-menu) b.menu-caret:before{content: "\f067";font-family: fontawesome;font-size: 10px;font-weight: 400;vertical-align: top}b.x-caret:before{content: "\f0d7";font-family: fontawesome;font-size: 10px;font-weight: 400;vertical-align: top;position: relative;top: 1px}.menu-item-has-children .x-sub-menu .menu-item b.x-caret:before{top: -4px}.x-sub-menu-open &gt; a b.x-caret{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}.x-custom-content-wrapper{white-space: normal;line-height: 1.8;padding-top: 5px;padding-bottom: 5px}.x-nav-menu img{max-width: 100%;height: auto}.x-image-layout &gt; a{display: block}@media screen and (min-width: 768px){.x-col-1-12{width: 8.33333333333333%}.x-col-2-12{width: 16.6666666666667%}.x-col-3-12{width: 25%}.x-col-4-12{width: 33.3333333333333%}.x-col-5-12{width: 41.6666666666667%}.x-col-6-12{width: 50%}.x-col-7-12{width: 58.3333333333333%}.x-col-8-12{width: 66.6666666666667%}.x-col-9-12{width: 75%}.x-col-10-12{width: 83.3333333333333%}.x-col-11-12{width: 91.6666666666667%}.x-col-12-12{width: 100%}.x-col-1-11{width: 9.09090909090909%}.x-col-2-11{width: 18.1818181818182%}.x-col-3-11{width: 27.2727272727273%}.x-col-4-11{width: 36.3636363636364%}.x-col-5-11{width: 45.4545454545455%}.x-col-6-11{width: 54.5454545454545%}.x-col-7-11{width: 63.6363636363636%}.x-col-8-11{width: 72.7272727272727%}.x-col-9-11{width: 81.8181818181818%}.x-col-10-11{width: 90.9090909090909%}.x-col-1-10{width: 10%}.x-col-2-10{width: 20%}.x-col-3-10{width: 30%}.x-col-4-10{width: 40%}.x-col-5-10{width: 50%}.x-col-6-10{width: 60%}.x-col-7-10{width: 70%}.x-col-8-10{width: 80%}.x-col-9-10{width: 90%}.x-col-1-8{width: 12.5%}.x-col-3-8{width: 37.5%}.x-col-5-8{width: 62.5%}.x-col-7-8{width: 87.5%}.x-col-1-9{width: 11.1111111111111%}.x-col-2-9{width: 22.2222222222222%}.x-col-4-9{width: 44.4444444444444%}.x-col-5-9{width: 55.5555555555556%}.x-col-7-9{width: 77.7777777777778%}.x-col-8-9{width: 88.8888888888889%}.x-col-1-7{width: 14.2857142857143%}.x-col-2-7{width: 28.5714285714286%}.x-col-3-7{width: 42.8571428571429%}.x-col-4-7{width: 57.1428571428571%}.x-col-5-7{width: 71.4285714285714%}.x-col-6-7{width: 85.7142857142857%}.x-col{display: block;float: left}.x-clear{clear: both}.x-new-row{clear: both}li.x-pos-static{position: static}li.x-text-align-right{text-align: right}li.x-text-align-left{text-align: left}li.x-text-align-center{text-align: center}span.x-disable-text{display: none}i.x-menu-icon{color: #000}i.x-menu-icon.x-icon-left{padding-right: 10px}i.x-menu-icon.x-icon-right{padding-left: 10px}i.x-menu-icon.x-icon-left.x-disable-text{padding-right: 0}i.x-menu-icon.x-icon-right.x-disable-text{padding-left: 0}li &gt; a.x-disable-menu-item{display: none !important}li.x-new-row:after{content: "";display: block;clear: both}.x-list-style-none{list-style: none;list-style-position: inside}.x-list-style-disc{list-style: disc !important;list-style-position: inside !important}.x-list-style-square{list-style: square !important;list-style-position: inside !important}.x-list-style-circle{list-style: circle !important;list-style-position: inside !important}li.x-image-layout-image-only a.x-menu-a-text{display: none}li.x-image-layout-image-only p.x-description{display: none}li.x-image-layout-above &gt; a.x-image + a.x-menu-a-text{margin-top: 10px}.x-sub-menu-standard .x-sub-menu.x-pos-left-menu-parent,.x-sub-menu-standard .x-sub-menu.x-pos-left-menu-bar{right: 100%;left: auto}.x-sub-menu.x-pos-full{left: 0;right: 0}.x-nav-menu{display: inline-block;margin: 0;padding: 0;list-style: none;text-align: left}.x-nav-menu *{color: inherit;box-sizing: border-box}.x-nav-menu &gt; .x-menu-item{display: inline-block;line-height: 24px;padding-top: 18px;padding-bottom: 18px}.x-nav-menu &gt; .x-menu-item &gt; a b.x-caret:before{margin-left: 5px}.x-nav-menu &gt; .x-menu-item + .x-menu-item{margin-left: 15px}.x-nav-menu &gt; .x-menu-item &gt; .x-menu-a-text{font-size: 14px;text-transform: uppercase;font-weight: 500;color: #647072}.x-sub-menu{height: 0;visibility: hidden;overflow: hidden;position: absolute;opacity: 0;top: 100%;padding: 0;margin: 0;color: #111;z-index: -1;list-style: none;background-color: #fff;border-bottom: solid 2px #000;-webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.15);-moz-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.15);box-shadow: 0 2px 2px 1px rgba(0,0,0,0.15)}.x-sub-menu .x-menu-item{position: relative;min-width: 250px;white-space: nowrap;padding-left: 20px;padding-right: 20px}.x-sub-menu .x-menu-item + .x-menu-item &gt; .x-menu-a-text{border-top: solid 1px #ededed}.x-sub-menu .x-menu-a-text{line-height: 38px}.x-sub-menu b.x-caret:before{content: "\f178";font-size: 11px}.x-menu-item{line-height: 50px}.x-active &gt; .x-sub-menu{overflow: visible;visibility: visible;opacity: 1;height: auto;z-index: 999;border-top: solid 1px #eee}.x-menu-a-text{font-size: 14px;text-transform: uppercase}p.x-description{font-style: italic;font-size: 0.9em;line-height: 30px;margin-top: -8px;margin-bottom: 10px}span.x-menu-text{position: relative}.x-sub-menu-standard{padding: 10px 0}.x-sub-menu-standard &gt; .x-menu-item b.x-caret{position: absolute;right: 20px;transition: all .5s;line-height: 48px}.x-sub-menu-standard a.x-menu-a-text{padding: 5px 0;color: inherit;-webkit-transition: background .3s ease-out;-moz-transition: background .3s ease-out;-ms-transition: background .3s ease-out;-o-transition: background .3s ease-out;transition: background .3s ease-out;display: block}.x-sub-menu-standard a.x-menu-a-text &gt; span.x-menu-text,.x-sub-menu-standard a.x-menu-a-text &gt; i.x-menu-icon{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.x-sub-menu-standard a.x-menu-a-text:hover &gt; i.x-menu-icon,.x-sub-menu-standard a.x-menu-a-text:hover &gt; span.x-menu-text{padding-left: 15px}.x-sub-menu-standard a.x-menu-a-text:hover &gt; i.x-menu-icon + span.x-menu-text{padding-left: 0}.x-sub-menu-standard a.x-menu-a-text:hover{color: #000}.x-sub-menu-standard .x-sub-menu{top: 0;left: 100%;right: auto}.x-sub-menu-multi-column{padding-bottom: 20px;padding-left: 20px;display: block;color: #999}.x-sub-menu-multi-column.no-padding{padding: 0}.x-sub-menu-multi-column:after{content: "";display: block;clear: both}.x-sub-menu-multi-column &gt; .x-menu-item{padding-left: 0;padding-right: 20px;margin-top: 20px;min-width: 0}.x-sub-menu-multi-column .x-menu-item{min-width: 0}.x-sub-menu-multi-column .x-menu-item + .x-menu-item &gt; .x-menu-a-text{border-top: none}.x-sub-menu-multi-column &gt; .x-item-menu-standard .x-menu-item{padding-left: 0;padding-right: 0}.x-sub-menu-multi-column .x-custom-content .x-menu-a-text{display: none}.x-sub-menu-multi-column .x-menu-a-text{line-height: 32px}.x-sub-menu-multi-column .x-sub-menu{padding-top: 0;padding-bottom: 0;height: auto;visibility: visible;opacity: 1;position: static;background-color: transparent;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border: none;z-index: 999;overflow: visible}.x-sub-menu-multi-column li.x-active &gt; ul.x-sub-menu{visibility: visible !important;opacity: 1 !important;overflow: visible !important}.x-sub-menu-multi-column .x-header-column &gt; a{color: #191919;font-size: 14px;font-weight: 600;text-transform: uppercase;position: relative;line-height: 1;display: block;margin-bottom: 20px;padding-top: 15px}.x-sub-menu-multi-column b.x-caret{display: none}.x-tabs.x-item-menu-tab{position: static;padding: 0;margin: 0}.x-tabs.x-item-menu-tab &gt; .x-menu-a-text{display: none}.x-sub-menu-tab &gt; .x-menu-item{position: static;padding-left: 0;padding-right: 0}.x-sub-menu-tab &gt; li &gt; ul.x-sub-menu{position: absolute;left: 0;right: 0;top: 0;border-bottom: 0;visibility: hidden;overflow: hidden;opacity: 0;height: 0;padding-bottom: 30px}.x-sub-menu-tab &gt; li.x-menu-item &gt; a.x-menu-a-text{display: block;position: relative;padding-left: 20px;padding-right: 20px;line-height: 50px}.x-sub-menu-tab &gt; li.x-menu-active{background-color: #000;color: #647072}.x-sub-menu-tab &gt; li.x-menu-active &gt; a.x-menu-a-text:after{content: '';position: absolute;right: 0;border-top: solid 8px transparent;border-bottom: solid 8px transparent;border-right: solid 8px #fff;height: 16px;top: 0;bottom: 0;margin: auto}.x-sub-menu-tab &gt; li.x-menu-active &gt; a.x-menu-a-text:hover{color: inherit}.x-sub-menu-tab &gt; li.x-menu-active &gt; ul.x-sub-menu{visibility: visible;overflow: visible;opacity: 1;height: auto}.x-sub-menu-tab .x-menu-item{min-width: 0}.x-tabs &gt; .x-sub-menu-tab{background-color: #fafafa}.x-nav-menu a:focus{color: inherit}.x-nav-menu .x-sub-menu-standard &gt; li.current-menu-ancestor &gt; a.x-menu-a-text,.x-nav-menu .x-sub-menu-standard &gt; li.current-menu-parent &gt; a.x-menu-a-text,.x-nav-menu .x-sub-menu-standard &gt; li.current-menu-item &gt; a.x-menu-a-text,.x-nav-menu .x-sub-menu-standard &gt; li.menu-current &gt; a.x-menu-a-text{color: #000}.x-nav-menu &gt; li.current-menu-ancestor &gt; a.x-menu-a-text,.x-nav-menu &gt; li.current-menu-parent &gt; a.x-menu-a-text,.x-nav-menu &gt; li.current-menu-item &gt; a.x-menu-a-text,.x-nav-menu &gt; li.menu-current &gt; a.x-menu-a-text,.x-nav-menu &gt; li &gt; a.x-menu-a-text:hover,.x-nav-menu &gt; li.x-menu-item:hover &gt; a{color: #facd49 !important}.header-wrapper.nav-accent-color .x-nav-menu &gt; li.current-menu-ancestor &gt; a.x-menu-a-text &gt; span.x-menu-text:before,.header-wrapper.nav-accent-color .x-nav-menu &gt; li.current-menu-parent &gt; a.x-menu-a-text &gt; span.x-menu-text:before,.header-wrapper.nav-accent-color .x-nav-menu &gt; li.current-menu-item &gt; a.x-menu-a-text &gt; span.x-menu-text:before,.header-wrapper.nav-accent-color .x-nav-menu &gt; li.menu-current &gt; a.x-menu-a-text &gt; span.x-menu-text:before,.header-wrapper.nav-accent-color .x-nav-menu &gt; li &gt; a.x-menu-a-text:hover &gt; span.x-menu-text:before,.header-wrapper.nav-accent-color .x-nav-menu &gt; li.x-menu-item:hover &gt; a &gt; span.x-menu-text:before{width: 100%}}@media screen and (max-width: 767px){i.x-icon-left{margin-right: 10px}i.x-icon-right{margin-left: 10px}.x-sub-menu{display: none;margin: 0;padding: 0}p.x-description,.x-custom-content-wrapper,.x-image{padding-left: 20px;padding-right: 20px}a.x-image{padding-top: 20px;display: inline-block}.x-nav-menu,.x-nav-menu ul{list-style: none}.x-menu-item{position: relative}.x-nav-menu{padding: 0;margin: 0}.x-nav-menu a.x-menu-a-text{padding-top: 10px;padding-bottom: 10px;display: inline-block;text-transform: uppercase;font-weight: 700}b.x-caret:before{font-weight: 700;vertical-align: middle}.x-caret{position: absolute;right: 0}.x-sub-menu,.x-nav-menu,.x-nav-menu li.x-menu-item + li{border-top: solid 1px #eee}.menu-drop-fly{position: fixed;top: 0;bottom: 0;left: -280px;width: 280px;background-color: #212121;color: #fff;z-index: 9999;overflow: auto}.menu-drop-fly .nav-menu-mobile{color: #fff}.menu-drop-fly .nav-menu-mobile a{color: #fff}.menu-drop-fly .nav-menu-mobile a:hover{color: #000}.menu-drop-fly .nav-menu-mobile{display: block}.menu-drop-fly .x-sub-menu,.menu-drop-fly .x-nav-menu,.menu-drop-fly li.x-menu-item + li{border-color: #313131}.menu-drop-fly .x-caret{right: 20px}.menu-drop-fly .x-menu-a-text{padding-left: 20px !important;padding-right: 20px}.menu-drop-fly .x-menu-item .x-menu-item .x-menu-a-text{text-transform: none}.menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text{font-weight: 400}.menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text{font-size: 14px}.menu-drop-fly .x-sub-menu{background-color: #313131;position: relative;border-top: none !important}.menu-drop-fly .x-sub-menu .x-sub-menu{background-color: #414141}.menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu{background-color: #515151}.menu-drop-fly li li.x-menu-item + li{border-color: #414141}.menu-drop-fly li li li.x-menu-item + li{border-color: #515151}.menu-drop-fly li li li li.x-menu-item + li{border-color: #616161}.menu-drop-fly .x-sub-menu:before{content: '';position: absolute;left: 20px;border-left: solid 6px transparent;border-right: solid 6px transparent;border-top: solid 6px #212121}.menu-drop-fly .x-sub-menu .x-sub-menu:before{border-top-color: #313131}.menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu:before{border-top-color: #414141}.menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu .x-sub-menu:before{border-top-color: #515151}body{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;left: 0}.mobile-nav-overlay{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 999;background-color: rgba(0,0,0,0.7);visibility: hidden;overflow: hidden;opacity: 0;max-width: 0;-webkit-transition: opacity .5s, visibility 1s;transition: opacity .5s, visibility 1s;cursor: url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/images/close.png) 15 15, default}body.mobile-nav-in{overflow: hidden;left: 280px}body.mobile-nav-in .menu-drop-fly{left: 0}body.mobile-nav-in .mobile-nav-overlay{max-width: 100%;opacity: 1;visibility: visible}body.mobile-nav-in .is-sticky .sticky-region{left: 280px;right: -280px}}.sidebar .widget{margin-bottom: 55px}.sidebar-mobile-canvas-icon-close{display: none}.sidebar-mobile-canvas-icon{padding: 10px 12px;display: none;line-height: 1;-webkit-border-top-right-radius: 4px;-moz-border-radius-topright: 4px;border-top-right-radius: 4px;-webkit-border-bottom-right-radius: 4px;-webkit-background-clip: padding-box;-moz-border-radius-bottomright: 4px;-moz-background-clip: padding;border-bottom-right-radius: 4px;background-clip: padding-box;box-shadow: 1px 2px 4px rgba(0,0,0,0.4);cursor: pointer;position: fixed;top: 245px;left: 0;z-index: 1001;background-color: #fff;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.widget:after{content: '';clear: both;display: block}.widgettitle,.widget-title{margin-left: 80px !important;font-size: 20px;text-transform: uppercase;color: #242d2e;font-weight: 700;margin-bottom: 25px;line-height: 1.5}.widget_product_categories &gt; ul,.widget_pages &gt; ul,.widget_meta &gt; ul,.widget_recent_entries &gt; ul,.widget_nav_menu div &gt; ul,.widget_rss &gt; ul,.widget_archive &gt; ul,.widget_categories &gt; ul{list-style: none;padding: 0;margin: 0}.widget_product_categories &gt; ul li,.widget_pages &gt; ul li,.widget_meta &gt; ul li,.widget_recent_entries &gt; ul li,.widget_nav_menu div &gt; ul li,.widget_rss &gt; ul li,.widget_archive &gt; ul li,.widget_categories &gt; ul li{position: relative;font-size: 14px;font-weight: 400}.widget_product_categories &gt; ul li a,.widget_pages &gt; ul li a,.widget_meta &gt; ul li a,.widget_recent_entries &gt; ul li a,.widget_nav_menu div &gt; ul li a,.widget_rss &gt; ul li a,.widget_archive &gt; ul li a,.widget_categories &gt; ul li a{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;line-height: 24px;display: inline-block;color: #242d2e}.widget_product_categories &gt; ul li a:before,.widget_pages &gt; ul li a:before,.widget_meta &gt; ul li a:before,.widget_recent_entries &gt; ul li a:before,.widget_nav_menu div &gt; ul li a:before,.widget_rss &gt; ul li a:before,.widget_archive &gt; ul li a:before,.widget_categories &gt; ul li a:before{display: inline-block;font-family: FontAwesome;content: '\f0da';color: inherit;padding-right: 10px}.widget_product_categories &gt; ul li a:hover,.widget_pages &gt; ul li a:hover,.widget_meta &gt; ul li a:hover,.widget_recent_entries &gt; ul li a:hover,.widget_nav_menu div &gt; ul li a:hover,.widget_rss &gt; ul li a:hover,.widget_archive &gt; ul li a:hover,.widget_categories &gt; ul li a:hover{color: #000}.widget_product_categories &gt; ul li + li,.widget_pages &gt; ul li + li,.widget_meta &gt; ul li + li,.widget_recent_entries &gt; ul li + li,.widget_nav_menu div &gt; ul li + li,.widget_rss &gt; ul li + li,.widget_archive &gt; ul li + li,.widget_categories &gt; ul li + li{border-top: solid 1px rgba(0,0,0,0.1);padding-top: 12px;margin-top: 12px}.widget_product_categories &gt; ul ul,.widget_pages &gt; ul ul,.widget_meta &gt; ul ul,.widget_recent_entries &gt; ul ul,.widget_nav_menu div &gt; ul ul,.widget_rss &gt; ul ul,.widget_archive &gt; ul ul,.widget_categories &gt; ul ul{margin: 12px 0 0 0;padding: 12px 0 0 0;list-style: none;border-top: solid 1px rgba(0,0,0,0.1)}.widget_product_categories &gt; ul ul &gt; li &gt; a,.widget_pages &gt; ul ul &gt; li &gt; a,.widget_meta &gt; ul ul &gt; li &gt; a,.widget_recent_entries &gt; ul ul &gt; li &gt; a,.widget_nav_menu div &gt; ul ul &gt; li &gt; a,.widget_rss &gt; ul ul &gt; li &gt; a,.widget_archive &gt; ul ul &gt; li &gt; a,.widget_categories &gt; ul ul &gt; li &gt; a{padding-left: 10px}.widget_product_categories &gt; ul ul ul &gt; li &gt; a,.widget_pages &gt; ul ul ul &gt; li &gt; a,.widget_meta &gt; ul ul ul &gt; li &gt; a,.widget_recent_entries &gt; ul ul ul &gt; li &gt; a,.widget_nav_menu div &gt; ul ul ul &gt; li &gt; a,.widget_rss &gt; ul ul ul &gt; li &gt; a,.widget_archive &gt; ul ul ul &gt; li &gt; a,.widget_categories &gt; ul ul ul &gt; li &gt; a{padding-left: 20px}.widget_product_categories &gt; ul ul ul ul &gt; li &gt; a,.widget_pages &gt; ul ul ul ul &gt; li &gt; a,.widget_meta &gt; ul ul ul ul &gt; li &gt; a,.widget_recent_entries &gt; ul ul ul ul &gt; li &gt; a,.widget_nav_menu div &gt; ul ul ul ul &gt; li &gt; a,.widget_rss &gt; ul ul ul ul &gt; li &gt; a,.widget_archive &gt; ul ul ul ul &gt; li &gt; a,.widget_categories &gt; ul ul ul ul &gt; li &gt; a{padding-left: 30px}.widget_product_categories &gt; ul ul ul ul ul &gt; li &gt; a,.widget_pages &gt; ul ul ul ul ul &gt; li &gt; a,.widget_meta &gt; ul ul ul ul ul &gt; li &gt; a,.widget_recent_entries &gt; ul ul ul ul ul &gt; li &gt; a,.widget_nav_menu div &gt; ul ul ul ul ul &gt; li &gt; a,.widget_rss &gt; ul ul ul ul ul &gt; li &gt; a,.widget_archive &gt; ul ul ul ul ul &gt; li &gt; a,.widget_categories &gt; ul ul ul ul ul &gt; li &gt; a{padding-left: 40px}.widget_product_categories &gt; ul ul ul ul ul ul &gt; li &gt; a,.widget_pages &gt; ul ul ul ul ul ul &gt; li &gt; a,.widget_meta &gt; ul ul ul ul ul ul &gt; li &gt; a,.widget_recent_entries &gt; ul ul ul ul ul ul &gt; li &gt; a,.widget_nav_menu div &gt; ul ul ul ul ul ul &gt; li &gt; a,.widget_rss &gt; ul ul ul ul ul ul &gt; li &gt; a,.widget_archive &gt; ul ul ul ul ul ul &gt; li &gt; a,.widget_categories &gt; ul ul ul ul ul ul &gt; li &gt; a{padding-left: 50px}.widget_categories &gt; ul span.count,.widget_archive &gt; ul span.count,.widget_product_categories &gt; ul span.count{position: absolute;top: 0;right: 0;font-size: 14px;font-weight: 700;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.widget_categories &gt; ul li + li &gt; span.count,.widget_archive &gt; ul li + li &gt; span.count,.widget_product_categories &gt; ul li + li &gt; span.count{top: 12px}.widget_categories &gt; ul li &gt; a:hover + span,.widget_archive &gt; ul li &gt; a:hover + span,.widget_product_categories &gt; ul li &gt; a:hover + span{color: #000}.widget_nav_menu div &gt; ul ul ul ul ul ul ul &gt; li &gt; a{padding-left: 60px}.widget_nav_menu div &gt; ul ul ul ul ul ul ul ul &gt; li &gt; a{padding-left: 70px}.widget_nav_menu div &gt; ul ul ul ul ul ul ul ul ul &gt; li &gt; a{padding-left: 80px}.widget_nav_menu div &gt; ul ul ul ul ul ul ul ul ul ul &gt; li &gt; a{padding-left: 90px}.widget_nav_menu div &gt; ul ul ul ul ul ul ul ul ul ul ul &gt; li &gt; a{padding-left: 100px}.widget_recent_comments &gt; ul{margin: 0;padding: 0;list-style: none}.widget_recent_comments &gt; ul li{position: relative;font-size: 14px;font-weight: 400}.widget_recent_comments &gt; ul li &gt; .comment-author-link:before{display: inline-block;font-family: FontAwesome;content: '\f0da';color: inherit;padding-right: 10px}.widget_recent_comments &gt; ul li + li{border-top: solid 1px rgba(0,0,0,0.1);padding-top: 12px;margin-top: 12px}.widget_archive select,.widget_categories select{width: 100%}.screen-reader-text{display: none !important}.widget_calendar .calendar_wrap caption{padding-top: 0;padding-bottom: 8px;color: #242d2e;font-weight: 600;letter-spacing: 0.2em;font-size: 14px}.widget_calendar #wp-calendar{width: 100%}.widget_calendar #wp-calendar th{padding: 5px 0;color: #242d2e}.widget_calendar #wp-calendar tbody td,.widget_calendar #wp-calendar th{border: solid 1px #d6d6d6;text-align: center;font-weight: 400;padding: 5px 0}.widget_calendar #wp-calendar tfoot td{color: #444c4d;text-transform: uppercase;font-weight: bold;letter-spacing: -0.02em;font-size: 11px}.widget_calendar #wp-calendar td#next{text-align: right}.widget_calendar #wp-calendar td#prev,.widget_calendar #wp-calendar td#next{letter-spacing: 0.1em;padding-top: 10px;font-size: 14px;text-transform: capitalize}.widget_calendar #wp-calendar td#today{color: #242d2e;font-weight: bold}.woocommerce .widget_layered_nav ul,.woocommerce .widget_layered_nav_filters ul,.yith-woocompare-widget ul{list-style: none;padding: 0;margin: -11px 0 0 0}.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) &gt; li + li,.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) &gt; li + li,.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) &gt; li + li{border-top: solid 1px rgba(0,0,0,0.1)}.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li{margin: 0;line-height: 20px;font-size: 14px;position: relative;color: #859294}.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a{color: #444c4d}.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover{color: #000}.woocommerce .widget_layered_nav ul.yith-wcan-group,.woocommerce .widget_layered_nav_filters ul.yith-wcan-group{margin-top: 0}.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before{display: none}.yith-woocompare-widget ul{border-bottom: 1px solid #555f60;margin-bottom: 15px !important}.yith-woocompare-widget ul.products-list li a.title{width: auto}.yith-woocompare-widget ul.products-list a.remove{font-size: 0;width: 14px;height: 14px;line-height: 14px}.widget-posts ul{list-style: none;padding: 0;margin: 0}.widget-posts li + li{margin-top: 20px}.widget-posts li{display: -ms-flexbox;display: flex}.widget-posts .entry-thumb-wrap{width: 70px;-ms-flex-negative: 0;flex-shrink: 0;margin-right: 20px}.widget-posts .entry-content-wrap{-ms-flex: 1 1 auto;flex: 1 1 auto}.widget-posts .entry-post-title{font-size: 16px;margin: -7px 0 5px 0;text-transform: none;font-weight: 400;line-height: 1.625}.widget-posts .entry-post-title a{color: #fff}.widget-posts .color-dark-post .entry-post-title a{font-weight: 500;color: #242d2e}.widget-posts .color-dark-post .entry-post-title a:hover{color: #000}.widget-posts .entry-meta-date{display: block;font-family: 'Merriweather';color: #a4aeb0;font-style: italic;font-size: 14px}.widget-posts .entry-thumbnail a.zoomGallery i{width: 18px;height: 18px;line-height: 16px;text-align: center}.widget-posts .entry-thumbnail a.zoomGallery i:before{display: block;font-size: 18px}.widget_product_search form,.search-form{position: relative}.widget_product_search form input[type="search"],.search-form input[type="search"]{width: 100%;padding-left: 20px;padding-right: 50px}.widget_product_search form input[type="search"]:focus,.search-form input[type="search"]:focus{border-color: #242d2e}.widget_product_search form button[type="submit"],.search-form button[type="submit"]{padding: 0;background-color: transparent;height: 50px;width: 50px;position: absolute;border: none;right: 0;bottom: 0;text-align: center}.widget_product_search form button[type="submit"] i,.search-form button[type="submit"] i{color: #242d2e;font-size: 26px;line-height: 50px}.widget_product_search form button[type="submit"]:hover i,.search-form button[type="submit"]:hover i{color: #000}.widget_product_search form button[type="submit"]:before,.search-form button[type="submit"]:before{content: "";position: absolute;left: 0;top: 0;bottom: 0;height: 30px;width: 1px;background-color: rgba(0,0,0,0.1);margin: auto}.widget_search .widget-title + .search-form,.widget_product_search .widget-title + .search-form{margin-top: 5px}.widget_product_search form button[type="submit"]{font-size: 0}.widget_product_search form button[type="submit"]:after{font-size: 26px;line-height: 50px;color: #242d2e;content: "\e618";font-family: 'Pe-icon-7-stroke';font-weight: 400}.widget_product_search form button[type="submit"]:hover:after{color: #000}.tagcloud{margin-bottom: -5px;font-size: 0}.tagcloud a{display: inline-block;font-size: 12px !important;letter-spacing: 0.1em;text-transform: uppercase;font-weight: 400;line-height: 1;padding: 8px 15px 8px 15px;margin: 5px 10px 5px 0;border: 1px solid #e8e8e8;color: #242d2e;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.tagcloud a:hover{background-color: #242d2e;border-color: #242d2e;color: #fff}.tagcloud a:last-child{margin-right: 0}.widget-twitter-item &gt; i{float: left;font-size: 30px}.widget-twitter-item &gt; div{padding-left: 40px}.widget-twitter-item + .widget-twitter-item{margin-top: 20px}.widget-twitter-item .twitter-name{color: #000}.widget-twitter-item .twitter-time{color: #282d2e;font-size: 13px;margin-top: 5px}.contact-info{padding: 0;margin: 0;list-style: none}.contact-info li{display: inline-block}.contact-info li + li{margin-left: 40px;position: relative}.contact-info li + li:before{position: absolute;content: '';border-left: solid 1px #555f60;right: 100%;height: 14px;margin-right: 20px}.contact-info li i{margin-right: 5px}.widget-info-box ul{padding: 0;margin: 0}.widget-info-box li{list-style: none}.widget-info-box li &gt; div{display: table-cell;vertical-align: top}.widget-info-box li:last-child{margin-bottom: 0 !important}.widget-info-box h4.widget-title + ul.if-classic li:first-child{padding-top: 0;border-top: none}.widget-info-box p{margin-bottom: 0}.widget-info-box p a{font-weight: 500}.widget-info-box h3{font-weight: bold;text-transform: uppercase}.widget-info-box h3 a:hover,.widget-info-box h3 a:focus{color: #000}.widget-info-box ul.if-classic li:first-child{padding-top: 20px;border-top: 1px solid #647072}.widget-info-box ul.if-classic li{padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #647072}.widget-info-box ul.if-classic h3{font-size: 14px;margin-bottom: 5px}.widget-info-box ul.if-classic h3 a{color: #444c4d}.widget-info-box ul.if-classic p{color: #859294}.widget-info-box ul.if-classic .if-icon{width: 30px;font-size: 30px;line-height: 1;color: #000}.widget-info-box ul.if-classic .if-content{padding-left: 20px}.widget-info-box ul.if-round li{margin-bottom: 25px}.widget-info-box ul.if-round h3{font-size: 13px;letter-spacing: -0.02em;margin-bottom: 5px}.widget-info-box ul.if-round h3 a{color: #859294}.widget-info-box ul.if-round p{color: #282d2e;letter-spacing: -0.02em;line-height: 1.2}.widget-info-box ul.if-round .if-icon i{width: 36px;height: 36px;line-height: 36px;text-align: center;font-size: 13px;letter-spacing: -0.02em;-webkit-border-radius: 5px;-webkit-background-clip: padding-box;-moz-border-radius: 5px;-moz-background-clip: padding;border-radius: 5px;background-clip: padding-box;background-color: #000;color: #647072}.widget-info-box ul.if-round .if-content{padding-left: 10px}ul.instagram-pics{padding: 0}ul.instagram-pics li{list-style-type: none}ul.instagram-pics a{position: relative;display: block}ul.instagram-pics a:after{content: "";position: absolute;top: 0;bottom: 0;right: 0;left: 0;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;opacity: 0;background: rgba(0,0,0,0.4)}ul.instagram-pics a.active:after{opacity: 1}.slider.widget ul.instagram-pics:hover a:after{opacity: 1}.slider.widget ul.instagram-pics:hover a:hover:after{opacity: 0}.grid ul.instagram-pics{padding: 0;margin-left: -5px;margin-right: -5px}.grid ul.instagram-pics li{display: inline-block;width: 33.33333333333%;padding: 5px}.grid img{width: 100%;height: auto}ul.zoom-instagram-widget__items{padding: 0 !important;margin-bottom: 0 !important}ul.zoom-instagram-widget__items .zoom-instagram-link{position: relative}ul.zoom-instagram-widget__items .zoom-instagram-link:after{content: "";position: absolute;top: 0;bottom: 0;right: 0;left: 0;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;opacity: 0;background: rgba(0,0,0,0.4)}ul.zoom-instagram-widget__items .zoom-instagram-link.active:after{opacity: 1}ul.zoom-instagram-widget__items.owl-loaded .zoom-instagram-widget__item{width: 100%}ul.zoom-instagram-widget__items.owl-loaded .zoom-instagram-widget__item .zoom-instagram-link{width: 100% !important;height: 100% !important}ul.zoom-instagram-widget__items.owl-loaded .zoom-instagram-widget__item .zoom-instagram-link:before{content: '';display: inline-block;padding-top: 100%}.widget_text.contact-us .textwidget &gt; div{margin-bottom: 25px}.widget_text.contact-us .textwidget &gt; div &gt; span:first-child{font-weight: 700;color: #000}.title-regular .widget-title{color: #000;margin-bottom: 30px;font-size: 16px;text-transform: uppercase;letter-spacing: 0}.title-semibold .widget-title{font-weight: 600}.primary-sidebar .widget:last-child{margin-bottom: 0}@media (max-width: 991px){.primary-sidebar{margin-top: 30px}.sidebar-mobile-canvas-icon{display: block}.sidebar-mobile-canvas-icon.changed{display: none}.sidebar-mobile-canvas{margin-top: 0;opacity: 0;position: fixed;left: -300px;top: 0;padding: 30px;width: 300px;box-sizing: border-box;background-color: #fff;z-index: 999999;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.sidebar-mobile-canvas.changed{opacity: 1;left: 0}.sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close{position: absolute;top: 5px;right: 5px;cursor: pointer;padding: 0 5px;display: block}.sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close i{-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close:hover i{color: red}.overlay-canvas-sidebar{position: absolute;display: none;width: 100%;height: 100%;top: 0;left: 0;z-index: 1000;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.overlay-canvas-sidebar.changed{display: block;z-index: 1000;background-color: rgba(0,0,0,0.6);cursor: url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/images/close.png) 15 15, default}}.orion-contact-form span{display: block;margin-top: 18px}.orion-contact-form span &gt; span{text-align: left;margin: 0}.orion-contact-form br{display: none}.orion-contact-form input[type="text"],.orion-contact-form input[type="email"],.orion-contact-form input[type="number"],.orion-contact-form input[type="tel"],.orion-contact-form input[type="password"],.orion-contact-form textarea{display: block;padding: 0 15px 0 0;margin-bottom: 0;width: 100%;border: none;border-bottom: 1px solid;color: #a4aeb0}.orion-contact-form input[type="submit"]{padding: 12.5px 36.5px;font-size: 13px;margin-top: 40px;border: none;-webkit-border-radius: 2px;-webkit-background-clip: padding-box;-moz-border-radius: 2px;-moz-background-clip: padding;border-radius: 2px;background-clip: padding-box;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.orion-contact-form input[type="submit"]:hover{background-color: #000}.orion-contact-form textarea{padding-top: 18px;max-width: 100%}.form-dark input[type="text"],.form-dark input[type="email"],.form-dark input[type="number"],.form-dark input[type="tel"],.form-dark input[type="password"],.form-dark textarea{border: none;background-image: -webkit-linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-image: -o-linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-image: -moz-linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-image: linear-gradient(top left, #fff 0%, rgba(255,255,255,0.1) 0%);background-position: 0 100%, 0 100%;background-repeat: no-repeat;background-size: 100% 1px}.form-dark input[type="text"]:active,.form-dark input[type="email"]:active,.form-dark input[type="number"]:active,.form-dark input[type="tel"]:active,.form-dark input[type="password"]:active,.form-dark textarea:active,.form-dark input[type="text"]:focus,.form-dark input[type="email"]:focus,.form-dark input[type="number"]:focus,.form-dark input[type="tel"]:focus,.form-dark input[type="password"]:focus,.form-dark textarea:focus{-webkit-animation: border-animation .3s forwards ease-in-out;-o-animation: border-animation .3s forwards ease-in-out;animation: border-animation .3s forwards ease-in-out}.form-dark input[type="submit"]{background-color: #fff;color: #242d2e}.form-light input[type="text"],.form-light input[type="email"],.form-light input[type="number"],.form-light input[type="tel"],.form-light input[type="password"],.form-light textarea{border: none;background-image: -webkit-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-position: 0 100%, 0 100%;background-repeat: no-repeat;background-size: 100% 1px}.form-light input[type="text"]:active,.form-light input[type="email"]:active,.form-light input[type="number"]:active,.form-light input[type="tel"]:active,.form-light input[type="password"]:active,.form-light textarea:active,.form-light input[type="text"]:focus,.form-light input[type="email"]:focus,.form-light input[type="number"]:focus,.form-light input[type="tel"]:focus,.form-light input[type="password"]:focus,.form-light textarea:focus{-webkit-animation: border-dark-animation .4s forwards ease-in-out;-o-animation: border-dark-animation .4s forwards ease-in-out;animation: border-dark-animation .4s forwards ease-in-out}.form-light input[type="submit"]{background-color: #242d2e;color: #fff}.form-full,.form-full + .wpcf7-validation-errors{max-width: 775px;margin-left: auto;margin-right: auto}.form-full textarea{height: 120px}.form-simple .your-name,.form-simple .your-email,.form-simple .your-website{float: left;width: 33.3333333%;padding: 0 15px}.form-simple textarea{height: 110px}.form-main input[type="text"],.form-main input[type="email"],.form-main input[type="number"],.form-main input[type="tel"],.form-main input[type="password"],.form-main textarea{padding-left: 20px;padding-right: 20px;border-width: 1px;border-style: solid;-webkit-border-radius: 2px;-webkit-background-clip: padding-box;-moz-border-radius: 2px;-moz-background-clip: padding;border-radius: 2px;background-clip: padding-box;background-image: none}.form-main.form-dark input[type="text"],.form-main.form-dark input[type="email"],.form-main.form-dark input[type="number"],.form-main.form-dark input[type="tel"],.form-main.form-dark input[type="password"],.form-main.form-dark textarea{border: 1px solid rgba(255,255,255,0.1)}.form-main.form-dark input[type="text"]:focus,.form-main.form-dark input[type="email"]:focus,.form-main.form-dark input[type="number"]:focus,.form-main.form-dark input[type="tel"]:focus,.form-main.form-dark input[type="password"]:focus,.form-main.form-dark textarea:focus{border-color: #fff;background-size: 0}.form-main.form-light input[type="text"],.form-main.form-light input[type="email"],.form-main.form-light input[type="number"],.form-main.form-light input[type="tel"],.form-main.form-light input[type="password"],.form-main.form-light textarea{border: 1px solid rgba(0,0,0,0.1)}.form-main.form-light input[type="text"]:focus,.form-main.form-light input[type="email"]:focus,.form-main.form-light input[type="number"]:focus,.form-main.form-light input[type="tel"]:focus,.form-main.form-light input[type="password"]:focus,.form-main.form-light textarea:focus{border-color: #000;background-size: 0}.form-main .your-name,.form-main .your-email,.form-main .your-website{float: left;width: 33.3333333%;padding: 0 15px}.form-main textarea{height: 130px;margin-top: 12px}@media screen and (max-width: 767px){.orion-contact-form .your-name,.orion-contact-form .your-email,.orion-contact-form .your-website{width: 100%}}.orion-mailchimp{max-width: 570px}.orion-mailchimp input[type="email"]{font-size: 14px;font-family: 'Merriweather';font-style: italic;letter-spacing: 0;padding-left: 15px}.orion-mailchimp input[type="submit"]{padding: 12.5px 51px}.mc4wp-alert{display: block;position: relative;margin: 1em 0;padding: 10px 15px;text-align: center;color: #6dab3c;background-color: #404040;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px}.mc4wp-error{color: #f4524d}.hide-quote-title .orion-contact-form .title-box{display: none}.hide-quote-title .orion-contact-form .title-box .hide-quote-title .orion-contact-form .title-box{display: none}.hide-quote-title .orion-contact-form .title-box .bg-light-transparent .orion-contact-form.form-box .content-box{background-color: rgba(255,255,255,0.9)}.hide-quote-title .orion-contact-form .title-box .orion-contact-form{text-align: center}.hide-quote-title .orion-contact-form .title-box .orion-contact-form br{display: none !important}.hide-quote-title .orion-contact-form .title-box .orion-contact-form input[type="email"],.hide-quote-title .orion-contact-form .title-box .orion-contact-form input[type="text"],.hide-quote-title .orion-contact-form .title-box .orion-contact-form input[type="tel"],.hide-quote-title .orion-contact-form .title-box .orion-contact-form textarea{width: 100%;vertical-align: middle;margin-bottom: 30px;border: 1px solid #cecece;padding-left: 45px;height: 50px;line-height: 48px;display: block}.hide-quote-title .orion-contact-form .title-box .orion-contact-form textarea{max-width: 100%;line-height: 1.857;height: 200px}.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.last-name,.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.first-name,.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.email,.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.name,.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.telephone,.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.description{position: relative;display: block;text-align: left}.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.last-name:before,.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.first-name:before,.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.email:before,.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.name:before,.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.telephone:before,.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.description:before{content: "";font-size: 16px;font-family: Flaticon;position: absolute;top: 0;left: 0;color: #647072;display: block;height: 48px;line-height: 48px;width: 45px;text-align: center}.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.first-name{width: 50%;padding-right: 15px;float: left}.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.last-name{width: 50%;padding-left: 15px;float: left}.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.last-name:before{left: 15px}.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.email{clear: both}.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.email:before{content: "\f132"}.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.first-name:before,.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.last-name:before,.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.name:before{content: "\f100"}.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.telephone:before{content: "\f157"}.hide-quote-title .orion-contact-form .title-box .orion-contact-form span.description:before{content: "\f131"}.hide-quote-title .orion-contact-form .title-box .orion-contact-form .content-box{text-align: center}.hide-quote-title .orion-contact-form .title-box .orion-contact-form input[type="submit"]{margin-top: 30px}.hide-quote-title .orion-contact-form .title-box .orion-contact-form.form-box input[type="email"],.hide-quote-title .orion-contact-form .title-box .orion-contact-form.form-transparent input[type="email"],.hide-quote-title .orion-contact-form .title-box .orion-contact-form.form-box input[type="text"],.hide-quote-title .orion-contact-form .title-box .orion-contact-form.form-transparent input[type="text"],.hide-quote-title .orion-contact-form .title-box .orion-contact-form.form-box input[type="tel"],.hide-quote-title .orion-contact-form .title-box .orion-contact-form.form-transparent input[type="tel"]{margin-bottom: 20px}.hide-quote-title .orion-contact-form .title-box .orion-contact-form.form-box textarea,.hide-quote-title .orion-contact-form .title-box .orion-contact-form.form-transparent textarea{height: 140px}.hide-quote-title .orion-contact-form .title-box .orion-contact-form.form-box input[type="submit"],.hide-quote-title .orion-contact-form .title-box .orion-contact-form.form-transparent input[type="submit"]{margin-top: 40px}.hide-quote-title .orion-contact-form .title-box .orion-contact-form.form-box .content-box{padding: 40px 30px;background-color: #647072}.hide-quote-title .orion-contact-form .title-box .orion-contact-form.form-box .title-box{text-align: center;padding: 18.5px 5px;background-color: #647072;color: #fff}.hide-quote-title .orion-contact-form .title-box .orion-contact-form.form-box .title-box span{font-size: 24px;line-height: 33px;font-weight: 700;text-transform: uppercase}.hide-quote-title .orion-contact-form .title-box .orion-contact-form.form-transparent .content-box{padding: 60px;background-color: rgba(255,255,255,0.9)}.foreground-color-45,.foreground-color-60{position: relative}.foreground-color-45:before,.foreground-color-60:before{content: "";position: absolute;top: 0;left: 0;right: 40%;bottom: 0;display: block !important;background-color: rgba(100,112,114,0.9)}.foreground-color-45:before{left: 55%;right: 0}.foreground-color-45.left{left: 0;right: 55%}@media (min-width: 1200px){.max-width-500{max-width: 530px}.max-width-570{max-width: 570px;width: 100%;float: right;clear: both}.float-margin-right{float: right;margin-right: 100px}}@media (max-width: 1199px){.foreground-color-60:before{right: 0}}@media (max-width: 480px){.orion-contact-form span.first-name,.orion-contact-form span.last-name{width: 100%;padding: 0}.orion-contact-form span.last-name:before{left: 0}}.orion-form-register{margin-left: -15px;margin-right: -15px}.orion-form-register br{display: none}.orion-form-register h3{font-size: 20px;text-transform: uppercase;font-weight: 900;line-height: 1.5;text-align: center}.orion-form-register input[type="text"],.orion-form-register input[type="email"],.orion-form-register select{width: 100%;margin-bottom: 10px !important;border-color: #d6d6d6;height: 50px;line-height: 48px;padding-left: 45px;font-size: 14px;letter-spacing: 0.1em}.orion-form-register input[type="text"]:focus,.orion-form-register input[type="email"]:focus,.orion-form-register select:focus{border-color: #000}.orion-form-register span.wpcf7-not-valid-tip{position: absolute;line-height: 50px;right: 15px}.orion-form-register span.wpcf7-form-control-wrap:before{content: "";font-size: 16px;font-family: Flaticon;position: absolute;top: 1px;left: 1px;color: #647072;display: block;height: 48px;line-height: 48px;width: 45px;text-align: center}.orion-form-register span.wpcf7-form-control-wrap{display: block;position: relative}.orion-form-register span.wpcf7-form-control-wrap.home-phone:before,.orion-form-register span.wpcf7-form-control-wrap.mobile-phone-1:before,.orion-form-register span.wpcf7-form-control-wrap.mobile-phone-2:before{content: "\f157"}.orion-form-register span.wpcf7-form-control-wrap.first-name:before,.orion-form-register span.wpcf7-form-control-wrap.last-name:before{content: "\f100"}.orion-form-register span.wpcf7-form-control-wrap.email:before{content: "\f132"}.orion-form-register span.wpcf7-form-control-wrap.fax:before{content: "\f15f"}.orion-form-register span.wpcf7-form-control-wrap.hear-us:before,.orion-form-register span.wpcf7-form-control-wrap.shippment-type:before{content: "\f135"}.orion-form-register span.wpcf7-form-control-wrap.sender-place:before,.orion-form-register span.wpcf7-form-control-wrap.receiver-place:before{content: "\f179"}.orion-form-register span.wpcf7-form-control-wrap.receiver-address:before{content: "\f17a";font-size: 20px}.orion-form-register span.wpcf7-form-control-wrap.town-city:before{content: "\f13b"}.orion-form-register span.wpcf7-form-control-wrap.country-state:before{content: "\f15d"}.orion-form-register span.wpcf7-form-control-wrap.postal-zipcode:before{content: "\f131"}.orion-form-register span.wpcf7-form-control-wrap.cargo-type:before{content: "\f161"}.orion-form-register .form-contact-info,.orion-form-register .form-more-info{width: 50%;float: left;padding: 0 15px}.orion-form-register .form-submit{width: 100%;text-align: center;padding: 0 15px}.orion-form-register .form-submit input[type='submit']{display: inline-block;margin-top: 20px}.social-profiles{list-style: none;padding: 0;margin: 0;font-size: 0px}.social-profiles li{display: inline-block}.social-profiles li + li{margin-left: 20px}.social-profiles-title{font-weight: 700}.social-profiles a{display: inline-block;text-align: center;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.social-profiles a i{width: 100%;height: 100%;line-height: inherit}.social-profiles.classic a{color: #647072;line-height: 44px;padding-left: 15px;padding-right: 15px;font-size: 13px}.social-profiles.rectangle a{width: 29px;height: 29px;-webkit-border-radius: 3px;-webkit-background-clip: padding-box;-moz-border-radius: 3px;-moz-background-clip: padding;border-radius: 3px;background-clip: padding-box;margin-right: 6px;line-height: 29px;font-size: 11px}.social-profiles.rectangle i{background: #fff;color: #fff}.social-profiles.round .g5plus-icon-box{display: inline-block;padding-left: 15px;padding-right: 15px}.social-profiles.round .g5plus-icon-box:first-of-type{padding-left: 0}.social-profiles.round .g5plus-icon-box:last-of-type{padding-right: 0}.social-profiles.round .g5plus-icon-box a,.social-profiles.round .g5plus-icon-box .align-icon{margin-bottom: 0px;width: 40px;height: 40px;display: inline-block;line-height: 40px}.social-profiles.round .g5plus-icon-box a i,.social-profiles.round .g5plus-icon-box .align-icon i{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;font-size: 14px;color: #a5afb0;line-height: 40px}.social-profiles.round .g5plus-icon-box .align-icon:before,.social-profiles.round .g5plus-icon-box .align-icon:after,.social-profiles.round .g5plus-icon-box .shape-icon:before,.social-profiles.round .g5plus-icon-box .shape-icon:after{border-color: #a5afb0 !important;border-width: 1px !important}.social-profiles.round .g5plus-icon-box.fore-color a i,.social-profiles.round .g5plus-icon-box.fore-color .align-icon i{color: #647072}.social-profiles.round .g5plus-icon-box.fore-color .align-icon:before,.social-profiles.round .g5plus-icon-box.fore-color .align-icon:after,.social-profiles.round .g5plus-icon-box.fore-color .shape-icon:before,.social-profiles.round .g5plus-icon-box.fore-color .shape-icon:after{border-color: #647072 !important}.social-profiles.round .g5plus-icon-box.footer-text-color a i,.social-profiles.round .g5plus-icon-box.footer-text-color .align-icon i{color: #647072}.social-profiles.round .g5plus-icon-box.footer-text-color .align-icon:before,.social-profiles.round .g5plus-icon-box.footer-text-color .align-icon:after,.social-profiles.round .g5plus-icon-box.footer-text-color .shape-icon:before,.social-profiles.round .g5plus-icon-box.footer-text-color .shape-icon:after{border-color: #647072 !important}.social-profiles.round .g5plus-icon-box:hover .align-icon:before,.social-profiles.round .g5plus-icon-box:hover .align-icon:after,.social-profiles.round .g5plus-icon-box:hover .shape-icon:before,.social-profiles.round .g5plus-icon-box:hover .shape-icon:after{border-color: #000 !important}.social-profiles.round .g5plus-icon-box:hover .align-icon i{color: #000 !important}.social-profiles a:hover i{color: #000}.sidebar.col-md-3 .social-profiles a:not(:last-child){padding-right: 10px}.sidebar.col-md-4 .social-profiles a:not(:last-child){padding-right: 20px}.widget-portfolio .portfolio{margin-left: -10px;margin-right: -10px;margin-top: -15px}.widget_nav_menu.services{padding: 20px;border: solid 5px #f3f3f3}.widget_nav_menu.services .widget-title span{color: #000}.widget_nav_menu.services li:first-child &gt; a{padding-top: 0}.widget_nav_menu.services li{text-transform: uppercase;font-size: 16px;font-weight: 700;padding: 0;margin: 0;line-height: 20px;position: relative}.widget_nav_menu.services li a{color: #343434;margin-bottom: 25px;margin-top: 25px}.widget_nav_menu.services li.current-menu-item a,.widget_nav_menu.services li &gt; a:hover{color: #000}.widget-attachment .attachments,.widget-service-attachment .attachments{background-color: #f5f5f5;margin-bottom: 10px}.widget-attachment .attachments:hover,.widget-service-attachment .attachments:hover{background-color: #647072;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.widget-attachment .attachments:hover a,.widget-service-attachment .attachments:hover a{color: #fff}.widget-attachment .attachments a,.widget-service-attachment .attachments a{color: #647072;display: inline-block;width: 100%;padding: 20px 30px}.widget-attachment .attachments i,.widget-service-attachment .attachments i{color: #000;padding-right: 10px}.widget-partner{padding-bottom: 25px;border-bottom: solid 1px #eaeaea}.widget-partner .owl-prev,.widget-partner .owl-next{width: 50px;height: 50px;border-radius: 0;border: none;background-color: #f5f5f5;top: -51px;left: auto;line-height: 48px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.widget-partner .owl-prev:hover,.widget-partner .owl-next:hover{background-color: #647072}.widget-partner .owl-prev{right: 50px}.widget-partner .owl-next{right: 0px}.widget-partner .widget-title{padding: 10px 0px;border-top: solid 1px #eaeaea;border-bottom: solid 1px #eaeaea}.widget_text .contact-wrap .info{font-size: 14px;margin-bottom: 18px}.widget_text .contact-wrap h6{font-weight: 700;text-transform: uppercase;color: #000;margin-bottom: 15px}.widget_text .contact-wrap p{line-height: 16.8px}.widget_text .carrer-contact{padding: 30px 30px 0px 30px;background-color: #f5f5f5;text-align: center}.bottom-bar-wrapper .copyright.widget{font-size: 14px;font-family: 'Merriweather';width: 100%;text-align: center;line-height: 1.45}.widget-author .author-item .author-avatar{width: 170px;float: left;margin-right: 15px}.widget-author .author-item .author-title{font-size: 16px;font-weight: 700;margin-bottom: 0;text-transform: uppercase}.widget-author .author-item .author-bio{line-height: 1.875;margin-bottom: 0}.widget-social-networks ul,.widget-social-networks li{padding: 0;margin: 0;list-style: none}.widget-social-networks a{display: block;background-color: #647072;color: #647072;padding: 10px 20px;height: 40px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.widget-social-networks a:hover{background-color: #647072;color: #fff}.widget-social-networks a:hover i{color: #fff}.widget-social-networks li + li{margin-top: 10px}.widget-social-networks i{width: 35px;text-align: left;color: #242d2e;line-height: 20px;float: left}.widget-social-networks span.text{float: right}.widget-social-networks span.number-networks{float: left}.widget-social-networks span.number-networks,.widget-social-networks span.text{font-size: 13px;letter-spacing: 0.07em;line-height: 20px}.widget-contact-us{margin-left: -15px;margin-right: -15px}.widget-twitter-item &gt; i{float: left;font-size: 20px;padding-top: 4px;padding-right: 5px;color: #a5afb0}.widget-twitter-item &gt; div{padding-left: 40px;padding-left: 0}.widget-twitter-item + .widget-twitter-item{margin-top: 20px}.widget-twitter-item .twitter-name{color: #a5afb0}.widget-twitter-item .twitter-name:hover{color: #000}.gf-title-coming-soon{display: inline-block;position: relative;padding-top: 10px;padding-bottom: 35px}.gf-title-coming-soon:before{content: "";width: 63.27%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;border: 15px solid;border-color: rgba(100,112,114,0.1)}.primary-sidebar .bg-primary-sidebar{padding: 30px 20px;box-shadow: 0 1px 1px rgba(36,45,46,0.15);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;background-color: #f5f8fa}.primary-sidebar .widget-title{font-size: 14px;letter-spacing: 0.2em;font-family: 'Marvel';position: relative;padding-bottom: 15px}.primary-sidebar .widget-title:after{content: "";position: absolute;height: 2px;width: 30px;background-color: #000;left: 0;bottom: 0}.primary-sidebar.col-md-4 .bg-primary-sidebar{padding: 35px 50px}.primary-sidebar .bg-primary-sidebar.woocommerce{box-shadow: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;background-color: transparent;padding: 0}@media (max-width: 991px){.primary-sidebar{background-color: #f5f8fa;padding: 30px 15px}.primary-sidebar .bg-primary-sidebar{padding: 35px 0 !important;background-color: transparent;box-shadow: none}}.bg-cover .vc_row-background-overlay{background-position: center;-webkit-background-size: cover;background-size: cover;background-repeat: no-repeat}.g5plus-theme-showcase .item{border: 1px solid #647072}.g5plus-theme-showcase .item a i:hover{color: #000}.g5plus-theme-showcase .tooltip.top .tooltip-arrow{border-top-color: #000}.g5plus-theme-showcase .tooltip-inner{background-color: #000}.widget_price_filter .widget-title,.widget_products .widget-title,.widget_top_rated_products .widget-title{margin-bottom: 40px}.widget_product_categories li a{font-size: 16px}.woocommerce ul.product_list_widget:not(.cart_list){list-style: none;padding: 0;margin: 0}.woocommerce ul.product_list_widget:not(.cart_list) li + li{margin-top: 20px}.woocommerce ul.product_list_widget:not(.cart_list) li{display: -ms-flexbox;display: flex}.woocommerce ul.product_list_widget:not(.cart_list) li &gt; a{-ms-flex-negative: 0;flex-shrink: 0;width: 80px;margin-right: 20px;border: solid 1px #eee}.woocommerce ul.product_list_widget:not(.cart_list) li .product-info{-ms-flex: 1 1 auto;flex: 1 1 auto}.woocommerce ul.product_list_widget:not(.cart_list) li .product-info .amount{font-size: 20px;font-weight: 500;color: #242d2e}.woocommerce ul.product_list_widget:not(.cart_list) li .product-info del .amount{color: #a4aeb0;font-weight: 400}.woocommerce ul.product_list_widget:not(.cart_list) li .product-info ins{text-decoration: none}.woocommerce ul.product_list_widget:not(.cart_list) li .product-info .product-title{color: #a4aeb0}.top-drawer-wrapper{background-color: #2f2f2f;color: #242d2e;line-height: 2em;position: relative}.top-drawer-wrapper .widget{margin-bottom: 0}.top-drawer-wrapper .widget-title{color: #000;margin-bottom: 30px;font-size: 16px;text-transform: uppercase;letter-spacing: 0}.top-drawer-wrapper .top-drawer-toggle{position: absolute;right: 0;top: 0;background-color: #000;border-top: solid 2px rgba(0,0,0,0.2);padding: 7px;color: #fff;font-size: 10px;line-height: 1;cursor: pointer;opacity: 0.7}.top-drawer-wrapper.in .top-drawer-toggle,.top-drawer-wrapper:hover .top-drawer-toggle{opacity: 1}.top-drawer-wrapper.in .top-drawer-toggle &gt; i:before{content: "\f068"}.top-drawer-wrapper .wc-block-product-categories &gt; ul li,.top-drawer-wrapper .wp-block-page-list li,.top-drawer-wrapper .wp-block-archives-list li,.top-drawer-wrapper .wp-block-categories-list li,.top-drawer-wrapper .widget_product_categories &gt; ul li,.top-drawer-wrapper .widget_pages &gt; ul li,.top-drawer-wrapper .widget_meta &gt; ul li,.top-drawer-wrapper .widget_recent_entries &gt; ul li,.top-drawer-wrapper .widget_nav_menu div &gt; ul li,.top-drawer-wrapper .widget_rss &gt; ul li,.top-drawer-wrapper .widget_archive &gt; ul li,.top-drawer-wrapper .widget_categories &gt; ul li{color: #242d2e}.top-drawer-wrapper .wc-block-product-categories &gt; ul li a,.top-drawer-wrapper .wp-block-page-list li a,.top-drawer-wrapper .wp-block-archives-list li a,.top-drawer-wrapper .wp-block-categories-list li a,.top-drawer-wrapper .widget_product_categories &gt; ul li a,.top-drawer-wrapper .widget_pages &gt; ul li a,.top-drawer-wrapper .widget_meta &gt; ul li a,.top-drawer-wrapper .widget_recent_entries &gt; ul li a,.top-drawer-wrapper .widget_nav_menu div &gt; ul li a,.top-drawer-wrapper .widget_rss &gt; ul li a,.top-drawer-wrapper .widget_archive &gt; ul li a,.top-drawer-wrapper .widget_categories &gt; ul li a{color: #242d2e}.top-drawer-wrapper .wc-block-product-categories &gt; ul li a:hover,.top-drawer-wrapper .wp-block-page-list li a:hover,.top-drawer-wrapper .wp-block-archives-list li a:hover,.top-drawer-wrapper .wp-block-categories-list li a:hover,.top-drawer-wrapper .widget_product_categories &gt; ul li a:hover,.top-drawer-wrapper .widget_pages &gt; ul li a:hover,.top-drawer-wrapper .widget_meta &gt; ul li a:hover,.top-drawer-wrapper .widget_recent_entries &gt; ul li a:hover,.top-drawer-wrapper .widget_nav_menu div &gt; ul li a:hover,.top-drawer-wrapper .widget_rss &gt; ul li a:hover,.top-drawer-wrapper .widget_archive &gt; ul li a:hover,.top-drawer-wrapper .widget_categories &gt; ul li a:hover{color: #000}.top-drawer-wrapper .wc-block-product-categories &gt; ul li + li,.top-drawer-wrapper .wp-block-page-list li + li,.top-drawer-wrapper .wp-block-archives-list li + li,.top-drawer-wrapper .wp-block-categories-list li + li,.top-drawer-wrapper .widget_product_categories &gt; ul li + li,.top-drawer-wrapper .widget_pages &gt; ul li + li,.top-drawer-wrapper .widget_meta &gt; ul li + li,.top-drawer-wrapper .widget_recent_entries &gt; ul li + li,.top-drawer-wrapper .widget_nav_menu div &gt; ul li + li,.top-drawer-wrapper .widget_rss &gt; ul li + li,.top-drawer-wrapper .widget_archive &gt; ul li + li,.top-drawer-wrapper .widget_categories &gt; ul li + li{border-color: rgba(255,255,255,0.1)}.top-drawer-wrapper .wc-block-product-categories &gt; ul ul,.top-drawer-wrapper .wp-block-page-list ul,.top-drawer-wrapper .wp-block-archives-list ul,.top-drawer-wrapper .wp-block-categories-list ul,.top-drawer-wrapper .widget_product_categories &gt; ul ul,.top-drawer-wrapper .widget_pages &gt; ul ul,.top-drawer-wrapper .widget_meta &gt; ul ul,.top-drawer-wrapper .widget_recent_entries &gt; ul ul,.top-drawer-wrapper .widget_nav_menu div &gt; ul ul,.top-drawer-wrapper .widget_rss &gt; ul ul,.top-drawer-wrapper .widget_archive &gt; ul ul,.top-drawer-wrapper .widget_categories &gt; ul ul{border-color: rgba(255,255,255,0.1)}.top-drawer-wrapper .wc-block-product-categories &gt; ul select,.top-drawer-wrapper .wp-block-page-list select,.top-drawer-wrapper .wp-block-archives-list select,.top-drawer-wrapper .wp-block-categories-list select,.top-drawer-wrapper .widget_product_categories &gt; ul select,.top-drawer-wrapper .widget_pages &gt; ul select,.top-drawer-wrapper .widget_meta &gt; ul select,.top-drawer-wrapper .widget_recent_entries &gt; ul select,.top-drawer-wrapper .widget_nav_menu div &gt; ul select,.top-drawer-wrapper .widget_rss &gt; ul select,.top-drawer-wrapper .widget_archive &gt; ul select,.top-drawer-wrapper .widget_categories &gt; ul select{color: #242d2e;border-color: rgba(255,255,255,0.1);-webkit-appearance: menulist;-moz-appearance: menulist;appearance: menulist;background: none}.top-drawer-wrapper .widget_recent_comments &gt; ul li{color: #242d2e}.top-drawer-wrapper .widget_recent_comments &gt; ul li + li{border-color: rgba(255,255,255,0.1)}.top-drawer-wrapper .widget_calendar a{color: inherit}.top-drawer-wrapper .widget_calendar .calendar_wrap caption{color: #242d2e}.top-drawer-wrapper .widget_calendar #wp-calendar th{color: #000}.top-drawer-wrapper .widget_calendar #wp-calendar tbody td,.top-drawer-wrapper .widget_calendar #wp-calendar th{border-color: rgba(255,255,255,0.1)}.top-drawer-wrapper .widget_calendar #wp-calendar tfoot td{color: #242d2e}.top-drawer-wrapper .widget_calendar #wp-calendar td#today{color: #000}.top-drawer-wrapper .wc-block-product-search input[type="search"],.top-drawer-wrapper .wp-block-search input[type="search"],.top-drawer-wrapper .search-form input[type="search"]{color: #242d2e;border-color: rgba(255,255,255,0.1)}.top-drawer-wrapper .wc-block-product-search input[type="search"]::-webkit-input-placeholder,.top-drawer-wrapper .wp-block-search input[type="search"]::-webkit-input-placeholder,.top-drawer-wrapper .search-form input[type="search"]::-webkit-input-placeholder{color: #242d2e}.top-drawer-wrapper .wc-block-product-search input[type="search"]:-moz-placeholder,.top-drawer-wrapper .wp-block-search input[type="search"]:-moz-placeholder,.top-drawer-wrapper .search-form input[type="search"]:-moz-placeholder{color: #242d2e}.top-drawer-wrapper .wc-block-product-search input[type="search"]::-moz-placeholder,.top-drawer-wrapper .wp-block-search input[type="search"]::-moz-placeholder,.top-drawer-wrapper .search-form input[type="search"]::-moz-placeholder{color: #242d2e}.top-drawer-wrapper .wc-block-product-search input[type="search"]:-ms-input-placeholder,.top-drawer-wrapper .wp-block-search input[type="search"]:-ms-input-placeholder,.top-drawer-wrapper .search-form input[type="search"]:-ms-input-placeholder{color: #242d2e}.top-drawer-wrapper .wc-block-product-search input[type="search"]:focus,.top-drawer-wrapper .wp-block-search input[type="search"]:focus,.top-drawer-wrapper .search-form input[type="search"]:focus{border-color: #000}.top-drawer-wrapper .wc-block-product-search button[type="submit"] i,.top-drawer-wrapper .wp-block-search button[type="submit"] i,.top-drawer-wrapper .search-form button[type="submit"] i{color: #242d2e}.top-drawer-wrapper .wc-block-product-search button[type="submit"]:hover i,.top-drawer-wrapper .wp-block-search button[type="submit"]:hover i,.top-drawer-wrapper .search-form button[type="submit"]:hover i{color: #000}.top-drawer-wrapper .wc-block-product-search button[type="submit"]:before,.top-drawer-wrapper .wp-block-search button[type="submit"]:before,.top-drawer-wrapper .search-form button[type="submit"]:before{background-color: rgba(255,255,255,0.1)}.top-drawer-wrapper .widget_text .wp-caption{border-color: rgba(255,255,255,0.1)}.top-drawer-wrapper .widget_text .wp-caption .wp-caption-text{color: #242d2e}.top-drawer-wrapper .widget_text select{color: #242d2e;border-color: rgba(255,255,255,0.1);-webkit-appearance: menulist;-moz-appearance: menulist;appearance: menulist;background: none}.top-drawer-wrapper .wp-block-tag-cloud a,.top-drawer-wrapper .tagcloud a{border-color: rgba(255,255,255,0.1);color: #242d2e}.top-drawer-wrapper .wp-block-tag-cloud a:hover,.top-drawer-wrapper .tagcloud a:hover{background-color: #000;border-color: #000;color: #fff !important}.top-drawer-inner{padding-top: 0px;padding-bottom: 0px}.top-drawer-type-toggle .top-drawer-inner{display: none}@media screen and (max-width: 767px){.top-drawer-mobile-invisible{display: none}}.bar-left{text-align: left}.bar-left .menu ul{left: 100%;right: auto}.bar-left .menu li &gt; ul{left: 0}.bar-right{text-align: right}.bar-right .widget{text-align: left}header .bar-wrapper .widget{display: inline-block;margin-bottom: 0;position: relative}header .bar-wrapper .widget + .widget{margin-left: 30px}header .bar-wrapper.text-center .bar-left,header .bar-wrapper.text-center .bar-right{text-align: center}header .bar-wrapper .social-profiles a{color: inherit;padding-left: 15px;padding-right: 15px}.top-bar-wrapper{background-color: rgba(36,45,46,0);color: #242d2e;font-size: 12px}.top-bar-wrapper a{color: inherit}.top-bar-wrapper a:hover{color: #000}.top-bar-wrapper.full-border{border-bottom: solid 1px rgba(238,238,238,0.2)}.top-bar-wrapper.container-border .top-bar-inner{border-bottom: solid 1px rgba(238,238,238,0.2)}.top-bar-wrapper .social-profiles.classic a:last-of-type{padding-right: 0px}.top-bar-wrapper .widget-social-profile{margin-left: 15px !important}.top-bar-wrapper .widget-social-profile a i{height: auto !important;width: auto !important}.top-bar-wrapper .horizonal-divide{position: relative;width: 1px;display: inline-block}.top-bar-wrapper .horizonal-divide:before{content: "";position: absolute;width: 1px;height: 20px;border-left: solid 1px rgba(238,238,238,0.2);top: -14px}.top-bar-inner{padding-top: 0px;padding-bottom: 0px}.header-customize-item.item-custom-text{position: relative;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.header-customize-item .shopping-cart-icon &gt; .icon &gt; i:before{font-size: 20px;font-family: 'Pe-icon-7-stroke';font-style: normal;content: "\e615"}.header-customize-item .shopping-cart-icon &gt; .icon &gt; span{left: 4.5px;width: 18px;height: 18px;line-height: 17px;position: relative;display: inline-block;top: -13px;font-size: 13px;font-family: 'Marvel';text-align: center;color: #000;z-index: 1;-webkit-border-radius: 50%;-webkit-background-clip: padding-box;-moz-border-radius: 50%;-moz-background-clip: padding;border-radius: 50%;background-clip: padding-box;background-color: #000}.header-customize-item .separator{display: inline-block;width: 1px;left: -30px;top: 12px;height: 30px;border-right: solid 1px;position: absolute;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.header-wrapper .container-full{display: inline-block;width: 100%}.header-mobile-nav{cursor: default}body.mobile-nav-in .mobile-menu-overlay{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;cursor: url(https://nachtflug-eventproduktion.de/wp-content/themes/g5plus-orion/assets/images/close_dark.png), auto}.x-sub-menu-open &gt; a b.x-caret{-webkit-transform: rotate(0deg) !important;-moz-transform: rotate(0deg) !important;-ms-transform: rotate(0deg) !important;-o-transform: rotate(0deg) !important;transform: rotate(0deg) !important}.x-sub-menu-open &gt; a b.x-caret:before{-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg)}@media screen and (min-width: 768px){header.header-mobile{display: none}.header-wrapper{background-color: rgba(255,255,255,0);color: #242d2e}.header-wrapper .container.extra{padding-left: 0px;padding-right: 0px}.header-wrapper .container-inner{position: relative}.header-above-inner{padding-top: 20px;padding-bottom: 20px}.logo-header{float: left;height: 40px;font-size: 0}.logo-header:before{content: '';display: inline-block;height: 100%;vertical-align: middle}.logo-header img{max-height: 40px;padding-top: 0px;padding-bottom: 0px}.logo-sticky{display: none}.header-row &gt; .container,.header-wrapper &gt; .container{position: relative}.header-is-float .is-sticky .header-wrapper{background-color: #242d2e}.header-wrapper.float-header{position: absolute;z-index: 999;left: 0;right: 0}.header-wrapper.container-full .container{width: 100%}.header-nav-wrapper{background-color: rgba(255,255,255,0);color: #647072}.header-right{float: right;text-align: right}.header-customize-wrapper .item-search{margin-left: 25px;margin-right: 25px}.header-customize-nav{float: right;color: #647072;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.header-customize-nav .header-customize-item{line-height: 60px;margin-left: 30px}.header-customize-nav a{color: #647072}.header-customize-nav a:hover{color: #facd49}.header-customize-nav .shopping-cart-icon{border-top: none;border-bottom: none;line-height: inherit}.header-customize-nav .shopping-cart-icon .icon{line-height: inherit}.header-customize-nav .shopping-cart-icon .subtotal-info-wrapper{display: none}.header-customize-nav .shopping-cart-icon &gt; .icon &gt; i:before{font-size: 26px}.header-customize-nav .shopping-cart-icon{position: relative}.header-customize-nav .shopping-cart-icon i{position: absolute;top: 4px;left: 0}.header-customize-nav .item-search{position: relative}.header-customize-nav .item-search a{display: inline-block}.header-customize-nav .item-search a i{position: relative;-webkit-transform: translateY(30%);-moz-transform: translateY(30%);-ms-transform: translateY(30%);-o-transform: translateY(30%);transform: translateY(30%)}.header-customize-left,.header-customize-right{line-height: 40px}.header-customize-left .header-customize-item:first-child,.header-customize-right .header-customize-item:first-child{margin-left: 0}.header-customize-left{float: left;text-align: left}.header-customize-left .header-customize-item{margin-left: 40px}.header-customize-right{float: right;text-align: right}.header-customize-right .header-customize-item{margin-left: 40px}.header-customize-item{display: inline-block;vertical-align: middle;line-height: 1;max-width: 100%}.header-customize-item.item-custom-text a.bt{padding: 15px 30px;color: #fff;background-color: transparent;font-weight: 700;font-size: 13px;line-height: 15px;letter-spacing: 3px;border: solid 1px #fff}.header-customize-item.item-custom-text a.bt.dark{color: #000;border-color: #000}.header-customize-item .search-standard i{font-family: 'Pe-icon-7-stroke';font-size: 26px}.header-1 .header-customize-nav .header-customize-item{margin-left: 55px}.header-1 .header-customize-nav .item-custom-text{margin-left: 160px;position: relative}.header-1 .header-customize-nav .item-custom-text .separator{display: inline-block;width: 1px;height: 30px;top: 40px;left: -80px;border-right: solid 1px;position: absolute}.header-1 .is-sticky .header-customize-nav .item-custom-text .separator{top: 15px}.header-1 .container-full{padding-right: 60px;padding-left: 60px}.header-1.has-float-header .sticky-wrapper,.header-2.has-float-header .sticky-wrapper{position: absolute;left: 0;top: 0;width: 100%}.item-info{position: relative;padding-left: 60px;float: left;padding-top: 13px;text-align: left}.item-info.item-social &gt; a &gt; i,.item-info &gt; i{font-size: 18px;color: #000;line-height: .8;width: 42px;height: 42px;border: 1px solid #d2d2d2;left: 0;top: 5px;-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-align: center;padding: 13px 10px}.item-info &gt; i{position: absolute}.item-info.item-social{padding-top: 0}.item-info.item-social &gt; a:not(:last-child){padding-right: 5px}.item-info.item-social &gt; a &gt; i{color: #000;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.item-info.item-social &gt; a &gt; i:hover{background-color: #000;color: #fff;border-color: #000}.item-info &gt; i[class*='pe-7s']{font-weight: bold}.item-info &gt; span{display: block;line-height: .8;font-size: 14px}.item-info &gt; span.label{font-weight: bold;color: #343434;margin-bottom: 7px;text-align: left;padding: 0}.item-info &gt; span.info{margin: 0;color: #ababab}.item-info &gt; span.info a{color: inherit}.item-info &gt; span.info a:hover{color: #000}.item-sidebar .widget{margin-bottom: 0;display: inline-block}.header-customize-wrapper form.search-form{position: relative;line-height: 1}.header-customize-wrapper form.search-form &gt; input{padding-right: 42px;-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box;height: 40px;margin-top: 10px;width: 210px;background-color: rgba(255,255,255,0);font-size: 13px}.header-customize-wrapper form.search-form &gt; input:focus{border-color: transparent}.header-customize-wrapper form.search-form &gt; input:focus + .search-submit{background-color: transparent}.header-customize-wrapper form.search-form &gt; button{height: 40px;margin-top: 10px;position: absolute;right: 0;top: 0;background: transparent;color: #FFFFFF;padding-left: 15px;padding-right: 15px}.header-customize-wrapper form.search-form &gt; button:hover{color: #000}.search-product-wrapper{position: relative;text-align: left}.search-product-wrapper &gt; input{max-width: 100%;width: 640px;padding-right: 40%;padding-right: -webkit-calc(31.25% + 50px);padding-right: calc(31.25% + 50px);height: 50px;border: solid 1px #000;padding-left: 20px;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;background-color: transparent}.search-product-wrapper &gt; button{position: absolute;top: 3px;right: 3px;border-radius: 0;height: 44px;width: 47px}.search-product-wrapper .categories{position: absolute;top: 0;right: 50px;width: 31.25%;border-left: solid 1px #000;cursor: pointer}.search-product-wrapper .categories &gt; span{position: relative;display: block;line-height: 50px;width: 100%;color: #5c7376;padding-left: 20px;padding-right: 35px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden}.search-product-wrapper .categories &gt; span:after{content: '\f107';font-family: 'fontawesome';position: absolute;display: block;right: 20px;top: 0}.search-product-wrapper .categories &gt; span.in:after{content: '\f00d'}.search-product-wrapper .search-category-dropdown{display: none;position: absolute;background: #fff;left: 0;right: 0;list-style: none;padding: 15px;line-height: 42px;z-index: 999;cursor: default}.search-product-wrapper .search-category-dropdown span:hover{cursor: pointer;color: #000}.search-product-wrapper .search-category-dropdown li + li{border-top: solid 1px #eee}.search-product-wrapper .search-category-dropdown ul{padding: 0;list-style: none;border-top: solid 1px #eee}.search-product-wrapper .search-category-dropdown li li span{padding-left: 20px}.search-product-wrapper .search-category-dropdown li li li span{padding-left: 40px}.search-product-wrapper .search-ajax-result{position: absolute;left: 0;right: 0;background: #fff;color: #647072;z-index: 999;font-size: 16px;line-height: 1.6em}.search-product-wrapper .search-ajax-result ul{padding: 0;margin: 0;list-style: none}.search-product-wrapper .search-ajax-result li{padding: 10px 15px;position: relative}.search-product-wrapper .search-ajax-result li:after{content: '';display: block;clear: both}.search-product-wrapper .search-ajax-result li + li:before{content: '';position: absolute;display: block;margin: auto;left: 15px;right: 15px;top: 0;border-top: solid 1px #eee}.search-product-wrapper .search-ajax-result li.selected,.search-product-wrapper .search-ajax-result li:hover{background-color: #f8f8f8}.search-product-wrapper .search-ajax-result li.selected + li:before,.search-product-wrapper .search-ajax-result li:hover + li:before,.search-product-wrapper .search-ajax-result li.selected:before,.search-product-wrapper .search-ajax-result li:hover:before{border-top-color: transparent}.search-product-wrapper .search-ajax-result li.nothing{text-align: center;line-height: 2em}.search-product-wrapper .search-ajax-result img{width: 50px;float: left;margin-right: 15px}.search-product-wrapper .search-ajax-result .view-more{text-align: center;padding: 15px;border-top: solid 1px #eee}header.full-border,header.container-border .container-inner{border-bottom: solid 1px rgba(238,238,238,0.2)}.header-above-wrapper.full-border,.header-above-wrapper.container-border .header-above-inner{border-bottom: solid 1px rgba(238,238,238,0.2)}.menu-categories{background-color: #000;line-height: 60px;height: 60px;vertical-align: top;padding-left: 20px;padding-right: 20px;text-align: left;position: relative}.menu-categories.in .menu-categories-select &gt; i:before{content: '\f00d'}.menu-categories.in .menu-categories-dropdown{display: block}.menu-categories ul.menu-categories-dropdown{position: absolute;z-index: 999;top: 100%;background: #fff;list-style: none;margin: 0;padding: 0 20px;left: 0;right: 0}.menu-categories-select{font-size: 15px;font-weight: 700;text-transform: uppercase;height: 100%}.menu-categories-select:after{content: '';font-family: 'fontawesome'}.menu-categories-select &gt; i{float: right;line-height: 60px;cursor: pointer;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.menu-categories-select &gt; i:hover{color: #444}.header-accent-color .search-product-wrapper &gt; input,.header-accent-color .search-product-wrapper .categories{border-color: #242d2e;color: #242d2e}.header-accent-color .search-product-wrapper &gt; button{background-color: #242d2e;color: #000}.header-accent-color .search-product-wrapper &gt; button:hover{opacity: 0.8}.header-accent-color .search-product-wrapper &gt; input::-webkit-input-placeholder{color: #fff}.header-accent-color .search-product-wrapper &gt; input:-moz-placeholder{color: #fff}.header-accent-color .search-product-wrapper &gt; input::-moz-placeholder{color: #fff}.header-accent-color .search-product-wrapper &gt; input:-ms-input-placeholder{color: #fff}.header-accent-color a{color: #242d2e}.header-accent-color a:hover{color: #0e1111}.header-nav-hidden nav.primary-menu{opacity: 0;visibility: hidden;display: inline-block;padding-left: 20px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.header-nav-hidden .product-text{float: left;width: 25%;line-height: 60px;padding-left: 20px;text-transform: uppercase;font-size: 15px;font-weight: 700}.header-nav-hidden .header-search{float: left;width: 63%}.header-nav-hidden .header-search form.search-form{position: relative}.header-nav-hidden .header-search form.search-form &gt; input{width: 100%;background-color: #fff;height: 60px;border: solid 3px transparent;padding-left: 20px;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.header-nav-hidden .header-search form.search-form &gt; button{position: absolute;top: 0;right: 0;bottom: 0;background: transparent;color: #000}.header-nav-hidden .no-primary-menu{position: absolute;width: 100%;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.header-nav-hidden .menu-switch{float: right;width: 12%;line-height: 60px;text-align: center;text-transform: uppercase;font-weight: 700;position: relative;z-index: 1;cursor: pointer;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.header-nav-hidden .menu-switch:hover{color: #444}.header-nav-hidden .menu-switch &gt; i{margin-right: 5px}.header-nav-hidden .header-nav-inner.in .no-primary-menu{opacity: 0;visibility: hidden}.header-nav-hidden .header-nav-inner.in nav.primary-menu{opacity: 1;visibility: visible}.header-nav-hidden .header-nav-inner.in .menu-switch &gt; i:before{content: "\f00d"}.is-sticky .menu-categories,.is-sticky .logo-header{height: 55px}.is-sticky .x-nav-menu &gt; .x-menu-item{padding-top: 15.5px;padding-bottom: 15.5px}.is-sticky .menu-categories,.is-sticky .menu-categories-select &gt; i,.is-sticky .header-customize-nav .header-customize-item{line-height: 60px}.is-sticky .logo-header img{max-height: 55px}.is-sticky .logo-sticky{display: initial}.is-sticky .has-logo-sticky .no-sticky{display: none}.is-sticky .header-customize-wrapper form.search-form &gt; button,.is-sticky .header-customize-wrapper form.search-form &gt; input{height: 40px;margin-top: 8px}.header-1 .is-sticky .header-above-inner,.header-2 .is-sticky .header-above-inner{padding-top: 0;padding-bottom: 0}.header-2 .is-sticky .logo-header img{max-height: 50px}.header-4 .is-sticky .header-wrapper .container-full{padding-top: 10px;padding-bottom: 10px}.header-4 .is-sticky .header-wrapper .container{padding-top: 0px;padding-bottom: 0px}.header-4 .is-sticky .header-wrapper .container .logo-header img{max-height: 50px}.header-nav-hidden .is-sticky .product-text,.header-nav-hidden .is-sticky .menu-switch{line-height: 55px}.header-nav-hidden .is-sticky .header-search form.search-form &gt; input{height: 55px}.header-1 .header-customize-nav{display: inline-block;vertical-align: middle}.header-1 .primary-menu{padding-left: 220px}.header-2 .primary-menu{float: right;padding-left: 50px}.header-2 .x-nav-menu &gt; li.current-menu-ancestor &gt; a.x-menu-a-text,.header-2 .x-nav-menu &gt; li.current-menu-parent &gt; a.x-menu-a-text,.header-2 .x-nav-menu &gt; li.current-menu-item &gt; a.x-menu-a-text,.header-2 .x-nav-menu &gt; li.menu-current &gt; a.x-menu-a-text,.header-2 .x-nav-menu &gt; li &gt; a.x-menu-a-text:hover,.header-2 .x-nav-menu &gt; li:hover &gt; a{position: relative}.header-2 .x-nav-menu &gt; li.current-menu-ancestor &gt; a.x-menu-a-text:before,.header-2 .x-nav-menu &gt; li.current-menu-parent &gt; a.x-menu-a-text:before,.header-2 .x-nav-menu &gt; li.current-menu-item &gt; a.x-menu-a-text:before,.header-2 .x-nav-menu &gt; li.menu-current &gt; a.x-menu-a-text:before,.header-2 .x-nav-menu &gt; li &gt; a.x-menu-a-text:hover:before,.header-2 .x-nav-menu &gt; li:hover &gt; a:before{content: "";position: absolute;left: 0;right: 0;bottom: 0}.header-2 .x-nav-menu &gt; .x-menu-item{padding-top: 0 !important;padding-bottom: 0 !important}.header-2 .x-nav-menu &gt; .x-menu-item &gt; a{display: inline-block;padding-left: 15px;padding-right: 15px;line-height: 24px;padding-top: 18px;padding-bottom: 18px}.header-2 .shopping-cart-list,.header-2 .widget_shopping_cart_content{right: 0px}.header-2 .header-customize-nav{margin-left: 30px}.header-2 .header-customize-nav .shopping-cart-icon i{top: 0px}.header-2 .header-customize-nav .shopping-cart-icon span{top: -18px}.header-3 .logo-header{float: none;width: 30%;margin: auto;left: 0;right: 0;text-align: center;position: absolute}.header-3 .item-search{max-width: 400px}.header-3 .search-product-wrapper .categories{width: 40%}.header-3 .search-product-wrapper &gt; input{padding-right: 45%;padding-right: -webkit-calc(40% + 50px);padding-right: calc(40% + 50px)}.header-3 .header-row &gt; .container{text-align: center}.header-3 .header-customize-nav{float: none;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.header-3 .header-customize-nav .header-customize-item.item-search{max-width: 100%;margin-left: 25px;width: 100%}.header-3 .header-customize-nav .header-customize-item.item-search form{position: relative;width: 70%;margin: 0 auto}.header-3 .header-customize-nav .header-customize-item.item-search .search-field,.header-3 .header-customize-nav .header-customize-item.item-search input[type="text"]{width: 100%;border: none;padding-left: 0px;font-family: 'Merriweather';font-style: italic;border-bottom: solid 1px #000}.header-3 .header-customize-nav .header-customize-item.item-search button{position: absolute;right: 0px;top: -16px;border: none}.header-3 .header-customize-nav .header-customize-item.item-search button:hover{background-color: transparent}.header-3 .header-customize-nav .header-customize-item.item-search button:before{display: none}.header-3 .header-customize-nav .header-customize-item.item-search button i{top: 8px;right: 0px;color: #647072 !important}.header-3 .header-customize-nav .header-customize-item.item-search button i:before{content: "\e618";font-family: 'Pe-icon-7-stroke';font-size: 20px;font-weight: 600}.header-3 .is-sticky .header-customize-nav{display: none}.header-3 .header-above-wrapper .header-customize-wrapper{min-height: 40px}.header-3 .shopping-cart-icon .icon{position: relative}.header-3 .shopping-cart-icon .icon &gt; span{position: absolute;top: -13px;left: 1px;color: #fff}.header-3 .shopping-cart-list,.header-3 .widget_shopping_cart_content{right: 0px}.header-4 .overlay-menu-wrapper{opacity: 0;visibility: hidden;height: 0;overflow: hidden;position: fixed;background-color: rgba(255,255,255,0.9);left: 0;right: 0;top: 0;bottom: 0;padding: 60px 0;z-index: -1;zoom: 0;text-align: center;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.header-4 .overlay-menu-wrapper:before{content: '';display: inline-block;vertical-align: middle;height: 100%}.header-4 .overlay-menu-wrapper.in{opacity: 1;visibility: visible;height: auto;overflow: auto;z-index: 9999;zoom: 1}.header-4 .overlay-menu-wrapper.in .header-overlay-close{display: block}.header-4 .overlay-menu-wrapper.in .x-nav-menu .x-menu-item{margin-top: 0px !important}.header-4 .overlay-menu-wrapper .x-nav-menu{display: inline-block;vertical-align: middle}.header-4 .overlay-menu-wrapper .x-nav-menu .x-menu-item{display: block !important;line-height: 50px;margin: 0 !important;margin-top: -10px !important;padding: 0 !important;border: none !important;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.header-4 .overlay-menu-wrapper .x-nav-menu .x-menu-item a{color: #647072;text-transform: none;font-size: 18px}.header-4 .overlay-menu-wrapper .x-nav-menu .x-sub-menu{display: block !important;box-shadow: none;position: static !important;background-color: transparent !important;border: none !important;height: auto !important;visibility: visible !important;opacity: 1 !important;margin: 0 !important;padding: 0 !important}.header-4 .overlay-menu-wrapper .x-nav-menu .x-col{float: none;width: 100%}.header-4 .overlay-menu-wrapper .x-nav-menu .x-sub-menu .x-menu-item &gt; a.x-menu-a-text{padding: 0 20px 0 50px;font-size: 0.9em;margin: 0;line-height: 50px;border: none !important}.header-4 .overlay-menu-wrapper .x-nav-menu .x-sub-menu .x-sub-menu .x-menu-item &gt; a.x-menu-a-text{padding-left: 80px}.header-4 .overlay-menu-wrapper .x-nav-menu .x-sub-menu-tab &gt; li.x-menu-active &gt; a.x-menu-a-text:after,.header-4 .overlay-menu-wrapper .x-nav-menu .x-menu-item &gt; a b.x-caret{display: none !important}.header-4 .overlay-menu-wrapper .x-nav-menu .x-sub-menu-tab &gt; li.x-menu-active{background-color: transparent}.header-4 .overlay-menu-wrapper .x-nav-menu a.x-menu-a-text:hover span.x-menu-text{color: #000 !important;padding-left: 0px !important}.header-4 .overlay-menu-wrapper .x-nav-menu &gt; .x-menu-item &gt; a.x-menu-a-text,.header-4 .overlay-menu-wrapper .x-tabs.x-item-menu-tab &gt; .x-menu-a-text,.header-4 .overlay-menu-wrapper .x-sub-menu-tab &gt; .x-menu-item &gt; a.x-menu-a-text,.header-4 .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column &gt; a.x-menu-a-text{display: block;position: relative;padding: 0 20px}.header-4 .overlay-menu-wrapper .x-nav-menu &gt; .x-menu-item &gt; a.x-menu-a-text:hover:before,.header-4 .overlay-menu-wrapper .x-tabs.x-item-menu-tab &gt; .x-menu-a-text:hover:before,.header-4 .overlay-menu-wrapper .x-sub-menu-tab &gt; .x-menu-item &gt; a.x-menu-a-text:hover:before,.header-4 .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column &gt; a.x-menu-a-text:hover:before{margin-left: 0;opacity: 1}.header-4 .overlay-menu-wrapper .x-nav-menu &gt; .x-menu-item &gt; a.x-menu-a-text b.x-caret,.header-4 .overlay-menu-wrapper .x-tabs.x-item-menu-tab &gt; .x-menu-a-text b.x-caret,.header-4 .overlay-menu-wrapper .x-sub-menu-tab &gt; .x-menu-item &gt; a.x-menu-a-text b.x-caret,.header-4 .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column &gt; a.x-menu-a-text b.x-caret{display: inline-block;position: absolute;right: 20px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.header-4 .overlay-menu-wrapper .x-nav-menu &gt; .x-menu-item &gt; a.x-menu-a-text:hover b.x-caret,.header-4 .overlay-menu-wrapper .x-tabs.x-item-menu-tab &gt; .x-menu-a-text:hover b.x-caret,.header-4 .overlay-menu-wrapper .x-sub-menu-tab &gt; .x-menu-item &gt; a.x-menu-a-text:hover b.x-caret,.header-4 .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column &gt; a.x-menu-a-text:hover b.x-caret{opacity: 0}.header-4 .overlay-menu-wrapper .x-nav-menu &gt; .x-menu-item &gt; a.x-menu-a-text &gt; span.x-menu-text,.header-4 .overlay-menu-wrapper .x-tabs.x-item-menu-tab &gt; .x-menu-a-text &gt; span.x-menu-text,.header-4 .overlay-menu-wrapper .x-sub-menu-tab &gt; .x-menu-item &gt; a.x-menu-a-text &gt; span.x-menu-text,.header-4 .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column &gt; a.x-menu-a-text &gt; span.x-menu-text,.header-4 .overlay-menu-wrapper .x-nav-menu &gt; .x-menu-item &gt; a.x-menu-a-text &gt; i.x-menu-icon,.header-4 .overlay-menu-wrapper .x-tabs.x-item-menu-tab &gt; .x-menu-a-text &gt; i.x-menu-icon,.header-4 .overlay-menu-wrapper .x-sub-menu-tab &gt; .x-menu-item &gt; a.x-menu-a-text &gt; i.x-menu-icon,.header-4 .overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column &gt; a.x-menu-a-text &gt; i.x-menu-icon{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.header-4 .header-above-inner{position: relative}.header-4 .header-overlay-open,.header-4 .header-overlay-close{position: fixed;top: 30px;right: 30px;z-index: 9999;font-size: 24px;cursor: pointer;color: #444;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.header-4 .header-overlay-open:hover,.header-4 .header-overlay-close:hover{color: #000}.header-4 .header-overlay-open,.header-4 .header-overlay-close{position: fixed;top: 30px;right: 30px;z-index: 9999;font-size: 24px;cursor: pointer;color: #444;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.header-4 .header-overlay-open:hover,.header-4 .header-overlay-close:hover{color: #000}.header-4 .header-overlay-close{font-size: 30px;top: 40px;color: #647072;font-weight: 700}.header-4 .header-overlay-open{position: absolute}.header-4 .header-overlay-open.in{opacity: 0}.header-4 .overlay-menu-left{float: left;width: 50%;height: 100%;text-align: right;padding-right: 0;position: relative;padding-right: 40px}.header-4 .overlay-menu-left:before{content: '';height: 100%;display: inline-block;vertical-align: middle}.header-4 .overlay-menu-right{float: right;width: 50%;height: 100%;text-align: left}.header-4 .overlay-menu-right:before{content: '';height: 100%;display: inline-block;vertical-align: middle}.header-4 .overlay-menu-inner{text-align: left;overflow: hidden;display: inline-block;vertical-align: middle;max-height: 100%;position: relative;border-left: solid 1px rgba(166,166,166,0.6);padding-left: 20px;width: 98%}.header-4 .overlay-menu-inner .x-nav-menu{width: 350px}.header-4 .search-product-wrapper &gt; input,.header-4 .search-product-wrapper .categories{border-color: #5c7376}.header-4 .search-product-wrapper &gt; button{background-color: #5c7376}.header-4 .container .menu-toogle-icon{right: 15px}.header-4 .menu-toogle-icon{line-height: 10px;display: inline-block;float: right;position: absolute;top: 50%;right: 0;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%)}.header-4 .menu-toogle-icon a{width: 30px;line-height: 1;display: inline-block}.header-4 .menu-toogle-icon a span.line{background-color: #647072;display: block;width: 15px;height: 3px;margin: 2px 0;float: right;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.header-4 .menu-toogle-icon a .line.bottom{width: 15px}.header-4 .menu-toogle-icon a .line.top{width: 20px}.header-4 .menu-toogle-icon a .line.middle{width: 30px}.header-4 .menu-toogle-icon a:hover span.line{background-color: #000}.header-4 .menu-toogle-icon a:hover .line.middle{width: 15px}.header-4 .menu-toogle-icon a:hover .line.top{width: 22px}.header-4 .menu-toogle-icon a:hover .line.bottom{width: 30px}.header-5 .header-wrapper{margin-bottom: 50px}.header-5 .header-nav-wrapper{background-color: transparent;height: 30px}.header-5 nav.primary-menu{background-color: #647072;position: absolute;padding-left: 20px;padding-right: 20px;left: 0;right: 0}.header-5 .header-above-wrapper{text-align: center}.header-5 .logo-header{float: none}body.header-is-left{padding-left: 320px}body.logged-in header .header-left{top: 32px}header .has-background-img{background-position: top left;background-size: cover}header .header-left{position: fixed;top: 0;left: 0;bottom: 0;z-index: 999;width: 320px;padding: 0px 30px 30px 30px}header .header-left .header-customize-nav .header-customize-item{margin-left: 0px;margin-top: 120px}header .header-left .header-customize-nav .header-customize-item aside{display: block}header .header-left .header-customize-nav .header-customize-item .g5plus-icon-box .align-icon{margin-bottom: 0px}header .header-left .header-customize-nav .header-customize-item .g5plus-icon-box .align-icon i{color: #647072}header .header-left .header-customize-nav .header-customize-item .g5plus-icon-box .align-icon:before,header .header-left .header-customize-nav .header-customize-item .g5plus-icon-box .align-icon:after,header .header-left .header-customize-nav .header-customize-item .g5plus-icon-box .shape-icon:before,header .header-left .header-customize-nav .header-customize-item .g5plus-icon-box .shape-icon:after{border-color: #647072 !important}header .header-left .header-customize-nav .header-customize-item .g5plus-icon-box:hover .align-icon:before,header .header-left .header-customize-nav .header-customize-item .g5plus-icon-box:hover .align-icon:after,header .header-left .header-customize-nav .header-customize-item .g5plus-icon-box:hover .shape-icon:before,header .header-left .header-customize-nav .header-customize-item .g5plus-icon-box:hover .shape-icon:after{border-color: #000 !important}header .header-left .header-customize-nav .header-customize-item .g5plus-icon-box:hover .align-icon i{color: #000 !important}header .header-left .header-logo{padding-left: 30px;padding-right: 30px}header .header-left .ps-scrollbar-y-rail{right: 5px !important}header .header-left .ps-container:hover &gt; .ps-scrollbar-y-rail:hover &gt; .ps-scrollbar-y{background-color: rgba(0,0,0,0.1)}header .header-left .x-nav-menu{display: block;text-align: center}header .header-left .x-nav-menu &gt; li.x-menu-item{display: block;margin: 0;padding: 0px;position: relative}header .header-left .x-nav-menu &gt; li.x-menu-item a.x-menu-a-text{line-height: 50px;display: inline-block;padding: 0px;position: static}header .header-left .x-nav-menu &gt; li.x-menu-item a.x-menu-a-text b.x-caret{position: absolute;display: inline-block;top: -2px;left: auto;right: 0px;bottom: 0px}header .header-left .x-nav-menu &gt; li.x-menu-item a.x-menu-a-text b.x-caret:before{content: "\e684";font-family: 'Pe-icon-7-stroke';font-size: 16px;font-weight: 600;display: inline-block;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}header .header-left .menu-wrapper ul.main-menu li &gt; ul.x-sub-menu{position: static !important;visibility: visible !important;opacity: 1 !important;border: none !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;background-color: transparent !important;padding: 0 !important;height: auto;display: none}header .header-left .menu-wrapper ul.main-menu li &gt; ul.x-sub-menu .x-menu-item &gt; .x-menu-a-text{border: none;font-size: 12px;color: #647072}header .header-left .menu-wrapper ul.main-menu li &gt; ul.x-sub-menu .x-menu-item &gt; .x-menu-a-text:hover{color: #000}header .header-left .menu-wrapper ul.main-menu li &gt; ul.x-sub-menu .x-menu-item &gt; .x-menu-a-text:hover i.x-menu-icon,header .header-left .menu-wrapper ul.main-menu li &gt; ul.x-sub-menu .x-menu-item &gt; .x-menu-a-text:hover span.x-menu-text{padding-left: 0px}}@media screen and (max-width: 767px){.header-mobile-1 .sticky-region,.header-mobile-2 .sticky-region,.header-mobile-3 .sticky-region,.header-mobile-4 .sticky-region{z-index: 999999 !important;position: relative}.header-mobile-1 .header-customize-item .shopping-cart-icon .icon,.header-mobile-2 .header-customize-item .shopping-cart-icon .icon,.header-mobile-3 .header-customize-item .shopping-cart-icon .icon,.header-mobile-4 .header-customize-item .shopping-cart-icon .icon{line-height: 1}.header-mobile-1 .header-customize-item .shopping-cart-icon .icon,.header-mobile-2 .header-customize-item .shopping-cart-icon .icon,.header-mobile-3 .header-customize-item .shopping-cart-icon .icon,.header-mobile-4 .header-customize-item .shopping-cart-icon .icon,.header-mobile-1 .header-customize-item .shopping-cart-icon .icon i,.header-mobile-2 .header-customize-item .shopping-cart-icon .icon i,.header-mobile-3 .header-customize-item .shopping-cart-icon .icon i,.header-mobile-4 .header-customize-item .shopping-cart-icon .icon i{top: 3px;position: relative}.header-mobile-1 .header-customize-item .shopping-cart-icon .icon span,.header-mobile-2 .header-customize-item .shopping-cart-icon .icon span,.header-mobile-3 .header-customize-item .shopping-cart-icon .icon span,.header-mobile-4 .header-customize-item .shopping-cart-icon .icon span{position: absolute;top: -9px;left: 1px}.header-mobile-1 .shopping-cart-list,.header-mobile-2 .shopping-cart-list,.header-mobile-3 .shopping-cart-list,.header-mobile-4 .shopping-cart-list,.header-mobile-1 .widget_shopping_cart_content,.header-mobile-2 .widget_shopping_cart_content,.header-mobile-3 .widget_shopping_cart_content,.header-mobile-4 .widget_shopping_cart_content{right: 0px;top: 60px}.header-mobile.header-3 .shopping-cart-icon .icon span{color: #fff}.header-mobile.header-3 .shopping-cart-icon .icon i{top: 2px}.header-mobile.header-4 .icon{line-height: 1}.header-mobile.header-4 .shopping-cart-icon .icon i{top: 2px}.header-mobile .x-nav-menu a b.x-caret:before{content: "\e684";font-family: 'Pe-icon-7-stroke';font-size: 20px;font-weight: 700;top: -4px;display: inline-block;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}}@media screen and (max-width: 1199px){.header-3 .item-search{max-width: 350px}.search-product-wrapper &gt; input{width: 500px}}@media screen and (max-width: 1400px){.header-1 .header-customize-nav .header-customize-item{margin-left: 25px}.header-1 .header-customize-nav .item-custom-text{margin-left: 100px}.header-1 .header-customize-nav .item-custom-text .separator{left: -55px}}.is-sticky{height: 55px}.is-sticky .sticky-region{position: fixed;left: 0;right: 0;z-index: 999;-webkit-box-shadow: 1px 0 3px 2px rgba(0,0,0,0.1);-moz-box-shadow: 1px 0 3px 2px rgba(0,0,0,0.1);box-shadow: 1px 0 3px 2px rgba(0,0,0,0.1);margin: auto}body.boxed .is-sticky .sticky-region{max-width: 1330px;width: 100%}#lang_sel &gt; ul{position: relative;display: inline-block;padding: 0;margin: 0;line-height: 44px}#lang_sel &gt; ul &gt; li{padding: 0;display: block;list-style: none}#lang_sel &gt; ul &gt; li img{margin-bottom: 2px}#lang_sel &gt; ul &gt; li &gt; a:after{content: "\f0d7";font-family: 'fontawesome';display: inline-block;padding-left: 3px}#lang_sel &gt; ul ul{position: absolute;top: 100%;left: 0;min-width: 150px;list-style: none;padding: 10px 0;margin: 0;display: none;background-color: #fff;z-index: 99999;-webkit-box-shadow: 2px 3px 5px 2px rgba(0,0,0,0.3);-moz-box-shadow: 2px 3px 5px 2px rgba(0,0,0,0.3);box-shadow: 2px 3px 5px 2px rgba(0,0,0,0.3)}#lang_sel &gt; ul ul &gt; li{list-style: none;padding: 0 15px;display: block;line-height: 32px}#lang_sel &gt; ul ul &gt; li img{padding-right: 5px}#lang_sel &gt; ul:hover ul{display: block}header .header-logo &gt; a &gt; img.retina-logo,.overlay-menu-left &gt; a &gt; img.retina-logo{display: none}@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){.overlay-menu-left &gt; a &gt; img.has-retina,header .header-logo &gt; a &gt; img.has-retina{display: none}.overlay-menu-left &gt; a &gt; img.retina-logo,header .header-logo &gt; a &gt; img.retina-logo{display: inline-block}}@media screen and (max-width: 767px){.header-mobile-wrapper.border-bottom{border-bottom: solid 1px rgba(238,238,238,0.2)}header.main-header{display: none}header.header-mobile{display: block;height: auto}.top-bar-wrapper{background-color: #242d2e !important;color: #647072 !important}.top-bar-wrapper.full-border{border-bottom: solid 1px #eee !important}.top-bar-wrapper.container-border .top-bar-inner{border-bottom: solid 1px #eee !important}.top-bar-wrapper .widget + .widget:before,.top-bar-wrapper .menu &gt; li + li:before{border-left: solid 1px #eee}.top-bar-inner{padding-top: 0px !important;padding-bottom: 0px !important}.header-mobile-inner{background-color: #fff !important;color: #343434 !important}.header-mobile-inner a{color: #343434}.header-mobile-inner a:hover{color: #000}.header-mobile-inner .toggle-icon-wrapper .toggle-icon:after,.header-mobile-inner .toggle-icon-wrapper .toggle-icon:before,.header-mobile-inner .toggle-icon-wrapper .toggle-icon &gt; span{background-color: #343434 !important}.header-mobile-container-inner{position: relative}.header-mobile-container-inner &gt; div{line-height: 90px !important}.toggle-mobile-menu{float: left}.logo-mobile-wrapper,.item-shopping-cart,.mobile-search-button,.shopping-cart-icon{display: inline-block}.item-shopping-cart .subtotal-info-wrapper{display: none}.item-shopping-cart,.mobile-search-button{float: right}.item-shopping-cart + .mobile-search-button{margin-right: 20px}.mobile-search-button{font-size: 20px;position: relative;z-index: 1}.logo-mobile-wrapper{position: absolute;padding-left: 100px;padding-right: 100px;left: 0;right: 0;text-align: center}.nav-menu-mobile{display: none}.menu-drop-fly .search-form{padding: 20px;position: relative;background-color: #111}.menu-drop-fly .search-form input[type="search"]{width: 100%;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;border-color: #333;background-color: #333}.menu-drop-fly .search-form button[type="submit"]{position: absolute;right: 20px;top: 20px;padding-left: 12px;padding-right: 12px;border-radius: 0}.header-mobile-2 .toggle-icon-wrapper{float: right;margin-left: 10px}.header-mobile-2 .logo-mobile-wrapper{text-align: left;padding-left: 0;padding-right: 90px}.header-mobile-2 .both-mobile-icon .logo-mobile-wrapper{padding-right: 130px}.header-mobile-2 .mobile-search-button{margin-right: 10px}.header-mobile-2 .item-shopping-cart + .mobile-search-button{margin-right: 20px}.header-mobile-3 .toggle-icon-wrapper{margin-right: 20px}.header-mobile-3 .item-shopping-cart,.header-mobile-3 .mobile-search-button{float: left}.header-mobile-3 .logo-mobile-wrapper{text-align: right;padding-left: 90px;padding-right: 0}.header-mobile-3 .both-mobile-icon .logo-mobile-wrapper{padding-left: 130px}.header-mobile-3 .item-shopping-cart + .mobile-search-button{margin-left: 10px}.header-mobile-4 .both-mobile-icon .logo-mobile-wrapper{padding-right: 50px}.is-sticky{height: 60px}.is-sticky .header-mobile-container-inner &gt; div{line-height: 60px !important}}.no-footer-sidebar{text-align: center;padding-top: 50px;padding-bottom: 50px;font-size: 16px;text-transform: uppercase;color: #fff;letter-spacing: 1.2px}.main-footer-wrapper{background-color: #eaeaea;color: #647072}footer .widget-title{color: #000;margin-bottom: 30px;font-size: 16px;text-transform: uppercase;letter-spacing: 0}footer .widget_text{font-size: 14px}footer aside{display: block !important}footer aside .widget-title{font-weight: 400}footer aside.title-bold .widget-title{font-weight: 700}footer aside ul.menu &gt; li{display: inline-block;border: none;padding-top: 0;padding-left: 0;position: relative}footer aside ul.menu &gt; li:first-child,footer aside ul.menu &gt; li:first-child a{padding-left: 0}footer aside ul.menu &gt; li:before{content: '';display: none}footer aside ul.menu &gt; li a{text-transform: none;margin-bottom: 0;padding: 0 15px;font-weight: 500;line-height: 1;color: #a5afb0}footer aside ul.menu &gt; li a:hover{color: #000}footer aside ul.menu &gt; li:not(:first-child) a:before{border-left: solid 1px;position: absolute;left: -2px;top: 7px;height: 10px;content: ""}footer aside ul.menu &gt; li.menu-item-has-children &gt; a:after{display: inline-block;font-family: 'FontAwesome';font-style: normal;font-weight: 400;line-height: 25px;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: '\f107';margin-left: 5px;font-size: 12px}footer aside ul.menu ul.sub-menu{padding: 5px 0;list-style: none;display: none;position: absolute;bottom: 100%;left: 0;background-color: #151515;color: #a1a1a1;z-index: 999;-webkit-box-shadow: 0 9px 24px rgba(0,0,0,0.15);-moz-box-shadow: 0 9px 24px rgba(0,0,0,0.15);box-shadow: 0 9px 24px rgba(0,0,0,0.15)}footer aside ul.menu ul.sub-menu .menu-item{position: relative;min-width: 180px;padding: 0;margin: 0px}footer aside ul.menu ul.sub-menu .menu-item:before{display: none}footer aside ul.menu ul.sub-menu .menu-item.menu-item-has-children &gt; a:after{display: block;font-family: 'FontAwesome';font-style: normal;font-weight: 400;line-height: 30px;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: '\f105';font-size: 12px;position: absolute;top: 0;right: 12px}footer aside ul.menu ul.sub-menu .menu-item &gt; a{padding: 5px 12px;line-height: 20px;display: block}footer aside ul.menu ul.sub-menu .menu-item &gt; a:hover,footer aside ul.menu ul.sub-menu .menu-item &gt; a:focus,footer aside ul.menu ul.sub-menu .menu-item &gt; a:active{text-decoration: none;color: #fff}footer aside ul.menu ul.sub-menu .menu-item &gt; a:before{display: none}footer aside ul.menu ul.sub-menu .menu-item + .menu-item{border-top: 1px solid rgba(255,255,255,0.02)}footer aside ul.menu ul.sub-menu ul.sub-menu{left: 100%;bottom: 0;margin-left: 1px}footer aside ul.menu li:hover &gt; ul.sub-menu{display: block}footer .bar-wrapper .widget{display: inline-block;margin-bottom: 0;position: relative}footer .bar-wrapper.text-center .bar-left,footer .bar-wrapper.text-center .bar-right{text-align: center}footer .bar-wrapper .social-profiles a{color: inherit;padding-left: 15px;padding-right: 15px}.main-footer .widget{margin-bottom: 40px}.main-footer.full-border{border-top: solid 1px #f69323}.main-footer.container-border .footer-inner{border-top: solid 1px #f69323}.main-footer a{color: inherit}.main-footer a:hover{color: #000}.main-footer .widget-posts .entry-post-title a:hover{color: #000}.main-footer .portfolio-shortcode .padding-15 &gt; div[class*="col-md-"]{padding: 10px 15px}.main-footer .wc-block-product-categories &gt; ul li,.main-footer .wp-block-page-list li,.main-footer .wp-block-archives-list li,.main-footer .wp-block-categories-list li,.main-footer .widget_product_categories &gt; ul li,.main-footer .widget_pages &gt; ul li,.main-footer .widget_meta &gt; ul li,.main-footer .widget_recent_entries &gt; ul li,.main-footer .widget_nav_menu div &gt; ul li,.main-footer .widget_rss &gt; ul li,.main-footer .widget_archive &gt; ul li,.main-footer .widget_categories &gt; ul li{color: #647072}.main-footer .wc-block-product-categories &gt; ul li a,.main-footer .wp-block-page-list li a,.main-footer .wp-block-archives-list li a,.main-footer .wp-block-categories-list li a,.main-footer .widget_product_categories &gt; ul li a,.main-footer .widget_pages &gt; ul li a,.main-footer .widget_meta &gt; ul li a,.main-footer .widget_recent_entries &gt; ul li a,.main-footer .widget_nav_menu div &gt; ul li a,.main-footer .widget_rss &gt; ul li a,.main-footer .widget_archive &gt; ul li a,.main-footer .widget_categories &gt; ul li a{color: #647072}.main-footer .wc-block-product-categories &gt; ul li a:hover,.main-footer .wp-block-page-list li a:hover,.main-footer .wp-block-archives-list li a:hover,.main-footer .wp-block-categories-list li a:hover,.main-footer .widget_product_categories &gt; ul li a:hover,.main-footer .widget_pages &gt; ul li a:hover,.main-footer .widget_meta &gt; ul li a:hover,.main-footer .widget_recent_entries &gt; ul li a:hover,.main-footer .widget_nav_menu div &gt; ul li a:hover,.main-footer .widget_rss &gt; ul li a:hover,.main-footer .widget_archive &gt; ul li a:hover,.main-footer .widget_categories &gt; ul li a:hover{color: #000}.main-footer .wc-block-product-categories &gt; ul li + li,.main-footer .wp-block-page-list li + li,.main-footer .wp-block-archives-list li + li,.main-footer .wp-block-categories-list li + li,.main-footer .widget_product_categories &gt; ul li + li,.main-footer .widget_pages &gt; ul li + li,.main-footer .widget_meta &gt; ul li + li,.main-footer .widget_recent_entries &gt; ul li + li,.main-footer .widget_nav_menu div &gt; ul li + li,.main-footer .widget_rss &gt; ul li + li,.main-footer .widget_archive &gt; ul li + li,.main-footer .widget_categories &gt; ul li + li{border-color: rgba(0,0,0,0.1)}.main-footer .wc-block-product-categories &gt; ul ul,.main-footer .wp-block-page-list ul,.main-footer .wp-block-archives-list ul,.main-footer .wp-block-categories-list ul,.main-footer .widget_product_categories &gt; ul ul,.main-footer .widget_pages &gt; ul ul,.main-footer .widget_meta &gt; ul ul,.main-footer .widget_recent_entries &gt; ul ul,.main-footer .widget_nav_menu div &gt; ul ul,.main-footer .widget_rss &gt; ul ul,.main-footer .widget_archive &gt; ul ul,.main-footer .widget_categories &gt; ul ul{border-color: rgba(0,0,0,0.1)}.main-footer .wc-block-product-categories &gt; ul select,.main-footer .wp-block-page-list select,.main-footer .wp-block-archives-list select,.main-footer .wp-block-categories-list select,.main-footer .widget_product_categories &gt; ul select,.main-footer .widget_pages &gt; ul select,.main-footer .widget_meta &gt; ul select,.main-footer .widget_recent_entries &gt; ul select,.main-footer .widget_nav_menu div &gt; ul select,.main-footer .widget_rss &gt; ul select,.main-footer .widget_archive &gt; ul select,.main-footer .widget_categories &gt; ul select{color: #647072;border-color: rgba(0,0,0,0.1);-webkit-appearance: menulist;-moz-appearance: menulist;appearance: menulist;background: none}.main-footer .widget_recent_comments &gt; ul li{color: #647072}.main-footer .widget_recent_comments &gt; ul li + li{border-color: rgba(0,0,0,0.1)}.main-footer .widget_calendar .calendar_wrap caption{color: #647072}.main-footer .widget_calendar #wp-calendar th{color: #000}.main-footer .widget_calendar #wp-calendar tbody td,.main-footer .widget_calendar #wp-calendar th{border-color: rgba(0,0,0,0.1)}.main-footer .widget_calendar #wp-calendar tfoot td{color: #647072}.main-footer .widget_calendar #wp-calendar td#today{color: #000}.main-footer .wc-block-product-search input[type="search"],.main-footer .wp-block-search input[type="search"],.main-footer .search-form input[type="search"]{color: #647072;border-color: rgba(0,0,0,0.1)}.main-footer .wc-block-product-search input[type="search"]::-webkit-input-placeholder,.main-footer .wp-block-search input[type="search"]::-webkit-input-placeholder,.main-footer .search-form input[type="search"]::-webkit-input-placeholder{color: #647072}.main-footer .wc-block-product-search input[type="search"]:-moz-placeholder,.main-footer .wp-block-search input[type="search"]:-moz-placeholder,.main-footer .search-form input[type="search"]:-moz-placeholder{color: #647072}.main-footer .wc-block-product-search input[type="search"]::-moz-placeholder,.main-footer .wp-block-search input[type="search"]::-moz-placeholder,.main-footer .search-form input[type="search"]::-moz-placeholder{color: #647072}.main-footer .wc-block-product-search input[type="search"]:-ms-input-placeholder,.main-footer .wp-block-search input[type="search"]:-ms-input-placeholder,.main-footer .search-form input[type="search"]:-ms-input-placeholder{color: #647072}.main-footer .wc-block-product-search input[type="search"]:focus,.main-footer .wp-block-search input[type="search"]:focus,.main-footer .search-form input[type="search"]:focus{border-color: #000}.main-footer .wc-block-product-search button[type="submit"] i,.main-footer .wp-block-search button[type="submit"] i,.main-footer .search-form button[type="submit"] i{color: #647072}.main-footer .wc-block-product-search button[type="submit"]:hover i,.main-footer .wp-block-search button[type="submit"]:hover i,.main-footer .search-form button[type="submit"]:hover i{color: #000}.main-footer .wc-block-product-search button[type="submit"]:before,.main-footer .wp-block-search button[type="submit"]:before,.main-footer .search-form button[type="submit"]:before{background-color: rgba(0,0,0,0.1)}.main-footer .widget_text .wp-caption{border-color: rgba(0,0,0,0.1)}.main-footer .widget_text .wp-caption .wp-caption-text{color: #647072}.main-footer .widget_text select{color: #647072;border-color: rgba(0,0,0,0.1);-webkit-appearance: menulist;-moz-appearance: menulist;appearance: menulist;background: none}.main-footer .tagcloud a{border-color: rgba(0,0,0,0.1);color: #647072}.main-footer .tagcloud a:hover{background-color: #000;border-color: #000;color: #fff}body.one-page .main-footer .widget{margin-bottom: 0}.footer-inner{padding-top: 50px;padding-bottom: -40px}.bottom-bar-wrapper{background-color: #fff;color: #647072}.bottom-bar-wrapper a{color: #a5afb0 !important}.bottom-bar-wrapper a:hover{color: #000 !important}.bottom-bar-wrapper.full-border{border-top: solid 1px #3a4243}.bottom-bar-wrapper.container-border .bottom-bar-inner{border-top: solid 1px #3a4243}.bottom-bar-wrapper aside.fore-color a{color: #647072 !important}.bottom-bar-wrapper aside.footer-text-color a{color: #647072 !important}.bottom-bar-wrapper .wc-block-product-categories &gt; ul li,.bottom-bar-wrapper .wp-block-page-list li,.bottom-bar-wrapper .wp-block-archives-list li,.bottom-bar-wrapper .wp-block-categories-list li,.bottom-bar-wrapper .widget_product_categories &gt; ul li,.bottom-bar-wrapper .widget_pages &gt; ul li,.bottom-bar-wrapper .widget_meta &gt; ul li,.bottom-bar-wrapper .widget_recent_entries &gt; ul li,.bottom-bar-wrapper .widget_nav_menu div &gt; ul li,.bottom-bar-wrapper .widget_rss &gt; ul li,.bottom-bar-wrapper .widget_archive &gt; ul li,.bottom-bar-wrapper .widget_categories &gt; ul li{color: #647072}.bottom-bar-wrapper .wc-block-product-categories &gt; ul li a,.bottom-bar-wrapper .wp-block-page-list li a,.bottom-bar-wrapper .wp-block-archives-list li a,.bottom-bar-wrapper .wp-block-categories-list li a,.bottom-bar-wrapper .widget_product_categories &gt; ul li a,.bottom-bar-wrapper .widget_pages &gt; ul li a,.bottom-bar-wrapper .widget_meta &gt; ul li a,.bottom-bar-wrapper .widget_recent_entries &gt; ul li a,.bottom-bar-wrapper .widget_nav_menu div &gt; ul li a,.bottom-bar-wrapper .widget_rss &gt; ul li a,.bottom-bar-wrapper .widget_archive &gt; ul li a,.bottom-bar-wrapper .widget_categories &gt; ul li a{color: #647072}.bottom-bar-wrapper .wc-block-product-categories &gt; ul li a:hover,.bottom-bar-wrapper .wp-block-page-list li a:hover,.bottom-bar-wrapper .wp-block-archives-list li a:hover,.bottom-bar-wrapper .wp-block-categories-list li a:hover,.bottom-bar-wrapper .widget_product_categories &gt; ul li a:hover,.bottom-bar-wrapper .widget_pages &gt; ul li a:hover,.bottom-bar-wrapper .widget_meta &gt; ul li a:hover,.bottom-bar-wrapper .widget_recent_entries &gt; ul li a:hover,.bottom-bar-wrapper .widget_nav_menu div &gt; ul li a:hover,.bottom-bar-wrapper .widget_rss &gt; ul li a:hover,.bottom-bar-wrapper .widget_archive &gt; ul li a:hover,.bottom-bar-wrapper .widget_categories &gt; ul li a:hover{color: #000}.bottom-bar-wrapper .wc-block-product-categories &gt; ul li + li,.bottom-bar-wrapper .wp-block-page-list li + li,.bottom-bar-wrapper .wp-block-archives-list li + li,.bottom-bar-wrapper .wp-block-categories-list li + li,.bottom-bar-wrapper .widget_product_categories &gt; ul li + li,.bottom-bar-wrapper .widget_pages &gt; ul li + li,.bottom-bar-wrapper .widget_meta &gt; ul li + li,.bottom-bar-wrapper .widget_recent_entries &gt; ul li + li,.bottom-bar-wrapper .widget_nav_menu div &gt; ul li + li,.bottom-bar-wrapper .widget_rss &gt; ul li + li,.bottom-bar-wrapper .widget_archive &gt; ul li + li,.bottom-bar-wrapper .widget_categories &gt; ul li + li{border-color: rgba(0,0,0,0.1)}.bottom-bar-wrapper .wc-block-product-categories &gt; ul ul,.bottom-bar-wrapper .wp-block-page-list ul,.bottom-bar-wrapper .wp-block-archives-list ul,.bottom-bar-wrapper .wp-block-categories-list ul,.bottom-bar-wrapper .widget_product_categories &gt; ul ul,.bottom-bar-wrapper .widget_pages &gt; ul ul,.bottom-bar-wrapper .widget_meta &gt; ul ul,.bottom-bar-wrapper .widget_recent_entries &gt; ul ul,.bottom-bar-wrapper .widget_nav_menu div &gt; ul ul,.bottom-bar-wrapper .widget_rss &gt; ul ul,.bottom-bar-wrapper .widget_archive &gt; ul ul,.bottom-bar-wrapper .widget_categories &gt; ul ul{border-color: rgba(0,0,0,0.1)}.bottom-bar-wrapper .wc-block-product-categories &gt; ul select,.bottom-bar-wrapper .wp-block-page-list select,.bottom-bar-wrapper .wp-block-archives-list select,.bottom-bar-wrapper .wp-block-categories-list select,.bottom-bar-wrapper .widget_product_categories &gt; ul select,.bottom-bar-wrapper .widget_pages &gt; ul select,.bottom-bar-wrapper .widget_meta &gt; ul select,.bottom-bar-wrapper .widget_recent_entries &gt; ul select,.bottom-bar-wrapper .widget_nav_menu div &gt; ul select,.bottom-bar-wrapper .widget_rss &gt; ul select,.bottom-bar-wrapper .widget_archive &gt; ul select,.bottom-bar-wrapper .widget_categories &gt; ul select{color: #647072;border-color: rgba(0,0,0,0.1);-webkit-appearance: menulist;-moz-appearance: menulist;appearance: menulist;background: none}.bottom-bar-wrapper .widget_recent_comments &gt; ul li{color: #647072}.bottom-bar-wrapper .widget_recent_comments &gt; ul li + li{border-color: rgba(0,0,0,0.1)}.bottom-bar-wrapper .widget_calendar .calendar_wrap caption{color: #647072}.bottom-bar-wrapper .widget_calendar #wp-calendar th{color: #000}.bottom-bar-wrapper .widget_calendar #wp-calendar tbody td,.bottom-bar-wrapper .widget_calendar #wp-calendar th{border-color: rgba(0,0,0,0.1)}.bottom-bar-wrapper .widget_calendar #wp-calendar tfoot td{color: #647072}.bottom-bar-wrapper .widget_calendar #wp-calendar td#today{color: #000}.bottom-bar-wrapper .wc-block-product-search input[type="search"],.bottom-bar-wrapper .wp-block-search input[type="search"],.bottom-bar-wrapper .search-form input[type="search"]{color: #647072;border-color: rgba(0,0,0,0.1)}.bottom-bar-wrapper .wc-block-product-search input[type="search"]::-webkit-input-placeholder,.bottom-bar-wrapper .wp-block-search input[type="search"]::-webkit-input-placeholder,.bottom-bar-wrapper .search-form input[type="search"]::-webkit-input-placeholder{color: #647072}.bottom-bar-wrapper .wc-block-product-search input[type="search"]:-moz-placeholder,.bottom-bar-wrapper .wp-block-search input[type="search"]:-moz-placeholder,.bottom-bar-wrapper .search-form input[type="search"]:-moz-placeholder{color: #647072}.bottom-bar-wrapper .wc-block-product-search input[type="search"]::-moz-placeholder,.bottom-bar-wrapper .wp-block-search input[type="search"]::-moz-placeholder,.bottom-bar-wrapper .search-form input[type="search"]::-moz-placeholder{color: #647072}.bottom-bar-wrapper .wc-block-product-search input[type="search"]:-ms-input-placeholder,.bottom-bar-wrapper .wp-block-search input[type="search"]:-ms-input-placeholder,.bottom-bar-wrapper .search-form input[type="search"]:-ms-input-placeholder{color: #647072}.bottom-bar-wrapper .wc-block-product-search input[type="search"]:focus,.bottom-bar-wrapper .wp-block-search input[type="search"]:focus,.bottom-bar-wrapper .search-form input[type="search"]:focus{border-color: #000}.bottom-bar-wrapper .wc-block-product-search button[type="submit"] i,.bottom-bar-wrapper .wp-block-search button[type="submit"] i,.bottom-bar-wrapper .search-form button[type="submit"] i{color: #647072}.bottom-bar-wrapper .wc-block-product-search button[type="submit"]:hover i,.bottom-bar-wrapper .wp-block-search button[type="submit"]:hover i,.bottom-bar-wrapper .search-form button[type="submit"]:hover i{color: #000}.bottom-bar-wrapper .wc-block-product-search button[type="submit"]:before,.bottom-bar-wrapper .wp-block-search button[type="submit"]:before,.bottom-bar-wrapper .search-form button[type="submit"]:before{background-color: rgba(0,0,0,0.1)}.bottom-bar-wrapper .widget_text .wp-caption{border-color: rgba(0,0,0,0.1)}.bottom-bar-wrapper .widget_text .wp-caption .wp-caption-text{color: #647072}.bottom-bar-wrapper .widget_text select{color: #647072;border-color: rgba(0,0,0,0.1);-webkit-appearance: menulist;-moz-appearance: menulist;appearance: menulist;background: none}.bottom-bar-wrapper .wp-block-tag-cloud a,.bottom-bar-wrapper .tagcloud a{border-color: rgba(0,0,0,0.1);color: #647072}.bottom-bar-wrapper .wp-block-tag-cloud a:hover,.bottom-bar-wrapper .tagcloud a:hover{background-color: #000;border-color: #000;color: #fff !important}.bottom-bar-inner{padding-top: 25px;padding-bottom: 25px}.bottom-bar-inner .social-profiles a{line-height: 1 !important}.bottom-bar-inner .social-profiles a:first-child{padding-left: 0}.bottom-bar-inner .col-md-12 aside ul.menu &gt; li{margin-bottom: 0}.bottom-bar-inner .widget_text .textwidget{color: #647072}.bottom-bar-inner .bottom-bar-left,.bottom-bar-inner .bottom-bar-right{line-height: 1}@media screen and (max-width: 991px){.bottom-bar-wrapper .widget{display: block;text-align: center}}@media only screen and (min-width: 992px){footer.enable-parallax{position: fixed !important;bottom: 0;left: 0;z-index: -1;right: 0;margin: auto;width: 100%;-webkit-backface-visibility: visible;-moz-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible;background-size: cover}footer.enable-parallax.static{position: static !important}body.boxed footer.enable-parallax{max-width: 1330px}}@media (max-width: 767px){footer.footer-collapse-able .widget-title{margin-bottom: 0;cursor: pointer}footer.footer-collapse-able .widget-title:after{content: '+';float: right}footer.footer-collapse-able .widget-title.title-expanded:after{content: '-'}footer.footer-collapse-able .widget-title + div,footer.footer-collapse-able .widget-title + ul{padding-top: 20px;margin: 0}footer.footer-collapse-able .main-footer .sidebar{margin-bottom: 0}footer.footer-collapse-able .main-footer .sidebar + .sidebar{margin-top: 20px}footer.main-footer-wrapper .col-sm-6:nth-child(2n+1){clear: both}.sidebar .two-col ul &gt; li{width: auto;float: none}}.entry-thumb-wrap{width: 100%}.entry-thumb-wrap .entry-thumbnail{position: relative;overflow: hidden;width: 100%}.entry-thumb-wrap .entry-thumbnail img{width: 100%}.entry-thumb-wrap .entry-thumbnail a.zoomGallery{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,0.4);color: #fff;text-align: center;opacity: 0;z-index: 10;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.entry-thumb-wrap .entry-thumbnail a.zoomGallery i{cursor: pointer;font-size: 40px;height: 40px;width: 40px;line-height: 40px;text-align: center;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto}.entry-thumb-wrap .entry-thumbnail a.zoomGallery i:hover{color: #000}.entry-thumb-wrap:hover .entry-thumbnail a.zoomGallery{opacity: 1}.entry-meta-date h6{font-size: 14px;text-transform: uppercase;color: #000;letter-spacing: 0.5em;margin-bottom: 0}h3.entry-post-title{font-family: 'Marvel';font-weight: 500;font-size: 36px;line-height: 1.3333333334;overflow: hidden}h3.entry-post-title a{color: #242d2e;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}h3.entry-post-title a:hover{color: #000}.entry-meta-author{font-size: 14px;font-family: 'Merriweather';font-style: italic;color: #a4aeb0;font-weight: 400}.entry-meta-author a{text-transform: capitalize;color: #a4aeb0}.entry-meta-author a:hover{color: #000}.entry-excerpt{font-size: 16px;line-height: 1.75;overflow: hidden}article.format-gallery{position: relative}article.format-gallery .owl-prev,article.format-gallery .owl-next{top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);border-color: rgba(255,255,255,0.6);-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}article.format-gallery .owl-prev i,article.format-gallery .owl-next i{color: rgba(255,255,255,0.6)}article.format-gallery .owl-prev:hover,article.format-gallery .owl-next:hover{border-color: #fff;background-color: #fff}article.format-gallery .owl-prev:hover i,article.format-gallery .owl-next:hover i{color: #000}article.format-gallery .entry-thumb-wrap{overflow: hidden}article.format-gallery .entry-thumb-wrap:hover .owl-prev{left: 20px}article.format-gallery .entry-thumb-wrap:hover .owl-next{right: 20px}article.format-video .entry-thumb-wrap .entry-thumbnail a.zoomGallery{opacity: 1;background-color: rgba(0,0,0,0.2)}article.format-video .entry-thumb-wrap .entry-thumbnail a.zoomGallery i{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}article.format-video .entry-thumb-wrap .entry-thumbnail a.zoomGallery i:hover{color: #000}article.format-video .entry-thumb-wrap .entry-thumbnail:hover a.zoomGallery{background-color: rgba(0,0,0,0.4)}blockquote{font-size: 16px;font-style: italic;font-family: 'Merriweather';border: 1px solid #000;padding: 25px 50px 35px 50px;margin: 0}blockquote p{margin-top: -30px;line-height: 1.875}blockquote cite,blockquote .post-quote-author-meta{display: block;font-size: 14px;color: #242d2e;letter-spacing: 0.2em;text-transform: uppercase;font-family: 'Marvel';font-weight: 500;font-style: normal;line-height: 30px}blockquote cite{margin-top: 15px;position: relative;padding-left: 50px}blockquote cite:before{content: '';background-color: #242d2e;width: 30px;height: 2px;position: absolute;top: 0;bottom: 0;left: 0;margin: auto}blockquote:before{content: 'â€';display: block;font-size: 72px;font-family: 'Merriweather';color: #000;font-style: italic;position: relative;left: -5px}blockquote.blockquote-dark{padding: 30px 55px 65px 55px;position: relative;background-color: #242d2e;border-color: #242d2e;color: #fff}blockquote.blockquote-dark cite{color: #fff}blockquote.blockquote-dark cite:before{background-color: #000}blockquote.blockquote-dark:after{content: "";position: absolute;top: 30px;bottom: 30px;left: 30px;right: 30px;border: 1px solid rgba(255,255,255,0.3)}blockquote.blockquote-dark:before{margin-top: -35px;z-index: 100}.blog-wrap.isotope{margin-left: -15px;margin-right: -15px}.blog-wrap.isotope.archive-layout-metro{margin-left: 0;margin-right: 0}.archive-inner button.blog-load-more{border-color: #242d2e;color: #242d2e}.embed-responsive.embed-responsive-16by9.embed-responsive-medium-image{padding-bottom: 78.9473684%}.embed-responsive.embed-responsive-16by9.embed-responsive-large-image{padding-bottom: 75%}.embed-responsive.embed-responsive-16by9.embed-responsive-grid-image{padding-bottom: 72.972973%}.embed-responsive.embed-responsive-16by9.embed-responsive-single-post-image{padding-bottom: 59.829059829%}.blog-wrap .entry-thumb-wrap.post-link .entry-thumbnail-padding{padding: 50px;height: 100%;width: 100%;background-color: #242d2e;position: relative}.blog-wrap .entry-thumb-wrap.post-link .entry-thumbnail-padding .content-middle{position: relative}.blog-wrap .entry-thumb-wrap.post-link .entry-thumbnail-padding a{font-style: italic;font-size: 16px;color: #fff;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.blog-wrap .entry-thumb-wrap.post-link .entry-thumbnail-padding a i{font-size: 30px;height: 30px;width: 70px;display: inline-block;position: relative;margin-right: 10px;color: #000}.blog-wrap .entry-thumb-wrap.post-link .entry-thumbnail-padding a i:after{content: '';position: absolute;width: 30px;height: 2px;background-color: #fff;bottom: 7px;right: 0;margin: auto}.blog-wrap .entry-thumb-wrap.post-link .entry-thumbnail-padding a:hover{color: #000}.blog-wrap .entry-thumb-wrap.post-link .entry-thumbnail-padding:before{content: '';position: absolute;top: 25px;left: 25px;right: 25px;bottom: 25px;border: 1px solid rgba(255,255,255,0.3);z-index: 0}.blog-wrap.archive-layout-default{border-top: 1px solid #fff}.blog-wrap.archive-layout-default .entry-meta-date{margin-bottom: 40px}.blog-wrap.archive-layout-default .entry-thumb-wrap{width: 50%;float: left}.blog-wrap.archive-layout-default .entry-content-wrap{width: 50%;float: right;background-color: #fff;height: 100%}.blog-wrap.archive-layout-default .entry-content-padding{display: block;height: 100%;width: 100%;padding-left: 12%;padding-right: 12%;padding-top: 40px;padding-bottom: 40px}.blog-wrap.archive-layout-default .entry-excerpt{max-height: 3.5em}.blog-wrap.archive-layout-default article{background-color: #F5F8FA}.blog-wrap.archive-layout-default article:nth-child(2n) .entry-thumb-wrap{float: right}.blog-wrap.archive-layout-default article:nth-child(2n) .entry-content-wrap{float: left;text-align: right}.blog-wrap.archive-layout-default article .tagcloud a{text-transform: none;font-size: 12px;font-style: italic;font-family: 'Merriweather';font-weight: 400;margin: 0}.blog-wrap.archive-layout-default article.sticky a.read-more{background-color: #000 !important;border-color: #000 !important;color: #fff !important}.blog-wrap.archive-layout-default article.sticky a.read-more:hover{background-color: #242d2e !important;border-color: #242d2e !important}.blog-wrap.archive-layout-default h3.entry-post-title{margin-bottom: 15px;max-height: 2.66666667em}.blog-wrap.archive-layout-default .entry-meta-wrap{margin-bottom: 20px}.blog-wrap.archive-layout-default .entry-meta-wrap &gt; div{display: inline-block}.blog-wrap.archive-layout-default a.read-more{border-color: #242d2e;color: #242d2e;margin-top: 90px}.blog-wrap.archive-layout-zigzac article{margin-bottom: 30px}.blog-wrap.archive-layout-zigzac article .entry-thumb-wrap{width: 48.7179487%;float: left}.blog-wrap.archive-layout-zigzac article .entry-thumb-wrap + .entry-content-wrap{width: 51.2820513%;float: right}.blog-wrap.archive-layout-zigzac article .entry-thumb-wrap + .entry-content-wrap .entry-content-padding{height: 100%;padding-left: 12%;padding-right: 12%}.blog-wrap.archive-layout-zigzac article .entry-content-wrap{box-shadow: 0 1px 1px rgba(36,45,46,0.15)}.blog-wrap.archive-layout-zigzac article.sticky .entry-content-wrap{box-shadow: 0 1px 3px #000}.blog-wrap.archive-layout-zigzac article .entry-excerpt{max-height: 3.5em}.blog-wrap.archive-layout-zigzac article .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image{padding-bottom: 78.9473684%}.blog-wrap.archive-layout-zigzac article .entry-content-padding{width: 100%;padding-top: 30px;padding-bottom: 30px;padding-left: 35px;padding-right: 35px}.blog-wrap.archive-layout-zigzac article .entry-meta-wrap{margin-bottom: 25px}.blog-wrap.archive-layout-zigzac article h3.entry-post-title{margin-bottom: 10px;max-height: 2.66666667em}.blog-wrap.archive-layout-zigzac article .entry-meta-date{margin-bottom: 38px}.blog-wrap.archive-layout-zigzac article:nth-child(2n) .entry-thumb-wrap{float: right}.blog-wrap.archive-layout-zigzac article:nth-child(2n) .entry-thumb-wrap + .entry-content-wrap{float: left}.blog-wrap.archive-layout-list article{margin-bottom: 30px}.blog-wrap.archive-layout-list article .entry-thumb-wrap,.blog-wrap.archive-layout-list article .entry-thumb-wrap + .entry-content-wrap{width: 50%;float: left}.blog-wrap.archive-layout-list article .entry-thumb-wrap .entry-content-padding,.blog-wrap.archive-layout-list article .entry-thumb-wrap + .entry-content-wrap .entry-content-padding{height: 100%;padding-left: 12%;padding-right: 12%}.blog-wrap.archive-layout-list article .entry-content-wrap{box-shadow: 0 1px 1px rgba(36,45,46,0.15)}.blog-wrap.archive-layout-list article.sticky .entry-content-wrap{box-shadow: 0 1px 3px #000}.blog-wrap.archive-layout-list article .entry-excerpt{max-height: 3.5em}.blog-wrap.archive-layout-list article .entry-content-padding{width: 100%;padding-top: 30px;padding-bottom: 30px;padding-left: 35px;padding-right: 35px}.blog-wrap.archive-layout-list article .entry-meta-wrap{margin-bottom: 25px}.blog-wrap.archive-layout-list article h3.entry-post-title{margin-bottom: 10px;max-height: 2.66666667em}.blog-wrap.archive-layout-list article .entry-meta-date{margin-bottom: 38px}.blog-wrap.archive-layout-list.blog-has-sidebar .entry-meta-date{margin-bottom: 20px}.blog-wrap.archive-layout-list.blog-has-sidebar .entry-meta-date h6{font-size: 12px;letter-spacing: 0.2em}.blog-wrap.archive-layout-list.blog-has-sidebar h3.entry-post-title{font-size: 24px;margin-bottom: 10px;max-height: 2.66666667em}.blog-wrap.archive-layout-list.blog-has-sidebar .entry-excerpt{display: none}.blog-wrap.archive-layout-list.blog-has-sidebar .entry-meta-wrap{margin-bottom: 0}.blog-wrap.archive-layout-masonry.archive-col-3 article .entry-content-wrap,.blog-wrap.archive-layout-grid-detail.archive-col-3 article .entry-content-wrap,.blog-wrap.archive-layout-grid.archive-col-3 article .entry-content-wrap{padding: 25px 30px}.blog-wrap.archive-layout-masonry.archive-col-3 article h3.entry-post-title,.blog-wrap.archive-layout-grid-detail.archive-col-3 article h3.entry-post-title,.blog-wrap.archive-layout-grid.archive-col-3 article h3.entry-post-title{font-size: 24px;margin-bottom: 10px}.blog-wrap.archive-layout-masonry.archive-col-3 article .entry-meta-date,.blog-wrap.archive-layout-grid-detail.archive-col-3 article .entry-meta-date,.blog-wrap.archive-layout-grid.archive-col-3 article .entry-meta-date{margin-bottom: 20px}.blog-wrap.archive-layout-masonry.archive-col-3 article .entry-meta-date h6,.blog-wrap.archive-layout-grid-detail.archive-col-3 article .entry-meta-date h6,.blog-wrap.archive-layout-grid.archive-col-3 article .entry-meta-date h6{font-size: 12px;letter-spacing: 0.2em}.blog-wrap.archive-layout-masonry article .entry-content-wrap,.blog-wrap.archive-layout-grid-detail article .entry-content-wrap,.blog-wrap.archive-layout-grid article .entry-content-wrap{box-shadow: 0 1px 3px rgba(36,45,46,0.15)}.blog-wrap.archive-layout-masonry article.sticky .entry-content-wrap,.blog-wrap.archive-layout-grid-detail article.sticky .entry-content-wrap,.blog-wrap.archive-layout-grid article.sticky .entry-content-wrap{box-shadow: 0 1px 3px #000}.blog-wrap.archive-layout-masonry article h3.entry-post-title,.blog-wrap.archive-layout-grid-detail article h3.entry-post-title,.blog-wrap.archive-layout-grid article h3.entry-post-title{margin: 0}.blog-wrap.archive-layout-masonry article .entry-meta-date,.blog-wrap.archive-layout-grid-detail article .entry-meta-date,.blog-wrap.archive-layout-grid article .entry-meta-date{margin: 0}.blog-wrap.archive-layout-masonry article blockquote,.blog-wrap.archive-layout-grid-detail article blockquote,.blog-wrap.archive-layout-grid article blockquote{border: none;background-color: #F5F8FA;padding: 20px 30px}.blog-wrap.archive-layout-masonry article blockquote p,.blog-wrap.archive-layout-grid-detail article blockquote p,.blog-wrap.archive-layout-grid article blockquote p{margin-top: -45px}.blog-wrap.archive-layout-masonry article .entry-thumb-wrap.post-link .entry-thumbnail-padding,.blog-wrap.archive-layout-grid-detail article .entry-thumb-wrap.post-link .entry-thumbnail-padding,.blog-wrap.archive-layout-grid article .entry-thumb-wrap.post-link .entry-thumbnail-padding{padding: 50px 30px;background-color: #F5F8FA}.blog-wrap.archive-layout-masonry article .entry-thumb-wrap.post-link .entry-thumbnail-padding .content-middle,.blog-wrap.archive-layout-grid-detail article .entry-thumb-wrap.post-link .entry-thumbnail-padding .content-middle,.blog-wrap.archive-layout-grid article .entry-thumb-wrap.post-link .entry-thumbnail-padding .content-middle{position: relative}.blog-wrap.archive-layout-masonry article .entry-thumb-wrap.post-link .entry-thumbnail-padding a,.blog-wrap.archive-layout-grid-detail article .entry-thumb-wrap.post-link .entry-thumbnail-padding a,.blog-wrap.archive-layout-grid article .entry-thumb-wrap.post-link .entry-thumbnail-padding a{color: #647072}.blog-wrap.archive-layout-masonry article .entry-thumb-wrap.post-link .entry-thumbnail-padding a i,.blog-wrap.archive-layout-grid-detail article .entry-thumb-wrap.post-link .entry-thumbnail-padding a i,.blog-wrap.archive-layout-grid article .entry-thumb-wrap.post-link .entry-thumbnail-padding a i{color: #000}.blog-wrap.archive-layout-masonry article .entry-thumb-wrap.post-link .entry-thumbnail-padding a i:after,.blog-wrap.archive-layout-grid-detail article .entry-thumb-wrap.post-link .entry-thumbnail-padding a i:after,.blog-wrap.archive-layout-grid article .entry-thumb-wrap.post-link .entry-thumbnail-padding a i:after{background-color: #647072}.blog-wrap.archive-layout-masonry article .entry-thumb-wrap.post-link .entry-thumbnail-padding a:hover,.blog-wrap.archive-layout-grid-detail article .entry-thumb-wrap.post-link .entry-thumbnail-padding a:hover,.blog-wrap.archive-layout-grid article .entry-thumb-wrap.post-link .entry-thumbnail-padding a:hover{color: #000}.blog-wrap.archive-layout-masonry article .entry-thumb-wrap.post-link .entry-thumbnail-padding:before,.blog-wrap.archive-layout-grid-detail article .entry-thumb-wrap.post-link .entry-thumbnail-padding:before,.blog-wrap.archive-layout-grid article .entry-thumb-wrap.post-link .entry-thumbnail-padding:before{display: none}.blog-wrap.archive-layout-masonry article,.blog-wrap.archive-layout-grid article{padding-bottom: 30px}.blog-wrap.archive-layout-masonry article h3.entry-post-title,.blog-wrap.archive-layout-grid article h3.entry-post-title{font-size: 24px;margin-bottom: 10px}.blog-wrap.archive-layout-masonry article .entry-content-wrap,.blog-wrap.archive-layout-grid article .entry-content-wrap{padding: 25px 30px}.blog-wrap.archive-layout-masonry article .entry-meta-date,.blog-wrap.archive-layout-grid article .entry-meta-date{margin-bottom: 20px}.blog-wrap.archive-layout-masonry article .entry-meta-date h6,.blog-wrap.archive-layout-grid article .entry-meta-date h6{font-size: 12px;letter-spacing: 0.2em}.blog-wrap.archive-layout-masonry article .article-wrap,.blog-wrap.archive-layout-grid article .article-wrap{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.blog-wrap.archive-layout-masonry article .article-wrap:hover,.blog-wrap.archive-layout-grid article .article-wrap:hover{box-shadow: 0 15px 30px rgba(36,45,46,0.15)}.blog-wrap.archive-layout-masonry article .article-wrap:hover .entry-content-wrap,.blog-wrap.archive-layout-grid article .article-wrap:hover .entry-content-wrap{box-shadow: 0 1px 1px transparent}.blog-wrap.archive-layout-grid-detail article{padding-bottom: 60px}.blog-wrap.archive-layout-grid-detail article h3.entry-post-title{font-size: 36px;margin: 0;margin-bottom: 5px}.blog-wrap.archive-layout-grid-detail article .entry-content-wrap{padding: 45px 50px}.blog-wrap.archive-layout-grid-detail article .entry-meta-date{margin-bottom: 15px}.blog-wrap.archive-layout-grid-detail article .entry-meta-date h6{font-size: 14px;letter-spacing: 0.5em;margin: 0}.blog-wrap.archive-layout-grid-detail article .entry-meta-wrap{margin-bottom: 20px}.blog-wrap.archive-layout-grid-detail article .entry-excerpt{max-height: 3.5em}.blog-wrap.archive-layout-grid-detail article .entry-thumb-wrap.post-link .entry-thumbnail-padding,.blog-wrap.archive-layout-grid-detail article blockquote{padding-left: 50px}.blog-wrap.archive-layout-grid-detail.archive-col-3 article .entry-thumb-wrap.post-link .entry-thumbnail-padding,.blog-wrap.archive-layout-grid-detail.archive-col-3 article blockquote{padding-left: 30px}.blog-wrap.archive-layout-grid-detail.blog-has-sidebar h3.entry-post-title{font-size: 28px}.blog-wrap.post-layout-grid.archive-layout-masonry article{padding-bottom: 30px}.blog-wrap.archive-layout-textual-shadow article,.blog-wrap.archive-layout-textual article{margin-bottom: 30px}.blog-wrap.archive-layout-textual-shadow article .entry-meta-date,.blog-wrap.archive-layout-textual article .entry-meta-date{margin-bottom: 20px}.blog-wrap.archive-layout-textual-shadow article .entry-meta-date h6,.blog-wrap.archive-layout-textual article .entry-meta-date h6{font-size: 12px;color: #a4aeb0;letter-spacing: 0.2em}.blog-wrap.archive-layout-textual-shadow article h3.entry-post-title,.blog-wrap.archive-layout-textual article h3.entry-post-title{font-size: 22px}.blog-wrap.archive-layout-textual-shadow article .entry-excerpt,.blog-wrap.archive-layout-textual article .entry-excerpt{max-height: 3.5em}.blog-wrap.archive-layout-textual-shadow article .article-wrap,.blog-wrap.archive-layout-textual article .article-wrap{padding: 50px 30px;box-shadow: 0 1px 1px rgba(36,45,46,0.15)}.blog-wrap.archive-layout-textual-shadow article.sticky .article-wrap,.blog-wrap.archive-layout-textual article.sticky .article-wrap{box-shadow: 0 1px 3px #000}.blog-wrap.archive-layout-textual-shadow article .entry-content-wrap,.blog-wrap.archive-layout-textual article .entry-content-wrap{padding: 0 10px;padding-bottom: 30px;border-bottom: 1px solid #e9eaea}.blog-wrap.archive-layout-textual-shadow article .entry-meta-author,.blog-wrap.archive-layout-textual article .entry-meta-author{margin-top: 20px}.blog-wrap.archive-layout-textual-shadow article .entry-meta-author .author-avatar,.blog-wrap.archive-layout-textual article .entry-meta-author .author-avatar{display: inline-block;width: 40px;height: 40px;margin-right: 18px}.blog-wrap.archive-layout-textual-shadow article .entry-meta-author .author-avatar img,.blog-wrap.archive-layout-textual article .entry-meta-author .author-avatar img{margin: 0;width: 100%;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%}.blog-wrap.archive-layout-textual-shadow article .entry-meta-author a,.blog-wrap.archive-layout-textual article .entry-meta-author a{display: inline-block;color: #242d2e;font-size: 14px;font-weight: 700}.blog-wrap.archive-layout-textual-shadow article .entry-excerpt{max-height: 5.25em}.blog-wrap.archive-layout-textual-shadow article .entry-content-wrap{padding: 0;padding-bottom: 30px}.blog-wrap.archive-layout-textual-shadow article .article-wrap{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.blog-wrap.archive-layout-textual-shadow article:hover .article-wrap{box-shadow: 0 17px 40px rgba(36,45,46,0.15)}.blog-wrap.archive-layout-metro{cursor: pointer !important}.blog-wrap.archive-layout-metro article{padding: 0 !important;position: relative;-webkit-transition: 0s;-moz-transition: 0s;-o-transition: 0s;transition: 0s}.blog-wrap.archive-layout-metro article .entry-thumb-wrap .entry-thumbnail a.zoomGallery{background-color: rgba(0,0,0,0)}.blog-wrap.archive-layout-metro article .entry-thumb-wrap .entry-thumbnail img{-webkit-transition-property: -webkit-transform,-webkit-filter;-moz-transition-property: -moz-transform,-moz-filter;-o-transition-property: -o-transform,filter;transition-property: -webkit-transform,-moz-transform,-o-transform,transform,-webkit-filter,-moz-filter,-o-filter,filter;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: cubic-bezier(.57, .21, .69, 1);-moz-transition-timing-function: cubic-bezier(.57, .21, .69, 1);-o-transition-timing-function: cubic-bezier(.57, .21, .69, 1);transition-timing-function: cubic-bezier(.57, .21, .69, 1);width: 100%}.blog-wrap.archive-layout-metro article .entry-thumb-wrap .entry-thumbnail i{display: none}.blog-wrap.archive-layout-metro article:hover .entry-thumb-wrap:before{opacity: 0}.blog-wrap.archive-layout-metro article:hover .entry-thumb-wrap img{-webkit-transform: scale(1.05, 1.05);-moz-transform: scale(1.05, 1.05);-ms-transform: scale(1.05, 1.05);-o-transform: scale(1.05, 1.05);transform: scale(1.05, 1.05)}.blog-wrap.archive-layout-metro article.col-md-3 h3.entry-post-title{font-size: 20px}.blog-wrap.archive-layout-metro article.col-md-3 .entry-meta-cat{font-size: 14px}.blog-wrap.archive-layout-metro article .entry-thumb-wrap{position: relative;overflow: hidden}.blog-wrap.archive-layout-metro article .entry-thumb-wrap:before{content: "";position: absolute;top: 50%;bottom: 0;left: 0;right: 0;background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.2), rgba(0,0,0,0.6));background: -o-linear-gradient(transparent, rgba(0,0,0,0.2), rgba(0,0,0,0.6));background: -moz-linear-gradient(transparent, rgba(0,0,0,0.2), rgba(0,0,0,0.6));background: linear-gradient(transparent, rgba(0,0,0,0.2), rgba(0,0,0,0.6));z-index: 5;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.blog-wrap.archive-layout-metro article .entry-info-wrap{display: block;position: absolute;bottom: 1px;left: 0;right: 0;z-index: 10;padding-left: 30px;padding-right: 30px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.blog-wrap.archive-layout-metro article h3.entry-post-title{font-size: 30px;color: #fff;font-weight: 400}.blog-wrap.archive-layout-metro article h3.entry-post-title a{color: #fff;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.blog-wrap.archive-layout-metro article h3.entry-post-title a:hover{color: #000}.blog-wrap.archive-layout-metro article .entry-meta-cat{color: #fff;font-family: 'Merriweather';font-size: 16px;font-style: italic;margin-bottom: 10px;font-weight: 300}.blog-wrap.archive-layout-metro article .entry-meta-cat a{color: #fff}.blog-wrap.archive-layout-metro article .entry-meta-cat a:hover{color: #000}.blog-wrap.archive-layout-metro article:nth-child(8n+5) .entry-thumb-wrap:before{right: 1px}@media (min-width: 1600px){.blog-wrap.archive-layout-default h3.entry-post-title{font-size: 32px}.blog-wrap.archive-layout-default .entry-meta-date{margin-bottom: 40px}.blog-wrap.archive-layout-default .entry-meta-date h6{font-size: 14px;letter-spacing: 0.5em}.blog-wrap.archive-layout-default a.read-more{margin-top: 90px}}@media (min-width: 1200px){.blog-wrap.archive-layout-default .entry-content-wrap{min-height: 400px}.blog-wrap.archive-layout-default h3.entry-post-title{font-size: 28px}.blog-wrap.archive-layout-default .entry-meta-date{margin-bottom: 25px}.blog-wrap.archive-layout-default .entry-meta-date h6{font-size: 12px;letter-spacing: 0.4em}.blog-wrap.archive-layout-default a.read-more{margin-top: 60px}}@media (min-width: 992px) and (max-width: 1199px){.blog-wrap.archive-layout-default h3.entry-post-title{font-size: 22px;margin-bottom: 10px}.blog-wrap.archive-layout-default .entry-meta-wrap{margin-bottom: 15px}.blog-wrap.archive-layout-default .entry-meta-date{margin-bottom: 10px}.blog-wrap.archive-layout-default .entry-meta-date h6{font-size: 12px;letter-spacing: 0.4em}.blog-wrap.archive-layout-default .entry-excerpt{font-size: 15px}.blog-wrap.archive-layout-default a.read-more{margin-top: 25px}.blog-wrap.archive-layout-default .btn.btn-sm{padding: 9.5px 30px;font-size: 12px}.blog-wrap.archive-layout-zigzac article .entry-meta-wrap,.blog-wrap.archive-layout-list article .entry-meta-wrap{margin-bottom: 20px}.blog-wrap.archive-layout-zigzac article h3.entry-post-title,.blog-wrap.archive-layout-list article h3.entry-post-title{font-size: 24px;margin-bottom: 10px}.blog-wrap.archive-layout-zigzac article .entry-meta-date,.blog-wrap.archive-layout-list article .entry-meta-date{margin-bottom: 25px}.blog-wrap.archive-layout-zigzac article .entry-meta-date h6,.blog-wrap.archive-layout-list article .entry-meta-date h6{font-size: 13px;letter-spacing: 0.4em}}@media (max-width: 1199px){.blog-wrap.archive-layout-grid-detail.archive-col-2 article{padding-bottom: 40px}.blog-wrap.archive-layout-grid-detail.archive-col-2 article .entry-thumb-wrap.post-link .entry-thumbnail-padding,.blog-wrap.archive-layout-grid-detail.archive-col-2 article blockquote{padding-left: 30px}.blog-wrap.archive-layout-grid-detail.archive-col-2 article h3.entry-post-title{font-size: 24px}.blog-wrap.archive-layout-grid-detail.archive-col-2 article .entry-content-wrap{padding: 30px 30px}.blog-wrap.archive-layout-grid-detail.archive-col-2 article .entry-meta-date h6{font-size: 12px;letter-spacing: 0.2em}.blog-wrap.post-layout-grid.archive-col-4 article{width: 33.33333334%}}@media (max-width: 991px){.blog-wrap.archive-layout-default h3.entry-post-title{font-size: 22px;margin-bottom: 10px}.blog-wrap.archive-layout-default .entry-meta-date{margin-bottom: 0}.blog-wrap.archive-layout-default .entry-meta-date h6{font-size: 11px;letter-spacing: 0.4em;margin-bottom: 10px}.blog-wrap.archive-layout-default a.read-more{margin-top: 20px}.blog-wrap.archive-layout-default .entry-excerpt{font-size: 14px}.blog-wrap.archive-layout-default .btn.btn-sm{padding: 8px 25px;font-size: 12px}.blog-wrap.archive-layout-default .entry-meta-wrap{margin-bottom: 15px}.blog-wrap.archive-layout-default article{border-top: 1px solid #f5f8fa}.blog-wrap.archive-layout-default article .entry-content-wrap,.blog-wrap.archive-layout-default article .entry-thumb-wrap{width: 100%;float: none;height: auto !important;text-align: left !important}.blog-wrap.archive-layout-default article .entry-content-padding{padding-top: 50px;padding-bottom: 50px}.blog-wrap.archive-layout-zigzac article .entry-thumb-wrap,.blog-wrap.archive-layout-list article .entry-thumb-wrap,.blog-wrap.archive-layout-zigzac article .entry-thumb-wrap + .entry-content-wrap,.blog-wrap.archive-layout-list article .entry-thumb-wrap + .entry-content-wrap{width: 100%;float: none;height: auto !important}.blog-wrap.archive-layout-zigzac article .entry-thumb-wrap .entry-content-padding,.blog-wrap.archive-layout-list article .entry-thumb-wrap .entry-content-padding,.blog-wrap.archive-layout-zigzac article .entry-thumb-wrap + .entry-content-wrap .entry-content-padding,.blog-wrap.archive-layout-list article .entry-thumb-wrap + .entry-content-wrap .entry-content-padding{height: 100%;padding-left: 40px;padding-right: 40px}.blog-wrap.archive-layout-zigzac article .entry-excerpt,.blog-wrap.archive-layout-list article .entry-excerpt{max-height: 5.25em}.blog-wrap.archive-layout-zigzac article .entry-meta-wrap,.blog-wrap.archive-layout-list article .entry-meta-wrap{margin-bottom: 20px}.blog-wrap.archive-layout-zigzac article h3.entry-post-title,.blog-wrap.archive-layout-list article h3.entry-post-title{font-size: 24px;margin-bottom: 5px}.blog-wrap.archive-layout-zigzac article .entry-meta-date,.blog-wrap.archive-layout-list article .entry-meta-date{margin-bottom: 20px}.blog-wrap.archive-layout-zigzac article .entry-meta-date h6,.blog-wrap.archive-layout-list article .entry-meta-date h6{font-size: 13px;letter-spacing: 0.4em}.blog-wrap.post-layout-grid.archive-col-4 article,.blog-wrap.post-layout-grid.archive-col-3 article{width: 50%}}@media (max-width: 767px){.blog-wrap.post-layout-grid article{width: 100%}.blog-wrap.archive-layout-metro article h3.entry-post-title{font-size: 20px}.blog-wrap.archive-layout-metro article .entry-meta-cat{font-size: 14px}.blog-wrap.archive-layout-metro article .entry-info-wrap{padding-left: 30px;padding-right: 30px}.blog-wrap.archive-layout-metro article .entry-thumb-wrap:before{top: 10%}}@media (max-width: 480px){.blog-wrap.archive-layout-zig-zac article .entry-excerpt,.blog-wrap.archive-layout-list article .entry-excerpt{max-height: 3.5em}.blog-wrap.archive-layout-zig-zac article .entry-meta-wrap,.blog-wrap.archive-layout-list article .entry-meta-wrap{margin-bottom: 20px}.blog-wrap.archive-layout-zig-zac article h3.entry-post-title,.blog-wrap.archive-layout-list article h3.entry-post-title{font-size: 20px;margin-bottom: 5px}.blog-wrap.archive-layout-zig-zac article .entry-excerpt,.blog-wrap.archive-layout-list article .entry-excerpt{font-size: 15px}.blog-wrap.archive-layout-zig-zac article .entry-thumb-wrap .entry-content-padding,.blog-wrap.archive-layout-list article .entry-thumb-wrap .entry-content-padding,.blog-wrap.archive-layout-zig-zac article .entry-thumb-wrap + .entry-content-wrap .entry-content-padding,.blog-wrap.archive-layout-list article .entry-thumb-wrap + .entry-content-wrap .entry-content-padding{padding-left: 25px;padding-right: 25px}blockquote{padding: 25px 30px 35px 30px}blockquote p{font-size: 15px;margin-top: -45px}blockquote cite{margin-top: 15px}}.comments-area{padding-top: 30px}.comments-area input,.comments-area textarea{width: 100%;vertical-align: middle;margin-bottom: 30px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;padding-left: 20px;max-width: 100%}.comments-area input:focus,.comments-area textarea:focus{border-color: #242d2e}.comments-area input[type="checkbox"]{width: auto;margin-bottom: 0}.comments-area textarea{height: 130px}.comments-area input[type='submit']{display: inline-block;width: auto}.comments-area .input-name,.comments-area .input-email,.comments-area .input-website{width: 33.3333333334%;float: left}.comments-area .input-name{padding-right: 15px}.comments-area .input-email{padding-left: 15px;padding-right: 15px}.comments-area .input-website{padding-left: 15px}.comments-area .comments-list{padding-top: 50px;padding-bottom: 50px}.comments-area .comments-list .comment-list{padding: 0;margin: 0;margin-top: 5px}.comments-area .comments-list .comment-list li{padding: 0;list-style: none}.comments-area .comments-list .comment-list ol.children{padding-left: 100px}.comments-area .comments-list .comment img.avatar{margin: 0;margin-right: 30px;float: left;box-shadow: 0 1px 1px rgba(0,0,0,0.1)}.comments-area .comments-list .comment .comment-text{overflow: hidden;padding-left: 30px;min-height: 100px;position: relative;padding-bottom: 25px}.comments-area .comments-list .comment .comment-text:before{content: '';position: absolute;top: 0;left: 0;height: 100px;width: 1px;background-color: #E9E9E9}.comments-area .comments-list .comment .author-name{font-size: 18px;font-weight: bold;text-transform: capitalize;color: #242d2e}.comments-area .comments-list .comment .comment-meta-date{font-size: 14px;font-style: italic;font-family: 'Merriweather'}.comments-area .comments-list .comment .comment-reply-edit{width: 40%;float: right;text-align: right}.comments-area .comments-list .comment .comment-reply-edit &gt; a{line-height: 1;font-size: 13px;text-transform: uppercase;font-weight: bold;display: inline-block;padding: 8px 30px;border: 1px solid #242d2e;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;color: #647072;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.comments-area .comments-list .comment .comment-reply-edit &gt; a:hover{background-color: #242d2e;color: #fff}.comments-area .comments-list .comment .comment-reply-edit &gt; a + a{margin-left: 10px}.comments-area .comments-list .comment .comment-author-info{width: 60%;float: left}.comments-area .comments-list .comment .text{margin-top: 18px}.comments-area .comments-list .comment .comment-meta{line-height: 1;margin-bottom: 5px}.comments-area .comment-respond input[type="submit"]{background-color: #242d2e;color: #ffffff;padding: 11.5px 32px;margin-top: 30px}.comments-area .comment-respond input[type="submit"]:hover{border-color: #242d2e;background-color: #fff;color: #242d2e}.comments-area .comment-respond h4{margin-bottom: 25px;text-transform: none;font-size: 24px;font-family: 'Marvel'}.comments-area.form-underline input,.comments-area.form-underline textarea{padding-left: 0;border: none;background-image: -webkit-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: -o-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: -moz-linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-image: linear-gradient(top left, #000 0%, rgba(0,0,0,0.1) 0%);background-position: 0 100%, 0 100%;background-repeat: no-repeat;background-size: 100% 1px}.comments-area.form-underline input:active,.comments-area.form-underline textarea:active,.comments-area.form-underline input:focus,.comments-area.form-underline textarea:focus{-webkit-animation: border-dark-animation .4s forwards ease-in-out;-o-animation: border-dark-animation .4s forwards ease-in-out;animation: border-dark-animation .4s forwards ease-in-out}.comments-area.form-underline .input-name,.comments-area.form-underline .input-email,.comments-area.form-underline .input-website{width: 100%;padding: 0}.comments-area.form-underline .input-name input,.comments-area.form-underline .input-email input,.comments-area.form-underline .input-website input{margin-bottom: 20px}.comments-area.form-underline .input-website input{margin-bottom: 28px}.single-blog-inner h3.entry-post-title{font-size: 48px;margin-bottom: 15px}.single-blog-inner .entry-content-wrap .container{padding-left: 0;padding-right: 0}.single-blog-inner .entry-meta-wrap &gt; div{position: relative;display: inline-block;font-style: italic;font-weight: 300;font-family: 'Merriweather';color: #a4aeb0;padding-left: 15px;padding-right: 15px;font-size: 16px}.single-blog-inner .entry-meta-wrap &gt; div:first-child{padding-left: 0}.single-blog-inner .entry-meta-wrap &gt; div a{color: #a4aeb0}.single-blog-inner .entry-meta-wrap &gt; div a:hover{color: #000}.single-blog-inner .entry-meta-wrap &gt; div + div:before{content: '';position: absolute;height: 15px;width: 1px;background-color: #a4aeb0;left: 0;top: 0;bottom: 0;margin: auto}.single-blog-inner .single-entry-meta-cate span{margin-right: 3px}.single-blog-inner .single-title-info{margin-bottom: 50px}.single-blog-inner .entry-content{font-size: 16px;line-height: 1.75;padding-bottom: 50px}.single-blog-inner .entry-meta-tag.tagcloud{width: 60%;float: left}.single-blog-inner .entry-meta-tag.tagcloud a{display: inline-block;font-size: 11px;letter-spacing: 0.1em;text-transform: uppercase;font-weight: 500;line-height: 1;padding: 8px 30px 6px 30px;margin: 5px 10px 5px 0;border: 1px solid #e8e8e8;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;color: #242d2e;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.single-blog-inner .entry-meta-tag.tagcloud a:hover{background-color: #242d2e;border-color: #242d2e;color: #fff}.single-blog-inner .social-share{margin-top: 7px;width: 40%;float: right;text-align: right}.single-blog-inner .social-share label{display: none}.single-blog-inner .social-share a{display: inline-block;margin: 0 15px;color: #647072}.single-blog-inner .social-share a:hover{color: #000}.single-blog-inner &gt; .type-portfolio .social-share{width: 100%;text-align: left}.single-blog-inner &gt; .type-portfolio .social-share label{display: inline-block}.single-blog-inner .entry-tag-share{padding-bottom: 20px;border-bottom: 1px solid #e8e8e8}.single-blog-inner .post-navigation{padding-top: 20px;padding-bottom: 20px;border-bottom: 1px solid #e8e8e8}.single-blog-inner .post-navigation .nav-previous,.single-blog-inner .post-navigation .nav-next{width: 50%;float: left}.single-blog-inner .post-navigation .nav-previous a,.single-blog-inner .post-navigation .nav-next a{display: inline-block;font-family: 'Merriweather';font-style: italic;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.single-blog-inner .post-navigation .nav-previous a i,.single-blog-inner .post-navigation .nav-next a i{margin: 0 3px}.single-blog-inner .post-navigation .nav-previous a i,.single-blog-inner .post-navigation .nav-next a i,.single-blog-inner .post-navigation .nav-previous a div,.single-blog-inner .post-navigation .nav-next a div{display: inline-block}.single-blog-inner .post-navigation .nav-previous a:hover,.single-blog-inner .post-navigation .nav-next a:hover{color: #000}.single-blog-inner .post-navigation .nav-previous{text-align: left}.single-blog-inner .post-navigation .nav-next{text-align: right;float: right}.single-blog-inner .author-info{clear: both;padding-top: 50px;padding-bottom: 50px}.single-blog-inner .author-info .author-avatar{width: 150px;height: 120px;float: left;padding-right: 30px;margin-right: 30px;position: relative}.single-blog-inner .author-info .author-avatar:before{content: '';position: absolute;top: 0;width: 1px;height: 170px;background-color: #e8e8e8;right: 0}.single-blog-inner .author-info .author-avatar:after{content: "";position: absolute;z-index: 5;width: 120px;height: 120px;border: 2px solid #000;top: 12px;left: 12px}.single-blog-inner .author-info .author-avatar img{position: relative;z-index: 10;box-shadow: 0 1px 2px rgba(36,45,46,0.15)}.single-blog-inner .author-info .author-description{overflow: hidden}.single-blog-inner .author-info h2.author-title{font-size: 22px;font-family: 'Marvel';font-weight: bold;margin-top: 5px;margin-bottom: 10px}.single-blog-inner .author-info .author-bio{margin-bottom: 20px;font-style: italic}.single-blog-inner .author-info .author-social-profile{padding: 0;margin: 0}.single-blog-inner .author-info .author-social-profile li{list-style: none;display: inline-block}.single-blog-inner .author-info .author-social-profile li + li{margin-left: 20px}.single-blog-inner .post-related-wrap h3.entry-post-title{font-size: 18px}.single-blog-inner .post-related-wrap h6.entry-date{color: #000;margin-bottom: 10px;font-weight: 300;font-size: 13px;letter-spacing: 0.15em;text-transform: uppercase}.single-blog-inner .post-related-wrap .entry-content-wrap{padding: 20px;box-shadow: 0 1px 1px rgba(36,45,46,0.15)}.single-blog-inner .post-related-wrap .owl-item{padding: 1px}.single-blog-inner .post-related-wrap .entry-excerpt{max-height: 5.25em;overflow: hidden}.single-blog-inner .post-related-wrap article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-single-post-image{padding-bottom: auto;height: auto}.single-blog-inner .post-related-wrap article.format-audio iframe{height: 100% !important}.single-blog-inner .comments-area .comment-respond.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-single-post-image,.single-blog-inner .comments-area .comments-list.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-single-post-image,.single-blog-inner article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-single-post-image{padding-bottom: 0;height: 220px}.single-blog-inner .comments-area .comment-respond.format-audio iframe,.single-blog-inner .comments-area .comments-list.format-audio iframe,.single-blog-inner article.format-audio iframe{height: 220px}.single-blog-inner .comments-area .comment-respond .entry-thumb-wrap,.single-blog-inner .comments-area .comments-list .entry-thumb-wrap,.single-blog-inner article .entry-thumb-wrap{margin-bottom: 30px}.single-blog-inner .post-related-wrap h4{font-family: 'Marvel';font-size: 24px;text-transform: capitalize;font-weight: 700}.single-blog-inner .post-related-wrap article{padding-top: 2px;padding-bottom: 5px}.single-blog-inner .post-related-wrap article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-single-post-image{padding-bottom: 59.829059829%;height: auto}.single-blog-inner .post-related-wrap article.format-audio iframe{height: auto}.single-blog-inner .post-related-wrap article .entry-thumb-wrap{margin-bottom: 0}.single-blog-inner .post-related-wrap .owl-carousel .owl-dots{display: none}.single-blog-inner .post-related-wrap .owl-carousel .owl-nav .owl-prev,.single-blog-inner .post-related-wrap .owl-carousel .owl-nav .owl-next{left: inherit;right: 0;top: -40px}.single-blog-inner .post-related-wrap .owl-carousel .owl-nav .owl-prev:hover,.single-blog-inner .post-related-wrap .owl-carousel .owl-nav .owl-next:hover{background-color: #000;border-color: #000;color: #fff}.single-blog-inner .post-related-wrap .owl-carousel .owl-nav .owl-prev:hover i,.single-blog-inner .post-related-wrap .owl-carousel .owl-nav .owl-next:hover i{color: #fff}.single-blog-inner .post-related-wrap .owl-carousel .owl-nav .owl-prev{right: 40px}.single-blog-inner .entry-thumb-wrap.post-link .entry-thumbnail-padding{padding: 50px;height: 100%;width: 100%;background-color: #242d2e;position: relative}.single-blog-inner .entry-thumb-wrap.post-link .entry-thumbnail-padding .content-middle{position: relative}.single-blog-inner .entry-thumb-wrap.post-link .entry-thumbnail-padding a{font-style: italic;font-size: 16px;color: #fff;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.single-blog-inner .entry-thumb-wrap.post-link .entry-thumbnail-padding a i{font-size: 30px;height: 30px;width: 70px;display: inline-block;position: relative;margin-right: 10px;color: #000}.single-blog-inner .entry-thumb-wrap.post-link .entry-thumbnail-padding a i:after{content: '';position: absolute;width: 30px;height: 2px;background-color: #fff;bottom: 7px;right: 0;margin: auto}.single-blog-inner .entry-thumb-wrap.post-link .entry-thumbnail-padding a:hover{color: #000}.single-blog-inner .entry-thumb-wrap.post-link .entry-thumbnail-padding:before{content: '';position: absolute;top: 25px;left: 25px;right: 25px;bottom: 25px;border: 1px solid rgba(255,255,255,0.3);z-index: 0}.single-blog-inner article.post-single .entry-thumbnail{display: inline-block;position: relative;width: auto}.single-blog-inner article.post-single .entry-thumbnail img{width: auto}@media (max-width: 991px){.single-blog-inner .comments-area .comments-list .comment-list ol.children{padding-left: 20px}.single-blog-inner .comments-area .comments-list .comment img.avatar{margin-right: 20px}.single-blog-inner .comments-area .comments-list .comment .comment-text{padding-left: 0}.single-blog-inner .comments-area .comments-list .comment .comment-text:before{display: none}.single-blog-inner .comments-area .comments-list .comment .comment-reply-edit &gt; a{padding: 5px 20px}.single-blog-inner .comments-area .input-name{width: 50%}.single-blog-inner .comments-area .input-email{padding-right: 0;width: 50%}.single-blog-inner .comments-area .input-website{width: 100%;padding-left: 0}}@media (max-width: 767px){.single-blog-inner h3.entry-post-title{font-size: 30px;margin-bottom: 15px}.single-blog-inner .entry-meta-wrap &gt; div{font-size: 15px}.single-blog-inner .entry-meta-tag.tagcloud{width: 100%}.single-blog-inner .entry-meta-tag.tagcloud a{padding: 8px 25px 6px 25px}.single-blog-inner .social-share{width: 100%;margin-top: 15px;float: left;text-align: center}.single-blog-inner .post-navigation{padding-top: 20px}.single-blog-inner .post-navigation .nav-previous,.single-blog-inner .post-navigation .nav-next{font-size: 14px}.single-blog-inner .post-navigation .nav-previous a,.single-blog-inner .post-navigation .nav-next a{padding: 8px 20px 7px 20px}.single-blog-inner .post-navigation .nav-previous a i,.single-blog-inner .post-navigation .nav-next a i{font-size: 14px}.single-blog-inner .post-navigation .nav-previous{text-align: left}.single-blog-inner .post-navigation .nav-next{text-align: right}.single-blog-inner .comments-area .comments-list .comment img.avatar{width: 50px;height: 50px}.single-blog-inner .comments-area .input-name,.single-blog-inner .comments-area .input-email,.single-blog-inner .comments-area .input-website{width: 100%;padding-left: 0;padding-right: 0;float: left}}@media (max-width: 480px){.single-blog-inner .author-info .author-avatar{width: 215px;height: 200px;float: none;margin-right: 0;padding-right: 15px}.single-blog-inner .author-info .author-avatar:before{display: none}.single-blog-inner .author-info .author-avatar:after{width: 200px;height: 200px}.single-blog-inner .author-info .author-description{margin-top: 30px;overflow: hidden}.single-blog-inner .comments-area .comments-list .comment .comment-reply-edit{width: 100%;text-align: left}.single-blog-inner .comments-area .comments-list .comment .comment-author-info{width: 100%}}.archive-layout-grid + .paging-navigation{margin-top: 0}.woocommerce-pagination ul{list-style: none;display: inline-block}.woocommerce-pagination ul li{display: inline-block;float: left}.woocommerce-pagination,.paging-navigation-wrap{width: 100%;display: block;text-align: center;margin-top: 80px;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.blog-wrap + .paging-navigation{margin-top: 50px}.woocommerce-pagination,.paging-navigation{font-size: 0;position: relative;text-align: center;clear: both}.woocommerce-pagination a.page-numbers,.paging-navigation a.page-numbers,.woocommerce-pagination span.page-numbers,.paging-navigation span.page-numbers{display: inline-block;width: 40px;line-height: 40px;height: 40px;text-align: center;color: #242d2e;-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 .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;font-size: 16px;margin: auto 10px}.woocommerce-pagination a.next,.paging-navigation a.next,.woocommerce-pagination a.prev,.paging-navigation a.prev{position: absolute;top: 0;margin: auto 0;font-family: 'Merriweather';font-style: italic;width: auto}.woocommerce-pagination a.next:hover,.paging-navigation a.next:hover,.woocommerce-pagination a.prev:hover,.paging-navigation a.prev:hover{color: #000}.woocommerce-pagination a.next,.paging-navigation a.next{right: 0}.woocommerce-pagination a.next i,.paging-navigation a.next i{padding-left: 10px}.woocommerce-pagination a.prev,.paging-navigation a.prev{left: 0}.woocommerce-pagination a.prev i,.paging-navigation a.prev i{padding-right: 10px}.woocommerce-pagination a.page-numbers.current,.paging-navigation a.page-numbers.current,.woocommerce-pagination span.page-numbers.current,.paging-navigation span.page-numbers.current,.woocommerce-pagination a.page-numbers:not(.next):not(.prev):hover,.paging-navigation a.page-numbers:not(.next):not(.prev):hover,.woocommerce-pagination span.page-numbers:not(.next):not(.prev):hover,.paging-navigation span.page-numbers:not(.next):not(.prev):hover{color: #fff;background-color: #242d2e}.paging-navigation.paging-navigation-loadmore{display: block;width: 100%;text-align: center;margin-top: 30px;border: none}.paging-navigation.paging-navigation-loadmore button{height: 50px;line-height: 50px;padding-top: 0;padding-bottom: 0}.paging-navigation.paging-navigation-loadmore span{display: inline-block}.blog-wrap + .paging-navigation{text-align: center;position: relative}.blog-wrap + .paging-navigation .paging-navigation-center{display: inline-block}.blog-wrap + .paging-navigation .paging-navigation-center a.page-numbers,.blog-wrap + .paging-navigation .paging-navigation-center span.page-numbers{float: left}#infinite_scroll_loading{margin-top: 30px}@media (max-width: 480px){.woocommerce-pagination span.page-numbers,.woocommerce-pagination a.page-numbers,.paging-navigation span.page-numbers,.paging-navigation a.page-numbers{width: 30px;line-height: 30px;height: 30px;font-size: 12px;margin: auto 2px}.woocommerce-pagination a.next i,.paging-navigation a.next i{padding-left: 5px}.woocommerce-pagination a.prev i,.paging-navigation a.prev i{padding-right: 5px}}.orion-item-wrap .thumb-wrap &gt; img{width: 100%;height: auto}.orion-item-wrap .thumb-wrap{position: relative}.orion-item-wrap .hover-wrap{top: 0;left: 0;width: 100%;height: 100%;position: absolute;overflow: hidden;opacity: 0;-webkit-transition: opacity .5s;-moz-transition: opacity .5s;-o-transition: opacity .5s;transition: opacity .5s}.orion-item-wrap .hover-wrap:hover{opacity: 1}.orion-item-wrap .hover-wrap:hover .view-gallery,.orion-item-wrap .hover-wrap:hover .title,.orion-item-wrap .hover-wrap:hover .category{-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-o-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px)}.orion-item-wrap .hover-outer{width: 100%;height: 100%}.orion-item-wrap.bg-light .hover-wrap{background: rgba(255,255,255,0.9)}.orion-item-wrap.bg-dark .hover-wrap{background: rgba(0,0,0,0.9)}.orion-item-wrap.bg-primary-color .hover-wrap{background: rgba(0,0,0,0.9)}.orion-item-wrap.bg-foreground-color .hover-wrap{background: rgba(100,112,114,0.9)}.orion-item-wrap.bg-light.he-bg-full .hover-wrap{background: #fff}.orion-item-wrap.bg-dark.he-bg-full .hover-wrap{background: #242d2e}.orion-item-wrap.bg-primary-color.he-bg-full .hover-wrap{background: #000}.orion-item-wrap.bg-foreground-color.he-bg-full .hover-wrap{background: #647072}.orion-item-wrap .hover-inner{vertical-align: middle;text-align: center;position: relative;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);top: 50%}.orion-item-wrap .view-gallery{width: 30px;height: 30px;display: inline-block;line-height: 27px;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;-webkit-transform: translateY(50px);-moz-transform: translateY(50px);-o-transform: translateY(50px);-ms-transform: translateY(50px);transform: translateY(50px)}.orion-item-wrap.bg-light a.link-detail,.orion-item-wrap.bg-light .view-gallery{color: #242d2e}.orion-item-wrap.bg-light .category{color: #647072}.orion-item-wrap.bg-dark .thumb-wrap a.link-detail,.orion-item-wrap.bg-dark .thumb-wrap .view-gallery{color: #fff}.orion-item-wrap.bg-dark .thumb-wrap .category{color: #fff;line-height: 30px}.orion-item-wrap.bg-light .thumb-wrap a.link-detail:hover,.orion-item-wrap.bg-light .view-gallery:hover{color: #000}.orion-item-wrap.bg-dark .thumb-wrap a.link-detail:hover,.orion-item-wrap.bg-dark .view-gallery:hover{color: #fff}.orion-item-wrap.bg-primary-color a.link-detail:hover,.orion-item-wrap.bg-primary-color .view-gallery:hover{color: inherit}.orion-item-wrap .thumb-wrap{position: relative;z-index: 1}.orion-item-wrap .info{padding: 0px 25px 25px}.orion-item-wrap.has-border .info{border: solid 5px #f3f3f3}.orion-item-wrap.has-border .thumb-wrap{margin-bottom: -5px}.orion-item-wrap .read-more{margin-top: 25px;line-height: 1}.orion-item-wrap .read-more a{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;color: #000}.orion-item-wrap .read-more a:hover{color: #647072}.content-middle{display: table;vertical-align: middle;height: 100%;width: 100%}.content-middle-inner{display: table-cell;vertical-align: middle}.entry-meta-like .loader,.entry-meta-like .loader:before,.entry-meta-like .loader:after{background-color: rgba(0,0,0,0.7)}.entry-meta-like .sl-button{margin-right: 5px}@-webkit-keyframes load1{0%,80%,100%{box-shadow: 0 0 #000;height: .6em}40%{box-shadow: 0 -0.3em #000;height: 1em}}@keyframes load1{0%,80%,100%{box-shadow: 0 0 #000;height: .6em}40%{box-shadow: 0 -0.3em #000;height: 1em}}.disable-hover,.disable-hover *{pointer-events: none !important}.widget_shopping_cart_content{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.widget_shopping_cart_content:hover .shopping-cart-list,.widget_shopping_cart_content:hover .product_list_widget{z-index: 9999;opacity: 1;visibility: visible;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-o-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px)}.shopping-cart-list{background-color: #fff;line-height: 24px;padding: 30px;min-width: 300px;position: absolute;overflow: hidden;opacity: 0;visibility: hidden;z-index: -1;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;-webkit-transform: translateY(50px);-moz-transform: translateY(50px);-o-transform: translateY(50px);-ms-transform: translateY(50px);transform: translateY(50px)}.shopping-cart-list ul.cart_list{padding: 0;margin: 0;list-style: none;max-height: 270px;overflow: hidden;position: relative}.shopping-cart-list .mini_cart_item{display: flex;width: 100%;line-height: 1;margin-bottom: 20px}.shopping-cart-list .product-thumbnail{width: 70px;height: auto;box-sizing: content-box;border: solid 1px #ececec}.shopping-cart-list .product-thumbnail img{max-width: 70px}.shopping-cart-list .product-info{display: inline-block;padding-left: 20px;text-align: left}.shopping-cart-list span.quantity{display: block;line-height: 1.5;font-weight: 500;color: #242d2e;margin-bottom: 5px}.shopping-cart-list span.product-name{font-family: 'Oswald';font-size: 16px;color: #a4aeb0}.shopping-cart-list span.product-name:hover{color: #000}.shopping-cart-list a.remove{position: absolute;right: 10px}.shopping-cart-list a.remove i{font-size: 20px;color: #242d2e;font-weight: 600}.shopping-cart-list .total{padding-top: 40px;border-top: solid 1px #e5e5e5;color: #242d2e}.shopping-cart-list .total span.amount{float: right;font-weight: 700;font-size: 20px}.shopping-cart-list .total strong{float: left}.shopping-cart-list .buttons a{border: solid 1px #242d2e !important;color: #242d2e;background-color: transparent;text-transform: uppercase;text-align: center;margin-top: 20px;padding: 10px 30px;display: inline-block;width: 100%}.shopping-cart-list .buttons a.view-cart:hover{background-color: #242d2e;color: #fff}.shopping-cart-list .buttons a.checkout{background-color: #242d2e;color: #fff}.shopping-cart-list .buttons a.checkout:hover{background-color: transparent;color: #242d2e}@media screen and (min-width: 860px){.shopping-cart-wrapper .cart_list_wrapper.large-size{width: 743px}.shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget:after{content: '';display: block;clear: both}.shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget li{float: left;width: 48%}.shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget li:nth-child(2n+2){float: right}.shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget li:nth-child(2){border-top: none}.shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer{border-top: solid 1px #eee;margin: 0 15px;padding: 35px 0}.shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-total,.shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-button-wrapper{width: 48%;float: right;margin: 0;border: none}.shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-button-wrapper{float: left;padding: 0}.shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-button-wrapper p.buttons{padding: 0}.shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-total{text-align: right;width: 35%;line-height: 41px}.cart_list_wrapper.sub-menu-dark.large-size .mini-cart-footer{border-top-color: #333}}.woocommerce .products .product{margin-bottom: 60px}.woocommerce .products .product .product-thumbnail-wrap{position: relative;border: solid 1px #eee;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;overflow: hidden}.woocommerce .products .product .product-thumbnail-wrap &gt; a &gt; img{width: 100%}.woocommerce .products .product .product-thumbnail-wrap span.ico-add-to-cart{position: absolute;left: 10px;top: 14px;display: inline-block;width: 20px;height: 20px;color: #343434;font-size: 22px;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;opacity: 0}.woocommerce .products .product .product-thumbnail-wrap span.ico-add-to-cart a:hover .product_count{background-color: #242d2e}.woocommerce .products .product .product-thumbnail-wrap span.ico-add-to-cart .product_count{position: absolute;font-size: 12px;display: inline-block;width: 17px;height: 17px;background: #647072;color: #fff;text-align: center;border-radius: 50%;left: 10px;top: -4px;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.woocommerce .products .product .product-thumbnail-wrap span.ico-add-to-cart.show{opacity: 1}.woocommerce .products .product .product-actions{display: inline-block;position: absolute;margin-top: -25px;top: 60%;left: 50%;font-size: 0;width: 200px;padding-top: 30px;padding-bottom: 30px;text-align: center;opacity: 0;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;transform: translateY(-50%) translateX(-50%)}.woocommerce .products .product a.compare.button,.woocommerce .products .product a.product-quick-view,.woocommerce .products .product .yith-wcwl-add-button a,.woocommerce .products .product .yith-wcwl-wishlistaddedbrowse a,.woocommerce .products .product .yith-wcwl-wishlistexistsbrowse a{display: inline-block;width: 40px;height: 40px;color: #fff;font-size: 14px;background-color: #242d2e;-webkit-border-radius: 50%;-webkit-background-clip: padding-box;-moz-border-radius: 50%;-moz-background-clip: padding;border-radius: 50%;background-clip: padding-box;line-height: 39px;text-align: center;-webkit-transition: none;-moz-transition: none;-o-transition: none;transition: none;cursor: pointer;margin: 0 2px}.woocommerce .products .product a.compare.button.ladda-button,.woocommerce .products .product a.product-quick-view.ladda-button,.woocommerce .products .product .yith-wcwl-add-button a.ladda-button,.woocommerce .products .product .yith-wcwl-wishlistaddedbrowse a.ladda-button,.woocommerce .products .product .yith-wcwl-wishlistexistsbrowse a.ladda-button{overflow: visible}.woocommerce .products .product .yith-wcwl-add-to-wishlist{display: inline-block;margin: 0}.woocommerce .products .product .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse{display: block !important}.woocommerce .products .product a.woocommerce-LoopProduct-link,.woocommerce .products .product a.product_type_external,.woocommerce .products .product a.add_to_cart_button,.woocommerce .products .product a.product_type_grouped,.woocommerce .products .product a.product_type_variable{display: inline-block;width: 100%;text-align: center}.woocommerce .products .product a.woocommerce-LoopProduct-link{display: block}.woocommerce .products .product a.compare.button{overflow: visible}.woocommerce .products .product a.compare.button div{-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 .products .product a.add_to_wishlist.added-spinner i{-webkit-animation: fa-spin 2s infinite linear;animation: fa-spin 2s infinite linear}.woocommerce .products .product a.add_to_wishlist.added-spinner i:before{content: "\f110"}.woocommerce .products .product a.add_to_cart_button,.woocommerce .products .product a.product_type_grouped,.woocommerce .products .product a.product_type_external,.woocommerce .products .product a.product_type_variable{text-align: center;padding: 15px;line-height: 1.62;font-size: 13px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.2em;position: absolute;left: 0;bottom: 0;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;-webkit-transform: translateY(100%);-moz-transform: translateY(100%);-o-transform: translateY(100%);-ms-transform: translateY(100%);transform: translateY(100%);opacity: 0}.woocommerce .products .product a.added_to_cart{display: none !important;-webkit-transform: translateY(100%);-moz-transform: translateY(100%);-o-transform: translateY(100%);-ms-transform: translateY(100%);transform: translateY(100%)}.woocommerce .products .product .price ins{text-decoration: none}.woocommerce .products .product:hover .product-thumbnail-wrap{-webkit-box-shadow: 0px 30px 60px -9px rgba(0,0,0,0.3);-moz-box-shadow: 0px 30px 60px -9px rgba(0,0,0,0.3);box-shadow: 0px 30px 60px -9px rgba(0,0,0,0.3);border-bottom-color: rgba(0,0,0,0.3)}.woocommerce .products .product:hover a.add_to_cart_button,.woocommerce .products .product:hover a.product_type_grouped,.woocommerce .products .product:hover a.product_type_external,.woocommerce .products .product:hover a.product_type_variable{-webkit-transform: translateY(1px);-moz-transform: translateY(1px);-o-transform: translateY(1px);-ms-transform: translateY(1px);transform: translateY(1px);opacity: 1;z-index: 1}.woocommerce .products .product:hover .product-actions{opacity: 1;top: 50%}.woocommerce .products .product:hover a.woocommerce-LoopProduct-link h3{color: #000}.woocommerce .product-info-wrap{margin-top: 35px;text-align: center}.woocommerce .product-info-wrap span.price{font-size: 24px;font-weight: 500;color: #242d2e}.woocommerce .product-info-wrap .woocommerce-loop-product__title,.woocommerce .product-info-wrap h3{font-size: 16px;font-weight: 400;margin-bottom: 0}.woocommerce .posted_in a{font-size: 14px}.woocommerce .posted_in a:hover{color: #000}.woocommerce .price del,.woocommerce .posted_in a,.woocommerce .product-info-wrap h3,.woocommerce .product-info-wrap .woocommerce-loop-product__title{color: #a4aeb0;font-weight: 400}.woocommerce .product span.onsale,.woocommerce .product a.add_to_cart_button,.woocommerce .product a.product_type_external,.woocommerce .product a.product_type_grouped,.woocommerce .product a.product_type_variable,.woocommerce .product a.added_to_cart{background-color: #242d2e;color: #fff}.woocommerce .woocommerce ul.products li.product .star-rating{font-size: .857em}.woocommerce .products .star-rating{display: block;margin: 0 auto 5px auto;float: none}.woocommerce .star-rating{float: right;overflow: hidden;position: relative;height: 1em;line-height: 1;font-size: 14px;width: 85px;letter-spacing: 0.3em;font-family: FontAwesome}.woocommerce .star-rating:before{content: "\f006\f006\f006\f006\f006";color: #d3ced2;float: left;top: 0;left: 0;position: absolute}.woocommerce .star-rating span{overflow: hidden;float: left;top: 0;left: 0;position: absolute;padding-top: 1.5em}.woocommerce .star-rating span:before{content: "\f005\f005\f005\f005\f005";top: 0;position: absolute;left: 0;color: #facd49}.woocommerce .woocommerce-message,.woocommerce .woocommerce-error{line-height: 45px;border-top: solid 1px #eee;border-bottom: solid 1px #eee}.woocommerce .woocommerce-message a,.woocommerce .woocommerce-error a{text-transform: uppercase;padding-left: 30px;padding-right: 30px}.woocommerce .woocommerce-error{padding-left: 20px}.single-product-inner .sale-countdown,#popup-product-quick-view-wrapper .main-image-wrap .sale-countdown,.product-thumbnail-wrap .sale-countdown{opacity: 1;position: absolute;bottom: 10px;display: inline-block;width: 100%;text-align: center;line-height: 1.5}.single-product-inner .sale-countdown .square,#popup-product-quick-view-wrapper .main-image-wrap .sale-countdown .square,.product-thumbnail-wrap .sale-countdown .square{margin: 0 auto;display: inline-block;font-size: 13px}.single-product-inner .sale-countdown .canvas,#popup-product-quick-view-wrapper .main-image-wrap .sale-countdown .canvas,.product-thumbnail-wrap .sale-countdown .canvas{display: inline-block;float: left;margin-left: 5px;margin-right: 5px;color: #242d2e;padding-top: 8px}.single-product-inner .sale-countdown .canvas span,#popup-product-quick-view-wrapper .main-image-wrap .sale-countdown .canvas span,.product-thumbnail-wrap .sale-countdown .canvas span{display: block}.single-product-inner .sale-countdown .canvas span.times,#popup-product-quick-view-wrapper .main-image-wrap .sale-countdown .canvas span.times,.product-thumbnail-wrap .sale-countdown .canvas span.times{font-weight: 500}@media screen and (min-width: 992px){.archive-product-inner .col-md-6:nth-child(2n+1),.archive-product-inner .col-md-4:nth-child(3n+1),.archive-product-inner .col-md-3:nth-child(4n+1),.archive-product-inner .col-md-2:nth-child(6n+1){clear: both}}@media screen and (max-width: 991px){.archive-product-inner .col-xs-6:nth-child(2n+1),.archive-product-inner .col-sm-6:nth-child(2n+1){clear: both}}@media screen and (max-width: 500px){.archive-product-inner .col-xs-6,.cross-sells .col-xs-6,.g5plus-product-grid .col-xs-6,.archive-product-inner .col-sm-6,.cross-sells .col-sm-6,.g5plus-product-grid .col-sm-6{width: 100% !important}}.woocommerce .product span.onsale{position: absolute;right: 0px;top: 0;z-index: 1;font-size: 12px;font-weight: 700;text-transform: uppercase;padding: 10px 20px;letter-spacing: 0.2em}#popup-product-quick-view-wrapper .main-image-wrap{position: relative;margin-bottom: 30px}#popup-product-quick-view-wrapper .single-product-image{position: relative}#popup-product-quick-view-wrapper .single-product-image span.onsale{right: auto;left: 0}#popup-product-quick-view-wrapper .single-product-image a.woocommerce-main-image{display: inline-block;border: solid 1px #eee}#popup-product-quick-view-wrapper .thumbnails{opacity: 0;display: inline-block;width: 100%;overflow: hidden}#popup-product-quick-view-wrapper .thumbnails .owl-nav{display: none}#popup-product-quick-view-wrapper .thumbnails .owl-item{display: inline-block;padding-left: 10px}#popup-product-quick-view-wrapper .thumbnails a.zoom{display: inline-block;border: solid 1px #eee}#popup-product-quick-view-wrapper .thumbnails .owl-stage-outer{margin-bottom: 10px}#popup-product-quick-view-wrapper .thumbnails .owl-stage .owl-item.active a{-webkit-box-shadow: -6px 7px 9px -4px rgba(0,0,0,0.2);-moz-box-shadow: -6px 7px 9px -4px rgba(0,0,0,0.2);box-shadow: -6px 7px 9px -4px rgba(0,0,0,0.2)}#popup-product-quick-view-wrapper .thumbnails .owl-stage .owl-item.active ~ .owl-item.active a{-webkit-box-shadow: none;box-shadow: none}iframe .woocommerce-compare-page h1{padding-top: 15px;padding-bottom: 15px;text-align: center}iframe .woocommerce-compare-page table.compare-list th{font-family: 'Oswald';font-weight: 600}.single-product-inner .entry-summary h1.product_title,.summary-product.entry-summary h1.product_title{font-size: 30px;margin-bottom: 0}.single-product-inner .entry-summary input[type=number]::-webkit-inner-spin-button,.summary-product.entry-summary input[type=number]::-webkit-inner-spin-button,.single-product-inner .entry-summary input[type=number]::-webkit-outer-spin-button,.summary-product.entry-summary input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0}.single-product-inner .entry-summary .quantity,.summary-product.entry-summary .quantity{display: inline-block}.single-product-inner .entry-summary .quantity-inner,.summary-product.entry-summary .quantity-inner{width: 175px;height: 50px;line-height: 50px;display: inline-block;float: left;background-color: #242d2e;text-align: center}.single-product-inner .entry-summary .quantity-inner input,.summary-product.entry-summary .quantity-inner input{border: none;width: 60px;text-align: center;background-color: transparent;line-height: 1;font-size: 14px;font-weight: 700;color: #fff}.single-product-inner .entry-summary .quantity-inner a.btn-number,.summary-product.entry-summary .quantity-inner a.btn-number{color: #fff;width: 20px;cursor: pointer}.single-product-inner .entry-summary button.single_add_to_cart_button,.summary-product.entry-summary button.single_add_to_cart_button{border: none;line-height: 18px;background-color: #242d2e;float: right;width: 200px;border: solid 1px transparent;font-size: 13px;font-weight: 700;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.single-product-inner .entry-summary button.single_add_to_cart_button:hover,.summary-product.entry-summary button.single_add_to_cart_button:hover{background-color: #fff;color: #242d2e;border: solid 1px #242d2e}.single-product-inner .entry-summary .price,.summary-product.entry-summary .price{font-size: 24px;font-weight: 500;color: #242d2e;margin-top: 15px}.single-product-inner .entry-summary .product_meta,.summary-product.entry-summary .product_meta{clear: both;margin-top: 40px}.single-product-inner .entry-summary .product_meta .sku_wrapper,.summary-product.entry-summary .product_meta .sku_wrapper{font-size: 14px;display: inline-block;margin-bottom: 15px}.single-product-inner .entry-summary .product_meta span.posted_in,.summary-product.entry-summary .product_meta span.posted_in{font-size: 0;display: inline-block;width: 100%;border-top: solid 1px #eee;border-bottom: solid 1px #eee;padding-left: 40px;position: relative}.single-product-inner .entry-summary .product_meta span.posted_in:before,.summary-product.entry-summary .product_meta span.posted_in:before{content: "\e60c";font-family: 'Pe-icon-7-stroke';position: absolute;left: 0;top: 5px;font-size: 20px}.single-product-inner .entry-summary .product_meta span.posted_in a[rel="tag"],.summary-product.entry-summary .product_meta span.posted_in a[rel="tag"]{line-height: 45px;display: inline-block;text-transform: uppercase;font-size: 12px;padding-left: 20px;padding-right: 20px;color: #242d2e}.single-product-inner .entry-summary .product_meta span.posted_in a[rel="tag"]:hover,.summary-product.entry-summary .product_meta span.posted_in a[rel="tag"]:hover{color: #000}.single-product-inner .entry-summary form.cart,.summary-product.entry-summary form.cart{display: inline-block;width: 100%}.single-product-inner .entry-summary form.cart table.variations,.summary-product.entry-summary form.cart table.variations{width: 100%;font-size: 14px;position: relative;margin-bottom: 20px}.single-product-inner .entry-summary form.cart table.variations td.value,.summary-product.entry-summary form.cart table.variations td.value{padding-left: 30px;width: 100%}.single-product-inner .entry-summary form.cart table.variations select,.summary-product.entry-summary form.cart table.variations select{border: none;width: 100%}.single-product-inner .entry-summary form.cart table.variations a.reset_variations,.summary-product.entry-summary form.cart table.variations a.reset_variations{position: absolute;bottom: -15px;right: 0px}.single-product-inner .entry-summary .social-share,.summary-product.entry-summary .social-share{margin-top: 30px;font-size: 14px}.single-product-inner .entry-summary .social-share a,.summary-product.entry-summary .social-share a{padding-left: 20px;padding-right: 20px}.single-product .single-product-inner .entry-summary{padding-left: 120px}.single-product .single-product-inner .entry-summary a[href="#reviews"]{display: inline-block}.single-product .single-product-inner .entry-summary .star-rating{float: none;margin-top: 20px;margin-bottom: 20px}.single-product .single-product-inner .entry-summary .woocommerce-variation-price{margin-bottom: 15px}.single-product .single-product-inner .entry-summary .yith-wcwl-add-to-wishlist{display: inline-block}.single-product .single-product-inner .entry-summary .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse{display: block !important}.single-product .single-product-inner .entry-summary .yith-wcwl-wishlistaddedbrowse a,.single-product .single-product-inner .entry-summary .yith-wcwl-wishlistexistsbrowse a,.single-product .single-product-inner .entry-summary .yith-wcwl-add-button .single_add_to_wishlist{width: auto;height: auto;line-height: 20px;color: #242d2e;background-color: transparent;text-transform: uppercase;font-size: 14px}.single-product .single-product-inner .entry-summary .yith-wcwl-wishlistaddedbrowse a i,.single-product .single-product-inner .entry-summary .yith-wcwl-wishlistexistsbrowse a i,.single-product .single-product-inner .entry-summary .yith-wcwl-add-button .single_add_to_wishlist i{padding-right: 5px}.single-product .single-product-inner .entry-summary .yith-wcwl-wishlistaddedbrowse a:after,.single-product .single-product-inner .entry-summary .yith-wcwl-wishlistexistsbrowse a:after,.single-product .single-product-inner .entry-summary .yith-wcwl-add-button a:after,.single-product .single-product-inner .entry-summary .single_add_to_wishlist:after{content: attr(data-original-title);text-transform: uppercase;padding-left: 5px}.single-product .single-product-inner .entry-summary a.compare.button{text-transform: uppercase;padding-left: 15px}.single-product .single-product-inner .entry-summary a.compare.button:before{padding-right: 10px;content: "\f079";font-family: FontAwesome}.single-product .single-product-inner .product &gt; .images,.single-product .single-product-inner .product &gt; .entry-summary{width: 50%;float: left}.single-product .single-product-inner .product &gt; .images{position: relative}.single-product .single-product-inner .product &gt; .images .woocommerce-product-gallery__image{border: solid 1px #eee}.single-product .single-product-inner .product &gt; .images .woocommerce-main-image{width: 100%;display: inline-block;border: solid 1px #eee}.single-product .single-product-inner .product &gt; .images .woocommerce-main-image img{width: 100%;height: auto}.single-product .single-product-inner .thumbnails{display: inline-block;width: 100%;margin-top: 30px;overflow: hidden}.single-product .single-product-inner .thumbnails a.zoom{display: inline-block;border: solid 1px #eee}.single-product .single-product-inner .thumbnails .owl-item{float: left}.single-product .single-product-inner .thumbnails .owl-nav.disabled{display: none}.single-product .single-product-inner form.cart{margin-top: 25px}.single-product .single-product-inner .yith-wcwl-add-to-wishlist,.single-product .single-product-inner .product_meta{margin-top: 35px}.single-product .single-product-inner .woocommerce-tabs,.single-product .single-product-inner .related,.single-product .single-product-inner .up-sells{clear: both;margin-top: 115px}.single-product .single-product-inner .woocommerce-tabs{display: inline-block;width: 100%}.single-product .single-product-inner .woocommerce-tabs .divide{border-bottom: solid 1px #e9e9e9;margin-left: 10px;margin-top: 15px;margin-bottom: 30px}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div{border: solid 1px #e9e9e9;padding: 15px 30px;margin-bottom: 20px}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-title a{color: #343434}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div ~ div .tab-content{display: none}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-title{font-size: 18px;font-weight: 500}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content h2.woocommerce-Reviews-title{display: none}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content ol.commentlist{list-style: none;padding-left: 0}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content ol.commentlist li{display: inline-block;width: 100%;margin-bottom: 20px}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content ol.commentlist .comment_container img{float: left}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content p.comment-form-rating{margin-bottom: 0px}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content .comment-form label{display: block}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content .comment-form input[type="text"],.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content .comment-form input[type="email"],.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content .comment-form textarea{width: 100%;margin-top: 15px}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content p.stars{direction: rtl;display: inline-block;position: relative;width: 100%;margin-top: 10px}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content p.stars &gt; span{position: absolute;left: 0;top: 0}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content p.stars a.active:before,.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content p.stars a:hover:before,.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content p.stars a.active ~ a:before,.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content p.stars a:hover ~ a:before{content: '\f005'}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content p.stars a{position: relative;height: 1em;width: 1em;text-indent: -999em;display: inline-block;text-decoration: none;color: #ffa60a}.single-product .single-product-inner .woocommerce-tabs .tabs &gt; div .tab-content p.stars a:before{content: "\f006";font-family: FontAwesome;display: block;position: absolute;top: 0;left: 0;width: 1em;height: 1em;line-height: 1;text-indent: 0}.single-product .single-product-inner .woocommerce-tabs .shop_attributes td p{padding-left: 15px;margin-bottom: 0}.single-product .single-product-inner .main-image-wrap{position: relative}.single-product .single-product-inner .main-image-wrap .sale-countdown .square{font-size: 18px}.woocommerce div.product div.images span.onsale{right: auto;left: 0}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position: absolute;top: .5em;right: .5em;font-size: 2em;z-index: 9;width: 36px;height: 36px;background: #fff;text-indent: -9999px;border-radius: 100%;box-sizing: content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{content: "";display: block;width: 10px;height: 10px;border: 2px solid #000;border-radius: 100%;position: absolute;top: 9px;left: 9px;box-sizing: content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{content: "";display: block;width: 2px;height: 8px;background: #000;border-radius: 6px;position: absolute;top: 19px;left: 22px;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);box-sizing: content-box}.woocommerce div.product div.images .flex-control-thumbs li img{cursor: pointer;opacity: .5;margin: 0;width: 100%}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity: 1}.woocommerce div.product div.images .flex-control-thumbs li{width: 25%;float: left;margin: 0;list-style: none}.woocommerce div.product div.images .flex-control-thumbs{overflow: hidden;zoom: 1;margin: 15px 0 0 0;padding: 0}.woocommerce div.product div.images .flex-control-thumbs .owl-item li{float: none;width: 100%}.cross-sells .g5plus-heading h2,.related .g5plus-heading h2,.up-sells .g5plus-heading h2{margin-bottom: 0px;text-transform: uppercase}.cross-sells .products,.related .products,.up-sells .products{margin-top: 65px}.cross-sells .owl-carousel.owl-loaded,.related .owl-carousel.owl-loaded,.up-sells .owl-carousel.owl-loaded{margin: 0 auto}.cross-sells .owl-carousel .product,.related .owl-carousel .product,.up-sells .owl-carousel .product{width: 100%}.cross-sells .owl-dots,.related .owl-dots,.up-sells .owl-dots{margin-top: 0}body.single-product.has-sidebar form.cart{text-align: center}body.single-product.has-sidebar button.single_add_to_cart_button{float: none !important}@media (max-width: 768px){.single-product .single-product-inner .entry-summary{padding-left: 0;margin-top: 45px}}.woocommerce .shop-page-tabs{padding: 0;margin: 0;margin-bottom: 60px;list-style-type: none;font-size: 0}.woocommerce .shop-page-tabs span,.woocommerce .shop-page-tabs span:before{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.woocommerce .shop-page-tabs .tab-inner{text-align: center}.woocommerce .shop-page-tabs a{display: block}.woocommerce .shop-page-tabs span{font-size: 18px;font-weight: bold;letter-spacing: 0.2em;color: #242d2e;text-transform: uppercase;display: inline-block;height: 100%;position: relative;font-family: 'Oswald'}@media (min-width: 480px){.woocommerce .shop-page-tabs li{width: 33.33333%;display: inline-block;padding-right: 35px;position: relative}.woocommerce .shop-page-tabs li .tab-inner{border: 1px solid #ecedee;border-right: none;position: relative;height: 70px;padding-left: 35px}.woocommerce .shop-page-tabs li .tab-inner span{line-height: 68px}.woocommerce .shop-page-tabs li .tab-inner span:before{display: block;position: absolute;top: 50%;font-size: 60px;color: rgba(36,45,46,0.1);font-family: 'Marvel';letter-spacing: 0.2em;font-weight: normal;z-index: 1;right: -40px;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%)}.woocommerce .shop-page-tabs li:not(:first-child) .tab-inner{border-left: none}.woocommerce .shop-page-tabs li:not(:first-child) .tab-inner:before,.woocommerce .shop-page-tabs li:not(:first-child) .tab-inner:after{content: '';display: block;position: absolute;left: 17px;height: 50px;width: 1px;background-color: #ecedee}.woocommerce .shop-page-tabs li:not(:first-child) .tab-inner:before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);top: -8px}.woocommerce .shop-page-tabs li:not(:first-child) .tab-inner:after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);bottom: -7px}.woocommerce .shop-page-tabs li.tab-active .tab-inner,.woocommerce .shop-page-tabs li:hover .tab-inner{border-color: #242d2e}.woocommerce .shop-page-tabs li:first-child span:before{content: '01'}.woocommerce .shop-page-tabs li + li span:before{content: '02'}.woocommerce .shop-page-tabs li + li + li span:before{content: '03'}}@media (min-width: 992px){body.has-sidebar .woocommerce .shop-page-tabs{padding-right: 20px;margin-bottom: 40px}body.has-sidebar .woocommerce .shop-page-tabs li{padding-right: 0}body.has-sidebar .woocommerce .shop-page-tabs li:before,body.has-sidebar .woocommerce .shop-page-tabs li:after{content: '';display: block;position: absolute;right: -11px;height: 32px;width: 1px;background-color: #ecedee}body.has-sidebar .woocommerce .shop-page-tabs li:before{-webkit-transform: rotate(-40deg);-moz-transform: rotate(-40deg);-o-transform: rotate(-40deg);-ms-transform: rotate(-40deg);transform: rotate(-40deg);top: -3px}body.has-sidebar .woocommerce .shop-page-tabs li:after{-webkit-transform: rotate(40deg);-moz-transform: rotate(40deg);-o-transform: rotate(40deg);-ms-transform: rotate(40deg);transform: rotate(40deg);bottom: -3px}body.has-sidebar .woocommerce .shop-page-tabs li .tab-inner{padding-left: 20px;height: 50px}body.has-sidebar .woocommerce .shop-page-tabs li .tab-inner span{line-height: 48px;font-size: 14px}body.has-sidebar .woocommerce .shop-page-tabs li .tab-inner span:before{font-size: 40px;right: -25px}body.has-sidebar .woocommerce .shop-page-tabs li.tab-active:before,body.has-sidebar .woocommerce .shop-page-tabs li:hover:before,body.has-sidebar .woocommerce .shop-page-tabs li.tab-active:after,body.has-sidebar .woocommerce .shop-page-tabs li:hover:after{background-color: #242d2e !important;z-index: 1}body.has-sidebar .woocommerce .shop-page-tabs li.tab-active .tab-inner:before,body.has-sidebar .woocommerce .shop-page-tabs li:hover .tab-inner:before,body.has-sidebar .woocommerce .shop-page-tabs li.tab-active .tab-inner:after,body.has-sidebar .woocommerce .shop-page-tabs li:hover .tab-inner:after{background-color: #242d2e !important}body.has-sidebar .woocommerce .shop-page-tabs li:not(:first-child) .tab-inner:before,body.has-sidebar .woocommerce .shop-page-tabs li:not(:first-child) .tab-inner:after{left: 10px;height: 32px}body.has-sidebar .woocommerce .shop-page-tabs li:not(:first-child) .tab-inner:before{-webkit-transform: rotate(-40deg);-moz-transform: rotate(-40deg);-o-transform: rotate(-40deg);-ms-transform: rotate(-40deg);transform: rotate(-40deg);top: -4px}body.has-sidebar .woocommerce .shop-page-tabs li:not(:first-child) .tab-inner:after{-webkit-transform: rotate(40deg);-moz-transform: rotate(40deg);-o-transform: rotate(40deg);-ms-transform: rotate(40deg);transform: rotate(40deg);bottom: -4px}body.has-sidebar .woocommerce .shop-page-tabs li:first-child .tab-inner{border-left: none}body.has-sidebar .woocommerce .shop-page-tabs li:first-child .tab-inner:before,body.has-sidebar .woocommerce .shop-page-tabs li:first-child .tab-inner:after{content: '';display: block;position: absolute;left: 11px;height: 32px;width: 1px;background-color: #ecedee}body.has-sidebar .woocommerce .shop-page-tabs li:first-child .tab-inner:before{-webkit-transform: rotate(-40deg);-moz-transform: rotate(-40deg);-o-transform: rotate(-40deg);-ms-transform: rotate(-40deg);transform: rotate(-40deg);top: -4px}body.has-sidebar .woocommerce .shop-page-tabs li:first-child .tab-inner:after{-webkit-transform: rotate(40deg);-moz-transform: rotate(40deg);-o-transform: rotate(40deg);-ms-transform: rotate(40deg);transform: rotate(40deg);bottom: -4px}body:not(.has-sidebar) .woocommerce .shop-page-tabs li:not(.tab-active):before,body:not(.has-sidebar) .woocommerce .shop-page-tabs li:not(.tab-active):after{content: '';display: block;position: absolute;right: 17px;height: 50px;width: 1px;background-color: #ecedee}body:not(.has-sidebar) .woocommerce .shop-page-tabs li:not(.tab-active):before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);top: -7px}body:not(.has-sidebar) .woocommerce .shop-page-tabs li:not(.tab-active):after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);bottom: -7px}body:not(.has-sidebar) .woocommerce .shop-page-tabs li:not(:first-child):not(.tab-active) .tab-inner:before,body:not(.has-sidebar) .woocommerce .shop-page-tabs li:not(:first-child):not(.tab-active) .tab-inner:after{content: '';display: block;position: absolute;left: 17px;height: 50px;width: 1px;background-color: #ecedee}body:not(.has-sidebar) .woocommerce .shop-page-tabs li:not(:first-child):not(.tab-active) .tab-inner:before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);top: -8px}body:not(.has-sidebar) .woocommerce .shop-page-tabs li:not(:first-child):not(.tab-active) .tab-inner:after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);bottom: -8px}body:not(.has-sidebar) .woocommerce .shop-page-tabs li.tab-active:first-child .tab-inner,body:not(.has-sidebar) .woocommerce .shop-page-tabs li:hover:first-child .tab-inner{background-clip: border-box}body:not(.has-sidebar) .woocommerce .shop-page-tabs li.tab-active:first-child:before,body:not(.has-sidebar) .woocommerce .shop-page-tabs li:hover:first-child:before{display: none}body:not(.has-sidebar) .woocommerce .shop-page-tabs li.tab-active .tab-inner,body:not(.has-sidebar) .woocommerce .shop-page-tabs li:hover .tab-inner{background-color: #242d2e;background-clip: content-box}body:not(.has-sidebar) .woocommerce .shop-page-tabs li.tab-active .tab-inner span,body:not(.has-sidebar) .woocommerce .shop-page-tabs li:hover .tab-inner span{color: #fff}body:not(.has-sidebar) .woocommerce .shop-page-tabs li.tab-active .tab-inner span:before,body:not(.has-sidebar) .woocommerce .shop-page-tabs li:hover .tab-inner span:before{color: rgba(255,255,255,0.1)}body:not(.has-sidebar) .woocommerce .shop-page-tabs li.tab-active .tab-inner:before,body:not(.has-sidebar) .woocommerce .shop-page-tabs li:hover .tab-inner:before,body:not(.has-sidebar) .woocommerce .shop-page-tabs li.tab-active .tab-inner:after,body:not(.has-sidebar) .woocommerce .shop-page-tabs li:hover .tab-inner:after{background-color: transparent !important}body:not(.has-sidebar) .woocommerce .shop-page-tabs li.tab-active:before,body:not(.has-sidebar) .woocommerce .shop-page-tabs li:hover:before,body:not(.has-sidebar) .woocommerce .shop-page-tabs li.tab-active:after,body:not(.has-sidebar) .woocommerce .shop-page-tabs li:hover:after{position: absolute;content: '';display: block;width: 0;height: 100%;top: 0}body:not(.has-sidebar) .woocommerce .shop-page-tabs li.tab-active:after,body:not(.has-sidebar) .woocommerce .shop-page-tabs li:hover:after{border-left: solid 35px #242d2e;border-top: solid 35px transparent;border-bottom: solid 35px transparent;right: 0;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);background-color: transparent}body:not(.has-sidebar) .woocommerce .shop-page-tabs li.tab-active:before,body:not(.has-sidebar) .woocommerce .shop-page-tabs li:hover:before{left: 0;border-right: solid 0 #242d2e;border-left: solid 35px transparent;border-top: solid 35px #242d2e;border-bottom: solid 35px #242d2e;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);background-color: transparent}body:not(.has-sidebar) .woocommerce .shop-page-tabs li:first-child span:before{content: '01'}body:not(.has-sidebar) .woocommerce .shop-page-tabs li + li span:before{content: '02'}body:not(.has-sidebar) .woocommerce .shop-page-tabs li + li + li span:before{content: '03'}}@media (min-width: 768px) and (max-width: 991px){.woocommerce .shop-page-tabs{padding-right: 20px;margin-bottom: 40px}.woocommerce .shop-page-tabs li{padding-right: 0}.woocommerce .shop-page-tabs li:before,.woocommerce .shop-page-tabs li:after{content: '';display: block;position: absolute;right: -11px;height: 32px;width: 1px;background-color: #ecedee}.woocommerce .shop-page-tabs li:before{-webkit-transform: rotate(-40deg);-moz-transform: rotate(-40deg);-o-transform: rotate(-40deg);-ms-transform: rotate(-40deg);transform: rotate(-40deg);top: -3px}.woocommerce .shop-page-tabs li:after{-webkit-transform: rotate(40deg);-moz-transform: rotate(40deg);-o-transform: rotate(40deg);-ms-transform: rotate(40deg);transform: rotate(40deg);bottom: -3px}.woocommerce .shop-page-tabs li .tab-inner{padding-left: 20px;height: 50px}.woocommerce .shop-page-tabs li .tab-inner span{line-height: 48px;font-size: 14px}.woocommerce .shop-page-tabs li .tab-inner span:before{font-size: 40px;right: -25px}.woocommerce .shop-page-tabs li.tab-active:before,.woocommerce .shop-page-tabs li:hover:before,.woocommerce .shop-page-tabs li.tab-active:after,.woocommerce .shop-page-tabs li:hover:after{background-color: #242d2e !important;z-index: 1}.woocommerce .shop-page-tabs li.tab-active .tab-inner:before,.woocommerce .shop-page-tabs li:hover .tab-inner:before,.woocommerce .shop-page-tabs li.tab-active .tab-inner:after,.woocommerce .shop-page-tabs li:hover .tab-inner:after{background-color: #242d2e !important}.woocommerce .shop-page-tabs li:not(:first-child) .tab-inner:before,.woocommerce .shop-page-tabs li:not(:first-child) .tab-inner:after{left: 10px;height: 32px}.woocommerce .shop-page-tabs li:not(:first-child) .tab-inner:before{-webkit-transform: rotate(-40deg);-moz-transform: rotate(-40deg);-o-transform: rotate(-40deg);-ms-transform: rotate(-40deg);transform: rotate(-40deg);top: -4px}.woocommerce .shop-page-tabs li:not(:first-child) .tab-inner:after{-webkit-transform: rotate(40deg);-moz-transform: rotate(40deg);-o-transform: rotate(40deg);-ms-transform: rotate(40deg);transform: rotate(40deg);bottom: -4px}.woocommerce .shop-page-tabs li:first-child .tab-inner{border-left: none}.woocommerce .shop-page-tabs li:first-child .tab-inner:before,.woocommerce .shop-page-tabs li:first-child .tab-inner:after{content: '';display: block;position: absolute;left: 11px;height: 32px;width: 1px;background-color: #ecedee}.woocommerce .shop-page-tabs li:first-child .tab-inner:before{-webkit-transform: rotate(-40deg);-moz-transform: rotate(-40deg);-o-transform: rotate(-40deg);-ms-transform: rotate(-40deg);transform: rotate(-40deg);top: -4px}.woocommerce .shop-page-tabs li:first-child .tab-inner:after{-webkit-transform: rotate(40deg);-moz-transform: rotate(40deg);-o-transform: rotate(40deg);-ms-transform: rotate(40deg);transform: rotate(40deg);bottom: -4px}}@media (min-width: 480px) and (max-width: 767px){.woocommerce .shop-page-tabs li{width: 100%;margin-bottom: 20px}.woocommerce .shop-page-tabs li:last-child{margin-bottom: 0}.woocommerce .shop-page-tabs li:not(.tab-active):before,.woocommerce .shop-page-tabs li:not(.tab-active):after{content: '';display: block;position: absolute;right: 17px;height: 50px;width: 1px;background-color: #ecedee}.woocommerce .shop-page-tabs li:not(.tab-active):before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);top: -7px}.woocommerce .shop-page-tabs li:not(.tab-active):after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);bottom: -7px}.woocommerce .shop-page-tabs li.tab-active .tab-inner,.woocommerce .shop-page-tabs li:hover .tab-inner{background-color: #242d2e;background-clip: content-box}.woocommerce .shop-page-tabs li.tab-active .tab-inner span,.woocommerce .shop-page-tabs li:hover .tab-inner span{color: #fff}.woocommerce .shop-page-tabs li.tab-active .tab-inner span:before,.woocommerce .shop-page-tabs li:hover .tab-inner span:before{color: rgba(255,255,255,0.1)}.woocommerce .shop-page-tabs li.tab-active .tab-inner:before,.woocommerce .shop-page-tabs li:hover .tab-inner:before,.woocommerce .shop-page-tabs li.tab-active .tab-inner:after,.woocommerce .shop-page-tabs li:hover .tab-inner:after{background-color: transparent !important}.woocommerce .shop-page-tabs li.tab-active:before,.woocommerce .shop-page-tabs li:hover:before,.woocommerce .shop-page-tabs li.tab-active:after,.woocommerce .shop-page-tabs li:hover:after{position: absolute;content: '';display: block;width: 0;height: 100%;top: 0}.woocommerce .shop-page-tabs li.tab-active:after,.woocommerce .shop-page-tabs li:hover:after{border-left: solid 35px #242d2e;border-top: solid 35px transparent;border-bottom: solid 35px transparent;right: 0;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);background-color: transparent}.woocommerce .shop-page-tabs li.tab-active:before,.woocommerce .shop-page-tabs li:hover:before{left: 0;border-right: solid 0 #242d2e;border-left: solid 35px transparent;border-top: solid 35px #242d2e;border-bottom: solid 35px #242d2e;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);background-color: transparent}.woocommerce .shop-page-tabs li:first-child .tab-inner{border-left: none}.woocommerce .shop-page-tabs li:first-child .tab-inner:before,.woocommerce .shop-page-tabs li:first-child .tab-inner:after{content: '';display: block;position: absolute;left: 17px;height: 50px;width: 1px;background-color: #ecedee}.woocommerce .shop-page-tabs li:first-child .tab-inner:before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);top: -8px}.woocommerce .shop-page-tabs li:first-child .tab-inner:after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);bottom: -8px}}@media (max-width: 479px){.woocommerce .shop-page-tabs li{border-left: 2px solid #ecedee;border-right: 2px solid #ecedee;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;margin-bottom: 10px}.woocommerce .shop-page-tabs li span{line-height: 30px}.woocommerce .shop-page-tabs li.tab-active,.woocommerce .shop-page-tabs li:hover{border-left-color: #242d2e;border-right-color: #242d2e}}.woocommerce-block-title{font-size: 14px;text-transform: uppercase;font-weight: bold;letter-spacing: 0.2em;color: #242d2e;line-height: 1.9;font-family: 'Marvel'}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{color: #242d2e;margin-bottom: 20px}.woocommerce .woocommerce-error a,.woocommerce .woocommerce-info a,.woocommerce .woocommerce-message a{color: #000}.woocommerce .return-to-shop .button{font-size: 13px;text-transform: uppercase;color: #242d2e;border: 1px solid #242d2e;background-color: transparent;text-align: center;-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-weight: bold;padding: 12px 30px;display: inline-block}.woocommerce .return-to-shop .button:hover,.woocommerce .return-to-shop .button:focus{background-color: #242d2e;color: #fff}.woocommerce table.shop_table.cart{border: none}.woocommerce table.shop_table.cart input[type=number]::-webkit-inner-spin-button,.woocommerce table.shop_table.cart input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0}.woocommerce table.shop_table.cart thead th{border-top: 1px solid #647072 !important;border-bottom: 1px solid #647072;background-color: transparent;text-transform: uppercase;font-size: 14px;font-weight: bold;letter-spacing: 0.2em;color: #242d2e;padding: 18.5px 8px;vertical-align: middle}.woocommerce table.shop_table.cart thead .product-thumbnail{padding-left: 70px;border-left: 1px solid #647072;border-right-color: #647072}.woocommerce table.shop_table.cart thead .product-remove{border-right: 1px solid #647072;border-left-color: #647072;padding-right: 30px}.woocommerce table.shop_table.cart tbody td{border-top: none;padding: 30px 8px 0;vertical-align: middle}.woocommerce table.shop_table.cart tbody .product-thumbnail{padding-left: 30px}.woocommerce table.shop_table.cart tbody .product-thumbnail img{max-width: 170px;border: 1px solid #647072}.woocommerce table.shop_table.cart tbody .product-name &gt; a{font-family: 'Oswald';color: #242d2e;line-height: 30px}.woocommerce table.shop_table.cart tbody .product-name span{display: block;font-family: 'Merriweather';font-style: italic;font-weight: 300;font-size: 14px;color: #fff}.woocommerce table.shop_table.cart tbody .product-price,.woocommerce table.shop_table.cart tbody .product-subtotal{font-weight: 500;font-size: 18px;color: #242d2e}.woocommerce table.shop_table.cart tbody .product-quantity .quantity{max-width: 125px}.woocommerce table.shop_table.cart tbody .product-quantity .quantity-inner{position: relative}.woocommerce table.shop_table.cart tbody .product-quantity .quantity-inner .btn-number{position: absolute;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 15px;text-align: center;cursor: pointer}.woocommerce table.shop_table.cart tbody .product-quantity .quantity-inner [data-type="minus"]{left: 0}.woocommerce table.shop_table.cart tbody .product-quantity .quantity-inner [data-type="minus"]:before{content: '\f104'}.woocommerce table.shop_table.cart tbody .product-quantity .quantity-inner [data-type="plus"]{right: 0}.woocommerce table.shop_table.cart tbody .product-quantity .quantity-inner [data-type="plus"]:before{content: '\f105'}.woocommerce table.shop_table.cart tbody .product-quantity .quantity-inner input{width: 100%;height: 12px;padding-right: 15px;padding-left: 15px;background-color: transparent;text-align: center;border: none}.woocommerce table.shop_table.cart tbody .product-remove{width: 68px;padding-right: 30px}.woocommerce table.shop_table.cart tbody .product-remove a{height: 30px;width: 30px;border: 1px solid #647072;display: inline-block;text-align: center;font-size: 0}.woocommerce table.shop_table.cart tbody .product-remove a:before{content: "\f00d";display: block;font-family: FontAwesome;font-size: 14px;line-height: 28px}.woocommerce table.shop_table.cart tbody tr:last-of-type td{padding: 0;padding-top: 70px;position: relative}.woocommerce table.shop_table.cart tbody tr:last-of-type td .continue-shopping{text-align: center;display: inline-block;float: left;text-transform: uppercase;font-size: 13px;font-weight: bold;letter-spacing: 0.2em;color: #242d2e;border: 1px solid #242d2e;padding: 12px 30px;-webkit-border-radius: 2px;-webkit-background-clip: padding-box;-moz-border-radius: 2px;-moz-background-clip: padding;border-radius: 2px;background-clip: padding-box;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.woocommerce table.shop_table.cart tbody tr:last-of-type td .continue-shopping:hover{background-color: #242d2e;color: #fff}.woocommerce table.shop_table.cart tbody tr:last-of-type td [name="update_cart"]{float: right;-webkit-border-radius: 2px;-webkit-background-clip: padding-box;-moz-border-radius: 2px;-moz-background-clip: padding;border-radius: 2px;background-clip: padding-box;background-color: #242d2e;padding: 11.5px 30px;font-size: 13px;border: 1px solid #242d2e}.woocommerce table.shop_table.cart tbody tr:last-of-type td [name="update_cart"][disabled]{opacity: 0.6;cursor: not-allowed}.woocommerce table.shop_table.cart tbody tr:last-of-type td [name="update_cart"]:hover{background-color: #fff;color: #242d2e}.woocommerce table.shop_table.cart .coupon-wrap{position: absolute;width: 33.333333333%;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);padding-left: 10px;padding-right: 10px;top: 100%;margin-top: 53px;text-align: center}.woocommerce table.shop_table.cart .coupon-wrap.col-6{width: 50%;left: 0;-webkit-transform: translateX(0);-moz-transform: translateX(0);-o-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);padding-left: 0}.woocommerce table.shop_table.cart .coupon-wrap .coupon{border: 1px solid #647072;overflow: auto;padding-bottom: 30px}.woocommerce table.shop_table.cart .coupon-wrap .coupon .woocommerce-block-title{padding: 16.5px 15px;border-bottom: 1px solid #647072}.woocommerce table.shop_table.cart .coupon-wrap .coupon-content{padding-left: 15px;padding-right: 15px}.woocommerce table.shop_table.cart .coupon-wrap .description{color: #242d2e;font-size: 14px}.woocommerce table.shop_table.cart .coupon-wrap .input-text{border: none;border-bottom: 1px solid #647072;max-width: 175px;margin-right: 15px;height: 46px}.woocommerce table.shop_table.cart .coupon-wrap .button{font-size: 13px;background-color: transparent;border: 1px solid #242d2e;color: #242d2e;padding: 11.5px 30px;-webkit-border-radius: 2px;-webkit-background-clip: padding-box;-moz-border-radius: 2px;-moz-background-clip: padding;border-radius: 2px;background-clip: padding-box}.woocommerce table.shop_table.cart .coupon-wrap .button:hover,.woocommerce table.shop_table.cart .coupon-wrap .button:focus{background-color: #242d2e;color: #fff}@media (max-width: 991px){.woocommerce table.shop_table.cart tbody .product-thumbnail img{max-width: 100px}.woocommerce table.shop_table.cart .coupon-wrap,.woocommerce table.shop_table.cart .coupon-wrap.col-6{width: 100%;left: 0;-webkit-transform: translateX(0);-moz-transform: translateX(0);-o-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);padding-left: 0;padding-right: 0}.woocommerce table.shop_table.cart .coupon-wrap .input-text,.woocommerce table.shop_table.cart .coupon-wrap.col-6 .input-text{max-width: none;width: 60%;float: none}.woocommerce table.shop_table.cart .coupon-wrap .button,.woocommerce table.shop_table.cart .coupon-wrap.col-6 .button{float: none}}@media (max-width: 768px){.woocommerce table.shop_table.cart.cart{border-top: 1px solid #647072}.woocommerce table.shop_table.cart tbody td{padding: 8px}.woocommerce table.shop_table.cart tbody td:before{text-transform: uppercase;color: #242d2e;font-size: 14px}.woocommerce table.shop_table.cart tbody .product-name{padding-top: 30px}.woocommerce table.shop_table.cart tbody .product-quantity .quantity{max-width: none}.woocommerce table.shop_table.cart tbody .product-quantity .quantity-inner{max-width: 125px;margin-left: auto}.woocommerce table.shop_table.cart tbody .product-remove{width: 100%;padding-right: 8px;padding-bottom: 30px}.woocommerce table.shop_table.cart tbody tr:last-of-type td{padding-top: 20px;background-color: transparent}.woocommerce table.shop_table.cart tbody tr:last-of-type td .coupon-wrap{margin-top: 90px}.woocommerce table.shop_table.cart tbody tr:last-of-type td .coupon-wrap .coupon{padding-bottom: 30px}.woocommerce table.shop_table.cart tbody tr:last-of-type td .coupon-wrap .button{width: auto;float: none !important;display: inline-block}.woocommerce table.shop_table.cart tbody tr:last-of-type .continue-shopping,.woocommerce table.shop_table.cart tbody tr:last-of-type [name="update_cart"]{width: auto}}@media (max-width: 479px){.woocommerce table.shop_table.cart tbody tr:last-of-type td .continue-shopping,.woocommerce table.shop_table.cart tbody tr:last-of-type td [name="update_cart"]{width: 100%}.woocommerce table.shop_table.cart tbody tr:last-of-type td .continue-shopping{margin-bottom: 20px}.woocommerce table.shop_table.cart tbody tr:last-of-type td .coupon-wrap{margin-top: 150px}.woocommerce table.shop_table.cart tbody tr:last-of-type td .coupon-wrap .input-text{width: 100%;margin-bottom: 20px;margin-left: auto;text-align: center}.woocommerce table.shop_table.cart tbody tr:last-of-type td .coupon-wrap .button{width: 100%}}.woocommerce .cart-collaterals .cart_totals{margin-top: 53px}.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form{display: block !important}.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator,.woocommerce .cart-collaterals .cart_totals .cart_totals_inner{text-align: center;border: 1px solid #647072}.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .woocommerce-block-title,.woocommerce .cart-collaterals .cart_totals .cart_totals_inner .woocommerce-block-title{padding: 16.5px 10px;border-bottom: 1px solid #647072}.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator p{padding-left: 15px;padding-right: 15px}.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator p select,.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator p input{font-size: 14px;height: 40px;line-height: 40px;border-color: #647072;width: 100%}.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator button.button{background-color: transparent;border: 1px solid #242d2e;color: #242d2e;padding: 11.5px 30px;-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: 13px;margin-top: 10px;margin-bottom: 5px}.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator button.button:hover,.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator button.button:focus{background-color: #242d2e;color: #fff}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner .shop_table{border: none}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner th,.woocommerce .cart-collaterals .cart_totals .cart_totals_inner td{background-color: transparent;border: none}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner th{padding-left: 50px;font-size: 14px;color: #242d2e;text-transform: uppercase;font-weight: 400;vertical-align: top}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner td{padding: 8px;padding-right: 50px;text-align: right;font-weight: bold;color: #242d2e}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner ul{list-style-type: none;padding: 0;font-weight: 400;font-size: 14px;color: #242d2e;white-space: nowrap;margin-bottom: 5px}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner ul li .shipping_method{vertical-align: middle;margin-right: 5px}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner .cart-subtotal td,.woocommerce .cart-collaterals .cart_totals .cart_totals_inner .order-total td{font-size: 18px;font-weight: 500}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner .wc-proceed-to-checkout{margin-bottom: 27px;padding-top: 15px;padding-left: 15px;padding-right: 15px}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner .wc-proceed-to-checkout .button{font-size: 13px;display: inline-block;background-color: transparent;border: 1px solid #242d2e;color: #242d2e;padding: 9.5px 24px;-webkit-border-radius: 2px;-webkit-background-clip: padding-box;-moz-border-radius: 2px;-moz-background-clip: padding;border-radius: 2px;background-clip: padding-box;text-transform: uppercase;font-weight: bold;letter-spacing: 0.2em}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner .wc-proceed-to-checkout .button:hover,.woocommerce .cart-collaterals .cart_totals .cart_totals_inner .wc-proceed-to-checkout .button:focus{background-color: #242d2e;color: #fff}.woocommerce .cart-collaterals .cross-sells{margin-top: 70px}.woocommerce .cart-collaterals .cross-sells h2{margin-bottom: 40px}@media (min-width: 1200px){.has-sidebar .woocommerce table.shop_table.cart .coupon-wrap .input-text{width: 100%;max-width: none;text-align: center;margin-left: auto}.has-sidebar .woocommerce table.shop_table.cart .coupon-wrap .button{margin-top: 20px;width: 100%}.has-sidebar .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row label,.has-sidebar .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row select,.has-sidebar .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row input{width: 100%;text-align-last: center}.has-sidebar .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row label{margin-bottom: 5px}.has-sidebar .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator button.button{width: 100%}.has-sidebar .woocommerce .cart-collaterals .cart_totals .cart_totals_inner th{padding-left: 15px}.has-sidebar .woocommerce .cart-collaterals .cart_totals .cart_totals_inner td{padding-right: 15px}.has-sidebar .woocommerce .cart-collaterals .cart_totals .cart_totals_inner .wc-proceed-to-checkout .button{width: 100%}}@media (min-width: 992px) and (max-width: 1199px){body:not(.has-sidebar) .woocommerce table.shop_table.cart .coupon-wrap .input-text{width: 100%;max-width: none;text-align: center;margin-left: auto}body:not(.has-sidebar) .woocommerce table.shop_table.cart .coupon-wrap .button{margin-top: 20px;width: 100%}body:not(.has-sidebar) .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row label,body:not(.has-sidebar) .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row select,body:not(.has-sidebar) .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row input{width: 100%;text-align-last: center}body:not(.has-sidebar) .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row label{margin-bottom: 5px}body:not(.has-sidebar) .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator button.button{width: 100%}body:not(.has-sidebar) .woocommerce .cart-collaterals .cart_totals .cart_totals_inner th{padding-left: 15px}body:not(.has-sidebar) .woocommerce .cart-collaterals .cart_totals .cart_totals_inner td{padding-right: 15px}body:not(.has-sidebar) .woocommerce .cart-collaterals .cart_totals .cart_totals_inner .wc-proceed-to-checkout .button{width: 100%}.has-sidebar .woocommerce table.shop_table.cart .coupon-wrap{width: 100%;padding-left: 0;padding-right: 0}.has-sidebar .woocommerce table.shop_table.cart thead .product-thumbnail{padding-left: 30px}.has-sidebar .woocommerce .cart-collaterals .cart_totals{margin-top: 300px}.has-sidebar .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator-wrap,.has-sidebar .woocommerce .cart-collaterals .cart_totals .cart-totals-wrap{width: 100%;margin-left: 0}.has-sidebar .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator{margin-bottom: 45px}.has-sidebar .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row label,.has-sidebar .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row select,.has-sidebar .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row input{width: 100%;text-align-last: center}.has-sidebar .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row label{margin-bottom: 5px}.has-sidebar .woocommerce .cart-collaterals .cart_totals .cart_totals_inner th{padding-left: 30px}.has-sidebar .woocommerce .cart-collaterals .cart_totals .cart_totals_inner td{padding-right: 30px}.has-sidebar .woocommerce .cart-collaterals .cross-sells{margin-top: 50px}}@media (max-width: 991px){.woocommerce table.shop_table.cart .coupon-wrap{width: 100%;padding-left: 0;padding-right: 0}.woocommerce table.shop_table.cart thead .product-thumbnail{padding-left: 30px}.woocommerce .cart-collaterals .cart_totals{margin-top: 300px}.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator-wrap,.woocommerce .cart-collaterals .cart_totals .cart-totals-wrap{width: 100%;margin-left: 0}.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator{margin-bottom: 45px}.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row label,.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row select,.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row input{width: 100%;text-align-last: center}.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row label{margin-bottom: 5px}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner th{padding-left: 30px}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner td{padding-right: 30px}.woocommerce .cart-collaterals .cross-sells{margin-top: 50px}}@media (max-width: 767px){.woocommerce .cart-collaterals .cart_totals{width: auto;margin-top: 290px}.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row label,.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row select,.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row input{width: 100%;text-align-last: center}.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .form-row label{margin-bottom: 5px}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner td{padding-right: 15px}.woocommerce .cart-collaterals .cross-sells{margin-top: 50px}}@media (max-width: 479px){.woocommerce .cart-collaterals .cart_totals{margin-top: 350px}.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator button.button,.woocommerce .cart-collaterals .cart_totals .cart_totals_inner .wc-proceed-to-checkout .button{width: 100%}}.has-sidebar .woocommerce table.shop_table.cart .product-thumbnail img{max-width: 100px}.woocommerce table.shop_table.order_details,.woocommerce table.shop_table.account-orders-table{border-color: #647072}.woocommerce table.shop_table.order_details thead th,.woocommerce table.shop_table.account-orders-table thead th{background-color: transparent;text-transform: uppercase;font-size: 14px;color: #242d2e;padding: 16px 30px;font-weight: bold}.woocommerce table.shop_table.order_details th,.woocommerce table.shop_table.account-orders-table th,.woocommerce table.shop_table.order_details td,.woocommerce table.shop_table.account-orders-table td{font-size: 14px;color: #242d2e;font-weight: normal;border-top-color: #647072;padding: 15px 30px 5px;background-color: transparent}.woocommerce table.shop_table.order_details tbody strong,.woocommerce table.shop_table.account-orders-table tbody strong{font-weight: normal}.woocommerce table.shop_table.order_details tfoot tr:last-of-type th,.woocommerce table.shop_table.account-orders-table tfoot tr:last-of-type th,.woocommerce table.shop_table.order_details tfoot tr:last-of-type td,.woocommerce table.shop_table.account-orders-table tfoot tr:last-of-type td{text-transform: uppercase;font-weight: 500}.woocommerce-info + .login{width: 50%;font-size: 14px;color: #242d2e}.woocommerce-info + .login .form-row-first,.woocommerce-info + .login .form-row-last{overflow: auto}.woocommerce-info + .login .form-row-first label,.woocommerce-info + .login .form-row-last label{width: 36%;position: relative;top: 10px}.woocommerce-info + .login .form-row-first input,.woocommerce-info + .login .form-row-last input{width: 60%;float: right;border: none;border-bottom: 1px solid #647072;height: 34px}.woocommerce-info + .login [name="login"]{font-size: 13px;background-color: transparent;border: 1px solid #242d2e;color: #242d2e;padding: 11.5px 30px;-webkit-border-radius: 2px;-webkit-background-clip: padding-box;-moz-border-radius: 2px;-moz-background-clip: padding;border-radius: 2px;background-clip: padding-box}.woocommerce-info + .login [name="login"]:hover,.woocommerce-info + .login [name="login"]:focus{background-color: #242d2e;color: #fff}.woocommerce-info + .login label[for="rememberme"]{float: right;margin-top: 15px}.woocommerce-info + .login .lost_password a{color: #000}.woocommerce form.woocommerce-checkout #customer_details .col-1,.woocommerce form.woocommerce-checkout #customer_details .col-2{border: 1px solid #647072}.woocommerce form.woocommerce-checkout #customer_details .col-1{margin-bottom: 50px}.woocommerce form.woocommerce-checkout #customer_details .widget-title{text-align: center;font-size: 14px;font-weight: bold;letter-spacing: 0.2em;color: #242d2e;text-transform: uppercase;font-family: 'Marvel';border-bottom: 1px solid #647072;margin-bottom: 0;padding: 19px 15px}.woocommerce form.woocommerce-checkout #customer_details p{padding-left: 30px;padding-right: 30px;margin-bottom: 27px;color: #242d2e;font-size: 14px}.woocommerce form.woocommerce-checkout #customer_details p label{text-transform: uppercase;font-weight: normal;width: 26%;text-align: left;top: 10px;position: relative}.woocommerce form.woocommerce-checkout #customer_details p input{width: 70%;float: right;border: none;border-bottom: 1px solid #647072;height: 34px}.woocommerce form.woocommerce-checkout #customer_details p.create-account label{top: -3px;width: auto;padding-left: 10px;text-transform: none}.woocommerce form.woocommerce-checkout #customer_details p.create-account .input-checkbox{width: auto;height: auto;float: left}.woocommerce form.woocommerce-checkout #customer_details p.notes label{top: 0}.woocommerce form.woocommerce-checkout #customer_details p.notes textarea{width: 100%;max-width: 100%;border: none;border-bottom: 1px solid #647072}.woocommerce form.woocommerce-checkout .select2-container{width: 70% !important;float: right}.woocommerce form.woocommerce-checkout .select2-container &gt; a{padding-left: 10px;height: 34px;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;border-bottom: 1px solid #647072;font-size: 14px;color: #242d2e}.woocommerce form.woocommerce-checkout .select2-container &gt; a .select2-arrow b:after{display: none}.woocommerce form.woocommerce-checkout .select2-container &gt; a .select2-arrow b:before{content: '\f107';font-family: FontAwesome;font-size: 14px;color: #242d2e}.woocommerce form.woocommerce-checkout .select2-container.select2-dropdown-open &gt; a .select2-arrow b:before{content: '\f106'}.woocommerce form.woocommerce-checkout .select2-container--default .select2-selection--single{height: 34px;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;border-bottom: 1px solid #647072}.woocommerce form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{color: #242d2e;line-height: 34px}.woocommerce form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height: 100%}.woocommerce form.woocommerce-checkout .checkout-coupon-wrap{text-align: center;border: 1px solid #647072;margin-bottom: 30px}.woocommerce form.woocommerce-checkout .checkout-coupon-wrap .woocommerce-block-title{padding: 16.5px 10px;border-bottom: 1px solid #647072}.woocommerce form.woocommerce-checkout .checkout-coupon-wrap .description{font-size: 14px;color: #242d2e;padding-top: 5px;margin-bottom: 15px}.woocommerce form.woocommerce-checkout .checkout-coupon-wrap .form-row{padding-left: 15px;padding-right: 15px;margin-bottom: 25px}.woocommerce form.woocommerce-checkout .checkout-coupon-wrap .form-row .input-text{border: none;border-bottom: 1px solid #647072;max-width: 175px;margin-right: 15px;height: 46px;font-size: 14px;color: #242d2e}.woocommerce form.woocommerce-checkout .checkout-coupon-wrap .form-row .button{font-size: 13px;background-color: transparent;border: 1px solid #242d2e;color: #242d2e;padding: 11.5px 30px;-webkit-border-radius: 2px;-webkit-background-clip: padding-box;-moz-border-radius: 2px;-moz-background-clip: padding;border-radius: 2px;background-clip: padding-box}.woocommerce form.woocommerce-checkout .checkout-coupon-wrap .form-row .button:hover,.woocommerce form.woocommerce-checkout .checkout-coupon-wrap .form-row .button:focus{background-color: #242d2e;color: #fff}.woocommerce form.woocommerce-checkout #order_review{text-align: center;border: 1px solid #647072;margin-bottom: 30px}.woocommerce form.woocommerce-checkout #order_review .widget-title{padding: 16.5px 10px;margin-bottom: 0 !important;border-bottom: 1px solid #647072}.woocommerce form.woocommerce-checkout .order-review-wrap{padding: 25px}.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table{border: none}.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name,.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th{text-align: left;padding-left: 0;font-size: 14px;color: #242d2e;font-weight: normal}.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td{text-align: right;padding-right: 0}.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table strong{font-weight: normal}.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table thead th{background-color: transparent;border: none;text-transform: uppercase;font-weight: normal;font-size: 14px;color: #242d2e;padding: 0;padding-bottom: 13px}.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td{border: none;border-bottom: 1px solid #647072;padding-top: 29px;padding-bottom: 5px}.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .product-total{font-weight: 500;font-size: 18px;color: #242d2e}.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th{background-color: transparent;vertical-align: middle}.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td{border-bottom: 1px solid #647072;padding-top: 29px;padding-bottom: 5px}.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal td,.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td,.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal strong,.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total strong{font-weight: 500;font-size: 18px;color: #242d2e}.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th{text-transform: uppercase}.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method{list-style-type: none;padding: 0;margin: 0;color: #242d2e;font-size: 14px}.woocommerce form.woocommerce-checkout #payment{padding-top: 5px}.woocommerce form.woocommerce-checkout #payment .payment_methods{list-style-type: none;padding: 0;margin: 0;text-align: left;color: #242d2e}.woocommerce form.woocommerce-checkout #payment li{padding-bottom: 16px}.woocommerce form.woocommerce-checkout #payment .payment_box{border: 1px solid #647072;padding: 20px;margin-top: 12px}.woocommerce form.woocommerce-checkout #payment .place-order{margin-top: 50px;margin-bottom: 40px}.woocommerce form.woocommerce-checkout #payment .place-order .button{font-size: 13px;background-color: transparent;border: 1px solid #242d2e;color: #242d2e;padding: 11.5px 30px;-webkit-border-radius: 2px;-webkit-background-clip: padding-box;-moz-border-radius: 2px;-moz-background-clip: padding;border-radius: 2px;background-clip: padding-box}.woocommerce form.woocommerce-checkout #payment .place-order .button:hover,.woocommerce form.woocommerce-checkout #payment .place-order .button:focus{background-color: #242d2e;color: #fff}.order-received-wrap .woocommerce-thankyou-order-details{list-style-type: none;padding: 0}.order-received-wrap .woocommerce-thankyou-order-details li{font-size: 14px;color: #242d2e;display: inline-block;padding-right: 20px;border-right: 1px dashed #647072}.order-received-wrap .woocommerce-thankyou-order-details li:not(:first-child){padding-left: 20px}.order-received-wrap .woocommerce-thankyou-order-details li strong{display: block}.order-received-wrap .widget-title{font-size: 14px;text-transform: uppercase;color: #242d2e;font-weight: bold;font-family: 'Marvel'}.order-received-wrap .customer-details{padding-top: 30px}.order-received-wrap .customer-details .customer-details-block,.order-received-wrap .customer-details .billing-address,.order-received-wrap .customer-details .shipping-address{border: 1px solid #647072;text-align: center}.order-received-wrap .customer-details .customer-details-block .woocommerce-block-title,.order-received-wrap .customer-details .billing-address .woocommerce-block-title,.order-received-wrap .customer-details .shipping-address .woocommerce-block-title{padding: 16.5px 10px;margin-bottom: 0 !important;border-bottom: 1px solid #647072}.order-received-wrap .customer-details .customer-details-block &gt; div,.order-received-wrap .customer-details .billing-address &gt; div,.order-received-wrap .customer-details .shipping-address &gt; div,.order-received-wrap .customer-details .customer-details-block &gt; address,.order-received-wrap .customer-details .billing-address &gt; address,.order-received-wrap .customer-details .shipping-address &gt; address{padding: 15px;color: #242d2e;font-style: normal}.order-received-wrap .customer-details .customer-details-block .customer-meta{margin-bottom: 20px}.order-received-wrap .customer-details .customer-details-block .customer-meta .customer-meta-title{margin-bottom: 0}@media (min-width: 992px){.has-sidebar .woocommerce-info + .login{width: 100%}.has-sidebar .woocommerce form.woocommerce-checkout #customer_details,.has-sidebar .woocommerce form.woocommerce-checkout #customer_details + div{width: 100%}.has-sidebar .woocommerce form.woocommerce-checkout .checkout-coupon-wrap{margin-top: 50px;margin-bottom: 50px}.has-sidebar .woocommerce form.woocommerce-checkout .checkout-coupon-wrap .form-row .input-text{width: 60%;max-width: none}.has-sidebar .woocommerce form.woocommerce-checkout #payment .place-order{margin-top: 30px;margin-bottom: 20px}}@media (min-width: 992px) and (max-width: 1199px){body:not(.has-sidebar) .woocommerce form.woocommerce-checkout .checkout-coupon-wrap .form-row .input-text{max-width: none;width: 100%;text-align: center;margin-right: 0;margin-bottom: 20px}body:not(.has-sidebar) .woocommerce form.woocommerce-checkout .checkout-coupon-wrap .form-row .button{width: 100%}body:not(.has-sidebar) .woocommerce form.woocommerce-checkout #payment .place-order .button{width: 100%}.has-sidebar .order-received-wrap .customer-details &gt; div{width: 100%;margin-bottom: 40px}.has-sidebar .order-received-wrap .customer-details &gt; div:last-child{margin-bottom: 0}}@media (max-width: 991px){.woocommerce-info + .login{width: 100%}.woocommerce form.woocommerce-checkout #customer_details,.woocommerce form.woocommerce-checkout #customer_details + div{width: 100%}.woocommerce form.woocommerce-checkout .checkout-coupon-wrap{margin-top: 50px;margin-bottom: 50px}.woocommerce form.woocommerce-checkout .checkout-coupon-wrap .form-row .input-text{width: 60%;max-width: none}.woocommerce form.woocommerce-checkout #payment .place-order{margin-top: 30px;margin-bottom: 20px}}@media (max-width: 767px){.order-received-wrap .woocommerce-thankyou-order-details li{display: block;padding-right: 0;border-right: none;margin-bottom: 10px}.order-received-wrap .woocommerce-thankyou-order-details li:not(:first-child){padding-left: 0}.order-received-wrap .woocommerce-thankyou-order-details li strong{display: inline-block}}@media (max-width: 479px){.woocommerce-info + .login .form-row-first label,.woocommerce-info + .login .form-row-last label{width: 100%;top: 0;text-transform: uppercase}.woocommerce-info + .login .form-row-first input,.woocommerce-info + .login .form-row-last input{width: 100%;float: none}.woocommerce-info + .login [name="login"]{width: 100%}.woocommerce-info + .login label[for="rememberme"]{float: left}.woocommerce-info + .login .lost_password{float: right}.woocommerce-info + .login .lost_password a{color: #000}.woocommerce form.woocommerce-checkout #customer_details p{padding-left: 15px;padding-right: 15px}.woocommerce form.woocommerce-checkout #customer_details p label{width: 100%;text-align: center;top: 0}.woocommerce form.woocommerce-checkout #customer_details p input{width: 100%;float: none}.woocommerce form.woocommerce-checkout #customer_details p.notes textarea{min-height: 50px}.woocommerce form.woocommerce-checkout .country_select{width: 100% !important;float: none}.woocommerce form.woocommerce-checkout .checkout-coupon-wrap .form-row .input-text{max-width: none;width: 100%;text-align: center;margin-right: 0;margin-bottom: 20px}.woocommerce form.woocommerce-checkout .checkout-coupon-wrap .form-row .button{width: 100%}}.woocommerce-account.logged-in #primary-content .woocommerce{margin-left: -15px;margin-right: -15px}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{padding-left: 15px;padding-right: 15px;float: left}.woocommerce-account .woocommerce-MyAccount-navigation{width: 25%}.woocommerce-account .woocommerce-MyAccount-navigation ul{margin: 0;padding: 0;list-style: none}.woocommerce-account .woocommerce-MyAccount-navigation ul li{font-size: 14px;color: #242d2e;padding: 0;margin: 0;line-height: 20px;font-weight: bold;position: relative;text-transform: uppercase}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{display: block;padding: 15px 20px;color: inherit;border-bottom: solid 1px #647072;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{background-color: #000;border-bottom-color: #000;color: #fff}.woocommerce-account .woocommerce-MyAccount-content{width: 75%;font-size: 14px}.woocommerce-account .woocommerce-MyAccount-content p a{color: #000}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses{margin-left: -15px;margin-right: -15px}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{width: 50%;float: left;padding-left: 15px;padding-right: 15px}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .widget-title{display: inline-block;font-size: 14px;letter-spacing: 0.2em}.woocommerce-account .woocommerce-MyAccount-content .edit{float: right;text-transform: uppercase;-webkit-border-radius: 2px;-webkit-background-clip: padding-box;-moz-border-radius: 2px;-moz-background-clip: padding;border-radius: 2px;background-clip: padding-box;border: 1px solid #242d2e;background-color: transparent;padding: 5px 20px;display: inline-block;color: #242d2e}.woocommerce-account .woocommerce-MyAccount-content .edit:hover{color: #fff;background-color: #242d2e}.woocommerce-account .woocommerce-MyAccount-content .edit-account p{font-size: 14px;color: #242d2e;overflow: auto}.woocommerce-account .woocommerce-MyAccount-content .edit-account p label{display: block;text-transform: uppercase}.woocommerce-account .woocommerce-MyAccount-content .edit-account p input{width: 100%;display: block;border: none;border-bottom: 1px solid #647072;height: 34px}.woocommerce-account .woocommerce-MyAccount-content .edit-account p:last-child .button{width: auto;height: auto;margin-top: 50px;font-size: 13px;text-transform: uppercase;padding: 11.5px 30px;border: 1px solid #242d2e;color: #242d2e;background-color: transparent;font-weight: bold;-webkit-border-radius: 2px;-webkit-background-clip: padding-box;-moz-border-radius: 2px;-moz-background-clip: padding;border-radius: 2px;background-clip: padding-box;display: inline-block}.woocommerce-account .woocommerce-MyAccount-content .edit-account p:last-child .button:hover,.woocommerce-account .woocommerce-MyAccount-content .edit-account p:last-child .button:focus{background-color: #242d2e;color: #fff}.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset{margin-top: 30px;border: 1px solid #647072;padding: 20px}#customer_login{margin-left: -15px;margin-right: -15px}#customer_login &gt; div{width: 50%;float: left;padding-left: 15px;padding-right: 15px;font-size: 14px;color: #242d2e}#customer_login &gt; div .widget-title{font-size: 14px;letter-spacing: 0.2em}#customer_login &gt; div .form-row-wide{margin-bottom: 30px}#customer_login &gt; div .form-row-wide label{text-transform: uppercase;display: block}#customer_login &gt; div .form-row-wide input{border: none;border-bottom: 1px solid #647072;height: 34px;width: 100%}#customer_login &gt; div .button{font-size: 13px;text-transform: uppercase;padding: 11.5px 30px;border: 1px solid #242d2e;color: #242d2e;background-color: transparent;font-weight: bold;-webkit-border-radius: 2px;-webkit-background-clip: padding-box;-moz-border-radius: 2px;-moz-background-clip: padding;border-radius: 2px;background-clip: padding-box;display: inline-block}#customer_login &gt; div .button:hover,#customer_login &gt; div .button:focus{background-color: #242d2e;color: #fff}#customer_login &gt; div [for="rememberme"]{float: right;padding-top: 10px}#customer_login &gt; div .lost_password a{color: #000}.woocommerce table.my_account_orders .order-actions{padding-top: 5px}.woocommerce table.my_account_orders .order-actions .button{display: inline-block;font-size: 13px;text-transform: uppercase;padding: 5px 20px;border: 1px solid #242d2e;color: #242d2e;font-weight: bold;-webkit-border-radius: 2px;-webkit-background-clip: padding-box;-moz-border-radius: 2px;-moz-background-clip: padding;border-radius: 2px;background-clip: padding-box}.woocommerce table.my_account_orders .order-actions .button:hover,.woocommerce table.my_account_orders .order-actions .button:focus{background-color: #242d2e;color: #fff}.track_order{text-align: center;font-size: 14px;color: #242d2e}.track_order .form-row-first label,.track_order .form-row-last label{text-transform: uppercase;display: block}.track_order .form-row-first input,.track_order .form-row-last input{border: none;border-bottom: 1px solid #647072;height: 34px;width: 50%;text-align: center}.track_order p:last-of-type{padding-top: 30px}.track_order p:last-of-type .button{display: inline-block;font-size: 13px;text-transform: uppercase;padding: 11.5px 30px;border: 1px solid #242d2e;color: #242d2e;background-color: transparent;font-weight: bold;-webkit-border-radius: 2px;-webkit-background-clip: padding-box;-moz-border-radius: 2px;-moz-background-clip: padding;border-radius: 2px;background-clip: padding-box}.track_order p:last-of-type .button:hover,.track_order p:last-of-type .button:focus{background-color: #242d2e;color: #fff}@media (min-width: 992px) and (max-width: 1199px){.has-sidebar.woocommerce-account .woocommerce-MyAccount-content,.has-sidebar.woocommerce-account .woocommerce-MyAccount-navigation{width: 100%}.has-sidebar.woocommerce-account .woocommerce-MyAccount-navigation ul{border-bottom: 1px solid #647072}.has-sidebar.woocommerce-account .woocommerce-MyAccount-navigation ul li{display: inline-block;font-size: 11px;margin-bottom: 4px}.has-sidebar.woocommerce-account .woocommerce-MyAccount-navigation ul li a{border-bottom: none}.has-sidebar.woocommerce-account .woocommerce-MyAccount-content{margin-top: 50px}.has-sidebar.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{width: 100%}.has-sidebar.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-1{margin-bottom: 50px}.has-sidebar.woocommerce-account #customer_login &gt; div{width: 100%}.has-sidebar.woocommerce-account #customer_login .col-1{margin-bottom: 50px}.has-sidebar.woocommerce-account .track_order .form-row-first input,.has-sidebar.woocommerce-account .track_order .form-row-last input{width: 100%}}@media (max-width: 991px){.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{width: 100%}.woocommerce-account .woocommerce-MyAccount-navigation ul{border-bottom: 1px solid #647072}.woocommerce-account .woocommerce-MyAccount-navigation ul li{display: inline-block;font-size: 11px;margin-bottom: 4px}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{border-bottom: none}.woocommerce-account .woocommerce-MyAccount-content{margin-top: 50px}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{width: 100%}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .col-1{margin-bottom: 50px}.woocommerce-account #customer_login &gt; div{width: 100%}.woocommerce-account #customer_login .col-1{margin-bottom: 50px}.woocommerce-account .track_order .form-row-first input,.woocommerce-account .track_order .form-row-last input{width: 100%}}@media (max-width: 479px){.woocommerce-account .woocommerce-MyAccount-content .edit-account p:last-child .button{width: 100%}#customer_login &gt; div .button{width: 100%}#customer_login &gt; div [for="rememberme"]{float: left;padding-top: 20px}#customer_login &gt; div .lost_password{float: right}.track_order p:last-of-type .button{width: 100%}}.wishlist-title h2{font-size: 18px;letter-spacing: 0.2em;margin-bottom: 20px !important;text-transform: uppercase;font-family: 'Marvel'}.woocommerce table.shop_table.wishlist_table{font-size: 100%}.woocommerce table.shop_table.wishlist_table th,.woocommerce table.shop_table.wishlist_table td{text-align: left}.woocommerce table.shop_table.wishlist_table thead .product-remove{border-left: 1px solid #647072;border-right: none;text-align: center;padding-right: 30px;padding-left: 30px}.woocommerce table.shop_table.wishlist_table thead .product-remove:before{content: '\f00d';font-family: FontAwesome}.woocommerce table.shop_table.wishlist_table thead .product-thumbnail{border-left: none;padding-left: 8px;width: auto}.woocommerce table.shop_table.wishlist_table thead .product-add-to-cart{border-right: 1px solid #647072}.woocommerce table.shop_table.wishlist_table tbody .product-remove{padding-right: 30px;padding-left: 30px;width: 90px}.woocommerce table.shop_table.wishlist_table tbody .product-thumbnail{padding-left: 8px}.woocommerce table.shop_table.wishlist_table tbody .product-thumbnail a{max-width: none}.woocommerce table.shop_table.wishlist_table tbody .product-add-to-cart{padding-right: 30px}.woocommerce table.shop_table.wishlist_table tbody .product-add-to-cart .button{font-size: 13px;display: block !important;background-color: transparent;border: 1px solid #242d2e;color: #242d2e;text-transform: uppercase;font-weight: bold}.woocommerce table.shop_table.wishlist_table tbody .product-add-to-cart .button:hover{background-color: #242d2e;color: #fff}.woocommerce table.shop_table.wishlist_table tbody tr:last-of-type td{padding: 30px 8px}.woocommerce table.shop_table.wishlist_table tbody tr:last-of-type .product-remove{padding-left: 30px;padding-right: 30px}.woocommerce table.shop_table.wishlist_table tbody tr:last-of-type .product-add-to-cart{padding-right: 30px}.woocommerce table.shop_table.wishlist_table tfoot td{border-top-color: #647072}.yith_wcwl_wishlist_footer .yith-wcwl-share ul{padding: 0}@media (max-width: 479px){#yith-wcwl-form{overflow-x: scroll}}.woocommerce .widget_price_filter .price_slider_wrapper button{background-color: transparent;border: solid 1px #242d2e;-webkit-border-radius: 4px;-webkit-background-clip: padding-box;-moz-border-radius: 4px;-moz-background-clip: padding;border-radius: 4px;background-clip: padding-box;padding: 5px 20px;color: #242d2e;float: right;font-size: 14px}.woocommerce .widget_price_filter .price_slider_wrapper button:hover{color: #fff;background-color: #242d2e}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color: #a4aeb0;height: 6px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;-webkit-background-clip: padding-box;-moz-background-clip: padding;background-clip: padding-box;margin-bottom: 25px;position: relative}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{height: 5px;-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 .widget_price_filter .ui-slider .ui-slider-handle.ui-state-default{height: 14px;width: 14px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;top: -4px;position: absolute;background-color: #242d2e;-webkit-background-clip: padding-box;-moz-background-clip: padding;background-clip: padding-box;cursor: e-resize}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-default{margin-left: -0.5em;outline: none}.product-category h2,.product-category h3{margin-bottom: 0;margin-top: 20px;font-size: 24px;text-align: center}.product-category h2 mark,.product-category h3 mark{background: transparent}.select2-container .select2-selection--single{height: 40px}.select2-container--default .select2-selection--single{border-color: #647072;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 40px;color: #859294;text-align: left;padding-left: 10px}.select2-container--default .select2-selection--single .select2-selection__arrow{height: 38px}.g5plus-btn-container{padding: 5px 0;position: relative;z-index: 1}button,input[type="submit"]{border: none}.wishlist_table .product-add-to-cart a{display: inline-block !important}.wishlist_table .product-add-to-cart a,button,input[type="submit"],.btn{box-sizing: border-box;display: inline-block;text-transform: uppercase;padding: 15px 30px;font-size: 16px;letter-spacing: 0.2em;line-height: 21px;font-weight: 700;color: #fff;background-color: #000;border: 1px solid;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.wishlist_table .product-add-to-cart a:hover,button:hover,input[type="submit"]:hover,.btn:hover,.wishlist_table .product-add-to-cart a:focus,button:focus,input[type="submit"]:focus,.btn:focus{color: #fff;background-color: #647072}.btn.btn-lg{padding: 18.5px 44px}.btn.btn-md{font-size: 14px;padding: 13.5px 37px}.btn.btn-sm{font-size: 13px;padding: 11.5px 32px}.btn.btn-xs{font-size: 12px;padding: 8.5px 30px}.btn.bt-rd-2,.btn.bt-rd-2:before{-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px}.btn.bt-rd-5,.btn.bt-rd-5:before{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px}.btn.bt-rd-max,.btn.bt-rd-max:before{-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px}.btn.bt-light{color: #242d2e}.btn.bt-light:hover:before{border-color: #242d2e}.btn.bt-bg-gra{border: none}.btn.bt-bg,.btn.bt-bg-gra{position: relative}.btn.bt-bg:before,.btn.bt-bg-gra:before{content: "";position: absolute;top: 3px;bottom: 3px;left: 3px;right: 3px;border: 1px solid;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;-webkit-transform: scale(.7);-moz-transform: scale(.7);-ms-transform: scale(.7);-o-transform: scale(.7);transform: scale(.7)}.btn.bt-bg:hover:before,.btn.bt-bg-gra:hover:before{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1)}.btn.bt-bd{background-color: transparent}.btn.bt-bd:hover{background-color: #000;color: #fff !important;border-color: #000 !important}.btn.bt-bd-gra{-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;color: #242d2e;background-color: transparent}.btn.bt-bd-gra:hover{border-image-width: 30px !important;border-image-slice: 30 !important;color: #fff}.btn:before{border-color: transparent;color: transparent}.btn:hover:before{border-color: #fff}.btn.bt-box-shadow{box-shadow: 0 15px 35px rgba(36,45,46,0.2)}.btn.bt-uni{background-color: transparent;border-color: transparent;color: #242d2e;position: relative}.btn.bt-uni:before,.btn.bt-uni:after{content: '';position: absolute;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.btn.bt-uni.bt-light{color: #ffffff}.btn.bt-uni.bt-uni-1:before{border-left: 1px solid #242d2e;border-bottom: 1px solid transparent;top: 0;bottom: 0;left: 0;right: 99%}.btn.bt-uni.bt-uni-1:after{border-right: 1px solid #242d2e;border-top: 1px solid transparent;top: 0;bottom: 0;right: 0;left: 99%}.btn.bt-uni.bt-uni-1:hover:before{border-bottom-color: #242d2e;border-left-color: transparent;right: 0;top: 99%}.btn.bt-uni.bt-uni-1:hover:after{border-top-color: #242d2e;border-right-color: transparent;left: 0;bottom: 100%}.btn.bt-uni.bt-uni-1.btn-md:hover:before{top: 98%}.btn.bt-uni.bt-uni-1.btn-md:hover:after{bottom: 100%}.btn.bt-uni.bt-uni-1.btn-sm:hover:before{top: 97%}.btn.bt-uni.bt-uni-1.btn-sm:hover:after{bottom: 100%}.btn.bt-uni.bt-uni-1.btn-xs:hover:before{top: 96%}.btn.bt-uni.bt-uni-1.btn-xs:hover:after{bottom: 100%}.btn.bt-uni.bt-uni-1.bt-light:before{border-left-color: #ffffff}.btn.bt-uni.bt-uni-1.bt-light:after{border-right-color: #ffffff}.btn.bt-uni.bt-uni-1.bt-light:hover:before{border-bottom-color: #ffffff}.btn.bt-uni.bt-uni-1.bt-light:hover:after{border-top-color: #ffffff}.btn.bt-uni.bt-uni-2:before{border-top: 1px solid #242d2e;border-left: 1px solid #242d2e;left: 0;right: 0;top: 0;bottom: 100%}.btn.bt-uni.bt-uni-2:after{border-bottom: 1px solid #242d2e;border-right: 1px solid #242d2e;left: 0;right: 0;bottom: 0;top: 99%}.btn.bt-uni.bt-uni-2:hover:before{right: 50%;bottom: 50%}.btn.bt-uni.bt-uni-2:hover:after{left: 50%;top: 50% !important}.btn.bt-uni.bt-uni-2.btn-md:after{top: 98%}.btn.bt-uni.bt-uni-2.btn-sm:after{top: 97%}.btn.bt-uni.bt-uni-2.btn-xs:after{top: 96%}.btn.bt-uni.bt-uni-2.bt-light:before{border-top-color: #ffffff;border-left-color: #ffffff}.btn.bt-uni.bt-uni-2.bt-light:after{border-bottom-color: #ffffff;border-right-color: #ffffff}.btn.bt-uni.bt-uni-3{border-color: #242d2e;background-color: #fff}.btn.bt-uni.bt-uni-3:before{top: 3px;left: 3px;right: -5px;bottom: -5px;border: 1px solid #242d2e;z-index: -1}.btn.bt-uni.bt-uni-3:hover:before{top: 0;left: 0;right: 0;bottom: 0}.btn.bt-uni.bt-uni-3.bt-light{border-color: #fff;background-color: #242d2e}.btn.bt-uni.bt-uni-3.bt-light:before{border-color: #ffffff}.btn.bt-uni.bt-uni-4:before{top: 50%;right: 50%;left: 0;bottom: 0;border-left: 1px solid #242d2e;border-bottom: 1px solid #242d2e}.btn.bt-uni.bt-uni-4:after{top: 0;right: 0;left: 50%;bottom: 50%;border-right: 1px solid #242d2e;border-top: 1px solid #242d2e}.btn.bt-uni.bt-uni-4:hover:before{right: 0;top: 99%}.btn.bt-uni.bt-uni-4:hover:after{left: 0;bottom: 100%}.btn.bt-uni.bt-uni-4.btn-md:hover:before{top: 98%}.btn.bt-uni.bt-uni-4.btn-sm:hover:before{top: 97%}.btn.bt-uni.bt-uni-4.btn-xs:hover:before{top: 96%}.btn.bt-uni.bt-uni-4.bt-light:before{border-left-color: #ffffff;border-bottom-color: #ffffff}.btn.bt-uni.bt-uni-4.bt-light:after{border-right-color: #ffffff;border-top-color: #ffffff}.btn.bt-uni.bt-uni-5:before{top: 0;left: 0;right: 50%;bottom: 70%;border-left: 1px solid #242d2e;border-top: 1px solid #242d2e}.btn.bt-uni.bt-uni-5:after{top: 70%;left: 50%;right: 0;bottom: 0;border-right: 1px solid #242d2e;border-bottom: 1px solid #242d2e}.btn.bt-uni.bt-uni-5 .span-uni-6:before{content: "";position: absolute;top: 0;left: 50%;right: 0;bottom: 70%;border-right: 1px solid #242d2e;border-top: 1px solid #242d2e;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.btn.bt-uni.bt-uni-5 .span-uni-6:after{content: "";position: absolute;top: 70%;left: 0;right: 50%;bottom: 0;border-left: 1px solid #242d2e;border-bottom: 1px solid #242d2e;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.btn.bt-uni.bt-uni-5:hover:before{bottom: 0}.btn.bt-uni.bt-uni-5:hover:after{top: 0}.btn.bt-uni.bt-uni-5:hover .span-uni-6:before{bottom: 100%}.btn.bt-uni.bt-uni-5:hover .span-uni-6:after{top: 99%}.btn.bt-uni.bt-uni-5.btn-md:hover .span-uni-6:after{top: 98%}.btn.bt-uni.bt-uni-5.btn-sm:hover .span-uni-6:after{top: 97%}.btn.bt-uni.bt-uni-5.btn-xs:hover .span-uni-6:after{top: 96%}.btn.bt-uni.bt-uni-5.bt-light:before{border-left-color: #ffffff;border-top-color: #ffffff}.btn.bt-uni.bt-uni-5.bt-light:after{border-right-color: #ffffff;border-bottom-color: #ffffff}.btn.bt-uni.bt-uni-5.bt-light .span-uni-6:before{border-right-color: #ffffff;border-top-color: #ffffff}.btn.bt-uni.bt-uni-5.bt-light .span-uni-6:after{border-left-color: #ffffff;border-bottom-color: #ffffff}.btn.bt-uni.bt-uni-6:before{top: 0;bottom: 0;left: 0;right: 40%;border-left: 1px solid #242d2e;border-top: 1px solid #242d2e}.btn.bt-uni.bt-uni-6:after{top: 0;bottom: 0;right: 0;left: 40%;border-right: 1px solid #242d2e;border-bottom: 1px solid #242d2e}.btn.bt-uni.bt-uni-6 .span-uni-6:before{content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 73%;border-bottom: 1px solid #242d2e;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.btn.bt-uni.bt-uni-6 .span-uni-6:after{content: "";position: absolute;top: 0;bottom: 0;right: 0;left: 73%;border-top: 1px solid #242d2e;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.btn.bt-uni.bt-uni-6:hover:before{right: 73%}.btn.bt-uni.bt-uni-6:hover:after{left: 73%}.btn.bt-uni.bt-uni-6:hover .span-uni-6:before{right: 40%}.btn.bt-uni.bt-uni-6:hover .span-uni-6:after{left: 40%}.btn.bt-uni.bt-uni-6.bt-light:before{border-left-color: #ffffff;border-top-color: #ffffff}.btn.bt-uni.bt-uni-6.bt-light:after{border-right-color: #ffffff;border-bottom-color: #ffffff}.btn.bt-uni.bt-uni-6.bt-light .span-uni-6:before{border-bottom-color: #ffffff}.btn.bt-uni.bt-uni-6.bt-light .span-uni-6:after{border-top-color: #ffffff}.btn.btn-block{width: 100%}.g5plus-heading.has-tab-category{position: relative}.g5plus-heading h2{font-family: 'Oswald';font-weight: 400;font-size: 48px;line-height: 1.5}.g5plus-heading .hd-sub-title{display: inline-block;font-family: 'Oswald';font-weight: 400;font-size: 14px;color: #000;letter-spacing: 0.5em;line-height: 1.5;margin-bottom: 10px}.g5plus-heading.hd-dark h2{color: #fff}.g5plus-heading.hd-shop h2{color: #000}.g5plus-heading.hd-shop .hd-sub-title{font-size: 18px;margin-bottom: 10px;color: #647072}.g5plus-heading.hd-shop.hd-shop-small h2{font-size: 36px}.g5plus-heading.hd-shop.hd-shop-small .hd-sub-title{font-size: 14px;margin: 0}.g5plus-heading.hd-shop.hd-dark h2{color: #fff}.g5plus-heading.hd-minimal h2{font-size: 30px;display: block;padding-bottom: 10px;border-bottom: 4px solid #fff}.g5plus-heading.hd-minimal.hd-light h2{border-bottom-color: #242d2e}.g5plus-heading.hd-single h2{letter-spacing: 0.1em}.g5plus-heading.hd-design h2{position: relative;color: rgba(36,45,46,0.1)}.g5plus-heading.hd-design h2 span.heading-first-letter{font-size: 120px;color: #000;text-transform: uppercase;font-weight: 600;display: inline-block;position: relative}.g5plus-heading.hd-design h2 span.heading-first-letter:before{position: absolute;height: 6px;width: auto;bottom: 10px;content: attr(data-first-letter);background-color: #facd49;font-size: 120px;font-weight: 600;text-transform: uppercase;overflow: hidden}.g5plus-heading.hd-design.hd-dark h2{color: rgba(255,255,255,0.1)}.g5plus-heading.hd-portfolio h2{font-size: 60px;margin-bottom: 15px}.g5plus-heading.hd-portfolio .hd-sub-title{font-size: 30px;letter-spacing: 0;color: #647072;margin-bottom: 0}.g5plus-heading.hd-portfolio.text-center p.hd-description{max-width: 980px;margin-left: auto;margin-right: auto}.g5plus-heading.hd-portfolio.text-center span.icon-image{height: 40px;width: 106px;margin: auto}.g5plus-heading.hd-portfolio p{margin-top: 42px}.g5plus-heading.hd-portfolio span.icon-image{height: 40px;width: 106px;display: inline-block;vertical-align: middle}.g5plus-heading.hd-portfolio span.icon{display: inline-block}.g5plus-heading.hd-portfolio span.icon i{font-size: 40px}@media (max-width: 991px){.g5plus-heading h2{font-size: 42px}.g5plus-heading.hd-shop .hd-sub-title{font-size: 16px;margin-bottom: 15px}.g5plus-heading.hd-portfolio h2{font-size: 50px;margin-bottom: 10px}.g5plus-heading.hd-portfolio .hd-sub-title{font-size: 26px}.g5plus-heading.hd-portfolio p{margin-top: 35px}}@media (max-width: 768px){.g5plus-heading h2{font-size: 36px}.g5plus-heading.hd-shop .hd-sub-title{font-size: 14px;margin-bottom: 15px}.g5plus-heading.hd-portfolio h2{font-size: 40px;margin-bottom: 10px}.g5plus-heading.hd-portfolio .hd-sub-title{font-size: 20px}.g5plus-heading.hd-portfolio p{margin-top: 25px}.g5plus-heading.hd-design h2::first-letter{font-size: 80px}.g5plus-heading.hd-design h2:before{font-size: 80px}}.hd-border-left{padding-left: 60px;padding-top: 10px;padding-bottom: 10px;border-left: 1px solid #242d2e}@media (min-width: 992px){.padding-left-100 &gt; .vc_column-inner &gt; .wpb_wrapper{padding-left: 100px !important}.padding-right-100 &gt; .vc_column-inner &gt; .wpb_wrapper{padding-right: 100px !important}.padding-left-85 &gt; .vc_column-inner &gt; .wpb_wrapper{padding-left: 85px !important}.padding-right-85 &gt; .vc_column-inner &gt; .wpb_wrapper{padding-right: 85px !important}.padding-l-r-b-50{padding-left: 50px;padding-right: 50px;padding-bottom: 50px}.max-width-470-right{max-width: 470px;text-align: right;float: right}.max-width-470-left{max-width: 470px;text-align: left;float: left}}@media (max-width: 991px){.max-width-470-right{max-width: 470px;text-align: center;margin: auto}.max-width-470-left{max-width: 470px;text-align: center;margin: auto}}.g5plus-call-action button,.g5plus-call-action a.btn{background-color: #fff}.g5plus-call-action button:hover,.g5plus-call-action a.btn:hover{color: #fff !important;background-color: #647072}.wpb-js-composer .vc_tta-style-accordion_orion_flat.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon,.wpb-js-composer .vc_tta-style-accordion_orion_modern.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon,.wpb-js-composer .vc_tta-style-accordion_orion_classic.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon{right: 30px}.wpb-js-composer .vc_tta-style-accordion_orion_flat .vc_tta-panel,.wpb-js-composer .vc_tta-style-accordion_orion_modern .vc_tta-panel,.wpb-js-composer .vc_tta-style-accordion_orion_classic .vc_tta-panel{border: 1px solid #e9e9e9;margin-bottom: 20px}.wpb-js-composer .vc_tta-style-accordion_orion_flat .vc_tta-panel .vc_tta-panel-heading,.wpb-js-composer .vc_tta-style-accordion_orion_modern .vc_tta-panel .vc_tta-panel-heading,.wpb-js-composer .vc_tta-style-accordion_orion_classic .vc_tta-panel .vc_tta-panel-heading{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.wpb-js-composer .vc_tta-style-accordion_orion_flat .vc_tta-panel .vc_tta-panel-heading i,.wpb-js-composer .vc_tta-style-accordion_orion_modern .vc_tta-panel .vc_tta-panel-heading i,.wpb-js-composer .vc_tta-style-accordion_orion_classic .vc_tta-panel .vc_tta-panel-heading i{font-size: 30px;height: 20px;width: 20px}.wpb-js-composer .vc_tta-style-accordion_orion_flat .vc_tta-panel .vc_tta-panel-heading span,.wpb-js-composer .vc_tta-style-accordion_orion_modern .vc_tta-panel .vc_tta-panel-heading span,.wpb-js-composer .vc_tta-style-accordion_orion_classic .vc_tta-panel .vc_tta-panel-heading span{font-size: 16px;margin-left: 10px;color: #242d2e;line-height: 1.25;font-weight: 500}.wpb-js-composer .vc_tta-style-accordion_orion_flat .vc_tta-panel .vc_tta-panel-heading{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.wpb-js-composer .vc_tta-style-accordion_orion_flat .vc_tta-panel .vc_tta-panel-heading:hover{background: none}.wpb-js-composer .vc_tta-style-accordion_orion_flat .vc_tta-panel.vc_active .vc_tta-panel-heading{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.wpb-js-composer .vc_tta-style-accordion_orion_flat .vc_tta-panel.vc_active .vc_tta-panel-heading span{display: block;border-bottom: 1px solid #e9e9e9;padding-bottom: 15px;margin-right: -10px}.wpb-js-composer .vc_tta-style-accordion_orion_flat .vc_tta-panel.vc_active .vc_tta-panel-heading i{margin-top: -7px}.wpb-js-composer .vc_tta-style-accordion_orion_modern .vc_tta-panel .vc_tta-panel-heading{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.wpb-js-composer .vc_tta-style-accordion_orion_modern .vc_tta-panel .vc_tta-panel-heading:hover{background: #000;border-radius: 0}.wpb-js-composer .vc_tta-style-accordion_orion_modern .vc_tta-panel .vc_tta-panel-heading:hover span,.wpb-js-composer .vc_tta-style-accordion_orion_modern .vc_tta-panel .vc_tta-panel-heading:hover i{color: #fff}.wpb-js-composer .vc_tta-style-accordion_orion_modern .vc_tta-panel.vc_active .vc_tta-panel-heading{background-color: #000;border-radius: 0;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.wpb-js-composer .vc_tta-style-accordion_orion_modern .vc_tta-panel.vc_active span,.wpb-js-composer .vc_tta-style-accordion_orion_modern .vc_tta-panel.vc_active i{color: #fff}.wpb-js-composer .vc_tta-style-accordion_orion_classic.vc_tta.vc_general .vc_tta-panel-heading{border: none}.wpb-js-composer .vc_tta-style-accordion_orion_classic .vc_tta-panel{border: 1px solid #e9e9e9}.wpb-js-composer .vc_tta-style-accordion_orion_classic .vc_tta-panel .vc_tta-panel-heading{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;position: relative}.wpb-js-composer .vc_tta-style-accordion_orion_classic .vc_tta-panel .vc_tta-panel-heading:hover{-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box}.wpb-js-composer .vc_tta-style-accordion_orion_classic .vc_tta-panel .vc_tta-panel-heading:hover span,.wpb-js-composer .vc_tta-style-accordion_orion_classic .vc_tta-panel .vc_tta-panel-heading:hover i{color: #000;-webkit-transition: .3;-moz-transition: .3;-o-transition: .3;transition: .3}.wpb-js-composer .vc_tta-style-accordion_orion_classic .vc_tta-panel .vc_tta-panel-heading:hover:before{top: -1px;bottom: -1px;border-left: 4px solid #000;-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box}.wpb-js-composer .vc_tta-style-accordion_orion_classic .vc_tta-panel .vc_tta-panel-heading:before{content: "";position: absolute;top: 0;bottom: 0;left: -1px;border-left: 4px solid transparent;-webkit-transition: .3s;-moz-transition: .3s;-o-transition: .3s;transition: .3s}.wpb-js-composer .vc_tta-style-accordion_orion_classic .vc_tta-panel.vc_active .vc_tta-panel-heading{border-bottom: 1px solid #e9e9e9;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.wpb-js-composer .vc_tta-style-accordion_orion_classic .vc_tta-panel.vc_active .vc_tta-panel-heading:before{top: -1px;bottom: -1px;border-left: 4px solid #000;-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box}.wpb-js-composer .vc_tta-style-accordion_orion_classic .vc_tta-panel.vc_active span{color: #000}.wpb-js-composer .vc_tta-style-accordion_orion_classic .vc_tta-panel.vc_active i{opacity: 0}.vc_tta-style-tab_orion_bottomline .vc_tta-tabs-list span,.vc_tta-style-tab_orion_topline .vc_tta-tabs-list span{color: #242d2e;font-size: 16px;line-height: 1.25;font-weight: 500}.vc_tta-style-tab_orion_bottomline.vc_tta.vc_general .vc_tta-tab &gt; a{padding: 20px 70px 20px 0;border: none;border-radius: 0}.vc_tta-style-tab_orion_bottomline.vc_tta.vc_general .vc_tta-panel-body{padding-left: 0 !important;padding-right: 0 !important}.vc_tta-style-tab_orion_bottomline.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list{overflow: visible}.vc_tta-style-tab_orion_bottomline .vc_tta-tabs-list{border-bottom: 1px solid #e9e9e9}.vc_tta-style-tab_orion_bottomline .vc_tta-tabs-list .vc_tta-tab{position: relative}.vc_tta-style-tab_orion_bottomline .vc_tta-tabs-list .vc_tta-tab:before{content: "";position: absolute;bottom: -1px;right: 0;left: 0;border-bottom: 2px solid transparent;-webkit-transition: .3s;-moz-transition: .3s;-o-transition: .3s;transition: .3s}.vc_tta-style-tab_orion_bottomline .vc_tta-tabs-list .vc_tta-tab.vc_active,.vc_tta-style-tab_orion_bottomline .vc_tta-tabs-list .vc_tta-tab:hover{-webkit-transition: .3s;-moz-transition: .3s;-o-transition: .3s;transition: .3s}.vc_tta-style-tab_orion_bottomline .vc_tta-tabs-list .vc_tta-tab.vc_active:before,.vc_tta-style-tab_orion_bottomline .vc_tta-tabs-list .vc_tta-tab:hover:before{left: -1px;right: -1px;border-bottom: 2px solid #000;-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box}.vc_tta-style-tab_orion_topline{border: 1px solid #e9e9e9}.vc_tta-style-tab_orion_topline.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,.vc_tta-style-tab_orion_topline.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list{overflow: inherit;margin-right: 0}.vc_tta-style-tab_orion_topline.vc_tta.vc_general .vc_tta-tab &gt; a{padding: 10px 35px;border-radius: 0;border: none}.vc_tta-style-tab_orion_topline.vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container{margin-right: 0}.vc_tta-style-tab_orion_topline .vc_tta-tabs-list{border-bottom: 1px solid #e9e9e9}.vc_tta-style-tab_orion_topline .vc_tta-tabs-list .vc_tta-tab{border-right: 1px solid #e9e9e9;position: relative}.vc_tta-style-tab_orion_topline .vc_tta-tabs-list .vc_tta-tab:last-child{border-right: none}.vc_tta-style-tab_orion_topline .vc_tta-tabs-list .vc_tta-tab:before{content: "";position: absolute;top: -1px;right: 0;left: 0;border-top: 3px solid transparent;-webkit-transition: .3s;-moz-transition: .3s;-o-transition: .3s;transition: .3s}.vc_tta-style-tab_orion_topline .vc_tta-tabs-list .vc_tta-tab.vc_active:before,.vc_tta-style-tab_orion_topline .vc_tta-tabs-list .vc_tta-tab:hover:before{left: -1px;right: -1px;border-top: 3px solid #000;-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-transition: .3s;-moz-transition: .3s;-o-transition: .3s;transition: .3s}.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-tab &gt; a{padding: 4px 30px;border-radius: 0}.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-tab{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;display: block;border-bottom: 1px solid #e9e9e9;border-right: 1px solid #e9e9e9;text-align: right;position: relative;margin: 0}.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-tab:last-child{border-bottom: none}.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-tab:before{content: "";position: absolute;top: 0;bottom: 0;right: -1px;border-right: 2px solid transparent;-webkit-transition: .3s;-moz-transition: .3s;-o-transition: .3s;transition: .3s}.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-tab.vc_active span{color: #000}.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-tab.vc_active:before{top: -1px;bottom: -1px;border-right: 2px solid #000;-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box}.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-tab:hover span{color: #000}.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-tab:hover:before{top: -1px;bottom: -1px;border-right: 2px solid #000;-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box}.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-panel-body{padding: 14px 20px 14px 50px}.vc_tta-style-tab_orion_left .vc_tta-tabs-container{width: 230px;float: left}.vc_tta-style-tab_orion_left .vc_tta-tabs-list span{color: #242d2e;font-size: 14px;line-height: 3.57;font-weight: 500;text-transform: uppercase}@media (max-width: 767px){.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-panel{border: 1px solid #eee;border-bottom-color: transparent}.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body{border-top: 1px solid #eee;padding-left: 20px;padding-top: 30px}.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading{position: relative}.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading:before{content: "";display: block;position: absolute;left: -4px;top: -4px;bottom: -4px;width: 3px;background-color: #000}.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-panel:last-child{border-bottom: 1px solid #eee}.vc_tta-style-tab_orion_topline.vc_tta.vc_general .vc_tta-panel{border-bottom: 1px solid #eee}.vc_tta-style-tab_orion_topline.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body{border-top: 1px solid #eee}.vc_tta-style-tab_orion_bottomline .vc_tta-panels{border: 1px solid #eee}.vc_tta-style-tab_orion_bottomline .vc_tta-panels .vc_tta-panel{border-bottom: 1px solid #eee}.vc_tta-style-tab_orion_bottomline .vc_tta-panels .vc_tta-panel .vc_tta-panel-body{border-top: 1px solid #eee;padding-left: 20px !important;padding-right: 20px !important}.vc_tta-style-tab_orion_topline.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading,.vc_tta-style-tab_orion_bottomline.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading,.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading{position: relative}.vc_tta-style-tab_orion_topline.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading:before,.vc_tta-style-tab_orion_bottomline.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading:before,.vc_tta-style-tab_orion_left.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-heading:before{content: "";display: block;position: absolute;left: -4px;top: -4px;bottom: -4px;width: 3px;background-color: #000}}.btn-color-grad{color: #000;border-color: transparent}.g5plus-lists li:hover{margin-left: 5px}.g5plus-lists li:hover i,.g5plus-lists li:hover span{color: #000}.g5plus-lists.hover-dark li:hover i,.g5plus-lists.hover-dark li:hover span{color: #242d2e}.g5plus-contact-info.default{text-align: left}.g5plus-contact-info.default i{font-size: 30px;color: #000}.g5plus-contact-info.default .icon-contact{margin-bottom: 15px}.g5plus-contact-info.default h4{font-weight: 400;font-size: 16px;color: #647072}.g5plus-contact-info.line-through{text-align: center}.g5plus-contact-info.line-through i{font-size: 30px;color: #000}.g5plus-contact-info.line-through .icon-contact{display: block;text-align: center;position: relative;margin-bottom: 20px}.g5plus-contact-info.line-through .icon-contact:before,.g5plus-contact-info.line-through .icon-contact:after{content: '';position: absolute;top: 50%;height: 1px;background-color: rgba(36,45,46,0.3);width: 39%;margin: auto}.g5plus-contact-info.line-through .icon-contact:before{left: 0}.g5plus-contact-info.line-through .icon-contact:after{right: 0}.g5plus-contact-info.line-through h4{font-size: 16px;letter-spacing: 0.1em;font-weight: 300}.g5plus-contact-info.c-info-light.default i{color: #fff}.g5plus-contact-info.c-info-light.default h4{color: #a4aeb0}.g5plus-contact-info.c-info-light.line-through i{color: #fff}.g5plus-contact-info.c-info-light.line-through .icon-contact:before,.g5plus-contact-info.c-info-light.line-through .icon-contact:after{background-color: #000}.g5plus-contact-info.c-info-light.line-through h4{color: #a4aeb0}.g5plus-contact-info.c-info-accent.default h4{color: #fff}.g5plus-contact-info.c-info-accent.line-through .icon-contact:before,.g5plus-contact-info.c-info-accent.line-through .icon-contact:after{background-color: rgba(100,112,114,0.3)}.g5plus-contact-info.c-info-accent.line-through h4{color: #a4aeb0}.g5plus-our-team .entry-post-title{color: #242d2e}.g5plus-our-team .entry-meta-cat li,.g5plus-our-team .social li a,.g5plus-our-team .absolute h5{color: #647072}.g5plus-our-team .social li a:hover{color: #000}.g5plus-our-team .layout-3 .social li{background-color: #647072}.g5plus-our-team .layout-3 .social li:hover{background-color: #000}.portfolio-tabs.cat-dark ul li a{color: #647072}.portfolio-tabs ul li a.active,.portfolio-tabs ul li a.active:hover,.portfolio-tabs.cat-dark ul li a:hover,.portfolio-tabs.cat-light a:hover{color: #000}.portfolio-creative-design{padding-left: 10px;padding-right: 10px}.portfolio-creative-design .thumb-wrap:hover{-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3)}.portfolio-creative-design .portfolio-tabs ul &gt; li{display: block;padding: 0px 0px 22px 0px}.portfolio-photo-masonry .switch-layout span.icon-switch:not(.no-bg){background-color: #647072}.portfolio-photo-masonry .switch-layout a:hover span.icon-switch:not(.no-bg),.portfolio-photo-masonry .switch-layout a.active span.icon-switch:not(.no-bg){background-color: #000}.portfolio-photo-masonry .author-wrap a{color: #000}.portfolio-photo-slide{cursor: all-scroll}.portfolio-photo-slide .photo-slide-01 .owl-item{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;-webkit-transform: scale(.8, .8);-moz-transform: scale(.8, .8);-o-transform: scale(.8, .8);-ms-transform: scale(.8, .8);transform: scale(.8, .8)}.portfolio-photo-slide .photo-slide-01 .owl-item.center{-webkit-transform: scale(1, 1);-moz-transform: scale(1, 1);-o-transform: scale(1, 1);-ms-transform: scale(1, 1);transform: scale(1, 1)}.portfolio-photo-slide .photo-slide-02 .bg-overlay{position: absolute;left: 0;top: 0;width: 100%;height: 100%;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.portfolio-photo-slide .photo-slide-02 .owl-item:not(.center) .bg-overlay{background-color: rgba(0,0,0,0.5)}.single-portfolio .social-share a{color: #647072}.single-portfolio .social-share a:hover{color: #444c4d}.portfolio-shortcode .orion-item-wrap.light-schema .owl-dots .owl-dot{background-color: #fff}.portfolio-shortcode .orion-item-wrap.light-schema .owl-dots .owl-dot.active,.portfolio-shortcode .orion-item-wrap.light-schema .owl-dots .owl-dot:hover{border-color: #fff;background-color: transparent}@media (min-width: 768px){.portfolio-creative-design .g5plus-heading{position: relative}.portfolio-creative-design .g5plus-heading h2{position: absolute;top: -34px;left: 0}.portfolio-creative-design .select-cat{display: none !important}.portfolio-creative-design .portfolio-tabs ul{display: block !important}}.load-more-wrap a,.load-more-wrap a:focus,.load-more-wrap a:active{border-color: #343434 !important}.portfolio-shortcode .shadow-hover .owl-stage{margin-bottom: 40px}.portfolio-shortcode .shadow-hover .owl-dots{margin-top: 40px}.portfolio-shortcode .shadow-hover.owl-carousel .owl-item{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.portfolio-shortcode .shadow-hover.owl-carousel .owl-item .portfolio-item{margin-top: 10px}.portfolio-shortcode .shadow-hover.owl-carousel .owl-item:hover{-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-o-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);-webkit-box-shadow: -5px 20px 70px -15px rgba(0,0,0,0.3);-moz-box-shadow: -5px 20px 70px -15px rgba(0,0,0,0.3);box-shadow: -5px 20px 70px -15px rgba(0,0,0,0.3);z-index: 2}.portfolio-shortcode .masonry-shadow-hover .portfolio-item:hover{-webkit-box-shadow: -5px 20px 70px -15px rgba(0,0,0,0.3);-moz-box-shadow: -5px 20px 70px -15px rgba(0,0,0,0.3);box-shadow: -5px 20px 70px -15px rgba(0,0,0,0.3);z-index: 2}.portfolio-shortcode .orion-item-wrap.nav-in-heading .owl-nav .owl-prev,.portfolio-shortcode .orion-item-wrap.nav-in-heading .owl-nav .owl-next{border-color: #242d2e}.portfolio-shortcode .orion-item-wrap.nav-in-heading .owl-nav .owl-prev i,.portfolio-shortcode .orion-item-wrap.nav-in-heading .owl-nav .owl-next i{color: #242d2e}.orion_start_animation.orion_top-to-bottom{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;-webkit-animation: hide-top-to-bottom .3s;-o-animation: hide-top-to-bottom .3s;animation: hide-top-to-bottom .3s;opacity: 0}@-moz-keyframes hide-top-to-bottom{0%{-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px);opacity: 1}100%{-webkit-transform: translateY(100px);-moz-transform: translateY(100px);-ms-transform: translateY(100px);-o-transform: translateY(100px);transform: translateY(100px);opacity: 0}}@-webkit-keyframes hide-top-to-bottom{0%{-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px);opacity: 1}100%{-webkit-transform: translateY(100px);-moz-transform: translateY(100px);-ms-transform: translateY(100px);-o-transform: translateY(100px);transform: translateY(100px);opacity: 0}}@-o-keyframes hide-top-to-bottom{0%{-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px);opacity: 1}100%{-webkit-transform: translateY(100px);-moz-transform: translateY(100px);-ms-transform: translateY(100px);-o-transform: translateY(100px);transform: translateY(100px);opacity: 0}}@keyframes hide-top-to-bottom{0%{-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px);opacity: 1}100%{-webkit-transform: translateY(100px);-moz-transform: translateY(100px);-ms-transform: translateY(100px);-o-transform: translateY(100px);transform: translateY(100px);opacity: 0}}.vc_icon_element-align-inline-block{display: inline-block}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon{font-size: 14px !important}.vc_icon_element{margin-bottom: 0 !important}.g5plus-testimonials .tes-avatar-item img{box-shadow: 0 1px 1px rgba(36,45,46,0.2)}.g5plus-testimonials.testimonials-single-vertical-double .test-item-info img,.g5plus-testimonials.testimonials-box-default .test-item-info img{box-shadow: 0 1px 1px rgba(36,45,46,0.2)}.g5plus-testimonials.testimonials-single-vertical-double .test-item-info span,.g5plus-testimonials.testimonials-box-default .test-item-info span{color: #a4aeb0}.g5plus-testimonials.testimonials-single-vertical-double .testimonial-item:hover .test-item-content,.g5plus-testimonials.testimonials-box-default .testimonial-item:hover .test-item-content{box-shadow: 0 15px 30px rgba(36,45,46,0.15)}.g5plus-testimonials.testimonials-single-vertical-double.testimonials-light h4 a:hover,.g5plus-testimonials.testimonials-box-default.testimonials-light h4 a:hover{color: #000}.g5plus-testimonials.testimonials-single-vertical-double.testimonials-light p,.g5plus-testimonials.testimonials-box-default.testimonials-light p{color: #647072}.g5plus-testimonials.testimonials-single-vertical-double .testimonial-item .test-item-content{box-shadow: 0 1px 1px rgba(36,45,46,0.15)}.g5plus-testimonials.testimonials-single-creative .icon-quoter{color: #000}.g5plus-testimonials.testimonials-single-creative .test-item-content{font-family: 'Merriweather'}.g5plus-testimonials.testimonials-single-creative .test-item-info .avatar-author:before{border: 1px solid #000}.g5plus-testimonials.testimonials-single-creative .test-item-info span{color: #a4aeb0}.g5plus-testimonials.testimonials-avatar-dots-nav h4{color: #000}.g5plus-testimonials.testimonials-avatar-dots-nav h4 a{color: #000}.g5plus-testimonials.testimonials-avatar-dots-nav h4 a:hover{color: #000}.g5plus-testimonials.testimonials-avatar-dots-nav span{color: #a4aeb0}.g5plus-testimonials.testimonials-avatar-dots-nav .test-prev,.g5plus-testimonials.testimonials-avatar-dots-nav .test-next{border: 1px solid #000;color: #000}.g5plus-testimonials.testimonials-avatar-dots-nav .test-prev:hover,.g5plus-testimonials.testimonials-avatar-dots-nav .test-next:hover{background-color: #000}.g5plus-testimonials.testimonials-avatar-dots-nav .testimonials-avatar-slider .owl-item.active.center .tes-avatar-item img{box-shadow: 0 10px 30px rgba(36,45,46,0.2)}.g5plus-testimonials.testimonials-avatar-dots-nav .testimonials-avatar-wrap:before{background-color: rgba(36,45,46,0.1)}.g5plus-testimonials.testimonials-avatar-dots-nav.testimonials-light .testimonials-avatar-wrap:before{background-color: rgba(164,174,176,0.1)}.g5plus-testimonials.testimonials-avatar-dots-nav.slider-vertical .testimonials-quoter-slider .testimonial-item .quoter-icon{color: #000}.g5plus-testimonials.testimonials-avatar-dots h4{color: #000}.g5plus-testimonials.testimonials-avatar-dots h4 a{color: #000}.g5plus-testimonials.testimonials-avatar-dots h4 a:hover{color: #000}.g5plus-testimonials.testimonials-avatar-dots span{color: #a4aeb0}.g5plus-testimonials.testimonials-avatar-dots .quoter-icon{color: #000}.g5plus-testimonials.testimonials-avatar-dots-left-right h4{color: #000}.g5plus-testimonials.testimonials-avatar-dots-left-right h4 a{color: #000}.g5plus-testimonials.testimonials-avatar-dots-left-right h4 a:hover{color: #000}.g5plus-testimonials.testimonials-avatar-dots-left-right span{color: #a4aeb0}.g5plus-testimonials.testimonials-avatar-dots-left-right .quoter-icon{color: #000}.g5plus-testimonials.testimonials-single-classic span{color: #a4aeb0}.g5plus-testimonials.testimonials-light h4{color: #000}.g5plus-testimonials.testimonials-light h4 a{color: #000}.g5plus-testimonials.testimonials-light h4 a:hover{color: #000}.g5plus-testimonials.testimonials-light p{color: #a4aeb0}.g5plus-video.video-classic a.view-video i:hover{border-color: #000;color: #000}.g5plus-video.video-creative .video-background-color{background-color: #242d2e}.g5plus-video.video-creative a.view-video i{background-color: #242d2e;border: 2px solid #242d2e;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-video.video-creative a.view-video i:hover{color: #000;border-color: #000}.g5plus-h-progress-bar.vc_progress_bar .vc_single_bar .vc_label{color: #647072}.g5plus-h-progress-bar.vc_progress_bar .vc_single_bar .vc_label_units{color: #647072}.g5plus-h-progress-bar .dot-end-bar{background-color: #242d2e}.g5plus-process .process-number h2{color: #647072}.g5plus-process li.title{color: #242d2e}.g5plus-process.light-color li.desc{color: #a4aeb0}.g5plus-pricing-table-ctn .pricing-action a{border-color: #242d2e;color: #242d2e}.g5plus-pricing-table-ctn .pricing-action a:hover{border-color: #000;background-color: #000}.g5plus-pricing-table-ctn.circle-price .box-pricing-item .price-value,.g5plus-pricing-table-ctn.circle-price-button .box-pricing-item .price-value{background-color: #647072}.g5plus-pricing-table-ctn.circle-price .box-pricing-item .price-text,.g5plus-pricing-table-ctn.circle-price-button .box-pricing-item .price-text{color: #a4aeb0}.g5plus-pricing-table-ctn.circle-price-button .pricing-select .box-pricing-item{box-shadow: 0 20px 35px rgba(36,45,46,0.13)}.g5plus-pricing-table-ctn.circle-price-button .pricing-select .box-pricing-item .price-value{background-color: #000}.g5plus-pricing-table-ctn.circle-price-button .pricing-select .box-pricing-item .pricing-action a{border-color: #000;background-color: #000}.g5plus-pricing-table-ctn.circle-price-button .pricing-select .box-pricing-item .pricing-action a:hover{border-color: #242d2e !important;background-color: #242d2e}.g5plus-pricing-table-ctn.circle-price .box-pricing-item .pricing-action a{border-color: #242d2e;color: #242d2e}.g5plus-pricing-table-ctn.circle-price .box-pricing-item .pricing-action a:hover{border-color: #000;background-color: #000}.g5plus-pricing-table-ctn.circle-price .pricing-select .box-pricing-item{box-shadow: 0 15px 30px rgba(36,45,46,0.15)}.g5plus-pricing-table-ctn.circle-price .pricing-select .box-pricing-item .price-value{background-color: #000}.g5plus-pricing-table-ctn.circle-price .pricing-select .box-pricing-item .pricing-action a{border-color: #000;background-color: #000}.g5plus-pricing-table-ctn.circle-price .pricing-select .box-pricing-item .pricing-action a:hover{border-color: #242d2e !important;background-color: #242d2e}.g5plus-pricing-table-ctn.circle-price.prc-creative .pricing-select .box-pricing-item{background-color: #000;border-color: #000;box-shadow: 0 15px 30px rgba(36,45,46,0.15)}.g5plus-pricing-table-ctn.circle-price.prc-creative .pricing-select .box-pricing-item .price-text{color: #a4aeb0}.g5plus-pricing-table-ctn.circle-price.prc-creative .pricing-select .box-pricing-item .currency-symbol{color: #242d2e}.g5plus-pricing-table-ctn.circle-price.prc-creative .pricing-select .box-pricing-item .price-number{color: #242d2e}.g5plus-pricing-table-ctn.circle-price.prc-creative .pricing-select .box-pricing-item .pricing-action a{color: #242d2e}.g5plus-pricing-table-ctn.circle-price.prc-creative .pricing-select .box-pricing-item .pricing-action a:hover{border-color: #242d2e !important;background-color: #242d2e}.g5plus-pricing-table-ctn.none-border .price-text,.g5plus-pricing-table-ctn.arrow-down .price-text,.g5plus-pricing-table-ctn.default .price-text{color: #a4aeb0}.g5plus-pricing-table-ctn.none-border .price-box,.g5plus-pricing-table-ctn.arrow-down .price-box,.g5plus-pricing-table-ctn.default .price-box{background-color: #647072}.g5plus-pricing-table-ctn.none-border .pricing-select .price-box,.g5plus-pricing-table-ctn.arrow-down .pricing-select .price-box,.g5plus-pricing-table-ctn.default .pricing-select .price-box{background-color: #000}.g5plus-pricing-table-ctn.none-border .pricing-select .pricing-action a,.g5plus-pricing-table-ctn.arrow-down .pricing-select .pricing-action a,.g5plus-pricing-table-ctn.default .pricing-select .pricing-action a{background-color: #000;border-color: #000;color: #fff}.g5plus-pricing-table-ctn.none-border .pricing-select .pricing-action a:hover,.g5plus-pricing-table-ctn.arrow-down .pricing-select .pricing-action a:hover,.g5plus-pricing-table-ctn.default .pricing-select .pricing-action a:hover{border-color: #242d2e !important;background-color: #242d2e}.g5plus-pricing-table-ctn.arrow-down .pricing-select .box-pricing-item{box-shadow: 0 15px 30px rgba(36,45,46,0.15)}.g5plus-pricing-table-ctn.default .pricing-table-item.pricing-select{box-shadow: 0 20px 35px rgba(36,45,46,0.15)}.g5plus-pricing-table-ctn.default.prc-creative .pricing-table-item.pricing-select{box-shadow: 0 20px 35px rgba(36,45,46,0.15)}.g5plus-pricing-table-ctn.default.prc-creative .pricing-table-item.pricing-select .price-box{background-color: #000}.g5plus-pricing-table-ctn.default.prc-creative .pricing-table-item.pricing-select .pricing-action a{background-color: #000;border-color: #000}.g5plus-pricing-table-ctn.default.prc-creative .pricing-table-item.pricing-select .pricing-action a:hover{border-color: #242d2e !important;background-color: #242d2e}.g5plus-post-textual.blog-wrap.archive-layout-textual-shadow article:hover .article-wrap{box-shadow: 0 12px 30px rgba(36,45,46,0.15)}.g5plus-post-textual.light-color h3.entry-post-title a{color: #fff}.g5plus-post-textual.light-color h3.entry-post-title a:hover{color: #000}.g5plus-post-textual.light-color.blog-wrap.archive-layout-textual-shadow article .entry-meta-author a:hover{color: #000}.g5plus-post-textual.light-color.blog-wrap.archive-layout-textual-shadow article .entry-content-wrap{border-bottom-color: #647072}.g5plus-post-textual.light-color.blog-wrap.archive-layout-textual-shadow article .entry-meta-date h6 a{color: #a4aeb0}.g5plus-post-textual.light-color.blog-wrap.archive-layout-textual-shadow article .entry-meta-date h6 a:hover{color: #000}.g5plus-lists.li-light{color: #a4aeb0}.g5plus-lists.icon-accent i{color: #000}.g5plus-our-team .absolute h5{color: #a4aeb0}.g5plus-call-action .content-middle button:hover,.g5plus-call-action .content-middle a.btn:hover{background-color: #647072}.g5plus-gallery .thumb-wrap .view-gallery:hover{color: #000}.g5plus-nav-full-page .dots li a span{background-color: #647072}.g5plus-nav-full-page .dots li:hover a span{background-color: #000}.g5plus-partners.with-border .partner-item:hover{border-color: #000}.g5plus-posts-minimal .entry-meta-date h6{color: #647072}.g5plus-icon-box li.title{color: #242d2e}.g5plus-icon-box.circle-bd .shape-icon{border: 1px solid #242d2e}.g5plus-icon-box.circle-bd .shape-icon i{color: #242d2e}.g5plus-icon-box.circle-bd.light-color:hover .shape-icon{border-color: #000;background-color: #000;box-shadow: 0 15px 35px rgba(36,45,46,0.2)}.g5plus-icon-box.circle-bd:hover .shape-icon{background-color: #242d2e}.g5plus-icon-box.circle-bg.hover-icon:hover .shape-icon{box-shadow: 0 15px 35px rgba(36,46,45,0.2)}.g5plus-icon-box.circle-uni .align-icon i{color: #242d2e}.g5plus-icon-box.circle-uni .align-icon:before{border-top: #242d2e 2px solid;border-left: #242d2e 2px solid}.g5plus-icon-box.circle-uni .align-icon:after{border-top: #242d2e 2px solid;border-right: #242d2e 2px solid}.g5plus-icon-box.circle-uni .align-icon .shape-icon:before{border-bottom: #242d2e 2px solid;border-left: #242d2e 2px solid}.g5plus-icon-box.circle-uni .align-icon .shape-icon:after{border-bottom: #242d2e 2px solid;border-right: #242d2e 2px solid}.g5plus-icon-box.circle-uni:hover.light-color .align-icon i,.g5plus-icon-box.circle-uni:hover .align-icon i{color: #000}.g5plus-icon-box.circle-uni:hover.light-color .align-icon:before,.g5plus-icon-box.circle-uni:hover .align-icon:before{border-top-color: #000;border-left-color: #000}.g5plus-icon-box.circle-uni:hover.light-color .align-icon:after,.g5plus-icon-box.circle-uni:hover .align-icon:after{border-top-color: #000;border-right-color: #000}.g5plus-icon-box.circle-uni:hover.light-color .align-icon .shape-icon:before,.g5plus-icon-box.circle-uni:hover .align-icon .shape-icon:before{border-bottom-color: #000;border-left-color: #000}.g5plus-icon-box.circle-uni:hover.light-color .align-icon .shape-icon:after,.g5plus-icon-box.circle-uni:hover .align-icon .shape-icon:after{border-bottom-color: #000;border-right-color: #000}.g5plus-icon-box.square-bd .shape-icon{border: 1px solid #242d2e}.g5plus-icon-box.square-bd i{color: #242d2e}.g5plus-icon-box.square-bd.light-color:hover i{color: #242d2e}.g5plus-icon-box.square-bd:hover .shape-icon{background-color: #242d2e}.g5plus-icon-box.square-bd:hover i{color: #fff}.g5plus-icon-box.square-bg.hover-icon:hover .shape-icon{box-shadow: 0 15px 35px rgba(36,46,45,0.2)}.g5plus-icon-box.square-uni .align-icon:before{border-top: 1px solid #242d2e;border-left: 1px solid #242d2e}.g5plus-icon-box.square-uni .align-icon:after{border-top: 1px solid #242d2e;border-right: 1px solid #242d2e}.g5plus-icon-box.square-uni .align-icon i{color: #242d2e}.g5plus-icon-box.square-uni .align-icon .shape-icon:before{border-left: 1px solid #242d2e;border-bottom: 1px solid #242d2e}.g5plus-icon-box.square-uni .align-icon .shape-icon:after{border-right: 1px solid #242d2e;border-bottom: 1px solid #242d2e}.g5plus-icon-box.square-uni:hover .align-icon:before{border-top-color: #000;border-left-color: #000}.g5plus-icon-box.square-uni:hover .align-icon:after{border-top-color: #000;border-right-color: #000}.g5plus-icon-box.square-uni:hover .align-icon i{color: #000}.g5plus-icon-box.square-uni:hover .align-icon .shape-icon:before{border-left-color: #000;border-bottom-color: #000}.g5plus-icon-box.square-uni:hover .align-icon .shape-icon:after{border-right-color: #000;border-bottom-color: #000}.g5plus-icon-box.square-uni:hover.light-color .align-icon:before{border-top-color: #000;border-left-color: #000}.g5plus-icon-box.square-uni:hover.light-color .align-icon:after{border-top-color: #000;border-right-color: #000}.g5plus-icon-box.square-uni:hover.light-color .align-icon i{color: #000}.g5plus-icon-box.square-uni:hover.light-color .align-icon .shape-icon:before{border-bottom-color: #000;border-left-color: #000}.g5plus-icon-box.square-uni:hover.light-color .align-icon .shape-icon:after{border-bottom-color: #000;border-right-color: #000}.g5plus-icon-box.hexagon-bd .shape-icon i{color: #242d2e}.g5plus-icon-box.hexagon-bd:hover .hexagon{background-color: #242d2e}.g5plus-icon-box.hexagon-bd:hover .hexagon:before,.g5plus-icon-box.hexagon-bd:hover .hexagon:after{background-color: #242d2e}.g5plus-icon-box.hexagon-bd.light-color:hover .hexagon i{color: #242d2e}.g5plus-icon-box.light-color li.title a:hover{color: #000}.g5plus-icon-box.light-color li.desc{color: #a4aeb0}.g5plus-icon-box .hexagon{border-left: solid 1px #242d2e;border-right: solid 1px #242d2e}.g5plus-icon-box .hexagon:before{border-top: solid 1.4142px #242d2e;border-right: solid 1.4142px #242d2e}.g5plus-icon-box .hexagon:after{border-bottom: solid 1.4142px #242d2e;border-left: solid 1.4142px #242d2e}.g5plus-icon-box.hover-box-shadow:hover{box-shadow: 0 20px 35px rgba(36,45,46,0.2)}.g5plus-counter.color-light p{color: #a4aeb0}.g5plus-counter .counter-icon{color: #242d2e}.g5plus-counter .counter-icon.icon-accent{color: #000}.g5plus-contact-info.default i{color: #000}.g5plus-contact-info.default h4{color: #647072}.g5plus-contact-info.line-through i{color: #000}.g5plus-contact-info.line-through .icon-contact:before,.g5plus-contact-info.line-through .icon-contact:after{background-color: rgba(36,45,46,0.3)}.g5plus-contact-info.c-info-light.default h4{color: #a4aeb0}.g5plus-contact-info.c-info-light.line-through .icon-contact:before,.g5plus-contact-info.c-info-light.line-through .icon-contact:after{background-color: #000}.g5plus-contact-info.c-info-light.line-through h4{color: #a4aeb0}.g5plus-contact-info.c-info-accent.line-through .icon-contact:before,.g5plus-contact-info.c-info-accent.line-through .icon-contact:after{background-color: rgba(100,112,114,0.3)}.g5plus-contact-info.c-info-accent.line-through h4{color: #a4aeb0}.g5plus-countdown .countdown-period{color: #a4aeb0}.g5plus-countdown.cd-light .countdown-amount:after{background-color: #a4aeb0}.g5plus-countdown.cd-bd-rect .countdown-amount:after{background-color: #647072}.g5plus-countdown.cd-bg-square .countdown-amount{background-color: #242d2e}.g5plus-countdown.cd-bg-square.cd-light .countdown-amount{background-color: #fff;color: #242d2e}.g5plus-countdown.cd-bd-circle .countdown-amount:after,.g5plus-countdown.cd-bd-animation .countdown-amount:after{background-color: #647072}.g5plus-countdown.cd-bd-circle.cd-light .countdown-amount:after,.g5plus-countdown.cd-bd-animation.cd-light .countdown-amount:after{background-color: #a4aeb0}@media (max-width: 479px){.g5plus-countdown.cd-classic .countdown-section .countdown-amount:after{background-color: #647072}.g5plus-countdown.cd-classic.cd-light .countdown-amount:after{background-color: #a4aeb0}}.g5plus-nav-full-page li:hover a span,.g5plus-nav-full-page li.active a span{background-color: #000 !important}.g5plus-nav-full-page li a:after{background: #000}.g5plus-nav-full-page.top li a:before{border-top-color: #000}.g5plus-nav-full-page.left li a:before{border-right-color: #000}.g5plus-nav-full-page.right li a:before{border-left-color: #000}.g5plus-partners.with-border .partner-item:hover{border-color: #000}.g5plus-icon-box{position: relative}.g5plus-icon-box i{font-size: 30px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box span.icon{display: inline-block}.g5plus-icon-box span.icon-image{width: 85px;height: 70px;display: inline-block}.g5plus-icon-box ul,.g5plus-icon-box li{list-style: none;padding: 0;margin: 0}.g5plus-icon-box li.title{text-transform: uppercase;font-size: 18px;letter-spacing: 0.1em;font-weight: 500;line-height: 1.6666667}.g5plus-icon-box li.desc{line-height: 1.75;padding: 0}.g5plus-icon-box.align-top-center{text-align: center}.g5plus-icon-box.align-left,.g5plus-icon-box.align-top-left{text-align: left}.g5plus-icon-box.align-right,.g5plus-icon-box.align-top-right{text-align: right}.g5plus-icon-box.align-right div.shape-icon,.g5plus-icon-box.align-left div.shape-icon{margin-top: 5px}.g5plus-icon-box.align-horizontal-left{text-align: left}.g5plus-icon-box.align-horizontal-left .shape-icon{margin-right: 30px;margin-top: 5px;float: left}.g5plus-icon-box.align-horizontal-left .content{display: block;overflow: hidden}.g5plus-icon-box.align-horizontal-right{text-align: right}.g5plus-icon-box.align-horizontal-right .shape-icon{margin-left: 30px;margin-top: 5px;float: right}.g5plus-icon-box.align-horizontal-right .content{display: block;overflow: hidden}.g5plus-icon-box.none-shape.align-top-center .shape-icon,.g5plus-icon-box.none-shape.align-top-left .shape-icon,.g5plus-icon-box.none-shape.align-top-right .shape-icon{margin-bottom: 20px}.g5plus-icon-box.none-shape li.desc{margin-top: 10px}.g5plus-icon-box.none-shape.align-left .align-icon{float: left;margin-right: 45px;margin-top: 5px}.g5plus-icon-box.none-shape.align-left .content{overflow: hidden}.g5plus-icon-box.none-shape.align-right .align-icon{float: right;margin-left: 45px;margin-top: 5px}.g5plus-icon-box.none-shape.align-right .content{overflow: hidden}.g5plus-icon-box.circle-bd li.desc{margin-top: 5px}.g5plus-icon-box.circle-bd .align-icon{position: relative;z-index: 99}.g5plus-icon-box.circle-bd .shape-icon{height: 100px;width: 100px;margin: auto;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;line-height: 100px;text-align: center;margin-bottom: 30px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box.circle-bd .shape-icon i{line-height: 100px}.g5plus-icon-box.circle-bd.align-left .shape-icon{float: left;margin-right: 30px}.g5plus-icon-box.circle-bd.align-right .shape-icon{float: right;margin-left: 30px}.g5plus-icon-box.circle-bd.align-left .shape-icon,.g5plus-icon-box.circle-bd.align-right .shape-icon{height: 70px;width: 70px;line-height: 70px;margin-bottom: 0}.g5plus-icon-box.circle-bd.align-left .shape-icon i,.g5plus-icon-box.circle-bd.align-right .shape-icon i{line-height: 68px}.g5plus-icon-box.circle-bd.align-left .content,.g5plus-icon-box.circle-bd.align-right .content{overflow: hidden}.g5plus-icon-box.circle-bd.align-top-left .shape-icon{margin-left: 0}.g5plus-icon-box.circle-bd.align-top-right .shape-icon{margin-right: 0}.g5plus-icon-box.circle-bd.light-color .shape-icon{border-color: #fff}.g5plus-icon-box.circle-bd.light-color .shape-icon i{color: #fff}.g5plus-icon-box.circle-bd:hover .shape-icon i{color: #fff}.g5plus-icon-box.circle-bg{text-align: center}.g5plus-icon-box.circle-bg .shape-icon{height: 100px;width: 100px;margin: auto;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;line-height: 100px;text-align: center;margin-bottom: 30px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box.circle-bg .shape-icon i{line-height: 100px;color: #fff}.g5plus-icon-box.circle-uni .align-icon{position: relative;width: 100px;height: 100px;margin: auto;text-align: center;margin-bottom: 30px;-webkit-transform: rotate(30deg);-moz-transform: rotate(30deg);-ms-transform: rotate(30deg);-o-transform: rotate(30deg);transform: rotate(30deg)}.g5plus-icon-box.circle-uni .align-icon span.icon{-webkit-transform: rotate(-30deg);-moz-transform: rotate(-30deg);-ms-transform: rotate(-30deg);-o-transform: rotate(-30deg);transform: rotate(-30deg)}.g5plus-icon-box.circle-uni .align-icon i{line-height: 100px}.g5plus-icon-box.circle-uni .align-icon:before{content: '';position: absolute;top: 0;left: 0;bottom: 50%;right: 50%;border-top-left-radius: 100%;pointer-events: none;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box.circle-uni .align-icon:after{content: '';position: absolute;top: 0;right: 0;bottom: 50%;left: 50%;border-top-right-radius: 100%;-webkit-transform: rotate(30deg);-moz-transform: rotate(30deg);-ms-transform: rotate(30deg);-o-transform: rotate(30deg);transform: rotate(30deg);-webkit-transform-origin: bottom left;-moz-transform-origin: bottom left;-ms-transform-origin: bottom left;-o-transform-origin: bottom left;transform-origin: bottom left;pointer-events: none;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box.circle-uni .align-icon .shape-icon:before{content: '';position: absolute;top: 50%;left: 0;bottom: 0;right: 50%;border-bottom-left-radius: 100%;-webkit-transform: rotate(30deg);-moz-transform: rotate(30deg);-ms-transform: rotate(30deg);-o-transform: rotate(30deg);transform: rotate(30deg);-webkit-transform-origin: top right;-moz-transform-origin: top right;-ms-transform-origin: top right;-o-transform-origin: top right;transform-origin: top right;pointer-events: none;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box.circle-uni .align-icon .shape-icon:after{content: '';position: absolute;top: 50%;left: 50%;bottom: 0;right: 0;border-bottom-right-radius: 100%;pointer-events: none;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box.circle-uni.light-color .align-icon i{color: #fff}.g5plus-icon-box.circle-uni.light-color .align-icon:before{border-top-color: #ffffff;border-left-color: #ffffff}.g5plus-icon-box.circle-uni.light-color .align-icon:after{border-top-color: #ffffff;border-right-color: #ffffff}.g5plus-icon-box.circle-uni.light-color .align-icon .shape-icon:before{border-bottom-color: #ffffff;border-left-color: #ffffff}.g5plus-icon-box.circle-uni.light-color .align-icon .shape-icon:after{border-bottom-color: #ffffff;border-right-color: #ffffff}.g5plus-icon-box.square-bd{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box.square-bd .shape-icon{height: 70px;width: 70px;line-height: 70px;text-align: center}.g5plus-icon-box.square-bd i{line-height: 68px}.g5plus-icon-box.square-bd li.desc{margin-top: 5px}.g5plus-icon-box.square-bd.light-color .shape-icon{border-color: #fff}.g5plus-icon-box.square-bd.light-color i{color: #fff}.g5plus-icon-box.square-bd.light-color:hover .shape-icon{background-color: #fff}.g5plus-icon-box.square-bd:hover i{color: #fff}.g5plus-icon-box.square-bg .shape-icon{margin-top: 5px;height: 70px;width: 70px;line-height: 70px;text-align: center;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box.square-bg .shape-icon i{line-height: 70px;color: #fff}.g5plus-icon-box.square-bg li.desc{margin-top: 5px}.g5plus-icon-box.square-uni{padding-top: 15px}.g5plus-icon-box.square-uni .align-icon{height: 70px;width: 70px;position: relative;margin: auto;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}.g5plus-icon-box.square-uni .align-icon:before{content: "";position: absolute;height: 20px;width: 20px;top: 0;left: 0;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box.square-uni .align-icon:after{content: "";position: absolute;height: 20px;width: 20px;top: 0;right: 0;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box.square-uni .align-icon i{line-height: 70px}.g5plus-icon-box.square-uni .align-icon span.icon{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg)}.g5plus-icon-box.square-uni .align-icon .shape-icon:before{content: "";position: absolute;height: 20px;width: 20px;bottom: 0;left: 0;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box.square-uni .align-icon .shape-icon:after{content: "";position: absolute;height: 20px;width: 20px;bottom: 0;right: 0;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box.square-uni .content{margin-top: 50px}.g5plus-icon-box.square-uni.light-color .align-icon:before{border-top-color: #ffffff;border-left-color: #ffffff}.g5plus-icon-box.square-uni.light-color .align-icon:after{border-top-color: #ffffff;border-right-color: #ffffff}.g5plus-icon-box.square-uni.light-color .align-icon i{color: #fff}.g5plus-icon-box.square-uni.light-color .align-icon .shape-icon:before{border-bottom-color: #ffffff;border-left-color: #ffffff}.g5plus-icon-box.square-uni.light-color .align-icon .shape-icon:after{border-bottom-color: #ffffff;border-right-color: #ffffff}.g5plus-icon-box.hexagon-bd{text-align: center}.g5plus-icon-box.hexagon-bd .align-icon{padding-top: 30px;padding-bottom: 30px;margin-bottom: 30px}.g5plus-icon-box.hexagon-bd .shape-icon{margin: auto;text-align: center;margin-bottom: 0}.g5plus-icon-box.hexagon-bd .shape-icon i{line-height: 52px}.g5plus-icon-box.hexagon-bd .shape-icon span.icon{position: relative;z-index: 111}.g5plus-icon-box.hexagon-bd:hover .hexagon i{color: #fff}.g5plus-icon-box.hexagon-bd.light-color .shape-icon i{color: #fff}.g5plus-icon-box.hexagon-bd.light-color:hover .hexagon{background-color: #fff}.g5plus-icon-box.hexagon-bd.light-color:hover .hexagon:before,.g5plus-icon-box.hexagon-bd.light-color:hover .hexagon:after{background-color: #fff}.g5plus-icon-box.light-color li.title{color: #fff !important}.g5plus-icon-box.light-color li.title a{color: #fff}.g5plus-icon-box .hexagon{position: relative;width: 90px;height: 51.96px;background-color: transparent;margin: 25.98px 0}.g5plus-icon-box .hexagon:before,.g5plus-icon-box .hexagon:after{content: "";position: absolute;z-index: 1;width: 63.64px;height: 63.64px;-webkit-transform: scaleY(.5774) rotate(-45deg);-ms-transform: scaleY(.5774) rotate(-45deg);transform: scaleY(.5774) rotate(-45deg);background-color: transparent;left: 12.1802px}.g5plus-icon-box .hexagon:before{top: -31.8198px}.g5plus-icon-box .hexagon:after{bottom: -31.8198px}.g5plus-icon-box.light-color .hexagon{border-left-color: #fff;border-right-color: #fff}.g5plus-icon-box.light-color .hexagon:before{border-top-color: #ffffff;border-right-color: #ffffff}.g5plus-icon-box.light-color .hexagon:after{border-bottom-color: #ffffff;border-left-color: #ffffff}.g5plus-icon-box.hover-lighter .bg-overlay-lighter{position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color: transparent;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box.hover-lighter .bg-overlay-lighter:hover{background-color: rgba(255,255,255,0.08)}.g5plus-icon-box.hover-box-shadow{padding: 45px 50px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box.hover-white-shadow .bg-overlay-lighter{position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color: transparent;z-index: 10;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.g5plus-icon-box.hover-white-shadow:hover .bg-overlay-lighter,.g5plus-icon-box.hover-white-shadow .bg-overlay-lighter:hover{background-color: #fff;box-shadow: 0 15px 35px rgba(0,0,0,0.2);top: -1px}.g5plus-icon-box.hover-white-shadow:hover{border-color: transparent !important}.g5plus-icon-box.hover-white-shadow .align-icon{position: relative;z-index: 111}.g5plus-icon-box.hover-white-shadow .content{position: relative;z-index: 111}@media (max-width: 991px){.icon-grid-border .wpb_column .vc_column-inner{border: none !important;border-bottom: 1px solid rgba(0,0,0,0.2) !important}}@media (max-width: 479px){.g5plus-icon-box.none-shape.align-left .align-icon,.g5plus-icon-box.none-shape.align-right .align-icon,.g5plus-icon-box.circle-bd.align-right .shape-icon,.g5plus-icon-box.circle-bd.align-left .shape-icon,.g5plus-icon-box.align-horizontal-right .shape-icon,.g5plus-icon-box.align-horizontal-left .shape-icon{float: none;margin: auto;margin-bottom: 20px}.g5plus-icon-box.none-shape.align-left,.g5plus-icon-box.none-shape.align-right,.g5plus-icon-box.circle-bd.align-left,.g5plus-icon-box.circle-bd.align-right,.g5plus-icon-box.align-horizontal-right,.g5plus-icon-box.align-horizontal-left{text-align: center}}.g5plus-product.g5plus-product-list-small .g5plus-product-item .price{color: #242d2e}.g5plus-product.g5plus-product-list-small .g5plus-product-item h3.product-title{font-family: 'Marvel'}.g5plus-product.g5plus-product-list-small .g5plus-product-item h3.product-title a{color: #a4aeb0}.g5plus-product.g5plus-product-list-small .g5plus-product-item h3.product-title a:hover{color: #242d2e}.g5plus-product-deals .products .product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title,.g5plus-product-deals .products .product a.woocommerce-LoopProduct-link h3{font-family: 'Oswald';color: #242d2e}.g5plus-product-deals .products .product a.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title,.g5plus-product-deals .products .product a.woocommerce-LoopProduct-link:hover h3{color: #000 !important}.g5plus-product-deals .products .product .deal-add-to-cart .button{border-color: #242d2e}.g5plus-product-deals .products .product .deal-add-to-cart .button:hover{color: #242d2e}.g5plus-product-deals .products .product:hover a.woocommerce-LoopProduct-link .woocommerce-loop-product__title,.g5plus-product-deals .products .product:hover a.woocommerce-LoopProduct-link h3{color: #242d2e}.g5plus-product-deals .price &gt; :not(del){color: #242d2e}.g5plus-product-deals .product-deal-title{font-family: 'Oswald';color: rgba(36,45,46,0.1)}.g5plus-product-deals .sale-countdown{font-family: 'Oswald'}.g5plus-product-deals .sale-countdown .countdown-amount{color: #242d2e}.g5plus-post.uni-style .entry-meta-date h6,.g5plus-post-grid.uni-style .entry-meta-date h6,.g5plus-post-zigzac.uni-style .entry-meta-date h6{font-family: 'Merriweather'}.g5plus-posts-minimal .entry-meta-date h6{color: #647072}.g5plus-social-icon.circle-uni .align-icon span{color: #a4aeb0}.g5plus-social-icon.circle-uni .align-icon:before{border-top-color: #a4aeb0;border-left-color: #a4aeb0}.g5plus-social-icon.circle-uni .align-icon:after{border-top-color: #a4aeb0;border-right-color: #a4aeb0}.g5plus-social-icon.circle-uni .align-icon .shape-icon:before{border-bottom-color: #a4aeb0;border-left-color: #a4aeb0}.g5plus-social-icon.circle-uni .align-icon .shape-icon:after{border-bottom-color: #a4aeb0}.g5plus-social-icon .align-icon:hover:before,.g5plus-social-icon .align-icon:hover:after{border-color: #000}.g5plus-social-icon .align-icon:hover .shape-icon:before,.g5plus-social-icon .align-icon:hover .shape-icon:after{border-color: #000}.g5plus-social-icon .align-icon:hover span{color: #000 !important}.g5plus-testimonials.testimonials-single-vertical-double .test-item-content,.g5plus-testimonials.testimonials-box-default .test-item-content{font-family: 'Merriweather'}.g5plus-testimonials.testimonials-single-vertical-double .test-item-info h4,.g5plus-testimonials.testimonials-box-default .test-item-info h4{font-family: 'Marvel'}.g5plus-testimonials.testimonials-single-vertical-double .test-item-info span,.g5plus-testimonials.testimonials-box-default .test-item-info span{font-family: 'Merriweather'}.g5plus-testimonials.testimonials-single-creative .icon-quoter{font-family: 'Merriweather'}.g5plus-testimonials.testimonials-single-creative .test-item-content{font-family: 'Merriweather'}.g5plus-testimonials.testimonials-single-creative .test-item-info h4{font-family: 'Marvel'}.g5plus-testimonials.testimonials-single-creative .test-item-info span{font-family: 'Merriweather'}.g5plus-testimonials.testimonials-avatar-dots-nav p,.g5plus-testimonials.testimonials-avatar-dots p,.g5plus-testimonials.testimonials-avatar-dots-left-right p{font-family: 'Merriweather'}.g5plus-testimonials.testimonials-avatar-dots-nav h4,.g5plus-testimonials.testimonials-avatar-dots h4,.g5plus-testimonials.testimonials-avatar-dots-left-right h4{font-family: 'Marvel'}.g5plus-testimonials.testimonials-avatar-dots-nav .quoter-icon,.g5plus-testimonials.testimonials-avatar-dots .quoter-icon,.g5plus-testimonials.testimonials-avatar-dots-left-right .quoter-icon{font-family: 'Merriweather'}.g5plus-testimonials.testimonials-single-classic .test-item-content p{font-family: 'Merriweather'}.g5plus-pricing-table-ctn.circle-price .box-pricing-item .price-value,.g5plus-pricing-table-ctn.circle-price-button .box-pricing-item .price-value{font-family: 'Merriweather'}.g5plus-pricing-table-ctn.none-border .price-number,.g5plus-pricing-table-ctn.arrow-down .price-number,.g5plus-pricing-table-ctn.default .price-number{font-family: 'Marvel'}.g5plus-pricing-table-ctn.none-border .price-text,.g5plus-pricing-table-ctn.arrow-down .price-text,.g5plus-pricing-table-ctn.default .price-text{font-family: 'Merriweather'}.g5plus-pricing-table-ctn.none-border .pricing-title h4,.g5plus-pricing-table-ctn.arrow-down .pricing-title h4,.g5plus-pricing-table-ctn.default .pricing-title h4{font-family: 'Marvel'}.section-number{display: inline-block;position: absolute;top: 50%;transform: translateY(-50%);left: 100px;width: 130px;overflow: hidden;z-index: 1}.section-number h4{font-size: 150px;color: #647072;margin-left: -40px;font-weight: 700;opacity: 0.1}.section-number h4.light-color{color: #fff}@media (max-width: 991px){.section-number{display: none}}.b-font{font-family: 'Marvel' !important}.s-font{font-family: 'Merriweather' !important}.x-font{font-family: 'Oswald' !important}.text-color-fore{color: #647072 !important}.bg-accent{background-color: #000 !important}.text-color-medium{color: #282d2e !important}.text-color-bold{color: #444c4d !important}.text-color-dark{color: #343434 !important}.text-color-white{color: #fff}.bordered{border: 1px solid #647072 !important}.bg-dark-hover:hover{background-color: #343434 !important}.border-dark{border: 1px solid #555f60 !important}.mg-top-negative-20{margin-top: -20px}.text-color-lighten{color: #a4aeb0}.bd-color-lighten{border-color: #a4aeb0}.bg-color-lighten{background-color: #a4aeb0}.bg-color-heading{background-color: #242d2e}.text-color-heading{color: #242d2e}.text-color-accent{color: #000}.heading-style{font-family: 'Oswald';font-weight: 400}.sub-heading-style{font-family: 'Oswald';font-weight: 400;font-size: 14px}.pd-top-0{padding-top: 0px !important}.pd-top-5{padding-top: 5px !important}.pd-top-10{padding-top: 10px !important}.pd-top-15{padding-top: 15px !important}.pd-top-20{padding-top: 20px !important}.pd-top-25{padding-top: 25px !important}.pd-top-30{padding-top: 30px !important}.pd-top-35{padding-top: 35px !important}.pd-top-40{padding-top: 40px !important}.pd-top-45{padding-top: 45px !important}.pd-top-50{padding-top: 50px !important}.pd-top-55{padding-top: 55px !important}.pd-top-60{padding-top: 60px !important}.pd-top-65{padding-top: 65px !important}.pd-top-70{padding-top: 70px !important}.pd-top-75{padding-top: 75px !important}.pd-top-80{padding-top: 80px !important}.pd-top-85{padding-top: 85px !important}.pd-top-90{padding-top: 90px !important}.pd-top-95{padding-top: 95px !important}.pd-top-100{padding-top: 100px !important}@media screen and (max-width: 991px){.sm-pd-top-0{padding-top: 0px !important}.sm-pd-top-5{padding-top: 5px !important}.sm-pd-top-10{padding-top: 10px !important}.sm-pd-top-15{padding-top: 15px !important}.sm-pd-top-20{padding-top: 20px !important}.sm-pd-top-25{padding-top: 25px !important}.sm-pd-top-30{padding-top: 30px !important}.sm-pd-top-35{padding-top: 35px !important}.sm-pd-top-40{padding-top: 40px !important}.sm-pd-top-45{padding-top: 45px !important}.sm-pd-top-50{padding-top: 50px !important}.sm-pd-top-55{padding-top: 55px !important}.sm-pd-top-60{padding-top: 60px !important}.sm-pd-top-65{padding-top: 65px !important}.sm-pd-top-70{padding-top: 70px !important}.sm-pd-top-75{padding-top: 75px !important}.sm-pd-top-80{padding-top: 80px !important}.sm-pd-top-85{padding-top: 85px !important}.sm-pd-top-90{padding-top: 90px !important}.sm-pd-top-95{padding-top: 95px !important}.sm-pd-top-100{padding-top: 100px !important}}@media screen and (max-width: 767px){.xs-pd-top-0{padding-top: 0px !important}.xs-pd-top-5{padding-top: 5px !important}.xs-pd-top-10{padding-top: 10px !important}.xs-pd-top-15{padding-top: 15px !important}.xs-pd-top-20{padding-top: 20px !important}.xs-pd-top-25{padding-top: 25px !important}.xs-pd-top-30{padding-top: 30px !important}.xs-pd-top-35{padding-top: 35px !important}.xs-pd-top-40{padding-top: 40px !important}.xs-pd-top-45{padding-top: 45px !important}.xs-pd-top-50{padding-top: 50px !important}.xs-pd-top-55{padding-top: 55px !important}.xs-pd-top-60{padding-top: 60px !important}.xs-pd-top-65{padding-top: 65px !important}.xs-pd-top-70{padding-top: 70px !important}.xs-pd-top-75{padding-top: 75px !important}.xs-pd-top-80{padding-top: 80px !important}.xs-pd-top-85{padding-top: 85px !important}.xs-pd-top-90{padding-top: 90px !important}.xs-pd-top-95{padding-top: 95px !important}.xs-pd-top-100{padding-top: 100px !important}}.pd-bottom-0{padding-bottom: 0px !important}.pd-bottom-5{padding-bottom: 5px !important}.pd-bottom-10{padding-bottom: 10px !important}.pd-bottom-15{padding-bottom: 15px !important}.pd-bottom-20{padding-bottom: 20px !important}.pd-bottom-25{padding-bottom: 25px !important}.pd-bottom-30{padding-bottom: 30px !important}.pd-bottom-35{padding-bottom: 35px !important}.pd-bottom-40{padding-bottom: 40px !important}.pd-bottom-45{padding-bottom: 45px !important}.pd-bottom-50{padding-bottom: 50px !important}.pd-bottom-55{padding-bottom: 55px !important}.pd-bottom-60{padding-bottom: 60px !important}.pd-bottom-65{padding-bottom: 65px !important}.pd-bottom-70{padding-bottom: 70px !important}.pd-bottom-75{padding-bottom: 75px !important}.pd-bottom-80{padding-bottom: 80px !important}.pd-bottom-85{padding-bottom: 85px !important}.pd-bottom-90{padding-bottom: 90px !important}.pd-bottom-95{padding-bottom: 95px !important}.pd-bottom-100{padding-bottom: 100px !important}@media screen and (max-width: 991px){.sm-pd-bottom-0{padding-bottom: 0px !important}.sm-pd-bottom-5{padding-bottom: 5px !important}.sm-pd-bottom-10{padding-bottom: 10px !important}.sm-pd-bottom-15{padding-bottom: 15px !important}.sm-pd-bottom-20{padding-bottom: 20px !important}.sm-pd-bottom-25{padding-bottom: 25px !important}.sm-pd-bottom-30{padding-bottom: 30px !important}.sm-pd-bottom-35{padding-bottom: 35px !important}.sm-pd-bottom-40{padding-bottom: 40px !important}.sm-pd-bottom-45{padding-bottom: 45px !important}.sm-pd-bottom-50{padding-bottom: 50px !important}.sm-pd-bottom-55{padding-bottom: 55px !important}.sm-pd-bottom-60{padding-bottom: 60px !important}.sm-pd-bottom-65{padding-bottom: 65px !important}.sm-pd-bottom-70{padding-bottom: 70px !important}.sm-pd-bottom-75{padding-bottom: 75px !important}.sm-pd-bottom-80{padding-bottom: 80px !important}.sm-pd-bottom-85{padding-bottom: 85px !important}.sm-pd-bottom-90{padding-bottom: 90px !important}.sm-pd-bottom-95{padding-bottom: 95px !important}.sm-pd-bottom-100{padding-bottom: 100px !important}}@media screen and (max-width: 767px){.xs-pd-bottom-0{padding-bottom: 0px !important}.xs-pd-bottom-5{padding-bottom: 5px !important}.xs-pd-bottom-10{padding-bottom: 10px !important}.xs-pd-bottom-15{padding-bottom: 15px !important}.xs-pd-bottom-20{padding-bottom: 20px !important}.xs-pd-bottom-25{padding-bottom: 25px !important}.xs-pd-bottom-30{padding-bottom: 30px !important}.xs-pd-bottom-35{padding-bottom: 35px !important}.xs-pd-bottom-40{padding-bottom: 40px !important}.xs-pd-bottom-45{padding-bottom: 45px !important}.xs-pd-bottom-50{padding-bottom: 50px !important}.xs-pd-bottom-55{padding-bottom: 55px !important}.xs-pd-bottom-60{padding-bottom: 60px !important}.xs-pd-bottom-65{padding-bottom: 65px !important}.xs-pd-bottom-70{padding-bottom: 70px !important}.xs-pd-bottom-75{padding-bottom: 75px !important}.xs-pd-bottom-80{padding-bottom: 80px !important}.xs-pd-bottom-85{padding-bottom: 85px !important}.xs-pd-bottom-90{padding-bottom: 90px !important}.xs-pd-bottom-95{padding-bottom: 95px !important}.xs-pd-bottom-100{padding-bottom: 100px !important}}.pd-right-0{padding-right: 0px !important}.pd-right-5{padding-right: 5px !important}.pd-right-10{padding-right: 10px !important}.pd-right-15{padding-right: 15px !important}.pd-right-20{padding-right: 20px !important}.pd-right-25{padding-right: 25px !important}.pd-right-30{padding-right: 30px !important}.pd-right-35{padding-right: 35px !important}.pd-right-40{padding-right: 40px !important}.pd-right-45{padding-right: 45px !important}.pd-right-50{padding-right: 50px !important}.pd-right-55{padding-right: 55px !important}.pd-right-60{padding-right: 60px !important}.pd-right-65{padding-right: 65px !important}.pd-right-70{padding-right: 70px !important}.pd-right-75{padding-right: 75px !important}.pd-right-80{padding-right: 80px !important}.pd-right-85{padding-right: 85px !important}.pd-right-90{padding-right: 90px !important}.pd-right-95{padding-right: 95px !important}.pd-right-100{padding-right: 100px !important}@media screen and (max-width: 991px){.sm-pd-right-0{padding-right: 0px !important}.sm-pd-right-5{padding-right: 5px !important}.sm-pd-right-10{padding-right: 10px !important}.sm-pd-right-15{padding-right: 15px !important}.sm-pd-right-20{padding-right: 20px !important}.sm-pd-right-25{padding-right: 25px !important}.sm-pd-right-30{padding-right: 30px !important}.sm-pd-right-35{padding-right: 35px !important}.sm-pd-right-40{padding-right: 40px !important}.sm-pd-right-45{padding-right: 45px !important}.sm-pd-right-50{padding-right: 50px !important}.sm-pd-right-55{padding-right: 55px !important}.sm-pd-right-60{padding-right: 60px !important}.sm-pd-right-65{padding-right: 65px !important}.sm-pd-right-70{padding-right: 70px !important}.sm-pd-right-75{padding-right: 75px !important}.sm-pd-right-80{padding-right: 80px !important}.sm-pd-right-85{padding-right: 85px !important}.sm-pd-right-90{padding-right: 90px !important}.sm-pd-right-95{padding-right: 95px !important}.sm-pd-right-100{padding-right: 100px !important}}@media screen and (max-width: 767px){.xs-pd-right-0{padding-right: 0px !important}.xs-pd-right-5{padding-right: 5px !important}.xs-pd-right-10{padding-right: 10px !important}.xs-pd-right-15{padding-right: 15px !important}.xs-pd-right-20{padding-right: 20px !important}.xs-pd-right-25{padding-right: 25px !important}.xs-pd-right-30{padding-right: 30px !important}.xs-pd-right-35{padding-right: 35px !important}.xs-pd-right-40{padding-right: 40px !important}.xs-pd-right-45{padding-right: 45px !important}.xs-pd-right-50{padding-right: 50px !important}.xs-pd-right-55{padding-right: 55px !important}.xs-pd-right-60{padding-right: 60px !important}.xs-pd-right-65{padding-right: 65px !important}.xs-pd-right-70{padding-right: 70px !important}.xs-pd-right-75{padding-right: 75px !important}.xs-pd-right-80{padding-right: 80px !important}.xs-pd-right-85{padding-right: 85px !important}.xs-pd-right-90{padding-right: 90px !important}.xs-pd-right-95{padding-right: 95px !important}.xs-pd-right-100{padding-right: 100px !important}}.pd-left-0{padding-left: 0px !important}.pd-left-5{padding-left: 5px !important}.pd-left-10{padding-left: 10px !important}.pd-left-15{padding-left: 15px !important}.pd-left-20{padding-left: 20px !important}.pd-left-25{padding-left: 25px !important}.pd-left-30{padding-left: 30px !important}.pd-left-35{padding-left: 35px !important}.pd-left-40{padding-left: 40px !important}.pd-left-45{padding-left: 45px !important}.pd-left-50{padding-left: 50px !important}.pd-left-55{padding-left: 55px !important}.pd-left-60{padding-left: 60px !important}.pd-left-65{padding-left: 65px !important}.pd-left-70{padding-left: 70px !important}.pd-left-75{padding-left: 75px !important}.pd-left-80{padding-left: 80px !important}.pd-left-85{padding-left: 85px !important}.pd-left-90{padding-left: 90px !important}.pd-left-95{padding-left: 95px !important}.pd-left-100{padding-left: 100px !important}@media screen and (max-width: 991px){.sm-pd-left-0{padding-left: 0px !important}.sm-pd-left-5{padding-left: 5px !important}.sm-pd-left-10{padding-left: 10px !important}.sm-pd-left-15{padding-left: 15px !important}.sm-pd-left-20{padding-left: 20px !important}.sm-pd-left-25{padding-left: 25px !important}.sm-pd-left-30{padding-left: 30px !important}.sm-pd-left-35{padding-left: 35px !important}.sm-pd-left-40{padding-left: 40px !important}.sm-pd-left-45{padding-left: 45px !important}.sm-pd-left-50{padding-left: 50px !important}.sm-pd-left-55{padding-left: 55px !important}.sm-pd-left-60{padding-left: 60px !important}.sm-pd-left-65{padding-left: 65px !important}.sm-pd-left-70{padding-left: 70px !important}.sm-pd-left-75{padding-left: 75px !important}.sm-pd-left-80{padding-left: 80px !important}.sm-pd-left-85{padding-left: 85px !important}.sm-pd-left-90{padding-left: 90px !important}.sm-pd-left-95{padding-left: 95px !important}.sm-pd-left-100{padding-left: 100px !important}}@media screen and (max-width: 767px){.xs-pd-left-0{padding-left: 0px !important}.xs-pd-left-5{padding-left: 5px !important}.xs-pd-left-10{padding-left: 10px !important}.xs-pd-left-15{padding-left: 15px !important}.xs-pd-left-20{padding-left: 20px !important}.xs-pd-left-25{padding-left: 25px !important}.xs-pd-left-30{padding-left: 30px !important}.xs-pd-left-35{padding-left: 35px !important}.xs-pd-left-40{padding-left: 40px !important}.xs-pd-left-45{padding-left: 45px !important}.xs-pd-left-50{padding-left: 50px !important}.xs-pd-left-55{padding-left: 55px !important}.xs-pd-left-60{padding-left: 60px !important}.xs-pd-left-65{padding-left: 65px !important}.xs-pd-left-70{padding-left: 70px !important}.xs-pd-left-75{padding-left: 75px !important}.xs-pd-left-80{padding-left: 80px !important}.xs-pd-left-85{padding-left: 85px !important}.xs-pd-left-90{padding-left: 90px !important}.xs-pd-left-95{padding-left: 95px !important}.xs-pd-left-100{padding-left: 100px !important}}@media (min-width: 992px){.remove-padding-md{padding: 0}}.mg-top-0{margin-top: 0px !important}.mg-top-5{margin-top: 5px !important}.mg-top-10{margin-top: 10px !important}.mg-top-15{margin-top: 15px !important}.mg-top-20{margin-top: 20px !important}.mg-top-25{margin-top: 25px !important}.mg-top-30{margin-top: 30px !important}.mg-top-35{margin-top: 35px !important}.mg-top-40{margin-top: 40px !important}.mg-top-45{margin-top: 45px !important}.mg-top-50{margin-top: 50px !important}.mg-top-55{margin-top: 55px !important}.mg-top-60{margin-top: 60px !important}.mg-top-65{margin-top: 65px !important}.mg-top-70{margin-top: 70px !important}.mg-top-75{margin-top: 75px !important}.mg-top-80{margin-top: 80px !important}.mg-top-85{margin-top: 85px !important}.mg-top-90{margin-top: 90px !important}.mg-top-95{margin-top: 95px !important}.mg-top-100{margin-top: 100px !important}.mg-negative-top-0{margin-top: 0px !important}.mg-negative-top-5{margin-top: -5px !important}.mg-negative-top-10{margin-top: -10px !important}.mg-negative-top-15{margin-top: -15px !important}.mg-negative-top-20{margin-top: -20px !important}.mg-negative-top-25{margin-top: -25px !important}.mg-negative-top-30{margin-top: -30px !important}.mg-negative-top-35{margin-top: -35px !important}.mg-negative-top-40{margin-top: -40px !important}.mg-negative-top-45{margin-top: -45px !important}.mg-negative-top-50{margin-top: -50px !important}.mg-negative-top-55{margin-top: -55px !important}.mg-negative-top-60{margin-top: -60px !important}.mg-negative-top-65{margin-top: -65px !important}.mg-negative-top-70{margin-top: -70px !important}.mg-negative-top-75{margin-top: -75px !important}.mg-negative-top-80{margin-top: -80px !important}.mg-negative-top-85{margin-top: -85px !important}.mg-negative-top-90{margin-top: -90px !important}.mg-negative-top-95{margin-top: -95px !important}.mg-negative-top-100{margin-top: -100px !important}@media screen and (max-width: 991px){.sm-mg-top-0{margin-top: 0px !important}.sm-mg-top-5{margin-top: 5px !important}.sm-mg-top-10{margin-top: 10px !important}.sm-mg-top-15{margin-top: 15px !important}.sm-mg-top-20{margin-top: 20px !important}.sm-mg-top-25{margin-top: 25px !important}.sm-mg-top-30{margin-top: 30px !important}.sm-mg-top-35{margin-top: 35px !important}.sm-mg-top-40{margin-top: 40px !important}.sm-mg-top-45{margin-top: 45px !important}.sm-mg-top-50{margin-top: 50px !important}.sm-mg-top-55{margin-top: 55px !important}.sm-mg-top-60{margin-top: 60px !important}.sm-mg-top-65{margin-top: 65px !important}.sm-mg-top-70{margin-top: 70px !important}.sm-mg-top-75{margin-top: 75px !important}.sm-mg-top-80{margin-top: 80px !important}.sm-mg-top-85{margin-top: 85px !important}.sm-mg-top-90{margin-top: 90px !important}.sm-mg-top-95{margin-top: 95px !important}.sm-mg-top-100{margin-top: 100px !important}}@media screen and (max-width: 767px){.xs-mg-top-0{margin-top: 0px !important}.xs-mg-top-5{margin-top: 5px !important}.xs-mg-top-10{margin-top: 10px !important}.xs-mg-top-15{margin-top: 15px !important}.xs-mg-top-20{margin-top: 20px !important}.xs-mg-top-25{margin-top: 25px !important}.xs-mg-top-30{margin-top: 30px !important}.xs-mg-top-35{margin-top: 35px !important}.xs-mg-top-40{margin-top: 40px !important}.xs-mg-top-45{margin-top: 45px !important}.xs-mg-top-50{margin-top: 50px !important}.xs-mg-top-55{margin-top: 55px !important}.xs-mg-top-60{margin-top: 60px !important}.xs-mg-top-65{margin-top: 65px !important}.xs-mg-top-70{margin-top: 70px !important}.xs-mg-top-75{margin-top: 75px !important}.xs-mg-top-80{margin-top: 80px !important}.xs-mg-top-85{margin-top: 85px !important}.xs-mg-top-90{margin-top: 90px !important}.xs-mg-top-95{margin-top: 95px !important}.xs-mg-top-100{margin-top: 100px !important}}@media (min-width: 992px){.widget-mg-top--30{margin-top: -30px}}.mg-bottom-0{margin-bottom: 0px !important}.mg-bottom-5{margin-bottom: 5px !important}.mg-bottom-10{margin-bottom: 10px !important}.mg-bottom-15{margin-bottom: 15px !important}.mg-bottom-20{margin-bottom: 20px !important}.mg-bottom-25{margin-bottom: 25px !important}.mg-bottom-30{margin-bottom: 30px !important}.mg-bottom-35{margin-bottom: 35px !important}.mg-bottom-40{margin-bottom: 40px !important}.mg-bottom-45{margin-bottom: 45px !important}.mg-bottom-50{margin-bottom: 50px !important}.mg-bottom-55{margin-bottom: 55px !important}.mg-bottom-60{margin-bottom: 60px !important}.mg-bottom-65{margin-bottom: 65px !important}.mg-bottom-70{margin-bottom: 70px !important}.mg-bottom-75{margin-bottom: 75px !important}.mg-bottom-80{margin-bottom: 80px !important}.mg-bottom-85{margin-bottom: 85px !important}.mg-bottom-90{margin-bottom: 90px !important}.mg-bottom-95{margin-bottom: 95px !important}.mg-bottom-100{margin-bottom: 100px !important}@media screen and (max-width: 991px){.sm-mg-bottom-0{margin-bottom: 0px !important}.sm-mg-bottom-5{margin-bottom: 5px !important}.sm-mg-bottom-10{margin-bottom: 10px !important}.sm-mg-bottom-15{margin-bottom: 15px !important}.sm-mg-bottom-20{margin-bottom: 20px !important}.sm-mg-bottom-25{margin-bottom: 25px !important}.sm-mg-bottom-30{margin-bottom: 30px !important}.sm-mg-bottom-35{margin-bottom: 35px !important}.sm-mg-bottom-40{margin-bottom: 40px !important}.sm-mg-bottom-45{margin-bottom: 45px !important}.sm-mg-bottom-50{margin-bottom: 50px !important}.sm-mg-bottom-55{margin-bottom: 55px !important}.sm-mg-bottom-60{margin-bottom: 60px !important}.sm-mg-bottom-65{margin-bottom: 65px !important}.sm-mg-bottom-70{margin-bottom: 70px !important}.sm-mg-bottom-75{margin-bottom: 75px !important}.sm-mg-bottom-80{margin-bottom: 80px !important}.sm-mg-bottom-85{margin-bottom: 85px !important}.sm-mg-bottom-90{margin-bottom: 90px !important}.sm-mg-bottom-95{margin-bottom: 95px !important}.sm-mg-bottom-100{margin-bottom: 100px !important}}@media screen and (max-width: 767px){.xs-mg-bottom-0{margin-bottom: 0px !important}.xs-mg-bottom-5{margin-bottom: 5px !important}.xs-mg-bottom-10{margin-bottom: 10px !important}.xs-mg-bottom-15{margin-bottom: 15px !important}.xs-mg-bottom-20{margin-bottom: 20px !important}.xs-mg-bottom-25{margin-bottom: 25px !important}.xs-mg-bottom-30{margin-bottom: 30px !important}.xs-mg-bottom-35{margin-bottom: 35px !important}.xs-mg-bottom-40{margin-bottom: 40px !important}.xs-mg-bottom-45{margin-bottom: 45px !important}.xs-mg-bottom-50{margin-bottom: 50px !important}.xs-mg-bottom-55{margin-bottom: 55px !important}.xs-mg-bottom-60{margin-bottom: 60px !important}.xs-mg-bottom-65{margin-bottom: 65px !important}.xs-mg-bottom-70{margin-bottom: 70px !important}.xs-mg-bottom-75{margin-bottom: 75px !important}.xs-mg-bottom-80{margin-bottom: 80px !important}.xs-mg-bottom-85{margin-bottom: 85px !important}.xs-mg-bottom-90{margin-bottom: 90px !important}.xs-mg-bottom-95{margin-bottom: 95px !important}.xs-mg-bottom-100{margin-bottom: 100px !important}}.fw-light{font-weight: 300 !important}.fw-medium{font-weight: 500 !important}.fw-semi-bold{font-weight: 600 !important}.fw-bold{font-weight: 700 !important}.fw-extra-bold{font-weight: 900 !important}.fs-10{font-size: 10px !important}.fs-11{font-size: 11px !important}.fs-12{font-size: 12px !important}.fs-13{font-size: 13px !important}.fs-14{font-size: 14px !important}.fs-15{font-size: 15px !important}.fs-16{font-size: 16px !important}.fs-18{font-size: 18px !important}.fs-20{font-size: 20px !important}.fs-21{font-size: 21px !important}.fs-24{font-size: 24px !important}.fs-26{font-size: 26px !important}.fs-30{font-size: 30px !important}.fs-32{font-size: 32px !important}.fs-36{font-size: 36px !important}.fs-38{font-size: 38px !important}.fs-40{font-size: 46px !important}.fs-46{font-size: 46px !important}.fs-50{font-size: 50px !important}.fs-60{font-size: 60px !important}.fs-72{font-size: 72px !important}.fs-90{font-size: 90px !important}.fs-100{font-size: 100px !important}.fs-150{font-size: 150px !important}.text-italic{font-style: italic !important}.uppercase{text-transform: uppercase !important}.line-small{line-height: 1em !important}.line-normal{line-height: 1.5em !important}.line-medium{line-height: 1.6em !important}.line-large{line-height: 1.8em !important}.line-2x{line-height: 2em !important}.line-3x{line-height: 3em !important}.line-21{line-height: 21px !important}.line-24{line-height: 24px !important}.line-24{line-height: 24px !important}.line-30{line-height: 30px !important}.line-44{line-height: 44px !important}.transition03,.transition03-before:before{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.transition05,.transition05-before:before{-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.transition1,.transition1-before:before{-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;transition: all 1s}.box-shadow-gray{box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25)}.box-shadow-gray-30{-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.box-shadow-gray-30:hover{box-shadow: 0 15px 30px rgba(0,0,0,0.15)}.box-shadow-black{box-shadow: 0 25px 73px rgba(0,0,0,0.15)}.box-shadow-black-15{box-shadow: 0 30px 50px rgba(0,0,0,0.15)}.box-shadow-black-20{box-shadow: 0 15px 35px rgba(0,0,0,0.2)}.box-shadow-inset-footer footer{box-shadow: inset 0px 29px 80px -34px rgba(0,0,0,0.5)}.overflow-hidden{overflow: hidden !important}.fixed{position: fixed;-webkit-backface-visibility: visible;-moz-backface-visibility: visible;-o-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}.max-width-600{max-width: 600px;margin: 0 auto}@media screen and (max-width: 991px){.md-pd-right-0{padding-right: 0}.sm-mg-top-25{margin-top: 25px}}@media (max-width: 479px){.pd-70 .vc_column-inner{padding: 10px !important}.pd-50-30 .vc_column-inner{padding: 50px 5px !important}.col-mb-1,.col-mb-2,.col-mb-3,.col-mb-4,.col-mb-5,.col-mb-6,.col-mb-7,.col-mb-8,.col-mb-9,.col-mb-10,.col-mb-11,.col-mb-12{float: left}.col-mb-12{width: 100%}.col-mb-11{width: 91.66666667%}.col-mb-10{width: 83.33333333%}.col-mb-9{width: 75%}.col-mb-8{width: 66.66666667%}.col-mb-7{width: 58.33333333%}.col-mb-6{width: 50%}.col-mb-5{width: 41.66666667%}.col-mb-4{width: 33.33333333%}.col-mb-3{width: 25%}.col-mb-2{width: 16.66666667%}.col-mb-1{width: 8.33333333%}.col-mb-pull-12{right: 100%}.col-mb-pull-11{right: 91.66666667%}.col-mb-pull-10{right: 83.33333333%}.col-mb-pull-9{right: 75%}.col-mb-pull-8{right: 66.66666667%}.col-mb-pull-7{right: 58.33333333%}.col-mb-pull-6{right: 50%}.col-mb-pull-5{right: 41.66666667%}.col-mb-pull-4{right: 33.33333333%}.col-mb-pull-3{right: 25%}.col-mb-pull-2{right: 16.66666667%}.col-mb-pull-1{right: 8.33333333%}.col-mb-pull-0{right: auto}.col-mb-push-12{left: 100%}.col-mb-push-11{left: 91.66666667%}.col-mb-push-10{left: 83.33333333%}.col-mb-push-9{left: 75%}.col-mb-push-8{left: 66.66666667%}.col-mb-push-7{left: 58.33333333%}.col-mb-push-6{left: 50%}.col-mb-push-5{left: 41.66666667%}.col-mb-push-4{left: 33.33333333%}.col-mb-push-3{left: 25%}.col-mb-push-2{left: 16.66666667%}.col-mb-push-1{left: 8.33333333%}.col-mb-push-0{left: auto}.col-mb-offset-12{margin-left: 100%}.col-mb-offset-11{margin-left: 91.66666667%}.col-mb-offset-10{margin-left: 83.33333333%}.col-mb-offset-9{margin-left: 75%}.col-mb-offset-8{margin-left: 66.66666667%}.col-mb-offset-7{margin-left: 58.33333333%}.col-mb-offset-6{margin-left: 50%}.col-mb-offset-5{margin-left: 41.66666667%}.col-mb-offset-4{margin-left: 33.33333333%}.col-mb-offset-3{margin-left: 25%}.col-mb-offset-2{margin-left: 16.66666667%}.col-mb-offset-1{margin-left: 8.33333333%}.col-mb-offset-0{margin-left: 0%}}.pos-rev{position: relative}.pos-ab{position: absolute}.right-0{right: 0}.bottom-0{bottom: 0}.top-50-percent{top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%)}.background-half-blue-grey .wpb_column:before{content: "";position: absolute;top: 46%;left: 0;right: 0;bottom: 0;background-color: #F5F8FA}.md-mg-50{margin: 50px}.max-width-571{max-width: 571px;margin: auto}.md-mg-left-15{margin-left: 15px}.md-mg-right-15{margin-right: 15px}.right-75{right: 75px}@media (min-width: 1200px){.lg-mg-100{margin: 100px}.lg-mg-left-45{margin-left: 45px}.lg-mg-right-45{margin-right: 45px}}@media (max-width: 991px){.sm-pos-rev{position: relative !important}.sm-pos-ab-none{position: inherit}.sm-top-0-percent{top: 0;-webkit-transform: translateY(0%);-moz-transform: translateY(0%);-o-transform: translateY(0%);-ms-transform: translateY(0%);transform: translateY(0%)}.sm-mg-30{margin: 30px}.sm-fl-none{float: none}.sm-fs-36{font-size: 36px !important}.sm-fs-50{font-size: 50px !important}}@media (max-width: 767px){.xs-mg-10{margin: 10px}.xs-mg-left-0{margin-left: 0px}.xs-mg-right-0{margin-right: 0px}.xs-right-0{right: 0}.xs-transform-inherit{transform: inherit}.xs-pos-rev{position: relative !important}}.col-reponsive-content .g5plus-heading{display: inline-block}.col-reponsive-content .g5plus-btn-container{float: right}@media (max-width: 479px){.mb-fs-18{font-size: 18px !important}.mb-fs-25{font-size: 25px !important}.col-reponsive-content .g5plus-heading{text-align: center !important;display: block}.col-reponsive-content .g5plus-btn-container{float: none;text-align: center !important}}.orion-max-width-900{max-width: 900px;margin: auto}.fl-right{float: right}@media (min-width: 992px){.md-max-width-470{max-width: 470px}}.product-deal-row{position: relative}.product-deal-row &gt; .vc_column_container{position: absolute;top: 0;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);z-index: 1}ul.wp-block-gallery{padding: 0}.wp-block-quote:not(.is-large):not(.is-style-large){border: 1px solid #000;padding: 25px 50px 35px 50px}.wp-block-pullquote{border-left: none;border-right: none}.wp-block-pullquote cite:before{display: none}.wp-block-pullquote blockquote:not(.is-large):not(.is-style-large){padding: 0;margin-bottom: 0;border-left: none;border-right: none}.wp-block-pullquote blockquote:not(.is-large):not(.is-style-large):before{display: none}.wp-block-pullquote blockquote:not(.is-large):not(.is-style-large) cite:before{display: none}.wp-block-quote.is-large,.wp-block-quote.is-style-large{padding: 0}.wp-block-table td,.wp-block-table th{border: none;padding: 8px;border-top: 1px solid #ccc}.wp-block-button__link{box-sizing: border-box;display: inline-block;text-transform: uppercase;padding: 15px 30px;font-size: 16px;letter-spacing: 0.2em;line-height: 21px;font-weight: 700;border: 1px solid transparent;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.wp-block-button__link:not(.has-background):not(.has-text-color){color: #fff;background-color: #000}.wp-block-button__link:not(.has-background):not(.has-text-color).active,.wp-block-button__link:not(.has-background):not(.has-text-color):focus,.wp-block-button__link:not(.has-background):not(.has-text-color):hover{color: #fff;background-color: #647072}.wp-block-button:not(.is-style-squared) .wp-block-button__link{-webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em}.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,.wp-block-button:not(.is-style-outline) .wp-block-button__link:active{color: #fff;background-color: #333;border-color: #333}.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background,.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color{border-color: transparent}.wp-block-button.is-style-outline .wp-block-button__link{background: transparent !important;border: 2px solid currentcolor}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:active{color: #000}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){color: #000}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active{color: #333;border-color: #333}.wp-block-calendar,.wp-block-columns,.wp-block-group,.wp-block-group.has-background,.wp-block-search,ul.wp-block-categories,ul.wp-block-archives,.wp-block-archives.wp-block-archives-dropdown,ol.wp-block-latest-comments,.wp-block-media-text,.wp-block-rss,.wp-block-latest-posts,.wp-block-latest-comments,.wp-block-archives,.wp-block-categories,.wp-block-gallery,.wp-block-embed,.wp-block-cover-image,.wp-block-cover,.wp-block-button{margin-bottom: 20px}.wp-block-cover-image,.wp-block-cover{color: #f8f9f9}.wp-block-cover-image p,.wp-block-cover p{margin-bottom: 0;line-height: 1.25}.wp-block-cover-image a,.wp-block-cover a{color: inherit}ul.blocks-gallery-grid{margin-bottom: -16px !important;padding-left: 0 !important}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption,.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption{color: #fff !important;margin: 0}.blocks-gallery-caption{margin-left: auto;margin-right: auto;margin-top: 10px}.wp-block-column &gt; *:last-child{margin-bottom: 0}.wp-block-latest-posts__list{padding: 0 !important}.wp-block-latest-posts__list li{margin-bottom: 5px}ul.wp-block-categories-list{list-style: none;padding: 0}ul.wp-block-categories-list li{margin-bottom: 5px}ul.wp-block-categories-list ul{margin-top: 5px;list-style: none}ul.wp-block-archives-list{list-style: none;padding: 0}ul.wp-block-archives-list li{margin-bottom: 5px}.widget .wp-block-group__inner-container &gt; h2{margin-left: 80px !important;font-size: 20px;text-transform: uppercase;color: #242d2e;font-weight: 700;margin-bottom: 25px;line-height: 1.5}.primary-sidebar .widget .wp-block-group__inner-container &gt; h2{font-size: 14px;letter-spacing: 0.2em;font-family: 'Marvel';position: relative;padding-bottom: 15px}.primary-sidebar .widget .wp-block-group__inner-container &gt; h2:after{content: "";position: absolute;height: 2px;width: 30px;background-color: #000;left: 0;bottom: 0}.wc-block-product-categories &gt; ul,.wp-block-page-list,.wp-block-archives-list,.wp-block-categories-list{list-style: none;padding: 0;margin: 0}.wc-block-product-categories &gt; ul li,.wp-block-page-list li,.wp-block-archives-list li,.wp-block-categories-list li{position: relative;font-size: 14px;font-weight: 400}.wc-block-product-categories &gt; ul li a,.wp-block-page-list li a,.wp-block-archives-list li a,.wp-block-categories-list li a{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;line-height: 24px;display: inline-block;color: #242d2e}.wc-block-product-categories &gt; ul li a:before,.wp-block-page-list li a:before,.wp-block-archives-list li a:before,.wp-block-categories-list li a:before{display: inline-block;font-family: FontAwesome;content: '\f0da';color: inherit;padding-right: 10px}.wc-block-product-categories &gt; ul li a:hover,.wp-block-page-list li a:hover,.wp-block-archives-list li a:hover,.wp-block-categories-list li a:hover{color: #000}.wc-block-product-categories &gt; ul li + li,.wp-block-page-list li + li,.wp-block-archives-list li + li,.wp-block-categories-list li + li{border-top: solid 1px rgba(0,0,0,0.1);padding-top: 12px;margin-top: 12px}.wc-block-product-categories &gt; ul ul,.wp-block-page-list ul,.wp-block-archives-list ul,.wp-block-categories-list ul{margin: 12px 0 0 0;padding: 12px 0 0 0;list-style: none;border-top: solid 1px rgba(0,0,0,0.1)}.wc-block-product-categories &gt; ul ul &gt; li &gt; a,.wp-block-page-list ul &gt; li &gt; a,.wp-block-archives-list ul &gt; li &gt; a,.wp-block-categories-list ul &gt; li &gt; a{padding-left: 10px}.wc-block-product-categories &gt; ul ul ul &gt; li &gt; a,.wp-block-page-list ul ul &gt; li &gt; a,.wp-block-archives-list ul ul &gt; li &gt; a,.wp-block-categories-list ul ul &gt; li &gt; a{padding-left: 20px}.wc-block-product-categories &gt; ul ul ul ul &gt; li &gt; a,.wp-block-page-list ul ul ul &gt; li &gt; a,.wp-block-archives-list ul ul ul &gt; li &gt; a,.wp-block-categories-list ul ul ul &gt; li &gt; a{padding-left: 30px}.wc-block-product-categories &gt; ul ul ul ul ul &gt; li &gt; a,.wp-block-page-list ul ul ul ul &gt; li &gt; a,.wp-block-archives-list ul ul ul ul &gt; li &gt; a,.wp-block-categories-list ul ul ul ul &gt; li &gt; a{padding-left: 40px}.wc-block-product-categories &gt; ul ul ul ul ul ul &gt; li &gt; a,.wp-block-page-list ul ul ul ul ul &gt; li &gt; a,.wp-block-archives-list ul ul ul ul ul &gt; li &gt; a,.wp-block-categories-list ul ul ul ul ul &gt; li &gt; a{padding-left: 50px}.wp-block-archives-list span.count,.wp-block-categories-list span.count{position: absolute;top: 0;right: 0;font-size: 14px;font-weight: 700;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.wp-block-archives-list li + li &gt; span.count,.wp-block-categories-list li + li &gt; span.count{top: 12px}.wp-block-archives-list li &gt; a:hover + span,.wp-block-categories-list li &gt; a:hover + span{color: #000}.wc-block-product-categories &gt; ul span.wc-block-product-categories-list-item-count{position: absolute;top: 0;right: 0;font-size: 14px;font-weight: 700;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.wc-block-product-categories &gt; ul li + li &gt; span.wc-block-product-categories-list-item-count{top: 12px}.wc-block-product-categories &gt; ul li &gt; a:hover + span{color: #000}.wp-block-tag-cloud{margin-bottom: -5px;font-size: 0}.wp-block-tag-cloud a{display: inline-block;font-size: 12px !important;letter-spacing: 0.1em;text-transform: uppercase;font-weight: 400;line-height: 1;padding: 8px 15px 8px 15px;margin: 5px 10px 5px 0;border: 1px solid #e8e8e8;color: #242d2e;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.wp-block-tag-cloud a:hover{background-color: #242d2e;border-color: #242d2e;color: #fff}.wp-block-tag-cloud a:last-child{margin-right: 0}.wp-block-search{position: relative}.wp-block-search input[type="search"]{width: 100%;padding-left: 20px;padding-right: 50px}.wp-block-search input[type="search"]:focus{border-color: #242d2e}.wp-block-search button[type="submit"]{padding: 0;background-color: transparent;height: 50px;width: 50px;position: absolute;border: none;right: 0;bottom: 0;text-align: center}.wp-block-search button[type="submit"] i{color: #242d2e;font-size: 26px;line-height: 50px}.wp-block-search button[type="submit"]:hover i{color: #000}.wp-block-search button[type="submit"]:before{content: "";position: absolute;left: 0;top: 0;bottom: 0;height: 30px;width: 1px;background-color: rgba(0,0,0,0.1);margin: auto}.wp-block-search label{display: none}.wp-block-search button[type="submit"]{font-size: 0}.wp-block-search button[type="submit"]:after{font-size: 26px;line-height: 50px;color: #242d2e;content: "\e618";font-family: 'Pe-icon-7-stroke';font-weight: 400}.wp-block-search button[type="submit"]:hover:after{color: #000}.wc-block-product-search{position: relative}.wc-block-product-search input[type="search"]{width: 100%;padding-left: 20px;padding-right: 50px}.wc-block-product-search input[type="search"]:focus{border-color: #242d2e}.wc-block-product-search button[type="submit"]{padding: 0;background-color: transparent;height: 50px;width: 50px;position: absolute;border: none;right: 0;bottom: 0;text-align: center}.wc-block-product-search button[type="submit"] i{color: #242d2e;font-size: 26px;line-height: 50px}.wc-block-product-search button[type="submit"]:hover i{color: #000}.wc-block-product-search button[type="submit"]:before{content: "";position: absolute;left: 0;top: 0;bottom: 0;height: 30px;width: 1px;background-color: rgba(0,0,0,0.1);margin: auto}.wc-block-product-search label{display: none}.wc-block-product-search button[type="submit"]{font-size: 0;margin: 0;display: block}.wc-block-product-search button[type="submit"] svg{display: none}.wc-block-product-search button[type="submit"]:after{font-size: 26px;line-height: 50px;color: #242d2e;content: "\e618";font-family: 'Pe-icon-7-stroke';font-weight: 400}.wc-block-product-search button[type="submit"]:hover:after{color: #000}@media screen and (max-width: 1200px){.header-1 .primary-menu .header-customize-nav{display: none}}.x-nav-menu &gt; .x-menu-item &gt; .x-menu-a-text{font-size: 18px !important;text-transform: uppercase;font-weight: 500}.pd-bottom-50{padding-bottom: 0px !important}.pd-top-100{padding-top: 1px !important}.widget-title{margin-left: 80px !important;font-size: 20px;text-transform: uppercase;color: #242d2e;font-weight: 700;margin-bottom: 25px;line-height: 1.5}.vc_row-background-overlay-wrap{position:relative}.vc_row-background-overlay{position:absolute;left:0;right:0;top:0;bottom:0;background-repeat:repeat}.vc_col-has-fill&gt;.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row&gt;.vc_column_container&gt;.vc_column-inner,.vc_row-has-fill+.vc_row&gt;.vc_column_container&gt;.vc_column-inner,.vc_row-has-fill+.vc_vc_row&gt;.vc_row&gt;.vc_vc_column&gt;.vc_column_container&gt;.vc_column-inner,.vc_row-has-fill+.vc_vc_row_inner&gt;.vc_row&gt;.vc_vc_column_inner&gt;.vc_column_container&gt;.vc_column-inner,.vc_row-has-fill&gt;.vc_column_container&gt;.vc_column-inner,.vc_row-has-fill&gt;.vc_row&gt;.vc_vc_column&gt;.vc_column_container&gt;.vc_column-inner,.vc_row-has-fill&gt;.vc_vc_column_inner&gt;.vc_column_container&gt;.vc_column-inner{padding-top:0}.vc_row{margin-left:-10px;margin-right:-10px}.vc_column_container&gt;.vc_column-inner{padding-left:10px;padding-right:10px}.wpb_button,.wpb_content_element,ul.wpb_thumbnails-fluid&gt;li,.vc_tta-container{margin-bottom:0}.vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9,.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9,.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9,.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9{min-height:0}.vc_row-no-padding{margin-left:0;margin-right:0}.vc_separator .vc_sep_holder .vc_sep_line{top:0}.vc_row.vc_column-gap-15{margin-left:-7.5px;margin-right:-7.5px}.vc_row.vc_column-gap-15&gt;.vc_column_container{padding:0}.vc_row.vc_column-gap-15&gt;.vc_column_container&gt;.vc_column-inner{padding-left:7.5px;padding-right:7.5px}.wpb_start_animation{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-perspective:1000;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-o-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;opacity:1;filter:alpha(opacity=100)}.wpb_start_animation.wpb_top-to-bottom{-webkit-animation:wpb_ttb 1s;-o-animation:wpb_ttb 1s;animation:wpb_ttb 1s;opacity:1;filter:alpha(opacity=100)}@-webkit-keyframes wpb_ttb{0%{-webkit-transform:translate3d(0,-100px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);opacity:1}}@-moz-keyframes wpb_ttb{0%{-moz-transform:translate3d(0,-100px,0);opacity:0}100%{-moz-transform:translate3d(0,0,0);opacity:1}}@-o-keyframes wpb_ttb{0%{-o-transform:translate3d(0,-100px,0);opacity:0}100%{-o-transform:translate3d(0,0,0);opacity:1}}@keyframes wpb_ttb{0%{transform:translate3d(0,-100px,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}.wpb_start_animation.wpb_bottom-to-top{-webkit-animation:wpb_btt 1s;-o-animation:wpb_btt 1s;animation:wpb_btt 1s;opacity:1;filter:alpha(opacity=100)}@-webkit-keyframes wpb_btt{0%{-webkit-transform:translate3d(0,100px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);opacity:1}}@-moz-keyframes wpb_btt{0%{-moz-transform:translate3d(0,100px,0);opacity:0}100%{-moz-transform:translate3d(0,0,0);opacity:1}}@-o-keyframes wpb_btt{0%{-o-transform:translate3d(0,100px,0);opacity:0}100%{-o-transform:translate3d(0,0,0);opacity:1}}@keyframes wpb_btt{0%{transform:translate3d(0,100px,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}.wpb_start_animation.wpb_left-to-right{-webkit-animation:wpb_ltr 1s;-o-animation:wpb_ltr 1s;animation:wpb_ltr 1s;opacity:1;filter:alpha(opacity=100)}@-webkit-keyframes wpb_ltr{0%{-webkit-transform:translate3d(-100px,0,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);opacity:1}}@-moz-keyframes wpb_ltr{0%{-moz-transform:translate3d(-100px,0,0);opacity:0}100%{-moz-transform:translate3d(0,0,0);opacity:1}}@-o-keyframes wpb_ltr{0%{-o-transform:translate3d(-100px,0,0);opacity:0}100%{-o-transform:translate3d(0,0,0);opacity:1}}@keyframes wpb_ltr{0%{transform:translate3d(-100px,0,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}.wpb_start_animation.wpb_right-to-left{-webkit-animation:wpb_rtl 1s;-o-animation:wpb_rtl 1s;animation:wpb_rtl 1s;opacity:1;filter:alpha(opacity=100)}@-webkit-keyframes wpb_rtl{0%{-webkit-transform:translate3d(100px,0,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);opacity:1}}@-moz-keyframes wpb_rtl{0%{-moz-transform:translate3d(100px,0,0);opacity:0}100%{-moz-transform:translate3d(0,0,0);opacity:1}}@-o-keyframes wpb_rtl{0%{-o-transform:translate3d(100px,0,0);opacity:0}100%{-o-transform:translate3d(0,0,0);opacity:1}}@keyframes wpb_rtl{0%{transform:translate3d(100px,0,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}.wpb_start_animation.wpb_appear{-webkit-animation:wpb_appear 1s;-o-animation:wpb_appear 1s;animation:wpb_appear 1s;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;filter:alpha(opacity=100)}@-webkit-keyframes wpb_appear{0%{-webkit-transform:scale(0.5);opacity:.1}100%{-webkit-transform:scale(1);opacity:1}}@-moz-keyframes wpb_appear{0%{-moz-transform:scale(0.5);opacity:.1}100%{-moz-transform:scale(1);opacity:1}}@-o-keyframes wpb_appear{0%{-o-transform:scale(0.5);opacity:.1}100%{-o-transform:scale(1);opacity:1}}@keyframes wpb_appear{0%{transform:scale(0.5);opacity:.1}100%{transform:scale(1);opacity:1}}@-webkit-keyframes wpb_appear{0%{-webkit-transform:scale(.5);opacity:.1;filter:alpha(opacity=10)}100%{-webkit-transform:scale(1);opacity:1;filter:alpha(opacity=100)}}@-moz-keyframes wpb_appear{0%{-moz-transform:scale(.5);opacity:.1;filter:alpha(opacity=10)}100%{-moz-transform:scale(1);opacity:1;filter:alpha(opacity=100)}}@-o-keyframes wpb_appear{0%{-o-transform:scale(.5);opacity:.1;filter:alpha(opacity=10)}100%{-o-transform:scale(1);opacity:1;filter:alpha(opacity=100)}}@keyframes wpb_appear{0%{-webkit-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5);opacity:.1;filter:alpha(opacity=10)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;filter:alpha(opacity=100)}}</pre></body></html>