@charset "UTF-8";
@-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%;
}html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}@font-face{font-family:'FontAwesome';src:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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: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-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"}@-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;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
a {
background-color: transparent
}
a:active,
a:hover {
outline: 0
}
abbr[title] {
border-bottom: 1px dotted
}
b,
strong {
font-weight: bold
}
dfn {
font-style: italic
}
h1 {
font-size: 2em;
margin: .67em 0
}
mark {
background: rgba(68, 68, 68, 0.51);
color: #000
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -0.5em
}
sub {
bottom: -0.25em
}
img {
border: 0
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 1em 40px
}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0
}
pre {
overflow: auto
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0
}
button {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled],
html input[disabled] {
cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0
}
input {
line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: .35em .625em .75em
}
legend {
border: 0;
padding: 0
}
textarea {
overflow: auto
}
optgroup {
font-weight: bold
}
table {
border-collapse: collapse;
border-spacing: 0
}
td,
th {
padding: 0
}
@media print {
*,
*:before,
*:after {
background: transparent!important;
color: #000!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
text-shadow: none!important
}
a,
a:visited {
text-decoration: underline
}
a[href]:after {
content: "(" attr(href) ")"
}
abbr[title]:after {
content: "(" attr(title) ")"
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid
}
thead {
display: table-header-group
}
tr,
img {
page-break-inside: avoid
}
img {
max-width: 100%!important
}
p,
h2,
h3 {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
.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 th,
.table-bordered td {
border: 1px solid #ddd!important
}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
*:before,
*:after {
-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
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit
}
a {
color: #337ab7;
text-decoration: none
}
a:hover,
a:focus {
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
}
.img-responsive {
display: block;
max-width: 100%;
height: auto
}
.img-rounded {
border-radius: 6px
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto
}
.img-circle {
border-radius: 50%
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto
}
[role="button"] {
cursor: pointer
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777
}
h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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 {
background-color: #gray;
padding: .2em
}
.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,
a.text-primary:focus {
color: #286090
}
.text-success {
color: #3c763d
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c
}
.text-info {
color: #31708f
}
a.text-info:hover,
a.text-info:focus {
color: #245269
}
.text-warning {
color: #8a6d3b
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c
}
.text-danger {
color: #a94442
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534
}
.bg-primary {
color: #fff;
background-color: #337ab7
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090
}
.bg-success {
background-color: #dff0d8
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3
}
.bg-info {
background-color: #d9edf7
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee
}
.bg-warning {
background-color: #fcf8e3
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5
}
.bg-danger {
background-color: #f2dede
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0
}
.list-unstyled {
padding-left: 0;
list-style: none
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px
}
.list-inline>li {
display: inline-block;
padding-left: 5px;
padding-right: 5px
}
dl {
margin-top: 0;
margin-bottom: 20px
}
dt,
dd {
line-height: 1.42857143
}
dt {
font-weight: bold
}
dd {
margin-left: 0
}
@media(min-width:768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.dl-horizontal dd {
margin-left: 180px
}
}
abbr[title],
abbr[data-original-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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0'
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eee;
border-left: 0;
text-align: right
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: ''
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small: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, 0.25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333;
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 {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px
}
@media(min-width:768px) {
.container {
width: 750px
}
}
@media(min-width:992px) {
.container {
width: 970px
}
}
@media(min-width:1200px) {
.container {
width: 1170px
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px
}
.row {
margin-left: -15px;
margin-right: -15px;
padding-top: 24px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
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-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
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-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
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-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
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: 75%
}
.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>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
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>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
border-top: 0
}
.table>tbody+tbody {
border-top: 2px solid #ddd
}
.table .table {
background-color: #fff
}
.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
padding: 5px
}
.table-bordered {
border: 1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
border: 1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
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;
float: none;
display: table-column
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell
}
.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
background-color: #f5f5f5
}
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
background-color: #e8e8e8
}
.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
background-color: #dff0d8
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
background-color: #d0e9c6
}
.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
background-color: #d9edf7
}
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
background-color: #c4e3f3
}
.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
background-color: #fcf8e3
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
background-color: #faf2cc
}
.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
background-color: #f2dede
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
background-color: #ebcccc
}
.table-responsive {
overflow-x: auto;
min-height: .01%
}
@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>thead>tr>th,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tfoot>tr>td {
white-space: nowrap
}
.table-responsive>.table-bordered {
border: 0
}
.table-responsive>.table-bordered>thead>tr>th:first-child,
.table-responsive>.table-bordered>tbody>tr>th:first-child,
.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.table-responsive>.table-bordered>thead>tr>td:first-child,
.table-responsive>.table-bordered>tbody>tr>td:first-child,
.table-responsive>.table-bordered>tfoot>tr>td:first-child {
border-left: 0
}
.table-responsive>.table-bordered>thead>tr>th:last-child,
.table-responsive>.table-bordered>tbody>tr>th:last-child,
.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.table-responsive>.table-bordered>thead>tr>td:last-child,
.table-responsive>.table-bordered>tbody>tr>td:last-child,
.table-responsive>.table-bordered>tfoot>tr>td:last-child {
border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>th,
.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.table-responsive>.table-bordered>tbody>tr:last-child>td,
.table-responsive>.table-bordered>tfoot>tr:last-child>td {
border-bottom: 0
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 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: 0px;
font-weight: bold
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
input[type="radio"],
input[type="checkbox"] {
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="radio"]:focus,
input[type="checkbox"]: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, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 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, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1
}
.form-control:-ms-input-placeholder {
color: #999
}
.form-control::-webkit-input-placeholder {
color: #999
}
.form-control::-ms-expand {
border: 0;
background-color: transparent
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed
}
textarea.form-control {
height: auto
}
input[type="search"] {
-webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 34px
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.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"] {
line-height: 30px
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.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"] {
line-height: 46px
}
}
.form-group {
margin-bottom: 10px
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9
}
.radio+.radio,
.checkbox+.checkbox {
margin-top: -5px
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
margin-top: 0;
margin-left: 10px
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 34px
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-left: 0;
padding-right: 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
}
textarea.input-sm,
select[multiple].input-sm {
height: auto
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px
}
select.input-lg {
height: 46px;
line-height: 46px
}
textarea.input-lg,
select[multiple].input-lg {
height: auto
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333
}
.has-feedback {
position: relative
}
.has-feedback .form-control {
padding-right: 42.5px
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none
}
.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px
}
.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8
}
.has-success .form-control-feedback {
color: #3c763d
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3
}
.has-warning .form-control-feedback {
color: #8a6d3b
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede
}
.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 .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto
}
.form-inline .input-group>.form-control {
width: 100%
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0
}
.form-inline .has-feedback .form-control-feedback {
top: 0
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px
}
@media(min-width:768px) {
.form-horizontal .control-label {
text-align: left;
margin-top: 5px;
padding-top: 0px
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px
}
@media(min-width:768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px
}
}
@media(min-width:768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px
}
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear
}
.fade.in {
opacity: 1
}
.collapse {
display: none
}
.collapse.in {
display: block
}
tr.collapse.in {
display: table-row
}
tbody.collapse.in {
display: table-row-group
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease
}
.input-group {
position: relative;
display: table;
border-collapse: separate
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0
}
.input-group .form-control:focus {
z-index: 3
}
.input-group-lg>.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
}
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].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
}
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
height: auto
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
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="radio"],
.input-group-addon input[type="checkbox"] {
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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
border-bottom-right-radius: 0;
border-top-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:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
border-bottom-left-radius: 0;
border-top-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:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
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 {
z-index: 2;
margin-left: -1px
}
.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;
line-height: 1.42857143;
text-decoration: none;
color: #337ab7;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
z-index: 3;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
cursor: default
}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
color: #777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed
}
.pagination-lg>li>a,
.pagination-lg>li>span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0
}
.embed-responsive-16by9 {
padding-bottom: 56.25%
}
.embed-responsive-4by3 {
padding-bottom: 75%
}
.modal-open {
overflow: hidden
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0)
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-webkit-background-clip: padding-box;
background-clip: padding-box;
outline: 0
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0)
}
.modal-backdrop.in {
opacity: .5;
filter: alpha(opacity=50)
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
margin-top: -2px
}
.modal-title {
margin: 0;
line-height: 1.42857143
}
.modal-body {
position: relative;
padding: 15px
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
margin-left: 5px;
margin-bottom: 0
}
.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, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
}
.modal-sm {
width: 300px
}
}
@media(min-width:992px) {
.modal-lg {
width: 900px
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
opacity: 0;
filter: alpha(opacity=0)
}
.tooltip.in {
opacity: .9;
filter: alpha(opacity=90)
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid
}
.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 {
bottom: 0;
right: 5px;
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
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
clear: both
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto
}
.pull-right {
float: right!important
}
.pull-left {
float: left!important
}
.hide {
display: none!important
}
.show {
display: block!important
}
.invisible {
visibility: hidden
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.hidden {
display: none!important
}
.affix {
position: fixed
}
@-ms-viewport {
width: device-width
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none!important
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none!important
}
@media(max-width:767px) {
.visible-xs {
display: block!important
}
table.visible-xs {
display: table!important
}
tr.visible-xs {
display: table-row!important
}
th.visible-xs,
td.visible-xs {
display: table-cell!important
}
.wp-caption p.wp-caption-text {
font-size: .7em!important
}
}
@media(max-width:767px) {
.visible-xs-block {
display: block!important
}
}
@media(max-width:767px) {
.visible-xs-inline {
display: inline!important
}
}
@media(max-width:767px) {
.visible-xs-inline-block {
display: inline-block!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm {
display: block!important
}
table.visible-sm {
display: table!important
}
tr.visible-sm {
display: table-row!important
}
th.visible-sm,
td.visible-sm {
display: table-cell!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm-block {
display: block!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm-inline {
display: inline!important
}
}
@media(min-width:768px) and (max-width:991px) {
.visible-sm-inline-block {
display: inline-block!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md {
display: block!important
}
table.visible-md {
display: table!important
}
tr.visible-md {
display: table-row!important
}
th.visible-md,
td.visible-md {
display: table-cell!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md-block {
display: block!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md-inline {
display: inline!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.visible-md-inline-block {
display: inline-block!important
}
}
@media(min-width:1200px) {
.visible-lg {
display: block!important
}
table.visible-lg {
display: table!important
}
tr.visible-lg {
display: table-row!important
}
th.visible-lg,
td.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) {}
}
@media(max-width:767px) {
.hidden-xs {
display: none!important
}
}
@media(min-width:768px) and (max-width:991px) {
.hidden-sm {
display: none!important
}
}
@media(min-width:992px) and (max-width:1199px) {
.hidden-md {
display: none!important
}
}
@media(min-width:1200px) {
.hidden-lg {
display: none!important
}
}
.visible-print {
display: none!important
}
@media print {
.visible-print {
display: block!important
}
table.visible-print {
display: table!important
}
tr.visible-print {
display: table-row!important
}
th.visible-print,
td.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:"megatron";src:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/megatron-icon/fonts/megatron.eot);src:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/megatron-icon/fonts/megatron.eot?#iefix) format("embedded-opentype"),url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/megatron-icon/fonts/megatron.woff) format("woff"),url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/megatron-icon/fonts/megatron.ttf) format("truetype"),url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/megatron-icon/fonts/megatron.svg#megatron) format("svg");font-weight:normal;font-style:normal}[data-icon],.micon{font-family:"megatron"!important;font-style:normal!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-icon]:before{content:attr(data-icon)}.icon-adjustments:before{content:"a"}.icon-alarmclock:before{content:"b"}.icon-anchor:before{content:"c"}.icon-aperture:before{content:"d"}.icon-attachments:before{content:"e"}.icon-bargraph:before{content:"f"}.icon-basket:before{content:"g"}.icon-beaker:before{content:"h"}.icon-bike:before{content:"i"}.icon-book-open:before{content:"j"}.icon-briefcase:before{content:"k"}.icon-browser:before{content:"l"}.icon-calendar:before{content:"m"}.icon-camera:before{content:"n"}.icon-caution:before{content:"o"}.icon-chat:before{content:"p"}.icon-circle-compass:before{content:"q"}.icon-clipboard:before{content:"r"}.icon-clock:before{content:"s"}.icon-cloud:before{content:"t"}.icon-compass:before{content:"u"}.icon-desktop:before{content:"v"}.icon-dial:before{content:"w"}.icon-document:before{content:"x"}.icon-documents:before{content:"y"}.icon-download:before{content:"z"}.icon-dribbble:before{content:"A"}.icon-edit:before{content:"B"}.icon-envelope:before{content:"C"}.icon-expand:before{content:"D"}.icon-facebook:before{content:"E"}.icon-flag:before{content:"F"}.icon-focus:before{content:"G"}.icon-gears:before{content:"H"}.icon-genius:before{content:"I"}.icon-gift:before{content:"J"}.icon-global:before{content:"K"}.icon-globe:before{content:"L"}.icon-googleplus:before{content:"M"}.icon-grid:before{content:"N"}.icon-happy:before{content:"O"}.icon-hazardous:before{content:"P"}.icon-heart:before{content:"Q"}.icon-hotairballoon:before{content:"R"}.icon-hourglass:before{content:"S"}.icon-key:before{content:"T"}.icon-laptop:before{content:"U"}.icon-layers:before{content:"V"}.icon-lifesaver:before{content:"W"}.icon-lightbulb:before{content:"X"}.icon-linegraph:before{content:"Y"}.icon-linkedin:before{content:"Z"}.icon-lock:before{content:"0"}.icon-magnifying-glass:before{content:"1"}.icon-map:before{content:"2"}.icon-map-pin:before{content:"3"}.icon-megaphone:before{content:"4"}.icon-mic:before{content:"5"}.icon-mobile:before{content:"6"}.icon-newspaper:before{content:"7"}.icon-notebook:before{content:"8"}.icon-paintbrush:before{content:"9"}.icon-paperclip:before{content:"!"}.icon-pencil:before{content:"\""}.icon-phone:before{content:"#"}.icon-picture:before{content:"$"}.icon-pictures:before{content:"%"}.icon-piechart:before{content:"&"}.icon-presentation:before{content:"'"}.icon-pricetags:before{content:"("}.icon-printer:before{content:")"}.icon-profile-female:before{content:"*"}.icon-profile-male:before{content:"+"}.icon-puzzle:before{content:","}.icon-quote:before{content:"-"}.icon-recycle:before{content:"."}.icon-refresh:before{content:"/"}.icon-ribbon:before{content:":"}.icon-rss:before{content:";"}.icon-sad:before{content:"<"}.icon-scissors:before{content:"="}.icon-scope:before{content:">"}.icon-search:before{content:"?"}.icon-shield:before{content:"@"}.icon-speedometer:before{content:"["}.icon-strategy:before{content:"]"}.icon-streetsign:before{content:"^"}.icon-tablet:before{content:"_"}.icon-telescope:before{content:"`"}.icon-toolbox:before{content:"{"}.icon-tools:before{content:"|"}.icon-tools-2:before{content:"}"}.icon-traget:before{content:"~"}.icon-trophy:before{content:"\\"}.icon-tumblr:before{content:"\e000"}.icon-twitter:before{content:"\e001"}.icon-upload:before{content:"\e002"}.icon-video:before{content:"\e003"}.icon-wallet:before{content:"\e004"}.icon-wine:before{content:"\e005"}.icon-svg-icon-12:before{content:"\e006"}.icon-svg-icon-13:before{content:"\e007"}.icon-svg-icon-14:before{content:"\e008"}.icon-svg-icon-15:before{content:"\e009"}.icon-svg-icon-16:before{content:"\e00a"}.icon-svg-icon-17:before{content:"\e00b"}.icon-svg-icon-02:before{content:"\e00c"}.icon-svg-icon-03:before{content:"\e00d"}.icon-svg-icon-04:before{content:"\e00e"}.icon-svg-icon-05:before{content:"\e00f"}.icon-svg-icon-06:before{content:"\e010"}.icon-svg-icon-07:before{content:"\e011"}.icon-svg-icon-08:before{content:"\e012"}.icon-svg-icon-09:before{content:"\e013"}.icon-svg-icon-10:before{content:"\e014"}.icon-svg-icon-11:before{content:"\e015"}.icon-cart-icon:before{content:"\e016"}.icon-185020-macintosh:before{content:"\e017"}.icon-185021-bomb-bug:before{content:"\e018"}.icon-185022-computer-macintosh-vintage:before{content:"\e019"}.icon-185023-computer-imac:before{content:"\e01a"}.icon-185024-computer-imac:before{content:"\e01b"}.icon-185025-ibook-laptop:before{content:"\e01c"}.icon-185026-laptop-macbook-streamline:before{content:"\e01d"}.icon-185027-computer-network-streamline:before{content:"\e01e"}.icon-185028-iphone-streamline:before{content:"\e01f"}.icon-185029-ipod-streamline:before{content:"\e020"}.icon-185030-cook-pan-pot-streamline:before{content:"\e021"}.icon-185031-shoes-snickers-streamline:before{content:"\e022"}.icon-185032-ipad-streamline:before{content:"\e023"}.icon-185033-ipod-music-streamline:before{content:"\e024"}.icon-185034-ipod-mini-music-streamline:before{content:"\e025"}.icon-185035-computer-streamline:before{content:"\e026"}.icon-185036-remote-control-streamline:before{content:"\e027"}.icon-185037-browser-streamline-window:before{content:"\e028"}.icon-185038-home-house-streamline:before{content:"\e029"}.icon-185039-earth-globe-streamline:before{content:"\e02a"}.icon-185040-map-pin-streamline:before{content:"\e02b"}.icon-185041-arrow-streamline-target:before{content:"\e02c"}.icon-185042-edit-modify-streamline:before{content:"\e02d"}.icon-185043-ink-pen-streamline:before{content:"\e02e"}.icon-185044-pen-streamline:before{content:"\e02f"}.icon-185045-pen-streamline:before{content:"\e030"}.icon-185046-design-graphic-tablet-streamline-tablet:before{content:"\e031"}.icon-185047-pen-streamline:before{content:"\e032"}.icon-185048-pen-streamline:before{content:"\e033"}.icon-185049-design-pencil-rule-streamline:before{content:"\e034"}.icon-185050-eye-dropper-streamline:before{content:"\e035"}.icon-185051-crop-streamline:before{content:"\e036"}.icon-185052-paint-bucket-streamline:before{content:"\e037"}.icon-185053-brush-paint-streamline:before{content:"\e038"}.icon-185054-painting-roll-streamline:before{content:"\e039"}.icon-185055-painting-pallet-streamline:before{content:"\e03a"}.icon-185056-stamp-streamline:before{content:"\e03b"}.icon-185057-magic-magic-wand-streamline:before{content:"\e03c"}.icon-185058-grid-lines-streamline:before{content:"\e03d"}.icon-185059-handle-streamline-vector:before{content:"\e03e"}.icon-185060-magnet-streamline:before{content:"\e03f"}.icon-185061-photo-pictures-streamline:before{content:"\e040"}.icon-185062-camera-photo-streamline:before{content:"\e041"}.icon-185063-camera-photo-polaroid-streamline:before{content:"\e042"}.icon-185064-picture-streamline:before{content:"\e043"}.icon-185065-frame-picture-streamline:before{content:"\e044"}.icon-185066-picture-streamline:before{content:"\e045"}.icon-185067-camera-streamline-video:before{content:"\e046"}.icon-185068-music-note-streamline:before{content:"\e047"}.icon-185069-headset-sound-streamline:before{content:"\e048"}.icon-185070-micro-record-streamline:before{content:"\e049"}.icon-185071-music-speaker-streamline:before{content:"\e04a"}.icon-185072-book-read-streamline:before{content:"\e04b"}.icon-185073-book-dowload-streamline:before{content:"\e04c"}.icon-185074-notebook-streamline:before{content:"\e04d"}.icon-185075-envellope-mail-streamline:before{content:"\e04e"}.icon-185076-streamline-suitcase-travel:before{content:"\e04f"}.icon-185077-first-aid-medecine-shield-streamline:before{content:"\e050"}.icon-185078-email-mail-streamline:before{content:"\e051"}.icon-185079-bubble-comment-streamline-talk:before{content:"\e052"}.icon-185080-bubble-love-streamline-talk:before{content:"\e053"}.icon-185081-speech-streamline-talk-user:before{content:"\e054"}.icon-185082-man-people-streamline-user:before{content:"\e055"}.icon-185083-like-love-streamline:before{content:"\e056"}.icon-185084-crown-king-streamline:before{content:"\e057"}.icon-185085-happy-smiley-streamline:before{content:"\e058"}.icon-185086-map-streamline-user:before{content:"\e059"}.icon-185087-link-streamline:before{content:"\e05a"}.icon-185088-lock-locker-streamline:before{content:"\e05b"}.icon-185089-locker-streamline-unlock:before{content:"\e05c"}.icon-185090-delete-garbage-streamline:before{content:"\e05d"}.icon-185091-danger-death-delete-destroy-skull-streamline:before{content:"\e05e"}.icon-185092-clock-streamline-time:before{content:"\e05f"}.icon-185093-dashboard-speed-streamline:before{content:"\e060"}.icon-185094-settings-streamline:before{content:"\e061"}.icon-185095-settings-streamline:before{content:"\e062"}.icon-185096-settings-streamline:before{content:"\e063"}.icon-185097-database-streamline:before{content:"\e064"}.icon-185098-streamline-sync:before{content:"\e065"}.icon-185099-factory-lift-streamline-warehouse:before{content:"\e066"}.icon-185100-caddie-shop-shopping-streamline:before{content:"\e067"}.icon-185101-caddie-shopping-streamline:before{content:"\e068"}.icon-185102-receipt-shopping-streamline:before{content:"\e069"}.icon-185103-bag-shopping-streamline:before{content:"\e06a"}.icon-185104-streamline-umbrella-weather:before{content:"\e06b"}.icon-185105-drug-medecine-streamline-syringue:before{content:"\e06c"}.icon-185106-armchair-chair-streamline:before{content:"\e06d"}.icon-185107-backpack-streamline-trekking:before{content:"\e06e"}.icon-185108-chaplin-hat-movie-streamline:before{content:"\e06f"}.icon-185109-cocktail-mojito-streamline:before{content:"\e070"}.icon-185110-diving-leisure-sea-sport-streamline:before{content:"\e071"}.icon-185111-monocle-mustache-streamline:before{content:"\e072"}.icon-185112-barista-coffee-espresso-streamline:before{content:"\e073"}.icon-185113-coffee-streamline:before{content:"\e074"}.icon-185114-chef-food-restaurant-streamline:before{content:"\e075"}.icon-185115-barbecue-eat-food-streamline:before{content:"\e076"}.icon-185116-eat-food-hotdog-streamline:before{content:"\e077"}.icon-185117-food-ice-cream-streamline:before{content:"\e078"}.icon-185118-japan-streamline-tea:before{content:"\e079"}.icon-185119-eat-food-fork-knife-streamline:before{content:"\e07a"}.icon-list23:before{content:"\e07b"}.icon-wrong6:before{content:"\e07c"}.icon-list23-1:before{content:"\e07d"}.icon-menu27:before{content:"\e07e"}.icon-menu45:before{content:"\e07f"}.icon-menu53:before{content:"\e080"}.icon-menu55:before{content:"\e081"}.icon-play38:before{content:"\e082"}.icon-next15:before{content:"\e083"}.icon-previous11:before{content:"\e084"}.icon-wrong6-1:before{content:"\e085"}.icon-right106:before{content:"\e086"}.icon-thin35:before{content:"\e087"}.icon-up77:before{content:"\e088"}.icon-thin36:before{content:"\e089"}.icon-expand22:before{content:"\e08a"}.icon-collapse3:before{content:"\e08b"}.icon-wrong6-2:before{content:"\e08c"}.icon-address:before{content:"\e08d"}.icon-adjust:before{content:"\e08e"}.icon-air:before{content:"\e08f"}.icon-alert:before{content:"\e090"}.icon-archive:before{content:"\e091"}.icon-arrow-combo:before{content:"\e092"}.icon-arrows-ccw:before{content:"\e093"}.icon-attach:before{content:"\e094"}.icon-attention:before{content:"\e095"}.icon-back:before{content:"\e096"}.icon-back-in-time:before{content:"\e097"}.icon-bag:before{content:"\e098"}.icon-basket-1:before{content:"\e099"}.icon-battery:before{content:"\e09a"}.icon-behance:before{content:"\e09b"}.icon-bell:before{content:"\e09c"}.icon-block:before{content:"\e09d"}.icon-book:before{content:"\e09e"}.icon-book-open-1:before{content:"\e09f"}.icon-bookmark:before{content:"\e0a0"}.icon-bookmarks:before{content:"\e0a1"}.icon-box:before{content:"\e0a2"}.icon-briefcase-1:before{content:"\e0a3"}.icon-brush:before{content:"\e0a4"}.icon-bucket:before{content:"\e0a5"}.icon-calendar-1:before{content:"\e0a6"}.icon-camera-1:before{content:"\e0a7"}.icon-cancel:before{content:"\e0a8"}.icon-cancel-circled:before{content:"\e0a9"}.icon-cancel-squared:before{content:"\e0aa"}.icon-cc:before{content:"\e0ab"}.icon-cc-by:before{content:"\e0ac"}.icon-cc-nc:before{content:"\e0ad"}.icon-cc-nc-eu:before{content:"\e0ae"}.icon-cc-nc-jp:before{content:"\e0af"}.icon-cc-nd:before{content:"\e0b0"}.icon-cc-pd:before{content:"\e0b1"}.icon-cc-remix:before{content:"\e0b2"}.icon-cc-sa:before{content:"\e0b3"}.icon-cc-share:before{content:"\e0b4"}.icon-cc-zero:before{content:"\e0b5"}.icon-ccw:before{content:"\e0b6"}.icon-cd:before{content:"\e0b7"}.icon-chart-area:before{content:"\e0b8"}.icon-chart-bar:before{content:"\e0b9"}.icon-chart-line:before{content:"\e0ba"}.icon-chart-pie:before{content:"\e0bb"}.icon-chat-1:before{content:"\e0bc"}.icon-check:before{content:"\e0bd"}.icon-clipboard-1:before{content:"\e0be"}.icon-clock-1:before{content:"\e0bf"}.icon-cloud-1:before{content:"\e0c0"}.icon-cloud-thunder:before{content:"\e0c1"}.icon-code:before{content:"\e0c2"}.icon-cog:before{content:"\e0c3"}.icon-comment:before{content:"\e0c4"}.icon-compass-1:before{content:"\e0c5"}.icon-credit-card:before{content:"\e0c6"}.icon-cup:before{content:"\e0c7"}.icon-cw:before{content:"\e0c8"}.icon-database:before{content:"\e0c9"}.icon-db-shape:before{content:"\e0ca"}.icon-direction:before{content:"\e0cb"}.icon-doc:before{content:"\e0cc"}.icon-doc-landscape:before{content:"\e0cd"}.icon-doc-text:before{content:"\e0ce"}.icon-doc-text-inv:before{content:"\e0cf"}.icon-docs:before{content:"\e0d0"}.icon-dot:before{content:"\e0d1"}.icon-dot-2:before{content:"\e0d2"}.icon-dot-3:before{content:"\e0d3"}.icon-down:before{content:"\e0d4"}.icon-down-bold:before{content:"\e0d5"}.icon-down-circled:before{content:"\e0d6"}.icon-down-dir:before{content:"\e0d7"}.icon-down-open:before{content:"\e0d8"}.icon-down-open-big:before{content:"\e0d9"}.icon-down-open-mini:before{content:"\e0da"}.icon-down-thin:before{content:"\e0db"}.icon-download-1:before{content:"\e0dc"}.icon-dribbble-1:before{content:"\e0dd"}.icon-dribbble-circled:before{content:"\e0de"}.icon-drive:before{content:"\e0df"}.icon-dropbox:before{content:"\e0e0"}.icon-droplet:before{content:"\e0e1"}.icon-erase:before{content:"\e0e2"}.icon-evernote:before{content:"\e0e3"}.icon-export:before{content:"\e0e4"}.icon-eye:before{content:"\e0e5"}.icon-facebook-1:before{content:"\e0e6"}.icon-facebook-circled:before{content:"\e0e7"}.icon-facebook-squared:before{content:"\e0e8"}.icon-fast-backward:before{content:"\e0e9"}.icon-fast-forward:before{content:"\e0ea"}.icon-feather:before{content:"\e0eb"}.icon-flag-1:before{content:"\e0ec"}.icon-flash:before{content:"\e0ed"}.icon-flashlight:before{content:"\e0ee"}.icon-flattr:before{content:"\e0ef"}.icon-flickr:before{content:"\e0f0"}.icon-flickr-circled:before{content:"\e0f1"}.icon-flight:before{content:"\e0f2"}.icon-floppy:before{content:"\e0f3"}.icon-flow-branch:before{content:"\e0f4"}.icon-flow-cascade:before{content:"\e0f5"}.icon-flow-line:before{content:"\e0f6"}.icon-flow-parallel:before{content:"\e0f7"}.icon-flow-tree:before{content:"\e0f8"}.icon-folder:before{content:"\e0f9"}.icon-forward:before{content:"\e0fa"}.icon-gauge:before{content:"\e0fb"}.icon-github:before{content:"\e0fc"}.icon-github-circled:before{content:"\e0fd"}.icon-globe-1:before{content:"\e0fe"}.icon-google-circles:before{content:"\e0ff"}.icon-gplus:before{content:"\e100"}.icon-gplus-circled:before{content:"\e101"}.icon-graduation-cap:before{content:"\e102"}.icon-heart-1:before{content:"\e103"}.icon-heart-empty:before{content:"\e104"}.icon-help:before{content:"\e105"}.icon-help-circled:before{content:"\e106"}.icon-home:before{content:"\e107"}.icon-hourglass-1:before{content:"\e108"}.icon-inbox:before{content:"\e109"}.icon-infinity:before{content:"\e10a"}.icon-info:before{content:"\e10b"}.icon-info-circled:before{content:"\e10c"}.icon-instagrem:before{content:"\e10d"}.icon-install:before{content:"\e10e"}.icon-key-1:before{content:"\e10f"}.icon-keyboard:before{content:"\e110"}.icon-lamp:before{content:"\e111"}.icon-language:before{content:"\e112"}.icon-lastfm:before{content:"\e113"}.icon-lastfm-circled:before{content:"\e114"}.icon-layout:before{content:"\e115"}.icon-leaf:before{content:"\e116"}.icon-left:before{content:"\e117"}.icon-left-bold:before{content:"\e118"}.icon-left-circled:before{content:"\e119"}.icon-left-dir:before{content:"\e11a"}.icon-left-open:before{content:"\e11b"}.icon-left-open-big:before{content:"\e11c"}.icon-left-open-mini:before{content:"\e11d"}.icon-left-thin:before{content:"\e11e"}.icon-level-down:before{content:"\e11f"}.icon-level-up:before{content:"\e120"}.icon-lifebuoy:before{content:"\e121"}.icon-light-down:before{content:"\e122"}.icon-light-up:before{content:"\e123"}.icon-link:before{content:"\e124"}.icon-linkedin-1:before{content:"\e125"}.icon-linkedin-circled:before{content:"\e126"}.icon-list:before{content:"\e127"}.icon-list-add:before{content:"\e128"}.icon-location:before{content:"\e129"}.icon-lock-1:before{content:"\e12a"}.icon-lock-open:before{content:"\e12b"}.icon-login:before{content:"\e12c"}.icon-logo-db:before{content:"\e12d"}.icon-logout:before{content:"\e12e"}.icon-loop:before{content:"\e12f"}.icon-magnet:before{content:"\e130"}.icon-mail:before{content:"\e131"}.icon-map-1:before{content:"\e132"}.icon-megaphone-1:before{content:"\e133"}.icon-menu:before{content:"\e134"}.icon-mic-1:before{content:"\e135"}.icon-minus:before{content:"\e136"}.icon-minus-circled:before{content:"\e137"}.icon-minus-squared:before{content:"\e138"}.icon-mixi:before{content:"\e139"}.icon-mobile-1:before{content:"\e13a"}.icon-monitor:before{content:"\e13b"}.icon-moon:before{content:"\e13c"}.icon-mouse:before{content:"\e13d"}.icon-music:before{content:"\e13e"}.icon-mute:before{content:"\e13f"}.icon-network:before{content:"\e140"}.icon-newspaper-1:before{content:"\e141"}.icon-note:before{content:"\e142"}.icon-note-beamed:before{content:"\e143"}.icon-palette:before{content:"\e144"}.icon-paper-plane:before{content:"\e145"}.icon-pause:before{content:"\e146"}.icon-paypal:before{content:"\e147"}.icon-pencil-1:before{content:"\e148"}.icon-phone-1:before{content:"\e149"}.icon-picasa:before{content:"\e14a"}.icon-picture-1:before{content:"\e14b"}.icon-pinterest:before{content:"\e14c"}.icon-pinterest-circled:before{content:"\e14d"}.icon-play:before{content:"\e14e"}.icon-plus:before{content:"\e14f"}.icon-plus-circled:before{content:"\e150"}.icon-plus-squared:before{content:"\e151"}.icon-popup:before{content:"\e152"}.icon-print:before{content:"\e153"}.icon-progress-0:before{content:"\e154"}.icon-progress-1:before{content:"\e155"}.icon-progress-2:before{content:"\e156"}.icon-progress-3:before{content:"\e157"}.icon-publish:before{content:"\e158"}.icon-qq:before{content:"\e159"}.icon-quote-1:before{content:"\e15a"}.icon-rdio:before{content:"\e15b"}.icon-rdio-circled:before{content:"\e15c"}.icon-record:before{content:"\e15d"}.icon-renren:before{content:"\e15e"}.icon-reply:before{content:"\e15f"}.icon-reply-all:before{content:"\e160"}.icon-resize-full:before{content:"\e161"}.icon-resize-small:before{content:"\e162"}.icon-retweet:before{content:"\e163"}.icon-right:before{content:"\e164"}.icon-right-bold:before{content:"\e165"}.icon-right-circled:before{content:"\e166"}.icon-right-dir:before{content:"\e167"}.icon-right-open:before{content:"\e168"}.icon-right-open-big:before{content:"\e169"}.icon-right-open-mini:before{content:"\e16a"}.icon-right-thin:before{content:"\e16b"}.icon-rocket:before{content:"\e16c"}.icon-rss-1:before{content:"\e16d"}.icon-search-1:before{content:"\e16e"}.icon-share:before{content:"\e16f"}.icon-shareable:before{content:"\e170"}.icon-shuffle:before{content:"\e171"}.icon-signal:before{content:"\e172"}.icon-sina-weibo:before{content:"\e173"}.icon-skype:before{content:"\e174"}.icon-skype-circled:before{content:"\e175"}.icon-smashing:before{content:"\e176"}.icon-sound:before{content:"\e177"}.icon-soundcloud:before{content:"\e178"}.icon-spotify:before{content:"\e179"}.icon-spotify-circled:before{content:"\e17a"}.icon-star:before{content:"\e17b"}.icon-star-empty:before{content:"\e17c"}.icon-stop:before{content:"\e17d"}.icon-stumbleupon:before{content:"\e17e"}.icon-stumbleupon-circled:before{content:"\e17f"}.icon-suitcase:before{content:"\e180"}.icon-sweden:before{content:"\e181"}.icon-switch:before{content:"\e182"}.icon-tag:before{content:"\e183"}.icon-tape:before{content:"\e184"}.icon-target:before{content:"\e185"}.icon-thermometer:before{content:"\e186"}.icon-thumbs-down:before{content:"\e187"}.icon-thumbs-up:before{content:"\e188"}.icon-ticket:before{content:"\e189"}.icon-to-end:before{content:"\e18a"}.icon-to-start:before{content:"\e18b"}.icon-tools-1:before{content:"\e18c"}.icon-traffic-cone:before{content:"\e18d"}.icon-trash:before{content:"\e18e"}.icon-trophy-1:before{content:"\e18f"}.icon-tumblr-1:before{content:"\e190"}.icon-tumblr-circled:before{content:"\e191"}.icon-twitter-1:before{content:"\e192"}.icon-twitter-circled:before{content:"\e193"}.icon-up:before{content:"\e194"}.icon-up-bold:before{content:"\e195"}.icon-up-circled:before{content:"\e196"}.icon-up-dir:before{content:"\e197"}.icon-up-open:before{content:"\e198"}.icon-up-open-big:before{content:"\e199"}.icon-up-open-mini:before{content:"\e19a"}.icon-up-thin:before{content:"\e19b"}.icon-upload-1:before{content:"\e19c"}.icon-upload-cloud:before{content:"\e19d"}.icon-user:before{content:"\e19e"}.icon-user-add:before{content:"\e19f"}.icon-users:before{content:"\e1a0"}.icon-vcard:before{content:"\e1a1"}.icon-video-1:before{content:"\e1a2"}.icon-vimeo:before{content:"\e1a3"}.icon-vimeo-circled:before{content:"\e1a4"}.icon-vkontakte:before{content:"\e1a5"}.icon-volume:before{content:"\e1a6"}.icon-water:before{content:"\e1a7"}.icon-window:before{content:"\e1a8"}.icon-downarrows10:before{content:"\e1a9"}.icon-right127:before{content:"\e1aa"}.icon-rightarrow59:before{content:"\e1ab"}.icon-uparrows15:before{content:"\e1ac"}.icon-leftarrow59:before{content:"\e1ad"}.icon-back28:before{content:"\e1ae"}.icon-megatron-logo:before{content:"\e1af"}.icon-warning45:before{content:"\e1b0"}.icon-shopping111:before{content:"\e1b1"}.icon-search-icon:before{content:"\e1b2"}.icon-play43:before{content:"\e1b3"}.icon-minus-1:before{content:"\e1b4"}.icon-plus-1:before{content:"\e1b5"}.icon-play43-1:before{content:"\e1b6"}.icon-cancel30:before{content:"\e1b7"}.icon-close47:before{content:"\e1b8"}.icon-accepted:before{content:"\e1b9"}.icon-email20:before{content:"\e1ba"}.icon-key21:before{content:"\e1bb"}.icon-lock63:before{content:"\e1bc"}.icon-password1:before{content:"\e1bd"}.icon-magnifying-glass34:before{content:"\e1be"}.icon-mouse61-1:before{content:"\e1bf"}.icon-calentar:before{content:"\e1c0"}.icon-drug4:before{content:"\e1c1"}.icon-hospital36:before{content:"\e1c2"}.icon-hostpital:before{content:"\e1c3"}.icon-phone64:before{content:"\e1c4"}.icon-shutterstock-166641992-converted:before{content:"\e1c5"}.icon-shutterstock-166641992-converted-1:before{content:"\e1c6"}.icon-shutterstock-166641992-converted-2:before{content:"\e1c7"}.icon-shutterstock-166641992-converted-3:before{content:"\e1c8"}.icon-shutterstock-166641992-converted-4:before{content:"\e1c9"}.icon-shutterstock-166641992-converted-5:before{content:"\e1ca"}.icon-shutterstock-166641992-converted-6:before{content:"\e1cb"}.icon-shutterstock-166641992-converted-7:before{content:"\e1cc"}.icon-shutterstock-166641992-converted-8:before{content:"\e1cd"}.icon-shutterstock-166641992-converted-9:before{content:"\e1ce"}.icon-shutterstock-166641992-converted-10:before{content:"\e1cf"}.icon-shutterstock-166641992-converted-11:before{content:"\e1d0"}.icon-shutterstock-166641992-converted-12:before{content:"\e1d1"}.icon-shutterstock-166641992-converted-13:before{content:"\e1d2"}.icon-shutterstock-166641992-converted-14:before{content:"\e1d3"}.icon-shutterstock-166641992-converted-15:before{content:"\e1d4"}.icon-shutterstock-166641992-converted-16:before{content:"\e1d5"}.icon-shutterstock-166641992-converted-17:before{content:"\e1d6"}.icon-shutterstock-166641992-converted-18:before{content:"\e1d7"}.icon-shutterstock-166641992-converted-19:before{content:"\e1d8"}.icon-shutterstock-166641992-converted-20:before{content:"\e1d9"}.icon-shutterstock-166641992-converted-21:before{content:"\e1da"}.icon-shutterstock-166641992-converted-22:before{content:"\e1db"}.icon-shutterstock-166641992-converted-23:before{content:"\e1dc"}.icon-shutterstock-166641992-converted-24:before{content:"\e1dd"}.icon-shutterstock-166641992-converted-25:before{content:"\e1de"}.icon-shutterstock-166641992-converted-26:before{content:"\e1df"}.icon-shutterstock-166641992-converted-27:before{content:"\e1e0"}.icon-shutterstock-166641992-converted-28:before{content:"\e1e1"}.icon-shutterstock-166641992-converted-29:before{content:"\e1e2"}.icon-shutterstock-166641992-converted-30:before{content:"\e1e3"}.icon-shutterstock-166641992-converted-31:before{content:"\e1e4"}.icon-shutterstock-166641992-converted-32:before{content:"\e1e5"}.icon-shutterstock-166641992-converted-33:before{content:"\e1e6"}.icon-shutterstock-166641992-converted-34:before{content:"\e1e7"}.icon-shutterstock-166641992-converted-35:before{content:"\e1e8"}.icon-shutterstock-166641992-converted-36:before{content:"\e1e9"}.icon-shutterstock-166641992-converted-37:before{content:"\e1ea"}.icon-shutterstock-166641992-converted-38:before{content:"\e1eb"}.icon-shutterstock-166641992-converted-39:before{content:"\e1ec"}.icon-shutterstock-166641992-converted-40:before{content:"\e1ed"}.icon-shutterstock-166641992-converted-41:before{content:"\e1ee"}.icon-shutterstock-166641992-converted-42:before{content:"\e1ef"}.icon-shutterstock-166641992-converted-43:before{content:"\e1f0"}.icon-shutterstock-166641992-converted-44:before{content:"\e1f1"}.icon-shutterstock-166641992-converted-45:before{content:"\e1f2"}.icon-shutterstock-166641992-converted-46:before{content:"\e1f3"}.icon-shutterstock-166641992-converted-47:before{content:"\e1f4"}.icon-shutterstock-166641992-converted-48:before{content:"\e1f5"}.icon-shutterstock-166641992-converted-49:before{content:"\e1f6"}.icon-shutterstock-166641992-converted-50:before{content:"\e1f7"}.icon-shutterstock-166641992-converted-51:before{content:"\e1f8"}.icon-shutterstock-166641992-converted-52:before{content:"\e1f9"}.icon-shutterstock-166641992-converted-53:before{content:"\e1fa"}.icon-shutterstock-166641992-converted-54:before{content:"\e1fb"}.icon-shutterstock-166641992-converted-55:before{content:"\e1fc"}.icon-shutterstock-166641992-converted-56:before{content:"\e1fd"}.icon-shutterstock-166641992-converted-57:before{content:"\e1fe"}.icon-shutterstock-166641992-converted-58:before{content:"\e1ff"}.icon-shutterstock-166641992-converted-59:before{content:"\e200"}.icon-shutterstock-166641992-converted-60:before{content:"\e201"}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/owl-carousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/plugins/prettyPhoto/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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.obaly-swisspac.cz/wp-content/themes/megatron/megatron/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}.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}style.css
section#page-title {
padding-top: 45px !important;
}
footer.main-footer-wrapper .main-footer{ padding: 0 0 5px 0 !important;    background-color: #222;}
@media only screen and (max-width:480px){
section#page-title { padding-top: 0px !important; }
}
@media screen and (max-width: 991px)
{
.header-logo-mobile img {
max-height: 92px;
padding-top: 5px !important;
padding-bottom: 15px;}
}
@media screen and (max-width: 991px)
{
header.mobile-header .header-mobile-inner {
height: 70px !important;}
}
aside#nav_menu-5 .widget_nav_menu>div ul li {
border-left: 0px !important;
}
ul#menu-footer-menu .widget_nav_menu>div li{
border-left: 0px !important;
}
@-moz-keyframes spinner {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@-webkit-keyframes spinner {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@-o-keyframes spinner {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@keyframes spinner {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@-moz-keyframes header-drop {
0% {
-webkit-transform: translateY(-92px);
-moz-transform: translateY(-92px);
-ms-transform: translateY(-92px);
-o-transform: translateY(-92px);
transform: translateY(-92px)
}
100% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
}
@-webkit-keyframes header-drop {
0% {
-webkit-transform: translateY(-92px);
-moz-transform: translateY(-92px);
-ms-transform: translateY(-92px);
-o-transform: translateY(-92px);
transform: translateY(-92px)
}
100% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
}
@-o-keyframes header-drop {
0% {
-webkit-transform: translateY(-92px);
-moz-transform: translateY(-92px);
-ms-transform: translateY(-92px);
-o-transform: translateY(-92px);
transform: translateY(-92px)
}
100% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes header-drop {
0% {
-webkit-transform: translateY(-92px);
-moz-transform: translateY(-92px);
-ms-transform: translateY(-92px);
-o-transform: translateY(-92px);
transform: translateY(-92px)
}
100% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
}
@-moz-keyframes header-drop-out {
0% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
-webkit-transform: translateY(-92px);
-moz-transform: translateY(-92px);
-ms-transform: translateY(-92px);
-o-transform: translateY(-92px);
transform: translateY(-92px)
}
}
@-webkit-keyframes header-drop-out {
0% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
-webkit-transform: translateY(-92px);
-moz-transform: translateY(-92px);
-ms-transform: translateY(-92px);
-o-transform: translateY(-92px);
transform: translateY(-92px)
}
}
@-o-keyframes header-drop-out {
0% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
-webkit-transform: translateY(-92px);
-moz-transform: translateY(-92px);
-ms-transform: translateY(-92px);
-o-transform: translateY(-92px);
transform: translateY(-92px)
}
}
@keyframes header-drop-out {
0% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
100% {
-webkit-transform: translateY(-92px);
-moz-transform: translateY(-92px);
-ms-transform: translateY(-92px);
-o-transform: translateY(-92px);
transform: translateY(-92px)
}
}
.social-icon,
.m-button,
.pie-chart .vc_pie_chart_value,
.v-progress-bar .vc_single_bar .vc_label,
.h-progress-bar .vc_label,
.pricingtable .pt-content p,
.pricingtable .pt-content span,
.servicetable .pt-content div span,
.servicetable .pt-content ul li span,
.vc_tta-style-tab_style1 .vc_tta-title-text,
.vc_tta-style-tab_style1 .vc_tta-panel-title,
.expandable_button .expandable_button_text,
.menu-scroll ul li a,
.p-font {
font-family: 'Montserrat'!important
}
.call-action h4,
.heading span,
blockquote p,
.iconbox span,
.banner .sub-title,
.s-font,
.servicetable .pt-content p,
.testimonial.style2 p,
.testimonial.style3 p,
.testimonial.style4 p,
.m-post .post-entry-meta,
ul.breadcrumbs {
font-family: 'Playfair Display'!important
}
.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: 35px 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: .75em;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 5px
}
.post-navigation .post-navigation-title {
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 15px;
font-weight: 400;
text-transform: none
}
.post-navigation .post-navigation-icon {
font-size: 14px;
line-height: 1em;
width: 60px;
display: inline-block;
position: absolute;
top: 50%;
margin-top: -7px;
color: #444
}
.post-navigation .nav-links .nav-next .post-navigation-icon {
right: 0
}
img {
max-width: 100%;
height: 400px;
}
.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%;
border: 1px solid gray;
padding: 0px;
border-radius:3px;
}
.wp-caption-text {
max-width: 100% !important;
margin-top: 5px;
padding-top: 5px;
text-align: center;
}
.wp-caption p.wp-caption-text {
font-size: 1.0em;
font-weight: 700;
line-height: 14px; padding: 3% 10%;  color: #013456;
font-size: smaller;  }        }
.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;
border: .1mm solid #d3c5c5;
}
.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!important
}
.transition3s {
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.g5plus-page-links {
font-size: 0
}
.g5plus-page-links-title {
font-size: 14px;
font-family: 'Montserrat';
text-transform: uppercase;
font-weight: 400;
line-height: 1.2;
letter-spacing: .05em;
margin-right: 15px
}
.g5plus-page-link {
font-family: 'Montserrat';
display: inline-block;
margin-right: 4px;
font-size: 14px;
padding: 0;
width: 40px;
height: 40px;
text-align: center;
line-height: 38px;
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;
background-color: #00adff;
border-color: #00adff
}
.pd-top-10 {
padding-top: 70px
}
.pd-top-20 {
padding-top: 70px
}
.pd-top-30 {
padding-top: 70px
}
.pd-top-40 {
padding-top: 70px
}
.pd-top-50 {
padding-top: 70px
}
.pd-top-60 {
padding-top: 70px
}
.pd-top-70 {
padding-top: 70px
}
.pd-top-80 {
padding-top: 70px
}
.pd-top-90 {
padding-top: 70px
}
.pd-bottom-10 {
padding-bottom: 70px
}
.pd-bottom-20 {
padding-bottom: 70px
}
.pd-bottom-30 {
padding-bottom: 70px
}
.pd-bottom-40 {
padding-bottom: 70px
}
.pd-bottom-50 {
padding-bottom: 70px
}
.pd-bottom-60 {
padding-bottom: 70px
}
.pd-bottom-70 {
padding-bottom: 70px
}
.pd-bottom-80 {
padding-bottom: 70px
}
.pd-bottom-90 {
padding-bottom: 70px
}
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: #444;
position: relative;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
left: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.3;
margin-top: 30px;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: .05em
}
h1,
h2 {
letter-spacing: 0
}
p {
font-weight: 400;
margin: 0 0 0 0;
padding: 0;
line-height: 1.8; letter-spacing: .05em
}
h1.hmb,
h2.hmb,
h3.hmb,
h4.hmb,
h5.hmb,
h6.hmb,
p.hmb,
q.hmb {
margin-bottom: 40px
}
.container .container,
.has-sidebar .site-content-page-inner .container,
.has-sidebar .site-content-archive-inner .container {
padding: 0
}
.gray {
background-color: #FAFAFA;
color: #444
}
.light {
background-color: #fff;
color: #444
}
.dark {
background-color: #222;
color: #fff
}
.bg-primary {
background-color: #00adff
}
.bg-secondary {
background-color: #0bf
}
.container {
max-width: 100%
}
@media(min-width:1200px) {
.container {
width: 1200px
}
}
#wrapper {
background-color: #fff
}
body.boxed #wrapper {
max-width: 1200px;
margin: auto;
position: relative
}
@media only screen and (min-width:768px) {
section#page-title {
padding-top: 45px !important;
}
body.float {
padding: 20px!important
}
}
div,
iframe,
img {
margin: 0;
padding: 0;
}
::selection {
color: #fff
}
::-moz-selection {
color: #fff
}
a,
a:hover,
a.active {
color: inherit;
text-decoration: none;
outline: none
}
a:hover {
color: #00adff
}
a:focus,
a.active {
color: #00adff
}
input,
textarea,
button,
select {
outline: none;
width: initial;
margin-bottom: 20px;
}
.fl {
float: left
}
.fr {
float: right
}
.text-uppercase {
text-transform: uppercase
}
.bolder {
font-weight: 700
}
.semi-bold {
font-weight: 500
}
.spacing-50 {
letter-spacing: .05em
}
.spacing-100 {
letter-spacing: .1em
}
.fz-12 {
font-size: 12px
}
.fz-13 {
font-size: 13px
}
.fz-14 {
font-size: 14px
}
.fz-15 {
font-size: 15px
}
.fz-16 {
font-size: 16px
}
.fz-17 {
font-size: 17px
}
.fz-18 {
font-size: 18px
}
.fz-19 {
font-size: 19px
}
.fz-20 {
font-size: 20px
}
.fz-21 {
font-size: 21px
}
.fz-22 {
font-size: 22px
}
.fz-23 {
font-size: 23px
}
.fz-24 {
font-size: 24px
}
.under-construction-style-2 input[type="email"] {
background-color: rgba(255, 255, 255, 0.7);
color: #000
}
.main-footer .construction .mc4wp-form input {
width: 100%;
margin-top: 20px
}
.main-footer .construction .mc4wp-form input[type="submit"] {
color: #000;
border: none;
-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
}
.main-footer .construction .mc4wp-form input[type="submit"]:hover {
background-color: #333;
color: #fff
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea,
select {
font-family: 'Montserrat';
padding: 0 13px;
font-size: 13px;
letter-spacing: .1em;
margin-top: -4px;
margin-bottom: 30px;
color: #888;
height: 50px;
line-height: 1;
background-color: #fff;
border: 1px solid #ddd;
-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: #888
}
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: #888
}
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: #888
}
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: #888
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
border-color: #00adff
}
textarea {
height: auto;
padding-top: 15px
}
select {
max-width: 100%;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(http://192.168.1.132/www.coffeebagsethiopia.com/wp-content/themes/megatron/megatron/assets/images/arrow-down.png);
background-repeat: no-repeat;
background-position: 98%;
background-position: calc(100% - 15px)
}
select::-ms-expand {
display: none
}
.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
}
.error404 section.page-title-wrap {
margin-bottom: 0
}
.error404 .page-title-inner {
font-size: 32px
}
.page404 {
margin-top: 130px;
margin-bottom: 130px
}
.page404 .content-wrap {
text-align: center
}
.page404 h2 {
text-align: center;
font-size: 80px;
font-weight: 400;
line-height: 1;
display: inline-block;
margin-bottom: 35px;
color: #444
}
.page404 h4.description {
text-align: center;
font-size: 24px;
font-weight: 400;
line-height: 1;
text-transform: none;
color: #444;
margin-bottom: 0
}
.page404 div.return {
text-align: center;
font-size: 20px;
line-height: 1;
display: inline-block;
position: relative;
margin-top: 45px
}
.page404 div.return a {
padding-left: 45px;
padding-right: 45px
}
.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;
overflow: hidden;
width: 100%
padding-left: 10px;
padding-right: 10px;
}
.site-loading {
position: fixed;
z-index: 9999;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
opacity: 0;
display: none;
-webkit-transition: opacity 600ms ease 200ms;
-moz-transition: opacity 600ms ease 200ms;
-ms-transition: opacity 600ms ease 200ms;
-o-transition: opacity 600ms ease 200ms;
transition: opacity 600ms ease 200ms
}
body.page-loading .site-loading {
opacity: 1;
display: block
}
.logo-loading {
margin-bottom: 30px
}
.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: 24px
}
.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: 100%
}
.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
background-color: #000;
content: "";
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
width: 100%
}
.toggle-icon-wrapper .toggle-icon:before {
top: 20%;
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-ms-transform-origin: top left;
-o-transform-origin: top left;
transform-origin: top left
}
.toggle-icon-wrapper .toggle-icon:after {
bottom: 20%;
-webkit-transform-origin: bottom left;
-moz-transform-origin: bottom left;
-ms-transform-origin: bottom left;
-o-transform-origin: bottom left;
transform-origin: bottom left
}
.toggle-icon-wrapper+span {
vertical-align: middle;
text-transform: uppercase
}
.toggle-icon-wrapper.in .toggle-icon span {
opacity: 0
}
.toggle-icon-wrapper.in .toggle-icon:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg)
}
.toggle-icon-wrapper.in .toggle-icon:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.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
}
#lang_sel ul {
margin: 0;
padding: 0;
list-style: none;
position: relative
}
#lang_sel ul ul {
display: none;
position: absolute;
top: 100%;
left: 0;
z-index: 9999;
background-color: #fff;
min-width: 150px;
padding: 15px;
-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);
font-size: 12px
}
#lang_sel ul ul li {
line-height: 34px;
text-align: left;
color: #444
}
#lang_sel:hover ul {
display: block
}
.top-bar-info {
list-style: none;
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0
}
.top-bar-info li {
display: inline-block;
vertical-align: middle
}
.top-bar-info li+li {
margin-left: 20px
}
.top-bar-info li i.fa {
color: #00adff
}
#g5plus-modal-search {
z-index: 999999;
overflow: auto;
font-family: 'Playfair Display'
}
#g5plus-modal-search.modal.in .modal-backdrop.in {
opacity: .98;
height: 100%;
position: fixed;
z-index: -1;
background-color: #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: 30px;
top: 30px;
font-size: 36px;
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;
font-family: 'Playfair Display';
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; }
#g5plus-modal-search .ajax-search-result>ul {
list-style: none;
position: relative;
padding: 0;
margin: 0
}
#g5plus-modal-search .ajax-search-result li {
padding: 7px 20px;
color: inherit;
font-size: 16px;
-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: 16px;
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.micon {
vertical-align: middle
}
#search_popup_wrapper button.action {
background-color: #00adff;
opacity: .8;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
#search_popup_wrapper button.action:hover {
opacity: 1
}
#search_popup_wrapper input[type="text"] {
display: inline-block;
width: 90%;
margin-top: 20px;
padding: 1em;
height: auto
}
#search_popup_wrapper button[type="submit"] {
margin-top: 20px;
padding: .3em 2em;
background-color: #00adff;
color: #fff;
border: none;
text-transform: uppercase;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
#search_popup_wrapper button[type="submit"]:hover {
background-color: #000
}
nav.canvas-menu-wrapper {
position: fixed;
z-index: 999;
top: 0;
left: 100%;
bottom: 0;
width: 270px;
transform: translateX(0);
overflow: hidden;
padding: 30px;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s
}
nav.canvas-menu-wrapper.in {
transform: translateX(-100%)
}
nav.canvas-menu-wrapper .canvas-menu-close {
position: absolute;
top: 10px;
right: 10px;
font-size: 18px;
cursor: pointer
}
nav.canvas-menu-wrapper.dark {
background: #000;
color: #fff
}
nav.canvas-menu-wrapper.dark .widget_archive>ul,
nav.canvas-menu-wrapper.dark .widget_categories>ul,
nav.canvas-menu-wrapper.dark .widget_pages>ul,
nav.canvas-menu-wrapper.dark .widget_nav_menu>div>ul,
nav.canvas-menu-wrapper.dark .woocommerce .widget_product_categories>ul,
nav.canvas-menu-wrapper.dark .widget_layered_nav>ul {
border-bottom-color: rgba(255, 255, 255, 0.2)
}
nav.canvas-menu-wrapper.dark li+li,
nav.canvas-menu-wrapper.dark .widget_posts_item+.widget_posts_item {
border-top-color: rgba(255, 255, 255, 0.2)
}
nav.canvas-menu-wrapper.dark .widget_categories ul ul,
nav.canvas-menu-wrapper.dark .widget_pages ul ul,
nav.canvas-menu-wrapper.dark .widget_nav_menu>div ul ul,
nav.canvas-menu-wrapper.dark .widget_product_categories ul ul {
border-top-color: rgba(255, 255, 255, 0.2)
}
body.admin-bar nav.canvas-menu-wrapper {
top: 32px
}
.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: #FFF;
font-size: 24px;
display: block;
line-height: 1
}
.text-align-right {
text-align: right
}
.text-align-left {
text-align: left
}
.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: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
}
}
.owl-carousel .owl-item {
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible
}
.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
}
.padding-bottom-5 {
padding-bottom: 5px!important
}
.padding-bottom-10 {
padding-bottom: 10px!important
}
.padding-bottom-15 {
padding-bottom: 15px!important
}
.padding-top-5 {
padding-top: 5px!important
}
.padding-top-10 {
padding-top: 10px!important
}
.padding-top-15 {
padding-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-bottom-105 {
margin-bottom: 85px!important
}
.margin-bottom-110 {
margin-bottom: 90px!important
}
.margin-bottom-115 {
margin-bottom: 95px!important
}
.margin-bottom-120 {
margin-bottom: 100px!important
}
.margin-bottom-125 {
margin-bottom: 105px!important
}
.margin-bottom-130 {
margin-bottom: 110px!important
}
.margin-bottom-135 {
margin-bottom: 115px!important
}
.margin-bottom-140 {
margin-bottom: 120px!important
}
.margin-bottom-145 {
margin-bottom: 125px!important
}
.margin-bottom-150 {
margin-bottom: 130px!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
}
.margin-top-105 {
margin-top: 85px!important
}
.margin-top-110 {
margin-top: 90px!important
}
.margin-top-115 {
margin-top: 95px!important
}
.margin-top-120 {
margin-top: 100px!important
}
.margin-top-125 {
margin-top: 105px!important
}
.margin-top-130 {
margin-top: 110px!important
}
.margin-top-135 {
margin-top: 115px!important
}
.margin-top-140 {
margin-top: 120px!important
}
.margin-top-145 {
margin-top: 125px!important
}
.margin-top-150 {
margin-top: 135px!important
}
.padding-bottom-20,
.padding-bottom-25,
.padding-bottom-30,
.padding-bottom-35 {
padding-bottom: 15px!important
}
.padding-bottom-40 {
padding-bottom: 20px!important
}
.padding-bottom-45 {
padding-bottom: 25px!important
}
.padding-bottom-50 {
padding-bottom: 30px!important
}
.padding-bottom-55 {
padding-bottom: 35px!important
}
.padding-bottom-60 {
padding-bottom: 40px!important
}
.padding-bottom-65 {
padding-bottom: 45px!important
}
.padding-bottom-70 {
padding-bottom: 50px!important
}
.padding-bottom-75 {
padding-bottom: 55px!important
}
.padding-bottom-80 {
padding-bottom: 60px!important
}
.padding-bottom-85 {
padding-bottom: 65px!important
}
.padding-bottom-90 {
padding-bottom: 70px!important
}
.padding-bottom-95 {
padding-bottom: 75px!important
}
.padding-bottom-100 {
padding-bottom: 80px!important
}
.padding-bottom-105 {
padding-bottom: 85px!important
}
.padding-bottom-110 {
padding-bottom: 90px!important
}
.padding-bottom-115 {
padding-bottom: 95px!important
}
.padding-bottom-120 {
padding-bottom: 100px!important
}
.padding-bottom-125 {
padding-bottom: 105px!important
}
.padding-bottom-130 {
padding-bottom: 110px!important
}
.padding-bottom-135 {
padding-bottom: 115px!important
}
.padding-bottom-140 {
padding-bottom: 120px!important
}
.padding-bottom-145 {
padding-bottom: 125px!important
}
.padding-bottom-150 {
padding-bottom: 130px!important
}
.padding-top-20,
.padding-top-25,
.padding-top-30,
.padding-top-35 {
padding-top: 15px!important
}
.padding-top-40 {
padding-top: 20px!important
}
.padding-top-45 {
padding-top: 25px!important
}
.padding-top-50 {
padding-top: 30px!important
}
.padding-top-55 {
padding-top: 35px!important
}
.padding-top-60 {
padding-top: 40px!important
}
.padding-top-65 {
padding-top: 45px!important
}
.padding-top-70 {
padding-top: 50px!important
}
.padding-top-75 {
padding-top: 55px!important
}
.padding-top-80 {
padding-top: 60px!important
}
.padding-top-85 {
padding-top: 65px!important
}
.padding-top-90 {
padding-top: 70px!important
}
.padding-top-95 {
padding-top: 75px!important
}
.padding-top-100 {
padding-top: 80px!important
}
.padding-top-105 {
padding-top: 85px!important
}
.padding-top-110 {
padding-top: 90px!important
}
.padding-top-115 {
padding-top: 95px!important
}
.padding-top-120 {
padding-top: 100px!important
}
.padding-top-125 {
padding-top: 105px!important
}
.padding-top-130 {
padding-top: 110px!important
}
.padding-top-135 {
padding-top: 115px!important
}
.padding-top-140 {
padding-top: 120px!important
}
.padding-top-145 {
padding-top: 125px!important
}
.padding-top-150 {
padding-top: 135px!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-bottom-125 {
margin-bottom: 95px!important
}
.margin-bottom-130 {
margin-bottom: 100px!important
}
.margin-bottom-135 {
margin-bottom: 105px!important
}
.margin-bottom-140 {
margin-bottom: 110px!important
}
.margin-bottom-145 {
margin-bottom: 115px!important
}
.margin-bottom-150 {
margin-bottom: 120px!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
}
.margin-top-125 {
margin-top: 95px!important
}
.margin-top-130 {
margin-top: 100px!important
}
.margin-top-135 {
margin-top: 105px!important
}
.margin-top-140 {
margin-top: 110px!important
}
.margin-top-145 {
margin-top: 115px!important
}
.margin-top-150 {
margin-top: 120px!important
}
.padding-bottom-20,
.padding-bottom-25,
.padding-bottom-30,
.padding-bottom-35,
.padding-bottom-40,
.padding-bottom-45 {
padding-bottom: 15px!important
}
.padding-bottom-50 {
padding-bottom: 20px!important
}
.padding-bottom-55 {
padding-bottom: 25px!important
}
.padding-bottom-60 {
padding-bottom: 30px!important
}
.padding-bottom-65 {
padding-bottom: 35px!important
}
.padding-bottom-70 {
padding-bottom: 40px!important
}
.padding-bottom-75 {
padding-bottom: 45px!important
}
.padding-bottom-80 {
padding-bottom: 50px!important
}
.padding-bottom-85 {
padding-bottom: 55px!important
}
.padding-bottom-90 {
padding-bottom: 60px!important
}
.padding-bottom-95 {
padding-bottom: 65px!important
}
.padding-bottom-100 {
padding-bottom: 70px!important
}
.padding-bottom-105 {
padding-bottom: 75px!important
}
.padding-bottom-110 {
padding-bottom: 80px!important
}
.padding-bottom-115 {
padding-bottom: 85px!important
}
.padding-bottom-120 {
padding-bottom: 90px!important
}
.padding-bottom-125 {
padding-bottom: 95px!important
}
.padding-bottom-130 {
padding-bottom: 100px!important
}
.padding-bottom-135 {
padding-bottom: 105px!important
}
.padding-bottom-140 {
padding-bottom: 110px!important
}
.padding-bottom-145 {
padding-bottom: 115px!important
}
.padding-bottom-150 {
padding-bottom: 120px!important
}
.padding-top-20,
.padding-top-25,
.padding-top-30,
.padding-top-35,
.padding-top-40,
.padding-top-45 {
padding-top: 15px!important
}
.padding-top-50 {
padding-top: 20px!important
}
.padding-top-55 {
padding-top: 25px!important
}
.padding-top-60 {
padding-top: 30px!important
}
.padding-top-65 {
padding-top: 35px!important
}
.padding-top-70 {
padding-top: 40px!important
}
.padding-top-75 {
padding-top: 45px!important
}
.padding-top-80 {
padding-top: 50px!important
}
.padding-top-85 {
padding-top: 55px!important
}
.padding-top-90 {
padding-top: 60px!important
}
.padding-top-95 {
padding-top: 65px!important
}
.padding-top-100 {
padding-top: 70px!important
}
.padding-top-105 {
padding-top: 75px!important
}
.padding-top-110 {
padding-top: 80px!important
}
.padding-top-115 {
padding-top: 85px!important
}
.padding-top-120 {
padding-top: 90px!important
}
.padding-top-125 {
padding-top: 95px!important
}
.padding-top-130 {
padding-top: 100px!important
}
.padding-top-135 {
padding-top: 105px!important
}
.padding-top-140 {
padding-top: 110px!important
}
.padding-top-145 {
padding-top: 115px!important
}
.padding-top-150 {
padding-top: 120px!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-bottom-125 {
margin-bottom: 125px!important
}
.margin-bottom-130 {
margin-bottom: 130px!important
}
.margin-bottom-135 {
margin-bottom: 135px!important
}
.margin-bottom-140 {
margin-bottom: 140px!important
}
.margin-bottom-145 {
margin-bottom: 145px!important
}
.margin-bottom-150 {
margin-bottom: 150px!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
}
.margin-top-125 {
margin-top: 125px!important
}
.margin-top-130 {
margin-top: 130px!important
}
.margin-top-135 {
margin-top: 135px!important
}
.margin-top-140 {
margin-top: 140px!important
}
.margin-top-145 {
margin-top: 145px!important
}
.margin-top-150 {
margin-top: 150px!important
}
.padding-bottom-20 {
padding-bottom: 20px!important
}
.padding-bottom-25 {
padding-bottom: 25px!important
}
.padding-bottom-30 {
padding-bottom: 30px!important
}
.padding-bottom-35 {
padding-bottom: 35px!important
}
.padding-bottom-40 {
padding-bottom: 40px!important
}
.padding-bottom-45 {
padding-bottom: 45px!important
}
.padding-bottom-50 {
padding-bottom: 50px!important
}
.padding-bottom-55 {
padding-bottom: 55px!important
}
.padding-bottom-60 {
padding-bottom: 60px!important
}
.padding-bottom-65 {
padding-bottom: 65px!important
}
.padding-bottom-70 {
padding-bottom: 70px!important
}
.padding-bottom-75 {
padding-bottom: 75px!important
}
.padding-bottom-80 {
padding-bottom: 80px!important
}
.padding-bottom-85 {
padding-bottom: 85px!important
}
.padding-bottom-90 {
padding-bottom: 90px!important
}
.padding-bottom-95 {
padding-bottom: 95px!important
}
.padding-bottom-100 {
padding-bottom: 100px!important
}
.padding-bottom-105 {
padding-bottom: 105px!important
}
.padding-bottom-110 {
padding-bottom: 110px!important
}
.padding-bottom-115 {
padding-bottom: 115px!important
}
.padding-bottom-120 {
padding-bottom: 120px!important
}
.padding-bottom-125 {
padding-bottom: 125px!important
}
.padding-bottom-130 {
padding-bottom: 130px!important
}
.padding-bottom-135 {
padding-bottom: 135px!important
}
.padding-bottom-140 {
padding-bottom: 140px!important
}
.padding-bottom-145 {
padding-bottom: 145px!important
}
.padding-bottom-150 {
padding-bottom: 150px!important
}
.padding-top-20 {
padding-top: 20px!important
}
.padding-top-25 {
padding-top: 25px!important
}
.padding-top-30 {
padding-top: 30px!important
}
.padding-top-35 {
padding-top: 35px!important
}
.padding-top-40 {
padding-top: 40px!important
}
.padding-top-45 {
padding-top: 45px!important
}
.padding-top-50 {
padding-top: 50px!important
}
.padding-top-55 {
padding-top: 55px!important
}
.padding-top-60 {
padding-top: 60px!important
}
.padding-top-65 {
padding-top: 65px!important
}
.padding-top-70 {
padding-top: 70px!important
}
.padding-top-75 {
padding-top: 75px!important
}
.padding-top-80 {
padding-top: 80px!important
}
.padding-top-85 {
padding-top: 85px!important
}
.padding-top-90 {
padding-top: 90px!important
}
.padding-top-95 {
padding-top: 95px!important
}
.padding-top-100 {
padding-top: 100px!important
}
.padding-top-105 {
padding-top: 105px!important
}
.padding-top-110 {
padding-top: 110px!important
}
.padding-top-115 {
padding-top: 115px!important
}
.padding-top-120 {
padding-top: 120px!important
}
.padding-top-125 {
padding-top: 125px!important
}
.padding-top-130 {
padding-top: 130px!important
}
.padding-top-135 {
padding-top: 135px!important
}
.padding-top-140 {
padding-top: 140px!important
}
.padding-top-145 {
padding-top: 145px!important
}
.padding-top-150 {
padding-top: 150px!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
}
.comming-soon .bg-image {
background-position: top center!important
}
.comming-soon .vc_sep_line {
border-top-color: rgba(255, 255, 255, 0.3)!important
}
@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-padding-bottom-15 {
padding-bottom: 15px!important
}
.sm-padding-bottom-30 {
padding-bottom: 30px!important
}
.sm-padding-bottom-40 {
padding-bottom: 40px!important
}
.sm-padding-bottom-50 {
padding-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
}
}
.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:768px) {
.text-left-xs-center {
text-align: left
}
.text-right-xs-center {
text-align: right
}
}
@media(max-width:767px) {
.text-left-xs-center,
.text-right-xs-center {
text-align: center
}
.xs-margin-bottom-15 {
margin-bottom: 15px
}
}
.bg-overlay {
position: relative
}
.bg-overlay:before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.6);
display: block
}
@media(max-width:1199px) {
.bg-overlay-md {
position: relative
}
.bg-overlay-md:before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.6);
display: block
}
}
.bgc-gradient {
background-image: radial-gradient(circle farthest-side, rgba(17, 29, 49, 0.92) 0, rgba(4, 7, 14, 0.92) 100%)
}
@media(min-width:992px) {
.md-padding-105>.vc_column-inner {
padding-left: 105px!important;
padding-right: 105px!important
}
}
#page-title {
width: 100%;
position: relative;
overflow: hidden
}
.page-title-wrap {
color: #fff;
background-color: rgba(0, 0, 0, 0.4)
}
.page-title-inner { }
.page-title-margin {
margin-bottom: 0px; }
.single-blog-title-wrap {
color: #fff;
background-color: rgba(0, 0, 0, 0.5)
}
.single-blog-title-inner {
padding-top: 120px;
padding-bottom: 100px
}
.single-blog-title-margin {
margin-bottom: 80px
}
.single-product-title-wrap {
color: #fff;
background-color: rgba(0, 0, 0, 0.55)
}
.single-product-title-inner {
padding-top: 120px;
padding-bottom: 100px
}
.single-product-title-margin {
margin-bottom: 80px
}
.single-portfolio-title-wrap {
color: #fff;
background-color: rgba(0, 0, 0, 0.55)
}
.single-portfolio-title-inner {
padding-top: 120px;
padding-bottom: 100px
}
.single-portfolio-title-margin {
margin-bottom: 80px
}
.archive-title-wrap {
color: #fff;
background-color: rgba(0, 0, 0, 0.5)
}
.archive-title-inner {
padding-top: 120px;
padding-bottom: 100px
}
.archive-title-margin {
margin-bottom: 80px
}
.archive-product-title-wrap {
color: #fff;
background-color: rgba(0, 0, 0, 0.55)
}
.archive-product-title-inner {
padding-top: 120px;
padding-bottom: 100px
}
.archive-product-title-margin {
margin-bottom: 80px
}
.archive-portfolio-title-wrap {
color: #fff;
background-color: rgba(0, 0, 0, 0.55)
}
.archive-portfolio-title-inner {
padding-top: 90px;
padding-bottom: 60px
}
.archive-portfolio-title-margin {
margin-bottom: 80px
}
#page-title .container {
position: relative;
margin-top: 100px;
}
#page-title h1 {
margin: 0;
text-transform: uppercase
}
#page-title p {
font-style: italic;
letter-spacing: .1em;
line-height: 1.2;
margin-bottom: 0
}
.page-title-size-lg h1 {
font-size: 60px;
font-weight: bold;
color: #3fbbc4;
text-shadow: 3px 4px 5px ##555555;
}
.page-title-size-lg p {
font-size: 20px;
margin-top: 10px
}
.page-title-size-md h1 {
font-size: 32px;
font-weight: 400
}
.page-title-size-md p {
font-size: 15px;
margin-top: 15px
}
.page-title-wrap-bg {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: absolute;
width: 100%;
height: 100%;
z-index: -2;
top: 0;
left: 0
}
.page-title-parallax {
background-repeat: no-repeat;
background-size: cover;
position: absolute;
width: 100%;
height: 100%;
z-index: -2;
top: 0;
left: 0
}
.page-title-border-bottom {
border-bottom: 1px solid #eee
}
ul.breadcrumbs {
margin: 0;
list-style-type: none;
display: inline-block;
padding: 0;
vertical-align: middle;
font-size: 0;
font-style: italic
}
ul.breadcrumbs li {
display: inline
}
ul.breadcrumbs li a,
ul.breadcrumbs li span {
line-height: 1.2;
font-size: 13px
}
ul.breadcrumbs li+li:before {
font: normal normal normal 14px/1 FontAwesome;
content: "\f105";
display: inline;
padding: 0 10px;
font-size: 13px
}
.breadcrumbs-wrap {
font-size: 0;
margin-top: 100px;
}
.breadcrumbs-inner {
display: inline-block
}
.breadcrumbs-wrap label {
text-transform: uppercase;
font-weight: bold;
margin: 0 10px 0 0;
vertical-align: middle;
font-size: 13px
}
.breadcrumbs-wrap.float .breadcrumbs-inner { padding: 10px 0px;
color: gray;
}
.breadcrumbs-wrap.float label:before {
content: "";
display: inline-block;
width: 8px;
height: 8px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
margin-right: 10px;
vertical-align: middle;
margin-top: -2px
}
.page-title-size-lg .breadcrumbs-wrap.normal {
margin-top: 25px
}
.page-title-size-md .breadcrumbs-wrap.normal {
margin-top: 20px
}
@media(max-width:767px) {
.page-title-size-lg h1 {
font-size: 32px
}
.page-title-size-lg p {
font-size: 15px
}
.page-title-breadcrumbs-float .page-title-inner,
.page-title-breadcrumbs-float .archive-title-inner,
.page-title-breadcrumbs-float .archive-product-title-inner { }
.page-title-breadcrumbs-normal .page-title-inner,
.page-title-breadcrumbs-normal .archive-title-inner,
.page-title-breadcrumbs-normal .archive-product-title-inner {
padding: 70px 0
}
.page-title-size-lg .breadcrumbs-wrap.normal {
margin-top: 15px
}
.archive-title-margin,
.archive-product-title-margin,
.page-title-margin {
margin-bottom: 10px; }
.page-title-parallax {
background-position: center center!important
}
}
@media(max-width:480px) {
.breadcrumbs-wrap label {
display: none
}
}
.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: .8s;
transition-duration: .8s
}
.dialog--close .dialog__overlay {
-webkit-transition-duration: .5s;
transition-duration: .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
}
}
@media screen and (min-width:992px) {
header.main-header .top-bar {
font-family: 'Montserrat';
font-size: 12px;
letter-spacing: .05em;
padding-top: 7px;
padding-bottom: 7px;
color: #444
}
header.main-header .top-bar .sidebar aside+aside {
margin-top: 0;
margin-left: 20px
}
header.main-header .top-bar.bordered {
border-bottom: solid 1px rgba(0, 0, 0, 0.1)
}
header.main-header .top-bar aside.widget {
display: inline-block;
vertical-align: middle;
line-height: 30px
}
header.main-header .top-bar .top-bar-right {
text-align: right
}
header.main-header .top-bar i.fa {
vertical-align: middle
}
header.main-header .top-bar ul.s-default li {
margin-bottom: 0
}
header.main-header .top-bar.top-bar-light {
background-color: #fff
}
header.main-header .top-bar.top-bar-light-gray {
background-color: #747474
}
header.main-header .top-bar.top-bar-gray {
background-color: #5F5F5F
}
header.main-header .top-bar.top-bar-dark-gray {
background-color: #4C4C4C
}
header.main-header .top-bar.top-bar-dark {
background-color: #000
}
header.main-header .top-bar.top-bar-overlay {
background-color: rgba(0, 0, 0, 0.3)
}
header.main-header .top-bar.top-bar-transparent {
background-color: transparent
}
header.main-header .top-bar.top-bar-light-gray,
header.main-header .top-bar.top-bar-dark-gray,
header.main-header .top-bar.top-bar-gray,
header.main-header .top-bar.top-bar-dark,
header.main-header .top-bar.top-bar-overlay,
header.main-header .top-bar.top-bar-transparent {
color: #fff;
border-bottom-color: rgba(255, 255, 255, 0.2)
}
header.main-header .top-bar.top-bar-light-gray .widget_archive li+li:before,
header.main-header .top-bar.top-bar-dark-gray .widget_archive li+li:before,
header.main-header .top-bar.top-bar-gray .widget_archive li+li:before,
header.main-header .top-bar.top-bar-dark .widget_archive li+li:before,
header.main-header .top-bar.top-bar-overlay .widget_archive li+li:before,
header.main-header .top-bar.top-bar-transparent .widget_archive li+li:before,
header.main-header .top-bar.top-bar-light-gray .widget_categories li+li:before,
header.main-header .top-bar.top-bar-dark-gray .widget_categories li+li:before,
header.main-header .top-bar.top-bar-gray .widget_categories li+li:before,
header.main-header .top-bar.top-bar-dark .widget_categories li+li:before,
header.main-header .top-bar.top-bar-overlay .widget_categories li+li:before,
header.main-header .top-bar.top-bar-transparent .widget_categories li+li:before,
header.main-header .top-bar.top-bar-light-gray .widget_pages li+li:before,
header.main-header .top-bar.top-bar-dark-gray .widget_pages li+li:before,
header.main-header .top-bar.top-bar-gray .widget_pages li+li:before,
header.main-header .top-bar.top-bar-dark .widget_pages li+li:before,
header.main-header .top-bar.top-bar-overlay .widget_pages li+li:before,
header.main-header .top-bar.top-bar-transparent .widget_pages li+li:before,
header.main-header .top-bar.top-bar-light-gray .widget_nav_menu>div li+li:before,
header.main-header .top-bar.top-bar-dark-gray .widget_nav_menu>div li+li:before,
header.main-header .top-bar.top-bar-gray .widget_nav_menu>div li+li:before,
header.main-header .top-bar.top-bar-dark .widget_nav_menu>div li+li:before,
header.main-header .top-bar.top-bar-overlay .widget_nav_menu>div li+li:before,
header.main-header .top-bar.top-bar-transparent .widget_nav_menu>div li+li:before,
header.main-header .top-bar.top-bar-light-gray .woocommerce .widget_product_categories li+li:before,
header.main-header .top-bar.top-bar-dark-gray .woocommerce .widget_product_categories li+li:before,
header.main-header .top-bar.top-bar-gray .woocommerce .widget_product_categories li+li:before,
header.main-header .top-bar.top-bar-dark .woocommerce .widget_product_categories li+li:before,
header.main-header .top-bar.top-bar-overlay .woocommerce .widget_product_categories li+li:before,
header.main-header .top-bar.top-bar-transparent .woocommerce .widget_product_categories li+li:before,
header.main-header .top-bar.top-bar-light-gray .widget_layered_nav li+li:before,
header.main-header .top-bar.top-bar-dark-gray .widget_layered_nav li+li:before,
header.main-header .top-bar.top-bar-gray .widget_layered_nav li+li:before,
header.main-header .top-bar.top-bar-dark .widget_layered_nav li+li:before,
header.main-header .top-bar.top-bar-overlay .widget_layered_nav li+li:before,
header.main-header .top-bar.top-bar-transparent .widget_layered_nav li+li:before {
border-left: solid 1px rgba(255, 255, 255, 0.2)
}
header.main-header .top-bar .widget_archive>ul,
header.main-header .top-bar .widget_categories>ul,
header.main-header .top-bar .widget_pages>ul,
header.main-header .top-bar .widget_nav_menu>div>ul,
header.main-header .top-bar .woocommerce .widget_product_categories>ul,
header.main-header .top-bar .widget_layered_nav>ul {
display: inline-block;
padding-bottom: 0;
border-bottom: none
}
header.main-header .top-bar .widget_archive li,
header.main-header .top-bar .widget_categories li,
header.main-header .top-bar .widget_pages li,
header.main-header .top-bar .widget_nav_menu>div li,
header.main-header .top-bar .woocommerce .widget_product_categories li,
header.main-header .top-bar .widget_layered_nav li {
display: inline-block;
padding-top: 0;
margin-bottom: 0;
vertical-align: middle
}
header.main-header .top-bar .widget_archive li+li,
header.main-header .top-bar .widget_categories li+li,
header.main-header .top-bar .widget_pages li+li,
header.main-header .top-bar .widget_nav_menu>div li+li,
header.main-header .top-bar .woocommerce .widget_product_categories li+li,
header.main-header .top-bar .widget_layered_nav li+li {
margin-top: 0;
border: none;
margin-left: 40px;
position: relative
}
header.main-header .top-bar .widget_archive li+li:before,
header.main-header .top-bar .widget_categories li+li:before,
header.main-header .top-bar .widget_pages li+li:before,
header.main-header .top-bar .widget_nav_menu>div li+li:before,
header.main-header .top-bar .woocommerce .widget_product_categories li+li:before,
header.main-header .top-bar .widget_layered_nav li+li:before {
content: '';
height: 12px;
border-left: solid 1px rgba(0, 0, 0, 0.2);
position: absolute;
left: -20px;
margin: auto;
top: 0;
bottom: 0
}
header.main-header .top-bar .widget_archive>ul>li>a,
header.main-header .top-bar .widget_categories>ul>li>a,
header.main-header .top-bar .widget_pages>ul>li>a,
header.main-header .top-bar .widget_nav_menu>div>ul>li>a,
header.main-header .top-bar .woocommerce .widget_product_categories>ul>li>a,
header.main-header .top-bar .widget_layered_nav>ul>li>a { padding-left: 0px; }
header.main-header {
background-color: #fff;
position: relative;
z-index: 999
}
header.main-header .micon,
header.main-header i.fa {
vertical-align: middle
}
header.main-header .header-logo {
height: 90px;
font-size: 0;
text-align: center;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
header.main-header .header-logo:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle
}
header.main-header .header-logo img {
max-height: 90px;
padding-top: 20px;
padding-bottom: 20px;
max-width: none;
margin-left: -37px;
}
header.main-header .logo-sticky {
display: none
}
header.main-header .nav-logo-sticky {
display: none;
vertical-align: middle
}
header.main-header .header-container {
position: relative
}
header.main-header .header-nav-wrapper {
z-index: 999;
background-color: #fff;
position: relative
}
header.main-header .header-nav-wrapper.bottom-bordered {
border-top: solid 1px rgba(0, 0, 0, 0.1)
}
header.main-header .header-nav-wrapper.header-dark.bottom-bordered {
border-top-color: rgba(136, 136, 136, 0.2)
}
header.main-header .header-nav-wrapper.bottom-border-solid {}
header.main-header .header-nav-wrapper.bottom-border-solid .x-nav-menu>li>.x-sub-menu {
margin-top: -19px;
margin-left: 0px;
margin-right: -8px
}
header.main-header .header-nav-wrapper.header-dark.bottom-border-solid {
border-bottom-color: rgba(136, 136, 136, 0.2)
}
header.main-header .header-nav-wrapper.bottom-border-gradient {
border-bottom: solid 3px rgba(0, 0, 0, 0.05)
}
header.main-header .header-nav-wrapper.bottom-border-gradient:after {
content: '';
display: block;
position: absolute;
height: 3px;
width: 100%;
bottom: -3px;
left: 0;
background: #00adff;
background: -webkit-linear-gradient(-90deg, #0bf, #00adff 33%);
background: -o-linear-gradient(-90deg, #0bf, #00adff 33%);
background: -moz-linear-gradient(-90deg, #0bf, #00adff 33%);
background: linear-gradient(-90deg, #0bf, #00adff 33%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0bf', endColorstr='#00adff', GradientType=0)
}
header.main-header .header-nav-wrapper.bottom-border-gradient.w2p3:after {
width: 66.77777%
}
header.main-header .header-nav-wrapper.bottom-border-gradient .x-nav-menu>li>.x-sub-menu {
margin-top: 3px
}
header.main-header .header-nav-wrapper.header-dark.bottom-border-gradient {
border-bottom-color: rgba(136, 136, 136, 0.2)
}
.header-above-left {
float: left;
text-align: left;
line-height: 90px
}
.header-above-right {
float: right;
text-align: right;
line-height: 90px
}
.header-nav-left {
float: left;
text-align: left;
line-height: 90px
}
.header-nav-right {
float: left; text-align: right;
line-height: 90px
}
.header-customize-nav,
.header-customize-right {
float: right
}
.header-customize-left {
float: left
}
.header-customize-item {
display: inline-block;
vertical-align: top
}
.header-customize-item+.header-customize-item {
margin-left: 20px
}
.header-customize-item:first-child {
margin-left: 40px
}
.custom-text-wrapper .m-button {
padding: 10px 20px
}
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon>i.micon {
font-size: 1em
}
.header-social-profile-wrapper {
list-style: none
}
.header-social-profile-wrapper * {
display: inline-block;
vertical-align: top
}
.header-social-profile-wrapper ul {
padding: 0;
margin: 0
}
.header-social-profile-wrapper li+li {
margin-left: 15px
}
.canvas-menu-toggle-wrapper i.micon {
vertical-align: middle
}
.search-button-wrapper,
.header-social-profile-wrapper,
.canvas-menu-toggle-wrapper,
.shopping-cart-wrapper {
font-size: 16px
}
.left-menu {
float: left
}
.right-menu {
float: right
}
.menu-wrapper {
float: left
}
.x-nav-menu {
color: #444
}
.x-nav-menu .x-sub-menu {
color: #444
}
.overlay-menu-wrapper {
opacity: 0;
visibility: hidden;
height: 0;
overflow: hidden;
position: fixed;
background-color: rgba(0, 0, 0, 0.98);
left: 0;
right: 0;
top: 0;
bottom: 0;
padding: 60px 0;
z-index: -1;
zoom: 0;
text-align: center;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s
}
.overlay-menu-wrapper:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%
}
.overlay-menu-wrapper.in {
opacity: 1;
visibility: visible;
height: auto;
overflow: auto;
z-index: 9999;
zoom: 1
}
.overlay-menu-wrapper.in .header-overlay-close {
display: block
}
.overlay-menu-wrapper.in .x-nav-menu .x-menu-item {
margin-top: 0!important
}
.overlay-menu-wrapper .x-nav-menu {
display: inline-block;
vertical-align: middle
}
.overlay-menu-wrapper .x-nav-menu .x-menu-item {
display: block!important;
line-height: 50px;
margin: 0!important;
margin-top: -10px!important;
padding: 0!important;
border: none!important;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s
}
.overlay-menu-wrapper .x-nav-menu .x-menu-item a {
color: #fff;
text-transform: none;
font-size: 18px
}
.overlay-menu-wrapper .x-nav-menu .x-sub-menu {
display: block!important;
position: static!important;
background-color: transparent!important;
border: none!important;
height: auto!important;
visibility: visible!important;
opacity: 1!important;
margin: 0!important;
padding: 0!important
}
.overlay-menu-wrapper .x-nav-menu .x-col {
float: none;
width: 100%
}
.overlay-menu-wrapper .x-nav-menu .x-sub-menu .x-menu-item>a.x-menu-a-text {
padding: 0 20px 0 50px;
font-size: .9em;
margin: 0;
line-height: 50px
}
.overlay-menu-wrapper .x-nav-menu .x-sub-menu .x-sub-menu .x-menu-item>a.x-menu-a-text {
padding-left: 80px
}
.overlay-menu-wrapper .x-nav-menu .x-sub-menu-tab>li.x-menu-active>a.x-menu-a-text:after,
.overlay-menu-wrapper .x-nav-menu .x-menu-item>a b.x-caret {
display: none!important
}
.overlay-menu-wrapper .x-nav-menu .x-sub-menu-tab>li.x-menu-active {
background-color: transparent
}
.overlay-menu-wrapper .x-nav-menu>.x-menu-item>a.x-menu-a-text,
.overlay-menu-wrapper .x-tabs.x-item-menu-tab>.x-menu-a-text,
.overlay-menu-wrapper .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text,
.overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text {
display: block;
position: relative;
padding: 0 20px
}
.overlay-menu-wrapper .x-nav-menu>.x-menu-item>a.x-menu-a-text:before,
.overlay-menu-wrapper .x-tabs.x-item-menu-tab>.x-menu-a-text:before,
.overlay-menu-wrapper .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text:before,
.overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text:before {
content: "\e169";
font-family: 'megatron';
font-size: .8em;
opacity: 0;
margin-left: -10px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.overlay-menu-wrapper .x-nav-menu>.x-menu-item>a.x-menu-a-text:hover:before,
.overlay-menu-wrapper .x-tabs.x-item-menu-tab>.x-menu-a-text:hover:before,
.overlay-menu-wrapper .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text:hover:before,
.overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text:hover:before {
margin-left: 0;
opacity: 1
}
.overlay-menu-wrapper .x-nav-menu>.x-menu-item>a.x-menu-a-text b.x-caret,
.overlay-menu-wrapper .x-tabs.x-item-menu-tab>.x-menu-a-text b.x-caret,
.overlay-menu-wrapper .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text b.x-caret,
.overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text b.x-caret {
display: inline-block;
position: absolute;
right: 20px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.overlay-menu-wrapper .x-nav-menu>.x-menu-item>a.x-menu-a-text:hover b.x-caret,
.overlay-menu-wrapper .x-tabs.x-item-menu-tab>.x-menu-a-text:hover b.x-caret,
.overlay-menu-wrapper .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text:hover b.x-caret,
.overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text:hover b.x-caret {
opacity: 0
}
.overlay-menu-wrapper .x-nav-menu>.x-menu-item>a.x-menu-a-text>span.x-menu-text,
.overlay-menu-wrapper .x-tabs.x-item-menu-tab>.x-menu-a-text>span.x-menu-text,
.overlay-menu-wrapper .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text>span.x-menu-text,
.overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text>span.x-menu-text,
.overlay-menu-wrapper .x-nav-menu>.x-menu-item>a.x-menu-a-text>i.x-menu-icon,
.overlay-menu-wrapper .x-tabs.x-item-menu-tab>.x-menu-a-text>i.x-menu-icon,
.overlay-menu-wrapper .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text>i.x-menu-icon,
.overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text>i.x-menu-icon {
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.overlay-menu-wrapper .x-nav-menu>.x-menu-item>a.x-menu-a-text:hover,
.overlay-menu-wrapper .x-tabs.x-item-menu-tab>.x-menu-a-text:hover,
.overlay-menu-wrapper .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text:hover,
.overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text:hover {
background-color: rgba(0, 217, 217, 0.6)
}
.overlay-menu-wrapper .x-nav-menu>.x-menu-item>a.x-menu-a-text:hover>i.x-menu-icon,
.overlay-menu-wrapper .x-tabs.x-item-menu-tab>.x-menu-a-text:hover>i.x-menu-icon,
.overlay-menu-wrapper .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text:hover>i.x-menu-icon,
.overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text:hover>i.x-menu-icon,
.overlay-menu-wrapper .x-nav-menu>.x-menu-item>a.x-menu-a-text:hover>span.x-menu-text,
.overlay-menu-wrapper .x-tabs.x-item-menu-tab>.x-menu-a-text:hover>span.x-menu-text,
.overlay-menu-wrapper .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text:hover>span.x-menu-text,
.overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text:hover>span.x-menu-text {
padding-left: 10px
}
.overlay-menu-wrapper .x-nav-menu>.x-menu-item>a.x-menu-a-text:hover>i.x-menu-icon+span.x-menu-text,
.overlay-menu-wrapper .x-tabs.x-item-menu-tab>.x-menu-a-text:hover>i.x-menu-icon+span.x-menu-text,
.overlay-menu-wrapper .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text:hover>i.x-menu-icon+span.x-menu-text,
.overlay-menu-wrapper .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text:hover>i.x-menu-icon+span.x-menu-text {
padding-left: 0
}
.header-overlay-open,
.header-overlay-close {
position: fixed;
top: 30px;
right: 30px;
z-index: 9999;
font-size: 24px;
cursor: pointer;
color: #444;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s
}
.header-overlay-open:hover,
.header-overlay-close:hover {
color: #00adff
}
.header-overlay-open {
position: absolute
}
.header-overlay-open.in {
opacity: 0
}
.overlay-menu-left {
float: left;
width: 50%;
height: 100%;
text-align: right;
padding-right: 0;
position: relative;
padding-right: 40px
}
.overlay-menu-left:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle
}
.overlay-menu-right {
float: right;
width: 50%;
height: 100%;
text-align: left
}
.overlay-menu-right:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle
}
.overlay-menu-inner {
text-align: left;
overflow: hidden;
display: inline-block;
vertical-align: middle;
max-height: 100%;
position: relative;
border-left: solid 1px rgba(166, 166, 166, 0.6);
padding-left: 20px;
width: 98%
}
.overlay-menu-inner .x-nav-menu {
width: 350px
}
body.admin-bar .header-overlay-close {
margin-top: 32px
}
body.admin-bar .overlay-menu-wrapper {
top: 32px
}
.header-overlay-close {
z-index: 999999;
color: #fff;
display: none
}
.container-full {
padding-left: 70px;
padding-right: 70px
}
header.header-boxed {
width: 1258px;
max-width: 100%;
position: absolute;
margin: 30px auto auto;
z-index: 999;
left: 0;
right: 0
}
header.header-boxed .header-container {
position: static!important
}
header.header-float {
position: absolute;
z-index: 999;
left: 0;
right: 0
}
header.header-light .top-bar.top-bar-transparent {
color: #444;
border-bottom-color: rgba(0, 0, 0, 0.1)
}
header.header-gray .header-overlay-open,
header.header-light-gray .header-overlay-open,
header.header-dark-gray .header-overlay-open,
header.header-dark .header-overlay-open,
header.header-transparent .header-overlay-open,
header.header-gray .x-nav-menu,
header.header-light-gray .x-nav-menu,
header.header-dark-gray .x-nav-menu,
header.header-dark .x-nav-menu,
header.header-transparent .x-nav-menu,
header.header-gray .header-customize-item,
header.header-light-gray .header-customize-item,
header.header-dark-gray .header-customize-item,
header.header-dark .header-customize-item,
header.header-transparent .header-customize-item {
color: #fff
}
header.header-gray .header-nav-wrapper.bottom-bordered,
header.header-light-gray .header-nav-wrapper.bottom-bordered,
header.header-dark-gray .header-nav-wrapper.bottom-bordered,
header.header-dark .header-nav-wrapper.bottom-bordered,
header.header-transparent .header-nav-wrapper.bottom-bordered {
border-bottom-color: rgba(136, 136, 136, 0.2)
}
header.header-gray {
background-color: #5F5F5F
}
header.header-light-gray {
background-color: #747474
}
header.header-dark-gray {
background-color: #4C4C4C
}
header.header-dark {
background-color: #000
}
header.header-overlay {
background-color: rgba(0, 0, 0, 0.1)
}
header.header-overlay .header-overlay-open,
header.header-overlay .x-nav-menu,
header.header-overlay .header-customize-item {
color: #fff
}
header.header-overlay .header-nav-wrapper.bottom-bordered {
border-bottom-color: rgba(255, 255, 255, 0.2)
}
header.header-transparent {
background-color: transparent
}
header .header-nav-wrapper.header-transparent {
background-color: transparent;
margin-top: -19px
}
header .header-nav-wrapper.header-dark .x-nav-menu,
header .header-nav-wrapper.header-gray .x-nav-menu,
header .header-nav-wrapper.header-light-gray .x-nav-menu,
header .header-nav-wrapper.header-dark-gray .x-nav-menu,
header .header-nav-wrapper.header-dark .header-customize-item,
header .header-nav-wrapper.header-gray .header-customize-item,
header .header-nav-wrapper.header-light-gray .header-customize-item,
header .header-nav-wrapper.header-dark-gray .header-customize-item {
color: #fff
}
header .header-nav-wrapper.header-light .x-nav-menu {
color: #444
}
header .header-nav-wrapper.header-dark {
background-color: #000
}
header .header-nav-wrapper.header-gray {
background-color: #5F5F5F
}
header .header-nav-wrapper.header-light-gray {
background-color: #747474
}
header .header-nav-wrapper.header-dark-gray {
background-color: #4C4C4C
}
header .header-nav-wrapper.header-overlay {
background-color: rgba(0, 0, 0, 0.2)
}
header .header-nav-wrapper.header-overlay .x-nav-menu,
header .header-nav-wrapper.header-overlay .header-customize-item {
color: #fff
}
header .header-nav-wrapper.header-transparent.bottom-border-solid,
header .header-nav-wrapper.header-overlay.bottom-border-solid,
header .header-nav-wrapper.header-dark.bottom-border-solid {}
header .header-nav-wrapper.header-transparent.bottom-bordered,
header .header-nav-wrapper.header-overlay.bottom-bordered,
header .header-nav-wrapper.header-dark.bottom-bordered {
border-top-color: rgba(136, 136, 136, 0.2)
}
header .header-1 .header-logo {
float: left
}
header .header-2 .header-logo,
header .header-3 .header-logo {
width: 240px;
position: absolute;
left: 0;
right: 0;
margin: auto
}
header .header-2 .header-logo img,
header .header-3 .header-logo img {
padding-left: 40px;
padding-right: 40px;
max-width: 100%
}
header .header-2 .header-nav-left,
header .header-3 .header-nav-left {
width: 50%;
padding-right: 120px
}
header .header-2 .header-nav-right,
header .header-3 .header-nav-right {
width: 50%;
padding-left: 120px
}
header .header-2 .header-nav-left .header-customize-item:first-child,
header .header-3 .header-nav-left .header-customize-item:first-child {
margin-left: 0
}
header .header-2 .header-nav-left .header-customize-item:last-child,
header .header-3 .header-nav-left .header-customize-item:last-child {
margin-right: 40px
}
header .header-2 .left-menu,
header .header-2 .header-customize-left {
float: right
}
header .header-2 .header-customize-right,
header .header-2 .right-menu {
float: left
}
header .header-4 .header-logo {
float: left
}
header .header-5 .header-logo {
width: 30%;
margin: auto;
float: left
}
header .header-5 .header-logo img {
padding-left: 40px;
padding-right: 40px;
max-width: 100%
}
header .header-5 .header-above-left {
width: 35%;
min-height: 1px
}
header .header-5 .header-above-right {
width: 35%;
min-height: 1px
}
header .header-5 .header-above-left .header-customize-item:first-child {
margin-left: 0
}
header .header-5 .header-above-left .header-customize-item:last-child {
margin-right: 40px
}
header .header-6 .header-logo {
width: 30%;
margin: auto;
float: left
}
header .header-6 .header-logo img {
padding-left: 40px;
padding-right: 40px;
max-width: 100%
}
header .header-6 .header-above-left {
width: 35%;
min-height: 1px
}
header .header-6 .header-above-right {
width: 35%;
min-height: 1px
}
header .header-6 .header-above-left .header-customize-item:first-child {
margin-left: 0
}
header .header-6 .header-above-left .header-customize-item:last-child {
margin-right: 40px
}
header .header-6 .header-container {
text-align: center
}
header .header-6 .header-nav-left,
header .header-6 .header-nav-right,
header .header-6 .menu-wrapper {
float: none;
display: inline-block;
vertical-align: middle
}
header .header-8 {
position: relative
}
header .header-8 .header-bellow,
header .header-8 .header-logo {
text-align: center
}
header .header-8 .header-customize-nav {
float: none;
text-align: center
}
header .header-8 .x-sub-menu {
display: block
}
header .header-8 .header-customize-item {
margin-left: 0;
display: block;
text-align: center
}
header .header-8 .header-customize-item+.header-customize-item {
margin-top: 20px
}
header .header-8 .shopping-cart-wrapper .widget_shopping_cart_content {
text-align: center
}
header .header-8 .header-social-profile-wrapper i.fa {
width: 30px;
height: 30px;
line-height: 30px;
background-color: rgba(0, 0, 0, 0.13);
font-size: 14px;
color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
header .header-8 .header-social-profile-wrapper i.fa:hover {
background-color: #000
}
header .header-8 .custom-text-wrapper {
letter-spacing: .05em;
line-height: 2.2
}
header.header-dark .header-8 .header-social-profile-wrapper i.fa {
background-color: rgba(255, 255, 255, 0.2)
}
header.header-dark .header-8 .header-social-profile-wrapper i.fa:hover {
background-color: #fff;
color: #333
}
body.header-is-left {
padding-left: 270px
}
body.admin-bar header.header-left {
top: 32px
}
header.header-left {
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 999;
width: 270px;
padding-bottom: 30px
}
header.header-left .header-logo {
padding-left: 30px;
padding-right: 30px
}
header.header-left .ps-scrollbar-y-rail {
right: 0
}
header.header-left .ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
background-color: rgba(0, 0, 0, 0.1)
}
header.header-left .top-bar aside.widget {
display: block
}
header.header-left .top-bar .col-md-6,
header.header-left .top-bar .col-md-12,
header.header-left .top-bar .col-md-8 {
width: 100%
}
header.header-left .top-bar .sidebar aside+aside,
header.header-left .top-bar .top-bar-info li+li {
margin-left: 0
}
header.header-left .top-bar .top-bar-right {
text-align: left
}
header.header-left .x-nav-menu {
display: block
}
header.header-left .x-nav-menu>.x-menu-item {
display: block
}
header.header-left .x-nav-menu>.x-menu-item:last-child {
border-bottom: solid 1px rgba(0, 0, 0, 0.1)
}
header.header-left .x-nav-menu .x-menu-item {
display: block;
margin: 0;
line-height: 51px;
border-top: solid 1px rgba(0, 0, 0, 0.1);
transition: all .3s
}
header.header-left .x-nav-menu .x-menu-item>a.x-menu-a-text {
padding-left: 30px;
padding-right: 20px;
color: #333;
font-size: 13px;
letter-spacing: .05em;
position: relative
}
header.header-left .x-nav-menu .x-menu-item>a.x-menu-a-text:hover {
color: #00adff;
background-color: transparent
}
header.header-left .x-nav-menu .x-menu-item:not(.x-sub-menu-open)>a.x-menu-a-text:hover {
background-color: rgba(0, 0, 0, 0.1)
}
header.header-left .x-sub-menu {
display: none;
position: static!important;
overflow: visible;
visibility: visible;
opacity: 1;
z-index: 0;
height: auto;
padding: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-bottom: none
}
header.header-left .x-sub-menu .x-menu-a-text {
font-family: 'Playfair Display';
text-transform: none
}
header.header-left .x-sub-menu .x-menu-a-text>span {
font-style: italic
}
header.header-left .x-nav-menu>.x-menu-item>a.x-menu-a-text,
header.header-left .x-tabs.x-item-menu-tab>.x-menu-a-text,
header.header-left .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text,
header.header-left .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text {
display: block;
position: relative
}
header.header-left .x-nav-menu>.x-menu-item>a.x-menu-a-text:before,
header.header-left .x-tabs.x-item-menu-tab>.x-menu-a-text:before,
header.header-left .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text:before,
header.header-left .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text:before {
content: "\e169";
font-family: 'megatron';
font-size: .8em;
opacity: 0;
margin-left: -10px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
header.header-left .x-nav-menu>.x-menu-item>a.x-menu-a-text:hover:before,
header.header-left .x-tabs.x-item-menu-tab>.x-menu-a-text:hover:before,
header.header-left .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text:hover:before,
header.header-left .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text:hover:before {
margin-left: 0;
opacity: 1
}
header.header-left .x-nav-menu>.x-menu-item>a.x-menu-a-text b.x-caret,
header.header-left .x-tabs.x-item-menu-tab>.x-menu-a-text b.x-caret,
header.header-left .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text b.x-caret,
header.header-left .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text b.x-caret {
display: inline-block;
position: absolute;
right: 20px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
header.header-left .x-nav-menu>.x-menu-item>a.x-menu-a-text:hover b.x-caret,
header.header-left .x-tabs.x-item-menu-tab>.x-menu-a-text:hover b.x-caret,
header.header-left .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text:hover b.x-caret,
header.header-left .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text:hover b.x-caret {
opacity: 0
}
header.header-left .x-nav-menu>.x-menu-item>a.x-menu-a-text>span.x-menu-text,
header.header-left .x-tabs.x-item-menu-tab>.x-menu-a-text>span.x-menu-text,
header.header-left .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text>span.x-menu-text,
header.header-left .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text>span.x-menu-text,
header.header-left .x-nav-menu>.x-menu-item>a.x-menu-a-text>i.x-menu-icon,
header.header-left .x-tabs.x-item-menu-tab>.x-menu-a-text>i.x-menu-icon,
header.header-left .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text>i.x-menu-icon,
header.header-left .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text>i.x-menu-icon {
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
header.header-left .x-nav-menu>.x-menu-item>a.x-menu-a-text:hover>i.x-menu-icon,
header.header-left .x-tabs.x-item-menu-tab>.x-menu-a-text:hover>i.x-menu-icon,
header.header-left .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text:hover>i.x-menu-icon,
header.header-left .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text:hover>i.x-menu-icon,
header.header-left .x-nav-menu>.x-menu-item>a.x-menu-a-text:hover>span.x-menu-text,
header.header-left .x-tabs.x-item-menu-tab>.x-menu-a-text:hover>span.x-menu-text,
header.header-left .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text:hover>span.x-menu-text,
header.header-left .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text:hover>span.x-menu-text {
padding-left: 10px
}
header.header-left .x-nav-menu>.x-menu-item>a.x-menu-a-text:hover>i.x-menu-icon+span.x-menu-text,
header.header-left .x-tabs.x-item-menu-tab>.x-menu-a-text:hover>i.x-menu-icon+span.x-menu-text,
header.header-left .x-sub-menu-tab>.x-menu-item>a.x-menu-a-text:hover>i.x-menu-icon+span.x-menu-text,
header.header-left .x-sub-menu-multi-column .x-header-column>a.x-menu-a-text:hover>i.x-menu-icon+span.x-menu-text {
padding-left: 0
}
header.header-left .x-sub-menu-multi-column>.x-menu-item+.x-menu-item {
border-left: none
}
header.header-left .menu-wrapper {
float: none
}
header.header-left .header-customize-nav {
float: none;
text-align: center;
padding-top: 30px
}
header.header-left .x-col {
float: none!important;
width: auto!important
}
header.header-left .x-sub-menu-multi-column .x-header-column>a {
margin-bottom: 0;
line-height: 51px
}
header.header-left .x-sub-menu-multi-column>.x-menu-item {
padding-left: 0;
padding-right: 0
}
header.header-left li.x-sub-menu-open>a>b.x-caret {
-webkit-transform: rotate(90deg)!important;
-moz-transform: rotate(90deg)!important;
-ms-transform: rotate(90deg)!important;
-o-transform: rotate(90deg)!important;
transform: rotate(90deg)!important
}
header.header-left li.x-menu-active>a.x-menu-a-text:after {
display: none
}
header.header-left li.x-sub-menu-open>a.x-menu-a-text:after {
content: '';
display: block;
position: absolute;
top: 100%;
border-left: solid 6px transparent;
border-right: solid 6px transparent;
border-top: solid 6px #fff;
z-index: 1;
margin: 0;
right: auto;
left: auto
}
header.header-left .x-sub-menu-tab>li.x-menu-active {
background-color: transparent
}
header.header-left .x-sub-menu-tab>li>ul.x-sub-menu {
padding-bottom: 0
}
header.header-left .mini-cart-link {
text-align: left;
background: rgba(0, 0, 0, 0.1);
padding: 0 36px 0 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position: relative
}
header.header-left .mini-cart-link a.view-cart,
header.header-left .mini-cart-link a.check-out {
display: inline-block;
padding: 7px 0;
background: rgba(0, 0, 0, 0.07);
text-align: center;
width: 50%;
float: left;
font-size: 12px;
text-transform: uppercase;
color: #000;
line-height: 28px
}
header.header-left .mini-cart-link a.view-cart:hover,
header.header-left .mini-cart-link a.check-out:hover {
color: #00adff
}
header.header-left .mini-cart-link a.view-cart {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
position: relative
}
header.header-left .mini-cart-link a.view-cart:after {
content: '';
position: absolute;
border-right: solid 1px rgba(0, 0, 0, 0.07);
right: 0;
top: 0;
bottom: 0;
height: 18px;
margin: auto
}
header.header-left .mini-cart-link .widget_shopping_cart_content {
display: inline-block;
position: absolute;
right: 5px;
top: 4px;
margin: auto;
bottom: 0;
height: 36px
}
header.header-left .header-social-profile-wrapper li+li {
margin-left: 10px
}
header.header-left .header-social-profile-wrapper i.fa {
width: 30px;
height: 30px;
background: rgba(0, 0, 0, 0.1);
line-height: 30px;
border-radius: 100%;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
header.header-left .header-social-profile-wrapper i.fa:hover {
background: rgba(0, 0, 0, 0.3);
color: #00adff
}
header.header-left .widget_shopping_cart_content:hover .cart_list_wrapper {
display: none
}
header.header-left .header-logo img {
max-width: 100%
}
header.header-left .x-sub-menu {
background-color: rgba(0, 0, 0, 0.1)
}
header.header-left .x-sub-menu>.x-menu-item {
border-top: solid 1px rgba(0, 0, 0, 0.1)
}
header.header-left .x-sub-menu>.x-menu-item>a.x-menu-a-text {
color: #000
}
header.header-left .x-sub-menu-open .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #E6E6E6
}
header.header-left .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #D0D0D0
}
header.header-left .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #BCBCBC
}
header.header-left.header-light-gray .x-nav-menu,
header.header-left.header-dark-gray .x-nav-menu,
header.header-left.header-gray .x-nav-menu,
header.header-left.header-dark .x-nav-menu,
header.header-left.header-overlay .x-nav-menu {
color: #eee
}
header.header-left.header-light-gray .x-nav-menu .x-menu-item>a.x-menu-a-text,
header.header-left.header-dark-gray .x-nav-menu .x-menu-item>a.x-menu-a-text,
header.header-left.header-gray .x-nav-menu .x-menu-item>a.x-menu-a-text,
header.header-left.header-dark .x-nav-menu .x-menu-item>a.x-menu-a-text,
header.header-left.header-overlay .x-nav-menu .x-menu-item>a.x-menu-a-text {
color: #eee
}
header.header-left.header-light-gray .x-nav-menu .x-menu-item>a.x-menu-a-text:hover,
header.header-left.header-dark-gray .x-nav-menu .x-menu-item>a.x-menu-a-text:hover,
header.header-left.header-gray .x-nav-menu .x-menu-item>a.x-menu-a-text:hover,
header.header-left.header-dark .x-nav-menu .x-menu-item>a.x-menu-a-text:hover,
header.header-left.header-overlay .x-nav-menu .x-menu-item>a.x-menu-a-text:hover {
color: #00adff
}
header.header-left.header-light-gray .x-nav-menu .x-menu-item:not(.x-sub-menu-open)>a.x-menu-a-text:hover,
header.header-left.header-dark-gray .x-nav-menu .x-menu-item:not(.x-sub-menu-open)>a.x-menu-a-text:hover,
header.header-left.header-gray .x-nav-menu .x-menu-item:not(.x-sub-menu-open)>a.x-menu-a-text:hover,
header.header-left.header-dark .x-nav-menu .x-menu-item:not(.x-sub-menu-open)>a.x-menu-a-text:hover,
header.header-left.header-overlay .x-nav-menu .x-menu-item:not(.x-sub-menu-open)>a.x-menu-a-text:hover {
background-color: rgba(0, 0, 0, 0.1)
}
header.header-left.header-light-gray .search-box-wrapper input,
header.header-left.header-dark-gray .search-box-wrapper input,
header.header-left.header-gray .search-box-wrapper input,
header.header-left.header-dark .search-box-wrapper input,
header.header-left.header-overlay .search-box-wrapper input {
background: rgba(255, 255, 255, 0.1);
color: #fff
}
header.header-left.header-light-gray .mini-cart-link,
header.header-left.header-dark-gray .mini-cart-link,
header.header-left.header-gray .mini-cart-link,
header.header-left.header-dark .mini-cart-link,
header.header-left.header-overlay .mini-cart-link {
background: rgba(255, 255, 255, 0.1)
}
header.header-left.header-light-gray .mini-cart-link a.view-cart,
header.header-left.header-dark-gray .mini-cart-link a.view-cart,
header.header-left.header-gray .mini-cart-link a.view-cart,
header.header-left.header-dark .mini-cart-link a.view-cart,
header.header-left.header-overlay .mini-cart-link a.view-cart,
header.header-left.header-light-gray .mini-cart-link a.check-out,
header.header-left.header-dark-gray .mini-cart-link a.check-out,
header.header-left.header-gray .mini-cart-link a.check-out,
header.header-left.header-dark .mini-cart-link a.check-out,
header.header-left.header-overlay .mini-cart-link a.check-out {
background: rgba(255, 255, 255, 0.1);
color: #fff
}
header.header-left.header-light-gray .mini-cart-link a.view-cart:hover,
header.header-left.header-dark-gray .mini-cart-link a.view-cart:hover,
header.header-left.header-gray .mini-cart-link a.view-cart:hover,
header.header-left.header-dark .mini-cart-link a.view-cart:hover,
header.header-left.header-overlay .mini-cart-link a.view-cart:hover,
header.header-left.header-light-gray .mini-cart-link a.check-out:hover,
header.header-left.header-dark-gray .mini-cart-link a.check-out:hover,
header.header-left.header-gray .mini-cart-link a.check-out:hover,
header.header-left.header-dark .mini-cart-link a.check-out:hover,
header.header-left.header-overlay .mini-cart-link a.check-out:hover {
color: #00adff
}
header.header-left.header-light-gray .mini-cart-link a.view-cart:after,
header.header-left.header-dark-gray .mini-cart-link a.view-cart:after,
header.header-left.header-gray .mini-cart-link a.view-cart:after,
header.header-left.header-dark .mini-cart-link a.view-cart:after,
header.header-left.header-overlay .mini-cart-link a.view-cart:after {
border-right: solid 1px rgba(255, 255, 255, 0.1)
}
header.header-left.header-light-gray .header-social-profile-wrapper i.fa,
header.header-left.header-dark-gray .header-social-profile-wrapper i.fa,
header.header-left.header-gray .header-social-profile-wrapper i.fa,
header.header-left.header-dark .header-social-profile-wrapper i.fa,
header.header-left.header-overlay .header-social-profile-wrapper i.fa {
background: rgba(255, 255, 255, 0.1)
}
header.header-left.header-light-gray .header-social-profile-wrapper i.fa:hover,
header.header-left.header-dark-gray .header-social-profile-wrapper i.fa:hover,
header.header-left.header-gray .header-social-profile-wrapper i.fa:hover,
header.header-left.header-dark .header-social-profile-wrapper i.fa:hover,
header.header-left.header-overlay .header-social-profile-wrapper i.fa:hover {
background: rgba(255, 255, 255, 0.3);
color: #00adff
}
header.header-left.header-light .header-customize-item,
header.header-left.header-transparent .header-customize-item {
color: #444
}
header.header-left .header-customize-item {
display: block;
margin-left: 0;
padding: 0 30px
}
header.header-left .header-customize-item+.header-customize-item {
margin-left: 0;
margin-top: 30px
}
header.header-left .search-box-wrapper form {
position: relative;
padding: 0;
margin: 0
}
header.header-left .search-box-wrapper input {
background-color: rgba(0, 0, 0, 0.1);
border: none;
outline: none;
width: 100%
}
header.header-left .search-box-wrapper button {
background-color: transparent;
border: none;
position: absolute;
top: 0;
bottom: 0;
right: 15px;
margin: auto
}
header.header-left.header-light-gray .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #747474
}
header.header-left.header-light-gray .x-sub-menu-open .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #696969
}
header.header-left.header-light-gray .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #5F5F5F
}
header.header-left.header-light-gray .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #565656
}
header.header-left.header-gray .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #5F5F5F
}
header.header-left.header-gray .x-sub-menu-open .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #565656
}
header.header-left.header-gray .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #4E4E4E
}
header.header-left.header-gray .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #464646
}
header.header-left.header-dark-gray .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #4C4C4C
}
header.header-left.header-dark-gray .x-sub-menu-open .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #454545
}
header.header-left.header-dark-gray .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #3E3E3E
}
header.header-left.header-dark-gray .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #383838
}
header.header-left.header-dark .ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
header.header-left.header-overlay .ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
background-color: rgba(255, 255, 255, 0.1)
}
header.header-left.header-dark .x-nav-menu>.x-menu-item:last-child,
header.header-left.header-overlay .x-nav-menu>.x-menu-item:last-child {
border-bottom: solid 1px rgba(255, 255, 255, 0.1)
}
header.header-left.header-dark .x-sub-menu,
header.header-left.header-overlay .x-sub-menu {
background-color: rgba(255, 255, 255, 0.05)
}
header.header-left.header-dark .x-sub-menu>.x-menu-item,
header.header-left.header-overlay .x-sub-menu>.x-menu-item {
border-top: solid 1px rgba(255, 255, 255, 0.1)
}
header.header-left.header-dark .x-nav-menu,
header.header-left.header-overlay .x-nav-menu {
color: #aaa
}
header.header-left.header-dark .x-nav-menu .x-menu-item,
header.header-left.header-overlay .x-nav-menu .x-menu-item {
border-top: solid 1px rgba(255, 255, 255, 0.1)
}
header.header-left.header-dark .x-nav-menu .x-menu-item>a.x-menu-a-text,
header.header-left.header-overlay .x-nav-menu .x-menu-item>a.x-menu-a-text {
color: #aaa
}
header.header-left.header-dark .x-nav-menu .x-menu-item>a.x-menu-a-text:hover,
header.header-left.header-overlay .x-nav-menu .x-menu-item>a.x-menu-a-text:hover {
color: #00adff
}
header.header-left.header-dark .x-nav-menu .x-menu-item:not(.x-sub-menu-open)>a.x-menu-a-text:hover,
header.header-left.header-overlay .x-nav-menu .x-menu-item:not(.x-sub-menu-open)>a.x-menu-a-text:hover {
background-color: rgba(255, 255, 255, 0.1)
}
header.header-left.header-dark .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #000
}
header.header-left.header-dark .x-sub-menu-open .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #0C0C0C
}
header.header-left.header-dark .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #171717
}
header.header-left.header-dark .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open .x-sub-menu-open>a.x-menu-a-text:after {
border-top-color: #222
}
header.header-left.header-overlay .x-sub-menu-open>a.x-menu-a-text:after {
display: none
}
.sticky-wrapper.is-sticky .header-nav-wrapper {
width: 100%;
left: 0;
right: 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 .logo-sticky {
display: inline-block
}
.sticky-wrapper.is-sticky .nav-logo-sticky {
display: inline-block
}
.sticky-wrapper.is-sticky .nav-logo-sticky+li {
margin-left: 40px
}
.sticky-wrapper.is-sticky .header-logo.has-logo-sticky {
display: none
}
.sticky-wrapper.is-sticky .header-logo img {
max-height: 69px;
padding-top: 9px;
padding-bottom: 10px;
margin-top: 11px
}
.sticky-wrapper.is-sticky .x-nav-menu>.x-menu-item,
.sticky-wrapper.is-sticky .header-nav-right,
.sticky-wrapper.is-sticky .header-nav-left {
line-height: 90px
}
.sticky-wrapper.is-sticky .header-logo {
height: 66px
}
.sticky-wrapper.is-sticky .sticky-dark {
background-color: #222!important;
color: #eee
}
.sticky-wrapper.is-sticky .sticky-dark .header-customize-item,
.sticky-wrapper.is-sticky .sticky-dark .x-nav-menu {
color: #eee
}
.sticky-wrapper.is-sticky .sticky-light {
color: #444
}
.sticky-wrapper.is-sticky .sticky-light .x-nav-menu,
.sticky-wrapper.is-sticky .sticky-light .header-customize-item {}
.sticky-wrapper.is-sticky .sticky-gray {
background-color: #eee!important;
color: #222
}
.sticky-wrapper.is-sticky .sticky-gray .header-customize-item,
.sticky-wrapper.is-sticky .sticky-gray .x-nav-menu {
color: #222
}
body.boxed .sticky-wrapper.is-sticky .header-nav-wrapper {
max-width: 1200px;
margin: auto
}
}
@media screen and (max-width:1399px) {
.container-full {
padding-left: 15px;
padding-right: 15px;
width: 1200px;
max-width: 100%;
margin: auto
}
}
header .header-logo>a>img.retina-logo,
.overlay-menu-left>a>img.retina-logo {
display: none
}
@media only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
.overlay-menu-left>a>img.has-retina,
header .header-logo>a>img.has-retina {
display: none
}
.overlay-menu-left>a>img.retina-logo,
header .header-logo>a>img.retina-logo {
display: inline-block
}
}
@media screen and (max-width:1199px) {
.header-2 .x-nav-menu>.x-menu-item+.x-menu-item,
.header-3 .x-nav-menu>.x-menu-item+.x-menu-item,
.header-2 .header-customize-item:first-child,
.header-3 .header-customize-item:first-child {
margin-left: 30px
}
}
@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
}
header.mobile-header .micon,
header.mobile-header i.fa {
vertical-align: middle
}
.top-bar-mobile {
font-family: 'Montserrat';
font-size: 12px;
letter-spacing: .05em;
color: inherit
}
.top-bar-mobile .sidebar aside+aside {
margin-top: 0;
margin-left: 20px
}
.top-bar-mobile .header-mobile-container-inner {
padding-top: 7px;
padding-bottom: 7px
}
.top-bar-mobile aside.widget {
display: inline-block;
vertical-align: middle;
line-height: 30px
}
.top-bar-mobile .top-bar-right {
text-align: right
}
.top-bar-mobile i.fa {
vertical-align: middle
}
.top-bar-mobile ul.s-default li {
margin-bottom: 0
}
.top-bar-mobile.container-bordered .header-mobile-container-inner,
.top-bar-mobile.bordered {
border-bottom: solid 1px rgba(0, 0, 0, 0.1)
}
.top-bar-mobile.top-bar-light-gray,
.top-bar-mobile.top-bar-gray,
.top-bar-mobile.top-bar-dark-gray,
.top-bar-mobile.top-bar-dark,
.top-bar-mobile.top-bar-overlay,
.top-bar-mobile.top-bar-transparent {
color: #fff;
border-bottom-color: rgba(255, 255, 255, 0.2)
}
.top-bar-mobile.top-bar-light {
background-color: #fff
}
.top-bar-mobile.top-bar-light-gray {
background-color: #747474
}
.top-bar-mobile.top-bar-gray {
background-color: #5F5F5F
}
.top-bar-mobile.top-bar-dark-gray {
background-color: #4C4C4C
}
.top-bar-mobile.top-bar-dark {
background-color: #000
}
.top-bar-mobile.top-bar-overlay {
background-color: rgba(0, 0, 0, 0.3)
}
.top-bar-mobile.top-bar-transparent {
background-color: transparent
}
header.mobile-header {
display: block!important
}
header.mobile-header .mini-cart-link>a.view-cart,
header.mobile-header .mini-cart-link>a.check-out {
display: none!important
}
header.main-header {
display: none!important
}
body.menu-mobile-in {
left: 280px;
overflow: hidden
}
.container.header-mobile-container {
position: relative
}
.header-mobile-before {
text-align: center
}
.header-mobile-before img {
max-height: 92px;
padding-top: 15px;
padding-bottom: 15px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box
}
.header-mobile-nav.menu-drop-dropdown {
max-height: 360px;
position: relative;
overflow: hidden
}
.header-logo-mobile {
line-height: 92px;
vertical-align: middle;
text-align: center;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
padding-left: 50px;
padding-right: 50px
}
.header-logo-mobile img {
max-height: 92px;
padding-top: 15px;
padding-bottom: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.header-logo-mobile img.retina-logo {
display: none
}
header.mobile-header {
font-family: 'Montserrat'
}
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;
z-index: 997;
top: 0
}
header.mobile-header .header-mobile-inner {
height: 92px;
position: relative;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
header.mobile-header .header-mobile-inner .header-customize {
display: block;
font-size: 0;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 0
}
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;
font-size: 0
}
header.mobile-header .header-mobile-inner .icon-search-menu {
display: inline-block;
vertical-align: middle;
height: 45px;
text-align: center;
line-height: 45px;
padding: 0;
font-size: 18px;
color: #222
}
header.mobile-header .header-mobile-inner .icon-search-menu>i {
vertical-align: middle
}
header.mobile-header .ps-container>.ps-scrollbar-y-rail {
right: 0
}
header.mobile-header.bordered {
border-bottom: solid 1px rgba(0, 0, 0, 0.1)
}
header.mobile-header.container-bordered .header-mobile-container>.header-mobile-inner,
header.mobile-header.container-bordered .search-mobile-wrapper {
border-bottom: solid 1px rgba(0, 0, 0, 0.1)
}
header.mobile-header.header-light-gray,
header.mobile-header.header-gray,
header.mobile-header.header-dark-gray,
header.mobile-header.header-dark,
header.mobile-header.header-overlay,
header.mobile-header.header-transparent {
color: #fff
}
header.mobile-header.header-light-gray .toggle-icon-wrapper .toggle-icon>span,
header.mobile-header.header-gray .toggle-icon-wrapper .toggle-icon>span,
header.mobile-header.header-dark-gray .toggle-icon-wrapper .toggle-icon>span,
header.mobile-header.header-dark .toggle-icon-wrapper .toggle-icon>span,
header.mobile-header.header-overlay .toggle-icon-wrapper .toggle-icon>span,
header.mobile-header.header-transparent .toggle-icon-wrapper .toggle-icon>span,
header.mobile-header.header-light-gray .toggle-icon-wrapper .toggle-icon:before,
header.mobile-header.header-gray .toggle-icon-wrapper .toggle-icon:before,
header.mobile-header.header-dark-gray .toggle-icon-wrapper .toggle-icon:before,
header.mobile-header.header-dark .toggle-icon-wrapper .toggle-icon:before,
header.mobile-header.header-overlay .toggle-icon-wrapper .toggle-icon:before,
header.mobile-header.header-transparent .toggle-icon-wrapper .toggle-icon:before,
header.mobile-header.header-light-gray .toggle-icon-wrapper .toggle-icon:after,
header.mobile-header.header-gray .toggle-icon-wrapper .toggle-icon:after,
header.mobile-header.header-dark-gray .toggle-icon-wrapper .toggle-icon:after,
header.mobile-header.header-dark .toggle-icon-wrapper .toggle-icon:after,
header.mobile-header.header-overlay .toggle-icon-wrapper .toggle-icon:after,
header.mobile-header.header-transparent .toggle-icon-wrapper .toggle-icon:after {
background-color: #fff
}
header.mobile-header.header-light-gray .header-mobile-inner .icon-search-menu,
header.mobile-header.header-gray .header-mobile-inner .icon-search-menu,
header.mobile-header.header-dark-gray .header-mobile-inner .icon-search-menu,
header.mobile-header.header-dark .header-mobile-inner .icon-search-menu,
header.mobile-header.header-overlay .header-mobile-inner .icon-search-menu,
header.mobile-header.header-transparent .header-mobile-inner .icon-search-menu {
color: #fff
}
header.mobile-header.header-light-gray .search-mobile-wrapper form,
header.mobile-header.header-gray .search-mobile-wrapper form,
header.mobile-header.header-dark-gray .search-mobile-wrapper form,
header.mobile-header.header-dark .search-mobile-wrapper form,
header.mobile-header.header-overlay .search-mobile-wrapper form,
header.mobile-header.header-transparent .search-mobile-wrapper form {
color: #fff
}
header.mobile-header.header-light-gray .top-bar-transparent.container-bordered .header-mobile-container-inner,
header.mobile-header.header-gray .top-bar-transparent.container-bordered .header-mobile-container-inner,
header.mobile-header.header-dark-gray .top-bar-transparent.container-bordered .header-mobile-container-inner,
header.mobile-header.header-dark .top-bar-transparent.container-bordered .header-mobile-container-inner,
header.mobile-header.header-overlay .top-bar-transparent.container-bordered .header-mobile-container-inner,
header.mobile-header.header-transparent .top-bar-transparent.container-bordered .header-mobile-container-inner,
header.mobile-header.header-light-gray .top-bar-transparent.bordered,
header.mobile-header.header-gray .top-bar-transparent.bordered,
header.mobile-header.header-dark-gray .top-bar-transparent.bordered,
header.mobile-header.header-dark .top-bar-transparent.bordered,
header.mobile-header.header-overlay .top-bar-transparent.bordered,
header.mobile-header.header-transparent .top-bar-transparent.bordered,
header.mobile-header.header-light-gray.bordered,
header.mobile-header.header-gray.bordered,
header.mobile-header.header-dark-gray.bordered,
header.mobile-header.header-dark.bordered,
header.mobile-header.header-overlay.bordered,
header.mobile-header.header-transparent.bordered,
header.mobile-header.header-light-gray.bordered .header-container-wrapper,
header.mobile-header.header-gray.bordered .header-container-wrapper,
header.mobile-header.header-dark-gray.bordered .header-container-wrapper,
header.mobile-header.header-dark.bordered .header-container-wrapper,
header.mobile-header.header-overlay.bordered .header-container-wrapper,
header.mobile-header.header-transparent.bordered .header-container-wrapper,
header.mobile-header.header-light-gray.container-bordered .header-mobile-container>.header-mobile-inner,
header.mobile-header.header-gray.container-bordered .header-mobile-container>.header-mobile-inner,
header.mobile-header.header-dark-gray.container-bordered .header-mobile-container>.header-mobile-inner,
header.mobile-header.header-dark.container-bordered .header-mobile-container>.header-mobile-inner,
header.mobile-header.header-overlay.container-bordered .header-mobile-container>.header-mobile-inner,
header.mobile-header.header-transparent.container-bordered .header-mobile-container>.header-mobile-inner,
header.mobile-header.header-light-gray.container-bordered .search-mobile-wrapper,
header.mobile-header.header-gray.container-bordered .search-mobile-wrapper,
header.mobile-header.header-dark-gray.container-bordered .search-mobile-wrapper,
header.mobile-header.header-dark.container-bordered .search-mobile-wrapper,
header.mobile-header.header-overlay.container-bordered .search-mobile-wrapper,
header.mobile-header.header-transparent.container-bordered .search-mobile-wrapper {
border-bottom-color: rgba(255, 255, 255, 0.2)
}
header.mobile-header.header-light {
background-color: #fff
}
header.mobile-header.header-light .search-mobile-wrapper form {
color: #444
}
header.mobile-header.header-light .top-bar-mobile.top-bar-transparent {
color: #444;
border-bottom-color: rgba(0, 0, 0, 0.1)
}
header.mobile-header.header-light-gray {
background-color: #747474
}
header.mobile-header.header-gray {
background-color: #5F5F5F
}
header.mobile-header.header-dark-gray {
background-color: #4C4C4C
}
header.mobile-header.header-dark {
background-color: #000
}
header.mobile-header.header-overlay {
background-color: rgba(0, 0, 0, 0.3)
}
header.mobile-header.header-transparent {
background-color: transparent
}
.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: 14px 15px;
border-bottom: none;
text-transform: uppercase;
font-family: 'Montserrat';
color: #ddd;
font-size: 13px;
letter-spacing: .05em
}
.x-nav-menu li.x-menu-item>a.x-menu-a-text>b.x-caret {
position: absolute;
right: 0;
bottom: auto;
top: 0;
width: 44px;
height: 51px;
line-height: 51px;
text-align: center;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.x-nav-menu li.x-menu-item>a.x-menu-a-text>b.x-caret:before {
content: '\e0d9';
font-family: 'megatron';
display: inline-block;
font-size: .7em
}
.x-nav-menu li.x-menu-item.x-sub-menu-open>a>b.x-caret {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg)
}
.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 li.x-menu-item>a.x-menu-a-text {
font-family: 'Playfair Display';
font-style: italic
}
.x-nav-menu li li.x-menu-item>a.x-menu-a-text>b.x-caret {
font-style: normal
}
.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: #00adff
}
.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: #00adff
}
.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-color: #383838;
display: none;
margin-bottom: 15px
}
.mobile-header-float {
position: absolute;
left: 0;
right: 0;
z-index: 999
}
.mobile-header-float .sticky-wrapper {
height: auto!important;
position: relative!important
}
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 #00adff;
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: none;
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: 14px;
line-height: 1.2;
height: auto;
padding: 12px;
font-family: inherit
}
.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
}
.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: 999;
pointer-events: auto;
cursor: url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/images/close.png) 15 15, default
}
header.header-mobile-2 .header-logo-mobile {
float: left;
width: 100%;
padding-right: 70px;
padding-left: 0;
text-align: left
}
header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper {
right: 0;
left: auto
}
header.header-mobile-2 .header-mobile-inner .header-customize {
right: 40px
}
header.header-mobile-3 .header-logo-mobile {
float: right;
padding-left: 70px;
padding-right: 0;
text-align: right
}
header.header-mobile-3 .header-mobile-inner .header-customize {
left: 40px;
right: auto
}
header.header-mobile-4.container-bordered {
margin-bottom: 15px
}
header.header-mobile-4.bordered .header-container-wrapper {
border-bottom: solid 1px rgba(0, 0, 0, 0.1)
}
header.header-mobile-4 .search-mobile-wrapper form {
padding: 0;
margin: 0;
position: relative
}
header.header-mobile-4 .search-mobile-wrapper form>input {
background-color: transparent;
border: none;
width: 100%;
padding: 0;
margin: 0;
color: inherit
}
header.header-mobile-4 .search-mobile-wrapper form>i {
position: absolute;
right: 0;
top: 0;
margin: auto;
bottom: 0;
font-size: 18px;
height: 18px
}
body.mobile-border-container #page-title {
width: auto;
margin-left: 15px;
margin-right: 15px
}
.sticky-wrapper.is-sticky>.header-container-wrapper {
z-index: 997;
left: 0;
right: 0;
-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15)
}
.sticky-wrapper.is-sticky .header-logo-mobile {
line-height: 66px
}
.sticky-wrapper.is-sticky .header-mobile-inner {
height: 66px
}
.header-light .sticky-wrapper.is-sticky>.header-container-wrapper {
background-color: #fff
}
.header-light-gray .sticky-wrapper.is-sticky>.header-container-wrapper {
background-color: #747474
}
.header-gray .sticky-wrapper.is-sticky>.header-container-wrapper {
background-color: #5F5F5F
}
.header-dark-gray .sticky-wrapper.is-sticky>.header-container-wrapper {
background-color: #4C4C4C
}
.header-dark .sticky-wrapper.is-sticky>.header-container-wrapper {
background-color: #000
}
.header-overlay .sticky-wrapper.is-sticky>.header-container-wrapper {
background-color: rgba(0, 0, 0, 0.3)
}
.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:320px) {
#wpadminbar {
top: -46px
}
}
@media only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
.header-logo-mobile img.retina-logo {
display: inline-block;
margin-top: -4px;
}
.header-logo-mobile img.has-retina {
display: none
}
}
.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: 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: #FFF
}
#top-drawer-bar .sidebar ul.product_list_widget li a {
color: #FFF
}
#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 #00adff;
position: absolute;
right: 0;
top: 0
}
.top-drawer-toggle>.wicon {
color: #FFF;
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%
}
@media screen and (min-width:992px) {
.x-col-1-12 {
width: 8.33333333333333%
}
.x-col-2-12 {
width: 16.6666666666667%
}
.x-col-3-12 {
width: 25%
}
.x-col-4-12 {
width: 33.3333333333333%
}
.x-col-5-12 {
width: 41.6666666666667%
}
.x-col-6-12 {
width: 50%
}
.x-col-7-12 {
width: 58.3333333333333%
}
.x-col-8-12 {
width: 66.6666666666667%
}
.x-col-9-12 {
width: 75%
}
.x-col-10-12 {
width: 83.3333333333333%
}
.x-col-11-12 {
width: 91.6666666666667%
}
.x-col-12-12 {
width: 100%
}
.x-col-1-11 {
width: 9.09090909090909%
}
.x-col-2-11 {
width: 18.1818181818182%
}
.x-col-3-11 {
width: 27.2727272727273%
}
.x-col-4-11 {
width: 36.3636363636364%
}
.x-col-5-11 {
width: 45.4545454545455%
}
.x-col-6-11 {
width: 54.5454545454545%
}
.x-col-7-11 {
width: 63.6363636363636%
}
.x-col-8-11 {
width: 72.7272727272727%
}
.x-col-9-11 {
width: 81.8181818181818%
}
.x-col-10-11 {
width: 90.9090909090909%
}
.x-col-1-10 {
width: 10%
}
.x-col-2-10 {
width: 20%
}
.x-col-3-10 {
width: 30%
}
.x-col-4-10 {
width: 40%
}
.x-col-5-10 {
width: 50%
}
.x-col-6-10 {
width: 60%
}
.x-col-7-10 {
width: 70%
}
.x-col-8-10 {
width: 80%
}
.x-col-9-10 {
width: 90%
}
.x-col-1-8 {
width: 12.5%
}
.x-col-3-8 {
width: 37.5%
}
.x-col-5-8 {
width: 62.5%
}
.x-col-7-8 {
width: 87.5%
}
.x-col-1-9 {
width: 11.1111111111111%
}
.x-col-2-9 {
width: 22.2222222222222%
}
.x-col-4-9 {
width: 44.4444444444444%
}
.x-col-5-9 {
width: 55.5555555555556%
}
.x-col-7-9 {
width: 77.7777777777778%
}
.x-col-8-9 {
width: 88.8888888888889%
}
.x-col-1-7 {
width: 14.2857142857143%
}
.x-col-2-7 {
width: 28.5714285714286%
}
.x-col-3-7 {
width: 42.8571428571429%
}
.x-col-4-7 {
width: 57.1428571428571%
}
.x-col-5-7 {
width: 71.4285714285714%
}
.x-col-6-7 {
width: 85.7142857142857%
}
.x-col {
display: block;
float: left
}
.x-clear {
clear: both
}
.x-new-row {
clear: both
}
li.x-pos-static {
position: static
}
li.x-text-align-right {
text-align: right
}
li.x-text-align-left {
text-align: left
}
li.x-text-align-center {
text-align: center
}
span.x-disable-text {
display: none
}
i.x-menu-icon.x-icon-left {
padding-right: 10px
}
i.x-menu-icon.x-icon-right {
padding-left: 10px
}
i.x-menu-icon.x-icon-left.x-disable-text {
padding-right: 0
}
i.x-menu-icon.x-icon-right.x-disable-text {
padding-left: 0
}
li>a.x-disable-menu-item {
display: none!important
}
li.x-new-row:after {
content: "";
display: block;
clear: both
}
.x-list-style-none {
list-style: none;
list-style-position: inside
}
.x-list-style-disc {
list-style: disc!important;
list-style-position: inside!important
}
.x-list-style-square {
list-style: square!important;
list-style-position: inside!important
}
.x-list-style-circle {
list-style: circle!important;
list-style-position: inside!important
}
li.x-image-layout-image-only a.x-menu-a-text {
display: none
}
li.x-image-layout-image-only p.x-description {
display: none
}
li.x-image-layout-above>a.x-image+a.x-menu-a-text {
margin-top: 10px
}
.x-sub-menu-standard .x-sub-menu.x-pos-left-menu-parent,
.x-sub-menu-standard .x-sub-menu.x-pos-left-menu-bar {
right: 100%;
left: auto
}
.x-sub-menu.x-pos-full {
left: 0;
right: 0
}
.x-nav-menu {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
text-align: left
}
.x-nav-menu img {
max-width: 100%;
height: auto
}
.x-nav-menu * {
color: inherit;
box-sizing: border-box
}
.x-nav-menu>.x-menu-item {
display: inline-block;
line-height: 50px!important;
background-color: rgba(74, 74, 74, 0.8)
}
.x-nav-menu>.x-menu-item>a b.x-caret {
display: none
}
.x-nav-menu>.x-menu-item+.x-menu-item {
margin-left: 5pxpx
}
.x-nav-menu>.x-menu-item>.x-menu-a-text {
font-size: 13px;
font-weight: 800
}
.x-sub-menu {
height: 0;
visibility: hidden;
overflow: hidden;
position: absolute;
opacity: 0;
top: 100%;
padding: 0;
margin: 0;
color: #444;
z-index: -1;
list-style: none;
background-color: #fff;
border-bottom: solid 2px #00adff;
-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15)
}
.x-sub-menu .x-menu-item {
position: relative;
min-width: 210px;
white-space: nowrap
}
.x-menu-item {
line-height: 50px;
margin-right: 0px;
padding: 0 21px;
}
.x-menu-item b.x-caret:before {
content: "\e169";
font-family: 'megatron';
font-size: .8em
}
.x-active>.x-sub-menu {
overflow: visible;
visibility: visible;
opacity: 1;
height: auto;
z-index: 999
}
.x-menu-a-text {
font-family: 'Montserrat';
text-transform: uppercase;
font-size: 13px
}
p.x-description {
font-style: italic;
font-size: .9em;
line-height: 30px
}
.x-sub-menu-standard {
padding: 10px 0
}
.x-sub-menu-standard>.x-menu-item b.x-caret {
position: absolute;
right: 20px;
transition: all .5s
}
.x-sub-menu-standard a.x-menu-a-text {
padding: 0 20px;
color: inherit;
-webkit-transition: background .3s ease-out;
-moz-transition: background .3s ease-out;
-ms-transition: background .3s ease-out;
-o-transition: background .3s ease-out;
transition: background .3s ease-out;
display: block
}
.x-sub-menu-standard a.x-menu-a-text:before {
content: "\e169";
font-family: 'megatron';
font-size: .8em;
opacity: 0;
margin-left: -10px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.x-sub-menu-standard a.x-menu-a-text>span.x-menu-text,
.x-sub-menu-standard a.x-menu-a-text>i.x-menu-icon {
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.x-sub-menu-standard a.x-menu-a-text:hover {
background-color: darkgray;
color: #fff
}
.x-sub-menu-standard a.x-menu-a-text:hover>i.x-menu-icon,
.x-sub-menu-standard a.x-menu-a-text:hover>span.x-menu-text {
padding-left: 10px
}
.x-sub-menu-standard a.x-menu-a-text:hover>i.x-menu-icon+span.x-menu-text {
padding-left: 0
}
.x-sub-menu-standard a.x-menu-a-text:hover:before {
margin-left: 0;
opacity: 1
}
.x-sub-menu-standard a.x-menu-a-text:hover>b.x-caret {
opacity: 0
}
.x-sub-menu-standard .x-sub-menu {
top: 0;
left: 100%;
right: auto
}
.x-sub-menu-multi-column {
padding-bottom: 30px;
display: flex
}
.x-sub-menu-multi-column.no-padding {
padding: 0
}
.x-sub-menu-multi-column:after {
content: "";
display: block;
clear: both
}
.x-sub-menu-multi-column>.x-menu-item {
padding-left: 15px;
padding-right: 15px;
margin-top: 30px;
min-width: 0
}
.x-sub-menu-multi-column>.x-menu-item+.x-menu-item {
border-left: solid 1px rgba(0, 0, 0, 0.1)
}
.x-sub-menu-multi-column a.x-menu-a-text,
.x-sub-menu-multi-column p.x-description {
padding-left: 15px;
padding-right: 15px
}
.x-sub-menu-multi-column .x-sub-menu {
padding-top: 0;
padding-bottom: 0;
height: auto;
visibility: visible;
opacity: 1;
position: static;
background-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: none;
z-index: 999;
overflow: visible
}
.x-sub-menu-multi-column li.x-active>ul.x-sub-menu {
visibility: visible!important;
opacity: 1!important;
overflow: visible!important
}
.x-sub-menu-multi-column .x-header-column>a {
font-size: 1em;
color: #444;
position: relative;
line-height: 1;
display: block;
margin-bottom: 20px
}
.x-sub-menu-multi-column b.x-caret {
display: none
}
.x-tabs.x-item-menu-tab {
position: static;
padding: 0;
margin: 0
}
.x-tabs.x-item-menu-tab>.x-menu-a-text {
display: none
}
.x-sub-menu-tab>.x-menu-item {
position: static
}
.x-sub-menu-tab>li>ul.x-sub-menu {
position: absolute;
left: 0;
right: 0;
top: 0;
border-bottom: 0;
visibility: hidden;
overflow: hidden;
opacity: 0;
height: 0;
padding-bottom: 30px
}
.x-sub-menu-tab>li.x-menu-active {
background-color: rgba(0, 0, 0, 0.1)
}
.x-sub-menu-tab>li.x-menu-active>a.x-menu-a-text {
display: block;
position: relative
}
.x-sub-menu-tab>li.x-menu-active>a.x-menu-a-text:after {
content: '';
position: absolute;
right: 0;
border-top: solid 8px transparent;
border-bottom: solid 8px transparent;
border-right: solid 8px #fff;
height: 16px;
top: 0;
bottom: 0;
margin: auto
}
.x-sub-menu-tab>li.x-menu-active>ul.x-sub-menu {
visibility: visible;
overflow: visible;
opacity: 1;
height: auto
}
.x-sub-menu-tab .x-menu-item {
min-width: 0
}
.x-tabs>.x-sub-menu-tab {
background-color: #f6f6f6
}
.sub-menu-dark .x-sub-menu {
background-color: rgba(74, 74, 74, 0.9);
color: #ccc
}
.sub-menu-dark .x-sub-menu-multi-column>.x-menu-item+.x-menu-item {
border-left-color: #222
}
.sub-menu-dark .x-tabs>.x-sub-menu-tab {
background-color: rgba(255, 255, 255, 0.1)
}
.sub-menu-dark .x-sub-menu-tab>li.x-menu-active {
background-color: rgba(255, 255, 255, 0.1)
}
.sub-menu-dark .x-sub-menu-tab>li.x-menu-active>a.x-menu-a-text:after {
border-right-color: #111
}
.sub-menu-dark .x-sub-menu-multi-column .x-header-column>a {
color: #fff
}
.x-nav-menu a:focus {
color: inherit
}
.x-nav-menu .x-sub-menu-standard>li.current-menu-ancestor>a.x-menu-a-text,
.x-nav-menu .x-sub-menu-standard>li.current-menu-parent>a.x-menu-a-text,
.x-nav-menu .x-sub-menu-standard>li.current-menu-item>a.x-menu-a-text,
.x-nav-menu .x-sub-menu-standard>li.menu-current>a.x-menu-a-text {
color: #00adff
}
.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.x-menu-item:hover>a {
color: #fff
}
}
@media screen and (max-width:991px) {
i.x-icon-left {
margin-right: 10px
}
i.x-icon-right {
margin-left: 10px
}
.x-sub-menu {
display: none
}
}
footer.main-footer-wrapper {
position: relative;
background-color: #333;
color: #bababa
}
footer.main-footer-wrapper input[type="text"],
footer.main-footer-wrapper input[type="search"],
footer.main-footer-wrapper input[type="email"],
footer.main-footer-wrapper input[type="url"],
footer.main-footer-wrapper input[type="password"],
footer.main-footer-wrapper input[type="tel"],
footer.main-footer-wrapper textarea,
footer.main-footer-wrapper select {
max-width: 100%
}
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: 18px;
font-weight: normal;
font-family: 'Montserrat';
letter-spacing: .05em;
color: #fff;
margin-bottom: 30px;
padding-top: 0px
}
footer.main-footer-wrapper h4.widget-title:before {
display: none
}
footer.main-footer-wrapper .sidebar aside+aside {
margin-top: 30px
}
footer.main-footer-wrapper .sidebar .widget_archive>ul>li>a,
footer.main-footer-wrapper .sidebar .widget_categories>ul>li>a,
footer.main-footer-wrapper .sidebar .widget_pages>ul>li>a,
footer.main-footer-wrapper .sidebar .widget_nav_menu>div>ul>li>a,
footer.main-footer-wrapper .sidebar .woocommerce .widget_product_categories>ul>li>a,
footer.main-footer-wrapper .sidebar .widget_layered_nav>ul>li>a {
padding-left: 0;
font-size: 12px;
text-decoration: none;
line-height: 2
}
footer.main-footer-wrapper .sidebar .widget_archive>ul>li>a:before,
footer.main-footer-wrapper .sidebar .widget_categories>ul>li>a:before,
footer.main-footer-wrapper .sidebar .widget_pages>ul>li>a:before,
footer.main-footer-wrapper .sidebar .widget_nav_menu>div>ul>li>a:before,
footer.main-footer-wrapper .sidebar .woocommerce .widget_product_categories>ul>li>a:before,
footer.main-footer-wrapper .sidebar .widget_layered_nav>ul>li>a:before {
content: "\e169";
font-family: 'megatron';
color: #5eacb1;
padding-right: 5px;
vertical-align: middle
}
footer.main-footer-wrapper .sidebar .widget_archive>ul,
footer.main-footer-wrapper .sidebar .widget_categories>ul,
footer.main-footer-wrapper .sidebar .widget_pages>ul,
footer.main-footer-wrapper .sidebar .widget_nav_menu>div>ul,
footer.main-footer-wrapper .sidebar .woocommerce .widget_product_categories>ul,
footer.main-footer-wrapper .sidebar .widget_layered_nav>ul {
border-bottom: none;
padding-bottom: 0
}
footer.main-footer-wrapper .sidebar .widget_archive li,
footer.main-footer-wrapper .sidebar .widget_categories li,
footer.main-footer-wrapper .sidebar .widget_pages li,
footer.main-footer-wrapper .sidebar .widget_nav_menu>div li,
footer.main-footer-wrapper .sidebar .woocommerce .widget_product_categories li,
footer.main-footer-wrapper .sidebar .widget_layered_nav li {
margin-top: 0;
margin-bottom: 0
}
footer.main-footer-wrapper .sidebar .widget_nav_menu>div li{
margin-bottom: 5px !important;
}
footer.main-footer-wrapper .sidebar .widget_archive li+li,
footer.main-footer-wrapper .sidebar .widget_categories li+li,
footer.main-footer-wrapper .sidebar .widget_pages li+li,
footer.main-footer-wrapper .sidebar .widget_nav_menu>div li+li,
footer.main-footer-wrapper .sidebar .woocommerce .widget_product_categories li+li,
footer.main-footer-wrapper .sidebar .widget_layered_nav li+li {
border-top: none
}
footer.main-footer-wrapper .sidebar .two-col:after {
content: "";
display: block;
clear: both
}
footer.main-footer-wrapper .sidebar .two-col ul>li {
width: 50%;
float: left;
line-height: 3;
padding-top: 0
}
footer.main-footer-wrapper .sidebar .widget_meta 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-top: none
}
footer.main-footer-wrapper .sidebar .widget_meta li,
footer.main-footer-wrapper .sidebar .widget_recent_comments li,
footer.main-footer-wrapper .sidebar .widget_recent_entries li,
footer.main-footer-wrapper .sidebar .widget_rss li {
padding: 0;
font-family: 'Montserrat';
font-size: 12px;
line-height: 2;
text-transform: uppercase
}
footer.main-footer-wrapper .sidebar .tagcloud a {
color: inherit;
background-color: transparent;
border-radius: 0;
line-height: 38px;
height: auto
}
footer.main-footer-wrapper .sidebar .tagcloud a:hover {
border-color: #00adff;
color: #00adff
}
footer.main-footer-wrapper .sidebar .tagcloud a {
border: solid 1px #4d4d4d
}
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="text"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="search"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="email"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="url"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="password"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="tel"],
footer.main-footer-wrapper .sidebar .wpcf7-form textarea,
footer.main-footer-wrapper .sidebar .wpcf7-form select {
background-color: transparent
}
footer.main-footer-wrapper .sidebar .wpcf7-form span.wpcf7-form-control-wrap {
display: block
}
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="text"]:focus,
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="search"]:focus,
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="email"]:focus,
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="url"]:focus,
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="password"]:focus,
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="tel"]:focus,
footer.main-footer-wrapper .sidebar .wpcf7-form textarea:focus,
footer.main-footer-wrapper .sidebar .wpcf7-form select:focus {
border-color: #00adff
}
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="text"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="search"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="email"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="url"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="password"],
footer.main-footer-wrapper .sidebar .wpcf7-form input[type="tel"],
footer.main-footer-wrapper .sidebar .wpcf7-form textarea,
footer.main-footer-wrapper .sidebar .wpcf7-form select {
border: solid 1px #4d4d4d
}
footer.main-footer-wrapper .sidebar .form-contact-wrap.large-form .col {
margin-bottom: 30px
}
footer.main-footer-wrapper .sidebar .form-contact-wrap.large-form textarea {
display: block
}
footer.main-footer-wrapper .sidebar .form-contact-wrap.large-form input[type="text"],
footer.main-footer-wrapper .sidebar .form-contact-wrap.large-form input[type="tel"],
footer.main-footer-wrapper .sidebar .form-contact-wrap.large-form input[type="email"],
footer.main-footer-wrapper .sidebar .form-contact-wrap.large-form textarea {
width: 100%
}
footer.main-footer-wrapper .sidebar .widget_text.button-gray .m-button-light {
border-color: #666;
color: #aaa
}
footer.main-footer-wrapper .sidebar .widget_text.button-gray .m-button-light:hover {
border-color: #fff;
color: #444
}
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="text"],
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="search"],
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="email"],
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="url"],
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="password"],
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="tel"],
footer.main-footer-wrapper .sidebar .mc4wp-form textarea,
footer.main-footer-wrapper .sidebar .mc4wp-form select {
background-color: transparent;
width: 100%
}
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="text"],
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="search"],
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="email"],
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="url"],
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="password"],
footer.main-footer-wrapper .sidebar .mc4wp-form input[type="tel"],
footer.main-footer-wrapper .sidebar .mc4wp-form textarea,
footer.main-footer-wrapper .sidebar .mc4wp-form select {
border: solid 1px #4d4d4d
}
footer.main-footer-wrapper .sidebar .mailchimp-hide-label .mailchimp-label {
display: none
}
footer.main-footer-wrapper .sidebar .mailchimp-inline form {
position: relative
}
footer.main-footer-wrapper .sidebar .mailchimp-inline p.input-wrapper {
display: block;
margin-right: 140px
}
footer.main-footer-wrapper .sidebar .mailchimp-inline p.input-wrapper input {
width: 100%
}
footer.main-footer-wrapper .sidebar .mailchimp-inline p.submit-wrapper {
display: block;
position: absolute;
right: 0;
top: 0
}
footer.main-footer-wrapper .sidebar .footer-contact-info ul {
list-style: none;
padding: 0;
margin: 0
}
footer.main-footer-wrapper .sidebar .footer-contact-info li {
line-height: 3;
font-size: 12px;
font-family: 'Montserrat';
font-weight: 400
}
footer.main-footer-wrapper .sidebar .footer-contact-info i.fa,
footer.main-footer-wrapper .sidebar .footer-contact-info i.micon {
vertical-align: middle;
margin-right: 5px;
color: #00adff;
font-size: 18px
}
footer.main-footer-wrapper .sidebar .footer-contact-info span {
vertical-align: middle
}
footer.main-footer-wrapper .sidebar .footer-logo-line .footer-logo {
overflow: hidden
}
footer.main-footer-wrapper .sidebar .footer-logo-line .footer-logo a {
position: relative;
display: inline-block
}
footer.main-footer-wrapper .sidebar .footer-logo-line .footer-logo a:before,
footer.main-footer-wrapper .sidebar .footer-logo-line .footer-logo a:after {
content: "";
display: block;
position: absolute;
z-index: 1;
width: 2000px;
right: 100%;
top: 0;
bottom: 0;
margin: auto 20px auto 0;
height: 1px
}
footer.main-footer-wrapper .sidebar .footer-logo-line .footer-logo a:after {
margin-left: 20px;
margin-right: 0;
left: 100%;
right: auto
}
footer.main-footer-wrapper .sidebar .footer-logo-line .footer-logo a:before,
footer.main-footer-wrapper .sidebar .footer-logo-line .footer-logo a:after {
border-top: solid 1px rgba(255, 255, 255, 0.2)
}
footer.main-footer-wrapper .main-footer {
padding: 80px 0 80px 0;
background-color: #222
}
footer.main-footer-wrapper .footer-above-wrapper {
padding-top: 0;
padding-bottom: 0;
background-color: #00adff;
color: #fff
}
footer.main-footer-wrapper .footer-above-wrapper .heading-custom-widget h6 {
font-size: 32px;
font-family: 'Montserrat';
margin-bottom: 10px;
line-height: 1.2em
}
footer.main-footer-wrapper .footer-above-wrapper .heading-custom-widget p {
font-size: 20px;
font-family: 'Playfair Display';
font-style: italic;
line-height: 1.2em;
letter-spacing: .1em
}
footer.main-footer-wrapper .footer-above-wrapper .heading span {
letter-spacing: .1em
}
footer.main-footer-wrapper .footer-above-wrapper .mc4wp-form-basic,
footer.main-footer-wrapper .footer-above-wrapper .mc4wp-form-theme {
margin: 1em 0
}
footer.main-footer-wrapper .footer-above-wrapper .sidebar .mailchimp-inline p.input-wrapper {
margin-bottom: 0
}
footer.main-footer-wrapper .bottom-bar-wrapper {
background-color: #111;
padding-top: 20px;
padding-bottom: 20px;
color: #bababa;
font-size: 13px;
font-family: 'Montserrat';
line-height: 36px
}
footer.main-footer-wrapper .bottom-bar-wrapper ul.social-profile li {
margin-bottom: 0
}
footer.main-footer-wrapper .bottom-bar-wrapper .widget_archive li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_categories li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_pages li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_nav_menu>div li,
footer.main-footer-wrapper .bottom-bar-wrapper .woocommerce .widget_product_categories li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_layered_nav li {
display: inline-block
}
footer.main-footer-wrapper .bottom-bar-wrapper .widget_archive>ul>li>a:before,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_categories>ul>li>a:before,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_pages>ul>li>a:before,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_nav_menu>div>ul>li>a:before,
footer.main-footer-wrapper .bottom-bar-wrapper .woocommerce .widget_product_categories>ul>li>a:before,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_layered_nav>ul>li>a:before {
display: none
}
footer.main-footer-wrapper .bottom-bar-wrapper .widget_archive li+li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_categories li+li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_pages li+li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_nav_menu>div li+li,
footer.main-footer-wrapper .bottom-bar-wrapper .woocommerce .widget_product_categories li+li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_layered_nav li+li {
margin-left: 30px;
padding-top: 0
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_archive>ul>li>a,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_categories>ul>li>a,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_pages>ul>li>a,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu>div>ul>li>a,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .woocommerce .widget_product_categories>ul>li>a,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_layered_nav>ul>li>a {
line-height: 3
}
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;
z-index: 1
}
@media only screen and (min-width:992px) {
footer.enable-parallax {
position: fixed!important;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
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 {
margin-bottom: -40px
}
footer.main-footer-wrapper .main-footer .sidebar {
margin-bottom: 0px;
}
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 {
padding-top: 40px;
padding-bottom: 95px
}
footer.main-footer-wrapper.footer-collapse-able .main-footer .sidebar {
margin-bottom: 0
}
footer.main-footer-wrapper.footer-collapse-able .main-footer .sidebar+.sidebar {
margin-top: 20px
}
footer.main-footer-wrapper.footer-collapse-able .main-footer .sidebar ul.instagram-pics+p {
display: none
}
footer.main-footer-wrapper .col-sm-6:nth-child(2n+1) {
clear: both
}
.sidebar .two-col ul>li {
width: auto;
float: none
}
}
.search-form {
position: relative
}
.search-form input[type="text"] {
width: 100%;
height: 41px;
padding-right: 41px
}
.search-form button[type="submit"] {
position: absolute;
right: 0;
top: 0;
border: none;
padding: 0;
height: 41px;
width: 41px;
background-color: transparent;
color: #444;
font-size: 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
}
.search-form button[type="submit"] i {
font-size: 15px
}
.search-form-lg {
position: relative
}
.search-form-lg .search-form {
position: static;
margin-right: 135px
}
.search-form-lg input[type="text"] {
height: 50px;
padding-right: 15px
}
.search-form-lg button[type="submit"] {
position: absolute;
right: 0;
top: 0;
height: 50px;
width: 115px;
font-family: 'Montserrat';
font-size: 13px;
letter-spacing: .1em;
line-height: 50px;
text-align: center;
background-color: #00adff;
color: #fff;
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
text-transform: uppercase
}
.search-form-lg button[type="submit"] i {
display: none
}
.screen-reader-text {
display: none
}
#wp-calendar {
width: 100%
}
#wp-calendar caption {
font-family: 'Montserrat';
text-transform: uppercase;
text-align: right;
font-size: 12px;
margin-top: 0;
margin-bottom: 15px;
padding: 0
}
#wp-calendar thead {
font-size: 10px;
font-family: 'Montserrat'
}
#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;
font-family: 'Montserrat'
}
#wp-calendar tfoot #prev {
font-size: 10px;
text-transform: uppercase;
padding-top: 10px;
font-family: 'Montserrat'
}
.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
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
height: 8px
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: #eee
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
width: 10px;
height: 10px;
background-color: #0bf;
top: -1px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.woocommerce .widget_price_filter .price_slider_amount {
margin-top: 35px
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
font-family: 'Montserrat';
font-size: 13px;
text-align: left;
line-height: 34px
}
.woocommerce .widget_price_filter .price_slider_amount .button {
float: right;
min-width: 86px;
font-size: 13px;
padding: 9.5px 15px
}
.widget-title {
font-family: 'Montserrat';
font-size: 19px;
text-transform: uppercase;
letter-spacing: .05em;
margin-bottom: 35px
font-weight: bold;
}
.widget-title span {
vertical-align: middle
}
.widget-title:before {
content: "";
width: 8px;
height: 8px;
background: #2b8990 8px solid;
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
margin-right: 10px;
vertical-align: middle
}
.tagcloud {
font-size: 0
}
.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: 0 17px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom: 10px;
margin-right: 7px;
line-height: 28px;
height: 28px;
font-size: 13px;
background-color: #eee;
letter-spacing: .05em
}
.tagcloud a:last-child {
margin-right: 0
}
.tagcloud a:hover {
color: #FFF;
text-decoration: none;
background-color: rgba(0, 217, 217, 0.8)
}
.woocommerce .widget_layered_nav ul li {
padding: 10px 0 0 0
}
.woocommerce .widget_layered_nav ul li a {
padding: 0 0 0 10px
}
.woocommerce .widget_layered_nav ul li span {
float: right;
padding: 0 10px 0 0
}
.widget_meta>ul,
.widget_recent_comments>ul,
.widget_recent_entries>ul,
.widget_rss>ul {
padding: 0;
margin: 0;
letter-spacing: .05em;
line-height: 2.2;
list-style-type: none
}
.widget_meta>ul>li:first-child,
.widget_recent_comments>ul>li:first-child,
.widget_recent_entries>ul>li:first-child,
.widget_rss>ul>li:first-child {
padding-top: 0
}
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
padding-top: 10px;
margin-bottom: 10px
}
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_rss li:last-child {
margin-bottom: 0
}
.widget_meta li+li,
.widget_recent_comments li+li,
.widget_recent_entries li+li,
.widget_rss li+li {
margin-top: 10px;
border-top: 1px solid #eee
}
.widget_archive>ul,
.widget_categories>ul,
.widget_pages>ul,
.widget_nav_menu>div>ul,
.woocommerce .widget_product_categories>ul,
.widget_layered_nav>ul {
font-family: 'Montserrat';
list-style: none;
padding: 0 0 10px 0;
border-bottom: 1px solid #eee;
margin: 0;
line-height: 25px;
letter-spacing: .05em;
font-size: 11px;
text-transform: uppercase
}
.widget_archive>ul>li:first-child,
.widget_categories>ul>li:first-child,
.widget_pages>ul>li:first-child,
.widget_nav_menu>div>ul>li:first-child,
.woocommerce .widget_product_categories>ul>li:first-child,
.widget_layered_nav>ul>li:first-child {
padding-top: 0
}
.widget_archive>ul>li>a,
.widget_categories>ul>li>a,
.widget_pages>ul>li>a,
.widget_nav_menu>div>ul>li>a,
.woocommerce .widget_product_categories>ul>li>a,
.widget_layered_nav>ul>li>a {
padding-left: 10px;
}
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_nav_menu>div li,
.woocommerce .widget_product_categories li,
.widget_layered_nav li {
padding-top: 10px;
margin-bottom: 10px;
border-left: #2b8990 8px solid;
font-size: 12px;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_nav_menu>div li:last-child,
.woocommerce .widget_product_categories li:last-child,
.widget_layered_nav li:last-child {
margin-bottom: 0
}
.widget_archive li .show_count,
.widget_categories li .show_count,
.widget_pages li .show_count,
.widget_nav_menu>div li .show_count,
.woocommerce .widget_product_categories li .show_count,
.widget_layered_nav li .show_count {
float: right
}
.widget_archive li+li,
.widget_categories li+li,
.widget_pages li+li,
.widget_nav_menu>div li+li,
.woocommerce .widget_product_categories li+li,
.widget_layered_nav li+li {
margin-top: 10px;
border-top: 1px solid #eee
}
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_nav_menu>div a,
.woocommerce .widget_product_categories a,
.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
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_pages a:hover,
.widget_nav_menu>div a:hover,
.woocommerce .widget_product_categories a:hover,
.widget_layered_nav a:hover {
text-decoration: none
}
.widget_archive li>a:hover,
.widget_categories li>a:hover,
.widget_pages li>a:hover,
.widget_nav_menu>div li>a:hover,
.woocommerce .widget_product_categories li>a:hover,
.widget_layered_nav li>a:hover { color: #2196F3;
font-weight: 700;
}
.widget_categories ul ul,
.widget_pages ul ul,
.widget_nav_menu>div ul ul,
.widget_product_categories ul ul {
padding-left: 0;
margin-top: 10px;
border-top: 1px solid #eee;
list-style-type: none
}
.widget_categories ul ul>li>a,
.widget_pages ul ul>li>a,
.widget_nav_menu>div ul ul>li>a,
.widget_product_categories ul ul>li>a {
padding-left: 25px
}
.widget_categories ul ul ul>li>a,
.widget_pages ul ul ul>li>a,
.widget_nav_menu>div ul ul ul>li>a,
.widget_product_categories ul ul ul>li>a {
padding-left: 45px
}
.widget_categories ul ul ul ul>li>a,
.widget_pages ul ul ul ul>li>a,
.widget_nav_menu>div ul ul ul ul>li>a,
.widget_product_categories ul ul ul ul>li>a {
padding-left: 65px
}
.widget_categories ul ul ul ul ul>li>a,
.widget_pages ul ul ul ul ul>li>a,
.widget_nav_menu>div ul ul ul ul ul>li>a,
.widget_product_categories ul ul ul ul ul>li>a {
padding-left: 85px
}
ul.social-profile {
list-style-type: none;
padding: 0;
margin: 0;
color: #fff
}
ul.social-profile a:hover {
background-color: #00adff;
color: #00adff
}
ul.s-primary a {
background-color: #00adff;
color: #00adff
}
ul.s-primary a:hover {
background-color: #000;
color: #fff
}
ul.s-scheme-default {
color: inherit
}
ul.s-secondary a {
background-color: #0bf;
color: #0bf
}
ul.s-secondary a:hover {
background-color: #000;
color: #fff
}
ul.s-light a {
background-color: #fff;
color: #fff
}
ul.s-dark a {
background-color: #000;
color: #000
}
ul.s-gray a {
background-color: #777;
color: #777
}
ul.s-light-gray-1 a {
background-color: #ccc;
color: #ccc
}
ul.s-light-gray-2 a {
background-color: #bbb;
color: #bbb
}
ul.s-light-gray-3 a {
background-color: #bababa;
color: #bababa
}
ul.s-dark-gray-1 a {
background-color: #444;
color: #444
}
ul.s-dark-gray-2 a {
background-color: #666;
color: #666
}
ul.s-dark-gray-3 a {
background-color: #888;
color: #888
}
ul.s-rounded {
font-size: 0
}
ul.s-rounded li {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
margin-bottom: 5px
}
ul.s-rounded li:last-child {
margin-right: 0
}
ul.s-rounded a {
display: block;
text-align: center;
-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
}
ul.s-rounded.s-primary a,
ul.s-rounded.s-secondary a,
ul.s-rounded.s-dark a,
ul.s-rounded.s-dark-gray-1 a {
color: #fff
}
ul.s-rounded.s-light a {
color: #444
}
ul.s-rounded.s-light a:hover {
color: #fff
}
ul.s-rounded.s-gray a,
ul.s-rounded.s-light-gray-1 a,
ul.s-rounded.s-light-gray-2 a,
ul.s-rounded.s-light-gray-3 a,
ul.s-rounded.s-dark-gray-2 a,
ul.s-rounded.s-dark-gray-3 a {
color: inherit
}
ul.s-default {
font-size: 0
}
ul.s-default li {
display: inline-block;
vertical-align: middle;
margin-right: 15px;
margin-bottom: 5px
}
ul.s-default li:last-child {
margin-right: 0
}
ul.s-default a {
background-color: transparent;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s
}
ul.s-default.s-primary a:hover,
ul.s-default.s-secondary a:hover {
color: #444
}
ul.s-icon-text li+li {
margin-top: 15px
}
ul.s-icon-text a {
line-height: 1.7;
letter-spacing: .05em;
background-color: transparent
}
ul.s-icon-text a:hover {
background-color: transparent
}
ul.s-icon-text i {
margin-right: 15px;
letter-spacing: 0
}
ul.s-icon-text.s-primary a:hover,
ul.s-icon-text.s-secondary a:hover {
color: #444
}
ul.s-md i {
font-size: 14px
}
ul.s-md.s-rounded a {
width: 30px;
height: 30px
}
ul.s-md.s-rounded i {
line-height: 30px
}
ul.s-lg i {
font-size: 18px
}
ul.s-lg.s-rounded a {
width: 34px;
height: 34px
}
ul.s-lg.s-rounded i {
line-height: 34px
}
.s-dark-wrap ul.social-profile {
color: #222
}
.s-dark-wrap ul.s-rounded.s-gray a:hover,
.s-dark-wrap ul.s-rounded.s-light-gray-1 a:hover,
.s-dark-wrap ul.s-rounded.s-light-gray-2 a:hover,
.s-dark-wrap ul.s-rounded.s-light-gray-3 a:hover,
.s-dark-wrap ul.s-rounded.s-dark-gray-2 a:hover,
.s-dark-wrap ul.s-rounded.s-dark-gray-3 a:hover {
background-color: #00adff;
color: #fff
}
.s-dark-wrap ul.s-default.s-gray a:hover,
.s-dark-wrap ul.s-icon-text.s-gray a:hover,
.s-dark-wrap ul.s-default.s-light-gray-1 a:hover,
.s-dark-wrap ul.s-icon-text.s-light-gray-1 a:hover,
.s-dark-wrap ul.s-default.s-light-gray-2 a:hover,
.s-dark-wrap ul.s-icon-text.s-light-gray-2 a:hover,
.s-dark-wrap ul.s-default.s-light-gray-3 a:hover,
.s-dark-wrap ul.s-icon-text.s-light-gray-3 a:hover,
.s-dark-wrap ul.s-default.s-dark-gray-2 a:hover,
.s-dark-wrap ul.s-icon-text.s-dark-gray-2 a:hover,
.s-dark-wrap ul.s-default.s-dark-gray-3 a:hover,
.s-dark-wrap ul.s-icon-text.s-dark-gray-3 a:hover {
color: #00adff
}
.widget_posts_item {
padding-bottom: 15px;
font-size: 13px;
line-height: 2
}
.widget_posts_item:last-child {
padding-bottom: 0
}
.widget_posts_item+.widget_posts_item {
padding-top: 15px;
border-top: 1px solid #eee
}
.widget-posts-thumbnail {
width: 76px;
float: left;
margin-right: 10px
}
.widget-posts-thumbnail .entry-thumbnail a.prettyPhoto {
width: 20px;
height: 20px;
line-height: 20px;
font-size: 10px
}
.widget-posts-content-wrap {
position: relative;
overflow: hidden
}
.widget-posts-title {
display: block;
margin-bottom: 5px;
margin-top: -5px
}
.widget-posts-title:hover {
text-decoration: none
}
.widget_posts_item .owl-theme .owl-controls {
display: none!important
}
.widget-twitter-item {
line-height: 2.2
}
.widget-twitter-item a {
color: #0bf
}
.widget-twitter-item i {
font-size: 18px;
float: left;
margin-top: 10px;
margin-right: 15px
}
.twitter-content {
position: relative;
overflow: hidden
}
.widget-twitter-item+.widget-twitter-item {
margin-top: 25px
}
.twitter-time {
color: #333;
margin-top: 5px;
display: block
}
ul.instagram-pics {
list-style: none;
margin: 0;
padding: 0;
font-size: 0
}
ul.instagram-pics li {
display: inline-block;
padding: 0;
margin: 0
}
ul.instagram-pics a {
display: block;
position: relative;
overflow: hidden
}
ul.instagram-pics a:before {
content: "";
position: absolute;
width: 101%;
height: 101%;
background-color: rgba(0, 0, 0, 0.4);
-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
}
ul.instagram-pics a:hover:before {
opacity: 1
}
ul.instagram-pics a img {
width: 100%
}
ul.instagram-pics+p {
font-family: 'Montserrat';
color: #0bf;
font-size: 12px;
text-transform: uppercase;
letter-spacing: .05em;
margin: 10px 0 0 0
}
.instagram-col-2 ul.instagram-pics li {
width: 50%
}
.instagram-col-3 ul.instagram-pics li {
width: 33.33333333%
}
.instagram-col-4 ul.instagram-pics li {
width: 25%
}
.instagram-col-5 ul.instagram-pics li {
width: 20%
}
.instagram-col-6 ul.instagram-pics li {
width: 16.66666667%
}
.instagram-col-8 ul.instagram-pics li {
width: 12.5%
}
.instagram-padding-2 ul.instagram-pics {
margin-left: -2px;
margin-right: -2px;
margin-top: -2px
}
.instagram-padding-2 ul.instagram-pics li {
padding: 2px
}
.instagram-padding-3 ul.instagram-pics {
margin-left: -3px;
margin-right: -3px;
margin-top: -3px
}
.instagram-padding-3 ul.instagram-pics li {
padding: 3px
}
.widget-recent-portfolio ul {
font-size: 0;
padding: 0;
list-style: none;
margin: 0 -2px
}
.widget-recent-portfolio ul li {
display: inline-block;
padding: 2px;
width: 100%
}
.widget-recent-portfolio ul li a {
display: block;
position: relative;
overflow: hidden
}
.widget-recent-portfolio ul li a:before {
content: "";
position: absolute;
display: block;
width: 101%;
height: 101%;
background-color: rgba(0, 0, 0, 0.4);
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
}
.widget-recent-portfolio ul li a:hover:before {
opacity: 1
}
.widget-recent-portfolio ul.columns-2 li {
width: 50%
}
.widget-recent-portfolio ul.columns-3 li {
width: 33.33333333333333%
}
.widget-recent-portfolio ul.columns-4 li {
width: 25%
}
.widget-recent-portfolio ul.columns-5 li {
width: 20%
}
.widget-recent-portfolio ul.columns-6 li {
width: 16.66666666666667%
}
.widget-banner .widget-image-wrap a {
display: block;
position: relative;
overflow: hidden
}
.widget-banner .widget-image-wrap a:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
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
}
.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
}
.widget-banner .widget-image-wrap a:hover:before {
opacity: 1
}
.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)
}
.product-widget-thumb {
float: left;
width: 64px;
margin-right: 15px;
position: relative
}
.product-widget-thumb .product-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background-color: rgba(0, 0, 0, 0.5);
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-widget-thumb .product-quick-view {
font-size: 0;
text-align: center;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
height: 14px;
left: 0;
right: 0;
color: #fff;
opacity: 0;
visibility: hidden;
z-index: 3;
-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-widget-thumb .product-quick-view i {
font-size: 14px
}
.product-widget-inner {
position: relative;
overflow: hidden
}
.product-widget-cat {
font-size: 13px;
letter-spacing: .05em;
line-height: 1.5;
margin-bottom: 10px
}
.product-widget-title {
font-size: 12px;
text-transform: uppercase;
letter-spacing: .05em;
margin-bottom: 10px
}
.product-widget-price-wrap .star-rating {
float: none;
display: inline-block;
vertical-align: middle;
margin-right: 20px
}
.product-widget-price-wrap .star-rating+.price {
display: inline-block!important;
vertical-align: middle
}
.woocommerce ul.product_list_widget li {
padding: 0;
margin: 0
}
.woocommerce ul.product_list_widget li+li {
margin-top: 30px
}
.woocommerce ul.product_list_widget li img {
float: none;
margin: 0;
width: 100%
}
.woocommerce ul.product_list_widget li:hover .product-widget-thumb .product-link,
.woocommerce ul.product_list_widget li:hover .product-widget-thumb .product-quick-view {
opacity: 1;
visibility: visible
}
.woocommerce ul.product_list_widget li a {
font-weight: normal
}
.sidebar aside+aside,
.wpb_widgetised_column aside+aside {
margin-top: 45px
}
.sidebar select,
.wpb_widgetised_column select {
width: 100%
}
.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
}
.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: 0
}
.widget-payment-gate li:hover {
opacity: .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-slideshow-images {
position: relative
}
.widget-slideshow-images .description {
margin-top: 20px
}
.widget-slideshow-images .description .center {
text-align: center
}
.widget-slideshow-images .description .right {
text-align: right
}
.widget-slideshow-images .owl-carousel .owl-controls .owl-nav>div {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 30px;
height: 30px;
border: solid 2px #fff;
border-radius: 50%;
text-align: center;
color: #fff;
background-color: transparent;
opacity: .4
}
.widget-slideshow-images .owl-carousel .owl-controls .owl-nav>div:hover {
opacity: 1
}
.widget-slideshow-images .owl-carousel .owl-controls .owl-nav>div.owl-prev {
left: 20px
}
.widget-slideshow-images .owl-carousel .owl-controls .owl-nav>div.owl-next {
right: 20px
}
.widget-free-text {
position: relative
}
.widget-free-text .title .center,
.widget-free-text .description .center {
text-align: center
}
.widget-free-text .title .right,
.widget-free-text .description .right {
text-align: right
}
.widget-free-text .title {
margin-top: 20px;
font-size: 14px;
margin-bottom: 0
}
.widget-free-text .description {
margin-top: 10px
}
.widget-free-text .description p {
margin-bottom: 15px
}
.widget-free-text .link a {
text-transform: uppercase;
letter-spacing: 1px
}
.widget-accordion .panel-default {
border-radius: 0;
border: solid 1px #ddd;
margin-bottom: 15px
}
.widget-accordion .panel-heading {
background-color: transparent;
padding: 0;
border: none;
position: relative
}
.widget-accordion .panel-heading h4.panel-title {
margin-bottom: 0
}
.widget-accordion .panel-heading a[data-toggle='collapse'] {
display: block;
width: 100%;
padding: 15px 15px 15px 20px;
font-size: 14px
}
.widget-accordion .panel-heading a[data-toggle='collapse'] span {
padding-left: 20px
}
.widget-accordion .panel-heading a[data-toggle='collapse']:before {
content: "\f105";
font-family: fontawesome;
position: absolute;
top: 13px;
font-size: 18px;
-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
}
.widget-accordion .panel-heading a[aria-expanded='true'] {
background-color: #333;
border-color: #333;
color: #fff;
-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
}
.widget-accordion .panel-heading a[aria-expanded='true']:before {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.widget-accordion .panel-heading a[aria-expanded='false']:focus,
.widget-accordion .panel-heading a[aria-expanded='false']:active {
color: #333
}
.widget-accordion .panel-content {
padding: 15px
}
.widget-accordion .panel-content .description {
margin-top: 15px
}
.widget-accordion .panel-content p {
margin-bottom: 0
}
footer.main-footer-wrapper .sidebar aside.widget-map-scroll-up {
margin-top: 0
}
.left-sidebar,
.right-sidebar { }
.widget-mailchimp {
position: relative
}
.widget-mailchimp .bg-img {
padding-top: 130px;
padding-bottom: 130px;
background-size: cover;
background-position: center center
}
.widget-mailchimp .bg-mailchimp-overlay {
position: absolute;
right: 0;
bottom: 0;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.55)
}
.widget-mailchimp input[type="email"] {
background-color: transparent;
width: 429px;
display: inline-block
}
.widget-mailchimp .entry-content.mailchimp input[type="submit"] {
border: 0;
padding: 18px 0 17px 0;
margin-left: 15px;
width: 120px;
min-width: 120px;
display: inline;
-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
}
h2.widgettitle {
font-size: 14px;
font-weight: 400
}
h2.widgettitle:before {
content: "";
width: 8px;
height: 8px;
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
margin-right: 10px;
vertical-align: middle
}
@media(max-width:320px) {
.search-form-lg .search-form {
margin: 0;
text-align: center
}
.search-form-lg button[type="submit"] {
position: relative;
margin-top: 20px
}
}
.blog-wrap {
margin-bottom: 100px
}
.blog-wrap.masonry.layout-container-fluid {
padding: 0 15px
}
.blog-inner article {
padding-bottom: 70px;
border-bottom: 1px solid #eee
}
.blog-inner article+article {
margin-top: 70px
}
.entry-quote-wrap {
background-color: #0bf;
border: 4px solid rgba(255, 255, 255, 0.2);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 35px;
color: #fff
}
.entry-quote-wrap a:hover,
.entry-quote-wrap a:focus {
color: inherit
}
.entry-quote-wrap blockquote {
padding: 0;
margin: 0;
border: none;
position: relative;
overflow: hidden
}
.entry-quote-wrap blockquote:before {
display: none
}
.entry-quote-wrap p {
font-size: 24px;
font-weight: 600;
letter-spacing: .05em;
line-height: 2.2;
font-family: inherit;
font-style: normal;
margin-bottom: 20px
}
.entry-quote-wrap cite {
font-family: 'Montserrat';
font-size: 18px;
line-height: 2;
text-transform: uppercase;
display: block;
text-align: right;
font-style: normal;
font-weight: normal;
letter-spacing: 0
}
.entry-quote-wrap cite a:hover {
color: inherit
}
.entry-quote-wrap i {
float: left;
font-size: 28px;
margin-right: 20px;
margin-top: 5px
}
.entry-link-wrap {
background-color: #0bf;
border: 4px solid rgba(255, 255, 255, 0.2);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 35px;
color: #fff
}
.entry-link-wrap p {
margin: 0;
font-size: 24px;
font-weight: 600;
letter-spacing: .05em;
line-height: 2.2;
position: relative;
overflow: hidden
}
.entry-link-wrap i {
float: left;
font-size: 28px;
margin-right: 20px;
margin-top: 5px
}
.entry-link-wrap a:hover {
color: inherit
}
.entry-thumbnail-wrap {
margin-bottom: 55px
}
.entry-thumbnail {
position: relative
}
.entry-thumbnail a.prettyPhoto {
position: absolute;
bottom: 0;
width: 56px;
height: 55px;
right: 0;
line-height: 54px;
font-size: 16px;
text-align: center;
color: #FFF;
z-index: 2;
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
}
.entry-thumbnail a.entry-thumbnail-overlay:before {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: 0;
z-index: 1;
background-color: rgba(17, 17, 17, 0.3);
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear
}
.entry-thumbnail:hover a.entry-thumbnail-overlay:before {
opacity: 1
}
.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)
}
article.format-video>.entry-thumbnail-wrap>.entry-thumbnail a.prettyPhoto {
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
opacity: .6;
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)
}
.entry-thumbnail-overlay img {
width: 100%;
display: block
}
h3.entry-post-title {
font-size: 24px;
margin-bottom: 15px;
letter-spacing: .05em;
line-height: 1.6
}
h3.entry-post-title a {
color: inherit
}
.entry-post-meta-wrap {
margin-bottom: 25px
}
.entry-post-meta-wrap ul.entry-meta {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 0
}
.entry-post-meta-wrap ul.entry-meta li {
display: inline;
font-size: 14px;
font-style: italic;
line-height: 1.8;
margin-right: 40px;
vertical-align: middle
}
.entry-post-meta-wrap ul.entry-meta li span {
font-weight: normal;
margin-bottom: 0;
text-transform: none;
color: #444
}
.entry-post-meta-wrap ul.entry-meta li a {
color: #00adff
}
.entry-post-meta-wrap ul.entry-meta li:last-child {
margin-right: 0
}
.entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
color: #00adff
}
.entry-excerpt p {
margin-bottom: 0;
line-height: 2.2
}
.entry-content-footer {
margin-top: 45px
}
.social-share-wrap .m-button-xs {
display: none
}
.social-share-hover .social-share-wrap {
display: inline-block;
position: relative;
margin-left: 15px
}
.social-share-hover .social-share-wrap:hover ul.social-profile {
opacity: 1;
visibility: visible
}
.social-share-hover .social-share-wrap .m-button-xs {
display: inline-block
}
.social-share-hover ul.social-profile {
position: absolute;
z-index: 1;
white-space: nowrap;
background-color: #444;
padding: 5px 10px;
left: 50%;
opacity: 0;
visibility: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transform: translateX(-50%) translateY(5px);
-moz-transform: translateX(-50%) translateY(5px);
-ms-transform: translateX(-50%) translateY(5px);
-o-transform: translateX(-50%) translateY(5px);
transform: translateX(-50%) translateY(5px);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
-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)
}
.social-share-hover ul.social-profile:before {
content: "";
position: absolute;
display: block;
border-top: 5px solid transparent;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #444;
top: -10px;
left: 0;
right: 0;
width: 10px;
margin: auto
}
.social-share-hover ul.social-profile li {
margin: 0
}
.social-share-hover ul.social-profile li a {
background-color: transparent
}
.social-share-hover ul.social-profile li a:hover i {
color: #00adff
}
.social-share-hover .m-button-xs {
min-width: 0;
height: 50px;
line-height: 50px;
padding: 0 25px;
vertical-align: middle
}
.social-share-hover .micon {
font-size: 18px;
vertical-align: middle;
margin-top: -4px;
display: inline-block
}
.jp-type-single {
background-color: #444;
color: #fff
}
.jp-details {
height: 100px;
padding: 0 25px;
position: relative;
font-family: 'Montserrat';
font-size: 14px
}
.jp-details:before {
content: "";
display: inline-block;
vertical-align: middle;
height: 100%
}
.jp-details-inner {
display: inline-block;
max-width: 95%;
vertical-align: middle
}
.jp-title {
text-transform: uppercase;
line-height: 1.6;
font-size: 14px;
margin-right: 55px
}
.jp-time-holder {
display: block;
height: 100px;
position: absolute;
right: 25px;
top: 0;
margin: auto;
bottom: 0
}
.jp-time-holder:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle
}
.jp-time-holder div {
display: inline-block
}
.jp-current-time {
color: #00adff
}
.jp-interface {
background-color: #666;
height: 70px
}
.jp-controls {
width: 60px;
height: 100%;
display: inline-block;
border-right: 1px solid #888;
text-align: center;
margin-right: 20px
}
a.jp-play,
a.jp-pause {
font-size: 30px
}
a.jp-play i,
a.jp-pause i {
line-height: 70px
}
.jp-progress {
display: inline-block;
height: 100%;
vertical-align: top;
width: calc(100% - 110px);
position: relative
}
.jp-seek-bar {
height: 11px;
background: #fff;
position: absolute;
top: 0;
bottom: 0;
margin: auto
}
.jp-play-bar {
background-size: 11px 11px;
background-color: #00adff;
height: 100%
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.23931623931624%
}
.embed-responsive.embed-responsive-blog-related {
padding-bottom: 65%
}
.entry-thumbnail-wrap .owl-carousel .owl-controls .owl-nav .owl-prev,
.entry-thumbnail-wrap .owl-carousel .owl-controls .owl-nav .owl-next {
position: absolute;
width: 44px;
height: 44px;
line-height: 42px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.6);
color: rgba(255, 255, 255, 0.6);
font-size: 24px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s
}
.entry-thumbnail-wrap .owl-carousel .owl-controls .owl-nav .owl-prev {
left: 20px
}
.entry-thumbnail-wrap .owl-carousel .owl-controls .owl-nav .owl-next {
right: 20px
}
@media(min-width:992px) {
.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-style-large-image.no-sidebar article {
padding-bottom: 80px
}
.blog-style-large-image.no-sidebar article+article {
margin-top: 80px
}
}
@media(min-width:768px) {
.blog-style-medium-image article:not(.format-audio):not(.format-link):not(.format-quote) .entry-thumbnail-wrap {
float: left;
width: 50%;
padding-right: 15px;
margin-bottom: 0
}
.blog-style-medium-image article:not(.format-audio):not(.format-link):not(.format-quote) .entry-thumbnail-wrap+.entry-content-wrap {
float: right;
width: 50%;
padding-left: 15px
}
.blog-style-medium-image article {
padding-bottom: 65px
}
.blog-style-medium-image article+article {
margin-top: 65px
}
.blog-style-medium-image .entry-excerpt p {
max-height: 8.8em;
overflow: hidden
}
.blog-style-medium-image:not(.no-sidebar) h3.entry-post-title {
font-size: 18px
}
.blog-style-medium-image:not(.no-sidebar) .entry-post-meta-wrap ul.entry-meta li {
font-size: 13px;
line-height: 2.2;
margin-right: 10px
}
.blog-style-medium-image:not(.no-sidebar) article:not(.format-audio):not(.format-link):not(.format-quote) .entry-thumbnail-wrap {
width: 44.44444444444444%
}
.blog-style-medium-image:not(.no-sidebar) article:not(.format-audio):not(.format-link):not(.format-quote) .entry-thumbnail-wrap+.entry-content-wrap {
width: 55.55555555555556%
}
}
@media(min-width:768px) {
.blog-style-masonry {
margin: 0 -15px
}
.blog-style-masonry article {
float: left;
padding: 0 15px 35px 15px;
border-bottom: none
}
.blog-style-masonry .entry-thumbnail-wrap {
margin-bottom: 0
}
.blog-style-masonry .entry-content-wrap {
background-color: #f8f8f8;
padding: 35px 20px 25px 20px
}
.blog-style-masonry .entry-quote-wrap {
background-color: #f8f8f8;
padding: 35px 20px 25px 20px;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #444
}
.blog-style-masonry .entry-quote-wrap p {
font-size: 16px
}
.blog-style-masonry .entry-quote-wrap cite {
font-size: 14px;
color: #00adff
}
.blog-style-masonry .entry-quote-wrap i {
font-size: 24px
}
.blog-style-masonry .entry-link-wrap {
background-color: #f8f8f8;
padding: 35px 20px 25px 20px;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #444
}
.blog-style-masonry .entry-link-wrap p {
font-size: 16px
}
.blog-style-masonry .entry-link-wrap i {
font-size: 24px
}
.blog-style-masonry article+article {
margin-top: 0
}
.blog-style-masonry h3.entry-post-title {
font-size: 18px;
line-height: 1.6;
margin-bottom: 20px
}
.blog-style-masonry .entry-post-meta-wrap ul.entry-meta li {
font-size: 13px;
margin-right: 10px
}
.blog-style-masonry .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
display: none
}
.blog-style-masonry .entry-post-meta-wrap {
margin-bottom: 15px
}
.blog-style-masonry .jp-time-holder {
display: none
}
.blog-style-masonry .jp-title {
margin-right: 0;
font-size: 12px;
line-height: 2.2
}
.blog-style-masonry .entry-content-footer {
display: none
}
.blog-style-masonry .jp-details {
height: 70px
}
.blog-style-masonry .entry-excerpt p {
max-height: 8.8em;
overflow: hidden
}
.blog-style-masonry.blog-col-2 article {
width: 50%
}
.blog-style-masonry.blog-col-3 article {
width: 33.33333333333333%
}
.blog-style-masonry.blog-col-4 article {
width: 25%
}
.blog-style-masonry.blog-col-5 article {
width: 20%
}
}
@media(min-width:768px) {
.blog-style-timeline {
padding-left: 200px;
position: relative
}
.blog-style-timeline:before {
content: "";
display: block;
width: 5px;
height: 100%;
background-color: #eee;
position: absolute;
left: 130px
}
.blog-style-timeline article:last-child {
padding-bottom: 0;
border-bottom: none
}
.blog-style-timeline article {
position: relative;
padding-bottom: 60px
}
.blog-style-timeline article+article {
margin-top: 60px
}
.entry-timeline {
position: absolute;
top: 40px;
left: -70px
}
.timeline-note {
width: 14px;
height: 14px;
background-color: #fff;
display: block;
border-radius: 100%;
position: absolute;
left: -4px;
border: 1px solid #eee;
padding: 2px
}
.timeline-note:before {
content: "";
width: 100%;
height: 100%;
display: block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
background-color: #00adff
}
.timeline-note:after {
content: "";
width: 100%;
height: 100%;
display: block;
opacity: 0;
border: 1px solid #00adff;
position: absolute;
top: 0;
left: 0;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease
}
.blog-style-timeline article:hover .timeline-note:after {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
opacity: 1
}
.timeline-date {
position: absolute;
right: 12px;
white-space: nowrap;
background-color: #222;
color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 10px 15px;
font-size: 12px;
line-height: 1;
top: -9px
}
.timeline-date:after {
content: "";
display: block;
position: absolute;
border: 5px solid transparent;
border-left-color: #222;
left: 100%;
top: 50%;
width: 0;
height: 0;
margin-top: -5px
}
}
.blog-paging-default {
margin-top: 45px;
text-align: center;
position: relative;
height: 50px
}
.blog-paging-default ul.pagination {
padding: 0;
margin: 0;
line-height: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.blog-paging-default .pagination>li>a,
.blog-paging-default .pagination>li>span {
font-size: 14px;
color: #444;
font-family: 'Montserrat';
text-transform: uppercase;
border: none;
line-height: 50px;
padding: 0 10px;
margin: 0;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s
}
.blog-paging-default .pagination>li>a:hover,
.blog-paging-default .pagination>li>span:hover,
.blog-paging-default .pagination>li>a:focus,
.blog-paging-default .pagination>li>span:focus,
.blog-paging-default .pagination>li>a.current,
.blog-paging-default .pagination>li>span.current {
background-color: transparent;
color: #00adff;
text-decoration: underline
}
.blog-paging-default .pagination>li>a.prev,
.blog-paging-default .pagination>li>span.prev,
.blog-paging-default .pagination>li>a.next,
.blog-paging-default .pagination>li>span.next {
position: absolute;
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 13px 20px;
line-height: 1
}
.blog-paging-default .pagination>li>a.prev span,
.blog-paging-default .pagination>li>span.prev span,
.blog-paging-default .pagination>li>a.next span,
.blog-paging-default .pagination>li>span.next span,
.blog-paging-default .pagination>li>a.prev i,
.blog-paging-default .pagination>li>span.prev i,
.blog-paging-default .pagination>li>a.next i,
.blog-paging-default .pagination>li>span.next i {
vertical-align: middle
}
.blog-paging-default .pagination>li>a.prev i,
.blog-paging-default .pagination>li>span.prev i,
.blog-paging-default .pagination>li>a.next i,
.blog-paging-default .pagination>li>span.next i {
font-size: 24px;
margin-top: -2px;
color: #00adff
}
.blog-paging-default .pagination>li>a.prev:hover,
.blog-paging-default .pagination>li>span.prev:hover,
.blog-paging-default .pagination>li>a.next:hover,
.blog-paging-default .pagination>li>span.next:hover {
background-color: #000;
color: #fff;
text-decoration: none;
border-color: #000
}
.blog-paging-default .pagination>li>a.prev,
.blog-paging-default .pagination>li>span.prev {
left: 0
}
.blog-paging-default .pagination>li>a.prev i,
.blog-paging-default .pagination>li>span.prev i {
margin-right: 10px
}
.blog-paging-default .pagination>li>a.next,
.blog-paging-default .pagination>li>span.next {
right: 0
}
.blog-paging-default .pagination>li>a.next i,
.blog-paging-default .pagination>li>span.next i {
margin-left: 10px
}
.blog-paging-load-more {
text-align: center;
padding-top: 60px
}
.blog-paging-load-more .blog-load-more>span[class^='fa'] {
letter-spacing: 0
}
.masonry .blog-paging-load-more,
.masonry .blog-paging-default {
border-top: 1px solid #eee;
margin-top: 0;
padding-top: 35px
}
.masonry .blog-paging-default {
height: 80px;
padding-top: 30px
}
.archive-search-wrap {
color: #525252
}
.archive-search-result h6 {
letter-spacing: .05em;
border-bottom: 1px solid #eee;
padding-bottom: 25px;
margin-bottom: 45px
}
.archive-search-box {
padding-bottom: 60px;
border-bottom: 1px solid #eee
}
.archive-search-box h6 {
margin-bottom: 15px
}
.archive-search-box span {
display: block;
margin-bottom: 40px
}
.archive-search-wrap-inner {
margin-top: 70px
}
.archive-search-wrap-inner article {
padding-bottom: 55px;
border-bottom: 1px solid #eee
}
.archive-search-wrap-inner article+article {
margin-top: 55px
}
.archive-search-wrap-inner .search-icon {
width: 47px;
height: 47px;
background: #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
float: left;
position: relative;
text-align: center
}
.archive-search-wrap-inner span.icon-menu {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
left: 0;
right: 0
}
.archive-search-wrap-inner .entry-content-wrap {
position: relative;
overflow: hidden;
padding-left: 25px
}
.archive-search-wrap-inner h3.entry-post-title {
font-size: 18px;
margin-bottom: 15px
}
.archive-search-wrap-inner .entry-post-type {
font-style: italic
}
.archive-search-wrap-inner .entry-excerpt {
margin-top: 20px
}
span.icon-menu {
width: 15px;
height: 1px;
background: #444;
display: inline-block;
position: relative;
vertical-align: middle
}
span.icon-menu:after,
span.icon-menu:before {
content: "";
display: block;
width: 100%;
height: 1px;
background: #444;
position: absolute;
top: -5px
}
span.icon-menu:after {
top: 5px
}
.single-post-wrap .entry-quote-wrap,
.single-post-wrap .entry-thumbnail-wrap,
.single-post-wrap .entry-link-wrap {
margin-bottom: 40px
}
.single-post-inner {
margin-bottom: 100px
}
.entry-content p:last-child {
margin: 0 0px
}
.entry-content dd,
.entry-content dt {
line-height: 2.2
}
.entry-content table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #eee;
margin-bottom: 30px
}
.entry-content table>tbody>tr>td,
.entry-content table>tbody>tr>th,
.entry-content table>tfoot>tr>td,
.entry-content table>tfoot>tr>th,
.entry-content table>thead>tr>td,
.entry-content table>thead>tr>th {
font-size: 14px;
line-height: 1.2;
padding: 19px 30px;
border-top: 1px solid #eee;
letter-spacing: .05em;
vertical-align: middle
}
.entry-content table>thead>tr>th {
font-family: 'Montserrat';
text-transform: uppercase;
background-color: #00adff;
border-top: none;
color: #fff;
font-weight: 400;
vertical-align: bottom
}
.entry-content table.table-bordered {
border: 1px solid #eee
}
.entry-content table.table-bordered>tbody>tr>td,
.entry-content table.table-bordered>tbody>tr>th,
.entry-content table.table-bordered>tfoot>tr>td,
.entry-content table.table-bordered>tfoot>tr>th,
.entry-content table.table-bordered>thead>tr>td,
.entry-content table.table-bordered>thead>tr>th {
border: 1px solid #eee
}
.entry-content table.table-bordered>thead>tr>td,
.entry-content table.table-bordered>thead>tr>th {
border-bottom-width: 1px
}
.entry-content table.table-striped {
border: none
}
.entry-content table.table-striped>tbody>tr:nth-last-of-type(odd) {
background-color: #f6f6f6
}
.entry-content table.table-striped>tbody>tr>td,
.entry-content table.table-striped>tbody>tr>th,
.entry-content table.table-striped>tfoot>tr>td,
.entry-content table.table-striped>tfoot>tr>th,
.entry-content table.table-striped>thead>tr>td,
.entry-content table.table-striped>thead>tr>th {
border: none
}
.entry-content table.table-center>tbody>tr>td,
.entry-content table.table-center>tbody>tr>th,
.entry-content table.table-center>tfoot>tr>td,
.entry-content table.table-center>tfoot>tr>th,
.entry-content table.table-center>thead>tr>td,
.entry-content table.table-center>thead>tr>th {
text-align: center
}
.entry-content table.table-dark>thead>tr>th {
background-color: #222
}
.entry-content table.table-hover>tbody>tr:hover {
background-color: #f6f6f6
}
.entry-content .table-striped>tbody>tr:nth-of-type(odd) {
background-color: transparent
}
.entry-content input[type="submit"] {
font-family: 'Montserrat';
font-size: 13px;
line-height: 1.2;
letter-spacing: .1em;
text-align: center;
text-transform: uppercase;
min-width: 170px;
padding: 16px 20px;
background-color: #00adff;
color: #fff;
border: none;
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.entry-content input[type="submit"]:hover {
background-color: #000
}
.entry-meta-tag-wrap {
position: relative;
margin-top: 70px;
padding: 35px 0 25px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee
}
.entry-meta-tag-wrap .social-share-wrap {
margin: 0
}
.entry-meta-tag label {
font-size: 14px;
font-family: 'Montserrat';
text-transform: uppercase;
font-weight: 400;
line-height: 1.2;
letter-spacing: .05em;
margin-right: 15px
}
.entry-meta-tag {
margin-right: 135px
}
.entry-meta-tag+.social-share-wrap {
margin: 0;
position: absolute;
right: 0;
top: 25px
}
.post-author-info {
padding: 40px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-top: -1px
}
.post-author-info img {
float: left;
width: 170px;
margin: 0 15px 0 0
}
.author-info-inner {
position: relative;
overflow: hidden
}
.author-info-inner h6 {
font-size: 14px;
line-height: 1.2;
letter-spacing: .05em;
margin-bottom: 10px
}
.author-info-inner p {
margin-bottom: 0
}
.author-info-inner ul.social-profile {
margin-top: 20px
}
.post-related-wrap {
margin-top: 60px
}
.post-related-wrap .no-image {
position: relative;
background-color: #eee;
padding: 10px;
border: 1px solid #eee;
background-clip: content-box;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-family: 'Montserrat';
text-transform: uppercase;
font-size: 24px;
letter-spacing: .05em
}
.post-related-wrap .no-image .no-image-inner {
display: inline-block;
margin: 0 auto;
position: relative;
text-align: center;
vertical-align: middle
}
.post-related-wrap .no-image:before {
content: "";
display: inline-block;
padding-top: 65%;
vertical-align: middle
}
.post-related-wrap .entry-thumbnail-wrap {
margin-bottom: 20px
}
.post-related-wrap h3.entry-post-title {
font-size: 15px;
margin-bottom: 5px
}
.post-related-wrap .entry-post-meta-wrap {
margin: 0
}
.post-related-wrap .entry-post-meta-wrap ul.entry-meta li {
margin-right: 0;
line-height: 1.6
}
.post-related-wrap .entry-post-meta-wrap ul.entry-meta li+li:before {
content: "/";
padding: 0 2px;
display: inline;
vertical-align: middle;
color: #666
}
.post-related-wrap .entry-post-meta-wrap ul.entry-meta li a {
color: #666
}
.post-related-wrap .entry-post-meta-wrap ul.entry-meta li a:hover {
color: #00adff
}
.post-related-wrap article.format-video>.entry-thumbnail-wrap>.entry-thumbnail a.prettyPhoto {
width: 50px;
height: 50px;
font-size: 50px;
line-height: 50px
}
.post-related-wrap .entry-thumbnail-wrap .owl-carousel .owl-controls .owl-nav .owl-prev,
.post-related-wrap .entry-thumbnail-wrap .owl-carousel .owl-controls .owl-nav .owl-next {
height: 34px;
width: 34px;
font-size: 18px;
line-height: 32px
}
.entry-comments {
margin-top: 60px
}
h3.comments-title {
background-color: #eee;
text-align: center;
font-size: 18px;
color: #535353;
line-height: 1.6;
letter-spacing: .05em;
padding: 21px 0;
margin-bottom: 50px
}
.entry-comments-list {
border-bottom: 1px solid #eee;
margin-bottom: 60px
}
ol.commentlist {
list-style-type: none;
padding: 0;
margin: 0
}
ol.commentlist li+li {
padding-top: 45px
}
ol.commentlist>li+li {
border-top: 1px solid #eee;
margin-top: -1px
}
ol.commentlist img.avatar {
width: 100px;
float: left;
padding: 0;
margin: 0
}
ol.commentlist ul.children {
padding-left: 100px;
margin-top: 45px;
list-style: none
}
ol.commentlist ul.children img.avatar {
width: 70px
}
ol.commentlist ul.children>ul.children {
padding-left: 70px
}
ol.commentlist>li:last-child .comment-text {
border: none
}
ol.commentlist .comment-respond {
padding-top: 30px;
border-top: 1px solid #eee;
margin-top: -1px;
padding-bottom: 30px;
border-bottom: 1px solid #eee;
margin-bottom: 30px
}
.comment-text {
position: relative;
overflow: hidden;
border-bottom: 1px solid #eee;
padding-bottom: 30px
}
.comment-text .author {
margin-bottom: 15px
}
.comment-text .author-name {
text-transform: uppercase;
letter-spacing: .05em;
line-height: 1.6;
display: inline-block;
vertical-align: middle
}
.comment-text .author-name:after {
content: "";
height: 16px;
width: 1px;
background-color: #eee;
display: inline-block;
margin: 3px 10px 0 10px;
vertical-align: top
}
ol.commentlist img.avatar+.comment-text {
padding-left: 20px
}
.comment-meta {
display: inline-block;
font-size: 12px;
vertical-align: middle;
letter-spacing: .05em;
line-height: 1.2;
color: #00adff
}
.comment-meta-bottom {
margin-top: 10px;
font-size: 12px;
line-height: 1.2;
letter-spacing: .05em;
text-align: right
}
.comment-like label {
font-weight: normal;
margin: 0
}
.comment-reply-link {
color: #00adff
}
.comment-reply-link:before {
content: "";
display: inline-block;
margin: 0 10px;
height: 16px;
width: 1px;
background-color: #eee;
vertical-align: middle
}
.comment-navigation {
margin-bottom: 20px;
border-bottom: 1px solid #eee;
padding: 0 0 20px 0
}
.comment-navigation .page-numbers {
font-size: 14px;
color: #444;
font-family: 'Montserrat';
text-transform: uppercase;
border: none;
line-height: 1;
padding: 0 10px;
margin: 0;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s
}
.comment-navigation .page-numbers:hover,
.comment-navigation .page-numbers:focus,
.comment-navigation .page-numbers.current {
background-color: transparent;
color: #00adff;
text-decoration: underline
}
.comment-navigation-bottom {
margin-bottom: 0;
border-bottom: none;
border-top: 1px solid #eee;
padding: 20px 0
}
.comment-respond {
float: left;
width: 100%
}
h3.comment-reply-title {
font-family: 'Montserrat';
font-size: 14px;
line-height: 2.2;
letter-spacing: .05em;
margin-bottom: 35px
}
.comment-form {
margin: 0 -15px
}
.comment-form p {
padding: 0 15px;
float: left;
width: 100%
}
.comment-form p.form-submit {
margin-bottom: 0;
margin-top: 20px
}
.comment-form .form-group {
margin-bottom: 30px
}
.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: 150px
}
.shortcode-blog-wrap .blog-wrap {
margin-bottom: 0
}
@media(max-width:991px) {
.blog-style-masonry article {
width: 50%!important
}
.entry-post-meta-wrap ul.entry-meta li {
margin-right: 20px
}
}
@media(max-width:767px) {
.blog-inner article {
padding-bottom: 50px
}
.blog-inner article+article {
margin-top: 50px
}
.blog-inner .entry-thumbnail-wrap {
margin-bottom: 35px
}
.blog-inner .entry-content-footer {
margin-top: 25px
}
.entry-quote-wrap {
padding: 25px
}
.entry-quote-wrap p {
line-height: 1.8
}
.entry-link-wrap {
padding: 25px
}
.entry-link-wrap p {
line-height: 1.8
}
.blog-style-masonry article {
width: 100%!important
}
.entry-timeline {
display: none
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
width: 100%
}
.post-navigation .nav-previous {
border-bottom: 1px solid #eee
}
ol.commentlist img.avatar {
width: 70px
}
ol.commentlist ul.children {
padding-left: 70px
}
}
@media(max-width:480px) {
.entry-meta-tag {
margin: 0 0 20px 0
}
.entry-meta-tag+.social-share-wrap {
position: relative;
top: 0
}
.post-author-info img {
float: none;
margin: 0 auto 20px auto;
max-width: 100%;
display: block
}
ol.commentlist img.avatar {
display: none
}
.comment-text {
padding-left: 0
}
ol.commentlist ul.children {
padding-left: 0
}
}
@media(max-width:320px) {
.entry-content-footer ul.social-profile {
right: 0;
left: auto;
-webkit-transform: translateX(0%) translateY(5px);
-moz-transform: translateX(0%) translateY(5px);
-ms-transform: translateX(0%) translateY(5px);
-o-transform: translateX(0%) translateY(5px);
transform: translateX(0%) translateY(5px)
}
.entry-content-footer .social-share-wrap {
position: absolute;
right: 15px;
margin: 0
}
.jp-details {
display: none
}
.blog-paging-default {
margin-top: 25px
}
.blog-paging-default {
height: 34px
}
.blog-paging-default .pagination>li>a,
.blog-paging-default .pagination>li>span {
line-height: 34px
}
.blog-paging-default .pagination>li>a.prev,
.blog-paging-default .pagination>li>span.prev,
.blog-paging-default .pagination>li>a.next,
.blog-paging-default .pagination>li>span.next {
padding: 5px 10px;
font-size: 0
}
.blog-paging-default .pagination>li>a.prev i,
.blog-paging-default .pagination>li>span.prev i,
.blog-paging-default .pagination>li>a.next i,
.blog-paging-default .pagination>li>span.next i {
margin: 0
}
}
.sc-title {
font-size: 14px;
text-transform: uppercase;
letter-spacing: .05em;
line-height: 2.2;
margin-bottom: 50px
}
.sc-title:after {
content: "";
display: block;
width: 45px;
border: 1px solid #00adff;
margin-top: 5px
}
._checkbox {
cursor: pointer;
font-weight: normal;
margin: 0!important;
padding-left: 24px;
display: inline-block!important;
height: 20px!important;
line-height: 20px!important;
position: relative
}
._checkbox>input[type="checkbox"] {
display: none!important
}
._checkbox>input[type="checkbox"]:checked+i {
color: #00adff
}
._checkbox i {
position: absolute;
left: 0;
top: 50%;
width: 14px;
height: 14px;
line-height: 12px;
font-size: 8px;
border: 1px solid #ddd;
text-align: center;
background-color: #fff;
color: #fff;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-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
}
._radio {
position: relative;
cursor: pointer;
font-weight: normal;
margin: 0;
padding-left: 24px;
display: inline-block;
line-height: 20px
}
._radio>input[type="radio"] {
display: none!important
}
._radio>input[type="radio"]:checked+i.radio-button {
background-color: #00adff
}
._radio i.radio-button {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 14px;
height: 14px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 3px solid #fff;
box-shadow: 0 0 0 1px #ddd;
background-color: #FFF;
-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
}
.layout-container-fluid.archive-product-wrap {
padding: 0 15px
}
.site-content-archive-product,
.single-product-wrap {
margin-bottom: 60px
}
.archive-product-wrap,
.woocommerce-sidebar,
.site-content-single-product {
margin-bottom: 40px
}
.tooltip-inner {
white-space: nowrap
}
.catalog-filter {
font-size: 13px;
letter-spacing: .05em;
margin-bottom: 70px
}
.product-filter {
text-transform: uppercase;
vertical-align: middle;
float: left
}
.product-filter .icon-menu {
margin-right: 15px;
margin-top: -2px
}
.product-filter:hover .icon-menu,
.product-filter:hover .icon-menu:after,
.product-filter:hover .icon-menu:before {
background-color: #00adff
}
.product-filter+.catalog-filter-inner {
float: right
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
margin: 0
}
.woocommerce .woocommerce-ordering select {
height: 41px;
padding: 0 20px;
color: #444
}
.woocommerce-result-count {
line-height: 41px;
padding-right: 30px
}
.catalog-filter-disable,
.result-count-disable .woocommerce-result-count,
.catalog-ordering-disable .woocommerce-ordering,
.product-filter-disable .product-filter {
display: none
}
.woocommerce .star-rating {
float: none;
font-size: 12px;
width: 86px;
height: 12px;
letter-spacing: 5px
}
.woocommerce .star-rating:before {
color: #aaa;
content: "\53\53\53\53\53"
}
.woocommerce .star-rating span {
color: #FFBF00
}
.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product td.price {
font-family: 'Montserrat';
font-size: 12px;
letter-spacing: .05em;
font-weight: normal;
display: block;
line-height: 1;
color: #00adff;
margin: 0
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product td.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,
.woocommerce div.product td.price del {
display: inline-block;
color: #aaa;
opacity: 1;
margin-right: 15px;
font-weight: inherit;
font-style: inherit
}
.woocommerce div.product td.price {
display: inline-block;
font-size: 14px
}
.woocommerce-paging {
padding: 24px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee
}
.woocommerce-paging .blog-paging-default {
margin: 0
}
.shop-page-content-after,
.single-product-bottom-sidebar {
border-top: 1px solid #eee
}
.woocommerce-paging+.shop-page-content-after {
border-top: none
}
table.compare-list .add-to-cart td a,
.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 {
font-family: 'Montserrat';
font-size: 13px;
color: #fff;
background-color: #00adff;
line-height: 1.2!important;
letter-spacing: .1em;
text-transform: uppercase;
font-weight: normal;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: none;
padding: 17.5px 30px;
min-width: 150px;
text-align: center;
vertical-align: middle;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear
}
table.compare-list .add-to-cart td a:hover,
.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 {
background-color: #444;
color: #fff
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
background-color: #444;
color: #fff
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
color: #fff;
background-color: #00adff;
padding: 17.5px 30px
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
padding: 10px 15px;
min-width: 0;
font-size: 12px
}
.product-flash-wrap {
position: absolute;
right: 0;
top: 30px;
z-index: 3
}
.product-flash {
font-family: 'Montserrat';
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
color: #fff;
padding: 0 5px;
height: 23px;
line-height: 23px;
display: block;
text-align: center;
min-width: 44px
}
.product-flash+.product-flash {
margin-top: 5px
}
.on-sale {
background-color: #00adff
}
.on-sold {
background-color: #DDBE86
}
.on-new {
background-color: #0bf
}
.on-hot {
background-color: #FF4D4D
}
.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: 74px;
margin-left: auto;
margin-right: auto;
padding-right: 29px;
position: relative
}
.woocommerce div.product form.cart div.quantity .quantity-inner .qty,
.product-quantity div.quantity .quantity-inner .qty {
width: 100%;
padding-left: 0;
padding-right: 0;
text-align: center;
margin-bottom: 0
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number,
.product-quantity div.quantity .quantity-inner .btn-number {
position: absolute;
width: 29px;
border: 1px solid #ddd;
border-left: 0;
padding: 0;
right: 0;
background-color: #F7F7F7;
display: block;
font-size: 14px
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number:hover,
.product-quantity div.quantity .quantity-inner .btn-number:hover {
background-color: #DDD
}
.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"] {
height: 24px;
line-height: 23px;
border-top: 0;
bottom: 0
}
.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"] {
height: 26px;
line-height: 24px;
top: 0
}
.woocommerce form .form-row textarea {
height: 130px
}
.woocommerce form .form-row label {
font-family: 'Montserrat';
font-size: 13px;
line-height: 1.2;
letter-spacing: .1em;
margin-bottom: 10px;
font-weight: normal
}
.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: 30px!important
}
.woocommerce form .form-row .required {
color: #00adff
}
.product-listing.woocommerce {
margin: 0 -15px
}
.product-listing.woocommerce .product-item-wrap {
float: left;
padding: 0 15px 60px 15px
}
.product-listing.woocommerce .rating-disable .star-rating {
display: none
}
.product-listing.woocommerce .product-item-inner {
position: relative
}
.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(17, 17, 17, 0.3);
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;
vertical-align: middle
}
.product-listing.woocommerce .product-actions {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
height: 45px;
text-align: center;
margin: auto;
z-index: 3;
font-size: 0
}
.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: 45px;
height: 45px;
line-height: 45px!important;
text-align: center;
background-color: rgba(255, 255, 255, 0.9);
color: #444;
display: inline-block;
padding: 0;
margin: 0 2px;
position: relative;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-size: 0;
min-width: 0;
vertical-align: middle;
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
-o-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: center bottom;
-moz-transform-origin: center bottom;
-ms-transform-origin: center bottom;
-o-transform-origin: center bottom;
transform-origin: center bottom;
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 .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: inherit;
vertical-align: middle
}
.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 .yith-wcwl-wishlistaddedbrowse a:focus,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:focus,
.product-listing.woocommerce .product-actions .add_to_wishlist:focus,
.product-listing.woocommerce .product-actions .compare:focus,
.product-listing.woocommerce .product-actions .product-quick-view:focus,
.product-listing.woocommerce .product-actions .btn_add_to_cart:focus,
.product-listing.woocommerce .product-actions .added_to_cart.wc-forward:focus,
.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: #FFF;
background-color: rgba(0, 187, 255, 0.9)
}
.product-listing.woocommerce .product-actions .btn_add_to_cart {
-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 .product-quick-view {
-webkit-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .45s 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 .45s 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 .45s 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 .45s 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 .45s 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 .55s 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 .55s 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 .55s 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 .55s 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 .55s ease-out, opacity .5s .35s ease-out, transform .5s .55s ease-out
}
.product-listing.woocommerce .product-actions .added-spinner {
color: #FFF
}
.product-listing.woocommerce .product-actions .yith-wcwl-add-to-wishlist {
display: inline-block;
margin: 0;
vertical-align: middle
}
.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: "megatron";
content: "\e104";
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 18px;
line-height: 1;
vertical-align: middle
}
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:before {
content: "\e103"
}
.product-listing.woocommerce .product-actions .compare.added:before {
content: "\e040"
}
.product-listing.woocommerce .product-actions .add_to_wishlist.added-spinner:before {
font-family: fontawesome;
content: "\f110";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear
}
.product-listing.woocommerce .product-info {
text-align: center;
padding: 15px 0 0 0
}
.product-listing.woocommerce .star-rating {
margin: 15px auto 0 auto
}
.product-listing.woocommerce .product-name {
font-size: 14px;
display: block;
margin-bottom: 5px;
line-height: 2.2;
letter-spacing: .05em
}
.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: rotateX(0);
-moz-transform: rotateX(0);
-ms-transform: rotateX(0);
-o-transform: rotateX(0);
transform: rotateX(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 {
margin: 0
}
.product-listing.woocommerce.product-slider .product-item-wrap {
float: none;
padding: 0 0 60px 0
}
.woocommerce-compare-page h1 {
font-size: 24px;
background-color: #f4f4f4;
color: #444
}
#product-filter-wrap {
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);
z-index: 99999;
background-color: #fff;
width: 337px;
max-width: 100%;
margin: auto;
top: 0;
bottom: 0;
left: -100%;
padding: 30px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
#product-filter-overlay {
opacity: 0;
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);
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(68, 68, 68, 0.5);
z-index: -1;
pointer-events: none;
overflow: hidden;
-webkit-transition: opaciry .3s ease;
-moz-transition: opaciry .3s ease;
-ms-transition: opaciry .3s ease;
-o-transition: opaciry .3s ease;
transition: opaciry .3s ease
}
body.product-filter-in #product-filter-wrap {
left: 0
}
body.product-filter-in #product-filter-overlay {
opacity: 1;
z-index: 99999;
pointer-events: auto;
cursor: url(//www.obaly-swisspac.cz/wp-content/themes/megatron/megatron/assets/images/close.png) 15 15, default
}
.single-product-image {
position: relative
}
.product-image-slider-wrap {
margin-bottom: 15px
}
.product-image-thumb-wrap {
margin: 0 -5px
}
.single-product-image-inner img {
display: block;
width: 100%
}
.product-image-thumb-item {
position: relative;
outline: none;
cursor: pointer;
padding: 5px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.product-image-thumb-item .woocommerce-thumbnail-image {
display: block;
position: relative;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.product-image-thumb-item .woocommerce-thumbnail-image:before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.4)
}
.product-image-thumb-item:hover .woocommerce-thumbnail-image,
.product-image-thumb-item.synced .woocommerce-thumbnail-image {
-webkit-box-shadow: 0 0 0 1px #ddd;
-moz-box-shadow: 0 0 0 1px #ddd;
box-shadow: 0 0 0 1px #ddd
}
.product-image-thumb-item:hover .woocommerce-thumbnail-image:before,
.product-image-thumb-item.synced .woocommerce-thumbnail-image:before {
opacity: 0
}
@media(min-width:1230px) {
.single-product-image-wrap:not(.has-sidebar) {
padding-right: 0;
padding-left: 0
}
.single-product-image-inner {
position: relative
}
.single-product-image-inner.vertical .product-image-slider-wrap {
padding-left: 130px
}
.single-product-image-inner.vertical .product-image-thumb-wrap {
position: absolute;
width: 130px;
margin: 0;
height: 100%;
top: 0;
left: 0;
padding: 0 14px;
overflow: hidden
}
.single-product-image-inner.vertical .product-image-thumb-item {
margin-bottom: 30px;
padding: 0
}
.single-product-image-inner.vertical .product-image-slider-wrap {
margin-bottom: 0
}
.single-product-image-wrap.has-sidebar {
padding-right: 0
}
.summary-product {
padding-left: 15px
}
}
.summary-product .product_title {
font-size: 24px;
letter-spacing: .05em;
margin-bottom: 25px;
font-weight: normal
}
.woocommerce div.product p.price {
font-size: 18px;
margin-bottom: 30px
}
.woocommerce .woocommerce-product-rating .star-rating {
float: none;
display: inline-block;
vertical-align: middle;
margin: 0 15px 0 0
}
a.woocommerce-review-link {
display: inline-block;
vertical-align: middle;
letter-spacing: .05em;
color: #0bf
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 30px
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
margin-bottom: 35px
}
.woocommerce div.product .cart .button {
height: 50px;
line-height: 50px!important;
padding: 0 20px
}
.woocommerce div.product .cart .button:before {
font-family: "megatron"!important;
font-style: normal!important;
font-weight: normal!important;
font-variant: normal!important;
text-transform: none!important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e1b1";
display: inline-block;
font-size: 20px;
vertical-align: middle;
margin-right: 10px;
margin-top: -4px
}
.woocommerce div.product form.cart div.quantity {
margin-right: 20px
}
.product_meta {
font-family: 'Playfair Display';
font-size: 13px;
font-style: italic;
color: #00adff;
margin-bottom: 30px
}
.product_meta>span {
display: block
}
.product_meta>span+span {
margin-top: 5px
}
.product_meta label {
font-family: 'Montserrat';
font-style: normal;
color: #444;
font-weight: 400;
margin-bottom: 0;
text-transform: uppercase
}
.woocommerce div.product form.cart.variations_form {
margin-bottom: 0
}
.woocommerce div.product form.cart .variations {
margin-bottom: 0
}
.woocommerce div.product form.cart .variations td {
display: table-cell;
text-align: left
}
.woocommerce div.product form.cart .variations td.label {
padding: 0
}
.woocommerce div.product form.cart .variations tr+tr td,
.woocommerce div.product form.cart .variations tr+tr td.label {
padding: 15px 0 0 0
}
.woocommerce div.product form.cart .variations td.label label {
font-weight: 400;
line-height: 50px;
margin-bottom: 0;
padding-right: 20px;
font-size: 13px;
color: #444;
text-transform: uppercase;
font-family: 'Montserrat'
}
.single_variation_wrap {
margin-bottom: 35px;
margin-top: 20px
}
.single_variation_wrap:after,
.variations_button:after {
content: "";
display: block;
clear: both
}
.woocommerce div.product .single_variation span.price {
font-size: 18px;
margin-bottom: 20px
}
.woocommerce div.product form.cart .group_table {
border: none;
margin-bottom: 20px
}
.woocommerce div.product form.cart .group_table td {
padding-bottom: 20px;
line-height: 50px
}
.woocommerce div.product form.cart .group_table td.label {
font-family: 'Montserrat';
font-size: 13px;
text-transform: uppercase;
font-weight: normal;
padding: 0 20px
}
.woocommerce div.product form.cart .group_table label {
font-weight: normal;
font-size: 15px;
color: #444;
margin: 0;
line-height: 50px
}
.woocommerce div.product p.stock {
display: none
}
.woocommerce div.product .woocommerce-tabs:after {
content: "";
display: block;
clear: both
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
margin: 0;
font-size: 0
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border-bottom: 1px solid #ddd
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin: 0;
padding: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 1px solid #ddd;
background-color: #eee;
-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
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
display: none
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
position: static;
content: "";
display: block;
width: 100%;
height: 1px;
background-color: transparent;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-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
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-family: 'Montserrat';
letter-spacing: .05em;
font-size: 13px;
text-transform: uppercase;
padding: 16px 25px;
line-height: 1.2;
font-weight: normal
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
background-color: #fff
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border-top-color: #00adff
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
background-color: #00adff
}
.woocommerce div.product .woocommerce-tabs ul.tabs li+li {
margin-left: -1px
}
.woocommerce div.product .woocommerce-tabs .panel {
margin: 0;
padding: 35px 25px;
border: 1px solid #ddd;
border-top: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.woocommerce #reviews h2 {
font-size: 14px;
font-weight: normal;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #eee
}
.woocommerce #reviews #comments ol.commentlist {
padding: 0;
margin: 0
}
.woocommerce #reviews #comments ol.commentlist li {
margin: 0;
padding-bottom: 30px;
border-bottom: 1px solid #eee
}
.woocommerce #reviews #comments ol.commentlist li+li {
margin-top: 30px
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
padding-bottom: 0;
border-bottom: none
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 100px;
height: 100px;
padding: 0;
margin: 0;
border: none;
position: static
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin: 0 0 0 120px;
padding: 0;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
position: relative
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
position: absolute;
top: 0;
right: 0
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
margin: 0
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
margin-bottom: 20px;
font-family: 'Montserrat';
letter-spacing: .05em;
line-height: 16px;
font-size: 0
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
vertical-align: middle
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong:after {
content: "";
display: inline-block;
vertical-align: middle;
height: 16px;
width: 1px;
background-color: #ddd;
margin: -2px 10px 0 10px
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
font-size: 12px;
color: #00adff;
vertical-align: middle
}
.woocommerce #reviews #comments {
border-bottom: 1px solid #eee;
padding-bottom: 30px
}
.woocommerce #review_form #respond {
margin-top: 40px
}
.woocommerce #review_form #respond h3.comment-reply-title {
margin-bottom: 35px
}
.woocommerce #review_form #respond .comment-form {
margin: 0
}
.woocommerce #review_form #respond .comment-form>p {
margin-bottom: 30px
}
.woocommerce #review_form #respond .comment-form p {
padding: 0
}
.woocommerce #review_form #respond .comment-form textarea {
height: 150px
}
.woocommerce #review_form #respond .comment-form p.form-submit {
margin: 0
}
.upsells,
.related,
.cross-sells {
margin-top: 60px
}
.upsells .owl-carousel .owl-controls .owl-nav .owl-prev,
.related .owl-carousel .owl-controls .owl-nav .owl-prev,
.cross-sells .owl-carousel .owl-controls .owl-nav .owl-prev,
.upsells .owl-carousel .owl-controls .owl-nav .owl-next,
.related .owl-carousel .owl-controls .owl-nav .owl-next,
.cross-sells .owl-carousel .owl-controls .owl-nav .owl-next {
position: absolute;
width: 44px;
height: 44px;
line-height: 42px;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.6);
color: rgba(0, 0, 0, 0.6);
font-size: 24px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
margin-top: -75px
}
.upsells .owl-carousel .owl-controls .owl-nav .owl-prev,
.related .owl-carousel .owl-controls .owl-nav .owl-prev,
.cross-sells .owl-carousel .owl-controls .owl-nav .owl-prev {
left: -64px
}
.upsells .owl-carousel .owl-controls .owl-nav .owl-next,
.related .owl-carousel .owl-controls .owl-nav .owl-next,
.cross-sells .owl-carousel .owl-controls .owl-nav .owl-next {
right: -64px
}
.upsells+.related {
margin-top: 0
}
#popup-product-quick-view-wrapper {
margin-bottom: 0
}
#popup-product-quick-view-wrapper .modal-body {
padding: 30px
}
#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;
background-color: #00adff;
-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
}
@media(min-width:1230px) {
#popup-product-quick-view-wrapper .single-product-image-wrap {
width: 45.94594595%
}
#popup-product-quick-view-wrapper .single-product-summary-wrap {
width: 54.05405405%
}
}
@media(max-width:767px) {
#popup-product-quick-view-wrapper .single-product-image-wrap {
margin-bottom: 40px
}
}
.woocommerce table.shop_table {
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin: 0
}
.woocommerce table.shop_table thead th {
font-family: 'Montserrat';
text-transform: uppercase;
letter-spacing: .05em;
line-height: 1.2;
font-size: 14px;
color: #444;
background-color: #f9f9f9;
font-weight: normal;
padding: 17px 5px
}
.woocommerce table.shop_table dl.variation {
text-transform: none;
margin: 0;
font-size: 12px
}
.woocommerce table.shop_table dl.variation dt {
font-weight: normal;
padding: 0 0 5px
}
.woocommerce table.shop_table dl.variation dd {
padding: 0 0 5px;
margin: 0
}
.woocommerce table.shop_table.cart {
min-width: 720px
}
.woocommerce table.shop_table.cart tbody td {
border-top: 1px solid #eee;
padding: 55px 5px;
font-family: 'Montserrat';
text-transform: uppercase;
letter-spacing: .05em;
line-height: 2.2;
font-size: 14px;
color: #444
}
.woocommerce table.shop_table.cart tbody tr:first-child td {
border-top: none
}
.woocommerce table.shop_table.cart .product-thumbnail {
width: 145px;
padding-left: 20px
}
.woocommerce table.shop_table.cart td.product-thumbnail {
padding-right: 25px
}
.woocommerce table.shop_table.cart td.product-thumbnail img {
width: 100%
}
.woocommerce table.shop_table.cart .product-price {
width: 150px
}
.woocommerce table.shop_table.cart .product-quantity {
width: 100px
}
.woocommerce table.shop_table.cart .product-subtotal {
width: 150px
}
.woocommerce table.shop_table.cart .product-remove {
width: 30px
}
.woocommerce .cart-actions {
padding: 55px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
text-align: right;
font-size: 0
}
.woocommerce .cart-actions .coupon {
float: left
}
.woocommerce .cart-actions .coupon .input-text {
min-width: 270px;
padding: 0 15px;
margin: 0 15px 0 0;
outline: 0;
text-align: center;
vertical-align: middle
}
.woocommerce .cart-actions a.checkout-button {
background-color: #0bf;
margin-left: 15px
}
.woocommerce .cart-actions a.checkout-button:hover {
background-color: #444
}
.cart-collaterals {
margin-bottom: 60px
}
.cart-collaterals h2 {
font-size: 18px;
letter-spacing: .05em;
line-height: 1.2;
font-weight: normal;
text-transform: uppercase;
color: #444;
margin-bottom: 25px
}
.woocommerce-shipping-calculator,
.cart_totals_inner {
margin-top: 55px
}
.woocommerce .cart-collaterals .cart_totals {
width: 100%;
float: left
}
.shipping-calculator-form {
display: block!important
}
.shipping-calculator-form p {
margin-bottom: 0;
margin-top: 30px
}
.woocommerce-cart .cart-collaterals .cart_totals table {
margin: 0;
border: none;
border-top: 1px solid #eee
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td,
.woocommerce-cart .cart-collaterals .cart_totals table tr th {
font-family: 'Montserrat';
font-size: 14px;
letter-spacing: .05em;
line-height: 1.2;
border: none;
padding: 0 0 30px 0;
font-weight: normal
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td {
text-align: right
}
.woocommerce-cart .cart-collaterals .cart_totals table tr th {
text-transform: uppercase
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal th,
.woocommerce-cart .cart-collaterals .cart_totals table tr.cart-subtotal td {
padding-top: 30px
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td {
border-top: 1px solid #eee;
padding-top: 30px;
padding-bottom: 30px;
font-size: 18px;
color: #00adff
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th strong,
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td 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 label {
font-weight: normal;
margin: 0
}
.woocommerce ul#shipping_method .amount {
font-weight: normal
}
p.return-to-shop {
margin-bottom: 80px!important
}
.woocommerce-cart .site-content-page {
margin-bottom: 40px
}
@media(max-width:1019px) {
.woocommerce table.shop_table.cart tbody td {
padding: 35px 5px
}
.woocommerce table.shop_table.cart .product-thumbnail {
width: 80px;
padding-left: 10px
}
.woocommerce table.shop_table.cart td.product-thumbnail {
padding: 35px 10px 35px 10px
}
.woocommerce table.shop_table.cart .product-price {
width: 120px
}
.woocommerce table.shop_table.cart .product-subtotal {
width: 120px
}
.woocommerce .cart-actions {
padding: 35px 0 5px 0;
text-align: left
}
.woocommerce .cart-actions a.button,
.woocommerce .cart-actions input.button {
width: 48%;
float: left;
margin-bottom: 30px;
padding-left: 15px;
padding-right: 15px
}
.woocommerce .cart-actions input[name="apply_coupon"],
.woocommerce .cart-actions a.checkout-button {
float: right;
margin-left: 0
}
.woocommerce .cart-actions .coupon .input-text {
width: 48%;
float: left;
margin-bottom: 30px;
min-width: 0
}
.woocommerce .cart-actions .coupon {
float: none
}
}
@media(min-width:769px) {
.woocommerce table.shop_table.cart th.product-name {
font-size: 0
}
}
@media(max-width:768px) {
.woocommerce table.shop_table.cart .product-name {
padding-left: 20px
}
}
@media(max-width:767px) {
.woocommerce-cart .table-responsive {
margin: 0;
border: none
}
.woocommerce table.shop_table.cart tbody td {
padding-top: 10px;
padding-bottom: 10px
}
}
@media(max-width:480px) {
.woocommerce .cart-actions a.button,
.woocommerce .cart-actions input.button {
width: 100%;
float: left
}
.woocommerce .cart-actions input[name="apply_coupon"],
.woocommerce .cart-actions a.checkout-button {
float: left
}
.woocommerce .cart-actions .coupon .input-text {
width: 100%
}
}
.checkout-before-form+.woocommerce-checkout {
border-top: 1px solid #eee;
padding-top: 50px
}
.checkout-message {
background: #f9f9f9;
border: 1px solid #ddd;
font-size: 14px;
letter-spacing: .05em;
font-weight: 600;
line-height: 1.5;
padding: 13.5px 20px
}
.checkout-message a {
font-family: 'Playfair Display';
font-style: italic;
font-weight: normal;
color: #00adff
}
.woocommerce .checkout-login form.login,
.woocommerce .checkout-coupon form.checkout_coupon {
border: none;
padding: 0;
margin: 30px 0 0 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.woocommerce .checkout-login form.login p {
margin-bottom: 30px
}
.woocommerce .checkout-login form.login p.lost_password {
margin-bottom: 0
}
.woocommerce .checkout-login form.login label {
display: none
}
.woocommerce .checkout-coupon form.checkout_coupon p {
margin: 0
}
.woocommerce .checkout-coupon form.checkout_coupon .form-row-first {
float: left;
padding-right: 205px;
width: 100%
}
.woocommerce .checkout-coupon form.checkout_coupon .form-row-last {
float: left;
width: auto;
position: absolute;
right: 15px
}
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3,
#order_review_heading {
font-family: 'Montserrat';
font-size: 14px;
text-transform: uppercase;
letter-spacing: .05em;
line-height: 1.5;
margin-bottom: 40px
}
#order_review_heading {
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px solid #eee
}
.select2-container .select2-choice {
font-family: 'Montserrat';
border: 1px solid #ddd;
padding: 16.5px 20px;
font-size: 13px;
line-height: 1.2;
letter-spacing: .1em;
color: #888;
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: 1px solid #ddd
}
#ship-to-different-address {
margin-bottom: 35px
}
#ship-to-different-address ._checkbox {
margin-bottom: 39px;
font-size: 14px;
font-style: italic;
letter-spacing: .05em;
text-transform: none
}
.create-account p {
margin-bottom: 30px
}
.woocommerce form .form-row.create-account ._checkbox {
font-size: 13px;
font-style: italic;
letter-spacing: .05em;
text-transform: none;
margin: 0;
line-height: 20px;
color: #444
}
.woocommerce table.order_details,
.woocommerce table.woocommerce-checkout-review-order-table {
border: 1px solid #eee
}
.woocommerce table.order_details thead th,
.woocommerce table.woocommerce-checkout-review-order-table thead th {
padding: 17px 20px
}
.woocommerce table.order_details tbody td,
.woocommerce table.woocommerce-checkout-review-order-table tbody td,
.woocommerce table.order_details tfoot td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce table.order_details tfoot th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
border: none;
padding: 10px 20px;
line-height: 2.2;
font-size: 14px;
color: #444;
font-weight: normal
}
.woocommerce table.order_details tbody td strong,
.woocommerce table.woocommerce-checkout-review-order-table tbody td strong,
.woocommerce table.order_details tfoot td strong,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td strong,
.woocommerce table.order_details tfoot th strong,
.woocommerce table.woocommerce-checkout-review-order-table tfoot th strong {
font-weight: normal
}
.woocommerce table.order_details .product-total,
.woocommerce table.woocommerce-checkout-review-order-table .product-total,
.woocommerce table.order_details tfoot td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
text-align: right
}
.woocommerce table.order_details tfoot tr:first-child td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child td,
.woocommerce table.order_details tfoot tr:first-child th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce table.order_details tfoot tr:last-child td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child td,
.woocommerce table.order_details tfoot tr:last-child th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child th {
border-top: 1px solid #eee
}
.woocommerce table.order_details tfoot tr:last-child td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child td,
.woocommerce table.order_details tfoot tr:last-child th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child th {
font-family: 'Montserrat';
font-size: 18px;
color: #00adff;
text-transform: uppercase
}
.woocommerce table.woocommerce-checkout-review-order-table {
margin-bottom: 80px
}
.woocommerce-checkout #payment {
background-color: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.woocommerce-checkout #payment ul.payment_methods {
border: 1px solid #ddd;
padding: 0 15px
}
.woocommerce-checkout #payment ul.payment_methods li {
padding: 25px 0
}
.woocommerce-checkout #payment ul.payment_methods li+li {
border-top: 1px solid #ddd
}
.woocommerce-checkout #payment ul.payment_methods ._radio>span {
text-transform: uppercase;
letter-spacing: .05em
}
.woocommerce-checkout #payment ul.payment_methods ._radio i.radio-button {
width: 16px;
height: 16px
}
.woocommerce-checkout #payment div.form-row {
padding: 55px 0 0 0;
margin: 0
}
.woocommerce #payment #place_order {
float: left;
width: auto;
margin: 0;
background-color: #0bf
}
.woocommerce #payment #place_order:hover {
background-color: #444
}
.woocommerce-checkout #payment div.payment_box {
font-size: 14px;
padding: 0;
margin: 10px 0 0 0;
background: transparent;
line-height: 2.2
}
.woocommerce-checkout #payment div.payment_box:before {
display: none
}
form.woocommerce-checkout {
margin-bottom: 100px
}
.woocommerce-order-received .woocommerce h2,
.woocommerce-account .woocommerce h2,
.woocommerce-order-received .woocommerce h3,
.woocommerce-account .woocommerce h3 {
font-family: 'Montserrat';
font-size: 14px;
font-weight: normal;
letter-spacing: .05em;
margin-bottom: 25px;
position: relative
}
.woocommerce-order-received .woocommerce h3,
.woocommerce-account .woocommerce h3 {
margin-bottom: 20px
}
.woocommerce-order-received .woocommerce header.title h3,
.woocommerce-account .woocommerce header.title h3,
.woocommerce-order-received .woocommerce h2,
.woocommerce-account .woocommerce h2 {
padding-bottom: 15px
}
.woocommerce-order-received .woocommerce header.title h3:after,
.woocommerce-account .woocommerce header.title h3:after,
.woocommerce-order-received .woocommerce h2:after,
.woocommerce-account .woocommerce h2:after {
content: "";
position: absolute;
bottom: 0;
display: block;
width: 45px;
border: 1px solid #00adff
}
.woocommerce-order-received .woocommerce header.title,
.woocommerce-account .woocommerce header.title,
.woocommerce-order-received .woocommerce h2,
.woocommerce-account .woocommerce h2 {
margin-top: 50px
}
.woocommerce-order-received .woocommerce address,
.woocommerce-account .woocommerce address {
line-height: 2
}
.woocommerce-order-received .site-content-page,
.woocommerce-account .site-content-page {
margin-bottom: 100px
}
.woocommerce-order-received .site-content-page p,
.woocommerce-account .site-content-page p {
margin-bottom: 0
}
.woocommerce .order_details {
padding: 0;
margin: 15px 0
}
.woocommerce .order_details li {
text-transform: none;
font-size: 12px
}
.woocommerce table.customer_details,
.woocommerce table.my_account_orders {
border: 1px solid #eee
}
.woocommerce table.customer_details thead th,
.woocommerce table.my_account_orders thead th {
padding: 17px 20px
}
.woocommerce table.customer_details tbody td,
.woocommerce table.my_account_orders tbody td,
.woocommerce table.customer_details tbody th,
.woocommerce table.my_account_orders tbody th {
font-weight: normal;
padding: 15px 20px;
border-top: 1px solid #eee
}
.woocommerce table.customer_details tbody td {
text-align: right
}
.woocommerce table.my_account_orders .order-actions .button {
min-width: 0;
padding: 10px 20px;
font-size: 12px
}
@media(max-width:768px) {
.woocommerce table.customer_details tr:nth-child(2n) td {
background-color: transparent
}
.woocommerce table.customer_details tbody th,
.woocommerce table.customer_details tbody td {
display: table-cell
}
.woocommerce table.customer_details tr {
display: table-row
}
}
@media(max-width:767px) {
.woocommerce .order_details li {
float: none;
font-size: 12px;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dashed #d3ced2;
border-right: none;
margin-right: 0;
padding-right: 0
}
}
.form-login-title {
text-align: center
}
.form-login-title h4 {
font-size: 21px;
line-height: 1.6;
letter-spacing: .05em;
margin-bottom: 10px
}
.form-login-title span {
font-size: 13px;
letter-spacing: .05em;
line-height: 1.2;
display: block;
margin-bottom: 20px
}
.form-login-title:after {
content: "";
display: block;
width: 50px;
height: 1px;
background-color: #444;
margin: auto
}
.woocommerce-account .customer_login_form_wrap form.login,
.woocommerce-account .customer_login_form_wrap form.register {
margin: 50px 0 0 0;
padding: 0;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
text-align: center
}
.woocommerce-account .customer_login_form_wrap .form-row label {
margin-bottom: 20px
}
.woocommerce-account .customer_login_form_wrap .form-row input.input-text {
text-align: center;
background-color: #fafafa;
max-width: 470px
}
.woocommerce-account .customer_login_form_wrap ._checkbox {
font-size: 13px;
letter-spacing: .05em
}
.woocommerce-account .customer_login_form_wrap input.button {
min-width: 300px
}
.woocommerce-account .customer_login_form_wrap input.button[name="register"] {
background-color: #0bf
}
.woocommerce-account .customer_login_form_wrap input.button[name="register"]:hover {
background-color: #444
}
.woocommerce-account .customer_login_form_wrap .lost_password a {
color: #0bf;
font-style: italic;
font-size: 13px;
text-decoration: underline
}
.woocommerce-account .customer_login_form_wrap .col-1:after {
content: "";
width: 1px;
height: 100%;
background-color: #eee;
position: absolute;
top: 0;
left: 50%;
display: block
}
@media(max-width:320px) {
.woocommerce-account .customer_login_form_wrap input.button {
min-width: 100%
}
}
@media(max-width:768px) {
.woocommerce-account .customer_login_form_wrap .col-1:after {
position: static;
width: 100%;
height: 1px;
margin: 50px 0
}
}
.track_order {
text-align: center;
margin-bottom: 70px
}
.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: 30px
}
.woocommerce form.track_order .form-row input.input-text {
text-align: center
}
.wishlist-title {
display: none
}
.woocommerce table.shop_table.cart.wishlist_table {
font-size: 100%
}
.woocommerce table.shop_table.cart.wishlist_table thead th {
border-top: none
}
.woocommerce table.shop_table.cart.wishlist_table th.product-name {
font-size: 14px
}
.woocommerce table.shop_table.cart.wishlist_table td.product-remove a.remove {
font-family: "megatron"!important;
font-style: normal!important;
font-weight: normal!important;
font-variant: normal!important;
text-transform: none!important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 0
}
.woocommerce table.shop_table.cart.wishlist_table td.product-remove a.remove:before {
content: "\e1b8";
font-size: 14px;
color: #444
}
.woocommerce table.shop_table.cart.wishlist_table td.product-remove a.remove:hover:before {
color: #00adff
}
.woocommerce table.shop_table.cart.wishlist_table .product-price,
.woocommerce table.shop_table.cart.wishlist_table .product-stock-stauts,
.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart {
text-align: center
}
.woocommerce table.shop_table.cart.wishlist_table .product-stock-stauts {
width: 150px
}
.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart {
width: 120px
}
.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart a {
font-family: 'Montserrat';
font-size: 13px;
line-height: 1.2;
letter-spacing: .05em;
color: #fff;
background-color: #00adff;
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 .product-add-to-cart a:hover {
background-color: #444
}
#yith-wcwl-form {
margin-bottom: 100px
}
.yith-wcwl-share {
margin-bottom: 0
}
@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: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
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
display: block;
text-align: center
}
.woocommerce div.product .woocommerce-tabs ul.tabs li+li {
margin-top: -1px;
margin-left: 0
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border-bottom-color: #ddd
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
display: block
}
.product-filter {
display: block;
float: none;
margin-bottom: 15px
}
.product-filter+.catalog-filter-inner {
float: none
}
#yith-wcwl-form {
overflow-x: scroll
}
}
@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
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
position: relative;
margin-bottom: 20px
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
float: none;
margin-bottom: 20px;
line-height: 2.2;
padding: 0
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
float: none
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
width: 100%;
float: left
}
}
@media(max-width:320px) {
#product-filter-wrap {
width: 300px
}
.woocommerce-account #customer_login .col-1,
.woocommerce-account #customer_login .col-2 {
padding: 50px 15px 30px 15px
}
}
.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_icon {
position: relative;
display: inline-block;
height: 36px;
line-height: 36px;
padding-right: 10px
}
.shopping-cart-wrapper .widget_shopping_cart_icon>i.micon {
cursor: pointer;
padding: 0;
vertical-align: middle;
width: 43px;
height: 43px;
line-height: 43px;
text-align: center;
font-size: 24px
}
.shopping-cart-wrapper .widget_shopping_cart_content {
display: block;
text-align: left;
font-family: 'Montserrat'
}
.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 .widget_shopping_cart_content .cart_list_wrapper {
display: block;
visibility: hidden;
opacity: 0;
position: absolute;
top: 100%;
right: 0;
left: auto;
z-index: 9998;
width: 384px;
background: #fff;
border: solid 1px #eee;
border-bottom: solid 2px #00adff!important;
padding: 0;
line-height: 2em;
color: #444;
-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 {
margin: 0 15px;
position: relative;
color: #222;
line-height: 48px;
border-bottom: solid 1px #eee;
border-top: solid 1px #eee;
font-size: 12px
}
.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: .2em
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty p {
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: .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: #00adff
}
.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: 14px
}
.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-weight: bold;
margin: 0;
line-height: inherit
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total strong {
font-weight: 400;
padding-right: 5px
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total>span.amount {
font-weight: 700;
float: right;
color: #00adff
}
.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: 14px;
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.checkout {
background-color: #0bf
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout:hover {
background-color: #444
}
.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_icon>i.micon+span.total {
position: absolute;
width: 18px;
height: 18px;
line-height: 18px;
background-color: #00adff;
color: #fff;
top: 3px;
right: 0;
text-align: center;
font-size: 11px;
padding-left: 1px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%
}
.shopping-cart-wrapper .cart-total-left {
float: left
}
.shopping-cart-wrapper .cart-total-left span {
vertical-align: middle
}
.shopping-cart-wrapper .cart-total-right {
float: right
}
.shopping-cart-wrapper ul.cart_list,
.shopping-cart-wrapper ul.product_list_widget {
position: relative;
margin: 0;
list-style: none;
padding: 15px 15px 0;
max-height: 293px
}
.shopping-cart-wrapper .cart-button-wrapper {
padding: 15px 15px 35px
}
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark {
background-color: #222;
border-color: #333;
color: #fff
}
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark li .cart-right>a,
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark .cart-total-left>a,
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark li .cart-right>a.mini-cart-remove {
color: #fff
}
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark li .cart-right>a:hover,
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark .cart-total-left>a:hover,
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark li .cart-right>a.mini-cart-remove:hover {
color: #00adff
}
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark li+li {
border-top-color: #333
}
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark .cart-total {
border-top-color: #333;
border-bottom-color: #333
}
@media screen and (min-width:860px) {
.shopping-cart-wrapper .cart_list_wrapper.large-size {
width: 743px
}
.shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget:after {
content: '';
display: block;
clear: both
}
.shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget li {
float: left;
width: 48%
}
.shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget li:nth-child(2n+2) {
float: right
}
.shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget li:nth-child(2) {
border-top: none
}
.shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer {
border-top: solid 1px #eee;
margin: 0 15px;
padding: 35px 0
}
.shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-total,
.shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-button-wrapper {
width: 48%;
float: right;
margin: 0;
border: none
}
.shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-button-wrapper {
float: left;
padding: 0
}
.shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-button-wrapper p.buttons {
padding: 0
}
.shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-total {
text-align: right;
width: 35%;
line-height: 41px
}
.cart_list_wrapper.sub-menu-dark.large-size .mini-cart-footer {
border-top-color: #333
}
}
@media screen and (max-width:480px) {
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
width: 320px
}
}
@media screen and (max-width:360px) {
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
width: 250px
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
width: 100%
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button+.button {
margin-left: 0;
margin-top: 15px
}
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
float: none;
width: 100%
}
.woocommerce-account .woocommerce-MyAccount-navigation {
margin-bottom: -1px
}
.woocommerce-account .woocommerce-MyAccount-content {
border: 1px solid #ddd;
padding: 14px 20px
}
.woocommerce-MyAccount-navigation ul {
padding: 0;
margin: 0;
list-style: none;
font-size: 0
}
.woocommerce-MyAccount-navigation li {
display: inline-block
}
.woocommerce-MyAccount-navigation li+li {
margin-left: -1px
}
.woocommerce-MyAccount-navigation a {
font-family: 'Montserrat';
font-size: 13px;
display: block;
text-transform: uppercase;
line-height: 1.2;
letter-spacing: .05em;
color: #444;
padding: 13px 20px;
border: 1px solid #ddd;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.woocommerce-MyAccount-navigation li.is-active a {
border-color: #00adff #ddd #fff #ddd;
border-top-width: 2px
}
.woocommerce-MyAccount-navigation li:hover a {
background-color: #f6f6f6
}
@media(max-width:767px) {
.woocommerce-MyAccount-navigation li {
display: block
}
.woocommerce-MyAccount-navigation li+li {
margin-left: 0;
margin-top: -1px
}
}
.heading {
letter-spacing: .05em
}
.heading h2 {
font-size: 32px;
margin-left: auto;
margin-right: auto
}
.heading span {
display: block;
font-size: 20px;
font-style: italic;
line-height: 1.2;
max-width: 1170px;
margin-left: auto;
margin-right: auto
}
.heading span i {
color: #00adff
}
.heading p {
max-width: 770px;
margin-left: auto;
margin-right: auto;
margin-top: 30px
}
.heading.text-center {
padding: 0 15px
}
.heading.text-left p,
.heading.text-left span,
.heading.text-left h2 {
margin-left: 0
}
.heading.text-left .line-single:before,
.heading.text-left .line-double:before {
left: 0;
right: inherit
}
.heading.text-left .line-single:after,
.heading.text-left .line-double:after {
left: 43px;
right: inherit
}
.heading.text-right p,
.heading.text-right span,
.heading.text-right h2 {
margin-right: 0
}
.heading.text-right .line-single:before,
.heading.text-right .line-double:before {
left: inherit;
right: 43px
}
.heading.text-right .line-single:after,
.heading.text-right .line-double:after {
left: inherit;
right: 0
}
.heading.color-light {
color: #fff
}
.heading.size-xs h2 {
font-size: 20px;
margin-bottom: 25px;
font-weight: normal
}
.heading.size-xs span {
max-width: 770px
}
.heading.size-sm h2 {
font-size: 24px;
margin-bottom: 12px;
font-weight: normal
}
.heading.size-md h2 {
font-size: 32px;
margin-bottom: 15px;
font-weight: normal
}
.heading.size-lg h2 {
font-size: 50px;
font-weight: bold;
margin-bottom: 30px
}
.heading.size-xlg h2 {
font-size: 80px;
font-weight: bold;
max-width: 1170px
}
.heading .line-double,
.heading .line-single {
padding-bottom: 40px;
position: relative
}
.heading .line-double:before,
.heading .line-single:before,
.heading .line-double:after,
.heading .line-single:after {
content: "";
display: block;
width: 43px;
position: absolute;
bottom: 5px;
margin: auto
}
.heading .line-double:before,
.heading .line-single:before {
left: 0;
right: 43px
}
.heading .line-double:after,
.heading .line-single:after {
left: 43px;
right: 0
}
.heading.text-left .line-double:before,
.heading.text-left .line-single:before,
.heading.text-right .line-single:before,
.heading.text-right .line-double:before,
.heading.text-left .line-double:after,
.heading.text-left .line-single:after,
.heading.text-right .line-single:after,
.heading.text-right .line-double:after {
bottom: 6px
}
.heading .line-double:before,
.heading .line-double:after {
height: 2px;
background-color: #000
}
.heading .line-double:before {
background-color: #444
}
.heading .line-double:after {
background-color: #00adff
}
.heading .line-single:before,
.heading .line-single:after {
height: 1px;
background-color: #000
}
.heading.size-xs span {
font-size: 14px;
line-height: 2.2
}
@media(max-width:600px) {
.heading.size-md h2,
.heading.size-lg h2,
.heading.size-xlg h2 {
font-size: 30px
}
.heading.size-md span,
.heading.size-lg span,
.heading.size-xlg span {
font-size: 16px
}
}
@media(min-width:601px) and (max-width:799px) {
.heading.size-lg h2 {
font-size: 32px
}
.heading.size-xlg h2 {
font-size: 40px
}
.heading.size-md span,
.heading.size-lg span,
.heading.size-xlg span {
font-size: 16px
}
}
@media(min-width:800px) and (max-width:991px) {
.heading.size-xlg h2 {
font-size: 54px
}
}
.icon-line-dash .iconbox:before {
content: " ";
display: block;
position: absolute;
top: 30px;
width: 1px;
height: auto;
border-left: 1px dashed #00adff;
left: 35px;
bottom: 0
}
.icon-line-dash .iconbox.default {
padding-top: 10px
}
.icon-line-dash .iconbox.default:before {
top: 53px;
left: 40px
}
.icon-line-dash .iconbox.icon-box-circle:before {
top: 70px
}
.icon-line-dash .iconbox:last-child:before {
display: none
}
@media(max-width:767px) {
.icon-line-dash .iconbox:before {
left: 45px
}
.icon-line-dash .iconbox.default:before {
left: 50px
}
}
.icon-border .owl-item {
min-height: 372px;
position: relative;
border: 1px solid #ddd;
border-right: none
}
.icon-border .owl-item:before {
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
right: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.05);
top: 0;
bottom: 0;
opacity: 0;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s
}
.icon-border .owl-item:hover:before {
opacity: 1
}
@media(min-width:1200px) {
.icon-border-right-bottom {
border-right: 1px solid;
border-bottom: 1px solid
}
.icon-border-right {
border-right: 1px solid
}
.icon-border-bottom {
border-bottom: 1px solid
}
.icon-border-right-bottom,
.icon-border-right,
.icon-border-bottom {
border-color: #ddd
}
.icon-border-right-bottom.border-dark,
.icon-border-right.border-dark,
.icon-border-bottom.border-dark {
border-color: #333
}
.icon-border-right-bottom.border-light,
.icon-border-right.border-light,
.icon-border-bottom.border-light {
border-color: #eee
}
}
blockquote {
border: none;
padding: 40px 20px;
margin: 0
}
blockquote p {
font-size: 18px;
line-height: 1.6;
font-style: italic;
position: relative;
overflow: hidden
}
blockquote:before {
content: "\275e";
font-family: "vc_entypo";
font-style: normal;
font-weight: normal;
font-size: 45px;
margin-right: 15px;
float: left;
margin-top: -25px;
color: #00adff
}
.blockquote-primary blockquote:before {
color: #00adff
}
.blockquote-secondary blockquote:before {
color: #0bf
}
.blockquote-gray blockquote:before {
color: #444
}
.hightlight-primary {
background-color: #00adff;
color: #fff;
padding: 4px
}
.hightlight-secondary {
background-color: #0bf;
color: #fff;
padding: 4px
}
.hightlight-light {
background-color: #eee;
padding: 4px
}
.dropcap p {
line-height: 2.2
}
.dropcap .first-letter {
border: 1px solid;
font-size: 38px;
display: inline-block;
font-family: 'Montserrat';
width: 56px;
height: 56px;
float: left;
line-height: 56px;
margin-right: 15px;
text-align: center
}
.dropcap.dropcap-primary .first-letter {
color: #00adff;
background-color: #00adff;
border-color: #00adff
}
.dropcap.dropcap-secondary .first-letter {
color: #0bf;
background-color: #0bf;
border-color: #0bf
}
.dropcap.dropcap-transparent .first-letter {
color: #444!important;
background-color: transparent;
border-color: #444;
font-family: inherit;
font-weight: bold
}
.dropcap.dropcap-none .first-letter {
font-size: 55px;
border-color: transparent;
background-color: transparent;
padding-right: 0
}
.dropcap.dropcap-circle .first-letter {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 1px solid;
color: #fff
}
.dropcap.dropcap-square .first-letter {
border: 1px solid;
color: #fff
}
.m-button {
display: inline-block;
font-size: 13px;
line-height: 1.2;
letter-spacing: .1em;
text-align: center;
text-transform: uppercase;
padding: 16.5px 30px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.m-button img {
height: 14px;
width: 14px
}
.m-button-xs {
padding: 16.5px 30px
}
.m-button-xs.m-button-bordered-2 {
padding: 15.5px 28px
}
.m-button-sm {
padding: 19px 39px
}
.m-button-sm.m-button-bordered-2 {
padding: 18px 37px
}
.m-button-md {
font-size: 14px;
padding: 21px 48px
}
.m-button-md.m-button-bordered-2 {
padding: 20px 46px
}
.m-button-lg {
font-size: 16px;
padding: 19.5px 57px
}
.m-button-lg.m-button-bordered-2 {
padding: 18.5px 55px
}
.m-button-xlg {
font-size: 18px;
padding: 21px 57px
}
.m-button-xlg.m-button-bordered-2 {
padding: 20px 55px
}
.m-button-primary {
background-color: #00adff;
color: #00adff
}
.m-button-secondary {
background-color: #0bf;
color: #0bf
}
.m-button-gray {
background-color: #444;
color: #444
}
.m-button-black {
background-color: #000;
color: #000
}
.m-button-light {
border-color: #fff;
background-color: #fff;
color: #fff
}
.m-button-light.m-button-bg,
.m-button-light.m-button-3d {
color: #000;
border-color: #fff
}
.m-button-bordered {
border: 1px solid;
background-color: transparent
}
.m-button-bordered-2 {
border: 2px solid;
background-color: transparent
}
.m-button-bg {
border: 1px solid;
color: #fff
}
.m-button-3d {
border: 1px solid;
border-top: none;
color: #2b8990;
border-bottom: 2px solid rgba(0, 0, 0, 0.2)!important
}
.m-button-primary {
border-color: #00adff
}
.m-button-secondary {
border-color: #0bf
}
.m-button-gray {
border-color: #444
}
.m-button-black {
border-color: #000
}
.m-button-primary:focus,
.m-button-primary:active {
color: #00adff
}
.m-button-secondary:focus,
.m-button-secondary:active {
color: #0bf
}
.m-button-gray:focus,
.m-button-gray:active {
color: #444
}
.m-button-black:focus,
.m-button-black:active {
color: #000
}
.m-button-bg:focus,
.m-button-bg:active,
.m-button-3d:focus,
.m-button-3d:active {
color: #fff
}
.m-button-light:focus,
.m-button-light:active {
color: #fff;
border-color: #fff
}
.m-button-light:focus.m-button-bg,
.m-button-light:active.m-button-bg,
.m-button-light:focus.m-button-3d,
.m-button-light:active.m-button-3d {
color: #000
}
.m-button-primary:hover {
background-color: #00adff
}
.m-button-primary:hover.m-button-bg,
.m-button-primary:hover.m-button-3d {
background-color: #444;
border-color: #444
}
.m-button-secondary:hover {
background-color: #0bf
}
.m-button-secondary:hover.m-button-bg,
.m-button-secondary:hover.m-button-3d {
background-color: #444;
border-color: #444
}
.m-button-gray:hover {
background-color: #444
}
.m-button-gray:hover.m-button-bg,
.m-button-gray:hover.m-button-3d {
background-color: #00adff;
border-color: #00adff
}
.m-button-black:hover {
background-color: #000
}
.m-button-black:hover.m-button-bg,
.m-button-black:hover.m-button-3d {
background-color: #0bf;
border-color: #0bf
}
.m-button-bordered:hover {
color: #fff
}
.m-button-bordered-2:hover {
color: #fff
}
.m-button-bg:hover,
.m-button-3d:hover {
color: #fff
}
.m-button-light:hover {
background-color: #fff;
color: #444;
border-color: #fff
}
.m-button-light:hover.m-button-3d,
.m-button-light:hover.m-button-bg {
color: #444
}
.m-button.i-left {
position: relative
}
.m-button.i-left.m-button-sm,
.m-button.i-left.m-button-xs {
padding-left: 45px
}
.m-button.i-left img,
.m-button.i-left i {
position: absolute;
left: 25px;
line-height: 1.2
}
.m-button.i-right {
position: relative
}
.m-button.i-right.m-button-sm,
.m-button.i-right.m-button-xs {
padding-right: 45px
}
.m-button.i-right img,
.m-button.i-right i {
position: absolute;
right: 25px;
line-height: 1.2
}
.vc_chart .vc_chart-legend span {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin: .5em 1.5em .5em .9em;
width: 1.8em;
height: 1.8em
}
.owl-g5plus-shortcode .owl-controls {
height: 0
}
.owl-g5plus-shortcode .owl-controls .owl-nav div {
position: absolute;
width: 44px;
height: 44px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #aaa;
top: 50%;
margin-top: -22px;
opacity: 0;
-webkit-transition: left .5s ease-in .5s, right .5s ease-in .5s, opacity .5s ease-in .5s;
-moz-transition: left .5s ease-in .5s, right .5s ease-in .5s, opacity .5s ease-in .5s;
-o-transition: left .5s ease-in .5s, right .5s ease-in .5s, opacity .5s ease-in .5s;
transition: left .5s ease-in .5s, right .5s ease-in .5s, opacity .5s ease-in .5s;
line-height: 44px;
text-align: center;
margin-right: -50px;
margin-left: -50px
}
.owl-g5plus-shortcode .owl-controls .owl-nav div i {
color: #AAA;
font-size: 20px;
font-weight: bold
}
.owl-g5plus-shortcode .owl-controls .owl-nav div:hover {
background-color: #00adff;
border-color: #00adff
}
.owl-g5plus-shortcode .owl-controls .owl-nav div:hover i {
color: #FFF
}
.owl-g5plus-shortcode .owl-controls .owl-nav .owl-prev {
left: 0
}
.owl-g5plus-shortcode .owl-controls .owl-nav .owl-next {
right: 0
}
.owl-g5plus-shortcode .owl-controls .owl-dots {
text-align: center;
padding-top: 10px
}
.owl-g5plus-shortcode .owl-controls .owl-dots .owl-dot {
display: inline-block
}
.owl-g5plus-shortcode .owl-controls .owl-dots .owl-dot span {
width: 10px;
height: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin: 5px;
display: block;
border: 1px solid #888;
background-color: transparent
}
.owl-g5plus-shortcode .owl-controls .owl-dots .owl-dot.active span {
background-color: #888
}
.owl-g5plus-shortcode:hover .owl-controls .owl-nav .owl-prev {
left: 0;
opacity: 1
}
.owl-g5plus-shortcode:hover .owl-controls .owl-nav .owl-next {
right: 0;
opacity: 1
}
.container .owl-g5plus-shortcode:hover .owl-controls .owl-nav .owl-prev {
left: -104px
}
.container .owl-g5plus-shortcode:hover .owl-controls .owl-nav .owl-next {
right: -104px
}
.color-light .owl-g5plus-shortcode .owl-controls .owl-nav div {
border: 2px solid #fff
}
.color-light .owl-g5plus-shortcode .owl-controls .owl-nav div i {
color: #fff
}
.color-light .owl-g5plus-shortcode .owl-controls .owl-nav div:hover {
background-color: #00adff;
border-color: #00adff
}
.color-light .owl-g5plus-shortcode .owl-controls .owl-nav div:hover i {
color: #FFF
}
@media(max-width:1380px) {
.container .owl-g5plus-shortcode:hover .owl-controls .owl-nav .owl-prev {
left: -50px
}
.container .owl-g5plus-shortcode:hover .owl-controls .owl-nav .owl-next {
right: -50px
}
}
@media(max-width:1269px) {
.container .owl-g5plus-shortcode:hover .owl-controls .owl-nav .owl-prev {
left: -20px
}
.container .owl-g5plus-shortcode:hover .owl-controls .owl-nav .owl-next {
right: -20px
}
}
@media(max-width:1000px) {
.container .owl-g5plus-shortcode:hover .owl-controls .owl-nav .owl-prev {
left: -10px
}
.container .owl-g5plus-shortcode:hover .owl-controls .owl-nav .owl-next {
right: -10px
}
}
@media(max-width:800px) {
.container .owl-g5plus-shortcode:hover .owl-controls .owl-nav .owl-prev {
left: 0
}
.container .owl-g5plus-shortcode:hover .owl-controls .owl-nav .owl-next {
right: 0
}
}
.vc_color-m-info.vc_message_box {
color: #59A3C1;
border-color: #A0D1E1;
background-color: #B6ECFF
}
.vc_color-m-info.vc_message_box .vc_message_box-icon {
color: #59A3C1
}
.vc_color-m-info.vc_message_box-solid {
color: #59A3C1;
border-color: transparent;
background-color: #B6ECFF
}
.vc_color-m-info.vc_message_box-solid .vc_message_box-icon {
color: #59A3C1
}
.vc_color-m-info.vc_message_box-outline,
.vc_color-m-info.vc_message_box-solid-icon {
color: #59A3C1;
border-color: #A0D1E1;
background-color: transparent
}
.vc_color-m-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-m-info.vc_message_box-solid-icon .vc_message_box-icon {
color: #59A3C1
}
.vc_color-m-info.vc_message_box-solid-icon .vc_message_box-icon {
color: #59A3C1;
background-color: #B6ECFF
}
.vc_color-m-info.vc_message_box-3d {
box-shadow: 0 5px 0 #59a3c1
}
.vc_color-m-warning.vc_message_box {
color: #FF7F00;
border-color: #FC9;
background-color: #FFF6B7
}
.vc_color-m-warning.vc_message_box .vc_message_box-icon {
color: #FF7F00
}
.vc_color-m-warning.vc_message_box-solid {
color: #FF7F00;
border-color: transparent;
background-color: #FFF6B7
}
.vc_color-m-warning.vc_message_box-solid .vc_message_box-icon {
color: #FF7F00
}
.vc_color-m-warning.vc_message_box-outline,
.vc_color-m-warning.vc_message_box-solid-icon {
color: #FF7F00;
border-color: #FC9;
background-color: transparent
}
.vc_color-m-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-m-warning.vc_message_box-solid-icon .vc_message_box-icon {
color: #FF7F00
}
.vc_color-m-warning.vc_message_box-solid-icon .vc_message_box-icon {
color: #FF7F00;
background-color: #FFF6B7
}
.vc_color-m-warning.vc_message_box-3d {
box-shadow: 0 5px 0 #ff7f00
}
.vc_color-m-success.vc_message_box {
color: #468C00;
border-color: #80FF01;
background-color: #BCFCA2
}
.vc_color-m-success.vc_message_box .vc_message_box-icon {
color: #468C00
}
.vc_color-m-success.vc_message_box-solid {
color: #468C00;
border-color: transparent;
background-color: #BCFCA2
}
.vc_color-m-success.vc_message_box-solid .vc_message_box-icon {
color: #468C00
}
.vc_color-m-success.vc_message_box-outline,
.vc_color-m-success.vc_message_box-solid-icon {
color: #468C00;
border-color: #80FF01;
background-color: transparent
}
.vc_color-m-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-m-success.vc_message_box-solid-icon .vc_message_box-icon {
color: #468C00
}
.vc_color-m-success.vc_message_box-solid-icon .vc_message_box-icon {
color: #468C00;
background-color: #BCFCA2
}
.vc_color-m-success.vc_message_box-3d {
box-shadow: 0 5px 0 #468c00
}
.vc_color-m-danger.vc_message_box {
color: #F53;
border-color: #DFB6AD;
background-color: #FFCEC5
}
.vc_color-m-danger.vc_message_box .vc_message_box-icon {
color: #F53
}
.vc_color-m-danger.vc_message_box-solid {
color: #F53;
border-color: transparent;
background-color: #FFCEC5
}
.vc_color-m-danger.vc_message_box-solid .vc_message_box-icon {
color: #F53
}
.vc_color-m-danger.vc_message_box-outline,
.vc_color-m-danger.vc_message_box-solid-icon {
color: #F53;
border-color: #DFB6AD;
background-color: transparent
}
.vc_color-m-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-m-danger.vc_message_box-solid-icon .vc_message_box-icon {
color: #F53
}
.vc_color-m-danger.vc_message_box-solid-icon .vc_message_box-icon {
color: #F53;
background-color: #FFCEC5
}
.vc_color-m-danger.vc_message_box-3d {
box-shadow: 0 5px 0 #f53
}
.vc_color-m-notice.vc_message_box {
color: #444;
border-color: #DDD;
background-color: #EFF5F7
}
.vc_color-m-notice.vc_message_box .vc_message_box-icon {
color: #444
}
.vc_color-m-notice.vc_message_box-solid {
color: #444;
border-color: transparent;
background-color: #EFF5F7
}
.vc_color-m-notice.vc_message_box-solid .vc_message_box-icon {
color: #444
}
.vc_color-m-notice.vc_message_box-outline,
.vc_color-m-notice.vc_message_box-solid-icon {
color: #444;
border-color: #DDD;
background-color: transparent
}
.vc_color-m-notice.vc_message_box-outline .vc_message_box-icon,
.vc_color-m-notice.vc_message_box-solid-icon .vc_message_box-icon {
color: #444
}
.vc_color-m-notice.vc_message_box-solid-icon .vc_message_box-icon {
color: #444;
background-color: #EFF5F7
}
.vc_color-m-notice.vc_message_box-3d {
box-shadow: 0 5px 0 #444
}
.vc_message_box.icon_small {
padding: 4px 15px 4px 47px
}
.vc_message_box.icon_small .vc_message_box-icon {
font-size: 10px;
width: 49px
}
.vc_message_box.icon_small p {
font-size: 13px;
font-weight: 600
}
.vc_message_box.icon_large {
padding: 15px 15px 15px 105px
}
.vc_message_box.icon_large .vc_message_box-icon {
font-size: 22px;
width: 109px
}
.vc_message_box.icon_large h6 {
font-size: 14px;
margin-bottom: 5px
}
.vc_tta-style-tour_style1 .vc_tta-tab.vc_active {
background-color: #00adff;
color: #fff
}
.vc_tta-style-tour_style1.vc_tta.vc_general .vc_tta-panel-body {
padding: 0
}
.vc_tta-style-tour_style1 .vc_tta-tab,
.vc_tta-style-tour_style1 .vc_tta-panel-heading {
background-color: #EEE
}
.vc_tta-style-tour_style1 .vc_active .vc_tta-panel-heading {
background-color: #00adff;
color: #fff
}
.vc_tta-style-tour_style1 .vc_tta-tab>a,
.vc_tta-style-tour_style1 .vc_tta-panel-title>a {
font-family: 'Montserrat';
font-size: 12px;
padding: 13px
}
.vc_tta-style-tab_style1 .vc_tta-title-text {
font-size: 13px;
line-height: 1.2;
letter-spacing: .05em
}
.vc_tta-style-tab_style1 .vc_tta-tab,
.vc_tta-style-tab_style1 .vc_tta-panel-heading {
border: 1px solid #ddd;
background-color: #fff
}
.vc_tta-style-tab_style1 .vc_tta-tab a,
.vc_tta-style-tab_style1 .vc_tta-panel-heading a {
padding: 10px 20px!important
}
.vc_tta-style-tab_style1 .vc_tta-tab .vc_tta-icon,
.vc_tta-style-tab_style1 .vc_tta-panel-heading .vc_tta-icon {
font-size: 20px;
vertical-align: middle;
display: inline-block
}
.vc_tta-style-tab_style1 .vc_tta-tab:hover,
.vc_tta-style-tab_style1 .vc_tta-panel-heading:hover {
background-color: #EEE
}
.vc_tta-style-tab_style1 .vc_tta-tab.vc_active {
background-color: #fff;
border-color: #00adff #ddd #fff #ddd;
position: relative
}
.vc_tta-style-tab_style1 .vc_tta-tab.vc_active:before {
content: '';
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
border-top: 1px solid #00adff
}
.vc_tta-style-tab_style1 .vc_tta-panel-heading {
border-bottom: 1px solid #ddd!important
}
.vc_tta-style-tab_style1 .vc_active .vc_tta-panel-heading {
border-top-color: #00adff;
border-top-width: 2px
}
.vc_tta-style-tab_style1 .vc_tta-panels-container {
border: 1px solid #ddd;
background-color: #fff
}
.vc_tta-style-tab_style1 .vc_tta-tabs-container {
margin-bottom: -1px!important
}
.vc_tta-style-tab_style1 .vc_tta-tab+.vc_tta-tab {
margin-left: -1px
}
.vc_tta-style-accordion_style1.vc_tta.vc_general .vc_tta-panel-heading,
.vc_tta-style-accordion_style2.vc_tta.vc_general .vc_tta-panel-heading,
.vc_tta-style-accordion_style3.vc_tta.vc_general .vc_tta-panel-heading,
.vc_tta-style-accordion_style4.vc_tta.vc_general .vc_tta-panel-heading {
border: 1px solid #ddd
}
.vc_tta-style-accordion_style1.vc_tta.vc_general .vc_tta-panel-body,
.vc_tta-style-accordion_style2.vc_tta.vc_general .vc_tta-panel-body,
.vc_tta-style-accordion_style3.vc_tta.vc_general .vc_tta-panel-body,
.vc_tta-style-accordion_style4.vc_tta.vc_general .vc_tta-panel-body {
border: 1px solid #ddd;
margin-top: -1px
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-left,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-left,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-left,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-left {
position: relative
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
left: 23px
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title>a,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title>a,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title>a,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
padding-left: 80px
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-left:after {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
bottom: 0;
z-index: 0;
width: 60px
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-right,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-right,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-right,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-right {
position: relative
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
right: 23px
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-right.vc_tta-panel-title>a,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-right.vc_tta-panel-title>a,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-right.vc_tta-panel-title>a,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
padding-right: 70px
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-right:after,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-right:after,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-right:after,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-right:after {
content: '';
display: block;
position: absolute;
right: 0;
top: 0;
bottom: 0;
z-index: 0;
width: 60px
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
-webkit-transform: rotate(-45deg) translate(-25%, -25%);
-moz-transform: rotate(-45deg) translate(-25%, -25%);
-o-transform: rotate(-45deg) translate(-25%, -25%);
-ms-transform: rotate(-45deg) translate(-25%, -25%);
transform: rotate(-45deg) translate(-25%, -25%)
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon {
z-index: 1;
width: 14px;
height: 14px
}
.vc_tta-style-accordion_style1 .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style2 .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style3 .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style4 .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
-webkit-transform: rotate(45deg) translate(-25%, -25%);
-moz-transform: rotate(45deg) translate(-25%, -25%);
-o-transform: rotate(45deg) translate(-25%, -25%);
-ms-transform: rotate(45deg) translate(-25%, -25%);
transform: rotate(45deg) translate(-25%, -25%)
}
.vc_tta-style-accordion_style1.vc_tta.vc_general .vc_tta-panel-title>a,
.vc_tta-style-accordion_style2.vc_tta.vc_general .vc_tta-panel-title>a,
.vc_tta-style-accordion_style3.vc_tta.vc_general .vc_tta-panel-title>a,
.vc_tta-style-accordion_style4.vc_tta.vc_general .vc_tta-panel-title>a {
font-size: 14px;
font-family: 'Montserrat';
text-transform: uppercase;
padding-top: 23px;
padding-bottom: 23px
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
border-width: 0 1px 1px 0
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon {
color: #444
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-right:after {
background-color: #EEE
}
.vc_tta-style-accordion_style1 .vc_active .vc_tta-controls-icon {
color: #fff
}
.vc_tta-style-accordion_style1 .vc_active .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style1 .vc_active .vc_tta-controls-icon-position-right:after {
background-color: #444
}
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon {
color: #fff
}
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-right:after {
background-color: #444
}
.vc_tta-style-accordion_style2 .vc_active .vc_tta-controls-icon {
color: #444
}
.vc_tta-style-accordion_style2 .vc_active .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style2 .vc_active .vc_tta-controls-icon-position-right:after {
background-color: #EEE
}
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title>a,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
padding-left: 60px
}
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-right.vc_tta-panel-title>a,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
padding-right: 60px
}
.vc_tta-style-accordion_style4 .vc_active .vc_tta-panel-heading {
background-color: #444
}
.vc_tta-style-accordion_style4 .vc_active .vc_tta-panel-heading .vc_tta-panel-title>a {
color: #fff
}
.vc_tta-style-accordion_style1 .vc_tta-panel-heading,
.vc_tta-style-accordion_style2 .vc_tta-panel-heading,
.vc_tta-style-accordion_style3 .vc_tta-panel-heading,
.vc_tta-style-accordion_style4 .vc_tta-panel-heading {
margin: 0!important
}
.vc_tta-style-accordion_style1.vc_tta-gap-1 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-1 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-1 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-1 .vc_tta-panel+.vc_tta-panel {
padding-top: 1px
}
.vc_tta-style-accordion_style1.vc_tta-gap-2 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-2 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-2 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-2 .vc_tta-panel+.vc_tta-panel {
padding-top: 2px
}
.vc_tta-style-accordion_style1.vc_tta-gap-3 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-3 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-3 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-3 .vc_tta-panel+.vc_tta-panel {
padding-top: 3px
}
.vc_tta-style-accordion_style1.vc_tta-gap-4 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-4 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-4 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-4 .vc_tta-panel+.vc_tta-panel {
padding-top: 4px
}
.vc_tta-style-accordion_style1.vc_tta-gap-5 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-5 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-5 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-5 .vc_tta-panel+.vc_tta-panel {
padding-top: 5px
}
.vc_tta-style-accordion_style1.vc_tta-gap-10 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-10 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-10 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-10 .vc_tta-panel+.vc_tta-panel {
padding-top: 10px
}
.vc_tta-style-accordion_style1.vc_tta-gap-15 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-15 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-15 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-15 .vc_tta-panel+.vc_tta-panel {
padding-top: 15px
}
.vc_tta-style-accordion_style1.vc_tta-gap-20 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-20 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-20 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-20 .vc_tta-panel+.vc_tta-panel {
padding-top: 20px
}
.vc_tta-style-accordion_style1.vc_tta-gap-25 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-25 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-25 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-25 .vc_tta-panel+.vc_tta-panel {
padding-top: 25px
}
.vc_tta-style-accordion_style1.vc_tta-gap-30 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-30 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-30 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-30 .vc_tta-panel+.vc_tta-panel {
padding-top: 30px
}
.vc_tta-style-accordion_style1.vc_tta-gap-35 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style2.vc_tta-gap-35 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style3.vc_tta-gap-35 .vc_tta-panel+.vc_tta-panel,
.vc_tta-style-accordion_style4.vc_tta-gap-35 .vc_tta-panel+.vc_tta-panel {
padding-top: 35px
}
.dark .vc_tta-style-accordion_style4 .vc_active .vc_tta-panel-heading {
background-color: transparent
}
.dark .vc_tta-style-accordion_style4 .vc_tta-controls-icon {
color: #00adff!important
}
.megatron_image_gallery1 .wpb_image_grid .wpb_image_grid_ul {
margin-left: -15px;
margin-right: -15px
}
.megatron_image_gallery1 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
padding: 15px
}
.max-width-center {
max-width: 1920px;
margin: auto
}
.megatron_image_gallery1 .wpb_image_grid .wpb_image_grid_ul .isotope-item,
.megatron_image_gallery2 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
margin: 0
}
.megatron_image_gallery1 .wpb_image_grid .wpb_image_grid_ul .isotope-item a,
.megatron_image_gallery2 .wpb_image_grid .wpb_image_grid_ul .isotope-item a {
position: relative
}
.megatron_image_gallery1 .wpb_image_grid .wpb_image_grid_ul .isotope-item a:before,
.megatron_image_gallery2 .wpb_image_grid .wpb_image_grid_ul .isotope-item a:before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.7);
opacity: 0;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s
}
.megatron_image_gallery1 .wpb_image_grid .wpb_image_grid_ul .isotope-item a:after,
.megatron_image_gallery2 .wpb_image_grid .wpb_image_grid_ul .isotope-item a:after {
content: "\e161";
font-family: "megatron";
display: block;
font-size: 20px;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
color: #fff;
line-height: 1;
height: 0;
text-align: center;
opacity: 0
}
.megatron_image_gallery1 .wpb_image_grid .wpb_image_grid_ul .isotope-item:hover a:before,
.megatron_image_gallery2 .wpb_image_grid .wpb_image_grid_ul .isotope-item:hover a:before {
opacity: 1
}
.megatron_image_gallery1 .wpb_image_grid .wpb_image_grid_ul .isotope-item:hover a:after,
.megatron_image_gallery2 .wpb_image_grid .wpb_image_grid_ul .isotope-item:hover a:after {
opacity: .5
}
.row-boxed-left {
max-width: 570px;
float: right
}
.row-boxed-right {
float: left;
max-width: 570px
}
@media(max-width:1199px) {
.row-boxed-left {
padding-left: 15px
}
.row-boxed-right {
padding-right: 15px
}
}
@media(max-width:991px) {
.row-boxed-left {
max-width: initial!important;
padding-right: 15px
}
.row-boxed-right {
max-width: initial!important;
padding-left: 15px
}
}
.vc_chart .vc_chart-with-legend {
width: 50%
}
.vc_chart .vc_chart-legend {
width: 50%
}
.client-img img {
opacity: .8
}
.client-img img:hover {
opacity: 1
}
.contact-us .wpcf7-text,
.contact-us .wpcf7-textarea {
width: 100%;
background-color: transparent
}
.contact-us [class*="col"] {
margin-bottom: 30px
}
.contact-us .wpcf7-textarea {
margin-bottom: 43px
}
@media screen and (min-width:992px) {
.contact-us-padding .vc_column-inner>.wpb_wrapper {
padding-left: 80px;
padding-right: 80px
}
}
@media screen and (max-width:991px) {
.contact-us-padding .vc_column-inner>.wpb_wrapper {
padding-left: 15px;
padding-right: 15px
}
}
.bg-cover-bottom {
background-size: cover!important;
background-position: bottom center!important
}
.bg-top-right {
background-position: top right!important;
background-repeat: no-repeat!important;
background-size: auto!important
}
.bg-contain {
background-size: contain!important;
background-repeat: repeat-x!important
}
.megatron-map-info ul {
list-style-type: none;
padding-left: 0
}
.megatron-map-info ul li {
padding-left: 30px;
position: relative;
font-family: 'Montserrat';
font-size: 12px;
line-height: 3
}
.megatron-map-info ul li i {
position: absolute;
left: 0;
top: 12px;
font-size: 15px
}
.gradient-shadow {
position: relative;
background-size: cover;
background-position: center
}
.gradient-shadow:before {
content: '';
display: block;
position: absolute;
left: -10px;
bottom: -10px;
top: 10px;
right: 10px;
z-index: -1
}
.max-width-demo {
max-width: 1832px;
margin-left: auto;
margin-right: auto
}
.max-width-landing-wo {
max-width: 686px;
float: right
}
@media screen and (max-width:1199px) {
.max-width-landing-wo {
max-width: 100%;
float: none
}
}
@media screen and (min-width:992px) {
.half-container .wpb_wrapper {
max-width: 570px;
float: right
}
.box-content-570 .wpb_wrapper {
max-width: 570px;
margin-left: 60px
}
.padding-left-landing-wo {
padding-left: 75px
}
}
@media screen and (max-width:991px) {
.box-content-570 .wpb_wrapper {
padding: 0 15px
}
.padding-left-landing-wo {
padding-left: 30px
}
}
.ninja-forms-cont .ninja-forms-form-wrap input[type='text'],
.ninja-forms-cont .ninja-forms-form-wrap select {
height: 50px;
width: 460px
}
.ninja-forms-cont .label-left label {
width: 20%;
float: left
}
.ninja-forms-cont .form-text-full {
width: 80%!important;
display: block
}
.ninja-forms-cont .field-wrap.label-left .ninja-forms-field,
.ninja-forms-cont .field-wrap.label-left .ninja-forms-star-rating-control {
margin-left: 0
}
.ninja-forms-cont .list-radio-wrap.label-above ul li,
.ninja-forms-cont .list-radio-wrap.label-below ul li,
.ninja-forms-cont .list-checkbox-wrap.label-above ul li,
.ninja-forms-cont .list-checkbox-wrap.label-below ul li {
padding: 0
}
.ninja-forms-cont label {
font-family: 'Montserrat';
font-size: 14px;
font-weight: 400!important;
letter-spacing: .03em
}
.ninja-forms-cont .form-activity-wrap>label,
.ninja-forms-cont .form-clinic-wrap>label,
.ninja-forms-cont .nf-desc {
color: #00adff;
font-size: 16px;
padding-bottom: 22px
}
@media screen and (max-width:767px) {
.ninja-forms-cont .ninja-forms-form-wrap input[type='text'],
.ninja-forms-cont .ninja-forms-form-wrap select {
width: 100%
}
.ninja-forms-cont .label-left label {
width: 100%
}
.ninja-forms-cont .form-text-full {
width: 100%!important
}
.padding-left-landing-wo {
padding-left: 15px
}
}
.list.p-color-bg .list-item i,
.list.p-color-bg .list-item .list-before-title,
.iconbox i,
.iconbox.icon-box-circle:hover .icon-box-shape a i,
.p-color,
.p-color-hover:hover,
.counter i,
ul.breadcrumbs li+li:before,
h3.entry-post-title a:hover,
.vertical-progress-bar.vc_progress-bar-color-primary-color .vc_label_units,
.pie_icon i,
#wp-calendar tbody a,
.portfolio-navigation-wrap .portfolio-archive a:hover,
.feature .feature-thumb:hover i {
color: #00adff
}
.list.p-color-bg.style5 .list-before-title,
.social-icon i,
.social-icon .social-icon-item,
.social-icon .social-icon-img,
.iconbox.icon-box-circle .icon-box-shape:before,
.iconbox.icon-box-circle .icon-box-shape a,
.p-color-bg,
.p-color-bg-hover:hover,
.breadcrumbs-wrap.float label:before,
#wp-calendar tbody td:hover,
.widget-mailchimp .entry-content input[type="submit"]:hover,
h2.widgettitle:before {
background-color: #00adff
}
div.call-action.call-action-transparent,
.iconbox.text-center.default:hover .icon-box-shape a:after,
.iconbox.text-center.default:hover .icon-box-shape a:before,
.social-icon .social-icon-img,
.social-icon.social-icon-bg-icon li.social-icon-item a,
.p-color-border,
footer.main-footer-wrap .construction .mc4wp-form input[type="text"]:focus,
footer.main-footer-wrap .construction .mc4wp-form input[type="email"]:focus {
border-color: #00adff
}
.p-color-bt {
border-top-color: #00adff
}
.counter span:after,
.p-color-bb {
border-bottom-color: #00adff
}
.p-color-bl {
border-left-color: #00adff
}
.p-color-br {
border-right-color: #00adff
}
::selection {
background-color: rgb(2, 96, 160); }
::-moz-selection {}
.thumb-wrap:hover .bg-overlay-ps,
.thumb-wrap.hover .bg-overlay-ps {
background: -webkit-linear-gradient(left top, rgba(0, 217, 217, 0.8), rgba(0, 187, 255, 0.8));
background: -o-linear-gradient(bottom right, rgba(0, 217, 217, 0.8), rgba(0, 187, 255, 0.8));
background: -moz-linear-gradient(bottom right, rgba(0, 217, 217, 0.8), rgba(0, 187, 255, 0.8));
background: linear-gradient(to bottom right, rgba(0, 217, 217, 0.8), rgba(0, 187, 255, 0.8))
}
.float-top .thumb-wrap:hover .bg-overlay-ps,
.float-top .thumb-wrap.hover .bg-overlay-ps {
background-color: #00adff
}
.list.s-color-bg .list-item i,
.list.s-color-bg .list-item .list-before-title,
.s-color,
.s-color-hover:hover {
color: #0bf
}
.list.s-color-bg.style5 .list-before-title,
.pie_text .vc_pie_chart_value:before,
.s-color-bg,
.widget-mailchimp .entry-content input[type="submit"] {
background-color: #0bf
}
.s-color-border {
border-color: #0bf
}
.s-color-bt {
border-top-color: #0bf
}
.s-color-bb {
border-bottom-color: #0bf
}
.s-color-bl {
border-left-color: #0bf
}
.s-color-br {
border-right-color: #0bf
}
.sc-product-wrap .owl-dots:before,
.sc-product-wrap .owl-dots:after,
.sc-product-wrap .owl-dot {
border-color: #eee
}
.sc-product-wrap .owl-dot {
background-color: #eee
}
.iconbox h3,
.iconbox span,
.iconbox p,
.h-progress-bar.style1 .vc_label,
.h-progress-bar.style3 .vc_label .counter,
.vc_tta-style-tab_style1 .vc_tta-tab a span,
.vc_tta-style-tab_style1 .vc_tta-panel-heading a span,
.vc_tta-style-tab_style1 .vc_tta-tab a i,
.vc_tta-style-tab_style1 .vc_tta-panel-heading a i,
.t-color {
color: #444
}
.pricingtable.style1 .pt-content p,
.pricingtable.style4 .pt-content p,
.pricingtable.style3 .pt-content div span {
color: #444
}
.pricingtable.style1 .pt-content div,
.pricingtable.style4 .pt-content div {
background-color: #444
}
.pricingtable.style1 .pt-active .pt-content div,
.pricingtable.style4 .pt-active .pt-content div,
.pricingtable.style2 .pt-active .pt-content p,
.pricingtable.style3 .pt-active .pt-content p {
background-color: #00adff
}
.pricingtable.style2 .pt-content p {
background-color: #0bf
}
.pricingtable.style2 .pt-content div span,
.pricingtable.style3 .pt-content p * {
color: #0bf
}
.servicetable .pt-content i,
.servicetable .pt-content p {
color: #444
}
.servicetable .pt-content div {
background-color: #444
}
.servicetable .pt-active .pt-content div {
background-color: #00adff
}
.ourteam-avatar:hover .ourteam-avatar-overlay {
background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(0, 217, 217, 0.8)), to(rgba(0, 187, 255, 0.8)));
background: -webkit-linear-gradient(top, rgba(0, 217, 217, 0.8), rgba(0, 187, 255, 0.8));
background: -moz-linear-gradient(top, rgba(0, 217, 217, 0.8), rgba(0, 187, 255, 0.8));
background: -ms-linear-gradient(top, rgba(0, 217, 217, 0.8), rgba(0, 187, 255, 0.8));
background: -o-linear-gradient(top, rgba(0, 217, 217, 0.8), rgba(0, 187, 255, 0.8))
}
.video.video-shadow:before,
.gradient-shadow:before {
background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(0, 187, 255, 0.4)), to(rgba(0, 217, 217, 0.4)));
background: -webkit-linear-gradient(left, rgba(0, 187, 255, 0.4), rgba(0, 217, 217, 0.4));
background: -moz-linear-gradient(left, rgba(0, 187, 255, 0.4), rgba(0, 217, 217, 0.4));
background: -ms-linear-gradient(left, rgba(0, 187, 255, 0.4), rgba(0, 217, 217, 0.4));
background: -o-linear-gradient(left, rgba(0, 187, 255, 0.4), rgba(0, 217, 217, 0.4))
}
.process.style1 .process-step .process-icon {
border-color: rgba(0, 217, 217, 0.3)
}
.process.style1 .process-step .process-icon i {
background-color: #00adff
}
.process.style1 .process-step .process-icon:before,
.process.style1 .process-step .process-icon:after {
border-bottom: 4px solid rgba(0, 187, 255, 0.3)
}
.process.style1 .process-step:hover .process-icon {
border-color: rgba(0, 187, 255, 0.3)
}
.process.style1 .process-step:hover .process-icon i {
background-color: #0bf
}
.process.style2 .process-step .process-icon {
border-color: #00adff
}
.process.style2 .process-step .process-icon i {
color: #00adff
}
.process.style2 .process-step .process-icon:before,
.process.style2 .process-step .process-icon:after {
border-bottom: 4px solid #00adff
}
.process.style2 .process-step:hover .process-icon {
border-color: rgba(0, 217, 217, 0.3)
}
.process.style2 .process-step:hover .process-icon i {
background-color: #00adff
}
.process.style3.primary-dark .process-step:nth-child(odd):after {
background-color: #00adff
}
@media(max-width:991px) {
.process.style1 .process-step .process-icon:before,
.process.style1 .process-step .process-icon:after {
border-left: 4px solid rgba(0, 187, 255, 0.3)
}
.process.style2 .process-step .process-icon:before,
.process.style2 .process-step .process-icon:after {
border-left: 4px solid #00adff
}
}
.vc_progress-bar-color-primary-color .vc_single_bar .vc_bar {
background-color: #00adff
}
.vc_progress-bar-color-secondary-color .vc_single_bar .vc_bar {
background-color: #0bf
}
.vc_single_bar.vc_progress-bar-color-primary-color .vc_bar {
background-color: #00adff
}
.vc_single_bar.vc_progress-bar-color-secondary-color .vc_bar {
background-color: #0bf
}
.v-progress-bar.vc_progress-bar-color-primary-color .vc_label_units,
.v-progress-bar .vc_progress-bar-color-primary-color .vc_label_units {
color: #00adff
}
.v-progress-bar.vc_progress-bar-color-secondary-color .vc_label_units,
.v-progress-bar .vc_progress-bar-color-secondary-color .vc_label_units {
color: #0bf
}
.m-post .post-content h6 a {
color: #444
}
.m-post .post-content h6 a:hover {
color: #00adff
}
.mailchimp.button_bg_s input[type="submit"] {
background-color: #0bf
}
.mailchimp.button_bg_s input[type="submit"]:hover {
background-color: #444;
color: #fff
}
.mailchimp.button_bg_s input[type="email"] {
color: #444
}
.mailchimp.button_bg_s input[type="email"]:focus {
border-color: #0bf
}
.mailchimp.button_bg_s::-webkit-input-placeholder {
color: #444
}
.mailchimp.button_bg_s:-moz-placeholder {
color: #444
}
.mailchimp.button_bg_s::-moz-placeholder {
color: #444
}
.mailchimp.button_bg_s:-ms-input-placeholder {
color: #444
}
.mailchimp.button_bg_p input[type="submit"] {
background-color: #00adff
}
.mailchimp.button_bg_p input[type="submit"]:hover {
background-color: #444;
color: #fff
}
.mailchimp.button_bg_p input[type="email"]:focus {
border-color: #00adff
}
.mailchimp.color-dark::-webkit-input-placeholder {
color: #444
}
.mailchimp.color-dark:-moz-placeholder {
color: #444
}
.mailchimp.color-dark::-moz-placeholder {
color: #444
}
.mailchimp.color-dark:-ms-input-placeholder {
color: #444
}
.color-dark {
color: #444
}
.color-light {
color: #fff
}
.menu-scroll ul li.active {
background-color: #00adff
}
.sk-wave {
width: 60px;
height: 60px;
text-align: center;
font-size: 20px
}
.sk-wave .sk-rect {
background-color: #bbb;
height: 100%;
width: 6px;
display: inline-block;
-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
-o-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
margin: 0 1px
}
.sk-wave .sk-rect1 {
-webkit-animation-delay: -1.2s;
-moz-animation-delay: -1.2s;
-o-animation-delay: -1.2s;
animation-delay: -1.2s
}
.sk-wave .sk-rect2 {
-webkit-animation-delay: -1.1s;
-moz-animation-delay: -1.1s;
-o-animation-delay: -1.1s;
animation-delay: -1.1s
}
.sk-wave .sk-rect3 {
-webkit-animation-delay: -1s;
-moz-animation-delay: -1s;
-o-animation-delay: -1s;
animation-delay: -1s
}
.sk-wave .sk-rect4 {
-webkit-animation-delay: -0.9s;
-moz-animation-delay: -0.9s;
-o-animation-delay: -0.9s;
animation-delay: -0.9s
}
.sk-wave .sk-rect5 {
-webkit-animation-delay: -0.8s;
-moz-animation-delay: -0.8s;
-o-animation-delay: -0.8s;
animation-delay: -0.8s
}
@-webkit-keyframes sk-waveStretchDelay {
0%,
40%,
100% {
-webkit-transform: scaleY(.4);
-moz-transform: scaleY(.4);
-ms-transform: scaleY(.4);
-o-transform: scaleY(.4);
transform: scaleY(.4)
}
20% {
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1)
}
}
@keyframes sk-waveStretchDelay {
0%,
40%,
100% {
-webkit-transform: scaleY(.4);
-moz-transform: scaleY(.4);
-ms-transform: scaleY(.4);
-o-transform: scaleY(.4);
transform: scaleY(.4)
}
20% {
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1)
}
}
.x-nav-menu>.x-menu-item:hover {
background-color: #4a4a48
}
.wpb_wrapper a>img {
border: .5mm solid gray;
border: 0mm solid #d3c5c5; } 
ul.x-sub-menu.x-sub-menu-standard.x-pos-left-menu-parent.x-list-style-none {
left: auto;
right: auto
}
.vc_column_container>.vc_column-inner {
padding-left: 25px;
padding-right: 20px
}
.col-lg-9.col-lg-offset-5 {
margin-top: -43px
}
button#btn_send {
margin-top: -18px;
margin-left: -92px
}
@media only screen and (max-width:1399px) {}
@media only screen and (max-width:1200px) {}
@media only screen and (max-width:991px) {}
@media only screen and (max-width:480px) {
.col-lg-9.col-lg-offset-5 {
margin-top: 0!important
}
button#btn_send {
margin-top: 0!important;
margin-left: 0!important
}
h6 {
font-family: Montserrat;
font-weight: 400;
font-style: normal;
font-size: 8.2px!important;
margin:10px 0px;
}
.form-group {
margin-bottom: -6px; 
}
}@media screen and (min-width: 992px){header.main-header .header-logo{height: 90px}header.main-header .header-logo img{max-height: 90px;padding-top: 20px;padding-bottom: 20px}.header-above-left{line-height: 90px}.header-above-right{line-height: 90px}.header-nav-left{line-height: 90px}.header-nav-right{line-height: 90px}.x-nav-menu > .x-menu-item{line-height: 90px}header.header-overlay .header-overlay-open,header.header-overlay .x-nav-menu,header.header-overlay .header-customize-item{color: #fff}header.header-overlay .header-nav-wrapper.bottom-bordered{border-bottom-color: rgba(255,255,255,0.2)}header .header-nav-wrapper.header-overlay .x-nav-menu,header .header-nav-wrapper.header-overlay .header-customize-item{color: #fff}}@media screen and (max-width: 991px){.header-mobile-before img{max-height: 92px;padding-top: 15px;padding-bottom: 15px}.header-logo-mobile{line-height: 92px}.header-logo-mobile img{max-height: 92px;padding-top: 15px;padding-bottom: 15px}header.mobile-header .header-mobile-inner{height: 92px}}footer.main-footer-wrapper{background-color: #333;color: #bababa}footer.main-footer-wrapper h4.widget-title{color: #fff}footer.main-footer-wrapper .sidebar .tagcloud a{border: solid 1px #4d4d4d}footer.main-footer-wrapper .sidebar .wpcf7-form input[type="text"],footer.main-footer-wrapper .sidebar .wpcf7-form input[type="search"],footer.main-footer-wrapper .sidebar .wpcf7-form input[type="email"],footer.main-footer-wrapper .sidebar .wpcf7-form input[type="url"],footer.main-footer-wrapper .sidebar .wpcf7-form input[type="password"],footer.main-footer-wrapper .sidebar .wpcf7-form input[type="tel"],footer.main-footer-wrapper .sidebar .wpcf7-form textarea,footer.main-footer-wrapper .sidebar .wpcf7-form select{border: solid 1px #4d4d4d}footer.main-footer-wrapper .sidebar .mc4wp-form input[type="text"],footer.main-footer-wrapper .sidebar .mc4wp-form input[type="search"],footer.main-footer-wrapper .sidebar .mc4wp-form input[type="email"],footer.main-footer-wrapper .sidebar .mc4wp-form input[type="url"],footer.main-footer-wrapper .sidebar .mc4wp-form input[type="password"],footer.main-footer-wrapper .sidebar .mc4wp-form input[type="tel"],footer.main-footer-wrapper .sidebar .mc4wp-form textarea,footer.main-footer-wrapper .sidebar .mc4wp-form select{border: solid 1px #4d4d4d}footer.main-footer-wrapper .sidebar .footer-logo-line .footer-logo a:before,footer.main-footer-wrapper .sidebar .footer-logo-line .footer-logo a:after{border-top: solid 1px rgba(255,255,255,0.2)}footer.main-footer-wrapper .main-footer{padding: 80px 0 80px 0;background-color: #222}footer.main-footer-wrapper .footer-above-wrapper{padding-top: 0;padding-bottom: 0;background-color: #00d9d9;color: #fff}footer.main-footer-wrapper .bottom-bar-wrapper{background-color: #111;padding-top: 20px;padding-bottom: 20px;color: #bababa}