@-webkit-keyframes x-slide-up {
0% {
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform:    translateY(50px);
-ms-transform:     translateY(50px);
-o-transform:      translateY(50px);
transform:         translateY(50px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
}
@-o-keyframes x-slide-up {
0% {
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform:    translateY(50px);
-ms-transform:     translateY(50px);
-o-transform:      translateY(50px);
transform:         translateY(50px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
}
@keyframes x-slide-up {
0% {
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform:    translateY(50px);
-ms-transform:     translateY(50px);
-o-transform:      translateY(50px);
transform:         translateY(50px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
}
@-webkit-keyframes x-slide-up-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform:    translateY(50px);
-ms-transform:     translateY(50px);
-o-transform:      translateY(50px);
transform:         translateY(50px);
}
}
@-o-keyframes x-slide-up-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform:    translateY(50px);
-ms-transform:     translateY(50px);
-o-transform:      translateY(50px);
transform:         translateY(50px);
}
}
@keyframes x-slide-up-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform:    translateY(50px);
-ms-transform:     translateY(50px);
-o-transform:      translateY(50px);
transform:         translateY(50px);
}
}
.x-slide-up {
-webkit-animation: x-slide-up 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-up 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-up 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-up 0.5s 0s 1 ease-in-out;
animation: x-slide-up 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
}
.x-slide-up-out {
-webkit-animation: x-slide-up-out 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-up-out 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-up-out 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-up-out 0.5s 0s 1 ease-in-out;
animation: x-slide-up-out 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
} @-webkit-keyframes x-slide-down {
0% {
opacity: 0;
-webkit-transform: translateY(-50px);
-moz-transform:    translateY(-50px);
-ms-transform:     translateY(-50px);
-o-transform:      translateY(-50px);
transform:         translateY(-50px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
}
@-o-keyframes x-slide-down {
0% {
opacity: 0;
-webkit-transform: translateY(-50px);
-moz-transform:    translateY(-50px);
-ms-transform:     translateY(-50px);
-o-transform:      translateY(-50px);
transform:         translateY(-50px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
}
@keyframes x-slide-down {
0% {
opacity: 0;
-webkit-transform: translateY(-50px);
-moz-transform:    translateY(-50px);
-ms-transform:     translateY(-50px);
-o-transform:      translateY(-50px);
transform:         translateY(-50px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
}
@-webkit-keyframes x-slide-down-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-50px);
-moz-transform:    translateY(-50px);
-ms-transform:     translateY(-50px);
-o-transform:      translateY(-50px);
transform:         translateY(-50px);
}
}
@-o-keyframes x-slide-down-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-50px);
-moz-transform:    translateY(-50px);
-ms-transform:     translateY(-50px);
-o-transform:      translateY(-50px);
transform:         translateY(-50px);
}
}
@keyframes x-slide-down-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:    translateY(0);
-ms-transform:     translateY(0);
-o-transform:      translateY(0);
transform:         translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-50px);
-moz-transform:    translateY(-50px);
-ms-transform:     translateY(-50px);
-o-transform:      translateY(-50px);
transform:         translateY(-50px);
}
}
.x-slide-down {
-webkit-animation: x-slide-down 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-down 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-down 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-down 0.5s 0s 1 ease-in-out;
animation: x-slide-down 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
}
.x-slide-down-out {
-webkit-animation: x-slide-down-out 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-down-out 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-down-out 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-down-out 0.5s 0s 1 ease-in-out;
animation: x-slide-down-out 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
} @-webkit-keyframes x-slide-left {
0% {
opacity: 0;
-webkit-transform: translateX(-50px);
-moz-transform:    translateX(-50px);
-ms-transform:     translateX(-50px);
-o-transform:      translateX(-50px);
transform:         translateX(-50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
}
@-o-keyframes x-slide-left {
0% {
opacity: 0;
-webkit-transform: translateX(-50px);
-moz-transform:    translateX(-50px);
-ms-transform:     translateX(-50px);
-o-transform:      translateX(-50px);
transform:         translateX(-50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
}
@keyframes x-slide-left {
0% {
opacity: 0;
-webkit-transform: translateX(-50px);
-moz-transform:    translateX(-50px);
-ms-transform:     translateX(-50px);
-o-transform:      translateX(-50px);
transform:         translateX(-50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
}
@-webkit-keyframes x-slide-left-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-50px);
-moz-transform:    translateX(-50px);
-ms-transform:     translateX(-50px);
-o-transform:      translateX(-50px);
transform:         translateX(-50px);
}
}
@-o-keyframes x-slide-left-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-50px);
-moz-transform:    translateX(-50px);
-ms-transform:     translateX(-50px);
-o-transform:      translateX(-50px);
transform:         translateX(-50px);
}
}
@keyframes x-slide-left-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-50px);
-moz-transform:    translateX(-50px);
-ms-transform:     translateX(-50px);
-o-transform:      translateX(-50px);
transform:         translateX(-50px);
}
}
.x-slide-left {
-webkit-animation: x-slide-left 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-left 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-left 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-left 0.5s 0s 1 ease-in-out;
animation: x-slide-left 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
}
.x-slide-left-out {
-webkit-animation: x-slide-left-out 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-left-out 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-left-out 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-left-out 0.5s 0s 1 ease-in-out;
animation: x-slide-left-out 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
} @-webkit-keyframes x-slide-right {
0% {
opacity: 0;
-webkit-transform: translateX(50px);
-moz-transform:    translateX(50px);
-ms-transform:     translateX(50px);
-o-transform:      translateX(50px);
transform:         translateX(50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
}
@-o-keyframes x-slide-right {
0% {
opacity: 0;
-webkit-transform: translateX(50px);
-moz-transform:    translateX(50px);
-ms-transform:     translateX(50px);
-o-transform:      translateX(50px);
transform:         translateX(50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
}
@keyframes x-slide-right {
0% {
opacity: 0;
-webkit-transform: translateX(50px);
-moz-transform:    translateX(50px);
-ms-transform:     translateX(50px);
-o-transform:      translateX(50px);
transform:         translateX(50px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
}
@-webkit-keyframes x-slide-right-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(50px);
-moz-transform:    translateX(50px);
-ms-transform:     translateX(50px);
-o-transform:      translateX(50px);
transform:         translateX(50px);
}
}
@-o-keyframes x-slide-right-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(50px);
-moz-transform:    translateX(50px);
-ms-transform:     translateX(50px);
-o-transform:      translateX(50px);
transform:         translateX(50px);
}
}
@keyframes x-slide-right-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform:    translateX(0);
-ms-transform:     translateX(0);
-o-transform:      translateX(0);
transform:         translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(50px);
-moz-transform:    translateX(50px);
-ms-transform:     translateX(50px);
-o-transform:      translateX(50px);
transform:         translateX(50px);
}
}
.x-slide-right {
-webkit-animation: x-slide-right 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-right 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-right 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-right 0.5s 0s 1 ease-in-out;
animation: x-slide-right 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
}
.x-slide-right-out {
-webkit-animation: x-slide-right-out 0.5s 0s 1 ease-in-out;
-moz-animation: x-slide-right-out 0.5s 0s 1 ease-in-out;
-ms-animation: x-slide-right-out 0.5s 0s 1 ease-in-out;
-o-animation: x-slide-right-out 0.5s 0s 1 ease-in-out;
animation: x-slide-right-out 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
} @-webkit-keyframes x-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes x-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes x-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes x-fade-in-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-o-keyframes x-fade-in-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes x-fade-in-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.x-fade-in {
-webkit-animation: x-fade-in 0.5s 0s 1 ease-in-out;
-moz-animation: x-fade-in 0.5s 0s 1 ease-in-out;
-ms-animation: x-fade-in 0.5s 0s 1 ease-in-out;
-o-animation: x-fade-in 0.5s 0s 1 ease-in-out;
animation: x-fade-in 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
}
.x-fade-in-out {
-webkit-animation: x-fade-in-out 0.5s 0s 1 ease-in-out;
-moz-animation: x-fade-in-out 0.5s 0s 1 ease-in-out;
-ms-animation: x-fade-in-out 0.5s 0s 1 ease-in-out;
-o-animation: x-fade-in-out 0.5s 0s 1 ease-in-out;
animation: x-fade-in-out 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
} @-webkit-keyframes x-sign-flip {
0% {
opacity: 0;
-webkit-transform: rotateX(-60deg);
-moz-transform:    rotateX(-60deg);
-ms-transform:     rotateX(-60deg);
-o-transform:      rotateX(-60deg);
transform:         rotateX(-60deg);
}
100% {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform:    rotateX(0deg);
-ms-transform:     rotateX(0deg);
-o-transform:      rotateX(0deg);
transform:         rotateX(0deg);
}
}
@-o-keyframes x-sign-flip {
0% {
opacity: 0;
-webkit-transform: rotateX(-60deg);
-moz-transform:    rotateX(-60deg);
-ms-transform:     rotateX(-60deg);
-o-transform:      rotateX(-60deg);
transform:         rotateX(-60deg);
}
100% {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform:    rotateX(0deg);
-ms-transform:     rotateX(0deg);
-o-transform:      rotateX(0deg);
transform:         rotateX(0deg);
}
}
@keyframes x-sign-flip {
0% {
opacity: 0;
-webkit-transform: rotateX(-60deg);
-moz-transform:    rotateX(-60deg);
-ms-transform:     rotateX(-60deg);
-o-transform:      rotateX(-60deg);
transform:         rotateX(-60deg);
}
100% {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform:    rotateX(0deg);
-ms-transform:     rotateX(0deg);
-o-transform:      rotateX(0deg);
transform:         rotateX(0deg);
}
}
@-webkit-keyframes x-sign-flip-out {
0% {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform:    rotateX(0deg);
-ms-transform:     rotateX(0deg);
-o-transform:      rotateX(0deg);
transform:         rotateX(0deg);
}
100% {
opacity: 0;
-webkit-transform: rotateX(-60deg);
-moz-transform:    rotateX(-60deg);
-ms-transform:     rotateX(-60deg);
-o-transform:      rotateX(-60deg);
transform:         rotateX(-60deg);
}
}
@-o-keyframes x-sign-flip-out {
0% {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform:    rotateX(0deg);
-ms-transform:     rotateX(0deg);
-o-transform:      rotateX(0deg);
transform:         rotateX(0deg);
}
100% {
opacity: 0;
-webkit-transform: rotateX(-60deg);
-moz-transform:    rotateX(-60deg);
-ms-transform:     rotateX(-60deg);
-o-transform:      rotateX(-60deg);
transform:         rotateX(-60deg);
}
}
@keyframes x-sign-flip-out {
0% {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform:    rotateX(0deg);
-ms-transform:     rotateX(0deg);
-o-transform:      rotateX(0deg);
transform:         rotateX(0deg);
}
100% {
opacity: 0;
-webkit-transform: rotateX(-60deg);
-moz-transform:    rotateX(-60deg);
-ms-transform:     rotateX(-60deg);
-o-transform:      rotateX(-60deg);
transform:         rotateX(-60deg);
}
}
.x-sign-flip { -webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-animation: x-sign-flip 0.5s 0s 1 ease-in-out;
-moz-animation: x-sign-flip 0.5s 0s 1 ease-in-out;
-ms-animation: x-sign-flip 0.5s 0s 1 ease-in-out;
-o-animation: x-sign-flip 0.5s 0s 1 ease-in-out;
animation: x-sign-flip 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
}
.x-sign-flip-out { -webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-animation: x-sign-flip-out 0.5s 0s 1 ease-in-out;
-moz-animation: x-sign-flip-out 0.5s 0s 1 ease-in-out;
-ms-animation: x-sign-flip-out 0.5s 0s 1 ease-in-out;
-o-animation: x-sign-flip-out 0.5s 0s 1 ease-in-out;
animation: x-sign-flip-out 0.5s 0s 1 ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode:    both;
-o-animation-fill-mode:      both;
animation-fill-mode:         both;
}
.x-drop-from-bottom.x-sign-flip,
.x-drop-from-bottom.x-sign-flip-out{
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}.x-nav-menu ul.x-list-style-none{list-style: none;list-style-position: inside}.x-nav-menu ul.x-list-style-disc{list-style: disc !important;list-style-position: inside !important}.x-nav-menu ul.x-list-style-square{list-style: square !important;list-style-position: inside !important}.x-nav-menu ul.x-list-style-circle{list-style: circle !important;list-style-position: inside !important}@media screen and (min-width: 992px){.x-nav-menu .x-col-1-12{width: 8.33333333333333%}.x-nav-menu .x-col-2-12{width: 16.6666666666667%}.x-nav-menu .x-col-3-12{width: 25%}.x-nav-menu .x-col-4-12{width: 33.3333333333333%}.x-nav-menu .x-col-5-12{width: 41.6666666666667%}.x-nav-menu .x-col-6-12{width: 50%}.x-nav-menu .x-col-7-12{width: 58.3333333333333%}.x-nav-menu .x-col-8-12{width: 66.6666666666667%}.x-nav-menu .x-col-9-12{width: 75%}.x-nav-menu .x-col-10-12{width: 83.3333333333333%}.x-nav-menu .x-col-11-12{width: 91.6666666666667%}.x-nav-menu .x-col-12-12{width: 100%}.x-nav-menu .x-col-1-11{width: 9.09090909090909%}.x-nav-menu .x-col-2-11{width: 18.1818181818182%}.x-nav-menu .x-col-3-11{width: 27.2727272727273%}.x-nav-menu .x-col-4-11{width: 36.3636363636364%}.x-nav-menu .x-col-5-11{width: 45.4545454545455%}.x-nav-menu .x-col-6-11{width: 54.5454545454545%}.x-nav-menu .x-col-7-11{width: 63.6363636363636%}.x-nav-menu .x-col-8-11{width: 72.7272727272727%}.x-nav-menu .x-col-9-11{width: 81.8181818181818%}.x-nav-menu .x-col-10-11{width: 90.9090909090909%}.x-nav-menu .x-col-1-10{width: 10%}.x-nav-menu .x-col-2-10{width: 20%}.x-nav-menu .x-col-3-10{width: 30%}.x-nav-menu .x-col-4-10{width: 40%}.x-nav-menu .x-col-5-10{width: 50%}.x-nav-menu .x-col-6-10{width: 60%}.x-nav-menu .x-col-7-10{width: 70%}.x-nav-menu .x-col-8-10{width: 80%}.x-nav-menu .x-col-9-10{width: 90%}.x-nav-menu .x-col-1-8{width: 12.5%}.x-nav-menu .x-col-3-8{width: 37.5%}.x-nav-menu .x-col-5-8{width: 62.5%}.x-nav-menu .x-col-7-8{width: 87.5%}.x-nav-menu .x-col-1-9{width: 11.1111111111111%}.x-nav-menu .x-col-2-9{width: 22.2222222222222%}.x-nav-menu .x-col-4-9{width: 44.4444444444444%}.x-nav-menu .x-col-5-9{width: 55.5555555555556%}.x-nav-menu .x-col-7-9{width: 77.7777777777778%}.x-nav-menu .x-col-8-9{width: 88.8888888888889%}.x-nav-menu .x-col-1-7{width: 14.2857142857143%}.x-nav-menu .x-col-2-7{width: 28.5714285714286%}.x-nav-menu .x-col-3-7{width: 42.8571428571429%}.x-nav-menu .x-col-4-7{width: 57.1428571428571%}.x-nav-menu .x-col-5-7{width: 71.4285714285714%}.x-nav-menu .x-col-6-7{width: 85.7142857142857%}.x-nav-menu .x-col{display: block;float: left}.x-nav-menu .x-clear{clear: both}.x-nav-menu .x-new-row{clear: both}.x-nav-menu img{max-width: 100%;height: auto}.x-nav-menu *{color: inherit;box-sizing: border-box}.x-nav-menu{display: inline-block;margin: 0;padding: 0;list-style: none;background-color: transparent;position: relative}.x-nav-menu.x-menubar-left{text-align: left}.x-nav-menu.x-menubar-right{text-align: right}.x-nav-menu.x-menubar-center{text-align: center}.x-nav-menu li > ul.x-sub-menu.x-drop-from-bottom{top: auto !important;bottom: 0 !important}.x-nav-menu ul.x-sub-menu b.x-caret{position: absolute;right: 5px;left: auto;top: 0;bottom: 0;margin: auto;display: table}.x-nav-menu ul.x-sub-menu b.x-caret:before{content: "\203A";font-family: monospace, tahoma;display: table-cell;font-size: 14px}.x-nav-menu li > a{position: relative;font-size: 12px;font-weight: 400;font-style: normal;text-transform: uppercase}.x-nav-menu ul.x-sub-menu li > a{font-size: 11px;font-weight: 400;font-style: normal;text-transform: none}.x-nav-menu li > p.x-description{padding: 0;padding-bottom: 10px;margin-bottom: 0;font-size: 12px;font-weight: 400;font-style: normal;text-transform: none;letter-spacing: normal;color: #868686}.x-nav-menu ul.x-sub-menu li.x-has-description > a{padding-bottom: 0}.x-nav-menu ul.x-sub-menu li > a + p.x-description{padding-top: 0}.x-nav-menu li .x-custom-content-wrapper iframe{width: 100%;border: none;padding: 0;margin: 0}.x-nav-menu li > ul.x-sub-menu{height: 0;visibility: hidden;overflow: hidden;position: absolute;opacity: 0;top: 100%;left: auto;right: auto;background-color: #fff;padding: 0;margin: 0;border-style: solid;border-color: #eee;border-width: 2px;z-index: 999}.x-nav-menu li.x-active > ul.x-sub-menu{overflow: visible;visibility: visible;opacity: 1;height: auto;z-index: 1000}.x-nav-menu li > ul.x-sub-menu li{padding: 0;margin: 0;min-width: 240px;background-color: transparent}.x-nav-menu li > ul.x-sub-menu li:hover{background-color: transparent}.x-nav-menu li > ul.x-sub-menu li > a{padding: 0;display: block;white-space: nowrap}.x-nav-menu ul li > ul.x-sub-menu{top: 0;left: 100%;right: auto}.x-nav-menu ul li > ul.x-sub-menu.x-pos-left-menu-parent,.x-nav-menu ul li > ul.x-sub-menu.x-pos-left-menu-bar{right: 100%;left: auto}.x-nav-menu span.x-menu-feature{background-color: #183e53;color: #fff;top: -15px;left: 0;position: absolute;padding: 1px 5px;font-size: 12px;font-weight: 600;line-height: 1.5;z-index: 1}.x-nav-menu span.x-menu-feature:after{content: "";display: block;width: 1px;border-left: solid 5px transparent;border-right: solid 5px transparent;border-top: solid 6px #183e53;position: absolute;left: 0;right: 0;margin: auto;top: 100%}.x-nav-menu span.x-menu-feature.x-feature-menu-not-float{position: static;margin-left: 10px}.x-nav-menu span.x-menu-feature.x-feature-menu-not-float:after{display: none}.x-nav-menu > li.x-menu-item > a > b.x-caret{position: static;padding-left: 7px;display: inline-block}.x-nav-menu > li.x-menu-item > a > b.x-caret:before{content: "\203A";font-family: monospace, tahoma;display: inline-block;font-size: 14px;line-height: 14px;-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg)}.x-nav-menu > li.x-menu-item{display: inline-block;vertical-align: middle;margin: 0;padding: 0;background-color: transparent}.x-nav-menu > li.x-menu-item + li{margin-left: 35px}.x-nav-menu > li:hover{background-color: transparent}.x-nav-menu > li.x-menu-item > a{margin: 0;padding: 22px 0px;display: inline-block;line-height: 52px}.x-nav-menu li{text-align: left;top: auto;left: auto}.x-nav-menu li.x-col{float: none}.x-nav-menu li.x-pos-static{position: static}.x-nav-menu li.x-text-align-right{text-align: right}.x-nav-menu li.x-text-align-left{text-align: left}.x-nav-menu li.x-text-align-center{text-align: center}.x-nav-menu span.x-disable-text{display: none}.x-nav-menu i.x-menu-icon.x-icon-left{padding-right: 10px}.x-nav-menu i.x-menu-icon.x-icon-right{padding-left: 10px}.x-nav-menu i.x-menu-icon.x-icon-left.x-disable-text{padding-right: 0}.x-nav-menu i.x-menu-icon.x-icon-right.x-disable-text{padding-left: 0}.x-nav-menu li > a.x-disable-menu-item{display: none !important}.x-nav-menu li.x-new-row:after{content: "";display: block;clear: both}.x-nav-menu li.x-image-layout-image-only a.x-menu-a-text{display: none}.x-nav-menu li.x-image-layout-image-only p.x-description{display: none}.x-nav-menu li.x-image-layout-above > a.x-image + a.x-menu-a-text{margin-top: 10px}.x-nav-menu li > ul.x-sub-menu li.x-image-layout > a,.x-nav-menu li > ul.x-sub-menu li.x-image-layout > p{padding: 0;white-space: normal}.x-nav-menu li > ul.x-sub-menu li.x-image-layout-left{padding: 0}.x-nav-menu li > ul.x-sub-menu li.x-image-layout-left:after{content: "";display: block;clear: both}.x-nav-menu li > ul.x-sub-menu li.x-image-layout-left > a > img{float: left;padding-right: 10px}.x-nav-menu li > ul.x-sub-menu li.x-image-layout-left + li.x-image-layout-left,.x-nav-menu li > ul.x-sub-menu li.x-image-layout-left + li.x-image-layout-right{padding-top: 15px}.x-nav-menu li > ul.x-sub-menu li.x-image-layout-right{padding: 0}.x-nav-menu li > ul.x-sub-menu li.x-image-layout-right:after{content: "";display: block;clear: both}.x-nav-menu li > ul.x-sub-menu li.x-image-layout-right > a > img{float: right;padding-left: 10px}.x-nav-menu li > ul.x-sub-menu li.x-image-layout-right + li.x-image-layout-left,.x-nav-menu li > ul.x-sub-menu li.x-image-layout-right + li.x-image-layout-right{padding-top: 15px}.x-nav-menu ul.x-sub-menu > li{position: relative}.x-nav-menu ul.x-sub-menu.x-sub-menu-multi-column li,.x-nav-menu ul.x-sub-menu.x-sub-menu-tab li,.x-nav-menu ul.x-sub-menu.x-sub-menu-stack li{position: static}.x-nav-menu ul.x-sub-menu.x-pos-full{left: 0;right: 0}.x-nav-menu li > ul.x-sub-menu li > a.x-menu-a-text{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.x-nav-menu li > ul.x-sub-menu li > a.x-menu-a-text:hover{padding-left: 35px}.x-nav-menu li > ul.x-sub-menu li.x-header-column > a.x-menu-a-text:hover,.x-nav-menu li > ul.x-sub-menu li.x-image-layout > a.x-menu-a-text:hover{padding-left: 0}.x-nav-menu > li > ul.x-sub-menu.x-sub-menu-multi-column{left: 0}.x-nav-menu > li > ul.x-sub-menu.x-sub-menu-multi-column{padding-top: 0;padding-bottom: 0}.x-nav-menu > li.x-active > ul.x-sub-menu.x-sub-menu-multi-column{padding-top: 20px;padding-bottom: 20px}.x-nav-menu > li.x-active > ul.x-sub-menu.x-sub-menu-multi-column.no-padding{padding: 0}.x-nav-menu li > ul.x-sub-menu-multi-column{padding: 20px 20px 20px 0}.x-nav-menu li > ul.x-sub-menu-multi-column:after{content: "";display: block;clear: both}.x-nav-menu li > ul.x-sub-menu-multi-column.no-padding{padding: 0}.x-nav-menu li > ul.x-sub-menu-multi-column > li{min-width: 0}.x-nav-menu li > ul.x-sub-menu-multi-column > li{padding-left: 20px}.x-nav-menu li > ul.x-sub-menu-multi-column > li a.x-menu-a-text,.x-nav-menu li > ul.x-sub-menu-multi-column > li p.x-description{padding-left: 0;padding-right: 0}.x-nav-menu li > ul.x-sub-menu-multi-column li.x-col{float: left}.x-nav-menu li > ul.x-sub-menu-multi-column ul.x-sub-menu{height: auto;visibility: visible;opacity: 1;position: static;background-color: transparent;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border: none}.x-nav-menu li > ul.x-sub-menu-multi-column ul.x-sub-menu li > a{padding-top: 6px;padding-bottom: 6px}.x-nav-menu li > ul.x-sub-menu-multi-column b.x-caret{display: none}.x-nav-menu li > ul.x-sub-menu-multi-column li:hover,.x-nav-menu li > ul.x-sub-menu-multi-column li:hover > a{background-color: transparent}.x-nav-menu li > ul.x-sub-menu-multi-column li.x-header-column > a{font-size: 13px;font-weight: 400;border-bottom-style: solid;border-bottom-width: 0;border-bottom-color: #25282c;color: #191919;padding-top: 5px;padding-bottom: 10px;font-weight: 600}.x-nav-menu li > ul.x-sub-menu-multi-column li.x-header-column:hover > a{color: #191919}.x-nav-menu li > ul.x-sub-menu-multi-column li:hover{background-color: transparent}.x-nav-menu li.x-active > ul.x-sub-menu-multi-column ul.x-sub-menu{visibility: visible;opacity: 1;overflow: visible}.x-nav-menu li.x-active > ul.x-sub-menu-multi-column li.x-tabs ul.x-sub-menu-tab > li.x-menu-active ul.x-sub-menu{visibility: visible;opacity: 1;overflow: visible}.x-nav-menu ul.x-sub-menu-multi-column > li.x-tabs{border-right-width: 1px;border-right-color: #eee;border-right-style: solid;background-color: transparent;padding: 0}.x-nav-menu ul.x-sub-menu-multi-column > li.x-tabs ul.x-sub-menu{background-color: transparent}.x-nav-menu ul.x-sub-menu-multi-column > li.x-tabs ul.x-sub-menu-tab > li{position: static}.x-nav-menu ul.x-sub-menu-multi-column > li.x-tabs ul.x-sub-menu-tab > li > a.x-menu-a-text,.x-nav-menu ul.x-sub-menu-multi-column > li.x-tabs ul.x-sub-menu-tab > li > p.x-description{padding: 0}.x-nav-menu ul.x-sub-menu-multi-column > li.x-tabs ul.x-sub-menu-tab > li > a.x-menu-a-text + p.x-description{padding-top: 0}.x-nav-menu ul.x-sub-menu-multi-column > li.x-tabs ul.x-sub-menu-tab > li.x-has-description > a.x-menu-a-text{padding-bottom: 0}.x-nav-menu ul.x-sub-menu-multi-column > li.x-tabs ul.x-sub-menu-tab > li.x-menu-active,.x-nav-menu ul.x-sub-menu-multi-column > li.x-tabs ul.x-sub-menu-tab > li:hover{background-color: #eee}.x-nav-menu ul.x-sub-menu-multi-column > li.x-tabs ul.x-sub-menu-tab > li > ul.x-sub-menu{position: absolute;right: 0;left: auto}.x-nav-menu ul.x-sub-menu-multi-column > li.x-tabs ul.x-sub-menu-tab > li > ul.x-sub-menu ul.x-sub-menu{position: static}.x-nav-menu ul.x-sub-menu-multi-column > li.x-tabs ul.x-sub-menu-tab > li ul.x-sub-menu{visibility: hidden;opacity: 0}.x-nav-menu ul.x-sub-menu-multi-column > li.x-tabs ul.x-sub-menu-tab li.x-menu-item{min-width: 0}.x-nav-menu ul.x-sub-menu-multi-column > li.x-tabs ul.x-sub-menu-tab ul.x-sub-menu-multi-column > li > ul.x-sub-menu{padding-left: 0}.x-nav-menu .x-slide-up,.x-nav-menu .x-slide-down,.x-nav-menu .x-slide-left,.x-nav-menu .x-slide-right,.x-nav-menu .x-fade-in,.x-nav-menu .x-sign-flip{-webkit-animation-duration: .3s;-moz-animation-duration: .3s;-o-animation-duration: .3s;animation-duration: .3s}.x-nav-menu li.x-hide-menu-item-desktop{display: none !important}.x-nav-menu ul.x-hide-sub-menu-desktop{display: none !important}}@media screen and (max-width: 991px){.x-nav-menu li.x-hide-menu-item-mobile{display: none !important}.x-nav-menu ul.x-hide-sub-menu-mobile{display: none !important}.x-nav-menu{padding: 0 15px;margin: 0 0 15px;background: #ebebeb;display: none;list-style: none}.x-nav-menu ul.x-sub-menu{list-style: none;padding: 0;padding-left: 20px;margin: 0;display: none;background: transparent}.x-nav-menu li.x-image-layout > a.x-image{display: none}.x-nav-menu li.x-menu-item{padding: 0}.x-nav-menu li.x-menu-item > a.x-menu-a-text{display: block;padding: 10px 0;position: relative;outline: none;border-bottom: solid 1px #ccc;color: #191919}.x-nav-menu li.x-menu-item > a.x-menu-a-text > span.x-menu-feature{display: none}.x-nav-menu li.x-menu-item > p.x-description{display: none}.x-nav-menu i.x-icon-left{padding-right: 10px}.x-nav-menu i.x-icon-right{padding-left: 10px}.x-nav-menu a.x-menu-a-text > b.x-caret{position: absolute;right: 0;top: 0;bottom: 0;left: auto;width: 24px;height: 24px;line-height: 24px;margin: auto;text-align: right}.x-nav-menu a.x-menu-a-text > b.x-caret:before{content: "\203A";font-family: monospace, tahoma;display: inline-block;font-size: 14px;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.x-nav-menu i.x-menu-icon.x-icon-left.x-disable-text{padding-right: 0}.x-nav-menu i.x-menu-icon.x-icon-right.x-disable-text{padding-left: 0}.x-nav-menu li.x-menu-item.x-sub-menu-open > a.x-menu-a-text > b.x-caret:before{-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg)}.x-nav-menu > li.x-menu-item:last-child > a{border-bottom: none}}.fs-free-shipping-notice-and-button-wrapper{align-content:start;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.fs-free-shipping-notice-continue-shopping-button-wrapper,.fs-free-shipping-notice-text-and-progress-bar-wrapper{flex:0 1 auto;margin:0 .5em}.fs-free-shipping-notice-progress-bar-wrapper{align-items:center;display:flex;flex-direction:row}.fs-free-shipping-notice-progress-bar{border:1px solid #fff;border-radius:10px;height:10px;margin-left:10px;margin-right:10px;position:relative;width:100%}.fs-free-shipping-notice-progress-bar>span{background-color:#fff;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block;height:100%;overflow:hidden;position:relative}.button.flexible-shipping-free-shipping-button{margin-left:0}@font-face{font-family:'FontAwesome';src:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.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}@-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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.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>.faa-burst.faa-slow{-webkit-animation:burst 3s infinite linear;animation:burst 3s infinite linear}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-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:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}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{padding:0;border: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-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0} @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^="javascript:"]:after,a[href^="#"]: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}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.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(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/bootstrap/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:"\2a"}.glyphicon-plus:before{content:"\2b"}.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-yen:before{content:"\00a5"}.glyphicon-ruble: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:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;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}.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}.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:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}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;margin-left:-5px;list-style:none}.list-inline>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;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.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}.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}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>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}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}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>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>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>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}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;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,-webkit-box-shadow ease-in-out .15s;-o-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}.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[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.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{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}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}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{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}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;padding:5px 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}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;padding:10px 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}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.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>.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:14.33px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;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{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,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.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,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.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,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.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,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.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,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.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,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>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.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;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;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;-webkit-background-clip:padding-box;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>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>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>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.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>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.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-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.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>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.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>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.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>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.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-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.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>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.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>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.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>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>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>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.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;-webkit-overflow-scrolling:touch;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)}.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;visibility: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-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}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.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-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@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}.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>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;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>li>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>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;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)}@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>.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>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.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>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>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-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.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>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>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-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.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>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>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>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>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>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:115%;font-weight:700;line-height:1;color:#000;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:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.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>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;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>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.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>img,.thumbnail>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>p,.alert>ul{margin-bottom:0}.alert>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-right,.media>.pull-right{padding-left:10px}.media-left,.media>.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}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.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>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>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}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.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{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.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{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.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{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.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{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>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>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>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.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>.list-group,.panel-group .panel-heading+.panel-collapse>.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>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.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.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.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{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.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;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;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-size:12px;font-weight:400;line-height:1.4;visibility:visible;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-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.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}.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-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;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-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}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.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>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.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>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.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>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.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>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.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>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.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);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;filter:alpha(opacity=90);outline:0;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}.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;margin-top:-10px;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:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.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,.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>.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,.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;visibility:hidden!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}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}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}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}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}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}}@font-face{font-family:'Pe-icon-7-stroke';src:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v);src:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');font-weight:normal;font-style:normal}[class^="pe-7s-"],[class*=" pe-7s-"]{display:inline-block;font-family:'Pe-icon-7-stroke';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pe-7s-album:before{content:"\e6aa"}.pe-7s-arc:before{content:"\e6ab"}.pe-7s-back-2:before{content:"\e6ac"}.pe-7s-bandaid:before{content:"\e6ad"}.pe-7s-car:before{content:"\e6ae"}.pe-7s-diamond:before{content:"\e6af"}.pe-7s-door-lock:before{content:"\e6b0"}.pe-7s-eyedropper:before{content:"\e6b1"}.pe-7s-female:before{content:"\e6b2"}.pe-7s-gym:before{content:"\e6b3"}.pe-7s-hammer:before{content:"\e6b4"}.pe-7s-headphones:before{content:"\e6b5"}.pe-7s-helm:before{content:"\e6b6"}.pe-7s-hourglass:before{content:"\e6b7"}.pe-7s-leaf:before{content:"\e6b8"}.pe-7s-magic-wand:before{content:"\e6b9"}.pe-7s-male:before{content:"\e6ba"}.pe-7s-map-2:before{content:"\e6bb"}.pe-7s-next-2:before{content:"\e6bc"}.pe-7s-paint-bucket:before{content:"\e6bd"}.pe-7s-pendrive:before{content:"\e6be"}.pe-7s-photo:before{content:"\e6bf"}.pe-7s-piggy:before{content:"\e6c0"}.pe-7s-plugin:before{content:"\e6c1"}.pe-7s-refresh-2:before{content:"\e6c2"}.pe-7s-rocket:before{content:"\e6c3"}.pe-7s-settings:before{content:"\e6c4"}.pe-7s-shield:before{content:"\e6c5"}.pe-7s-smile:before{content:"\e6c6"}.pe-7s-usb:before{content:"\e6c7"}.pe-7s-vector:before{content:"\e6c8"}.pe-7s-wine:before{content:"\e6c9"}.pe-7s-cloud-upload:before{content:"\e68a"}.pe-7s-cash:before{content:"\e68c"}.pe-7s-close:before{content:"\e680"}.pe-7s-bluetooth:before{content:"\e68d"}.pe-7s-cloud-download:before{content:"\e68b"}.pe-7s-way:before{content:"\e68e"}.pe-7s-close-circle:before{content:"\e681"}.pe-7s-id:before{content:"\e68f"}.pe-7s-angle-up:before{content:"\e682"}.pe-7s-wristwatch:before{content:"\e690"}.pe-7s-angle-up-circle:before{content:"\e683"}.pe-7s-world:before{content:"\e691"}.pe-7s-angle-right:before{content:"\e684"}.pe-7s-volume:before{content:"\e692"}.pe-7s-angle-right-circle:before{content:"\e685"}.pe-7s-users:before{content:"\e693"}.pe-7s-angle-left:before{content:"\e686"}.pe-7s-user-female:before{content:"\e694"}.pe-7s-angle-left-circle:before{content:"\e687"}.pe-7s-up-arrow:before{content:"\e695"}.pe-7s-angle-down:before{content:"\e688"}.pe-7s-switch:before{content:"\e696"}.pe-7s-angle-down-circle:before{content:"\e689"}.pe-7s-scissors:before{content:"\e697"}.pe-7s-wallet:before{content:"\e600"}.pe-7s-safe:before{content:"\e698"}.pe-7s-volume2:before{content:"\e601"}.pe-7s-volume1:before{content:"\e602"}.pe-7s-voicemail:before{content:"\e603"}.pe-7s-video:before{content:"\e604"}.pe-7s-user:before{content:"\e605"}.pe-7s-upload:before{content:"\e606"}.pe-7s-unlock:before{content:"\e607"}.pe-7s-umbrella:before{content:"\e608"}.pe-7s-trash:before{content:"\e609"}.pe-7s-tools:before{content:"\e60a"}.pe-7s-timer:before{content:"\e60b"}.pe-7s-ticket:before{content:"\e60c"}.pe-7s-target:before{content:"\e60d"}.pe-7s-sun:before{content:"\e60e"}.pe-7s-study:before{content:"\e60f"}.pe-7s-stopwatch:before{content:"\e610"}.pe-7s-star:before{content:"\e611"}.pe-7s-speaker:before{content:"\e612"}.pe-7s-signal:before{content:"\e613"}.pe-7s-shuffle:before{content:"\e614"}.pe-7s-shopbag:before{content:"\e615"}.pe-7s-share:before{content:"\e616"}.pe-7s-server:before{content:"\e617"}.pe-7s-search:before{content:"\e618"}.pe-7s-film:before{content:"\e6a5"}.pe-7s-science:before{content:"\e619"}.pe-7s-disk:before{content:"\e6a6"}.pe-7s-ribbon:before{content:"\e61a"}.pe-7s-repeat:before{content:"\e61b"}.pe-7s-refresh:before{content:"\e61c"}.pe-7s-add-user:before{content:"\e6a9"}.pe-7s-refresh-cloud:before{content:"\e61d"}.pe-7s-paperclip:before{content:"\e69c"}.pe-7s-radio:before{content:"\e61e"}.pe-7s-note2:before{content:"\e69d"}.pe-7s-print:before{content:"\e61f"}.pe-7s-network:before{content:"\e69e"}.pe-7s-prev:before{content:"\e620"}.pe-7s-mute:before{content:"\e69f"}.pe-7s-power:before{content:"\e621"}.pe-7s-medal:before{content:"\e6a0"}.pe-7s-portfolio:before{content:"\e622"}.pe-7s-like2:before{content:"\e6a1"}.pe-7s-plus:before{content:"\e623"}.pe-7s-left-arrow:before{content:"\e6a2"}.pe-7s-play:before{content:"\e624"}.pe-7s-key:before{content:"\e6a3"}.pe-7s-plane:before{content:"\e625"}.pe-7s-joy:before{content:"\e6a4"}.pe-7s-photo-gallery:before{content:"\e626"}.pe-7s-pin:before{content:"\e69b"}.pe-7s-phone:before{content:"\e627"}.pe-7s-plug:before{content:"\e69a"}.pe-7s-pen:before{content:"\e628"}.pe-7s-right-arrow:before{content:"\e699"}.pe-7s-paper-plane:before{content:"\e629"}.pe-7s-delete-user:before{content:"\e6a7"}.pe-7s-paint:before{content:"\e62a"}.pe-7s-bottom-arrow:before{content:"\e6a8"}.pe-7s-notebook:before{content:"\e62b"}.pe-7s-note:before{content:"\e62c"}.pe-7s-next:before{content:"\e62d"}.pe-7s-news-paper:before{content:"\e62e"}.pe-7s-musiclist:before{content:"\e62f"}.pe-7s-music:before{content:"\e630"}.pe-7s-mouse:before{content:"\e631"}.pe-7s-more:before{content:"\e632"}.pe-7s-moon:before{content:"\e633"}.pe-7s-monitor:before{content:"\e634"}.pe-7s-micro:before{content:"\e635"}.pe-7s-menu:before{content:"\e636"}.pe-7s-map:before{content:"\e637"}.pe-7s-map-marker:before{content:"\e638"}.pe-7s-mail:before{content:"\e639"}.pe-7s-mail-open:before{content:"\e63a"}.pe-7s-mail-open-file:before{content:"\e63b"}.pe-7s-magnet:before{content:"\e63c"}.pe-7s-loop:before{content:"\e63d"}.pe-7s-look:before{content:"\e63e"}.pe-7s-lock:before{content:"\e63f"}.pe-7s-lintern:before{content:"\e640"}.pe-7s-link:before{content:"\e641"}.pe-7s-like:before{content:"\e642"}.pe-7s-light:before{content:"\e643"}.pe-7s-less:before{content:"\e644"}.pe-7s-keypad:before{content:"\e645"}.pe-7s-junk:before{content:"\e646"}.pe-7s-info:before{content:"\e647"}.pe-7s-home:before{content:"\e648"}.pe-7s-help2:before{content:"\e649"}.pe-7s-help1:before{content:"\e64a"}.pe-7s-graph3:before{content:"\e64b"}.pe-7s-graph2:before{content:"\e64c"}.pe-7s-graph1:before{content:"\e64d"}.pe-7s-graph:before{content:"\e64e"}.pe-7s-global:before{content:"\e64f"}.pe-7s-gleam:before{content:"\e650"}.pe-7s-glasses:before{content:"\e651"}.pe-7s-gift:before{content:"\e652"}.pe-7s-folder:before{content:"\e653"}.pe-7s-flag:before{content:"\e654"}.pe-7s-filter:before{content:"\e655"}.pe-7s-file:before{content:"\e656"}.pe-7s-expand1:before{content:"\e657"}.pe-7s-exapnd2:before{content:"\e658"}.pe-7s-edit:before{content:"\e659"}.pe-7s-drop:before{content:"\e65a"}.pe-7s-drawer:before{content:"\e65b"}.pe-7s-download:before{content:"\e65c"}.pe-7s-display2:before{content:"\e65d"}.pe-7s-display1:before{content:"\e65e"}.pe-7s-diskette:before{content:"\e65f"}.pe-7s-date:before{content:"\e660"}.pe-7s-cup:before{content:"\e661"}.pe-7s-culture:before{content:"\e662"}.pe-7s-crop:before{content:"\e663"}.pe-7s-credit:before{content:"\e664"}.pe-7s-copy-file:before{content:"\e665"}.pe-7s-config:before{content:"\e666"}.pe-7s-compass:before{content:"\e667"}.pe-7s-comment:before{content:"\e668"}.pe-7s-coffee:before{content:"\e669"}.pe-7s-cloud:before{content:"\e66a"}.pe-7s-clock:before{content:"\e66b"}.pe-7s-check:before{content:"\e66c"}.pe-7s-chat:before{content:"\e66d"}.pe-7s-cart:before{content:"\e66e"}.pe-7s-camera:before{content:"\e66f"}.pe-7s-call:before{content:"\e670"}.pe-7s-calculator:before{content:"\e671"}.pe-7s-browser:before{content:"\e672"}.pe-7s-box2:before{content:"\e673"}.pe-7s-box1:before{content:"\e674"}.pe-7s-bookmarks:before{content:"\e675"}.pe-7s-bicycle:before{content:"\e676"}.pe-7s-bell:before{content:"\e677"}.pe-7s-battery:before{content:"\e678"}.pe-7s-ball:before{content:"\e679"}.pe-7s-back:before{content:"\e67a"}.pe-7s-attention:before{content:"\e67b"}.pe-7s-anchor:before{content:"\e67c"}.pe-7s-albums:before{content:"\e67d"}.pe-7s-alarm:before{content:"\e67e"}.pe-7s-airplay:before{content:"\e67f"}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.grabbing{cursor:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/owl-carousel/grabbing.png) 8 8,move}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/owl-carousel/AjaxLoader.gif) center center no-repeat}.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default .pp_gallery ul li a{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_social{margin-top:7px}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_nav .pp_play{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_description{margin-right:85px;color:#fff}div.dark_rounded .pp_nav .pp_play{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_nav .pp_play{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_top,.pp_bottom{height:20px;position:relative}* html .pp_top,* html .pp_bottom{padding:0 20px}.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a img{display:none}.ps-container{overflow:hidden !important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:0.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}.jp-jplayer{width:0;height:0;box-sizing:border-box;width:100%}.jp-audio{margin:0 auto;width:100%;max-width:100%;padding:0;color:#fff}.jp-audio a{text-decoration:none;color:#fff;font-size:0}.jp-audio a i{font-size:18px}.jp-audio a:hover{color:#69c201;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;transition:none}.jp-interface{position:relative;height:86px;width:100%;background-color:#444}.jp-details>ul{list-style:none outside none;margin:0 0 0 30px;padding:0;height:40px;line-height:40px}.jp-details>ul .jp-title{font-size:18px;font-weight:300}.jp-progress{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;margin:0 15px 0 30px;height:100%;float:left}.jp-seek-bar{position:absolute;height:10px;background-color:#fff;margin:auto;top:0;bottom:0}.jp-play-bar{height:100%;background:#69c201;position:absolute;top:0;left:0;-webkit-animation:progress .75s linear infinite;-moz-animation:progress .75s linear infinite;-o-animation:progress .75s linear infinite;-ms-animation:progress .75s linear infinite;animation:progress .75s linear infinite}.jp-controls{float:left;height:86px;line-height:86px;list-style-type:none;margin:0;padding:0 0 0 30px;z-index:100}.jp-controls>li{display:inline}.jp-controls>li:first-child a{padding-left:0}.jp-controls>li:last-child a{padding-right:0}.jp-volume{float:right;padding:0 15px 0 0}.jp-volume>li>a{padding:0}.jp-volume>li>a>i{width:20px}.jp-play-pause{width:46px}.jp-volume-bar{z-index:99;width:65px;height:10px;cursor:pointer;background:#fff;display:inline-block;position:relative}.jp-volume-bar-value{width:0;height:10px}.jp-play-bar,.jp-volume-bar-value{-webkit-background-size:7px 7px;-moz-background-size:7px 7px;-o-background-size:7px 7px;background-size:7px 7px;background-color:#69c201}.jp-time-holder{display:none;visibility:hidden}.jp-toggles{display:none;visibility:hidden}@-moz-keyframes spinner{0%{transform: rotate(0deg)}100%{transform: rotate(360deg)}}@-webkit-keyframes spinner{0%{transform: rotate(0deg)}100%{transform: rotate(360deg)}}@-o-keyframes spinner{0%{transform: rotate(0deg)}100%{transform: rotate(360deg)}}@keyframes spinner{0%{transform: rotate(0deg)}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)}}.handmade-testimonial h3 .handmade-post h3,.handmade-ourteam h6,.handmade-icon-box h3,.p-font{font-family: 'Varela Round'}.handmade-testimonial.style1 h3,.s-font,.sidebar h4.widget-title,.wpb_widgetised_column h4.widget-title,.widget-title-s-font .widget-title,.entry-comments h3.comments-title,footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more a,footer.main-footer-wrapper .bottom-bar-wrapper .bottom-bar-text{font-family: 'Playfair Display'}.post-navigation{padding: 0;display: table;width: 100%;position: relative;margin-top: -1px}.post-navigation .nav-links{width: 100%;margin: 0 auto;display: table;border-top: solid 1px #eee;border-bottom: solid 1px #eee}.post-navigation .nav-previous,.post-navigation .nav-next{position: relative;vertical-align: middle;padding: 15px 0;width: 50%;-webkit-transition: all .2s ease-out;-moz-transition: all .2s ease-out;-ms-transition: all .2s ease-out;-o-transition: all .2s ease-out;transition: all .2s ease-out;float: left}.post-navigation .nav-previous .post-navigation-content,.post-navigation .nav-next .post-navigation-content{margin-left: 30px}.post-navigation .nav-next{float: right;text-align: right}.post-navigation .nav-next .post-navigation-content{margin-left: 0;margin-right: 30px}.post-navigation .post-navigation-label{display: block;font-size: 0.75em;font-weight: normal;text-transform: uppercase;margin-bottom: 5px;color: #777}.post-navigation .post-navigation-title{-ms-word-wrap: break-word;word-wrap: break-word;font-size: 15px;font-weight: 400;text-transform: none;color: #333}.post-navigation .post-navigation-icon{font-size: 14px;line-height: 1em;width: 60px;display: inline-block;position: absolute;top: 50%;margin-top: -7px;color: #777}.post-navigation .nav-links .nav-next .post-navigation-icon{right: 0}img{max-width: 100%;height: auto}.alignnone{margin: 15px 15px 0 0}.aligncenter,div.aligncenter{display: block;margin: 15px auto 15px auto}.alignright{float: right;margin: 15px 0 15px 15px}.alignleft{float: left;margin: 15px 15px 15px 0}.aligncenter{display: block;margin: 15px auto 15px auto}a img.alignright{float: right;margin: 15px 0 0 15px}a img.alignnone{margin: 15px 15px 0 0}a img.alignleft{float: left;margin: 15px 15px 0 0}a img.aligncenter{display: block;margin-left: auto;margin-right: auto}.wp-caption{background: #fff;text-align: center;max-width: 100%}.wp-caption.alignnone{margin: 15px 15px 30px 0}.wp-caption.alignleft{margin: 15px 15px 30px 0}.wp-caption.alignright{margin: 15px 0 30px 15px}.wp-caption img{border: 0 none;height: auto;margin: 0;padding: 0;width: auto}.wp-caption p.wp-caption-text{font-size: 0.9em;font-style: italic;opacity: 0.7;line-height: 17px;margin: 1em 0 0 0;padding: 0 10%}.wp-post-image{height: auto;max-width: 100%}.sticky{opacity: 1}.bypostauthor{opacity: 1}.gallery{margin-bottom: 20px;margin-left: -4px}.gallery:before{content: "";display: table}.gallery:after{clear: both;content: "";display: block}.gallery-item{float: left;margin: 0 4px 4px 0;overflow: hidden;position: relative}.gallery-columns-1.gallery-size-medium,.gallery-columns-1.gallery-size-thumbnail,.gallery-columns-2.gallery-size-thumbnail,.gallery-columns-3.gallery-size-thumbnail{display: table;margin: 0 auto 20px}.gallery-columns-1 .gallery-item,.gallery-columns-2 .gallery-item,.gallery-columns-3 .gallery-item{text-align: center}.gallery-columns-4 .gallery-item{max-width: 23%;max-width: -webkit-calc(21%);max-width: calc(21%)}.gallery-columns-5 .gallery-item{max-width: 19%;max-width: -webkit-calc(16%);max-width: calc(16%)}.gallery-columns-6 .gallery-item{max-width: 15%;max-width: -webkit-calc(12.7%);max-width: calc(12.7%)}.gallery-columns-7 .gallery-item{max-width: 13%;max-width: -webkit-calc(10.28%);max-width: calc(10.28%)}.gallery-columns-8 .gallery-item{max-width: 11%;max-width: -webkit-calc(8.5%);max-width: calc(8.5%)}.gallery-columns-9 .gallery-item{max-width: 9%;max-width: -webkit-calc(7.1%);max-width: calc(7.1%)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right: 0}.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1){clear: left}.gallery-caption{background-color: rgba(0,0,0,0.7);box-sizing: border-box;color: #fff;font-size: 14px;line-height: 1.3;margin: 0;max-height: 50%;opacity: 0;padding: 2px 8px;position: absolute;bottom: 0;left: 0;text-align: left;-webkit-transition: opacity 400ms ease;-moz-transition: opacity 400ms ease;-ms-transition: opacity 400ms ease;-o-transition: opacity 400ms ease;transition: opacity 400ms ease;width: 100%}.gallery-caption:before{box-shadow: 0 -10px 15px #000 inset;content: "";height: 100%;min-height: 49px;position: absolute;left: 0;top: 0;width: 100%}.gallery-item:hover .gallery-caption{opacity: 1}.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display: none}.overflow-hidden{overflow: hidden}.g5plus-page-links{font-size: 0;margin-bottom: 30px}.g5plus-page-links-title{text-transform: uppercase;font-size: 12px;margin-bottom: 0;color: #858585;font-weight: normal;margin-right: 20px}.g5plus-page-link{display: inline-block;margin-right: 4px;font-size: 14px;padding: 0;width: 40px;height: 40px;color: #888;text-align: center;line-height: 40px;border: 1px solid #eee;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.g5plus-page-links .g5plus-page-link:hover,.g5plus-page-links > .g5plus-page-link{color: #fff}body{overflow-x: hidden}img{max-width: 100%;height: auto}a,a:focus,a:hover{outline: none;text-decoration: none}body{line-height: 1.8;-webkit-font-smoothing: antialiased;color: #777}h1,h2,h3,h4,h5,h6{line-height: 1.2;margin-top: 0;margin-bottom: 20px;font-weight: 400;color: #333}.container .container,.has-sidebar .site-content-page-inner .container,.has-sidebar .site-content-archive-inner .container{padding: 0}.container{max-width: 100%}@media (min-width: 1200px){.container{width: 1200px}}#wrapper{background-color: #fff}body.boxed #wrapper{max-width: 1200px;margin: auto}@media only screen and (min-width: 768px){body.float{padding: 20px !important}}div,iframe,img{margin: 0;padding: 0}p{font-weight: 400;margin: 0;padding: 0;margin-bottom: 20px}::selection{color: #ffffff}::-moz-selection{color: #ffffff}a,a:hover,a.active{color: inherit;text-decoration: none;outline: none}a:hover{color: #8d7745}a:focus,a.active{color: #8d7745}input,textarea,button,select{outline: none}.fl{float: left}.fr{float: right}.under-construction,.coming-soon{text-align: center}.under-construction .logo,.coming-soon .logo{max-width: 380px;max-height: 380px;margin: auto}.under-construction .title,.coming-soon .title{line-height: 1}.under-construction .title,.coming-soon .title{font-size: 36px;margin-top: 40px}.under-construction .sub-title,.coming-soon .sub-title{font-size: 16px;margin-top: 30px}.under-construction .entry-content .mc4wp-form,.coming-soon .entry-content .mc4wp-form{margin-top: 50px}.under-construction .entry-content .mc4wp-form label,.coming-soon .entry-content .mc4wp-form label{display: none}.under-construction .entry-content .mc4wp-form input,.coming-soon .entry-content .mc4wp-form input{display: none}.under-construction .entry-content .mc4wp-form input[type="email"],.coming-soon .entry-content .mc4wp-form input[type="email"]{border: solid 2px #ddd;background-color: #fff;color: #888;width: 370px;display: block;padding-right: 30px}.under-construction .entry-content .mc4wp-form input[type="submit"],.coming-soon .entry-content .mc4wp-form input[type="submit"]{display: none}.under-construction .entry-content .mc4wp-form p,.coming-soon .entry-content .mc4wp-form p{display: inline-block}.under-construction .entry-content .mc4wp-form span.email,.coming-soon .entry-content .mc4wp-form span.email{display: inline-block;position: relative}.under-construction .entry-content .mc4wp-form span.email i,.coming-soon .entry-content .mc4wp-form span.email i{position: absolute;right: 14px;top: 14px}.under-construction p .sub-title{line-height: 1}input[type="text"],input[type="search"],input[type="email"],input[type="url"],input[type="password"],input[type="tel"],textarea,select{padding: 0 15px;font-size: 14px;color: #878787;height: 42px;line-height: 1;background-color: #f5f5f5;border: none;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}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: #878787}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: #878787}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: #878787}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: #878787}textarea{height: auto;padding-top: 15px}select{max-width: 100%}.block-center:before{content: "";height: 100%;vertical-align: middle;display: inline-block}.block-center{height: 100%;width: 100%;text-align: center}.block-center-inner{display: inline-block;margin: 0 auto;position: relative;vertical-align: middle;max-width: 95%}.block-center-inner > *{margin: auto}.overflow-hidden{overflow: hidden !important}#g5plus-modal-search{z-index: 999999;overflow: auto}#g5plus-modal-search.modal.in .modal-backdrop.in{opacity: 0.97;height: 100%;position: fixed;background: #fff;-webkit-backface-visibility: visible;-moz-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}#g5plus-modal-search.modal.in .g5plus-modal-dialog{-webkit-transform: translate(0, 0);-moz-transform: translate(0, 0);-o-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0)}#g5plus-modal-search .g5plus-modal-dialog{-webkit-transform: translate(0, -50%);-moz-transform: translate(0, -50%);-o-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;height: auto}#g5plus-modal-search .g5plus-dismiss-modal{position: absolute;right: 15px;top: 15px;font-size: 24px;line-height: 1;color: inherit;z-index: 1040;cursor: pointer}#g5plus-modal-search .g5plus-modal-search{padding: 80px 30px 60px}#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper{position: relative;width: 100%;font-size: 24px;color: inherit;background-color: transparent;border-bottom: 1px solid rgba(0,0,0,0.2);max-width: 1140px;display: block;margin-right: auto;margin-left: auto}#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper:before,#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper:after{content: " ";display: table}#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper:after{clear: both}#g5plus-modal-search .g5plus-modal-search input[type="search"]{border: none;outline: none;display: block;float: left;width: 100%;padding-right: 60px;padding-left: 20px;background-color: transparent;font-size: 22px;color: inherit}#g5plus-modal-search .g5plus-modal-search button{position: absolute;display: block;color: inherit;bottom: 5px;right: 0;line-height: 1;border: none;outline: none;font-size: 24px;background-color: transparent}#g5plus-modal-search .ajax-search-result{margin: auto;max-width: 1140px;background: rgba(77,77,77,0.1)}#g5plus-modal-search .ajax-search-result > ul{list-style: none;position: relative;padding: 0;margin: 0}#g5plus-modal-search .ajax-search-result li{padding: 5px 20px;color: inherit;font-size: 14px;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;transition: all .5s ease-out}#g5plus-modal-search .ajax-search-result li:hover,#g5plus-modal-search .ajax-search-result li.selected{background-color: rgba(127,127,127,0.1)}#g5plus-modal-search .ajax-search-result li > a{color: #333}#g5plus-modal-search .ajax-search-result li + li{border-top: dotted 1px rgba(77,77,77,0.1)}#g5plus-modal-search .ajax-search-result li.search-view-more{font-size: 14px;font-style: italic}#g5plus-modal-search .ajax-search-result li.search-view-more a{text-decoration: underline}#g5plus-modal-search .ajax-search-result li span{color: #555;float: right}#g5plus-modal-search i.ajax-search-icon{color: inherit}#g5plus-modal-search div.search-view-more{background-color: rgba(255,255,0,0.1);padding: 5px 20px;border-top: solid 1px rgba(0,0,0,0.3);font-size: 14px;text-align: center}#g5plus-modal-search div.search-view-more i.wicon{vertical-align: middle}#search_popup_wrapper .search-popup-inner{margin: 1em 0}#search_popup_wrapper .search-popup-inner > input{width: 90%;margin-bottom: 20px;font-size: 18px}#search_popup_wrapper .search-popup-inner > button{width: 120px;border-style: double;border-width: 4px;background-color: transparent;text-transform: uppercase}.error404 section.page-title-wrap{margin-bottom: 0}.error404 .page-title-inner{font-size: 32px}.page404{margin-top: 80px}.page404 .content-wrap{text-align: center;padding: 100px 15px}.page404 h2{text-align: center;font-size: 80px;font-weight: 400;line-height: 1;display: inline-block;padding: 74px 40px;color: #fff;border: solid 2px #fff}.page404 h4.description{text-align: center;font-size: 20px;font-weight: 400;line-height: 1;margin-bottom: 10px;color: #fff}.page404 div.return{text-align: center;font-size: 20px;line-height: 1;display: inline-block;position: relative;color: #fff}.page404 div.return a{color: #fff}.page404 div.return a:hover{color: #fff;text-decoration: underline}.back-to-top{position: fixed;-webkit-backface-visibility: visible;-moz-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);bottom: 10px;right: 10px;width: 44px;height: 44px;line-height: 44px;text-align: center;z-index: 2;-webkit-transform: translateX(100px);-moz-transform: translateX(100px);-ms-transform: translateX(100px);-o-transform: translateX(100px);transform: translateX(100px);-webkit-transition: all .2s ease-out;-moz-transition: all .2s ease-out;-ms-transition: all .2s ease-out;-o-transition: all .2s ease-out;transition: all .2s ease-out;border: 2px solid #1e1e1e;color: #1e1e1e;background-color: #f5f5f5}.back-to-top i{font-size: 22px}.back-to-top:hover{text-decoration: none;color: #1e1e1e}.back-to-top.in{-webkit-transform: translateX(0px);-moz-transform: translateX(0px);-ms-transform: translateX(0px);-o-transform: translateX(0px);transform: translateX(0px)}@media only screen and (min-width: 768px){body.float .back-to-top{bottom: 30px;right: 30px}}.under-construction-wrap{background-color: #eee}.under-construction-wrap .logo{background-color: #fff;text-align: center;padding-top: 30px;padding-bottom: 46px}.under-construction-wrap .page-title-margin-bottom{margin-bottom: 140px}.under-construction-wrap .social a{height: 30px;width: 30px;background-color: #555;color: #fff;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;-moz-background-clip: padding-box;-webkit-background-clip: padding-box;background-clip: padding-box;margin-right: 10px;display: inline-block;text-align: center}.ps-container > .ps-scrollbar-y-rail,.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y{width: 5px}#wrapper-content{background-color: #fff;z-index: 1;position: relative}#wrapper-content > main[role='main']{overflow: hidden}#site-loading{position: fixed;z-index: 1001;top: 0;left: 0;right: 0;bottom: 0;margin: auto}.site-loading-center{width: 100%;height: 100%;position: relative}.wpb_map_wraper iframe{display: block;pointer-events: none}.wpb_gmaps_widget .wpb_wrapper{padding: 0}.tparrows.preview1{width: 34px}.tparrows.preview1:after{width: 34px;font-size: 26px;font-family: "fontawesome";background: rgba(0,0,0,0.4)}.tp-leftarrow.preview1:after{content: "\f104"}.tp-rightarrow.preview1:after{content: "\f105"}.tparrows.preview1:hover .tp-arr-iwrapper{opacity: 0}.tparrows.preview1:hover:after{color: #fff}.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: 30px}.toggle-icon-wrapper .toggle-icon > span{background: none repeat scroll 0 0 #000;bottom: 0;display: block;height: 2px;left: 0;margin: auto;position: absolute;right: 0;top: 0;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;width: 80%}.toggle-icon-wrapper .toggle-icon:after,.toggle-icon-wrapper .toggle-icon:before{background: none repeat scroll 0 0 #000;content: "";height: 2px;left: 0;margin: auto;position: absolute;right: 0;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;width: 80%}.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{background: transparent}.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)}.container-fluid{padding-left: 30px;padding-right: 30px}@media (max-width: 767px){.container-fluid{padding-left: 15px;padding-right: 15px}}@media (max-width: 480px){.container-fluid{padding-left: 0;padding-right: 0}}.loading-wrapper{position: fixed;display: block;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0,0,0,0.5);z-index: 99999;-webkit-backface-visibility: visible;-moz-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}.spinner-double-section-far{display: block;width: 50px;height: 50px;border-radius: 50%;border: 3.125px solid #aaa;-webkit-animation: spinner 1.2s linear infinite;-moz-animation: spinner 1.2s linear infinite;-ms-animation: spinner 1.2s linear infinite;-o-animation: spinner 1.2s linear infinite;animation: spinner 1.2s linear infinite;position: absolute;margin: auto;top: 0;left: 0;right: 0;bottom: 0}.spinner-double-section-far:before,.spinner-double-section-far:after{content: '';position: absolute;top: -3.125px;left: -3.125px;display: block;width: 50px;height: 50px;border-radius: 50%;border: 3.125px solid transparent;border-top-color: tomato}.spinner-double-section-far:after{border-top-color: transparent;border-bottom-color: tomato}.spinner-double-section-far:before,.spinner-double-section-far:after{top: -9.375px;left: -9.375px;width: 62.5px;height: 62.5px}.modal{z-index: 99999}.modal-content{-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.modal-backdrop{background: rgba(0,0,0,0.5)}.modal-backdrop.in{opacity: 1}.popup-close{position: absolute;top: 10px;right: 10px;color: #FFFFFF;font-size: 24px;display: block;line-height: 1}#popup-product-quick-view-wrapper .popup-close{width: 30px;height: 30px;font-size: 18px;text-align: center;line-height: 30px;cursor: pointer;z-index: 1;top: 0;right: 0;-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-ms-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear}#popup-product-quick-view-wrapper .popup-close:hover{color: #fff;background-color: #333}.text-align-right{text-align: right}.text-align-left{text-align: left}.entry-content .mc4wp-form input[type="submit"]{padding-top: 14px;padding-bottom: 12px}.entry-content .mc4wp-form input[type="email"]{width: 296px;height: 44px;display: inline-block}.social.icon{line-height: 1}.social.icon a{width: 30px;height: 30px;display: inline-block;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;-moz-background-clip: padding-box;-webkit-background-clip: padding-box;background-clip: padding-box;background-color: #999;text-align: center;margin-right: 10px;line-height: 30px}.social.icon a i{color: #fff}.social.icon-text{line-height: 1}.social.icon-text a{display: inline-block;text-align: center;margin-right: 10px;border-right: solid 1px #ddd;line-height: 1}.social.icon-text a span{text-transform: uppercase;color: #777;padding-right: 10px;font-size: 11px}.social.icon-text a:last-child{border: none}.social.icon-text a:last-child span{padding-right: 0}.center{text-align: center}.contact-form-7-slider-wrap{background-color: #fff;padding: 10px;width: 444px}.contact-form-7-slider-wrap .contact-form-7-slider-inner{padding: 45px 25px;border-style: solid;border-width: 1px}.contact-form-7-slider-wrap h3.title{font-size: 35px;text-align: center;margin-bottom: 15px}.contact-form-7-slider-wrap .form-contact-wrap{margin: 0 -5px}.contact-form-7-slider-wrap span.wpcf7-form-control-wrap,.contact-form-7-slider-wrap .form-submit{float: left;padding: 0 5px;margin-bottom: 10px;width: 100%}.contact-form-7-slider-wrap span.wpcf7-form-control-wrap.your-name,.contact-form-7-slider-wrap .form-submit.your-name,.contact-form-7-slider-wrap span.wpcf7-form-control-wrap.your-email,.contact-form-7-slider-wrap .form-submit.your-email{width: 50%}.contact-form-7-slider-wrap input{width: 100%}.contact-form-7-slider-wrap span.wpcf7-not-valid-tip{font-size: 12px;white-space: normal}.contact-form-7-slider-wrap .form-submit{text-align: right;margin-top: 5px}.contact-form-7-slider-wrap .form-submit input[type="submit"]{background-color: transparent;padding: 0;text-decoration: underline;font-size: 15px;width: auto}.contact-form-7-slider-wrap .form-submit input[type="submit"]:hover{background-color: transparent}.contact-form-7-slider-wrap .wpcf7-textarea{height: 100px}@media only screen and (max-width: 768px){.under-construction .content,.coming-soon .content{padding-top: 270px;padding-bottom: 270px}}@media only screen and (max-width: 600px){.under-construction .content,.coming-soon .content{padding-top: 100px;padding-bottom: 100px}}@media only screen and (max-width: 400px){.under-construction .content,.coming-soon .content{margin-left: 15px;margin-right: 15px}.under-construction .logo,.coming-soon .logo{max-width: 250px;max-height: 250px}.under-construction .title,.coming-soon .title{font-size: 36px;margin-top: 40px}.under-construction .sub-title,.coming-soon .sub-title{font-size: 16px;margin-top: 30px}.under-construction .entry-content .mc4wp-form input[type="email"],.coming-soon .entry-content .mc4wp-form input[type="email"]{width: auto}}@media only screen and (max-width: 350px){.page404{margin-top: 15px;margin-bottom: 15px}.page404 .content-wrap{padding: 15px}.page404 h2{font-size: 60px}.page404 h4.description,.page404 div.return{font-size: 15px}}.handmade-bottom-bar{padding-top: 34px;text-align: center}.handmade-bottom-bar p{line-height: 1.6;margin-bottom: 0;color: #666666}.page-title-wrap{height: 230px;width: 100%;position: relative;background-color: #fff}.page-title-wrap .container{height: 100%}.page-title-left .block-center{text-align: left}.page-title-right .block-center{text-align: right}.page-title-inner{vertical-align: middle;position: relative;z-index: 1}.page-title-inner h1{margin-bottom: 0}.page-title-inner .page-sub-title{letter-spacing: 0.05em;margin-top: 0;display: block}.page-title-wrap-bg{background-repeat: no-repeat;background-position: center;background-size: cover}.page-title-parallax{background-attachment: fixed}.page-title-overlay{content: "";width: 100%;height: 100%;left: 0;top: 0;position: absolute;background-color: #fff;opacity: .3}.page-title-no-margin-top{margin-top: 0 !important}.page-title-no-margin-bottom{margin-bottom: 0 !important}.breadcrumb-wrap{border-bottom: 2px solid #eee}ul.breadcrumbs{padding: 32px 0;margin: 0;list-style-type: none}ul.breadcrumbs li{display: inline-block}ul.breadcrumbs li a,ul.breadcrumbs li span{line-height: 1.2}ul.breadcrumbs li + li:before{font: normal normal normal 14px/1 FontAwesome;content: "\f105";display: inline-block;font-size: 14px;padding: 0 10px}.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;visibility: hidden}.dialog.dialog--open{visibility: visible}.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}.dialog.dialog--open button[data-dialog-close]{position: absolute;border: none;top: 0;right: 0;width: 30px;height: 30px;line-height: 1;color: #fff}.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}}.sidebar-top-drawer.sidebar aside{margin-top: 0}.sidebar-top-drawer.sidebar aside + aside{margin-top: 0}.top-bar{background-color: #f9f9f9;color: #878787;position: relative;z-index: 998;font-size: 14px;font-weight: 400;line-height: 56px}.top-bar .sidebar aside{display: inline-block;margin-top: 0;vertical-align: middle}.top-bar .sidebar aside + aside{margin-left: 30px}.top-bar > ul{list-style: none;padding: 0;margin: 0}.top-bar > ul li{display: inline-block;vertical-align: middle;padding: 0;margin: 0}.top-bar > ul li + li{margin-left: 20px}.top-bar ul.top-bar-info li{display: inline-block;vertical-align: middle;padding: 0}.top-bar ul.top-bar-info li > a{vertical-align: middle;line-height: 2;color: inherit}.top-bar ul.top-bar-info li + li{margin-left: 20px}.top-bar ul.top-bar-info i.fa{font-size: 14px;padding-right: 5px;vertical-align: middle}.top-bar .sidebar{color: #878787}.top-bar .sidebar h4.widget-title{color: #878787}.top-bar .sidebar #wp-calendar caption,.top-bar .sidebar #wp-calendar thead th{color: #878787}.top-bar .sidebar .widget_nav_menu > div > ul.menu{overflow: visible;border: none;margin: 0;padding: 0;color: inherit;font-size: 14px}.top-bar .sidebar .widget_nav_menu > div > ul.menu li{display: inline-block;position: relative;border: none;color: inherit}.top-bar .sidebar .widget_nav_menu > div > ul.menu li:before{display: none}.top-bar .sidebar .widget_nav_menu > div > ul.menu li:hover > ul{display: block}.top-bar .sidebar .widget_nav_menu > div > ul.menu li > a{padding: 0}.top-bar .sidebar .widget_nav_menu > div > ul.menu li > a:hover{padding-left: 0}.top-bar .sidebar .widget_nav_menu > div > ul.menu > li{padding: 0;margin: 0;line-height: 56px}.top-bar .sidebar .widget_nav_menu > div > ul.menu > li + li{margin-left: 30px}.top-bar .sidebar .widget_nav_menu > div > ul.menu > li + li:before{content: "";display: block;position: absolute;top: 0;bottom: 0;left: -15px;width: 1px;height: 16px;margin: auto}.top-bar .sidebar .widget_nav_menu > div > ul.menu > li + li:before{background-color: #d3d3d3}.top-bar .sidebar .widget_nav_menu > div > ul.menu > li ul{display: none;position: absolute;z-index: 999;right: 0;top: 100%;background-color: #fff;color: #333;text-align: left;margin: 0;padding: 0 15px;min-width: 150px;-webkit-box-shadow: 2px 5px 5px 2px rgba(0,0,0,0.3);-moz-box-shadow: 2px 5px 5px 2px rgba(0,0,0,0.3);box-shadow: 2px 5px 5px 2px rgba(0,0,0,0.3)}.top-bar .sidebar .widget_nav_menu > div > ul.menu > li ul li{display: block;white-space: nowrap;padding: 8px 0;margin: 0;line-height: 28px}.top-bar .sidebar .widget_nav_menu > div > ul.menu > li ul li + li{border-top: solid 1px #f0f0f0}.top-bar .sidebar .widget_nav_menu > div > ul.menu > li ul ul{left: 100%;top: 0}.top-bar .sidebar .widget.base-primary-color i.fa,.top-bar .sidebar .widget.base-primary-color a{color: #878787}.top-bar .sidebar .widget.base-primary-color.widget_nav_menu > div > ul.menu > li + li:before,.top-bar .sidebar .widget.base-primary-color.separate-left:before,.top-bar .sidebar .widget.base-primary-color.separate-right:after{background-color: #878787}.top-bar .sidebar .separate-left{position: relative}.top-bar .sidebar .separate-left:before{content: "";display: block;position: absolute;top: 0;bottom: 0;left: -15px;width: 1px;height: 16px;margin: auto}.top-bar .sidebar .separate-left:before{background-color: #d3d3d3}.top-bar .sidebar .separate-right{position: relative}.top-bar .sidebar .separate-right:after{content: "";display: block;position: absolute;top: 0;bottom: 0;right: -15px;width: 1px;height: 16px;margin: auto}.top-bar .sidebar .separate-right:after{background-color: #d3d3d3}.top-bar .sidebar a{color: inherit}.top-bar .sidebar .widget .custom-dropdown-list > ul li > a{color: #333}.top-bar .sidebar .widget #lang_sel > ul{position: relative;display: inline-block;padding: 0;margin: 0}.top-bar .sidebar .widget #lang_sel > ul > li{padding: 0;display: block;list-style: none}.top-bar .sidebar .widget #lang_sel > ul > li > a:after{content: "\f107";font-family: 'fontawesome';display: inline-block}.top-bar .sidebar .widget #lang_sel > 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: 999;-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)}.top-bar .sidebar .widget #lang_sel > ul ul > li{list-style: none;padding: 0 15px;display: block;line-height: 32px}.top-bar .sidebar .widget #lang_sel > ul ul > li img{padding-right: 5px}.top-bar .sidebar .widget #lang_sel > ul:hover ul{display: block}.top-bar .top-bar-left{text-align: left}.top-bar .top-bar-right{text-align: right}.top-bar .top-bar-right.sidebar .widget_nav_menu > div > ul.menu ul ul{left: auto;right: 100%}.top-bar .top-bar-center{text-align: center}@media screen and (max-width: 991px){.top-bar{position: relative;z-index: 998;background: #F8F8F8}.top-bar .top-bar-left,.top-bar .top-bar-right{text-align: center}.top-bar-right.sidebar .widget_nav_menu > div > ul.menu ul ul{right: auto;left: 100%}body.header-2 .top-bar{position: relative}}@media screen and (max-width: 479px){.top-bar ul.top-bar-info li{display: block;margin-left: 0 !important}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button{width: auto !important;display: block !important}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button + .button{margin-left: auto !important;margin-top: 10px}}.main-menu-overlay{opacity: 0;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.6);z-index: -1;pointer-events: none;overflow: hidden;-webkit-backface-visibility: hidden;-webkit-transition: opacity .3s ease;-o-transition: opacity .3s ease;transition: opacity .3s ease}body.menu-mobile-in .main-menu-overlay{opacity: 1;z-index: 298;pointer-events: auto;cursor: url(//www.skandi-hausbett.de/wp-content/themes/handmade/assets/images/close.png) 15 15, default}@media screen and (min-width: 1370px){header.main-header .header-nav-wrapper.nav-fullwith{padding-left: 100px;padding-right: 100px}header.main-header .header-nav-wrapper.nav-fullwith .container{width: 100%}}@media screen and (min-width: 992px){.header-mobile-before,.header-mobile-wrapper,li.menu-fly-search{display: none !important}.logo-sticky{list-style: none;line-height: 82px;display: none;vertical-align: middle}header.main-header .header-wrapper{display: table;position: relative;width: 100%}header.main-header .header-left{display: table-cell;text-align: left;vertical-align: middle}header.main-header .header-right{display: table-cell;text-align: right;vertical-align: middle}header.main-header .header-left.text-center,header.main-header .header-right.text-center{text-align: center}header.main-header .header-logo{height: 200px}header.main-header .header-logo:before{content: '';display: inline-block;height: 100%;vertical-align: middle}header.main-header .header-logo > a > img{max-height: 160px;padding-top: 20px;padding-bottom: 20px;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;max-width: none}header.main-header .header-nav-wrapper{background-color: #fff;left: 0;right: 0;z-index: 997}header.main-header .header-customize{display: inline-block;vertical-align: middle;font-size: 0px;color: #191919;margin-left: 30px}header.main-header .header-customize-left,header.main-header .header-customize-right{color: #3f3f3f}header.main-header .header-customize-left .search-box input,header.main-header .header-customize-right .search-box input{color: #3f3f3f}header.main-header .header-customize-left .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span.total,header.main-header .header-customize-right .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span.total{background-color: #3f3f3f;color: #fff}header.main-header .header-customize-item{font-size: 14px;display: inline-block;vertical-align: middle;position: relative}header.main-header .header-customize-item + .header-customize-item{position: relative;margin-left: 30px}header.main-header .header-customize .search-button-wrapper + .shopping-cart-wrapper,header.main-header .header-customize .shopping-cart-wrapper + .search-button-wrapper{margin-left: 15px}header.main-header .header-customize .header-customize-item + .shopping-cart-wrapper.with-price .widget_shopping_cart_icon > i{width: 32px;text-align: left}header.main-header .header-customize-separate .header-customize-item + .header-customize-item:before{content: '';position: absolute;left: -15px;display: block;width: 1px;height: 16px;background-color: #eee;top: 0;bottom: 0;margin: auto}header.main-header .icon-search-menu{width: 43px;height: 43px;line-height: 43px;vertical-align: middle;font-size: 17px;display: inline-block;text-align: center}header.main-header .search-button-wrapper.style-round .icon-search-menu,header.main-header .shopping-cart-wrapper.no-price.style-round .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon{-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;color: #fff}header.main-header .search-button-wrapper.style-bordered .icon-search-menu,header.main-header .shopping-cart-wrapper.no-price.style-bordered .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon{-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;background-color: transparent;border: solid 2px #eee;line-height: 39px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}header.main-header ul.header-social-profile-wrapper{margin: 0;padding: 0;list-style: none;font-size: 16px}header.main-header ul.header-social-profile-wrapper li{display: inline-block}header.main-header ul.header-social-profile-wrapper li a{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}header.main-header ul.header-social-profile-wrapper li a:hover{color: #191919}header.main-header ul.header-social-profile-wrapper li + li{margin-left: 20px}header.main-header .search-box input{border: solid 1px #eee;color: #191919;background-color: transparent;height: 50px;line-height: 48px;width: 100%;padding-left: 20px;padding-right: 20px;max-width: 100%;vertical-align: top}header.main-header .search-box button{border: none;background-color: transparent;position: absolute;top: 0px;bottom: 0;right: 20px;margin: auto;padding: 0;line-height: 1}header.main-header .search-box-wrapper > form{padding: 0;margin: 0;position: relative;display: inline-block;line-height: 30px;border: none}header.main-header .search-box-wrapper > form input{width: 300px}header.main-header .ajax-search-result{position: absolute;top: 100%;z-index: 999;background-color: #fff;left: 0;right: 0;border: solid 1px #eee;border-top: none}header.main-header .ajax-search-result > ul{position: relative;display: block;list-style: none;text-align: left;padding: 0;margin: 0;line-height: 1.8}header.main-header .ajax-search-result > ul > li{padding: 10px 15px;position: relative}header.main-header .ajax-search-result > ul > li:after{content: '';display: block;clear: both}header.main-header .ajax-search-result > ul > li img{float: left;width: 50px;margin-right: 15px}header.main-header .ajax-search-result > ul > li.no-result{text-align: center}header.main-header .ajax-search-result > ul > li.selected,header.main-header .ajax-search-result > ul > li:hover{background-color: #fafafa}header.main-header .ajax-search-result > ul > li.selected + li:before,header.main-header .ajax-search-result > ul > li:hover + li:before{display: none}header.main-header .ajax-search-result > ul > li + li.selected:before,header.main-header .ajax-search-result > ul > li + li:hover:before{display: none}header.main-header .ajax-search-result > ul > li a{color: #191919}header.main-header .ajax-search-result > ul > li + li:before{content: '';position: absolute;display: block;margin: auto;left: 15px;right: 15px;top: 0;border-top: solid 1px #eee}header.main-header .ajax-search-result .search-view-more{text-align: center;line-height: 40px;background-color: #ededed;border-top: solid 1px #d9d9d9}header.main-header .search-with-category{width: 620px}header.main-header .search-with-category > .search-with-category-inner{line-height: 50px}header.main-header .search-with-category .form-search-left{float: left;width: 186px;position: relative}header.main-header .search-with-category .form-search-left > span{border: solid 2px #eee;display: inline-block;height: 50px;line-height: 46px;vertical-align: middle;width: 100%;border-right: none;padding: 0 20px;font-size: 15px;cursor: pointer;text-align: left}header.main-header .search-with-category .form-search-left > span:after{content: '\f107';font-family: 'fontawesome';position: absolute;right: 20px;margin: auto;top: 0;bottom: 0;height: 17px;font-size: 17px;line-height: 1}header.main-header .search-with-category .form-search-right{padding-left: 186px}header.main-header .search-with-category .form-search-right input[type="text"]{width: 100%}header.main-header .search-with-category .search-category-dropdown{display: none;position: absolute;top: 100%;left: 0;right: -2px;overflow: auto;padding: 5px 0;list-style: none;margin: 0;border: solid 2px #eee;border-top: none;background-color: #fff;line-height: 36px;z-index: 999;max-height: 380px}header.main-header .search-with-category .search-category-dropdown li > span{cursor: pointer;padding: 0 15px;display: block;text-align: left;color: #333;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-ms-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out}header.main-header .search-with-category .search-category-dropdown ul li > span{padding-left: 30px}header.main-header .search-with-category .search-category-dropdown ul ul li > span{padding-left: 45px}header.main-header .search-with-category .search-category-dropdown li > span:hover{color: #fff}header.main-header .search-with-category .search-category-dropdown ul{padding: 0;list-style: none}header.main-header .search-with-category .search-box input{border-width: 2px;line-height: 46px}header.main-header .search-with-category .ajax-search-result{border-width: 2px}header.main-header .menu-wrapper{font-family: 'Varela Round';display: inline-block;vertical-align: middle}header.main-header .menu-wrapper .x-nav-menu{position: static;display: inline-block;vertical-align: middle}header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item > a{padding: 0;font-size: 14px;font-weight: 400;line-height: 82px}header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu li > a{color: #333;letter-spacing: 0.05em;font-weight: 400;font-size: 14px}header.main-header .menu-wrapper .x-nav-menu li.x-header-column > a.x-menu-a-text,header.main-header .menu-wrapper .x-nav-menu li.x-header-column:hover > a.x-menu-a-text{color: #333 !important}header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu{border: solid 2px #ededed;background-color: #fff}header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu-standard{padding: 10px 0}header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu-standard > li{padding-left: 25px;padding-right: 25px}header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu-standard > li > a.x-menu-a-text{padding-right: 20px;line-height: 45px}header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu-standard > li > a.x-menu-a-text > span{position: relative}header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu-standard > li > a.x-menu-a-text > span:before{content: '';position: absolute;left: 0;top: 100%;margin-top: 5px;width: 0;border-top: solid 1px #333;-webkit-transition: .3s all;-moz-transition: .3s all;-ms-transition: .3s all;-o-transition: .3s all;transition: .3s all}header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu-standard > li + li > a.x-menu-a-text{border-top: solid 1px #ededed}header.main-header .menu-wrapper .x-nav-menu > li > a{color: #191919}header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu b.x-caret{right: 0;color: #2D3339}header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu b.x-caret:before{font-family: "FontAwesome";content: '\f178';font-size: 11px}header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-header-column > a.x-menu-a-text{font-weight: 400;font-size: 22px;font-family: 'Playfair Display';letter-spacing: 0.05em;position: relative;display: block;color: #000}header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-header-column > a.x-menu-a-text:before{content: '';position: absolute;left: 0;bottom: 0;width: 100%}header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-header-column > a.x-menu-a-text:before{border-top: solid 1px #ededed}header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item ul.x-sub-menu{border: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;background-color: transparent}header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item > ul.x-sub-menu-standard > li{padding-left: 0;padding-right: 0}header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item a.x-menu-a-text{line-height: 28px}header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-tabs .x-sub-menu-tab{padding: 15px}header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-tabs .x-sub-menu-tab > li.x-menu-item{background-color: transparent;padding: 10px 0}header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-tabs .x-sub-menu-tab > li.x-menu-item > a.x-menu-a-text{font-size: 15px;font-family: 'Playfair Display';color: #333}header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-tabs .x-sub-menu-tab > li.x-menu-item > a.x-menu-a-text:hover{padding-left: 35px}header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-tabs .x-sub-menu-tab > li.x-menu-item > a.x-menu-a-text > b.x-caret{display: block}header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-tabs .x-sub-menu-tab > li.x-menu-item + li.x-menu-item{border-top: solid 1px #ededed}header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column li.x-menu-item + li > a.x-menu-a-text{border-top: none}header.main-header .header-nav-above{border-bottom: solid 1px #eee}header.main-header .header-wrapper{border-bottom-style: solid;border-bottom-width: 2px}header.main-header .header-customize-nav{line-height: 82px}header.main-header .header-customize-nav .search-box input[type="text"]{line-height: 38px;height: 40px}header.main-header .header-customize-nav .search-with-category .form-search-left > span,header.main-header .header-customize-nav .search-with-category .search-with-category-inner{line-height: 38px;height: 40px}header.main-header .header-customize-nav input[type="text"]::-webkit-input-placeholder{color: #191919}header.main-header .header-customize-nav input[type="text"]:-moz-placeholder{color: #191919}header.main-header .header-customize-nav input[type="text"]::-moz-placeholder{color: #191919}header.main-header .header-customize-nav input[type="text"]:-ms-input-placeholder{color: #191919}header.main-header .header-customize-right,header.main-header .header-customize-left{height: 200px;line-height: 50px}header.main-header .header-customize-right:before,header.main-header .header-customize-left:before{content: '';display: inline-block;height: 100%;vertical-align: middle}header.main-header .header-customize-right .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper,header.main-header .header-customize-left .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper{margin-top: 10px}header.main-header .header-customize.header-customize-left{margin-left: 0}header.main-header .custom-list{margin: 0;list-style: none;padding-left: 0;color: #191919}header.main-header .custom-list li{line-height: 24px}header.main-header .custom-separate{display: inline-block;vertical-align: middle;height: 16px;width: 1px;background-color: #eee;margin-left: 15px;margin-right: 15px}header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item + li.x-menu-item,header.main-header .sticky-wrapper.is-sticky > .header-nav-wrapper .logo-sticky + li{margin-left: 45px}header.header-float{position: absolute !important;z-index: 997;left: 0;right: 0}header.main-header .nav-hover-primary-base .menu-wrapper .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,header.main-header .nav-hover-primary-base .menu-wrapper .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,header.main-header .nav-hover-primary-base .menu-wrapper .x-nav-menu > li.current-menu-item > a.x-menu-a-text,header.main-header .nav-hover-primary-base .menu-wrapper .x-nav-menu > li.menu-current > a.x-menu-a-text,header.main-header .nav-hover-primary-base .menu-wrapper .x-nav-menu > li > a.x-menu-a-text:hover,header.main-header .nav-hover-primary-base .menu-wrapper .x-nav-menu > li.x-menu-item:hover > a{color: #3f3f3f}header.main-header .nav-hover-primary-base .header-customize i.fa{color: #191919}header.main-header .nav-hover-primary-base .header-customize i.fa:hover{color: #3f3f3f}header.header-2 .header-logo{position: absolute;margin: auto;width: 240px;left: 0;right: 0;text-align: center}header.header-3 .header-wrapper{border-bottom-width: 1px}header.header-3 .header-customize-right,header.header-3 .header-customize-left{height: 154px}header.header-4 .header-wrapper,header.header-5 .header-wrapper,header.header-6 .header-wrapper,header.header-7 .header-wrapper,header.header-8 .header-wrapper,header.header-9 .header-wrapper{border-bottom: none}header.header-6 .sticky-wrapper,header.header-7 .sticky-wrapper{height: auto !important}header.header-6 .header-nav-above,header.header-7 .header-nav-above{border-bottom: none}header.header-6 .header-wrapper,header.header-7 .header-wrapper{padding-left: 15px;padding-right: 15px}header.header-6 .header-nav-wrapper,header.header-7 .header-nav-wrapper{position: absolute;background-color: transparent}header.header-6 .header-nav-wrapper > .container,header.header-7 .header-nav-wrapper > .container{background-color: #fff;background-clip: content-box}header.header-6 .header-customize-nav i.fa,header.header-7 .header-customize-nav i.fa,header.header-6 .header-customize-nav .shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,header.header-7 .header-customize-nav .shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,header.header-6 .header-customize-nav .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,header.header-7 .header-customize-nav .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon{color: #191919}header.header-6 .header-customize-nav .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span.total,header.header-7 .header-customize-nav .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span.total{background-color: #3f3f3f}header.header-6 .header-customize-nav .search-with-category .form-search-left > span:after,header.header-7 .header-customize-nav .search-with-category .form-search-left > span:after{color: #191919}header.header-7 .header-nav-wrapper{-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%)}header.header-7 .header-nav-above > .container{padding-bottom: 35px}body.header-4 .top-bar,body.header-5 .top-bar{background-color: transparent}body.header-4 .top-bar > .container,body.header-5 .top-bar > .container{background-color: #f9f9f9;background-clip: content-box}body.header-4 .top-bar > .container > .row,body.header-5 .top-bar > .container > .row{padding-left: 15px;padding-right: 15px}body.header-6 .top-bar,body.header-7 .top-bar{border-bottom: solid 1px #eee}.sticky-wrapper.is-sticky > .header-nav-wrapper{z-index: 997;left: 0;right: 0;box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);border: none !important;-webkit-backface-visibility: visible;-moz-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-in{-webkit-animation: header-drop .5s 0s 1 cubic-bezier(.694, .0482, .335, 1);-moz-animation: header-drop .5s 0s 1 cubic-bezier(.694, .0482, .335, 1);-ms-animation: header-drop .5s 0s 1 cubic-bezier(.694, .0482, .335, 1);-o-animation: header-drop .5s 0s 1 cubic-bezier(.694, .0482, .335, 1);animation: header-drop .5s 0s 1 cubic-bezier(.694, .0482, .335, 1)}.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-out{-webkit-animation: header-drop-out .5s 0s 1 cubic-bezier(.694, .0482, .335, 1) !important;-moz-animation: header-drop-out .5s 0s 1 cubic-bezier(.694, .0482, .335, 1) !important;-ms-animation: header-drop-out .5s 0s 1 cubic-bezier(.694, .0482, .335, 1) !important;-o-animation: header-drop-out .5s 0s 1 cubic-bezier(.694, .0482, .335, 1) !important;animation: header-drop-out .5s 0s 1 cubic-bezier(.694, .0482, .335, 1) !important}.sticky-wrapper.is-sticky > .header-nav-wrapper .logo-sticky{display: inline-block;line-height: 60px}.sticky-wrapper.is-sticky > .header-nav-wrapper .logo-sticky > a > img{max-height: 50px;padding-top: 5px;padding-bottom: 5px;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;height: 50px}.sticky-wrapper.is-sticky > .header-nav-wrapper .header-logo.has-logo-sticky{display: none}.sticky-wrapper.is-sticky > .header-nav-wrapper .header-logo{height: 60px}.sticky-wrapper.is-sticky > .header-nav-wrapper .header-logo > a > img{max-height: 40px;padding-top: 10px;padding-bottom: 10px;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;max-width: none}.sticky-wrapper.is-sticky > .header-nav-wrapper .header-customize{line-height: 60px}.sticky-wrapper.is-sticky > .header-nav-wrapper .x-nav-menu > li.x-menu-item > a{line-height: 60px}.sticky-wrapper.is-sticky > .header-nav-wrapper .x-nav-menu > li.x-menu-item > a > span.x-menu-feature{display: none !important}.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-gray{background-color: #eee !important}.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-gray .header-customize,.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-gray .menu-wrapper .x-nav-menu > li > a,.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-gray.nav-hover-primary-base .header-customize i.fa{color: #535353}.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light{background-color: #fff !important}.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light .header-customize,.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light .menu-wrapper .x-nav-menu > li > a,.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light.nav-hover-primary-base .header-customize i.fa{color: #333}.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span.total{background-color: #333;color: #fff}.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light input[type="text"]::-webkit-input-placeholder{color: #333}.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light input[type="text"]:-moz-placeholder{color: #333}.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light input[type="text"]::-moz-placeholder{color: #333}.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light input[type="text"]:-ms-input-placeholder{color: #333}.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-dark{background-color: #111 !important}.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-dark .header-customize,.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-dark .menu-wrapper .x-nav-menu > li > a,.sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-dark.nav-hover-primary-base .header-customize i.fa{color: #fff}.sticky-wrapper.is-sticky > .header-nav-wrapper .header-wrapper{border-bottom: none}.sticky-wrapper.is-sticky > .header-nav-wrapper .search-box input[type="text"]{height: 36px;line-height: 34px}.sticky-wrapper.is-sticky > .header-nav-wrapper .search-with-category .form-search-left > span,.sticky-wrapper.is-sticky > .header-nav-wrapper .search-with-category .search-box input[type="text"]{height: 36px;line-height: 32px}.sticky-wrapper.is-sticky > .header-nav-wrapper .search-with-category .search-with-category-inner{line-height: 32px}header.header-6 .sticky-wrapper.is-sticky .header-nav-wrapper,header.header-7 .sticky-wrapper.is-sticky .header-nav-wrapper{background-color: #fff}header.header-6 .sticky-wrapper.is-sticky .header-nav-wrapper > .container,header.header-7 .sticky-wrapper.is-sticky .header-nav-wrapper > .container{background-color: transparent}body.boxed .sticky-wrapper.is-sticky > .header-nav-wrapper{max-width: 1200px;margin: auto}}.shopping-cart-wrapper{padding: 0;margin: 0;display: inline-block;vertical-align: middle;text-align: right;position: relative}.shopping-cart-wrapper.no-price .sub-total-text{display: none}.shopping-cart-wrapper .widget_shopping_cart_content{display: block;text-align: left}.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon{position: relative;display: inline-block;height: 36px;line-height: 36px}.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon{cursor: pointer;padding: 0;vertical-align: middle;width: 43px;height: 43px;line-height: 43px;text-align: center;font-size: 17px}.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span.total{position: absolute;width: 15px;height: 15px;line-height: 15px;background-color: #191919;color: #fff;top: 8px;right: 5px;text-align: center;font-size: 11px;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper{display: block;visibility: hidden;opacity: 0;position: absolute;top: 100%;right: 0;left: auto;z-index: 9998;min-width: 300px;background: #fff;border: solid 2px #eee;padding: 0;line-height: 2em;-webkit-transition: .5s all;-moz-transition: .5s all;-ms-transition: .5s all;-o-transition: .5s all;transition: .5s all;-webkit-transition-timing-function: cubic-bezier(1, .07, 1, .07);-moz-transition-timing-function: cubic-bezier(1, .07, 1, .07);-ms-transition-timing-function: cubic-bezier(1, .07, 1, .07);-o-transition-timing-function: cubic-bezier(1, .07, 1, .07);transition-timing-function: cubic-bezier(1, .07, 1, .07)}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper .cart-total{padding: 0 15px 20px;position: relative;color: #222222}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty{padding: 15px;text-align: center}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty h4{text-transform: uppercase;padding: 0 0 15px;margin: 0;font-size: 16px;word-spacing: 0.2em}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty p{color: #777;padding: 0;margin: 0;font-size: 14px}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li{padding: 15px 0;margin: 0;position: relative}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li + li{border-top: solid 1px #eee}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left{float: left;overflow: hidden;margin-right: 10px;border: solid 1px #eee;background: #fff}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left > a > img{height: auto;width: 58px;margin: 0;display: block}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right{overflow: hidden}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a{text-transform: uppercase;word-spacing: 0.2em;font-size: 12px;font-weight: 700;display: block;padding-right: 15px;margin-bottom: 6px}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > span.quantity{font-size: 12px;font-weight: 700;display: block;text-align: left;color: #8f8f8f}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a.mini-cart-remove{position: absolute;right: 0;top: 15px;padding-right: 0;font-size: 18px}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li:after{content: "";display: block;clear: both}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total{padding: 0;font-size: 13px;font-weight: bold;margin: 0;border-top: solid 1px #eee;border-bottom: solid 1px #eee;line-height: 43px}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total strong{text-transform: uppercase;font-weight: 400}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total > span.amount{font-weight: 700;float: right}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons{text-align: center;margin: 0;padding: 15px 0 0;font-size: 0}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button{color: #fff;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;line-height: 20px;padding: 10px;font-size: 12px;min-width: 125px;width: 48%;display: inline-block;text-transform: uppercase}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button > i.fa{margin-right: 5px}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button + .button{margin-left: 4%}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl{border: none;margin: 0;padding: 0}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dt{float: left;margin: 0 10px 0 0;padding: 0;line-height: 25px;clear: none;font-size: 11px;font-weight: 400}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dd{padding: 0;line-height: 25px;display: block;float: none;margin: 0;font-size: 11px}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl p{margin: 0;padding: 0}.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list,.shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget{position: relative;margin: 0;list-style: none;padding: 15px 15px 0}.shopping-cart-wrapper .widget_shopping_cart_content:hover .cart_list_wrapper{visibility: visible;opacity: 1;-webkit-transition-timing-function: cubic-bezier(.11, .76, .24, .93);-moz-transition-timing-function: cubic-bezier(.11, .76, .24, .93);-ms-transition-timing-function: cubic-bezier(.11, .76, .24, .93);-o-transition-timing-function: cubic-bezier(.11, .76, .24, .93);transition-timing-function: cubic-bezier(.11, .76, .24, .93)}.shopping-cart-wrapper.with-price .sub-total-text{display: inline-block}.shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon{-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;background-color: transparent}.sidebar .widget-social-profile ul.social-profile li a:hover i.fa,.wpb_widgetised_column .widget-social-profile ul.social-profile li a:hover i.fa,.header-social-profile-wrapper li a:hover i.fa{color: #878787}.custom-dropdown-list{position: relative;display: inline-block}.custom-dropdown-list > span{cursor: pointer}.custom-dropdown-list:hover > ul{display: block}.custom-dropdown-list > 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: 999;-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)}.custom-dropdown-list > ul li{line-height: 32px;padding: 0 15px;display: block}.custom-dropdown-list > ul li > a{color: #333;white-space: nowrap}@media screen and (min-width: 992px){header.mobile-header{display: none !important}}@media screen and (max-width: 991px){body{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;position: relative;left: 0}.mobile-top-bar-hide,header.main-header{display: none !important}body.menu-mobile-in{left: 280px;overflow: hidden}.container.header-mobile-wrapper{position: relative}.header-mobile-before{text-align: center}.header-mobile-before img{max-height: 100px;padding-top: 15px;padding-bottom: 15px;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box}.header-logo-mobile{line-height: 100px;vertical-align: middle;text-align: center}.header-logo-mobile img{max-height: 100px;padding-top: 15px;padding-bottom: 15px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}header.mobile-header{background: #fff}header.mobile-header .header-left,header.mobile-header .toggle-icon-wrapper.toggle-desktop,header.mobile-header .header-customize{display: none}header.mobile-header .header-container-wrapper{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;background-color: #fff;z-index: 997;top: 0;border-bottom: solid 1px #eee}header.mobile-header .header-mobile-wrapper{background-color: #fff}header.mobile-header .header-mobile-inner{height: 100px;position: relative}header.mobile-header .header-mobile-inner .header-customize{display: block;font-size: 0;position: absolute;top: 0;bottom: 0;margin: auto;right: 0;color: #000}header.mobile-header .header-mobile-inner .header-customize:before{content: "";display: inline-block;vertical-align: middle;height: 100%}header.mobile-header .header-mobile-inner .header-customize-item{font-size: 14px;display: inline-block;vertical-align: middle}header.mobile-header .header-mobile-inner .header-customize-item + .header-customize-item{margin-left: 10px}header.mobile-header .header-mobile-inner .toggle-icon-wrapper{position: absolute;top: 0;bottom: 0;left: 0}header.mobile-header .header-mobile-inner .icon-search-menu{display: inline-block;vertical-align: middle;border: solid 2px #222;height: 37px;width: 45px;text-align: center;line-height: 37px;padding: 0;font-size: 14px;color: #222}header.mobile-header .shopping-cart-wrapper .widget_shopping_cart_content{height: 100px}header.mobile-header .shopping-cart-wrapper .widget_shopping_cart_content:before{content: "";height: 100%;display: inline-block;vertical-align: middle}header.mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon{display: inline-block;vertical-align: middle}header.mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon{display: inline-block;border: solid 2px #222;height: 37px;width: 45px;text-align: center;line-height: 37px;padding: 0;font-size: 14px;color: #222}header.mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span{top: -6px;right: -8px;color: #fff;background-color: #995958;border-radius: 100%;padding: 0;width: 17px;height: 17px;line-height: 17px}.x-nav-menu{padding: 0;margin: 0;display: block;background-color: transparent}.x-nav-menu a.x-menu-a-text > b.x-caret:before{color: #ddd}.x-nav-menu li.x-menu-item{border-bottom: solid 1px #4c4c4c;position: relative;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s;cursor: auto}.x-nav-menu li.x-menu-item:not(.x-sub-menu-open):hover{background-color: #4c4c4c}.x-nav-menu li.x-menu-item.menu-item-has-children{cursor: pointer}.x-nav-menu li.x-menu-item > a.x-menu-a-text{display: inline-block;position: static;padding: 5px 15px;border-bottom: none;text-transform: uppercase;font-family: Roboto;color: #ddd}.x-nav-menu li.x-menu-item > a.x-menu-a-text > b.x-caret{right: 0;bottom: auto;top: 0;width: 44px;height: 38px;line-height: 38px;text-align: center}.x-nav-menu li.x-menu-item.x-sub-menu-open > ul.x-sub-menu:before{content: "";display: block;border-left: solid 6px transparent;border-right: solid 6px transparent;border-top: solid 6px #383838;position: absolute;top: 0;left: 15px;z-index: 1}.x-nav-menu li.current-menu-ancestor > a.x-menu-a-text,.x-nav-menu li.current-menu-parent > a.x-menu-a-text,.x-nav-menu li.current-menu-item > a.x-menu-a-text,.x-nav-menu li.menu-current > a.x-menu-a-text,.x-nav-menu li > a.x-menu-a-text:hover,.x-nav-menu li:hover > a,.x-nav-menu li ul.x-sub-menu li:hover > a{color: #8d7745}.x-nav-menu li.current-menu-ancestor > a.x-menu-a-text > b.x-caret:before,.x-nav-menu li.current-menu-parent > a.x-menu-a-text > b.x-caret:before,.x-nav-menu li.current-menu-item > a.x-menu-a-text > b.x-caret:before,.x-nav-menu li.menu-current > a.x-menu-a-text > b.x-caret:before,.x-nav-menu li > a.x-menu-a-text:hover > b.x-caret:before,.x-nav-menu li:hover > a > b.x-caret:before,.x-nav-menu li ul.x-sub-menu li:hover > a > b.x-caret:before{color: #8d7745}.x-nav-menu ul.x-sub-menu{background-color: #444;padding-left: 0;position: relative}.x-nav-menu ul.x-sub-menu > li.x-menu-item > a.x-menu-a-text{font-size: 14px;text-transform: none}.x-nav-menu ul.x-sub-menu > li.x-menu-item.x-sub-menu-open > ul.x-sub-menu:before{border-top: solid 6px #444}.x-nav-menu ul ul.x-sub-menu{background-color: #525252}.x-nav-menu ul ul.x-sub-menu > li.x-menu-item.x-sub-menu-open > ul.x-sub-menu:before{border-top: solid 6px #525252}.x-nav-menu ul ul ul.x-sub-menu{background-color: #5f5f5f}.x-nav-menu ul ul ul.x-sub-menu > li.x-menu-item.x-sub-menu-open > ul.x-sub-menu:before{border-top: solid 6px #5f5f5f}.x-nav-menu ul ul ul ul.x-sub-menu{background-color: #414141}.header-mobile-nav{background: #383838;display: none;margin-bottom: 15px}form.search-form-menu-mobile{display: none}.header-mobile-nav.menu-drop-fly{display: block;position: fixed;margin: 0;top: 0;bottom: 0;overflow: auto;overflow-x: hidden;width: 280px;left: -280px;border-right: solid 3px #8d7745;z-index: 9999;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.header-mobile-nav.menu-drop-fly.in{left: 0}.header-mobile-nav.menu-drop-fly form.search-form-menu-mobile{display: block;background-color: #222;padding: 15px;position: relative}.header-mobile-nav.menu-drop-fly form.search-form-menu-mobile input{background-color: #333;border: none;display: block;width: 100%;font-size: 16px;line-height: 1.2;height: auto;padding: 12px}.header-mobile-nav.menu-drop-fly form.search-form-menu-mobile button{border: none;background-color: transparent;position: absolute;top: 0;right: 19px;line-height: 1;bottom: 0;margin: auto;font-size: 16px}header.header-mobile-2{display: block}header.header-mobile-2 .header-container-wrapper{background-color: #333;border-bottom: none}header.header-mobile-2 .header-mobile-wrapper{background-color: transparent}header.header-mobile-2 .header-mobile-inner{height: 102px;position: relative}header.header-mobile-2 .header-mobile-inner .header-customize{color: #eee;right: 0}header.header-mobile-2 .header-mobile-inner .icon-search-menu,header.header-mobile-2 .header-mobile-inner .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon{border: solid 1px #eee;height: 30px;line-height: 32px;width: 36px;color: #fff}header.header-mobile-2 .header-mobile-inner .icon-search-menu:before,header.header-mobile-2 .header-mobile-inner .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon:before{line-height: 28px}header.header-mobile-2 .header-mobile-inner .shopping-cart-wrapper .widget_shopping_cart_content{height: 102px}header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper{left: 0}header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper .toggle-icon > span,header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper .toggle-icon:before,header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper .toggle-icon:after{background-color: #eee}header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper.in .toggle-icon > span{background-color: transparent}header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper .toggle-icon + span{font-family: Oswald;font-size: 18px;display: inline-block;vertical-align: middle;text-transform: uppercase;color: #eee;font-weight: 300}header.header-mobile-3 .header-logo-mobile{text-align: right}header.header-mobile-3 .header-mobile-inner .header-customize{left: 50px;right: auto}header.header-mobile-3 .shopping-cart-wrapper{position: static}header.header-mobile-3 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper{left: -45px;right: auto}header.header-mobile-4 .header-logo-mobile{text-align: left}header.header-mobile-4 .header-mobile-inner .toggle-icon-wrapper{right: 0px;left: auto}header.header-mobile-4 .header-mobile-wrapper .header-customize{right: 50px;left: auto}header.header-mobile-5 .sticky-wrapper{height: 0 !important}header.header-mobile-5 .header-container-wrapper{border-bottom: none}header.header-mobile-5 .header-container-wrapper,header.header-mobile-5 .header-mobile-wrapper{background-color: transparent}header.header-mobile-5 .header-container-wrapper{background-color: transparent;position: absolute;z-index: 997;width: 100%}header.header-mobile-5 .header-logo-mobile{text-align: left}header.header-mobile-5 .header-mobile-inner .toggle-icon-wrapper{left: auto;right: 5px}header.header-mobile-5 .toggle-icon-wrapper .toggle-icon > span,header.header-mobile-5 .toggle-icon-wrapper .toggle-icon:before,header.header-mobile-5 .toggle-icon-wrapper .toggle-icon:after{background-color: #fff;-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1)}header.header-mobile-5 .toggle-icon-wrapper.in .toggle-icon > span{display: none}header.header-mobile-5 .header-mobile-inner .header-customize{right: 50px}header.header-mobile-5 .header-mobile-inner .icon-search-menu,header.header-mobile-5 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon{border-color: #fff;color: #fff}.sticky-wrapper.is-sticky > .header-container-wrapper{z-index: 997;left: 0;right: 0}.sticky-wrapper:not(.is-sticky){height: auto !important;position: relative !important}.sticky-wrapper.is-sticky header.mobile-header ul.x-nav-menu{max-height: 450px;overflow: auto}body.menu-mobile-in .sticky-wrapper.is-sticky > .header-container-wrapper.menu-drop-fly{left: 280px;right: -280px}}@media screen and (max-width: 600px){#wpadminbar{top: -46px}}@media screen and (max-width: 480px){.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper{min-width: 280px}}@media screen and (max-width: 320px){#wpadminbar{top: -46px}.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper{min-width: 254px}}.page-template-coming-soon #top-drawer-area{display: none}#top-drawer-area{position: relative;z-index: 999}#top-drawer-bar{background-color: #2f2f2f;color: #c5c5c5;height: auto;overflow: hidden;padding: 0px 0 0px 0;z-index: 3}#top-drawer-bar .sidebar{color: #c5c5c5}#top-drawer-bar .sidebar h4.widget-title{color: #c5c5c5}#top-drawer-bar .sidebar .widget-posts-wrap .widget-posts-title{color: #c5c5c5}#top-drawer-bar .sidebar #wp-calendar caption,#top-drawer-bar .sidebar #wp-calendar thead th{color: #c5c5c5}#top-drawer-bar .sidebar .widget-social-profile{line-height: 50px}#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu{overflow: visible;border: none;margin: 0;padding: 0}#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu li{display: inline-block;position: relative}#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu li:before{display: none}#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu li:hover > ul{display: block}#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li{line-height: 50px;padding: 0;margin: 0}#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li + li{margin-left: 20px}#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li ul{display: none;border-top: solid 1px #444;position: absolute;z-index: 999;left: 0;top: 100%;background-color: #2f2f2f;color: #c5c5c5;text-align: left;margin: 0;padding: 0 15px;min-width: 150px}#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li ul li{display: block;line-height: 26px}#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li ul li + li{border-top: solid 1px #444}#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li ul ul{left: 100%;top: 0}#top-drawer-bar .sidebar .darna-contact-info span i{color: #FFFFFF}#top-drawer-bar .sidebar ul.product_list_widget li a{color: #FFFFFF}#top-drawer-bar .sidebar .mail-chimp-wrapper .mail-chimp-button > input{background-color: rgba(73,73,73,0.5);color: #c5c5c5}.top-drawer-toggle{border-left: 28px solid transparent;border-top: 28px solid #8d7745;position: absolute;right: 0;top: 0}.top-drawer-toggle > .wicon{color: #FFFFFF;font-size: 13px;left: -14px;position: absolute;text-shadow: none;top: -26px}.top-drawer-toggle.open:after{content: "\f068"}.top-drawer-show{display: block}.top-drawer-hide{display: none}#top-drawer-area .g5plus-col-3,#top-drawer-area .g5plus-col-4,#top-drawer-area .g5plus-col-6,#top-drawer-area .g5plus-col-8,#top-drawer-area .g5plus-col-12{float: left;min-height: 1px;padding-left: 15px;padding-right: 15px;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}#top-drawer-area .g5plus-col-3{width: 25%}#top-drawer-area .g5plus-col-4{width: 33.33333333%}#top-drawer-area .g5plus-col-6{width: 50%}#top-drawer-area .g5plus-col-8{width: 66.66666667%}#top-drawer-area .g5plus-col-12{width: 100%}footer.main-footer-wrapper{position: relative}footer.main-footer-wrapper.main-footer-bg{-webkit-background-size: cover;background-size: cover;background-position: center top;background-repeat: no-repeat;background-clip: content-box;position: relative}footer.main-footer-wrapper.main-footer-bg:before{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,0.5)}footer.main-footer-wrapper h4.widget-title{font-size: 25px;font-weight: normal;letter-spacing: 0.05em;color: #333;margin-bottom: 30px}footer.main-footer-wrapper .sidebar aside + aside{margin-top: 30px}footer.main-footer-wrapper .sidebar .widget_archive > ul,footer.main-footer-wrapper .sidebar .widget_archive > ol,footer.main-footer-wrapper .sidebar .widget_categories > ul,footer.main-footer-wrapper .sidebar .widget_categories > ol,footer.main-footer-wrapper .sidebar .widget_product_categories > ul,footer.main-footer-wrapper .sidebar .widget_product_categories > ol,footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ul,footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ol,footer.main-footer-wrapper .sidebar .widget_meta > ul,footer.main-footer-wrapper .sidebar .widget_meta > ol,footer.main-footer-wrapper .sidebar .widget_pages > ul,footer.main-footer-wrapper .sidebar .widget_pages > ol,footer.main-footer-wrapper .sidebar .widget_recent_comments > ul,footer.main-footer-wrapper .sidebar .widget_recent_comments > ol,footer.main-footer-wrapper .sidebar .widget_recent_entries > ul,footer.main-footer-wrapper .sidebar .widget_recent_entries > ol,footer.main-footer-wrapper .sidebar .widget_rss > ul,footer.main-footer-wrapper .sidebar .widget_rss > ol{color: inherit}footer.main-footer-wrapper .sidebar .widget_archive > ul ul.children,footer.main-footer-wrapper .sidebar .widget_archive > ol ul.children,footer.main-footer-wrapper .sidebar .widget_categories > ul ul.children,footer.main-footer-wrapper .sidebar .widget_categories > ol ul.children,footer.main-footer-wrapper .sidebar .widget_product_categories > ul ul.children,footer.main-footer-wrapper .sidebar .widget_product_categories > ol ul.children,footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ul ul.children,footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ol ul.children,footer.main-footer-wrapper .sidebar .widget_meta > ul ul.children,footer.main-footer-wrapper .sidebar .widget_meta > ol ul.children,footer.main-footer-wrapper .sidebar .widget_pages > ul ul.children,footer.main-footer-wrapper .sidebar .widget_pages > ol ul.children,footer.main-footer-wrapper .sidebar .widget_recent_comments > ul ul.children,footer.main-footer-wrapper .sidebar .widget_recent_comments > ol ul.children,footer.main-footer-wrapper .sidebar .widget_recent_entries > ul ul.children,footer.main-footer-wrapper .sidebar .widget_recent_entries > ol ul.children,footer.main-footer-wrapper .sidebar .widget_rss > ul ul.children,footer.main-footer-wrapper .sidebar .widget_rss > ol ul.children{border-color: #ededed}footer.main-footer-wrapper .sidebar .widget_archive > ul ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_archive > ol ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_categories > ul ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_categories > ol ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_product_categories > ul ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_product_categories > ol ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ul ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ol ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_meta > ul ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_meta > ol ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_pages > ul ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_pages > ol ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_recent_comments > ul ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_recent_comments > ol ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_recent_entries > ul ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_recent_entries > ol ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_rss > ul ul.sub-menu,footer.main-footer-wrapper .sidebar .widget_rss > ol ul.sub-menu{border-color: #ededed}footer.main-footer-wrapper .sidebar .widget_archive li .show_count,footer.main-footer-wrapper .sidebar .widget_categories li .show_count,footer.main-footer-wrapper .sidebar .widget_product_categories li .show_count,footer.main-footer-wrapper .sidebar .widget_nav_menu > div li .show_count,footer.main-footer-wrapper .sidebar .widget_meta li .show_count,footer.main-footer-wrapper .sidebar .widget_pages li .show_count,footer.main-footer-wrapper .sidebar .widget_recent_comments li .show_count,footer.main-footer-wrapper .sidebar .widget_recent_entries li .show_count,footer.main-footer-wrapper .sidebar .widget_rss li .show_count{float: right}footer.main-footer-wrapper .sidebar .widget_archive li + li,footer.main-footer-wrapper .sidebar .widget_categories li + li,footer.main-footer-wrapper .sidebar .widget_product_categories li + li,footer.main-footer-wrapper .sidebar .widget_nav_menu > div li + li,footer.main-footer-wrapper .sidebar .widget_meta li + li,footer.main-footer-wrapper .sidebar .widget_pages li + li,footer.main-footer-wrapper .sidebar .widget_recent_comments li + li,footer.main-footer-wrapper .sidebar .widget_recent_entries li + li,footer.main-footer-wrapper .sidebar .widget_rss li + li{border: none}footer.main-footer-wrapper .sidebar .widget_archive li + li,footer.main-footer-wrapper .sidebar .widget_categories li + li,footer.main-footer-wrapper .sidebar .widget_product_categories li + li,footer.main-footer-wrapper .sidebar .widget_nav_menu > div li + li,footer.main-footer-wrapper .sidebar .widget_meta li + li,footer.main-footer-wrapper .sidebar .widget_pages li + li,footer.main-footer-wrapper .sidebar .widget_recent_comments li + li,footer.main-footer-wrapper .sidebar .widget_recent_entries li + li,footer.main-footer-wrapper .sidebar .widget_rss li + li{border-color: #ededed}footer.main-footer-wrapper .sidebar .widget-footer-logo .sub-description{margin-top: 20px;letter-spacing: 0.02em;font-size: 13px;font-weight: normal;line-height: 2.2;padding: 0}footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more{margin-top: 15px}footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more a{font-size: 10px;text-transform: uppercase;display: inline-block;vertical-align: middle}footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more > span{display: inline-block;vertical-align: middle;margin-right: 10px;height: 20px;width: 20px;text-align: center;line-height: 20px;color: #fff;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%}footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more > span > i{font-size: 18px;margin-top: 1px;margin-left: 2px}footer.main-footer-wrapper .sidebar .widget-footer-logo.footer-logo-style-2{text-align: center}footer.main-footer-wrapper .sidebar aside.widget-social-profile.footer-social-icon{padding-top: 25px;border-top: 1px solid}footer.main-footer-wrapper .sidebar aside.widget-social-profile.footer-social-icon ul.widget-social-profile{display: inline-block;vertical-align: middle}footer.main-footer-wrapper .sidebar aside.widget-social-profile.footer-social-icon span{display: inline-block;vertical-align: middle;font-size: 13px;font-style: italic;letter-spacing: 0.02em;margin-right: 25px;word-spacing: 0.1em}footer.main-footer-wrapper .sidebar aside.widget-social-profile.footer-social-icon-2{text-align: center;padding-top: 10px}footer.main-footer-wrapper .sidebar aside.widget-social-profile.footer-social-icon{border-color: #ededed}footer.main-footer-wrapper .sidebar .widget-posts .widget-posts-wrap .widget_posts_item + .widget_posts_item{margin-top: 30px}footer.main-footer-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-thumbnail{width: 120px;margin-right: 20px}footer.main-footer-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-title{font-size: 11px}footer.main-footer-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-title{color: #878787}footer.main-footer-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-date{color: #ababab}footer.main-footer-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-date{color: #878787}footer.main-footer-wrapper .sidebar .footer-copyright{text-align: center;font-size: 13px;letter-spacing: 0.05em;margin: 0}footer.main-footer-wrapper .sidebar .footer-copyright span{display: block}footer.main-footer-wrapper .main-footer{padding: 100px 0 100px 0;background-color: #fff;color: #999}footer.main-footer-wrapper .main-footer .footer-contact-form input[type="text"],footer.main-footer-wrapper .main-footer .footer-contact-form input[type="email"],footer.main-footer-wrapper .main-footer .footer-contact-form textarea{width: 100%;background-color: transparent;color: inherit}footer.main-footer-wrapper .main-footer .footer-contact-form input[type="text"]{border-color: #ededed}footer.main-footer-wrapper .main-footer .footer-contact-form input[type="email"]{border-color: #ededed}footer.main-footer-wrapper .main-footer .footer-contact-form textarea.wpcf7-form-control{border-color: #ededed}footer.main-footer-wrapper .main-footer .footer-contact-form .wpcf7-form-control-wrap{margin-bottom: 15px;display: block}footer.main-footer-wrapper .main-footer .footer-contact-form span.wpcf7-not-valid-tip{font-size: 11px}footer.main-footer-wrapper .main-footer .footer-contact-form .contact-form-submit{display: inline-block;float: right;position: relative}footer.main-footer-wrapper .main-footer .footer-contact-form img.ajax-loader{position: absolute;width: 16px;height: 16px;margin: auto 5px auto 0;top: 0;bottom: 0;right: 100%}footer.main-footer-wrapper .main-footer + .bottom-bar-wrapper .bottom-bar-inner{border-top: solid 1px}footer.main-footer-wrapper .main-footer + .bottom-bar-wrapper .bottom-bar-inner{border-color: #ededed}footer.main-footer-wrapper .bottom-bar-wrapper{background-color: #fff;color: #999}footer.main-footer-wrapper .bottom-bar-wrapper .bottom-bar-inner{padding-top: 18px;padding-bottom: 18px}footer.main-footer-wrapper .bottom-bar-wrapper .bottom-bar-text{font-size: 11px;letter-spacing: 0.05em;line-height: 2;text-transform: uppercase;margin: 0;word-spacing: 0.1em}footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_archive > ul ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_archive > ol ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_categories > ul ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_categories > ol ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_product_categories > ul ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_product_categories > ol ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu > div > ul ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu > div > ol ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_meta > ul ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_meta > ol ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_pages > ul ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_pages > ol ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_comments > ul ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_comments > ol ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_entries > ul ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_entries > ol ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_rss > ul ul.children,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_rss > ol ul.children{border-color: #ededed}footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_archive > ul ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_archive > ol ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_categories > ul ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_categories > ol ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_product_categories > ul ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_product_categories > ol ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu > div > ul ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu > div > ol ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_meta > ul ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_meta > ol ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_pages > ul ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_pages > ol ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_comments > ul ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_comments > ol ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_entries > ul ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_entries > ol ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_rss > ul ul.sub-menu,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_rss > ol ul.sub-menu{border-color: #ededed}footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_archive li + li,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_categories li + li,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_product_categories li + li,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu > div li + li,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_meta li + li,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_pages li + li,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_comments li + li,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_entries li + li,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_rss li + li{border-color: #ededed}footer.main-footer-wrapper .bottom-bar-wrapper .sidebar aside.widget-social-profile.footer-social-icon{border-color: #ededed}footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-title{color: #878787}footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-date{color: #ababab}footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-date{color: #878787}footer.main-footer-wrapper.dark .main-footer .sidebar .widget-posts .widget-posts-wrap .widget-posts-title{color: #cccccc}footer.main-footer-wrapper.dark .main-footer .sidebar .widget-posts .widget-posts-wrap .widget-posts-date{color: #777777}footer.main-footer-wrapper.gray .main-footer .sidebar .widget-posts .widget-posts-wrap .widget-posts-title{color: #525252}footer.main-footer-wrapper.gray .main-footer .sidebar .widget-posts .widget-posts-wrap .widget-posts-date{color: #525252}footer.main-footer-wrapper.light .main-footer .sidebar .widget-posts .widget-posts-wrap .widget-posts-title{color: #535353}footer.main-footer-wrapper.light .main-footer .sidebar .widget-posts .widget-posts-wrap .widget-posts-date{color: #535353}footer.main-footer-wrapper .expanded,footer.main-footer-wrapper .collapse{display: block;visibility: visible;cursor: pointer}footer.main-footer-wrapper .collapse:before{content: "\f054";font-family: "fontawesome";position: absolute;right: 10px}footer.main-footer-wrapper .expanded:before{content: "\f078";font-family: "fontawesome";position: absolute;right: 10px}body.footer-static{padding-bottom: 0}body.footer-static footer.enable-parallax{position: relative !important}.main-footer .partner-wrap .partner{text-align: center}.main-footer .footer_inner > div{padding-bottom: 100px}.main-footer .footer_inner > div:last-child{padding-bottom: 0px}.footer-contact-us{list-style: none;padding-left: 0}.footer-contact-us li{position: relative;padding-left: 30px;padding-bottom: 10px}.footer-contact-us i{position: absolute;left: 0px;top: 6px}.footer-logo img{padding-top: 16px}.main-footer .widget_nav_menu div ul li{padding-top: 0;padding-bottom: 0;font-size: 14px}.main-footer .widget_nav_menu div ul li a{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.main-footer .widget_nav_menu div ul li a:hover{text-decoration: underline;padding-left: 10px}.main-footer-wrapper ul.payment-gate{padding-left: 0}.border-top-gray{border-top: solid 2px #eee}.map-scroll-up a{color: #aaa}.map-scroll-up .link-wrap{background-color: #F9F9F9;display: table;width: 100%}.map-scroll-up .handmade-google-map{margin-top: 20px}.map-scroll-up .map{border-right: solid 1px #eaeaea}.map-scroll-up .map,.map-scroll-up .scroll-up{padding-top: 22px;padding-bottom: 22px}.map-scroll-up .map span,.map-scroll-up .scroll-up span{font-size: 13px;text-transform: uppercase;padding-left: 30px}.map-scroll-up .map i,.map-scroll-up .scroll-up i{padding-right: 20px;font-size: 18px;position: absolute;padding-left: 1px;top: 4px}.map-scroll-up .map a:active,.map-scroll-up .scroll-up a:active{color: inherit}.map-scroll-up .map a{float: right;padding-right: 50px;position: relative}.map-scroll-up .scroll-up a{float: left;padding-left: 50px;position: relative}@media only screen and (min-width: 992px){footer.enable-parallax{position: fixed !important;bottom: 0;left: 0;right: 0;z-index: -1;margin: auto;width: 100%;-webkit-backface-visibility: visible;-moz-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible}body.boxed footer.enable-parallax{max-width: 1200px}}@media (max-width: 991px){footer.main-footer-wrapper .main-footer .sidebar + .sidebar{margin-top: 40px}footer.main-footer-wrapper .bottom-bar-wrapper .sidebar.text-left,footer.main-footer-wrapper .bottom-bar-wrapper .sidebar.text-right{text-align: center}footer.main-footer-wrapper .bottom-bar-wrapper .sidebar + .sidebar{margin-top: 5px}}@media (max-width: 767px){footer.main-footer-wrapper.footer-collapse-able h4.widget-title{margin-bottom: 0}footer.main-footer-wrapper.footer-collapse-able h4.widget-title + div,footer.main-footer-wrapper.footer-collapse-able h4.widget-title + ul{padding-top: 20px;margin: 0}footer.main-footer-wrapper.footer-collapse-able .main-footer .sidebar + .sidebar{margin-top: 30px}footer.main-footer-wrapper.footer-collapse-able .main-footer .sidebar ul.instagram-pics + p{display: none}}@media (max-width: 450px){.map-scroll-up .map a,.map-scroll-up .scroll-up a{padding-left: 0;padding-right: 0;float: none;text-align: center}.map-scroll-up .map i,.map-scroll-up .scroll-up i{top: 0px}.main-footer .footer_inner > div{padding-bottom: 50px}}.search-form{position: relative}.search-form input[type="text"]{width: 100%;height: 50px;border: 2px solid #eee;background-color: transparent;color: #BABABA;padding-right: 50px}.search-form input[type="text"] ::-webkit-input-placeholder{color: #BABABA}.search-form input[type="text"] :-moz-placeholder{color: #BABABA}.search-form input[type="text"] ::-moz-placeholder{color: #BABABA}.search-form input[type="text"] :-ms-input-placeholder{color: #BABABA}.search-form button[type="submit"]{position: absolute;right: 0;top: 0;border: none;padding: 0;height: 50px;width: 50px;background-color: transparent;color: #3C3D3D;font-size: 18px;-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-ms-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear}.screen-reader-text{display: none}#wp-calendar{width: 100%}#wp-calendar caption{text-align: right;font-size: 12px;margin-top: 0;margin-bottom: 15px;padding: 0;font-weight: 600}#wp-calendar thead{font-size: 10px}#wp-calendar thead th{padding-bottom: 10px;text-align: center}#wp-calendar tbody{font-size: 13px}#wp-calendar tbody td{background: #eee;border: 1px solid #fff;text-align: center;padding: 8px}#wp-calendar tbody td.pad:hover{background: transparent !important}#wp-calendar tbody td:hover{color: #fff}#wp-calendar tbody td:hover a{color: #fff}#wp-calendar tbody .pad{background: none}#wp-calendar tfoot #next{font-size: 10px;text-transform: uppercase;text-align: right}#wp-calendar tfoot #prev{font-size: 10px;text-transform: uppercase;padding-top: 10px}.woocommerce .widget_price_filter{border: 2px solid;padding: 30px 15px 15px 15px}.woocommerce .widget_price_filter h4.widget-title{font-size: 14px;letter-spacing: 0.025em;text-align: center;margin-bottom: 25px}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color: #eee;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;margin: 0 4px 20px 4px}.woocommerce .widget_price_filter .ui-slider-horizontal{height: 5px}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{width: 9px;height: 9px;background-color: #222;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;top: -2px}.woocommerce .widget_price_filter .price_slider_amount{font-size: 13px;color: #888;text-transform: uppercase}.woocommerce .widget_price_filter .price_slider_amount .price_label{text-align: left;line-height: 42px}.woocommerce .widget_price_filter .price_slider_amount .button{float: right;min-width: 100px;background-color: #EEE;color: #333;font-size: 15px;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.woocommerce .widget_price_filter .price_slider_amount .button:hover{color: #fff}.sidebar aside + aside,.wpb_widgetised_column aside + aside{margin-top: 45px}.sidebar h4.widget-title,.wpb_widgetised_column h4.widget-title{font-size: 22px;color: #333;margin-bottom: 35px}.sidebar .tagcloud,.wpb_widgetised_column .tagcloud{font-size: 0}.sidebar .tagcloud a,.wpb_widgetised_column .tagcloud a{-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s;display: inline-block;padding: 9px 10px;margin-bottom: 10px;margin-right: 10px;line-height: 1;font-size: 14px;border: 1px solid #eee;color: inherit}.sidebar .tagcloud a:last-child,.wpb_widgetised_column .tagcloud a:last-child{margin-right: 0}.sidebar .tagcloud a:hover,.wpb_widgetised_column .tagcloud a:hover{color: #FFFFFF;text-decoration: none}.sidebar select,.wpb_widgetised_column select{width: 100%}.sidebar .widget_archive > ul,.wpb_widgetised_column .widget_archive > ul,.sidebar .widget_categories > ul,.wpb_widgetised_column .widget_categories > ul,.sidebar .widget_pages > ul,.wpb_widgetised_column .widget_pages > ul,.sidebar .widget_meta > ul,.wpb_widgetised_column .widget_meta > ul,.sidebar .widget_recent_comments > ul,.wpb_widgetised_column .widget_recent_comments > ul,.sidebar .widget_recent_entries > ul,.wpb_widgetised_column .widget_recent_entries > ul,.sidebar .widget_rss > ul,.wpb_widgetised_column .widget_rss > ul,.sidebar .widget_nav_menu > div > ul,.wpb_widgetised_column .widget_nav_menu > div > ul,.sidebar .widget_product_categories > ul,.wpb_widgetised_column .widget_product_categories > ul,.sidebar .widget_layered_nav > ul,.wpb_widgetised_column .widget_layered_nav > ul{list-style: none;padding: 0;margin: 0;line-height: 1.8;font-size: 15px;color: #999999}.sidebar .widget_archive > ul > li:first-child,.wpb_widgetised_column .widget_archive > ul > li:first-child,.sidebar .widget_categories > ul > li:first-child,.wpb_widgetised_column .widget_categories > ul > li:first-child,.sidebar .widget_pages > ul > li:first-child,.wpb_widgetised_column .widget_pages > ul > li:first-child,.sidebar .widget_meta > ul > li:first-child,.wpb_widgetised_column .widget_meta > ul > li:first-child,.sidebar .widget_recent_comments > ul > li:first-child,.wpb_widgetised_column .widget_recent_comments > ul > li:first-child,.sidebar .widget_recent_entries > ul > li:first-child,.wpb_widgetised_column .widget_recent_entries > ul > li:first-child,.sidebar .widget_rss > ul > li:first-child,.wpb_widgetised_column .widget_rss > ul > li:first-child,.sidebar .widget_nav_menu > div > ul > li:first-child,.wpb_widgetised_column .widget_nav_menu > div > ul > li:first-child,.sidebar .widget_product_categories > ul > li:first-child,.wpb_widgetised_column .widget_product_categories > ul > li:first-child,.sidebar .widget_layered_nav > ul > li:first-child,.wpb_widgetised_column .widget_layered_nav > ul > li:first-child{padding-top: 0}.sidebar .widget_archive > ul > li > a,.wpb_widgetised_column .widget_archive > ul > li > a,.sidebar .widget_categories > ul > li > a,.wpb_widgetised_column .widget_categories > ul > li > a,.sidebar .widget_pages > ul > li > a,.wpb_widgetised_column .widget_pages > ul > li > a,.sidebar .widget_meta > ul > li > a,.wpb_widgetised_column .widget_meta > ul > li > a,.sidebar .widget_recent_comments > ul > li > a,.wpb_widgetised_column .widget_recent_comments > ul > li > a,.sidebar .widget_recent_entries > ul > li > a,.wpb_widgetised_column .widget_recent_entries > ul > li > a,.sidebar .widget_rss > ul > li > a,.wpb_widgetised_column .widget_rss > ul > li > a,.sidebar .widget_nav_menu > div > ul > li > a,.wpb_widgetised_column .widget_nav_menu > div > ul > li > a,.sidebar .widget_product_categories > ul > li > a,.wpb_widgetised_column .widget_product_categories > ul > li > a,.sidebar .widget_layered_nav > ul > li > a,.wpb_widgetised_column .widget_layered_nav > ul > li > a{padding-left: 5px}.sidebar .widget_archive li,.wpb_widgetised_column .widget_archive li,.sidebar .widget_categories li,.wpb_widgetised_column .widget_categories li,.sidebar .widget_pages li,.wpb_widgetised_column .widget_pages li,.sidebar .widget_meta li,.wpb_widgetised_column .widget_meta li,.sidebar .widget_recent_comments li,.wpb_widgetised_column .widget_recent_comments li,.sidebar .widget_recent_entries li,.wpb_widgetised_column .widget_recent_entries li,.sidebar .widget_rss li,.wpb_widgetised_column .widget_rss li,.sidebar .widget_nav_menu > div li,.wpb_widgetised_column .widget_nav_menu > div li,.sidebar .widget_product_categories li,.wpb_widgetised_column .widget_product_categories li,.sidebar .widget_layered_nav li,.wpb_widgetised_column .widget_layered_nav li{padding-top: 9px;margin-bottom: 9px}.sidebar .widget_archive li:last-child,.wpb_widgetised_column .widget_archive li:last-child,.sidebar .widget_categories li:last-child,.wpb_widgetised_column .widget_categories li:last-child,.sidebar .widget_pages li:last-child,.wpb_widgetised_column .widget_pages li:last-child,.sidebar .widget_meta li:last-child,.wpb_widgetised_column .widget_meta li:last-child,.sidebar .widget_recent_comments li:last-child,.wpb_widgetised_column .widget_recent_comments li:last-child,.sidebar .widget_recent_entries li:last-child,.wpb_widgetised_column .widget_recent_entries li:last-child,.sidebar .widget_rss li:last-child,.wpb_widgetised_column .widget_rss li:last-child,.sidebar .widget_nav_menu > div li:last-child,.wpb_widgetised_column .widget_nav_menu > div li:last-child,.sidebar .widget_product_categories li:last-child,.wpb_widgetised_column .widget_product_categories li:last-child,.sidebar .widget_layered_nav li:last-child,.wpb_widgetised_column .widget_layered_nav li:last-child{margin-bottom: 0}.sidebar .widget_archive li .show_count,.wpb_widgetised_column .widget_archive li .show_count,.sidebar .widget_categories li .show_count,.wpb_widgetised_column .widget_categories li .show_count,.sidebar .widget_pages li .show_count,.wpb_widgetised_column .widget_pages li .show_count,.sidebar .widget_meta li .show_count,.wpb_widgetised_column .widget_meta li .show_count,.sidebar .widget_recent_comments li .show_count,.wpb_widgetised_column .widget_recent_comments li .show_count,.sidebar .widget_recent_entries li .show_count,.wpb_widgetised_column .widget_recent_entries li .show_count,.sidebar .widget_rss li .show_count,.wpb_widgetised_column .widget_rss li .show_count,.sidebar .widget_nav_menu > div li .show_count,.wpb_widgetised_column .widget_nav_menu > div li .show_count,.sidebar .widget_product_categories li .show_count,.wpb_widgetised_column .widget_product_categories li .show_count,.sidebar .widget_layered_nav li .show_count,.wpb_widgetised_column .widget_layered_nav li .show_count{float: right}.sidebar .widget_archive li + li,.wpb_widgetised_column .widget_archive li + li,.sidebar .widget_categories li + li,.wpb_widgetised_column .widget_categories li + li,.sidebar .widget_pages li + li,.wpb_widgetised_column .widget_pages li + li,.sidebar .widget_meta li + li,.wpb_widgetised_column .widget_meta li + li,.sidebar .widget_recent_comments li + li,.wpb_widgetised_column .widget_recent_comments li + li,.sidebar .widget_recent_entries li + li,.wpb_widgetised_column .widget_recent_entries li + li,.sidebar .widget_rss li + li,.wpb_widgetised_column .widget_rss li + li,.sidebar .widget_nav_menu > div li + li,.wpb_widgetised_column .widget_nav_menu > div li + li,.sidebar .widget_product_categories li + li,.wpb_widgetised_column .widget_product_categories li + li,.sidebar .widget_layered_nav li + li,.wpb_widgetised_column .widget_layered_nav li + li{margin-top: 9px;border-top: 1px solid #eee}.sidebar .widget_archive a,.wpb_widgetised_column .widget_archive a,.sidebar .widget_categories a,.wpb_widgetised_column .widget_categories a,.sidebar .widget_pages a,.wpb_widgetised_column .widget_pages a,.sidebar .widget_meta a,.wpb_widgetised_column .widget_meta a,.sidebar .widget_recent_comments a,.wpb_widgetised_column .widget_recent_comments a,.sidebar .widget_recent_entries a,.wpb_widgetised_column .widget_recent_entries a,.sidebar .widget_rss a,.wpb_widgetised_column .widget_rss a,.sidebar .widget_nav_menu > div a,.wpb_widgetised_column .widget_nav_menu > div a,.sidebar .widget_product_categories a,.wpb_widgetised_column .widget_product_categories a,.sidebar .widget_layered_nav a,.wpb_widgetised_column .widget_layered_nav a{color: inherit;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.sidebar .widget_archive a:hover,.wpb_widgetised_column .widget_archive a:hover,.sidebar .widget_categories a:hover,.wpb_widgetised_column .widget_categories a:hover,.sidebar .widget_pages a:hover,.wpb_widgetised_column .widget_pages a:hover,.sidebar .widget_meta a:hover,.wpb_widgetised_column .widget_meta a:hover,.sidebar .widget_recent_comments a:hover,.wpb_widgetised_column .widget_recent_comments a:hover,.sidebar .widget_recent_entries a:hover,.wpb_widgetised_column .widget_recent_entries a:hover,.sidebar .widget_rss a:hover,.wpb_widgetised_column .widget_rss a:hover,.sidebar .widget_nav_menu > div a:hover,.wpb_widgetised_column .widget_nav_menu > div a:hover,.sidebar .widget_product_categories a:hover,.wpb_widgetised_column .widget_product_categories a:hover,.sidebar .widget_layered_nav a:hover,.wpb_widgetised_column .widget_layered_nav a:hover{text-decoration: none}.sidebar .widget_archive li > a:hover,.wpb_widgetised_column .widget_archive li > a:hover,.sidebar .widget_categories li > a:hover,.wpb_widgetised_column .widget_categories li > a:hover,.sidebar .widget_pages li > a:hover,.wpb_widgetised_column .widget_pages li > a:hover,.sidebar .widget_nav_menu > div li > a:hover,.wpb_widgetised_column .widget_nav_menu > div li > a:hover,.sidebar .widget_product_categories li > a:hover,.wpb_widgetised_column .widget_product_categories li > a:hover,.sidebar .widget_layered_nav li > a:hover,.wpb_widgetised_column .widget_layered_nav li > a:hover{padding-left: 25px}.sidebar .widget_categories ul ul,.wpb_widgetised_column .widget_categories ul ul,.sidebar .widget_pages ul ul,.wpb_widgetised_column .widget_pages ul ul,.sidebar .widget_nav_menu > div ul ul,.wpb_widgetised_column .widget_nav_menu > div ul ul,.sidebar .widget_product_categories ul ul,.wpb_widgetised_column .widget_product_categories ul ul{padding-left: 0;margin-top: 9px;border-top: 1px solid #eee;list-style-type: none}.sidebar .widget_categories ul ul > li > a,.wpb_widgetised_column .widget_categories ul ul > li > a,.sidebar .widget_pages ul ul > li > a,.wpb_widgetised_column .widget_pages ul ul > li > a,.sidebar .widget_nav_menu > div ul ul > li > a,.wpb_widgetised_column .widget_nav_menu > div ul ul > li > a,.sidebar .widget_product_categories ul ul > li > a,.wpb_widgetised_column .widget_product_categories ul ul > li > a{padding-left: 25px}.sidebar .widget_categories ul ul > li > a:hover,.wpb_widgetised_column .widget_categories ul ul > li > a:hover,.sidebar .widget_pages ul ul > li > a:hover,.wpb_widgetised_column .widget_pages ul ul > li > a:hover,.sidebar .widget_nav_menu > div ul ul > li > a:hover,.wpb_widgetised_column .widget_nav_menu > div ul ul > li > a:hover,.sidebar .widget_product_categories ul ul > li > a:hover,.wpb_widgetised_column .widget_product_categories ul ul > li > a:hover{padding-left: 45px}.sidebar .widget_categories ul ul ul > li > a,.wpb_widgetised_column .widget_categories ul ul ul > li > a,.sidebar .widget_pages ul ul ul > li > a,.wpb_widgetised_column .widget_pages ul ul ul > li > a,.sidebar .widget_nav_menu > div ul ul ul > li > a,.wpb_widgetised_column .widget_nav_menu > div ul ul ul > li > a,.sidebar .widget_product_categories ul ul ul > li > a,.wpb_widgetised_column .widget_product_categories ul ul ul > li > a{padding-left: 45px}.sidebar .widget_categories ul ul ul > li > a:hover,.wpb_widgetised_column .widget_categories ul ul ul > li > a:hover,.sidebar .widget_pages ul ul ul > li > a:hover,.wpb_widgetised_column .widget_pages ul ul ul > li > a:hover,.sidebar .widget_nav_menu > div ul ul ul > li > a:hover,.wpb_widgetised_column .widget_nav_menu > div ul ul ul > li > a:hover,.sidebar .widget_product_categories ul ul ul > li > a:hover,.wpb_widgetised_column .widget_product_categories ul ul ul > li > a:hover{padding-left: 65px}.sidebar .widget_categories ul ul ul ul > li > a,.wpb_widgetised_column .widget_categories ul ul ul ul > li > a,.sidebar .widget_pages ul ul ul ul > li > a,.wpb_widgetised_column .widget_pages ul ul ul ul > li > a,.sidebar .widget_nav_menu > div ul ul ul ul > li > a,.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul > li > a,.sidebar .widget_product_categories ul ul ul ul > li > a,.wpb_widgetised_column .widget_product_categories ul ul ul ul > li > a{padding-left: 65px}.sidebar .widget_categories ul ul ul ul > li > a:hover,.wpb_widgetised_column .widget_categories ul ul ul ul > li > a:hover,.sidebar .widget_pages ul ul ul ul > li > a:hover,.wpb_widgetised_column .widget_pages ul ul ul ul > li > a:hover,.sidebar .widget_nav_menu > div ul ul ul ul > li > a:hover,.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul > li > a:hover,.sidebar .widget_product_categories ul ul ul ul > li > a:hover,.wpb_widgetised_column .widget_product_categories ul ul ul ul > li > a:hover{padding-left: 85px}.sidebar .widget_categories ul ul ul ul ul > li > a,.wpb_widgetised_column .widget_categories ul ul ul ul ul > li > a,.sidebar .widget_pages ul ul ul ul ul > li > a,.wpb_widgetised_column .widget_pages ul ul ul ul ul > li > a,.sidebar .widget_nav_menu > div ul ul ul ul ul > li > a,.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul ul > li > a,.sidebar .widget_product_categories ul ul ul ul ul > li > a,.wpb_widgetised_column .widget_product_categories ul ul ul ul ul > li > a{padding-left: 85px}.sidebar .widget_categories ul ul ul ul ul > li > a:hover,.wpb_widgetised_column .widget_categories ul ul ul ul ul > li > a:hover,.sidebar .widget_pages ul ul ul ul ul > li > a:hover,.wpb_widgetised_column .widget_pages ul ul ul ul ul > li > a:hover,.sidebar .widget_nav_menu > div ul ul ul ul ul > li > a:hover,.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul ul > li > a:hover,.sidebar .widget_product_categories ul ul ul ul ul > li > a:hover,.wpb_widgetised_column .widget_product_categories ul ul ul ul ul > li > a:hover{padding-left: 105px}.sidebar .widget_recent_comments > ul,.wpb_widgetised_column .widget_recent_comments > ul,.sidebar .widget_rss > ul,.wpb_widgetised_column .widget_rss > ul{font-size: 13px;color: #999;line-height: 1.6}.sidebar .widget_recent_comments li,.wpb_widgetised_column .widget_recent_comments li,.sidebar .widget_rss li,.wpb_widgetised_column .widget_rss li{padding-top: 16px;margin-bottom: 16px}.sidebar .widget_recent_comments li + li,.wpb_widgetised_column .widget_recent_comments li + li,.sidebar .widget_rss li + li,.wpb_widgetised_column .widget_rss li + li{margin-top: 16px}.sidebar .widget_layered_nav ul li,.wpb_widgetised_column .widget_layered_nav ul li{padding: 9px 0 0 0}.sidebar .widget_layered_nav ul li a,.wpb_widgetised_column .widget_layered_nav ul li a{padding: 0 0 0 5px}.sidebar .widget_layered_nav ul li span.count,.wpb_widgetised_column .widget_layered_nav ul li span.count{padding: 0;float: right}.sidebar .widget-social-profile ul.social-profile,.wpb_widgetised_column .widget-social-profile ul.social-profile{list-style: none;padding: 0;margin: 0;font-size: 0}.sidebar .widget-social-profile ul.social-profile li,.wpb_widgetised_column .widget-social-profile ul.social-profile li{display: inline-block;vertical-align: middle}.sidebar .widget-social-profile ul.social-profile li a,.wpb_widgetised_column .widget-social-profile ul.social-profile li a{display: inline-block;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.sidebar .widget-social-profile ul.social-profile li a i,.wpb_widgetised_column .widget-social-profile ul.social-profile li a i{font-size: 16px;width: 24px;height: 24px;line-height: 24px;vertical-align: middle;text-align: center}.sidebar .widget-social-profile ul.social-profile li + li,.wpb_widgetised_column .widget-social-profile ul.social-profile li + li{margin-left: 5px}.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a,.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a{width: 36px;height: 36px;line-height: 36px;text-align: center;background-color: #F5F5F5;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%}.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a i,.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a i{color: #777777;font-size: 14px}.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a:hover i,.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a:hover i{color: #fff}.sidebar .widget-social-profile.blog-widget,.wpb_widgetised_column .widget-social-profile.blog-widget{border-width: 2px;border-style: solid;padding: 30px 15px 40px 15px;text-align: center}.sidebar .widget-social-profile.blog-widget > span,.wpb_widgetised_column .widget-social-profile.blog-widget > span{display: block;font-size: 14px;line-height: 1.2;margin-bottom: 30px}.sidebar .widget_recent_reviews,.wpb_widgetised_column .widget_recent_reviews,.sidebar .widget_top_rated_products,.wpb_widgetised_column .widget_top_rated_products,.sidebar .widget_products,.wpb_widgetised_column .widget_products,.sidebar .widget_recently_viewed_products,.wpb_widgetised_column .widget_recently_viewed_products{border: 2px solid #eee;padding: 30px 15px}.sidebar .widget_recent_reviews h4.widget-title,.wpb_widgetised_column .widget_recent_reviews h4.widget-title,.sidebar .widget_top_rated_products h4.widget-title,.wpb_widgetised_column .widget_top_rated_products h4.widget-title,.sidebar .widget_products h4.widget-title,.wpb_widgetised_column .widget_products h4.widget-title,.sidebar .widget_recently_viewed_products h4.widget-title,.wpb_widgetised_column .widget_recently_viewed_products h4.widget-title{font-size: 20px;padding-bottom: 15px;margin-bottom: 30px;border-bottom-width: 1px;border-bottom-style: solid}.sidebar ul.product_list_widget li,.wpb_widgetised_column ul.product_list_widget li{padding: 0;margin: 0}.sidebar ul.product_list_widget li + li,.wpb_widgetised_column ul.product_list_widget li + li{padding-top: 20px;margin-top: 20px;border-top: 1px solid #eee}.sidebar ul.product_list_widget li img,.wpb_widgetised_column ul.product_list_widget li img{width: 70px;float: left;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;margin-left: 0;margin-right: 15px}.sidebar ul.product_list_widget li a,.wpb_widgetised_column ul.product_list_widget li a{font-size: 15px;line-height: 1.3;margin-bottom: 10px;font-weight: normal}.sidebar ul.product_list_widget span.amount,.wpb_widgetised_column ul.product_list_widget span.amount{font-size: 15px}.sidebar ul.product_list_widget ins,.wpb_widgetised_column ul.product_list_widget ins{text-decoration: none;margin-right: 3px}.sidebar ul.product_list_widget del span.amount,.wpb_widgetised_column ul.product_list_widget del span.amount{font-size: 13px;color: #999999}.sidebar ul.product_list_widget .star-rating,.wpb_widgetised_column ul.product_list_widget .star-rating{margin: 0 0 5px 0}.sidebar .widget-posts-wrap .widget_posts_item,.wpb_widgetised_column .widget-posts-wrap .widget_posts_item{padding-bottom: 25px}.sidebar .widget-posts-wrap .widget_posts_item:last-child,.wpb_widgetised_column .widget-posts-wrap .widget_posts_item:last-child{padding-bottom: 0}.sidebar .widget-posts-wrap .widget_posts_item + .widget_posts_item,.wpb_widgetised_column .widget-posts-wrap .widget_posts_item + .widget_posts_item{padding-top: 20px;border-top: 1px solid #eee}.sidebar .widget-posts-wrap .widget-posts-thumbnail,.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail{width: 60px;float: left;margin-right: 10px}.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail,.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail{position: relative}.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail a.prettyPhoto,.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail a.prettyPhoto{position: absolute;top: 0;width: 20px;height: 20px;right: 0;line-height: 20px;font-size: 10px;text-align: center;color: #FFFFFF;opacity: 0;-webkit-transform: scale(.8);-moz-transform: scale(.8);-ms-transform: scale(.8);-o-transform: scale(.8);transform: scale(.8);-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear}.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.entry-thumbnail_overlay:before,.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.entry-thumbnail_overlay:before{content: "";position: absolute;left: 0;top: 0;bottom: 0;right: 0}.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.prettyPhoto,.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.prettyPhoto{opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1)}.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail_overlay img,.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail_overlay img{width: 100%;display: block}.sidebar .widget-posts-wrap .widget-posts-content-wrap,.wpb_widgetised_column .widget-posts-wrap .widget-posts-content-wrap{position: relative;overflow: hidden}.sidebar .widget-posts-wrap .widget-posts-title,.wpb_widgetised_column .widget-posts-wrap .widget-posts-title{font-size: 15px;color: #3F3F3F;display: block;line-height: 1.2;margin-bottom: 2px}.sidebar .widget-posts-wrap .widget-posts-title:hover,.wpb_widgetised_column .widget-posts-wrap .widget-posts-title:hover{text-decoration: none}.sidebar .widget-posts-wrap .owl-theme .owl-controls,.wpb_widgetised_column .widget-posts-wrap .owl-theme .owl-controls{display: none !important}.sidebar .widget-posts-wrap .widget-posts-date,.wpb_widgetised_column .widget-posts-wrap .widget-posts-date{font-size: 13px;color: #999999}.sidebar .widget-twitter-wrap .widget-twitter-item + .widget-twitter-item,.wpb_widgetised_column .widget-twitter-wrap .widget-twitter-item + .widget-twitter-item{margin-top: 20px}.sidebar .widget-twitter-wrap i,.wpb_widgetised_column .widget-twitter-wrap i{font-size: 14px}.sidebar .widget-twitter-wrap span.twitter-time,.wpb_widgetised_column .widget-twitter-wrap span.twitter-time{color: #b1b1b1;display: block}.sidebar .widget-recent-portfolio ul,.wpb_widgetised_column .widget-recent-portfolio ul{font-size: 0;padding: 0;list-style: none;margin: 0 -2px}.sidebar .widget-recent-portfolio ul li,.wpb_widgetised_column .widget-recent-portfolio ul li{display: inline-block;padding: 2px;width: 100%}.sidebar .widget-recent-portfolio ul li a,.wpb_widgetised_column .widget-recent-portfolio ul li a{display: block;position: relative;overflow: hidden}.sidebar .widget-recent-portfolio ul li a:before,.wpb_widgetised_column .widget-recent-portfolio ul li a:before{content: "";position: absolute;display: block;width: 101%;height: 101%;background-color: rgba(0,0,0,0.5);opacity: 0;-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-ms-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear}.sidebar .widget-recent-portfolio ul li a:hover:before,.wpb_widgetised_column .widget-recent-portfolio ul li a:hover:before{opacity: 1}.sidebar .widget-recent-portfolio ul.columns-2 li,.wpb_widgetised_column .widget-recent-portfolio ul.columns-2 li{width: 50%}.sidebar .widget-recent-portfolio ul.columns-3 li,.wpb_widgetised_column .widget-recent-portfolio ul.columns-3 li{width: 33.33333333333333%}.sidebar .widget-recent-portfolio ul.columns-4 li,.wpb_widgetised_column .widget-recent-portfolio ul.columns-4 li{width: 25%}.sidebar .widget-recent-portfolio ul.columns-5 li,.wpb_widgetised_column .widget-recent-portfolio ul.columns-5 li{width: 20%}.sidebar .widget-recent-portfolio ul.columns-6 li,.wpb_widgetised_column .widget-recent-portfolio ul.columns-6 li{width: 16.66666666666667%}.sidebar .widget-banner .widget-image-wrap a,.wpb_widgetised_column .widget-banner .widget-image-wrap a{display: block;position: relative;overflow: hidden}.sidebar .widget-banner .widget-image-wrap a:before,.wpb_widgetised_column .widget-banner .widget-image-wrap a:before{content: "";display: block;position: absolute;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);opacity: 0;z-index: 1;-webkit-transition: opacity .35s linear;-moz-transition: opacity .35s linear;-ms-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear}.sidebar .widget-banner .widget-image-wrap a img,.wpb_widgetised_column .widget-banner .widget-image-wrap a img{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);width: 100%;height: auto;-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-ms-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear}.sidebar .widget-banner .widget-image-wrap a:hover:before,.wpb_widgetised_column .widget-banner .widget-image-wrap a:hover:before{opacity: 1}.sidebar .widget-banner .widget-image-wrap a:hover img,.wpb_widgetised_column .widget-banner .widget-image-wrap a:hover img{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2)}.sidebar .widget-contact-info,.wpb_widgetised_column .widget-contact-info{margin: 0;padding: 0;list-style: none}.sidebar .widget-contact-info > li > i.fa,.wpb_widgetised_column .widget-contact-info > li > i.fa{width: 18px}.sidebar .mail-chimp-wrapper > p,.wpb_widgetised_column .mail-chimp-wrapper > p{line-height: 28px}.sidebar .mail-chimp-wrapper .mail-chimp-button,.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button{position: relative}.sidebar .mail-chimp-wrapper .mail-chimp-button > input,.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > input{background-color: #fbfbfb;color: #222;border: none;line-height: 1;height: 30px;width: 100%}.sidebar .mail-chimp-wrapper .mail-chimp-button > button,.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > button{border: none;background: none;position: absolute;right: 5px;top: 0;bottom: 0;margin: auto}.sidebar .mail-chimp-wrapper .mail-chimp-button > button > span,.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > button > span{display: none}.sidebar .footer-logo .sub-description,.wpb_widgetised_column .footer-logo .sub-description{padding-top: 28px;line-height: 28px}.sidebar .widget-text-intro,.wpb_widgetised_column .widget-text-intro{font-size: 24px;text-align: center;border: dashed 3px #c5c5c5;padding: 55px 10px;font-weight: 400}.sidebar ul.instagram-pics,.wpb_widgetised_column ul.instagram-pics{list-style: none;margin: 0;padding: 0;font-size: 0}.sidebar ul.instagram-pics li,.wpb_widgetised_column ul.instagram-pics li{display: inline-block;padding: 0;margin: 0}.sidebar ul.instagram-pics a,.wpb_widgetised_column ul.instagram-pics a{display: block;position: relative;overflow: hidden}.sidebar ul.instagram-pics a:before,.wpb_widgetised_column ul.instagram-pics a:before{content: "";position: absolute;width: 101%;height: 101%;background-color: rgba(0,0,0,0.5);-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-ms-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear;opacity: 0}.sidebar ul.instagram-pics a:hover:before,.wpb_widgetised_column ul.instagram-pics a:hover:before{opacity: 1}.sidebar .instagram-col-2 ul.instagram-pics li,.wpb_widgetised_column .instagram-col-2 ul.instagram-pics li{width: 50%}.sidebar .instagram-col-3 ul.instagram-pics li,.wpb_widgetised_column .instagram-col-3 ul.instagram-pics li{width: 33.33333333%}.sidebar .instagram-col-4 ul.instagram-pics li,.wpb_widgetised_column .instagram-col-4 ul.instagram-pics li{width: 25%}.sidebar .instagram-col-6 ul.instagram-pics li,.wpb_widgetised_column .instagram-col-6 ul.instagram-pics li{width: 16.66666667%}.sidebar .instagram-col-8 ul.instagram-pics li,.wpb_widgetised_column .instagram-col-8 ul.instagram-pics li{width: 12.5%}.sidebar .padding-2 ul.instagram-pics,.wpb_widgetised_column .padding-2 ul.instagram-pics{margin-left: -2px;margin-right: -2px;margin-top: -2px}.sidebar .padding-2 ul.instagram-pics li,.wpb_widgetised_column .padding-2 ul.instagram-pics li{padding: 2px}.sidebar .padding-3 ul.instagram-pics,.wpb_widgetised_column .padding-3 ul.instagram-pics{margin-left: -3px;margin-right: -3px;margin-top: -3px}.sidebar .padding-3 ul.instagram-pics li,.wpb_widgetised_column .padding-3 ul.instagram-pics li{padding: 3px}.sidebar .title-center .widget-title,.wpb_widgetised_column .title-center .widget-title{text-align: center}.sidebar ul.instagram-pics + p,.wpb_widgetised_column ul.instagram-pics + p{margin: 0;font-size: 13px;font-style: italic;letter-spacing: 0.02em}.sidebar .widget-text-center,.wpb_widgetised_column .widget-text-center{text-align: center}.widget-payment-gate{padding-top: 10px}.widget-payment-gate .payment-gate{list-style: none;display: inline-block}.widget-payment-gate li{float: left;display: inline-block;padding-right: 4px;padding-top: 5px;padding-bottom: 5px}.widget-payment-gate li:last-child{padding-right: 0px}.widget-payment-gate li:hover{opacity: 0.6}.widget-payment-gate image{max-width: 46px;max-height: 28px}.widget-partner-carousel .owl-carousel .owl-item{height: 180px;display: table;text-align: center}.widget-posts-advanced .entry-thumbnail{position: relative}.widget-posts-advanced a.prettyPhoto{position: absolute;right: 5px;bottom: 5px}footer.main-footer-wrapper .sidebar aside.widget-map-scroll-up{margin-top: 0}.blog-wrap.grid.layout-container-fluid,.blog-wrap.masonry.layout-container-fluid{padding: 0 15px}.blog-inner .entry-thumbnail,.handmade-post .entry-thumbnail{position: relative}.blog-inner .entry-thumbnail a.prettyPhoto,.handmade-post .entry-thumbnail a.prettyPhoto{position: absolute;top: 0;width: 56px;height: 55px;right: 0;line-height: 54px;font-size: 16px;text-align: center;color: #FFFFFF;opacity: 0;-webkit-transform: scale(.8);-moz-transform: scale(.8);-ms-transform: scale(.8);-o-transform: scale(.8);transform: scale(.8);-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear}.blog-inner .entry-thumbnail a.entry-thumbnail_overlay:before,.handmade-post .entry-thumbnail a.entry-thumbnail_overlay:before{content: "";position: absolute;left: 0;top: 0;bottom: 0;right: 0;opacity: 0;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear}.blog-inner .entry-thumbnail:hover a.entry-thumbnail_overlay:before,.handmade-post .entry-thumbnail:hover a.entry-thumbnail_overlay:before{opacity: 1}.blog-inner .entry-thumbnail:hover a.prettyPhoto,.handmade-post .entry-thumbnail:hover a.prettyPhoto{opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1)}.blog-inner article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto,.handmade-post article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto{top: 0;bottom: 0;right: 0;left: 0;margin: auto;opacity: 0.8;width: 80px;height: 80px;font-size: 80px;line-height: 80px;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1)}.blog-inner .entry-thumbnail_overlay img,.handmade-post .entry-thumbnail_overlay img{width: 100%;display: block}.blog-inner h3.entry-title,.handmade-post h3.entry-title{font-size: 25px;color: #25262C;margin-bottom: 30px;letter-spacing: -0.05em}.blog-inner h3.entry-title a,.handmade-post h3.entry-title a{color: inherit}.blog-inner .entry-post-meta-wrap,.handmade-post .entry-post-meta-wrap{margin-bottom: 20px}.blog-inner .entry-post-meta-wrap ul.entry-meta,.handmade-post .entry-post-meta-wrap ul.entry-meta{margin: 0;padding: 0;list-style-type: none;font-size: 0}.blog-inner .entry-post-meta-wrap ul.entry-meta li,.handmade-post .entry-post-meta-wrap ul.entry-meta li{display: inline;font-size: 14px;line-height: 1.4;color: #878787;margin-right: 15px;vertical-align: middle}.blog-inner .entry-post-meta-wrap ul.entry-meta li a,.handmade-post .entry-post-meta-wrap ul.entry-meta li a{color: inherit}.blog-inner .entry-post-meta-wrap ul.entry-meta li i,.handmade-post .entry-post-meta-wrap ul.entry-meta li i{font-size: 20px;margin-right: 5px;vertical-align: middle}.blog-inner .entry-post-meta-wrap ul.entry-meta li:last-child,.handmade-post .entry-post-meta-wrap ul.entry-meta li:last-child{margin-right: 0}.blog-inner .entry-excerpt p,.handmade-post .entry-excerpt p{margin-bottom: 0}.blog-inner .read-more,.handmade-post .read-more{text-decoration: underline}.blog-inner .jp-interface,.handmade-post .jp-interface{background-color: transparent;height: 140px;border: 2px solid #eee}.blog-inner .jp-play-pause,.handmade-post .jp-play-pause{padding: 0;text-align: center;background-color: transparent;height: 100%;width: auto;margin-left: 25px}.blog-inner .jp-play-pause i,.handmade-post .jp-play-pause i{font-size: 38px;line-height: 136px}.blog-inner .jp-progress,.handmade-post .jp-progress{margin: 0 0 0 10px}.blog-inner .jp-seek-bar,.handmade-post .jp-seek-bar{height: 18px;border: 2px solid #eee;width: 100% !important}.blog-inner .jp-volume,.handmade-post .jp-volume{height: 18px;line-height: 1;position: absolute;right: 15px;top: 0;bottom: 0;margin: auto auto auto 50px;padding: 0}.blog-inner .jp-volume > li,.handmade-post .jp-volume > li{display: inline-block;vertical-align: middle}.blog-inner .jp-volume-bar,.handmade-post .jp-volume-bar{height: 18px;width: 100px;border: 2px solid #eee;margin-left: 10px}.blog-inner .jp-volume-bar-value,.handmade-post .jp-volume-bar-value{height: 14px}.blog-inner article.format-link .post-format-icon,.handmade-post article.format-link .post-format-icon,.blog-inner article.format-quote .post-format-icon,.handmade-post article.format-quote .post-format-icon{width: 70px;height: 70px;line-height: 70px;text-align: center;font-size: 34px;float: left;margin-right: 30px;color: #fff}.blog-inner article.format-link .entry-content-wrap,.handmade-post article.format-link .entry-content-wrap,.blog-inner article.format-quote .entry-content-wrap,.handmade-post article.format-quote .entry-content-wrap{position: relative;overflow: hidden}.blog-inner article.format-link .entry-content-link,.handmade-post article.format-link .entry-content-link{font-size: 16px;font-style: italic;letter-spacing: 0.02em;color: #878787}.blog-inner article.format-link .entry-content-link a,.handmade-post article.format-link .entry-content-link a{color: inherit}.blog-inner article.format-quote .entry-content-quote blockquote,.handmade-post article.format-quote .entry-content-quote blockquote{padding: 0;margin: 0;border: none;font-size: 16px;font-style: italic;letter-spacing: 0.02em;color: #878787}.blog-inner article.format-quote .entry-content-quote blockquote p:before,.handmade-post article.format-quote .entry-content-quote blockquote p:before{content: "“";margin-right: 5px}.blog-inner article.format-quote .entry-content-quote blockquote cite,.handmade-post article.format-quote .entry-content-quote blockquote cite{text-transform: uppercase;text-decoration: underline;display: block;margin-top: 10px;font-size: 14px}.blog-inner.blog-style-medium-image article,.handmade-post.blog-style-medium-image article{padding-bottom: 30px;border-bottom: 1px solid #eee}.blog-inner.blog-style-medium-image article + article,.handmade-post.blog-style-medium-image article + article{margin-top: 30px}.blog-inner.blog-style-medium-image .entry-thumbnail-wrap,.handmade-post.blog-style-medium-image .entry-thumbnail-wrap{float: left;width: 50%;max-width: 400px;margin: 0 20px 0 0}.blog-inner.blog-style-medium-image .entry-content-wrap,.handmade-post.blog-style-medium-image .entry-content-wrap{position: relative;overflow: hidden}.blog-inner.blog-style-medium-image article.format-audio .entry-thumbnail-wrap,.handmade-post.blog-style-medium-image article.format-audio .entry-thumbnail-wrap{float: none;width: 100%;max-width: none;margin: 0 0 40px 0}.blog-inner.blog-style-medium-image .entry-post-meta-wrap ul.entry-meta li.entry-meta-category,.handmade-post.blog-style-medium-image .entry-post-meta-wrap ul.entry-meta li.entry-meta-category{display: none}.blog-inner.blog-style-large-image article,.handmade-post.blog-style-large-image article{padding-bottom: 30px;border-bottom: 1px solid #eee}.blog-inner.blog-style-large-image article + article,.handmade-post.blog-style-large-image article + article{margin-top: 30px}.blog-inner.blog-style-large-image .entry-thumbnail-wrap,.handmade-post.blog-style-large-image .entry-thumbnail-wrap{margin-bottom: 40px}.blog-inner.blog-style-large-image h3.entry-title,.handmade-post.blog-style-large-image h3.entry-title{font-size: 32px}.blog-inner.blog-style-large-image article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto,.handmade-post.blog-style-large-image article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto{width: 100px;height: 100px;font-size: 100px;line-height: 100px}.blog-inner.blog-style-grid,.handmade-post.blog-style-grid,.blog-inner.blog-style-masonry,.handmade-post.blog-style-masonry{margin: 0 -15px}.blog-inner.blog-style-grid article,.handmade-post.blog-style-grid article,.blog-inner.blog-style-masonry article,.handmade-post.blog-style-masonry article{float: left;padding: 0 15px 40px 15px}.blog-inner.blog-style-grid .entry-thumbnail-wrap,.handmade-post.blog-style-grid .entry-thumbnail-wrap,.blog-inner.blog-style-masonry .entry-thumbnail-wrap,.handmade-post.blog-style-masonry .entry-thumbnail-wrap{margin-bottom: 20px}.blog-inner.blog-style-grid article.format-link .post-format-icon,.handmade-post.blog-style-grid article.format-link .post-format-icon,.blog-inner.blog-style-masonry article.format-link .post-format-icon,.handmade-post.blog-style-masonry article.format-link .post-format-icon,.blog-inner.blog-style-grid article.format-quote .post-format-icon,.handmade-post.blog-style-grid article.format-quote .post-format-icon,.blog-inner.blog-style-masonry article.format-quote .post-format-icon,.handmade-post.blog-style-masonry article.format-quote .post-format-icon,.blog-inner.blog-style-grid article.format-link h3.entry-title,.handmade-post.blog-style-grid article.format-link h3.entry-title,.blog-inner.blog-style-masonry article.format-link h3.entry-title,.handmade-post.blog-style-masonry article.format-link h3.entry-title,.blog-inner.blog-style-grid article.format-quote h3.entry-title,.handmade-post.blog-style-grid article.format-quote h3.entry-title,.blog-inner.blog-style-masonry article.format-quote h3.entry-title,.handmade-post.blog-style-masonry article.format-quote h3.entry-title,.blog-inner.blog-style-grid article.format-link .entry-post-meta-wrap,.handmade-post.blog-style-grid article.format-link .entry-post-meta-wrap,.blog-inner.blog-style-masonry article.format-link .entry-post-meta-wrap,.handmade-post.blog-style-masonry article.format-link .entry-post-meta-wrap,.blog-inner.blog-style-grid article.format-quote .entry-post-meta-wrap,.handmade-post.blog-style-grid article.format-quote .entry-post-meta-wrap,.blog-inner.blog-style-masonry article.format-quote .entry-post-meta-wrap,.handmade-post.blog-style-masonry article.format-quote .entry-post-meta-wrap{display: none}.blog-inner.blog-style-grid article.format-link .entry-content-wrap,.handmade-post.blog-style-grid article.format-link .entry-content-wrap,.blog-inner.blog-style-masonry article.format-link .entry-content-wrap,.handmade-post.blog-style-masonry article.format-link .entry-content-wrap,.blog-inner.blog-style-grid article.format-quote .entry-content-wrap,.handmade-post.blog-style-grid article.format-quote .entry-content-wrap,.blog-inner.blog-style-masonry article.format-quote .entry-content-wrap,.handmade-post.blog-style-masonry article.format-quote .entry-content-wrap{background-color: #f9f9f9;padding: 35px}.blog-inner.blog-style-grid .jp-interface,.handmade-post.blog-style-grid .jp-interface,.blog-inner.blog-style-masonry .jp-interface,.handmade-post.blog-style-masonry .jp-interface{height: 70px}.blog-inner.blog-style-grid .jp-play-pause,.handmade-post.blog-style-grid .jp-play-pause,.blog-inner.blog-style-masonry .jp-play-pause,.handmade-post.blog-style-masonry .jp-play-pause{margin-left: 20px}.blog-inner.blog-style-grid .jp-play-pause i,.handmade-post.blog-style-grid .jp-play-pause i,.blog-inner.blog-style-masonry .jp-play-pause i,.handmade-post.blog-style-masonry .jp-play-pause i{line-height: 68px}.blog-inner.blog-style-grid .jp-volume,.handmade-post.blog-style-grid .jp-volume,.blog-inner.blog-style-masonry .jp-volume,.handmade-post.blog-style-masonry .jp-volume{margin: auto auto auto 30px}.blog-inner.blog-style-grid .jp-volume-bar,.handmade-post.blog-style-grid .jp-volume-bar,.blog-inner.blog-style-masonry .jp-volume-bar,.handmade-post.blog-style-masonry .jp-volume-bar{display: none !important}.blog-inner.blog-style-grid .entry-post-meta-wrap ul.entry-meta li.entry-meta-category,.handmade-post.blog-style-grid .entry-post-meta-wrap ul.entry-meta li.entry-meta-category,.blog-inner.blog-style-masonry .entry-post-meta-wrap ul.entry-meta li.entry-meta-category,.handmade-post.blog-style-masonry .entry-post-meta-wrap ul.entry-meta li.entry-meta-category{display: none}.blog-inner.blog-style-grid article.format-quote .entry-content-quote blockquote,.handmade-post.blog-style-grid article.format-quote .entry-content-quote blockquote,.blog-inner.blog-style-masonry article.format-quote .entry-content-quote blockquote,.handmade-post.blog-style-masonry article.format-quote .entry-content-quote blockquote{font-size: 18px}.blog-inner.blog-style-grid.blog-col-2 article,.handmade-post.blog-style-grid.blog-col-2 article,.blog-inner.blog-style-masonry.blog-col-2 article,.handmade-post.blog-style-masonry.blog-col-2 article{width: 50%}.blog-inner.blog-style-grid.blog-col-3 article,.handmade-post.blog-style-grid.blog-col-3 article,.blog-inner.blog-style-masonry.blog-col-3 article,.handmade-post.blog-style-masonry.blog-col-3 article{width: 33.33333333333333%}.blog-inner.blog-style-grid.blog-col-4 article,.handmade-post.blog-style-grid.blog-col-4 article,.blog-inner.blog-style-masonry.blog-col-4 article,.handmade-post.blog-style-masonry.blog-col-4 article{width: 25%}.blog-inner.blog-style-search h3.entry-title,.handmade-post.blog-style-search h3.entry-title{font-size: 25px}.embed-responsive.embed-responsive-16by9{padding-bottom: 66.66666666666667%}.blog-paging-wrapper{padding-top: 25px;margin-top: -1px;border-top: 1px solid #eee}.blog-paging-wrapper ul.pagination{padding: 0;margin: 0;line-height: 0;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.blog-paging-wrapper .pagination > li > a,.blog-paging-wrapper .pagination > li > span{font-size: 14px;color: #888;padding: 0;width: 40px;height: 40px;text-align: center;line-height: 40px;border: 1px solid #eee;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%}.blog-paging-wrapper .pagination > li > a.next,.blog-paging-wrapper .pagination > li > span.next,.blog-paging-wrapper .pagination > li > a.prev,.blog-paging-wrapper .pagination > li > span.prev{border: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;font-size: 18px}.blog-paging-wrapper .pagination > li > a.next > i,.blog-paging-wrapper .pagination > li > span.next > i,.blog-paging-wrapper .pagination > li > a.prev > i,.blog-paging-wrapper .pagination > li > span.prev > i{line-height: 40px}.blog-paging-wrapper .pagination > li > a:hover,.blog-paging-wrapper .pagination > li > span:hover,.blog-paging-wrapper .pagination > li > a:focus,.blog-paging-wrapper .pagination > li > span:focus{color: #202020;background-color: transparent;border-color: #eee}.blog-paging-wrapper .pagination > li > a.current,.blog-paging-wrapper .pagination > li > span.current{color: #fff}.blog-paging-wrapper .pagination > li{display: inline-block;margin-right: 5px}.blog-paging-wrapper .pagination > li:last-child{margin: 0}.blog-paging-wrapper.blog-paging-load-more{text-align: center}.blog-paging-wrapper.blog-paging-load-more .blog-load-more > span[class^='fa']{letter-spacing: 0}.blog-wrap .entry-thumbnail-wrap .owl-theme,.single-product-image-inner .owl-theme,.handmade-post .handmade-post-image .owl-theme{overflow: hidden}.blog-wrap .entry-thumbnail-wrap .owl-theme .owl-controls,.single-product-image-inner .owl-theme .owl-controls,.handmade-post .handmade-post-image .owl-theme .owl-controls{margin: 0}.blog-wrap .entry-thumbnail-wrap .owl-theme .owl-controls .owl-buttons div,.single-product-image-inner .owl-theme .owl-controls .owl-buttons div,.handmade-post .handmade-post-image .owl-theme .owl-controls .owl-buttons div{position: absolute;width: 40px;height: 40px;line-height: 40px;margin: auto;display: block;top: 0;bottom: 0;cursor: pointer;text-align: center;background-color: rgba(255,255,255,0.2);z-index: 200;padding: 0;opacity: 0;color: #fff;font-size: 15px;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.blog-wrap .entry-thumbnail-wrap .owl-theme .owl-controls .owl-buttons div:hover,.single-product-image-inner .owl-theme .owl-controls .owl-buttons div:hover,.handmade-post .handmade-post-image .owl-theme .owl-controls .owl-buttons div:hover{background-color: #fff;color: #888}.blog-wrap .entry-thumbnail-wrap .owl-next,.single-product-image-inner .owl-next,.handmade-post .handmade-post-image .owl-next{right: 15px;-webkit-transform: translateX(50px);-moz-transform: translateX(50px);-ms-transform: translateX(50px);-o-transform: translateX(50px);transform: translateX(50px)}.blog-wrap .entry-thumbnail-wrap .owl-prev,.single-product-image-inner .owl-prev,.handmade-post .handmade-post-image .owl-prev{left: 15px;-webkit-transform: translateX(-50px);-moz-transform: translateX(-50px);-ms-transform: translateX(-50px);-o-transform: translateX(-50px);transform: translateX(-50px)}.blog-wrap .entry-thumbnail-wrap:hover .owl-theme .owl-controls .owl-buttons div,.single-product-image-inner:hover .owl-theme .owl-controls .owl-buttons div,.handmade-post .handmade-post-image:hover .owl-theme .owl-controls .owl-buttons div{opacity: 1;-webkit-transform: translateX(0px);-moz-transform: translateX(0px);-ms-transform: translateX(0px);-o-transform: translateX(0px);transform: translateX(0px)}.entry-content:after,.comment-text:after{content: "";clear: both;display: block}.entry-content table,.comment-text table{border-collapse: collapse !important}.entry-content table,.comment-text table{width: 100%;max-width: 100%;margin-bottom: 20px}.entry-content table > thead > tr > th,.comment-text table > thead > tr > th,.entry-content table > tbody > tr > th,.comment-text table > tbody > tr > th,.entry-content table > tfoot > tr > th,.comment-text table > tfoot > tr > th,.entry-content table > thead > tr > td,.comment-text table > thead > tr > td,.entry-content table > tbody > tr > td,.comment-text table > tbody > tr > td,.entry-content table > tfoot > tr > td,.comment-text table > tfoot > tr > td{padding: 8px;line-height: 1.42857143;vertical-align: top;border-top: 1px solid #eee}.entry-content table > thead > tr > th,.comment-text table > thead > tr > th{vertical-align: bottom;border-bottom: 1px solid #eee}.entry-content table > caption + thead > tr:first-child > th,.comment-text table > caption + thead > tr:first-child > th,.entry-content table > colgroup + thead > tr:first-child > th,.comment-text table > colgroup + thead > tr:first-child > th,.entry-content table > thead:first-child > tr:first-child > th,.comment-text table > thead:first-child > tr:first-child > th,.entry-content table > caption + thead > tr:first-child > td,.comment-text table > caption + thead > tr:first-child > td,.entry-content table > colgroup + thead > tr:first-child > td,.comment-text table > colgroup + thead > tr:first-child > td,.entry-content table > thead:first-child > tr:first-child > td,.comment-text table > thead:first-child > tr:first-child > td{border-top: 0}.entry-content table > tbody + tbody,.comment-text table > tbody + tbody{border-top: 1px solid #eee}.entry-content blockquote p,.comment-text blockquote p{position: relative;overflow: hidden}.entry-content blockquote cite,.comment-text blockquote cite{display: block;font-size: 15px}.entry-content input[type="submit"],.comment-text input[type="submit"]{font-size: 15px;line-height: 1.6;font-weight: 400;text-align: center;display: inline-block;color: #fff;border: none;padding: 9px 25px;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.entry-content p:last-child,.comment-text p:last-child{margin-bottom: 0}.entry-content dd,.comment-text dd,.entry-content dt,.comment-text dt{line-height: 2.2}.entry-meta-tag{font-size: 0;margin-bottom: 20px}.entry-meta-tag label{font-size: 12px;margin-bottom: 0;color: #858585;font-weight: normal;margin-right: 20px;text-transform: uppercase}.entry-meta-tag a{display: inline-block;margin-bottom: 20px;margin-right: 20px;line-height: 1;font-size: 13px;color: #878787}.entry-meta-tag a:before{content: "#";margin-right: 5px;display: inline-block}.social-share-wrap{font-size: 0}.social-share-wrap label{font-size: 12px;margin-bottom: 0;color: #858585;font-weight: normal;margin-right: 20px;text-transform: uppercase}.social-share-wrap ul.social-share{font-size: 0;padding: 0;margin: 0;display: inline}.social-share-wrap ul.social-share li{display: inline-block}.social-share-wrap ul.social-share li a{display: block;width: 36px;height: 36px;text-align: center;background-color: #f5f5f5;color: #777777;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.social-share-wrap ul.social-share li a i{line-height: 36px;font-size: 14px}.social-share-wrap ul.social-share li a:hover{color: #fff}.social-share-wrap ul.social-share li + li{margin-left: 5px}.site-content-single-post{overflow: hidden}.site-content-single-post .blog-inner .entry-thumbnail-wrap{margin-bottom: 40px}.site-content-single-post .blog-inner h3.entry-title{font-size: 32px}.site-content-single-post .blog-inner .entry-content{margin-bottom: 25px}.site-content-single-post .blog-inner blockquote{border-left-width: 5px;border-left-style: solid}.site-content-single-post .blog-inner .entry-content-wrap{padding-bottom: 25px;border-bottom: 1px solid #eee}.site-content-single-post .blog-inner .author-info{padding-top: 40px;border-top: 1px solid #eee;margin-top: -1px}.site-content-single-post .blog-inner .author-info .author-avatar{float: left;width: 100px;margin-right: 40px;margin-left: 50px;text-align: center}.site-content-single-post .blog-inner .author-info .author-avatar .alignnone{margin: 0}.site-content-single-post .blog-inner .author-info .author-avatar img.avatar{-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%}.site-content-single-post .blog-inner .author-info .author-avatar h3.author-title{margin: 20px 0 0 0;color: #222222;font-size: 13px;text-transform: uppercase}.site-content-single-post .blog-inner .author-info .author-description{position: relative;overflow: hidden;padding-left: 10px}.site-content-single-post .blog-inner .author-info .author-description p.author-bio{position: relative;margin-bottom: 0;padding: 25px;background-color: #f5f5f5}.site-content-single-post .blog-inner .author-info .author-description p.author-bio:after{right: 100%;top: 50px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-right-color: #f5f5f5;border-width: 7px}.site-content-single-post .blog-inner article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto{width: 100px;height: 100px;font-size: 100px;line-height: 100px}.entry-comments{margin-top: 60px}.entry-comments h3.comments-title{font-size: 25px;padding-bottom: 25px;margin-bottom: 45px;border-bottom: 1px solid #eee}.entry-comments .entry-comments-list{padding-bottom: 45px;margin-bottom: 35px;border-bottom: 1px solid #eee}.entry-comments .entry-comments-list ol.commentlist{padding: 0;margin: 0;list-style: none}.entry-comments .entry-comments-list ol.commentlist li + li{margin-top: 30px}.entry-comments .entry-comments-list ol.commentlist li img.avatar{float: left;width: 70px;margin: 0;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%}.entry-comments .entry-comments-list ol.commentlist li .comment-text{position: relative;overflow: hidden;padding-left: 15px;border-bottom: 1px solid #eee;padding-bottom: 25px}.entry-comments .entry-comments-list ol.commentlist li .comment-text .text{background-color: #f5f5f5;padding: 25px;position: relative}.entry-comments .entry-comments-list ol.commentlist li .comment-text .text:after{right: 100%;top: 25px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-right-color: #f5f5f5;border-width: 7px}.entry-comments .entry-comments-list ol.commentlist li .author{position: relative;margin-top: 5px}.entry-comments .entry-comments-list ol.commentlist li .author .author-name{font-size: 13px;color: #777;text-transform: uppercase}.entry-comments .entry-comments-list ol.commentlist li .author .author-name a{color: inherit}.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta{position: absolute;top: 0;right: 0}.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta .comment-meta-date{font-size: 14px;color: #878787;line-height: 1.4;vertical-align: middle}.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta .comment-meta-date i{color: #666666;font-size: 20px;vertical-align: middle}.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta .comment-reply-link,.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta .comment-edit-link{margin-left: 20px;font-size: 13px;text-transform: uppercase}.entry-comments .entry-comments-list ol.commentlist li .comment-respond{margin-top: 20px}.entry-comments .entry-comments-list ol.commentlist li:last-child .comment-text{border-bottom: none;padding-bottom: 0}.entry-comments .entry-comments-list ol.commentlist ul.children{padding-left: 85px;margin-top: 30px;list-style: none}.entry-comments .entry-comments-list ol.commentlist ul.children li .comment-text{border-bottom: none;padding-bottom: 0}.entry-comments .entry-comments-list nav.comment-navigation{margin-bottom: 20px}.entry-comments .entry-comments-list nav.comment-navigation .page-numbers{display: inline-block;margin-right: 5px;width: 40px;height: 40px;line-height: 40px;text-align: center;border: 1px solid #eee;color: #888;font-size: 14px;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%}.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.next,.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.prev{border: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;font-size: 18px}.entry-comments .entry-comments-list nav.comment-navigation .page-numbers:hover,.entry-comments .entry-comments-list nav.comment-navigation .page-numbers:focus{color: #202020}.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.current{color: #fff}.entry-comments .entry-comments-list nav.comment-navigation.comment-navigation-bottom{margin-bottom: 0;margin-top: 20px}.comment-reply-title{font-size: 25px;margin-bottom: 45px}.comment-form input[type="text"],.comment-form input[type="search"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form input[type="password"],.comment-form textarea{width: 100%}.comment-form textarea{height: 100px}.comment-form > p > label{display: none}.comment-form p.comment-form-comment{line-height: 0}.comment-form .logged-in-as{display: none}.shortcode-blog-wrap .blog-wrap{margin-bottom: 0}@media (max-width: 991px){.blog-inner.blog-style-grid article,.handmade-post.blog-style-grid article,.blog-inner.blog-style-masonry article,.handmade-post.blog-style-masonry article{width: 50% !important}}@media (max-width: 767px){.blog-inner .jp-interface,.handmade-post .jp-interface{height: 70px}.blog-inner .jp-play-pause,.handmade-post .jp-play-pause{margin-left: 20px}.blog-inner .jp-play-pause i,.handmade-post .jp-play-pause i{line-height: 68px}.blog-inner .jp-volume,.handmade-post .jp-volume{margin: auto auto auto 30px}.blog-inner .jp-volume-bar,.handmade-post .jp-volume-bar{display: none !important}.blog-inner.blog-style-medium-image .entry-thumbnail-wrap,.handmade-post.blog-style-medium-image .entry-thumbnail-wrap{float: none;margin: 0 0 40px 0;width: 100%;max-width: 100%}.blog-inner.blog-style-grid article,.handmade-post.blog-style-grid article,.blog-inner.blog-style-masonry article,.handmade-post.blog-style-masonry article{width: 100% !important;padding-bottom: 30px;border-bottom: 1px solid #eee}.blog-inner.blog-style-grid article + article,.handmade-post.blog-style-grid article + article,.blog-inner.blog-style-masonry article + article,.handmade-post.blog-style-masonry article + article{margin-top: 30px}.entry-comments .entry-comments-list ol.commentlist ul.children{padding-left: 0}.post-navigation .nav-previous,.post-navigation .nav-next{width: 100%}}@media (max-width: 480px){.blog-inner article.format-link .post-format-icon,.handmade-post article.format-link .post-format-icon,.blog-inner article.format-quote .post-format-icon,.handmade-post article.format-quote .post-format-icon{display: none}.site-content-single-post .blog-inner .author-info .author-avatar{float: none;margin: 0 auto 20px auto}.site-content-single-post .blog-inner .author-info .author-description{padding-left: 0}.entry-comments .entry-comments-list ol.commentlist li img.avatar{display: none}.entry-comments .entry-comments-list ol.commentlist li .comment-text{padding-left: 0}.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta{position: relative}.entry-comments-form-avatar{display: none}}.layout-container-fluid.archive-product-wrap{padding: 0 15px}.tooltip-inner{white-space: nowrap}.custom-select{position: relative}.custom-select:before{content: "\f107";font-family: FontAwesome;padding: 8px 8px;position: absolute;right: 10px;top: 0;z-index: 1;text-align: center;width: 15px;height: 100%;pointer-events: none;box-sizing: border-box}.custom-select:after{content: "";display: block;clear: both}.custom-select select{outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none}.custom-select select::-ms-expand{display: none}.product-category .product-category-inner{position: relative;margin-bottom: 15px}.product-category .product-category-inner:before{content: "";display: block;position: absolute;background-color: rgba(221,221,221,0.5);left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: 1}.product-category .product-category-inner:after{content: "";display: block;position: absolute;border-style: solid;border-width: 2px;left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: -1;opacity: 0;visibility: hidden;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.product-category .product-category-inner:hover:after{opacity: 1;visibility: visible;-webkit-transform: translateY(15px) translateX(15px);-moz-transform: translateY(15px) translateX(15px);-ms-transform: translateY(15px) translateX(15px);-o-transform: translateY(15px) translateX(15px);transform: translateY(15px) translateX(15px)}.product-category .product-category-inner:hover div a{padding-right: 45px}.product-category .product-category-inner:hover div a i{visibility: visible;opacity: 1;display: inline-block}.product-category .product-category-inner div{position: absolute;height: 35px;top: 0;bottom: 0;right: 0;left: 0;margin: auto;z-index: 2}.product-category .product-category-inner div a{position: relative;display: inline-block;font-size: 15px;height: 35px;line-height: 35px;padding: 0 20px;margin: 0;color: #fff;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.product-category .product-category-inner div a i{position: absolute;right: 15px;top: 0;bottom: 0;margin: auto;font-size: 20px;height: 20px;vertical-align: middle;visibility: hidden;opacity: 0;display: none;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.product-category img{width: 100%}.woocommerce-pagination{margin-top: 20px;padding-top: 25px;border-top: 1px solid #eee;line-height: 0;text-align: right}.breadcrumb-archive-product-wrap .container{position: relative}.breadcrumb-archive-product-wrap .catalog-filter{position: absolute;right: 0;top: 0;bottom: 0;margin: auto;height: 44px;color: #999;font-size: 13px;line-height: 44px;text-transform: uppercase}.breadcrumb-archive-product-wrap .catalog-filter select{font-size: 13px;color: #999999;background-color: #f9f9f9;text-transform: uppercase;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none}.woocommerce .woocommerce-ordering,.woocommerce-page-size{position: relative}.woocommerce .woocommerce-ordering:after,.woocommerce-page-size:after{content: "\f107";font-family: FontAwesome;padding: 8px 8px;position: absolute;right: 10px;top: 0;z-index: 1;text-align: center;width: 15px;height: 100%;pointer-events: none;box-sizing: border-box;line-height: 2}.woocommerce .woocommerce-ordering select::-ms-expand,.woocommerce-page-size select::-ms-expand{display: none}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{margin: 0}.woocommerce .woocommerce-result-count{margin-right: 30px}.catalog-filter-visible .catalog-filter,.result-count-visible .woocommerce-result-count,.catalog-ordering-visible .woocommerce-ordering{display: none}.woocommerce-page-size{float: left;margin-right: 30px}.woocommerce-page-size span{margin-right: 5px}.woocommerce .products .star-rating,.woocommerce .star-rating{float: none;font-size: 9px;width: 54px;height: 10px;letter-spacing: 2px}.woocommerce .products .star-rating:before,.woocommerce .star-rating:before{color: #DDDDDD;content: "\53\53\53\53\53"}.woocommerce .products .star-rating span,.woocommerce .star-rating span{color: #FFC000}.woocommerce div.product span.price,.woocommerce div.product p.price{font-size: 20px;font-weight: normal;display: block;line-height: 1}.woocommerce div.product span.price ins,.woocommerce div.product p.price ins{display: inline-block;text-decoration: none;font-weight: inherit;font-style: inherit}.woocommerce div.product span.price del,.woocommerce div.product p.price del{display: inline-block;font-size: 13px;color: #999999;opacity: 1;margin-right: 10px;font-weight: inherit;font-style: inherit}.woocommerce-pagination ul.pagination{padding: 0;margin: 0;font-size: 0;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.woocommerce-pagination .pagination > li{display: inline-block;margin: 0 5px 0 0}.woocommerce-pagination .pagination > li:last-child{margin: 0}.woocommerce-pagination .pagination > li > a,.woocommerce-pagination .pagination > li > span{width: 40px;height: 40px;line-height: 36px;text-align: center;display: inline-block;border: 2px solid #eee;margin: 0;padding: 0;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;font-size: 14px;color: #888888;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.woocommerce-pagination .pagination > li > a:hover,.woocommerce-pagination .pagination > li > span:hover,.woocommerce-pagination .pagination > li > a:focus,.woocommerce-pagination .pagination > li > span:focus,.woocommerce-pagination .pagination > li > a.active,.woocommerce-pagination .pagination > li > span.active{color: #202020;background-color: transparent;border-color: #eee}.woocommerce-pagination .pagination > li > a.current,.woocommerce-pagination .pagination > li > span.current{color: #fff}.woocommerce-pagination .pagination > li > a.next,.woocommerce-pagination .pagination > li > span.next,.woocommerce-pagination .pagination > li > a.prev,.woocommerce-pagination .pagination > li > span.prev{border-color: transparent}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce a.added_to_cart{font-size: 15px;color: #fff;line-height: 1.2 !important;font-weight: normal;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;padding: 12px 25px;min-width: 170px;text-align: center;vertical-align: middle;opacity: 1 !important;-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-ms-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce a.added_to_cart:hover{background-color: #333;color: #fff}.product-flash-wrap{position: absolute;right: 10px;top: 10px;z-index: 3}.product-flash{font-size: 12px;text-transform: uppercase;color: #fff;width: 43px;height: 43px;line-height: 43px;display: block;text-align: center;background-color: #B1D1C9;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%}.product-flash + .product-flash{margin-top: 5px}.on-sale{background-color: #B1D1C9}.on-sold{background-color: #DDBE86}.on-new{background-color: #C5CDA0}.on-hot{background-color: #FDB3A6}.woocommerce div.product form.cart div.quantity,.product-quantity div.quantity{margin: 0}.woocommerce div.product form.cart div.quantity .quantity-inner,.product-quantity div.quantity .quantity-inner{width: 120px;position: relative;display: inline-block}.woocommerce div.product form.cart div.quantity .quantity-inner .qty,.product-quantity div.quantity .quantity-inner .qty{position: relative;width: 120px;height: 42px;background-color: #fafafa;font-size: 13px;color: #202020;padding: 0 40px}.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number,.product-quantity div.quantity .quantity-inner .btn-number{position: absolute;width: 20px;height: 20px;font-size: 20px;background-color: transparent;border: none;color: #222222;line-height: 1;top: 0;bottom: 0;margin: auto;z-index: 1;padding: 0}.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="minus"],.product-quantity div.quantity .quantity-inner .btn-number[data-type="minus"]{left: 15px}.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="plus"],.product-quantity div.quantity .quantity-inner .btn-number[data-type="plus"]{right: 15px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{height: 40px;background-color: #F5F5F5;color: #858585;font-size: 14px}.woocommerce form .form-row textarea{height: 130px}.woocommerce form .form-row label{font-weight: normal;font-size: 13px;color: #202020;text-transform: uppercase;margin-bottom: 0}.woocommerce form .form-row label.inline input[type=checkbox],.woocommerce form .form-row label.inline input[type=radio]{margin: auto;vertical-align: middle}.woocommerce form .form-row{padding: 0;margin-bottom: 10px}.woocommerce form .form-row .input-checkbox{position: relative}.product-listing.woocommerce{margin: 0 -15px}.product-listing.woocommerce .product-item-wrap{float: left;padding: 0 15px 0 15px}.product-listing.woocommerce .rating-visible .star-rating{display: none}.product-listing.woocommerce .product-item-inner{position: relative;border: 1px solid #eee;-webkit-transition: border-color .2s;-moz-transition: border-color .2s;-ms-transition: border-color .2s;-o-transition: border-color .2s;transition: border-color .2s}.product-listing.woocommerce .product-thumb img{width: 100%}.product-listing.woocommerce .product-thumb{position: relative;background-color: #F7F7F7}.product-listing.woocommerce .product-thumb-secondary{position: absolute;margin: auto;top: 0;bottom: 0;left: 0;right: 0;opacity: 0;z-index: 1;-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-ms-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear}.product-listing.woocommerce .product-link{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;background-color: rgba(204,204,204,0.7);opacity: 0;visibility: hidden;-webkit-transition: .3s all .001s ease-out;-moz-transition: .3s all .001s ease-out;-ms-transition: .3s all .001s ease-out;-o-transition: .3s all .001s ease-out;transition: .3s all .001s ease-out}.product-listing.woocommerce .add-to-cart-wrap{display: inline-block}.product-listing.woocommerce .product-item-wrap{padding-bottom: 30px}.product-listing.woocommerce .product-actions{position: absolute;bottom: 0;left: 0;right: 0;height: 48px;text-align: center;margin: auto;z-index: 3;font-size: 0}.product-listing.woocommerce .product-actions .product_type_variable:not(.btn_add_to_cart),.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a,.product-listing.woocommerce .product-actions .add_to_wishlist,.product-listing.woocommerce .product-actions .compare,.product-listing.woocommerce .product-actions .product-quick-view,.product-listing.woocommerce .product-actions .btn_add_to_cart,.product-listing.woocommerce .product-actions .added_to_cart.wc-forward{width: 48px;height: 48px;line-height: 48px !important;text-align: center;background-color: #fff;color: #888;display: inline-block;padding: 0;position: relative;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;font-size: 0;min-width: 0;vertical-align: middle;-webkit-transform: translateY(20px);-moz-transform: translateY(20px);-ms-transform: translateY(20px);-o-transform: translateY(20px);transform: translateY(20px);opacity: 0;visibility: hidden;-webkit-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .25s ease-out, opacity .5s .25s ease-out, -webkit-transform .5s .25s ease-out;-moz-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .25s ease-out, opacity .5s .25s ease-out, -moz-transform .5s .25s ease-out;-ms-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .25s ease-out, opacity .5s .25s ease-out, -ms-transform .5s .25s ease-out;-o-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .25s ease-out, opacity .5s .25s ease-out, -o-transform .5s .25s ease-out;transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .25s ease-out, opacity .5s .25s ease-out, transform .5s .25s ease-out}.product-listing.woocommerce .product-actions .product_type_variable:not(.btn_add_to_cart) i,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a i,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a i,.product-listing.woocommerce .product-actions .add_to_wishlist i,.product-listing.woocommerce .product-actions .compare i,.product-listing.woocommerce .product-actions .product-quick-view i,.product-listing.woocommerce .product-actions .btn_add_to_cart i,.product-listing.woocommerce .product-actions .added_to_cart.wc-forward i{font-size: 18px;line-height: 1;vertical-align: middle}.product-listing.woocommerce .product-actions .product_type_variable:not(.btn_add_to_cart):hover,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,.product-listing.woocommerce .product-actions .add_to_wishlist:hover,.product-listing.woocommerce .product-actions .compare:hover,.product-listing.woocommerce .product-actions .product-quick-view:hover,.product-listing.woocommerce .product-actions .btn_add_to_cart:hover,.product-listing.woocommerce .product-actions .added_to_cart.wc-forward:hover,.product-listing.woocommerce .product-actions .product_type_variable:not(.btn_add_to_cart).active,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a.active,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a.active,.product-listing.woocommerce .product-actions .add_to_wishlist.active,.product-listing.woocommerce .product-actions .compare.active,.product-listing.woocommerce .product-actions .product-quick-view.active,.product-listing.woocommerce .product-actions .btn_add_to_cart.active,.product-listing.woocommerce .product-actions .added_to_cart.wc-forward.active{color: #FFFFFF}.product-listing.woocommerce .product-actions .compare,.product-listing.woocommerce .product-actions .product-quick-view{margin-right: 2px}.product-listing.woocommerce .product-actions .compare i,.product-listing.woocommerce .product-actions .product-quick-view i{font-size: 15px}.product-listing.woocommerce .product-actions .product-quick-view{-webkit-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, -webkit-transform .5s .35s ease-out;-moz-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, -moz-transform .5s .35s ease-out;-ms-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, -ms-transform .5s .35s ease-out;-o-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, -o-transform .5s .35s ease-out;transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, transform .5s .35s ease-out}.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a,.product-listing.woocommerce .product-actions .add_to_wishlist{margin-right: 2px;-webkit-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, -webkit-transform .5s .45s ease-out;-moz-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, -moz-transform .5s .45s ease-out;-ms-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, -ms-transform .5s .45s ease-out;-o-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, -o-transform .5s .45s ease-out;transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, transform .5s .45s ease-out}.product-listing.woocommerce .product-actions .compare{-webkit-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, -webkit-transform .5s .55s ease-out;-moz-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, -moz-transform .5s .55s ease-out;-ms-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, -ms-transform .5s .55s ease-out;-o-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, -o-transform .5s .55s ease-out;transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, transform .5s .55s ease-out}.product-listing.woocommerce .product-actions .added-spinner{color: #FFFFFF}.product-listing.woocommerce .product-actions .yith-wcwl-add-to-wishlist{display: inline-block;margin: 0}.product-listing.woocommerce .product-actions .yith-wcwl-add-to-wishlist + div.clear{display: none}.product-listing.woocommerce .product-actions .yith-wcwl-add-button{font-size: 0;position: relative}.product-listing.woocommerce .product-actions .yith-wcwl-add-button .ajax-loading{display: none !important}.product-listing.woocommerce .product-actions .add_to_wishlist:before,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:before,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:before,.product-listing.woocommerce .product-actions .compare.added:before{font-family: FontAwesome;content: "\f004";font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 15px;vertical-align: middle}.product-listing.woocommerce .product-actions .compare.added:before{content: "\f0ec"}.product-listing.woocommerce .product-actions .add_to_wishlist.added-spinner:before{content: "\f110";-webkit-animation: fa-spin 2s infinite linear;animation: fa-spin 2s infinite linear}.product-listing.woocommerce .product-actions .product_type_variable:not(.btn_add_to_cart):before{font-family: FontAwesome;content: "\f07a";font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 18px;vertical-align: middle}.product-listing.woocommerce .product-info{padding: 30px;text-align: center}.product-listing.woocommerce .star-rating{margin: 0 auto 5px auto}.product-listing.woocommerce .product-name{font-size: 15px;display: block;margin-bottom: 10px;line-height: 1.3}.product-listing.woocommerce .product-item-wrap.active .product-actions .product_type_variable:not(.btn_add_to_cart),.product-listing.woocommerce .product-item-wrap:hover .product-actions .product_type_variable:not(.btn_add_to_cart),.product-listing.woocommerce .product-item-wrap.active .product-actions .yith-wcwl-wishlistaddedbrowse a,.product-listing.woocommerce .product-item-wrap:hover .product-actions .yith-wcwl-wishlistaddedbrowse a,.product-listing.woocommerce .product-item-wrap.active .product-actions .yith-wcwl-wishlistexistsbrowse a,.product-listing.woocommerce .product-item-wrap:hover .product-actions .yith-wcwl-wishlistexistsbrowse a,.product-listing.woocommerce .product-item-wrap.active .product-actions .add_to_wishlist,.product-listing.woocommerce .product-item-wrap:hover .product-actions .add_to_wishlist,.product-listing.woocommerce .product-item-wrap.active .product-actions .compare,.product-listing.woocommerce .product-item-wrap:hover .product-actions .compare,.product-listing.woocommerce .product-item-wrap.active .product-actions .product-quick-view,.product-listing.woocommerce .product-item-wrap:hover .product-actions .product-quick-view,.product-listing.woocommerce .product-item-wrap.active .product-actions .btn_add_to_cart,.product-listing.woocommerce .product-item-wrap:hover .product-actions .btn_add_to_cart,.product-listing.woocommerce .product-item-wrap.active .product-actions .added_to_cart.wc-forward,.product-listing.woocommerce .product-item-wrap:hover .product-actions .added_to_cart.wc-forward{opacity: 1;visibility: visible;-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0)}.product-listing.woocommerce .product-item-wrap.active .product-link,.product-listing.woocommerce .product-item-wrap:hover .product-link{opacity: 1;visibility: visible}.product-listing.woocommerce .product-item-wrap.active .product-thumb-secondary,.product-listing.woocommerce .product-item-wrap:hover .product-thumb-secondary{opacity: 1}.product-listing.woocommerce.columns-2 .product-item-wrap{width: 50%}.product-listing.woocommerce.columns-2 .product-item-wrap:nth-child(2n+1){clear: both}.product-listing.woocommerce.columns-3 .product-item-wrap{width: 33.33333333%}.product-listing.woocommerce.columns-3 .product-item-wrap:nth-child(3n+1){clear: both}.product-listing.woocommerce.columns-4 .product-item-wrap{width: 25%}.product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(4n+1){clear: both}.product-listing.woocommerce.product-slider .product-item-wrap{float: none;padding-bottom: 0}.site-content-single-product .single-product-info{margin: 0 -15px 65px -15px}.site-content-single-product .single-product-info .single-product-image-wrap{float: left;width: 44.44444444444444%;padding: 0 15px}.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image{position: relative}.site-content-single-product .single-product-info .single-product-image-wrap .woocommerce-main-image{display: block}.site-content-single-product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item{padding: 0}.site-content-single-product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .attachment-shop_single{width: 100%}.site-content-single-product .single-product-info .single-product-image-wrap .product-image-total-1,.site-content-single-product .single-product-info .single-product-image-wrap .product-thumb-disable{display: none}.site-content-single-product .single-product-info .single-product-image-wrap .product-thumb-wrap{margin: 10px -5px 0 -5px}.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image{padding: 0 5px;text-align: center}.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image a{display: block;position: relative}.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image a:before{content: "";position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto;background-color: rgba(0,0,0,0)}.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .synced .thumbnail-image a:before{background-color: rgba(0,0,0,0.3)}.site-content-single-product .single-product-info .summary-product-wrap{float: left;padding: 0 15px;width: 55.55555555555556%}.site-content-single-product .single-product-info .summary-product-wrap h1.product_title{font-weight: normal;font-size: 26px;margin-bottom: 10px;line-height: 1.4}.site-content-single-product .single-product-info .summary-product-wrap h1.product_title a{color: #1F1F1F}.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-rating{margin-bottom: 20px;vertical-align: middle;line-height: 20px}.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-rating .woocommerce-review-link{font-size: 15px;line-height: 1.4;color: #878787;margin-right: 15px}.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-rating .star-rating{float: none;margin: 0;display: inline-block;font-size: 13px;height: 15px;width: 80px;vertical-align: middle}.site-content-single-product .single-product-info .summary-product-wrap p.price{font-size: 20px;line-height: 1.2;font-style: normal;letter-spacing: 0;margin-bottom: 30px}.site-content-single-product .single-product-info .summary-product-wrap p.price del{font-size: 30px}.site-content-single-product .single-product-info .summary-product-wrap .product-single-short-description{font-size: 14px;color: #777777;line-height: 1.8;margin-bottom: 35px}.site-content-single-product .single-product-info .summary-product-wrap .product-single-short-description p{margin-bottom: 0}.site-content-single-product .single-product-info .summary-product-wrap form.cart{margin-bottom: 40px}.site-content-single-product .single-product-info .summary-product-wrap form.cart div.quantity{margin-right: 5px}.site-content-single-product .single-product-info .summary-product-wrap form.cart .button,.site-content-single-product .single-product-info .summary-product-wrap form.cart .added_to_cart{letter-spacing: -0.04em;font-size: 17px;padding-top: 11px;padding-bottom: 11px}.site-content-single-product .single-product-info .summary-product-wrap form.cart .button.added{display: none}.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table{border: none;margin-bottom: 20px}.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td{padding-bottom: 20px;line-height: 42px}.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.label{padding: 0 10px}.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table label{font-weight: normal;font-size: 15px;color: #1f1f1f;margin: 0;line-height: 42px}.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price{font-weight: normal;line-height: 42px;font-size: 18px}.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price ins{display: inline-block;text-decoration: none;color: inherit}.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price del{display: inline-block;font-size: 16px;color: #a0a0a0;opacity: 1;margin-right: 15px}.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price .out-of-stock{display: inline-block;margin-bottom: 0;color: #cacaca;font-size: 11px;margin-left: 3px}.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations{width: 100%;margin: 0}.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations td{display: table-cell;text-align: left}.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations td.label{padding: 0}.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations tr + tr td,.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations tr + tr td.label{padding: 15px 0 0 0}.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations td.label label{font-weight: 400;line-height: 42px;margin-bottom: 0;padding-right: 10px;font-size: 14px;color: #777}.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation_wrap:after,.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations_button:after{content: "";display: block;clear: both}.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation_wrap,.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations_button{margin-top: 20px}.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation span.price{font-size: 30px !important}.site-content-single-product .single-product-info .summary-product-wrap .single-product-function{margin-bottom: 35px}.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-to-wishlist{margin: 0 15px 0 0;display: inline-block}.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-to-wishlist + .clear{display: none}.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist{font-size: 13px;color: #777;text-transform: uppercase;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:hover:before,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:hover:before,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:hover:before{color: #fff}.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .compare.added:before,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:before,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:before,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:before{font-family: FontAwesome;content: "\f004";font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 11px;vertical-align: middle;width: 36px;height: 36px;background-color: #FAFAFA;line-height: 36px;text-align: center;border-radius: 100%;display: inline-block;color: #888888;margin-right: 10px;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .compare.added:before{content: "\f0ec"}.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare{font-size: 13px;color: #777;text-transform: uppercase;display: inline-block;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare i{font-size: 11px;vertical-align: middle;width: 36px;height: 36px;background-color: #FAFAFA;line-height: 36px;text-align: center;border-radius: 100%;display: inline-block;color: #888888;margin-right: 10px;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare:hover i{color: #fff}.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .feedback{display: none !important}.site-content-single-product .single-product-info .summary-product-wrap .product_meta{font-size: 14px;color: #777}.site-content-single-product .single-product-info .summary-product-wrap .product_meta > span{display: block;border-bottom: 1px solid #eee;padding-bottom: 5px}.site-content-single-product .single-product-info .summary-product-wrap .product_meta > span + span{margin-top: 5px}.site-content-single-product .single-product-info .summary-product-wrap .product_meta label{font-weight: 400;margin-bottom: 0}.site-content-single-product .single-product-info .summary-product-wrap .stock{display: none}.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap{margin-top: 30px}.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap label{font-size: 13px;color: #858585}.woocommerce div.product .woocommerce-tabs{padding-top: 65px;border-top: 1px solid #eee}.woocommerce div.product .woocommerce-tabs:after{content: "";display: block;clear: both}.woocommerce div.product .woocommerce-tabs ul.tabs{float: left;width: 270px;border: 1px solid #eee;padding: 40px 25px;margin: 0 30px 0 0}.woocommerce div.product .woocommerce-tabs ul.tabs:before{display: none}.woocommerce div.product .woocommerce-tabs ul.tabs li{display: block;border: none;background-color: transparent;margin: 0;padding: 0}.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before{display: none}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding: 0 0 0 5px;font-size: 15px;color: #999999;font-weight: normal;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.woocommerce div.product .woocommerce-tabs ul.tabs li + li{border-top: 1px solid #eee;margin-top: 10px;padding-top: 10px}.woocommerce div.product .woocommerce-tabs .panel{position: relative;overflow: hidden;margin: 0;border: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.woocommerce div.product .woocommerce-tabs .panel h2{font-size: 25px;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #eee}.woocommerce div.product .woocommerce-tabs #tab-description{font-size: 14px;color: #777;line-height: 1.8}.woocommerce #reviews #comments ol.commentlist{padding: 0;margin: 0}.woocommerce #reviews #comments ol.commentlist li{margin: 0}.woocommerce #reviews #comments ol.commentlist li + li{margin-top: 20px}.woocommerce #reviews #comments ol.commentlist li img.avatar{width: 70px;height: 70px;padding: 0;margin: 0;border: none;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin: 0 0 0 85px;padding: 25px;background-color: #f5f5f5;border: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;position: relative}.woocommerce #reviews #comments ol.commentlist li .comment-text:after{right: 100%;top: 25px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-right-color: #f5f5f5;border-width: 7px}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size: 13px;color: #777;text-transform: uppercase;margin-top: 15px}.woocommerce #review_form #respond{margin-top: 45px;padding-top: 35px;border-top: 1px solid #eee}.woocommerce #review_form #respond h3.comment-reply-title{font-size: 25px;margin-bottom: 45px}.woocommerce #review_form #respond .comment-fields-wrap,.woocommerce #review_form #respond p{padding: 0 15px}.woocommerce #review_form #respond p.form-submit{margin: 0}.upsells.products,.related.products,.cross-sells{margin-top: 80px}.upsells.products h4.widget-title,.related.products h4.widget-title,.cross-sells h4.widget-title{font-size: 30px;padding-bottom: 20px;padding-left: 5px;margin-bottom: 40px;border-bottom: 1px solid}.upsells.products .product-slider .owl-theme .owl-controls,.related.products .product-slider .owl-theme .owl-controls,.cross-sells .product-slider .owl-theme .owl-controls{margin: 0;height: 0;position: absolute;top: -98px;right: 15px}.upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div,.related.products .product-slider .owl-theme .owl-controls .owl-buttons div,.cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div{width: 42px;height: 42px;border: 2px solid #eee;background-color: transparent;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;padding: 0;line-height: 38px;opacity: 1;color: #333333;margin: 0;font-size: 15px;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div:hover,.related.products .product-slider .owl-theme .owl-controls .owl-buttons div:hover,.cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div:hover{background-color: #F7F7F7;border-color: #F7F7F7}.upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev,.related.products .product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev,.cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev{margin-right: 5px}#popup-product-quick-view-wrapper{margin-bottom: 0}#popup-product-quick-view-wrapper .modal-body{padding: 30px}#popup-product-quick-view-wrapper .single-product-info{margin: 0 -15px}@media (min-width: 992px){#popup-product-quick-view-wrapper .single-product-info .single-product-image-wrap,#popup-product-quick-view-wrapper .single-product-info .summary-product-wrap{width: 50%}}.woocommerce-cart-form{margin-bottom: 40px}.woocommerce table.shop_table.cart{border: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;margin: 0}.woocommerce table.shop_table.cart thead th{color: #222222;font-size: 13px;text-transform: uppercase;line-height: 2.4;font-weight: normal;padding: 18px 12px;border-top: 2px solid #eee !important;border-bottom: 2px solid #eee !important}.woocommerce table.shop_table.cart tbody td{border-top: 1px solid #eee;padding: 20px 0}.woocommerce table.shop_table.cart .product-remove a{font-size: 16px;color: #aaa !important}.woocommerce table.shop_table.cart .product-remove a:hover{background-color: transparent}.woocommerce table.shop_table.cart .actions{border-top: 2px solid #eee}.woocommerce table.shop_table.cart tbody td.product-name img{width: 70px;float: left;margin-right: 50px}.woocommerce table.shop_table.cart tbody td.product-name .product-name-wrap .product-name-inner a{font-size: 15px;color: #202020;line-height: 1.4}.woocommerce table.shop_table.cart tbody td.product-name .product-name-wrap .product-name-inner a:hover{text-decoration: none}.woocommerce table.shop_table.cart tbody td.product-name dl.variation{color: #777777;margin: 5px 0 0 0}.woocommerce table.shop_table.cart tbody td.product-name dl.variation dt{font-weight: normal;padding: 0 0 5px}.woocommerce table.shop_table.cart tbody td.product-name dl.variation dd{padding: 0 0 5px;margin: 0}.woocommerce table.shop_table.cart td.product-price,.woocommerce table.shop_table.cart td.product-subtotal{font-size: 14px;line-height: 1.2}.woocommerce table.shop_table.cart td.actions{border-bottom: 1px solid #eee;padding-bottom: 50px}.woocommerce table.shop_table.cart td.actions .coupon .input-text{min-width: 270px;padding: 0 15px;margin: 0 15px 0 0;outline: 0;border: none;height: 44px}.woocommerce table.shop_table.cart td.actions .button{padding: 13px 25px;min-width: 140px}.woocommerce table.shop_table.cart td.actions input[name="update_cart"]{background-color: #333;color: #fff}@media (min-width: 769px){.woocommerce table.shop_table.cart .product-remove{border-left: 2px solid #eee;text-align: center}.woocommerce table.shop_table.cart tbody td.product-name .product-name-wrap{position: relative;overflow: hidden;height: 70px;display: table}.woocommerce table.shop_table.cart tbody td.product-name .product-name-wrap .product-name-inner{display: table-cell;vertical-align: middle}.woocommerce table.shop_table.cart .product-subtotal{border-right: 2px solid #eee}}.cart-collaterals h4.widget-title,.cart-collaterals h2{font-size: 25px;color: #25262C;margin-bottom: 45px;text-align: center}.woocommerce .cart-collaterals .cart_totals{width: 100%;float: left;margin: 0 -15px}.woocommerce .cart-collaterals .cart_totals_inner,.woocommerce-page .cart-collaterals .cart_totals_inner,.woocommerce-shipping-calculator{float: left;width: 50%;padding: 0 15px;margin-top: 30px}.shipping-calculator-form{display: block !important}.shipping-calculator-form .button{padding: 13px 25px !important;display: block !important;width: 100%}.shipping-calculator-form p{margin-bottom: 0}.woocommerce-cart .cart-collaterals .cart_totals table{margin: 0;border-top: 1px solid #eee;border-bottom: 1px solid #eee}.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td{font-size: 14px;font-weight: normal;color: #777777;line-height: 1.8;padding: 6px 0;border-top: 1px solid #eee}.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td,.woocommerce-cart .cart-collaterals .cart_totals table .order-total td,.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal strong,.woocommerce-cart .cart-collaterals .cart_totals table .order-total strong{font-weight: normal}.woocommerce ul#shipping_method{line-height: 2}.woocommerce ul#shipping_method li{padding: 0;text-indent: 0}.woocommerce ul#shipping_method li input[type=radio]{margin: 0;vertical-align: middle}.woocommerce ul#shipping_method li label{font-weight: normal;margin: 0}.woocommerce ul#shipping_method .amount{font-weight: normal}p.return-to-shop{margin-bottom: 80px !important}h3.check-out-title{font-size: 25px;color: #25262C;text-align: center;max-width: 570px;margin: auto;border-bottom: 2px solid #eee;padding-bottom: 20px}.woocommerce-checkout-info{border-bottom: 1px solid #eee;padding: 5px 0;text-align: center;max-width: 570px;margin: auto}.woocommerce-checkout form.checkout_coupon,.woocommerce-checkout form.login{border: none;padding: 20px 0;border-radius: 0;max-width: 570px;margin: auto;border-bottom: 1px solid #eee;text-align: center}.woocommerce-checkout form.checkout_coupon input.input-text,.woocommerce-checkout form.login input.input-text{max-width: 370px;text-align: center !important}.woocommerce-checkout form.checkout_coupon .form-row-first,.woocommerce-checkout form.login .form-row-first,.woocommerce-checkout form.checkout_coupon .form-row-last,.woocommerce-checkout form.login .form-row-last{width: 100%;float: none}.checkout_coupon + form.checkout.woocommerce-checkout,.login + form.checkout.woocommerce-checkout{margin-top: 70px}.woocommerce-billing-fields h3,#ship-to-different-address,#order_review_heading{font-size: 25px;color: #25262C;text-align: center;margin-bottom: 40px}.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float: none}.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label{margin: 0;font-weight: normal;display: inline-block}.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input[type=checkbox]{margin: 0;display: inline-block;position: relative}.select2-container .select2-choice{background-color: #f5f5f5;border: none;padding: 10px 20px;line-height: 20px;font-size: 14px;color: #858585;text-transform: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.select2-container .select2-choice:hover{text-decoration: none}.select2-drop-active{border: none;background-color: #f5f5f5}.woocommerce-checkout .select2-container--default .select2-selection--single{height: 40px;background-color: #f5f5f5;border: none;font-size: 14px;color: #858585;text-transform: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.woocommerce-checkout .select2-container--default .select2-selection--single:hover{text-decoration: none}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 40px;color: inherit}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height: 100%}.create-account,.create-account input.input-text{text-align: center !important}#customer_details{padding-bottom: 100px;border-bottom: 1px solid #eee}#order_review_heading{margin: 55px 0}.woocommerce table.woocommerce-checkout-review-order-table,.woocommerce table.shop_table.order_details{border: none;margin: 0 0 50px 0;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.woocommerce table.woocommerce-checkout-review-order-table td,.woocommerce table.shop_table.order_details td,.woocommerce table.woocommerce-checkout-review-order-table th,.woocommerce table.shop_table.order_details th{border-top: none;border-bottom: 1px solid #eee;padding: 7px 0;font-size: 14px;font-weight: normal;line-height: 1.8;text-align: center;width: 50%}.woocommerce table.woocommerce-checkout-review-order-table td a,.woocommerce table.shop_table.order_details td a,.woocommerce table.woocommerce-checkout-review-order-table th a,.woocommerce table.shop_table.order_details th a{color: #777777}.woocommerce table.woocommerce-checkout-review-order-table td strong,.woocommerce table.shop_table.order_details td strong,.woocommerce table.woocommerce-checkout-review-order-table th strong,.woocommerce table.shop_table.order_details th strong{font-weight: normal}.woocommerce table.woocommerce-checkout-review-order-table thead th,.woocommerce table.shop_table.order_details thead th{font-size: 13px;text-transform: uppercase;border-bottom-width: 2px}.woocommerce table.woocommerce-checkout-review-order-table tfoot th,.woocommerce table.shop_table.order_details tfoot th{font-weight: normal;border-top: none}.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation,.woocommerce table.shop_table.order_details td.product-name dl.variation{margin: 0}.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation dd,.woocommerce table.shop_table.order_details td.product-name dl.variation dd,.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation dt,.woocommerce table.shop_table.order_details td.product-name dl.variation dt{float: none;margin: 0;padding: 0;font-weight: normal}.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal td,.woocommerce table.shop_table.order_details .cart-subtotal td,.woocommerce table.woocommerce-checkout-review-order-table .order-total td,.woocommerce table.shop_table.order_details .order-total td,.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal th,.woocommerce table.shop_table.order_details .cart-subtotal th,.woocommerce table.woocommerce-checkout-review-order-table .order-total th,.woocommerce table.shop_table.order_details .order-total th{font-weight: normal}.woocommerce-checkout #payment{background-color: transparent;border-radius: 0}.woocommerce-checkout #payment ul.payment_methods{padding: 0;border: none}.woocommerce-checkout #payment ul.payment_methods li{text-align: center;margin-bottom: 10px}.woocommerce-checkout #payment ul.payment_methods li:last-child{margin-bottom: 0}.payment_box_title{background-color: #fafafa;padding: 5px 0}.payment_box_title.active label{color: #fff}.payment_box_title label{color: #222222;font-size: 13px;text-transform: uppercase;font-weight: normal;margin: 0;line-height: 2.4;vertical-align: middle}.woocommerce-checkout #payment ul.payment_methods li input{margin: 0 5px 0 0;vertical-align: middle}.woocommerce-checkout #payment ul.payment_methods li img{margin: 0}.woocommerce-checkout #payment div.payment_box{background-color: transparent;font-size: 14px;line-height: 1.8;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;padding: 0;margin: 20px 0;color: #777}.woocommerce-checkout #payment div.payment_box:before{display: none}.woocommerce-checkout #payment div.form-row{padding: 0;margin: 30px 0 0 0;text-align: center}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float: none}.woocommerce-order-received .woocommerce h2,.woocommerce-account .woocommerce h2,.woocommerce-order-received .woocommerce header.title h3,.woocommerce-account .woocommerce header.title h3{font-size: 25px;color: #25262C;margin-bottom: 20px}.woocommerce-order-received .woocommerce address,.woocommerce-account .woocommerce address{line-height: 1.8}.woocommerce .order_details{padding: 0}.woocommerce table.my_account_orders{font-size: 14px;border: 2px solid #eee}.woocommerce table.my_account_orders th{font-size: 13px;color: #222222;text-transform: uppercase;text-align: center;line-height: 2.4;padding: 14px 12px;font-weight: normal;border-bottom-width: 2px}.woocommerce table.my_account_orders td{text-align: center}.woocommerce table.my_account_orders .order-actions .button{margin: 0;min-width: 120px}.woocommerce-account .customer_login_form_wrap h2{margin-bottom: 40px;text-align: center}.woocommerce-account .customer_login_form_wrap .col-1,.woocommerce-account .customer_login_form_wrap .col-2{border: 2px solid #eee;padding: 50px 45px 30px 45px;text-align: center}.woocommerce-account .customer_login_form_wrap .col-2{border: none}.woocommerce-account .customer_login_form_wrap form.login,.woocommerce-account .customer_login_form_wrap form.register{padding: 0;margin: 0;text-align: center;border: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.woocommerce-account .customer_login_form_wrap form.login .form-row,.woocommerce-account .customer_login_form_wrap form.register .form-row{margin-bottom: 20px}.woocommerce-account .customer_login_form_wrap form.login label,.woocommerce-account .customer_login_form_wrap form.register label{margin-bottom: 5px}.woocommerce-account .customer_login_form_wrap form.login .input-text,.woocommerce-account .customer_login_form_wrap form.register .input-text{height: 42px;text-align: center}.woocommerce-account .customer_login_form_wrap form.login .woocommerce-form__label-for-checkbox,.woocommerce-account .customer_login_form_wrap form.register .woocommerce-form__label-for-checkbox,.woocommerce-account .customer_login_form_wrap form.login label[for="rememberme"],.woocommerce-account .customer_login_form_wrap form.register label[for="rememberme"]{display: block;font-size: 12px;color: #222222;margin-bottom: 30px}.woocommerce-account .customer_login_form_wrap form.login .woocommerce-form__label-for-checkbox,.woocommerce-account .customer_login_form_wrap form.register .woocommerce-form__label-for-checkbox{margin-bottom: 10px}.woocommerce-account .customer_login_form_wrap form.login .button,.woocommerce-account .customer_login_form_wrap form.register .button{margin-top: 5px;min-width: 100px;margin-bottom: 30px}.woocommerce-account .customer_login_form_wrap form.login .lost_password,.woocommerce-account .customer_login_form_wrap form.register .lost_password{text-align: right;font-size: 12px;text-transform: uppercase}.track_order{text-align: center}.track_order p:first-child{line-height: 1.8;max-width: 800px;margin-left: auto;margin-right: auto;display: block}.woocommerce .track_order .form-row-first,.woocommerce .track_order .form-row-last{float: none;margin: auto;margin-bottom: 20px}.woocommerce form.track_order .form-row input.input-text{text-align: center;height: 42px}.wishlist-title{display: none}.woocommerce table.shop_table.cart.wishlist_table{font-size: 100%}.woocommerce table.shop_table.cart.wishlist_table td.product-remove a{font-size: 0;height: 16px;width: 16px;margin: auto}.woocommerce table.shop_table.cart.wishlist_table td.product-remove a:before{font-size: 16px;font-family: 'Pe-icon-7-stroke';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e681"}.woocommerce table.shop_table.cart.wishlist_table tr td{text-align: left}.woocommerce table.shop_table.cart.wishlist_table td.product-name a{color: #333333;font-size: 16px}.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-in-stock,.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-out-of-stock{font-size: 13px;text-transform: uppercase;color: #888888}.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-in-stock{color: #D90000}.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart{border-right: 2px solid #eee;text-align: right;padding-right: 30px}.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart .add-to-cart-wrap{display: inline-block}.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a{font-size: 15px;line-height: 1.6;color: #fff;padding: 10px 25px;margin: 0;display: inline-block !important;white-space: nowrap;-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s}.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a:hover{background-color: #333}.woocommerce table.shop_table.cart.wishlist_table tfoot td{border-top: 2px solid #eee}.wishlist_table tr th.product-thumbnail{width: 120px}.wishlist_table tr th.product-remove{width: 70px}.wishlist_table tr td.product-thumbnail a{max-width: 70px}@media (max-width: 991px){.woocommerce div.product .woocommerce-tabs ul.tabs{float: none;width: 100%;margin: 0 0 30px 0;padding: 20px}.woocommerce table.shop_table.cart td.actions .coupon .input-text{min-width: 170px}}@media (min-width: 768px) and (max-width: 991px){.product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(4n+1){clear: none}.product-listing.woocommerce.columns-4 .product-item-wrap{width: 33.33333333%}.product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(3n+1){clear: both}}@media (max-width: 768px){.woocommerce-shipping-fields{margin-top: 70px}#customer_details{padding-bottom: 70px}.woocommerce table.shop_table.cart tbody td.product-name img{display: none}.woocommerce table.shop_table.cart td.actions > .button{float: left;width: 48%}.woocommerce table.shop_table.cart td.actions > .checkout-button{float: right}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color: transparent}.woocommerce .cart-collaterals .cart_totals_inner,.woocommerce-page .cart-collaterals .cart_totals_inner,.woocommerce-shipping-calculator{width: 100%}.woocommerce .cart-collaterals .cart_totals_inner,.woocommerce-page .cart-collaterals .cart_totals_inner{margin-top: 50px}}@media (max-width: 767px){.product-listing.woocommerce.columns-3 .product-item-wrap:nth-child(3n+1),.product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(4n+1){clear: none}.product-listing.woocommerce.columns-2 .product-item-wrap,.product-listing.woocommerce.columns-3 .product-item-wrap,.product-listing.woocommerce.columns-4 .product-item-wrap{width: 50% !important}.product-listing.woocommerce.columns-2 .product-item-wrap:nth-child(2n+1),.product-listing.woocommerce.columns-3 .product-item-wrap:nth-child(2n+1),.product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(2n+1){clear: both}.breadcrumb-archive-product-wrap .catalog-filter{position: relative;margin-top: -32px;height: auto}.woocommerce .woocommerce-result-count{width: 100%;margin: 0}.woocommerce .woocommerce-ordering{float: left;margin-bottom: 15px}.woocommerce-page-size{margin-bottom: 15px}.site-content-single-product .single-product-info .single-product-image-wrap{float: none;width: 100%;margin-bottom: 30px}.site-content-single-product .single-product-info .summary-product-wrap{float: none;width: 100%}.site-content-single-product .single-product-info .summary-product-wrap form.cart .button,.site-content-single-product .single-product-info .summary-product-wrap form.cart .added_to_cart{min-width: 0}.woocommerce .cart-collaterals .cart_totals{margin: 0;float: none}.woocommerce .cart-collaterals .cart_totals_inner,.woocommerce-page .cart-collaterals .cart_totals_inner,.woocommerce-shipping-calculator{width: 100%;padding: 0;float: none}}@media (max-width: 500px){.woocommerce .woocommerce-result-count{margin-right: 0}.woocommerce .woocommerce-ordering{float: left}}@media (max-width: 480px){.product-listing.woocommerce.columns-2 .product-item-wrap,.product-listing.woocommerce.columns-3 .product-item-wrap,.product-listing.woocommerce.columns-4 .product-item-wrap{width: 100% !important}.product-listing.woocommerce.columns-2 .product-item-wrap:nth-child(2n+1),.product-listing.woocommerce.columns-3 .product-item-wrap:nth-child(3n+1),.product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(4n+1){clear: none}.woocommerce #reviews #comments ol.commentlist li img.avatar{display: none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin: 0}.upsells.products .product-slider .owl-theme .owl-controls,.related.products .product-slider .owl-theme .owl-controls,.cross-sells .product-slider .owl-theme .owl-controls{display: none !important}.woocommerce .cart-form,form#yith-wcwl-form{overflow-x: scroll}.woocommerce table.shop_table.cart td.actions .coupon .input-text{margin: 0 0 .5em 0}.woocommerce table.shop_table.cart td.actions .coupon .input-text,.woocommerce table.shop_table.cart td.actions .coupon input,.woocommerce table.shop_table.cart td.actions > .button{width: 100%}.woocommerce table.shop_table.cart td.actions [name="update_cart"]{margin-bottom: .5em}}@media (max-width: 320px){.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-to-wishlist{margin: 0 0 15px 0}.woocommerce-account #customer_login .col-1,.woocommerce-account #customer_login .col-2{padding: 50px 15px 30px 15px}}.woocommerce-account .woocommerce-MyAccount-navigation{width: 25%}.woocommerce-account .woocommerce-MyAccount-content{width: 75%}.woocommerce-MyAccount-navigation ul{margin-right: 30px;border: 3px solid #ddd;list-style: none;padding: 18px 20px}.woocommerce-MyAccount-navigation li a{line-height: 20px;padding: 12px 0;display: block;color: inherit}.woocommerce-MyAccount-navigation li + li{border-top: 1px solid #ddd}.woocommerce-MyAccount-navigation li.is-active a,.woocommerce-MyAccount-navigation li:hover a{color: #8d7745}@media (max-width: 991px){.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float: none;width: 100%}.woocommerce-MyAccount-navigation ul{margin-right: 0;margin-bottom: 30px}}@media screen and (min-width: 601px){body.woocommerce-demo-store{margin-top: 50px}}@media screen and (max-width: 782px){.admin-bar p.demo_store{top: 46px}}@media screen and (max-width: 600px){.admin-bar p.demo_store{position: absolute;top: 0}body.woocommerce-demo-store{padding-top: 50px}}.woocommerce div.product div.images.woocommerce-product-gallery{float: none;width: 100%;margin-bottom: 0}.woocommerce div.product.sale div.images .woocommerce-product-gallery__trigger{top: 60px}.woocommerce div.product div.images .flex-control-thumbs{margin: 10px -5px 0 -5px}.woocommerce div.product div.images .flex-control-thumbs .owl-item li{width: 100%;padding: 0 5px}.handmade-heading{font-size: 30px;line-height: 1.2;padding-bottom: 24px;padding-left: 5px;position: relative}.handmade-heading:after{content: '';border-bottom: 1px solid;display: block;padding-top: 20px;position: absolute;left: 0;right: 0;bottom: 0}.handmade-heading.style2{margin-top: 35px;padding-bottom: 10px}.handmade-heading.style2:after{border-bottom: 1px solid #eee;padding-top: 0;bottom: auto;top: -34px}.owl-g5plus-shortcode .owl-controls .owl-buttons div{position: absolute;width: 40px;height: 40px;background: #ffffff;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;border: 1px solid #e1e1e1;top: 50%;margin-top: -20px;opacity: 0;-moz-transition-duration: .4s;-webkit-transition-duration: .4s;-ms-transition-duration: .4s;-o-transition-duration: .4s;transition-duration: .4s;line-height: 40px}.owl-g5plus-shortcode .owl-controls .owl-buttons div i{color: #000000;font-size: 20px}.owl-g5plus-shortcode .owl-controls .owl-buttons .owl-prev{left: 20px}.owl-g5plus-shortcode .owl-controls .owl-buttons .owl-next{right: 20px}.owl-g5plus-shortcode:hover .owl-controls .owl-buttons .owl-prev{left: -45px;opacity: 1}.owl-g5plus-shortcode:hover .owl-controls .owl-buttons .owl-next{right: -45px;opacity: 1}.owl-g5plus-shortcode .owl-controls .owl-page span{width: 10px;height: 10px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;margin: 5px}@media (max-width: 800px){.owl-g5plus-shortcode:hover .owl-controls .owl-buttons .owl-prev{left: 0}.owl-g5plus-shortcode:hover .owl-controls .owl-buttons .owl-next{right: 0}}.handmade-button{position: relative;display: inline-block;-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-ms-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear;font-size: 15px;line-height: 1.6;font-weight: 400;text-align: center}.handmade-button i{position: absolute;font-size: 20px;line-height: 1.2}.handmade-button.i_left{padding-left: 40px !important}.handmade-button.i_right{padding-right: 40px !important}.handmade-button.i_left i{left: 15px;margin-right: 5px}.handmade-button.i_right i{margin-left: 5px;right: 15px}.handmade-button.style1{border: 2px solid;color: #fff}.handmade-button.style1.gray-color{border: 2px solid #ccc;background-color: #ccc;color: #888}.handmade-button.style1:hover,.handmade-button.style1.active{color: #fff}.handmade-button.style2{border: 2px solid #eee}.handmade-button.style2:hover,.handmade-button.style2.active{color: #fff}.handmade-button.style2.button-light{color: #fff}.handmade-button.button-1x{min-width: 140px;padding: 4px 15px}.handmade-button.button-1x i{top: 4px}.handmade-button.button-2x{min-width: 140px;padding: 7px 20px}.handmade-button.button-2x i{top: 7px}.handmade-button.button-3x{min-width: 160px;padding: 10px 20px}.handmade-button.button-3x i{top: 10px}.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading,.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading{margin: 0 !important}.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4,.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4{font-size: 14px}.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a,.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a{font-family: inherit;font-size: inherit;vertical-align: middle;padding: 17px;color: #202020}.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a:hover,.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a:hover{text-decoration: none}.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a .vc_tta-icon,.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a .vc_tta-icon{font-size: 26px;width: 35px;vertical-align: middle;display: inline-block}.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a span,.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a span,.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a i,.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a i{color: #202020}.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-controls-icon,.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-controls-icon{width: 7px;height: 4px}.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before,.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before{border-width: 4px}.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-body,.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-body{border: none !important}.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-1 .vc_tta-panel + .vc_tta-panel,.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-1 .vc_tta-panel + .vc_tta-panel{padding-top: 1px}.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-2 .vc_tta-panel + .vc_tta-panel,.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-2 .vc_tta-panel + .vc_tta-panel{padding-top: 2px}.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-3 .vc_tta-panel + .vc_tta-panel,.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-3 .vc_tta-panel + .vc_tta-panel{padding-top: 3px}.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-4 .vc_tta-panel + .vc_tta-panel,.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-4 .vc_tta-panel + .vc_tta-panel{padding-top: 4px}.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-5 .vc_tta-panel + .vc_tta-panel,.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-5 .vc_tta-panel + .vc_tta-panel{padding-top: 5px}.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-10 .vc_tta-panel + .vc_tta-panel,.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-10 .vc_tta-panel + .vc_tta-panel{padding-top: 10px}.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-15 .vc_tta-panel + .vc_tta-panel,.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-15 .vc_tta-panel + .vc_tta-panel{padding-top: 15px}.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-20 .vc_tta-panel + .vc_tta-panel,.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-20 .vc_tta-panel + .vc_tta-panel{padding-top: 20px}.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-25 .vc_tta-panel + .vc_tta-panel,.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-25 .vc_tta-panel + .vc_tta-panel{padding-top: 25px}.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-30 .vc_tta-panel + .vc_tta-panel,.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-30 .vc_tta-panel + .vc_tta-panel{padding-top: 30px}.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-35 .vc_tta-panel + .vc_tta-panel,.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-35 .vc_tta-panel + .vc_tta-panel{padding-top: 35px}.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-controls-icon-position-right .vc_tta-controls-icon,.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-controls-icon-position-right .vc_tta-controls-icon{right: 5px !important}.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-body{border: 1px solid #ddd !important}.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-body{background-color: #DDDDDD !important}@media (max-width: 480px){.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-title-text:not(:empty):not(:first-child),.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-title-text:not(:empty):not(:first-child),.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-title-text:not(:empty) ~ *,.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-title-text:not(:empty) ~ *{margin-left: 0 !important}.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-icon,.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-icon{display: none !important}}.vc_tta-style-tour_style1 .vc_tta-panel-heading{border-bottom: 1px solid #eee}.vc_tta-style-tour_style1 .vc_tta-tabs-list{width: 100%;margin: 0 !important;border: 3px solid #eee;-webkit-align-self: flex-start !important;-ms-flex-item-align: flex-start !important;align-self: flex-start !important;padding: 30px 0 !important}.vc_tta-style-tour_style1 .vc_tta-tabs-list .vc_tta-tab:last-child .vc_tta-title-text{border-bottom: 0}.vc_tta-style-tour_style1 .vc_tta-title-text{font-size: 15px;color: #999999 !important;border-bottom: 1px solid #eee;display: block;padding-bottom: 10px;padding-left: 6px}.vc_tta-style-tour_style1 .vc_tta-title-text a{color: #999999 !important}.vc_tta-style-tour_style1 .vc_tta-panel-body{padding-top: 0 !important}.vc_tta-style-tour_style1 .vc_tta-tab > a{padding: 0 20px !important}.vc_tta-style-tour_style1 .vc_tta-tabs-container{margin: 10px 10px 0 0 !important}@media (max-width: 767px){.vc_tta-style-tour_style1 .vc_tta-panels-container{border: 3px solid #eee !important}}.vc_tta-style-tab_style1 .vc_tta-tabs-container{border-bottom: 1px solid}.vc_tta-style-tab_style1 .vc_tta-tabs-container h2{position: absolute;left: 0;top: 8px;font-size: 30px;padding-left: 5px}.vc_tta-style-tab_style1 .vc_tta-tabs-container .vc_tta-tabs-list{padding-bottom: 4px}.vc_tta-style-tab_style1 .vc_tta-tabs-container .vc_tta-title-text{font-size: 15px}.vc_tta-style-tab_style1 .vc_tta-panel-heading{border-bottom: 1px solid !important}.vc_tta-style-tab_style1 .vc_tta-panel-body{border-width: 0 !important}.vc_tta-style-tab_style1.vc_general .vc_tta-panel-body{-webkit-transition: padding .6s ease-in-out;-moz-transition: padding .6s ease-in-out;-ms-transition: padding .6s ease-in-out;-o-transition: padding .6s ease-in-out;transition: padding .6s ease-in-out}.vc_color-hm-info.vc_message_box{color: #6379B7;border-color: #6379B7;background-color: #F7FAFF}.vc_color-hm-info.vc_message_box .vc_message_box-icon{color: #6379B7}.vc_color-hm-info.vc_message_box-solid{color: #6379B7;border-color: transparent;background-color: #F7FAFF}.vc_color-hm-info.vc_message_box-solid .vc_message_box-icon{color: #6379B7}.vc_color-hm-info.vc_message_box-outline,.vc_color-hm-info.vc_message_box-solid-icon{color: #6379B7;border-color: #6379B7;background-color: transparent}.vc_color-hm-info.vc_message_box-outline .vc_message_box-icon,.vc_color-hm-info.vc_message_box-solid-icon .vc_message_box-icon{color: #6379B7}.vc_color-hm-info.vc_message_box-solid-icon .vc_message_box-icon{color: #6379B7;background-color: #F7FAFF}.vc_color-hm-info.vc_message_box-3d{box-shadow: 0 5px 0 #6379b7}.vc_color-hm-warning.vc_message_box{color: #F2C800;border-color: #F2C800;background-color: #FFFDF3}.vc_color-hm-warning.vc_message_box .vc_message_box-icon{color: #F2C800}.vc_color-hm-warning.vc_message_box-solid{color: #F2C800;border-color: transparent;background-color: #FFFDF3}.vc_color-hm-warning.vc_message_box-solid .vc_message_box-icon{color: #F2C800}.vc_color-hm-warning.vc_message_box-outline,.vc_color-hm-warning.vc_message_box-solid-icon{color: #F2C800;border-color: #F2C800;background-color: transparent}.vc_color-hm-warning.vc_message_box-outline .vc_message_box-icon,.vc_color-hm-warning.vc_message_box-solid-icon .vc_message_box-icon{color: #F2C800}.vc_color-hm-warning.vc_message_box-solid-icon .vc_message_box-icon{color: #F2C800;background-color: #FFFDF3}.vc_color-hm-warning.vc_message_box-3d{box-shadow: 0 5px 0 #f2c800}.vc_color-hm-success.vc_message_box{color: #339B62;border-color: #339B62;background-color: #F5FCF8}.vc_color-hm-success.vc_message_box .vc_message_box-icon{color: #339B62}.vc_color-hm-success.vc_message_box-solid{color: #339B62;border-color: transparent;background-color: #F5FCF8}.vc_color-hm-success.vc_message_box-solid .vc_message_box-icon{color: #339B62}.vc_color-hm-success.vc_message_box-outline,.vc_color-hm-success.vc_message_box-solid-icon{color: #339B62;border-color: #339B62;background-color: transparent}.vc_color-hm-success.vc_message_box-outline .vc_message_box-icon,.vc_color-hm-success.vc_message_box-solid-icon .vc_message_box-icon{color: #339B62}.vc_color-hm-success.vc_message_box-solid-icon .vc_message_box-icon{color: #339B62;background-color: #F5FCF8}.vc_color-hm-success.vc_message_box-3d{box-shadow: 0 5px 0 #339b62}.vc_color-hm-danger.vc_message_box{color: #CB323E;border-color: #CB323E;background-color: #FDF4F3}.vc_color-hm-danger.vc_message_box .vc_message_box-icon{color: #CB323E}.vc_color-hm-danger.vc_message_box-solid{color: #CB323E;border-color: transparent;background-color: #FDF4F3}.vc_color-hm-danger.vc_message_box-solid .vc_message_box-icon{color: #CB323E}.vc_color-hm-danger.vc_message_box-outline,.vc_color-hm-danger.vc_message_box-solid-icon{color: #CB323E;border-color: #CB323E;background-color: transparent}.vc_color-hm-danger.vc_message_box-outline .vc_message_box-icon,.vc_color-hm-danger.vc_message_box-solid-icon .vc_message_box-icon{color: #CB323E}.vc_color-hm-danger.vc_message_box-solid-icon .vc_message_box-icon{color: #CB323E;background-color: #FDF4F3}.vc_color-hm-danger.vc_message_box-3d{box-shadow: 0 5px 0 #cb323e}.vc_color-hm-info p,.vc_color-hm-warning p,.vc_color-hm-success p,.vc_color-hm-danger p{padding: 25px 0 23px 23px}.vc_color-hm-info i,.vc_color-hm-warning i,.vc_color-hm-success i,.vc_color-hm-danger i{font-size: 36px;margin-left: 15px}.contact-get-in-touch .wpcf7-text,.contact-get-in-touch .wpcf7-textarea{width: 100%}.contact-get-in-touch p{color: #202020;font-size: 13px}.contact-get-in-touch .contact-title{font-size: 14px;color: #868686;padding: 0 15px}.contact-get-in-touch h3{font-size: 25px;margin-bottom: 15px}.contact-get-in-touch span.wpcf7-form-control-wrap{display: block;padding-top: 8px}.v-line{position: relative;min-height: 66px}.v-line:after{border-right: 1px solid #eee;position: absolute;right: 0;top: -26px;bottom: -26px;margin: auto;width: 1px;display: block;content: ''}.box-message .wpb_text_column{min-height: 187px;padding-top: 53px;border: 1px solid}.box-message .wpb_text_column:hover *{color: #ffffff !important}.box-message .wpb_text_column a{text-decoration: underline}@media (max-width: 991px){.v-line:after{display: none}}.min-height-366{min-height: 366px}.i-location,.i-phone,.i-mail,.i-clock{color: #868686;margin-bottom: 10px}.i-location:before,.i-phone:before,.i-mail:before,.i-clock:before{font-family: fontawesome;font-size: 20px;display: inline-block;width: 40px}.i-location:before{content: "\f041"}.i-phone:before{content: "\f095"}.i-mail:before{content: "\f0e0"}.i-clock:before{content: "\f017"}a{color: #8d7745}a:hover{color: #8d7745}a:focus,a.active{color: #8d7745}.vc_tta-style-tab_style1 .vc_tta-tab.vc_active > a span,.handmade-vertical-progress-bar .vc_single_bar .vc_label_units,.handmade-icon-box.style2:hover .ibox-icon i,.handmade-icon-box .ibox-icon,.handmade-icon-box h3:hover a,.handmade-titles span,.handmade-banner a span.sub-title,.p-color,.p-color-hover:hover,ul.breadcrumbs li + li:before,.blog-inner h3.entry-title a:hover,.handmade-post h3.entry-title a:hover,.blog-inner article.format-link .entry-content-link a:hover,.handmade-post article.format-link .entry-content-link a:hover,.woocommerce div.product span.price ins,.woocommerce div.product p.price ins,.woocommerce div.product p.price,.woocommerce div.product span.price,.search-form input[type="text"]:focus + button,.search-form button[type="submit"]:hover,#wp-calendar tbody a,.sidebar ul.product_list_widget li a:hover,.wpb_widgetised_column ul.product_list_widget li a:hover,.sidebar ul.product_list_widget li span.amount,.wpb_widgetised_column ul.product_list_widget li span.amount,.product-listing.woocommerce .product-name a:hover,.portfolio-item a:hover i,.entry-content a,.comment-text a,.entry-content a:hover,.comment-text a:hover,.sidebar .widget-social-profile ul.social-profile li a,.wpb_widgetised_column .widget-social-profile ul.social-profile li a,.top-bar .sidebar i.fa,.shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a:hover,header.main-header i.fa,.custom-select:before,.woocommerce .woocommerce-ordering:after,.woocommerce-page-size:after,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a,.product-listing.woocommerce .product-actions .added_to_cart.wc-forward,.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:hover,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:hover,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:hover,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare:hover,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .compare.added:before,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:before,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:before,.site-content-single-product .single-product-info .summary-product-wrap .product_meta > span a,.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,.woocommerce table.shop_table.cart tbody td.product-name .product-name-wrap .product-name-inner a:hover,.woocommerce table.shop_table.cart td.product-price,.woocommerce table.shop_table.cart td.product-subtotal,.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td,.woocommerce-cart .cart-collaterals .cart_totals table .order-total td,.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal strong,.woocommerce-cart .cart-collaterals .cart_totals table .order-total strong,.woocommerce ul#shipping_method .amount,.woocommerce table.woocommerce-checkout-review-order-table thead th,.woocommerce table.shop_table.order_details thead th,.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal td,.woocommerce table.shop_table.order_details .cart-subtotal td,.woocommerce table.woocommerce-checkout-review-order-table .order-total td,.woocommerce table.shop_table.order_details .order-total td,.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal th,.woocommerce table.shop_table.order_details .cart-subtotal th,.woocommerce table.woocommerce-checkout-review-order-table .order-total th,.woocommerce table.shop_table.order_details .order-total th,.woocommerce table.shop_table.cart.wishlist_table td.product-name a:hover,.sc-product-sidebar-wrap span.amount,.sc-product-sidebar-wrap .owl-theme .owl-controls .owl-buttons div:hover,.sc-product-sidebar-wrap .comment a.title:hover,.contact-form-7-slider-wrap .form-submit input[type="submit"],.i-location:before,.i-phone:before,.i-mail:before,.i-clock:before,.blog-inner .jp-play-pause i,.handmade-post .jp-play-pause i,.blog-inner article.format-quote .entry-content-quote blockquote cite,.handmade-post article.format-quote .entry-content-quote blockquote cite,.sidebar .widget_archive li > a:hover,.wpb_widgetised_column .widget_archive li > a:hover,.sidebar .widget_categories li > a:hover,.wpb_widgetised_column .widget_categories li > a:hover,.sidebar .widget_pages li > a:hover,.wpb_widgetised_column .widget_pages li > a:hover,.sidebar .widget_meta li > a:hover,.wpb_widgetised_column .widget_meta li > a:hover,.sidebar .widget_recent_comments li > a:hover,.wpb_widgetised_column .widget_recent_comments li > a:hover,.sidebar .widget_recent_entries li > a:hover,.wpb_widgetised_column .widget_recent_entries li > a:hover,.sidebar .widget_rss li > a:hover,.wpb_widgetised_column .widget_rss li > a:hover,.sidebar .widget_nav_menu > div li > a:hover,.wpb_widgetised_column .widget_nav_menu > div li > a:hover,.sidebar .widget_product_categories li > a:hover,.wpb_widgetised_column .widget_product_categories li > a:hover,.sidebar .widget_layered_nav li > a:hover,.wpb_widgetised_column .widget_layered_nav li > a:hover,.sidebar .widget_archive li.current-cat > a,.wpb_widgetised_column .widget_archive li.current-cat > a,.sidebar .widget_categories li.current-cat > a,.wpb_widgetised_column .widget_categories li.current-cat > a,.sidebar .widget_pages li.current-cat > a,.wpb_widgetised_column .widget_pages li.current-cat > a,.sidebar .widget_meta li.current-cat > a,.wpb_widgetised_column .widget_meta li.current-cat > a,.sidebar .widget_recent_comments li.current-cat > a,.wpb_widgetised_column .widget_recent_comments li.current-cat > a,.sidebar .widget_recent_entries li.current-cat > a,.wpb_widgetised_column .widget_recent_entries li.current-cat > a,.sidebar .widget_rss li.current-cat > a,.wpb_widgetised_column .widget_rss li.current-cat > a,.sidebar .widget_nav_menu > div li.current-cat > a,.wpb_widgetised_column .widget_nav_menu > div li.current-cat > a,.sidebar .widget_product_categories li.current-cat > a,.wpb_widgetised_column .widget_product_categories li.current-cat > a,.sidebar .widget_layered_nav li.current-cat > a,.wpb_widgetised_column .widget_layered_nav li.current-cat > a,.sidebar .widget_archive li.current-menu-item > a,.wpb_widgetised_column .widget_archive li.current-menu-item > a,.sidebar .widget_categories li.current-menu-item > a,.wpb_widgetised_column .widget_categories li.current-menu-item > a,.sidebar .widget_pages li.current-menu-item > a,.wpb_widgetised_column .widget_pages li.current-menu-item > a,.sidebar .widget_meta li.current-menu-item > a,.wpb_widgetised_column .widget_meta li.current-menu-item > a,.sidebar .widget_recent_comments li.current-menu-item > a,.wpb_widgetised_column .widget_recent_comments li.current-menu-item > a,.sidebar .widget_recent_entries li.current-menu-item > a,.wpb_widgetised_column .widget_recent_entries li.current-menu-item > a,.sidebar .widget_rss li.current-menu-item > a,.wpb_widgetised_column .widget_rss li.current-menu-item > a,.sidebar .widget_nav_menu > div li.current-menu-item > a,.wpb_widgetised_column .widget_nav_menu > div li.current-menu-item > a,.sidebar .widget_product_categories li.current-menu-item > a,.wpb_widgetised_column .widget_product_categories li.current-menu-item > a,.sidebar .widget_layered_nav li.current-menu-item > a,.wpb_widgetised_column .widget_layered_nav li.current-menu-item > a,.sidebar .widget-twitter-wrap i,.wpb_widgetised_column .widget-twitter-wrap i,.sidebar .widget-twitter-wrap span.twitter-content a:hover,.wpb_widgetised_column .widget-twitter-wrap span.twitter-content a:hover,.sidebar .mail-chimp-wrapper .mail-chimp-button > button,.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > button,.sidebar ul.instagram-pics + p,.wpb_widgetised_column ul.instagram-pics + p,.sidebar .widget-posts-wrap .widget-posts-title:hover,.wpb_widgetised_column .widget-posts-wrap .widget-posts-title:hover,#g5plus-modal-search .g5plus-dismiss-modal:hover,#g5plus-modal-search .ajax-search-result li:hover > a,#g5plus-modal-search .ajax-search-result li.selected > a,#search_popup_wrapper .search-popup-inner > button,.social.icon-text a i,footer.main-footer-wrapper .sidebar .widget_archive li > a:hover,footer.main-footer-wrapper .sidebar .widget_categories li > a:hover,footer.main-footer-wrapper .sidebar .widget_product_categories li > a:hover,footer.main-footer-wrapper .sidebar .widget_nav_menu > div li > a:hover,footer.main-footer-wrapper .sidebar .widget_meta li > a:hover,footer.main-footer-wrapper .sidebar .widget_pages li > a:hover,footer.main-footer-wrapper .sidebar .widget_recent_comments li > a:hover,footer.main-footer-wrapper .sidebar .widget_recent_entries li > a:hover,footer.main-footer-wrapper .sidebar .widget_rss li > a:hover,footer.main-footer-wrapper .sidebar .widget_archive li.current-cat > a,footer.main-footer-wrapper .sidebar .widget_categories li.current-cat > a,footer.main-footer-wrapper .sidebar .widget_product_categories li.current-cat > a,footer.main-footer-wrapper .sidebar .widget_nav_menu > div li.current-cat > a,footer.main-footer-wrapper .sidebar .widget_meta li.current-cat > a,footer.main-footer-wrapper .sidebar .widget_pages li.current-cat > a,footer.main-footer-wrapper .sidebar .widget_recent_comments li.current-cat > a,footer.main-footer-wrapper .sidebar .widget_recent_entries li.current-cat > a,footer.main-footer-wrapper .sidebar .widget_rss li.current-cat > a,footer.main-footer-wrapper .sidebar .widget_archive li.current-menu-item > a,footer.main-footer-wrapper .sidebar .widget_categories li.current-menu-item > a,footer.main-footer-wrapper .sidebar .widget_product_categories li.current-menu-item > a,footer.main-footer-wrapper .sidebar .widget_nav_menu > div li.current-menu-item > a,footer.main-footer-wrapper .sidebar .widget_meta li.current-menu-item > a,footer.main-footer-wrapper .sidebar .widget_pages li.current-menu-item > a,footer.main-footer-wrapper .sidebar .widget_recent_comments li.current-menu-item > a,footer.main-footer-wrapper .sidebar .widget_recent_entries li.current-menu-item > a,footer.main-footer-wrapper .sidebar .widget_rss li.current-menu-item > a,footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more a,footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more > span,footer.main-footer-wrapper .sidebar aside.widget-social-profile.footer-social-icon span,footer.main-footer-wrapper .main-footer .footer-contact-form span.wpcf7-not-valid-tip,footer.main-footer-wrapper .bottom-bar-wrapper .bottom-bar-text a,.post-navigation .nav-previous:hover .post-navigation-icon,.post-navigation .nav-next:hover .post-navigation-icon,.post-navigation .nav-previous:hover .post-navigation-title,.post-navigation .nav-next:hover .post-navigation-title,.top-bar .sidebar a:hover,.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a:hover,.shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,.handmade-view-demo h3 a:hover,.site-content-single-product .single-product-info .summary-product-wrap h1.product_title a:hover,.top-bar .sidebar .widget #lang_sel > ul > li > a:after{color: #8d7745}.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover,.handmade-button.style1,.handmade-button.style2:hover,.handmade-button.style2.active,.owl-theme .owl-controls .owl-page span,.handmade-call-action.style2,.handmade-icon-box.style2 .ibox-icon i,.handmade-banner a span.handmade-button,.handmade-banner.style4,.p-color-bg,.p-color-bg-hover:hover,.blog-paging-wrapper .pagination > li > span.current,.woocommerce-pagination .pagination > li > a.current,.woocommerce-pagination .pagination > li > span.current,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce a.added_to_cart,.woocommerce .widget_price_filter .ui-slider .ui-slider-range,#wp-calendar tbody td:hover,.sidebar .tagcloud a:hover,.wpb_widgetised_column .tagcloud a:hover,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,.product-listing.woocommerce .product-actions .add_to_wishlist:hover,.product-listing.woocommerce .product-actions .compare:hover,.product-listing.woocommerce .product-actions .product-quick-view:hover,.product-listing.woocommerce .product-actions .btn_add_to_cart:hover,.product-listing.woocommerce .product-actions .product_type_variable:not(.btn_add_to_cart):hover,.product-listing.woocommerce .product-actions .added_to_cart.wc-forward:hover,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a.active,.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a.active,.product-listing.woocommerce .product-actions .add_to_wishlist.active,.product-listing.woocommerce .product-actions .compare.active,.product-listing.woocommerce .product-actions .product-quick-view.active,.product-listing.woocommerce .product-actions .btn_add_to_cart.active,.product-listing.woocommerce .product-actions .added_to_cart.wc-forward.active,.product-listing.woocommerce .product-actions .added-spinner,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:hover:before,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:hover:before,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:hover:before,.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare:hover i,.woocommerce table.shop_table.cart td.actions input[name="update_cart"]:hover,.payment_box_title.active,.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a,.box-message .wpb_text_column:hover,.entry-content input[type="submit"],.comment-text input[type="submit"],.social-share-wrap ul.social-share li a:hover,.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.current,.woocommerce .widget_price_filter .price_slider_amount .button:hover,.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a:hover,.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a:hover,.blog-inner .jp-play-bar,.handmade-post .jp-play-bar,.blog-inner .jp-volume-bar-value,.handmade-post .jp-volume-bar-value,.tparrows.preview1:hover:after,#popup-product-quick-view-wrapper .popup-close,.dialog.dialog--open button[data-dialog-close],.on-sold,.handmade-button.style2:hover,.handmade-button.style2.active,.g5plus-page-links .g5plus-page-link:hover,.g5plus-page-links > .g5plus-page-link,.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button:hover,.countdown.under-construction .time .count .box{background-color: #8d7745}.handmade-button.style1,.handmade-button.style2:hover,.handmade-button.style2.active,.handmade-heading:after,.handmade-icon-box.style2 .ibox-icon i,div.handmade-banner.style3,div.handmade-banner.style1,.handmade-banner.style4 .overlay-banner a .content-middle .content-middle-inner span.title-style4,.handmade-banner.custom .content-middle-inner:before,div.handmade-banner.style3 .bg-img,.handmade-banner .content-middle-inner:before,.p-color-border,.blog-paging-wrapper .pagination > li > span.current,.woocommerce-pagination .pagination > li > a.current,.woocommerce-pagination .pagination > li > span.current,.woocommerce .widget_price_filter,.search-form input[type="text"]:focus,.sidebar .tagcloud a:hover,.wpb_widgetised_column .tagcloud a:hover,h3.sc-title,.product-category .product-category-inner:after,.product-listing.woocommerce .product-item-wrap.active .product-item-inner,.product-listing.woocommerce .product-item-wrap:hover .product-item-inner,.upsells.products h4.widget-title,.related.products h4.widget-title,.cross-sells h4.widget-title,.sc-product-sidebar-wrap h4.sc-title,.sidebar .widget_recent_reviews h4.widget-title,.wpb_widgetised_column .widget_recent_reviews h4.widget-title,.sidebar .widget_top_rated_products h4.widget-title,.wpb_widgetised_column .widget_top_rated_products h4.widget-title,.sidebar .widget_products h4.widget-title,.wpb_widgetised_column .widget_products h4.widget-title,.sidebar .widget_recently_viewed_products h4.widget-title,.wpb_widgetised_column .widget_recently_viewed_products h4.widget-title,.box-message .wpb_text_column,.contact-form-7-slider-inner,.handmade-testimonial.style1 .owl-theme .owl-controls .owl-page.active span,.entry-content blockquote,.comment-text blockquote,.site-content-single-post .blog-inner blockquote,.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.current,.sidebar .widget-social-profile.blog-widget,.wpb_widgetised_column .widget-social-profile.blog-widget,#search_popup_wrapper .search-popup-inner > button,.handmade-button.style2:hover,.handmade-button.style2.active,.g5plus-page-links .g5plus-page-link:hover,.g5plus-page-links > .g5plus-page-link,.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button:hover{border-color: #8d7745}.p-bg-rgba-color{background-color: rgba(141,119,69,0.9)}.p-color-bt{border-top-color: #8d7745}.vc_tta-style-tab_style1 .vc_tta-tabs-container,.p-color-bb{border-bottom-color: #8d7745}.p-color-bl{border-left-color: #8d7745}.p-color-br{border-right-color: #8d7745}.vc_tta-style-tab_style1 .vc_tta-panel .vc_tta-panel-heading{border-bottom-color: #8d7745 !important}.border-p-color{border: 2px solid #8d7745}.handmade-line{border-bottom: 1px solid #8d7745}::selection{background-color: #8d7745}::-moz-selection{background-color: #8d7745}.blog-inner .entry-thumbnail a.entry-thumbnail_overlay:before,.handmade-post .entry-thumbnail a.entry-thumbnail_overlay:before{background-color: rgba(141,119,69,0.8)}.tparrows.preview1:hover:after{background-color: #8d7745}.woocommerce table.shop_table.cart .product-remove a:hover{color: #8d7745 !important}@media screen and (min-width: 992px){header.main-header .icon-search-menu,header.main-header .search-with-category .form-search-left > span:after,header.main-header .search-box button,header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu li.x-menu-item:hover > a > b.x-caret,header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu li.x-menu-item > a:hover,header.main-header .search-button-wrapper.style-bordered .icon-search-menu,header.main-header .shopping-cart-wrapper.no-price.style-bordered .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,header.main-header ul.header-social-profile-wrapper li a,header.main-header .ajax-search-result > ul > li a:hover,header.main-header .menu-wrapper .x-nav-menu li.current-menu-ancestor > a.x-menu-a-text,header.main-header .menu-wrapper .x-nav-menu li.current-menu-parent > a.x-menu-a-text,header.main-header .menu-wrapper .x-nav-menu li.current-menu-item > a.x-menu-a-text,header.main-header .menu-wrapper .x-nav-menu li.menu-current > a.x-menu-a-text,header.main-header .menu-wrapper .x-nav-menu li > a.x-menu-a-text:hover,header.main-header .menu-wrapper .x-nav-menu li.x-menu-item:hover > a,header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-tabs .x-sub-menu-tab > li.x-menu-item.x-menu-active > a{color: #8d7745}.nav-hover-primary .menu-wrapper .x-nav-menu li.current-menu-ancestor > a.x-menu-a-text,.nav-hover-primary .menu-wrapper .x-nav-menu li.current-menu-parent > a.x-menu-a-text,.nav-hover-primary .menu-wrapper .x-nav-menu li.current-menu-item > a.x-menu-a-text,.nav-hover-primary .menu-wrapper .x-nav-menu li.menu-current > a.x-menu-a-text,.nav-hover-primary .menu-wrapper .x-nav-menu li > a.x-menu-a-text:hover,.nav-hover-primary .menu-wrapper .x-nav-menu li.x-menu-item:hover > a{color: #8d7745 !important}header.main-header .search-with-category .search-category-dropdown li > span:hover,header.main-header .search-button-wrapper.style-round .icon-search-menu,header.main-header .shopping-cart-wrapper.no-price.style-round .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,header.main-header .search-button-wrapper.style-bordered .icon-search-menu:hover,header.main-header .shopping-cart-wrapper.no-price.style-bordered .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon:hover,header.main-header .search-with-category .search-category-dropdown li > span:hover{background-color: #8d7745}header.header-1 .header-wrapper,header.header-2 .header-wrapper,header.header-3 .header-wrapper{border-bottom-color: #8d7745}}.vc_tta-style-tab_style1 .vc_tta-tab > a span,.handmade-call-action.style1 p,.handmade-call-action.style2 a,.handmade-icon-box h3 a,.handmade-button.style2,.s-color,.s-color-hover:hover,#wp-calendar caption,#wp-calendar thead th,.sidebar ul.product_list_widget li a,.wpb_widgetised_column ul.product_list_widget li a,.product-listing.woocommerce .product-name a,.sc-product-sidebar-wrap .product-sidebar-title,.sc-product-sidebar-wrap .comment a.title,.blog-inner .jp-volume a i,.handmade-post .jp-volume a i,.woocommerce .widget_price_filter .price_slider_amount .button,.sidebar .widget-social-profile.blog-widget > span,.wpb_widgetised_column .widget-social-profile.blog-widget > span,.sidebar .widget-twitter-wrap span.twitter-content a,.wpb_widgetised_column .widget-twitter-wrap span.twitter-content a,.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty h4,.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a{color: #333}.handmade-button.style1:hover,.handmade-button.style1.active,.s-color-bg,.entry-content input[type="submit"]:hover,.comment-text input[type="submit"]:hover,.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button{background-color: #333}.handmade-button.style1:hover,.handmade-button.style1.active,.s-color-border,.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button{border-color: #333}.s-color-bt{border-top-color: #333}.s-color-bb{border-bottom-color: #333}.s-color-bl{border-left-color: #333}.s-color-br{border-right-color: #333}.handmade-ourteam .ourteam-avatar-overlay{background-color: rgba(141,119,69,0.95)}.handmade-h-progress-bar.style1 .vc_label_units{color: #8d7745}.handmade-post .handmade-post-image-overlay{background-color: rgba(141,119,69,0.8)}.handmade-heading:after{border-bottom: 1px solid #8d7745}.vc_tta-style-tour_style1 .vc_tta-tab.vc_active span{color: #8d7745 !important}.top-bar .sidebar .widget.base-primary-color i.fa:hover,.top-bar .sidebar .widget.base-primary-color a:hover{color: #ad9358}.woocommerce div.product div.images .flex-control-thumbs li{padding: 13px}.overlay-bg-vc-wapper {
position: relative
}
.overlay-bg-vc {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.fullwidth {
overflow: hidden
}
.fullwidth:before, .fullwidth:after {
content: " ";
display: table
}
.fullwidth:after {
clear: both
}
.content-middle {
display: table;
width: 100%
}
.vc_row .vc_column_container {
padding-left: 0;
padding-right: 0
}
.content-middle-inner {
display: table-cell;
vertical-align: middle;
width: 100%
}
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
min-height: 0
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
padding-top: 0 !important
}
#wrapper-content .wpb_row, #wrapper-content .wpb_content_element, #wrapper-content ul.wpb_thumbnails-fluid > li, #wrapper-content .last_toggle_el_margin, #wrapper-content .wpb_button {
margin-bottom: 0
}
.vc_separator .vc_sep_holder {
padding-bottom: 1px
}
.no-border {
border: 0 !important
}
.no-padding {
padding: 0
}
.no-padding-vc div[class*=vc_col-] {
padding-left: 0 !important;
padding-right: 0 !important
}
.no-margin-vc {
margin-left: 0 !important;
margin-right: 0 !important
}
.height-auto {
height: auto !important
}
.bg-content-box {
background-clip: content-box
}
.bg-column {
background-clip: content-box;
background-size: contain;
background-position: center
}
.margin-bottom-5 {
margin-bottom: 5px !important
}
.margin-bottom-10 {
margin-bottom: 10px !important
}
.margin-bottom-15 {
margin-bottom: 15px !important
}
.margin-top-5 {
margin-top: 5px !important
}
.margin-top-10 {
margin-top: 10px !important
}
.margin-top-15 {
margin-top: 15px
}
@media screen and (max-width: 991px) {
.margin-bottom-20, .margin-bottom-25, .margin-bottom-30, .margin-bottom-35 {
margin-bottom: 15px !important
}
.margin-bottom-40 {
margin-bottom: 20px !important
}
.margin-bottom-45 {
margin-bottom: 25px !important
}
.margin-bottom-50 {
margin-bottom: 30px !important
}
.margin-bottom-55 {
margin-bottom: 35px !important
}
.margin-bottom-60 {
margin-bottom: 40px !important
}
.margin-bottom-65 {
margin-bottom: 45px !important
}
.margin-bottom-70 {
margin-bottom: 50px !important
}
.margin-bottom-75 {
margin-bottom: 55px !important
}
.margin-bottom-80 {
margin-bottom: 60px !important
}
.margin-bottom-85 {
margin-bottom: 65px !important
}
.margin-bottom-90 {
margin-bottom: 70px !important
}
.margin-bottom-95 {
margin-bottom: 75px !important
}
.margin-bottom-100 {
margin-bottom: 80px !important
}
.margin-top-20, .margin-top-25, .margin-top-30, .margin-top-35 {
margin-top: 15px !important
}
.margin-top-40 {
margin-top: 20px !important
}
.margin-top-45 {
margin-top: 25px !important
}
.margin-top-50 {
margin-top: 30px !important
}
.margin-top-55 {
margin-top: 35px !important
}
.margin-top-60 {
margin-top: 40px !important
}
.margin-top-65 {
margin-top: 45px !important
}
.margin-top-70 {
margin-top: 50px !important
}
.margin-top-75 {
margin-top: 55px !important
}
.margin-top-80 {
margin-top: 60px !important
}
.margin-top-85 {
margin-top: 65px !important
}
.margin-top-90 {
margin-top: 70px !important
}
.margin-top-95 {
margin-top: 75px !important
}
.margin-top-100 {
margin-top: 80px !important
}
}
@media screen and (max-width: 480px) {
.margin-bottom-20, .margin-bottom-25, .margin-bottom-30, .margin-bottom-35, .margin-bottom-40, .margin-bottom-45 {
margin-bottom: 15px !important
}
.margin-bottom-50 {
margin-bottom: 20px !important
}
.margin-bottom-55 {
margin-bottom: 25px !important
}
.margin-bottom-60 {
margin-bottom: 30px !important
}
.margin-bottom-65 {
margin-bottom: 35px !important
}
.margin-bottom-70 {
margin-bottom: 40px !important
}
.margin-bottom-75 {
margin-bottom: 45px !important
}
.margin-bottom-80 {
margin-bottom: 50px !important
}
.margin-bottom-85 {
margin-bottom: 55px !important
}
.margin-bottom-90 {
margin-bottom: 60px !important
}
.margin-bottom-95 {
margin-bottom: 65px !important
}
.margin-bottom-100 {
margin-bottom: 70px !important
}
.margin-bottom-105 {
margin-bottom: 75px !important
}
.margin-bottom-110 {
margin-bottom: 80px !important
}
.margin-bottom-115 {
margin-bottom: 85px !important
}
.margin-bottom-120 {
margin-bottom: 90px !important
}
.margin-top-20, .margin-top-25, .margin-top-30, .margin-top-35, .margin-top-40, .margin-top-45 {
margin-top: 15px !important
}
.margin-top-50 {
margin-top: 20px !important
}
.margin-top-55 {
margin-top: 25px !important
}
.margin-top-60 {
margin-top: 30px !important
}
.margin-top-65 {
margin-top: 35px !important
}
.margin-top-70 {
margin-top: 40px !important
}
.margin-top-75 {
margin-top: 45px !important
}
.margin-top-80 {
margin-top: 50px !important
}
.margin-top-85 {
margin-top: 55px !important
}
.margin-top-90 {
margin-top: 60px !important
}
.margin-top-95 {
margin-top: 65px !important
}
.margin-top-100 {
margin-top: 70px !important
}
.margin-top-105 {
margin-top: 75px !important
}
.margin-top-110 {
margin-top: 80px !important
}
.margin-top-115 {
margin-top: 85px !important
}
.margin-top-120 {
margin-top: 90px !important
}
}
@media screen and (min-width: 992px) {
.margin-bottom-20 {
margin-bottom: 20px !important
}
.margin-bottom-25 {
margin-bottom: 25px !important
}
.margin-bottom-30 {
margin-bottom: 30px !important
}
.margin-bottom-35 {
margin-bottom: 35px !important
}
.margin-bottom-40 {
margin-bottom: 40px !important
}
.margin-bottom-45 {
margin-bottom: 45px !important
}
.margin-bottom-50 {
margin-bottom: 50px !important
}
.margin-bottom-55 {
margin-bottom: 55px !important
}
.margin-bottom-60 {
margin-bottom: 60px !important
}
.margin-bottom-65 {
margin-bottom: 65px !important
}
.margin-bottom-70 {
margin-bottom: 70px !important
}
.margin-bottom-75 {
margin-bottom: 75px !important
}
.margin-bottom-80 {
margin-bottom: 80px !important
}
.margin-bottom-85 {
margin-bottom: 85px !important
}
.margin-bottom-90 {
margin-bottom: 90px !important
}
.margin-bottom-95 {
margin-bottom: 95px !important
}
.margin-bottom-100 {
margin-bottom: 100px !important
}
.margin-bottom-105 {
margin-bottom: 105px !important
}
.margin-bottom-110 {
margin-bottom: 110px !important
}
.margin-bottom-115 {
margin-bottom: 115px !important
}
.margin-bottom-120 {
margin-bottom: 120px !important
}
.margin-top-20 {
margin-top: 20px !important
}
.margin-top-25 {
margin-top: 25px !important
}
.margin-top-30 {
margin-top: 30px !important
}
.margin-top-35 {
margin-top: 35px !important
}
.margin-top-40 {
margin-top: 40px !important
}
.margin-top-45 {
margin-top: 45px !important
}
.margin-top-50 {
margin-top: 50px !important
}
.margin-top-55 {
margin-top: 55px !important
}
.margin-top-60 {
margin-top: 60px !important
}
.margin-top-65 {
margin-top: 65px !important
}
.margin-top-70 {
margin-top: 70px !important
}
.margin-top-75 {
margin-top: 75px !important
}
.margin-top-80 {
margin-top: 80px !important
}
.margin-top-85 {
margin-top: 85px !important
}
.margin-top-90 {
margin-top: 90px !important
}
.margin-top-95 {
margin-top: 95px !important
}
.margin-top-100 {
margin-top: 100px !important
}
.margin-top-105 {
margin-top: 105px !important
}
.margin-top-110 {
margin-top: 110px !important
}
.margin-top-115 {
margin-top: 115px !important
}
.margin-top-120 {
margin-top: 120px !important
}
}
.height-1000 {
height: 1000px
}
.height-900 {
height: 900px
}
.height-800 {
height: 800px
}
.height-700 {
height: 700px
}
.height-600 {
height: 600px
}
.height-500 {
height: 500px
}
.height-400 {
height: 400px
}
.height-300 {
height: 300px
}
.height-200 {
height: 200px
}
.height-100 {
height: 100px
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
.col-xs-15 {
width: 20%;
float: left
}
@media (min-width: 768px) {
.col-sm-15 {
width: 20%;
float: left
}
}
@media (min-width: 992px) {
.col-md-15 {
width: 20%;
float: left
}
}
@media (min-width: 1200px) {
.col-lg-15 {
width: 20%;
float: left
}
}
@media (min-width: 992px) {
.md-padding-right-100 {
padding-right: 100px
}
.md-padding-left-100 {
padding-left: 100px
}
}
@media (max-width: 1199px) {
.md-margin-bottom-15 {
margin-bottom: 15px !important
}
.md-margin-bottom-30 {
margin-bottom: 30px !important
}
.md-margin-bottom-40 {
margin-bottom: 40px !important
}
.md-margin-bottom-50 {
margin-bottom: 50px !important
}
}
@media (max-width: 991px) {
.sm-margin-bottom-15 {
margin-bottom: 15px !important
}
.sm-margin-bottom-30 {
margin-bottom: 30px !important
}
.sm-margin-bottom-40 {
margin-bottom: 40px !important
}
.sm-margin-bottom-50 {
margin-bottom: 50px !important
}
.sm-height-1000 {
height: 1000px
}
.sm-height-900 {
height: 900px
}
.sm-height-800 {
height: 800px
}
.sm-height-700 {
height: 700px
}
.sm-height-600 {
height: 600px
}
.sm-height-500 {
height: 500px
}
.sm-height-400 {
height: 400px
}
.sm-height-300 {
height: 300px
}
.sm-height-200 {
height: 200px
}
.sm-height-100 {
height: 100px
}
}
@media (max-width: 767px) {
.xs-margin-bottom-15 {
margin-bottom: 15px !important
}
.xs-margin-bottom-30 {
margin-bottom: 30px !important
}
.xs-margin-bottom-40 {
margin-bottom: 40px !important
}
.xs-margin-bottom-50 {
margin-bottom: 50px !important
}
.xs-height-1000 {
height: 1000px
}
.xs-height-900 {
height: 900px
}
.xs-height-800 {
height: 800px
}
.xs-height-700 {
height: 700px
}
.xs-height-600 {
height: 600px
}
.xs-height-500 {
height: 500px
}
.xs-height-400 {
height: 400px
}
.xs-height-300 {
height: 300px
}
.xs-height-200 {
height: 200px
}
.xs-height-100 {
height: 100px
}
}
.text-left-xs-center {
text-align: left
}
.text-right-xs-center {
text-align: right
}
@media (max-width: 767px) {
.text-left-xs-center {
text-align: center
}
.text-right-xs-center {
text-align: center
}
}
.vc-content-middle {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
box-sizing: border-box
}
@-webkit-keyframes g5plus_bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0)
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0)
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0)
}
}
@keyframes g5plus_bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0)
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0)
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0)
}
}
.wpb_start_animation.wpb_bounce {
-webkit-animation-name: g5plus_bounce;
animation-name: g5plus_bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom
}
@-webkit-keyframes g5plus_flash {
0%, 50%, 100% {
opacity: 1
}
25%, 75% {
opacity: 0
}
}
@keyframes g5plus_flash {
0%, 50%, 100% {
opacity: 1
}
25%, 75% {
opacity: 0
}
}
.wpb_start_animation.wpb_flash {
-webkit-animation-name: g5plus_flash;
animation-name: g5plus_flash
}
@-webkit-keyframes g5plus_pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
opacity: 1
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1
}
}
@keyframes g5plus_pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
opacity: 1
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1
}
}
.wpb_start_animation.wpb_pulse {
-webkit-animation-name: g5plus_pulse;
animation-name: g5plus_pulse
}
@-webkit-keyframes g5plus_rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
opacity: 1
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
opacity: 1
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
opacity: 1
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
opacity: 1
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
opacity: 1
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1
}
}
@keyframes g5plus_rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
opacity: 1
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
opacity: 1
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
opacity: 1
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
opacity: 1
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
opacity: 1
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1
}
}
.wpb_start_animation.wpb_rubberBand {
-webkit-animation-name: g5plus_rubberBand;
animation-name: g5plus_rubberBand
}
@-webkit-keyframes g5plus_shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
}
@keyframes g5plus_shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
}
.wpb_start_animation.wpb_shake {
-webkit-animation-name: g5plus_shake;
animation-name: g5plus_shake
}
@-webkit-keyframes g5plus_swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
opacity: 1
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
opacity: 1
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
opacity: 1
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
opacity: 1
}
}
@keyframes g5plus_swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
opacity: 1
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
opacity: 1
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
opacity: 1
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
opacity: 1
}
}
.wpb_start_animation.wpb_swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: g5plus_swing;
animation-name: g5plus_swing
}
@-webkit-keyframes g5plus_tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
opacity: 1
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
opacity: 1
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
opacity: 1
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1
}
}
@keyframes g5plus_tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
opacity: 1
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
opacity: 1
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
opacity: 1
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1
}
}
.wpb_start_animation.wpb_tada {
-webkit-animation-name: g5plus_tada;
animation-name: g5plus_tada
}
@-webkit-keyframes g5plus_wobble {
0% {
-webkit-transform: none;
transform: none
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
opacity: 1
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
opacity: 1
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
opacity: 1
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
opacity: 1
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
opacity: 1
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1
}
}
@keyframes g5plus_wobble {
0% {
-webkit-transform: none;
transform: none
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
100% {
-webkit-transform: none;
transform: none
}
}
.wpb_start_animation.wpb_wobble {
-webkit-animation-name: g5plus_wobble;
animation-name: g5plus_wobble
}
@-webkit-keyframes g5plus_bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
@keyframes g5plus_bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
.wpb_start_animation.wpb_bounceIn {
-webkit-animation-name: g5plus_bounceIn;
animation-name: g5plus_bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s
}
@-webkit-keyframes g5plus_bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0)
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0)
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1
}
}
@keyframes g5plus_bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0)
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0)
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1
}
}
.wpb_start_animation.wpb_bounceInDown {
-webkit-animation-name: g5plus_bounceInDown;
animation-name: g5plus_bounceInDown
}
@-webkit-keyframes g5plus_bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0)
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0)
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1
}
}
@keyframes g5plus_bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0)
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0)
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1
}
}
.wpb_start_animation.wpb_bounceInLeft {
-webkit-animation-name: g5plus_bounceInLeft;
animation-name: g5plus_bounceInLeft
}
@-webkit-keyframes g5plus_bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0)
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0)
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1
}
}
@keyframes g5plus_bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0)
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0)
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1
}
}
.wpb_start_animation.wpb_bounceInRight {
-webkit-animation-name: g5plus_bounceInRight;
animation-name: g5plus_bounceInRight
}
@-webkit-keyframes g5plus_bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0)
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1
}
}
@keyframes g5plus_bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0)
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0)
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0)
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0)
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1
}
}
.wpb_start_animation.wpb_bounceInUp {
-webkit-animation-name: g5plus_bounceInUp;
animation-name: g5plus_bounceInUp
}
@-webkit-keyframes g5plus_fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes g5plus_fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
.wpb_start_animation.wpb_fadeIn {
-webkit-animation-name: g5plus_fadeIn;
animation-name: g5plus_fadeIn
}
@-webkit-keyframes g5plus_fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes g5plus_fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
.wpb_start_animation.wpb_fadeInDown {
-webkit-animation-name: g5plus_fadeInDown;
animation-name: g5plus_fadeInDown
}
@-webkit-keyframes g5plus_fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes g5plus_fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
.wpb_start_animation.wpb_fadeInLeft {
-webkit-animation-name: g5plus_fadeInLeft;
animation-name: g5plus_fadeInLeft
}
@-webkit-keyframes g5plus_fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes g5plus_fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
.wpb_start_animation.wpb_fadeInRight {
-webkit-animation-name: g5plus_fadeInRight;
animation-name: g5plus_fadeInRight
}
@-webkit-keyframes g5plus_fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes g5plus_fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
.wpb_start_animation.wpb_fadeInUp {
-webkit-animation-name: g5plus_fadeInUp;
animation-name: g5plus_fadeInUp
}
@-webkit-keyframes g5plus_flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}
100% {
opacity: 1;
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
@keyframes g5plus_flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}
100% {
opacity: 1;
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
.wpb_start_animation.wpb_flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: g5plus_flipInX;
animation-name: g5plus_flipInX
}
@-webkit-keyframes g5plus_flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1
}
80% {
opacity: 1;
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
opacity: 1;
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
@keyframes g5plus_flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1
}
80% {
opacity: 1;
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
opacity: 1
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
opacity: 1
}
}
.wpb_start_animation.wpb_flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: g5plus_flipInY;
animation-name: g5plus_flipInY
}
@-webkit-keyframes g5plus_zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
50% {
opacity: 1
}
100% {
opacity: 1
}
}
@keyframes g5plus_zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
50% {
opacity: 1
}
100% {
opacity: 1
}
}
.wpb_start_animation.wpb_zoomIn {
-webkit-animation-name: g5plus_zoomIn;
animation-name: g5plus_zoomIn
}
.wpb_start_animation.wpb_fadeIn.g5plus-css-animation, .wpb_start_animation.wpb_fadeInDown.g5plus-css-animation, .wpb_start_animation.wpb_fadeInUp.g5plus-css-animation, .wpb_start_animation.wpb_fadeInLeft.g5plus-css-animation, .wpb_start_animation.wpb_fadeInRight.g5plus-css-animation, .wpb_start_animation.wpb_bounceIn.g5plus-css-animation, .wpb_start_animation.wpb_bounceInDown.g5plus-css-animation, .wpb_start_animation.wpb_bounceInUp.g5plus-css-animation, .wpb_start_animation.wpb_bounceInLeft.g5plus-css-animation, .wpb_start_animation.wpb_bounceInRight.g5plus-css-animation, .wpb_start_animation.wpb_zoomIn.g5plus-css-animation, .wpb_start_animation.wpb_flipInX.g5plus-css-animation, .wpb_start_animation.wpb_flipInY.g5plus-css-animation, .wpb_start_animation.wpb_bounce.g5plus-css-animation, .wpb_start_animation.wpb_flash.g5plus-css-animation, .wpb_start_animation.wpb_shake.g5plus-css-animation, .wpb_start_animation.wpb_pulse.g5plus-css-animation, .wpb_start_animation.wpb_swing.g5plus-css-animation, .wpb_start_animation.wpb_rubberBand.g5plus-css-animation, .wpb_start_animation.wpb_wobble.g5plus-css-animation, .wpb_start_animation.wpb_tada.g5plus-css-animation {
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-ms-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;
animation-fill-mode: forwards
}
.g5plus-css-animation {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
filter: alpha(opacity=100)
}
.background-right {
background-position: right bottom !important;
background-repeat: no-repeat !important
}