@-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%;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline;width:18px;height:12px}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}@font-face {
font-family: 'FontAwesome';
src: url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.eot?v=4.5.0);
src: url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(//www.altinopane.com/wp-content/themes/g5plus-arvo/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:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-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:0.35em 0.625em 0.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,.thumbnail>img,.thumbnail a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;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:#fcf8e3;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:1200px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.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:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>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:0.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}}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive 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%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.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 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.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}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight: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:14px;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.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,.panel-body:before,.panel-body: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,.panel-body: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}}@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){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}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}}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px);-moz-transform:translate3d(0px,0px,0px);-ms-transform:translate3d(0px,0px,0px);-o-transform:translate3d(0px,0px,0px);transform:translate3d(0px,0px,0px);-webkit-backface-visibility:visible;-moz-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/owl-carousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform 100ms ease;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
background-color: rgba(0, 0, 0, .45);
z-index: 1080
}
#lg-counter, .lg-outer .lg-video-cont {
vertical-align: middle;
display: inline-block
}
@font-face {
font-family: lg;
src: url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/light-gallery/fonts/lg.eot?n1z373);
src: url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/light-gallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/light-gallery/fonts/lg.woff?n1z373) format("woff"), url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/light-gallery/fonts/lg.ttf?n1z373) format("truetype"), url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/light-gallery/fonts/lg.svg?n1z373#lg) format("svg");
font-weight: 400;
font-style: normal
}
.lg-icon {
font-family: lg;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.lg-actions .lg-next, .lg-actions .lg-prev {
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: -10px;
padding: 8px 10px 9px;
position: absolute;
top: 50%
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
pointer-events: none;
opacity: .5
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
color: #FFF
}
.lg-actions .lg-next {
right: 20px
}
.lg-actions .lg-next:before {
content: "\e095"
}
.lg-actions .lg-prev {
left: 20px
}
.lg-actions .lg-prev:after {
content: "\e094"
}
@-webkit-keyframes lg-right-end {
0%, 100% {
left: 0
}
50% {
left: -30px
}
}
@-moz-keyframes lg-right-end {
0%, 100% {
left: 0
}
50% {
left: -30px
}
}
@-ms-keyframes lg-right-end {
0%, 100% {
left: 0
}
50% {
left: -30px
}
}
@keyframes lg-right-end {
0%, 100% {
left: 0
}
50% {
left: -30px
}
}
@-webkit-keyframes lg-left-end {
0%, 100% {
left: 0
}
50% {
left: 30px
}
}
@-moz-keyframes lg-left-end {
0%, 100% {
left: 0
}
50% {
left: 30px
}
}
@-ms-keyframes lg-left-end {
0%, 100% {
left: 0
}
50% {
left: 30px
}
}
@keyframes lg-left-end {
0%, 100% {
left: 0
}
50% {
left: 30px
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end .3s;
-o-animation: lg-right-end .3s;
animation: lg-right-end .3s;
position: relative
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end .3s;
-o-animation: lg-left-end .3s;
animation: lg-left-end .3s;
position: relative
}
.lg-toolbar {
left: 0;
position: absolute;
top: 0;
width: 100%
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: 0
}
.lg-toolbar .lg-icon:hover {
color: #FFF
}
.lg-toolbar .lg-close:after {
content: "\e070"
}
.lg-toolbar .lg-download:after {
content: "\e0f2"
}
.lg-sub-html {
bottom: 0;
color: #EEE;
font-size: 16px;
left: 0;
padding: 10px 40px;
position: fixed;
right: 0;
text-align: center
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: 700
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0
}
#lg-counter {
color: #999;
font-size: 16px;
padding-left: 20px;
padding-top: 12px
}
.lg-next, .lg-prev, .lg-toolbar {
opacity: 1;
-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
-moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
-o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
.lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
.lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
-webkit-transform: scale3d(.5, .5, .5);
transform: scale3d(.5, .5, .5);
opacity: 0;
-webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
-moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
-o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
transition: transform 250ms ease 0s, opacity 250ms !important;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1
}
.lg-outer .lg-thumb-outer {
background-color: #0D0A0A;
bottom: 0;
position: absolute;
width: 100%;
z-index: 1080;
max-height: 350px;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.lg-outer .lg-thumb {
padding: 10px 0;
height: 100%;
margin-bottom: -5px
}
.lg-outer .lg-thumb-item {
cursor: pointer;
float: left;
overflow: hidden;
height: 100%;
border: 2px solid #FFF;
border-radius: 4px;
margin-bottom: 5px
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
-webkit-transition: border-color .25s ease;
-o-transition: border-color .25s ease;
transition: border-color .25s ease
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
border-color: #a90707
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%
}
.lg-outer.lg-has-thumb .lg-item {
padding-bottom: 120px
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
-webkit-transition: bottom .25s ease;
-o-transition: bottom .25s ease;
transition: bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px
}
.lg-outer .lg-toogle-thumb {
background-color: #0D0A0A;
border-radius: 2px 2px 0 0;
color: #999;
cursor: pointer;
font-size: 24px;
height: 39px;
line-height: 27px;
padding: 5px 0;
position: absolute;
right: 20px;
text-align: center;
top: -39px;
width: 50px
}
.lg-outer .lg-toogle-thumb:after {
content: "\e1ff"
}
.lg-outer .lg-toogle-thumb:hover {
color: #FFF
}
.lg-outer .lg-video-cont {
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 0 5px
}
.lg-outer .lg-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative
}
.lg-outer .lg-video .lg-object {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important
}
.lg-outer .lg-video .lg-video-play {
width: 84px;
height: 59px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -42px;
margin-top: -30px;
z-index: 1080;
cursor: pointer
}
.lg-outer .lg-has-vimeo .lg-video-play {
background: url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/light-gallery/img/vimeo-play.png) no-repeat
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
background: url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/light-gallery/img/vimeo-play.png) 0 -58px no-repeat
}
.lg-outer .lg-has-html5 .lg-video-play {
background: url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/light-gallery/img/video-play.png) no-repeat;
height: 64px;
margin-left: -32px;
margin-top: -32px;
width: 64px;
opacity: .8
}
.lg-outer .lg-has-html5:hover .lg-video-play {
opacity: 1
}
.lg-outer .lg-has-youtube .lg-video-play {
background: url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/light-gallery/img/youtube-play.png) no-repeat
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
background: url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/light-gallery/img/youtube-play.png) 0 -60px no-repeat
}
.lg-outer .lg-video-object {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0
}
.lg-outer .lg-has-video .lg-video-object {
visibility: hidden
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
display: none
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
visibility: visible
}
.lg-progress-bar {
background-color: #333;
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1080;
opacity: 0;
-webkit-transition: opacity 80ms ease 0s;
-moz-transition: opacity 80ms ease 0s;
-o-transition: opacity 80ms ease 0s;
transition: opacity 80ms ease 0s
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 5px;
width: 0
}
.lg-progress-bar.lg-start .lg-progress {
width: 100%
}
.lg-show-autoplay .lg-progress-bar {
opacity: 1
}
.lg-autoplay-button:after {
content: "\e01d"
}
.lg-show-autoplay .lg-autoplay-button:after {
content: "\e01a"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition-duration: 0s;
transition-duration: 0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: -webkit-transform .3s ease 0s;
-moz-transition: -moz-transform .3s ease 0s;
-o-transition: -o-transform .3s ease 0s;
transition: transform .3s ease 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: -webkit-transform .3s ease 0s, opacity .15s !important;
-moz-transition: -moz-transform .3s ease 0s, opacity .15s !important;
-o-transition: -o-transform .3s ease 0s, opacity .15s !important;
transition: transform .3s ease 0s, opacity .15s !important;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden
}
#lg-zoom-in:after {
content: "\e311"
}
#lg-actual-size {
font-size: 20px
}
#lg-actual-size:after {
content: "\e033"
}
#lg-zoom-out {
opacity: .5;
pointer-events: none
}
#lg-zoom-out:after {
content: "\e312"
}
.lg-zoomed #lg-zoom-out {
opacity: 1;
pointer-events: auto
}
.lg-outer .lg-pager-outer {
bottom: 60px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 1080;
height: 10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
overflow: visible
}
.lg-outer .lg-pager-cont {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
margin: 0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
box-shadow: 0 0 0 2px #fff inset
}
.lg-outer .lg-pager-thumb-cont {
background-color: #fff;
color: #FFF;
bottom: 100%;
height: 83px;
left: 0;
margin-bottom: 20px;
margin-left: -60px;
opacity: 0;
padding: 5px;
position: absolute;
width: 120px;
border-radius: 3px;
-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
transition: opacity .15s ease 0s, transform .15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0)
}
.lg-outer .lg-pager-thumb-cont img {
width: 100%;
height: 100%
}
.lg-outer .lg-pager {
background-color: rgba(255, 255, 255, .5);
border-radius: 50%;
box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
display: block;
height: 12px;
-webkit-transition: box-shadow .3s ease 0s;
-o-transition: box-shadow .3s ease 0s;
transition: box-shadow .3s ease 0s;
width: 12px
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
box-shadow: 0 0 0 8px #fff inset
}
.lg-outer .lg-caret {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px dashed;
bottom: -10px;
display: inline-block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
vertical-align: middle;
width: 0
}
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
width: 100%;
height: 100%
}
.lg-fullscreen:after {
content: "\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after {
content: "\e20d"
}
.group:after, .group:before {
display: table;
content: "";
line-height: 0
}
.group:after {
clear: both
}
.lg-outer {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
opacity: 0;
-webkit-transition: opacity .15s ease 0s;
-o-transition: opacity .15s ease 0s;
transition: opacity .15s ease 0s
}
.lg-outer * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.lg-outer.lg-visible {
opacity: 1
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing
}
.lg-outer .lg {
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%
}
.lg-outer .lg-inner {
position: absolute;
left: 0;
top: 0;
white-space: nowrap
}
.lg-outer .lg-item {
background: url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/light-gallery/img/loading.gif) center center no-repeat;
display: none !important
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
display: inline-block !important
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px
}
.lg-outer .lg-img-wrap {
position: static;
padding: 0 5px
}
.lg-outer .lg-item.lg-complete {
background-image: none
}
.lg-outer .lg-item.lg-current {
z-index: 1060
}
.lg-outer .lg-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
opacity: 0;
-webkit-transition: opacity .15s ease 0s;
-o-transition: opacity .15s ease 0s;
transition: opacity .15s ease 0s
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
display: none
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1050;
background-color: #000;
opacity: 0;
-webkit-transition: opacity .15s ease 0s;
-o-transition: opacity .15s ease 0s;
transition: opacity .15s ease 0s
}
.lg-backdrop.in {
opacity: 1
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
-webkit-transition: none 0s ease 0s !important;
-moz-transition: none 0s ease 0s !important;
-o-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
-webkit-transition: opacity .1s ease 0s;
-moz-transition: opacity .1s ease 0s;
-o-transition: opacity .1s ease 0s;
transition: opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item {
opacity: 0;
position: absolute;
left: 0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
left: -100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
left: 100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
left: 0;
opacity: 1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
-moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
-o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.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:.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;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;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;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;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:.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:.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:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.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:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}@font-face{font-family:'Pe-icon-7-stroke';src:url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v);src:url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');font-weight:normal;font-style:normal}[class^="pe-7s-"],[class*=" pe-7s-"]{display:inline-block;font-family:'Pe-icon-7-stroke';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pe-7s-album:before{content:"\e6aa"}.pe-7s-arc:before{content:"\e6ab"}.pe-7s-back-2:before{content:"\e6ac"}.pe-7s-bandaid:before{content:"\e6ad"}.pe-7s-car:before{content:"\e6ae"}.pe-7s-diamond:before{content:"\e6af"}.pe-7s-door-lock:before{content:"\e6b0"}.pe-7s-eyedropper:before{content:"\e6b1"}.pe-7s-female:before{content:"\e6b2"}.pe-7s-gym:before{content:"\e6b3"}.pe-7s-hammer:before{content:"\e6b4"}.pe-7s-headphones:before{content:"\e6b5"}.pe-7s-helm:before{content:"\e6b6"}.pe-7s-hourglass:before{content:"\e6b7"}.pe-7s-leaf:before{content:"\e6b8"}.pe-7s-magic-wand:before{content:"\e6b9"}.pe-7s-male:before{content:"\e6ba"}.pe-7s-map-2:before{content:"\e6bb"}.pe-7s-next-2:before{content:"\e6bc"}.pe-7s-paint-bucket:before{content:"\e6bd"}.pe-7s-pendrive:before{content:"\e6be"}.pe-7s-photo:before{content:"\e6bf"}.pe-7s-piggy:before{content:"\e6c0"}.pe-7s-plugin:before{content:"\e6c1"}.pe-7s-refresh-2:before{content:"\e6c2"}.pe-7s-rocket:before{content:"\e6c3"}.pe-7s-settings:before{content:"\e6c4"}.pe-7s-shield:before{content:"\e6c5"}.pe-7s-smile:before{content:"\e6c6"}.pe-7s-usb:before{content:"\e6c7"}.pe-7s-vector:before{content:"\e6c8"}.pe-7s-wine:before{content:"\e6c9"}.pe-7s-cloud-upload:before{content:"\e68a"}.pe-7s-cash:before{content:"\e68c"}.pe-7s-close:before{content:"\e680"}.pe-7s-bluetooth:before{content:"\e68d"}.pe-7s-cloud-download:before{content:"\e68b"}.pe-7s-way:before{content:"\e68e"}.pe-7s-close-circle:before{content:"\e681"}.pe-7s-id:before{content:"\e68f"}.pe-7s-angle-up:before{content:"\e682"}.pe-7s-wristwatch:before{content:"\e690"}.pe-7s-angle-up-circle:before{content:"\e683"}.pe-7s-world:before{content:"\e691"}.pe-7s-angle-right:before{content:"\e684"}.pe-7s-volume:before{content:"\e692"}.pe-7s-angle-right-circle:before{content:"\e685"}.pe-7s-users:before{content:"\e693"}.pe-7s-angle-left:before{content:"\e686"}.pe-7s-user-female:before{content:"\e694"}.pe-7s-angle-left-circle:before{content:"\e687"}.pe-7s-up-arrow:before{content:"\e695"}.pe-7s-angle-down:before{content:"\e688"}.pe-7s-switch:before{content:"\e696"}.pe-7s-angle-down-circle:before{content:"\e689"}.pe-7s-scissors:before{content:"\e697"}.pe-7s-wallet:before{content:"\e600"}.pe-7s-safe:before{content:"\e698"}.pe-7s-volume2:before{content:"\e601"}.pe-7s-volume1:before{content:"\e602"}.pe-7s-voicemail:before{content:"\e603"}.pe-7s-video:before{content:"\e604"}.pe-7s-user:before{content:"\e605"}.pe-7s-upload:before{content:"\e606"}.pe-7s-unlock:before{content:"\e607"}.pe-7s-umbrella:before{content:"\e608"}.pe-7s-trash:before{content:"\e609"}.pe-7s-tools:before{content:"\e60a"}.pe-7s-timer:before{content:"\e60b"}.pe-7s-ticket:before{content:"\e60c"}.pe-7s-target:before{content:"\e60d"}.pe-7s-sun:before{content:"\e60e"}.pe-7s-study:before{content:"\e60f"}.pe-7s-stopwatch:before{content:"\e610"}.pe-7s-star:before{content:"\e611"}.pe-7s-speaker:before{content:"\e612"}.pe-7s-signal:before{content:"\e613"}.pe-7s-shuffle:before{content:"\e614"}.pe-7s-shopbag:before{content:"\e615"}.pe-7s-share:before{content:"\e616"}.pe-7s-server:before{content:"\e617"}.pe-7s-search:before{content:"\e618"}.pe-7s-film:before{content:"\e6a5"}.pe-7s-science:before{content:"\e619"}.pe-7s-disk:before{content:"\e6a6"}.pe-7s-ribbon:before{content:"\e61a"}.pe-7s-repeat:before{content:"\e61b"}.pe-7s-refresh:before{content:"\e61c"}.pe-7s-add-user:before{content:"\e6a9"}.pe-7s-refresh-cloud:before{content:"\e61d"}.pe-7s-paperclip:before{content:"\e69c"}.pe-7s-radio:before{content:"\e61e"}.pe-7s-note2:before{content:"\e69d"}.pe-7s-print:before{content:"\e61f"}.pe-7s-network:before{content:"\e69e"}.pe-7s-prev:before{content:"\e620"}.pe-7s-mute:before{content:"\e69f"}.pe-7s-power:before{content:"\e621"}.pe-7s-medal:before{content:"\e6a0"}.pe-7s-portfolio:before{content:"\e622"}.pe-7s-like2:before{content:"\e6a1"}.pe-7s-plus:before{content:"\e623"}.pe-7s-left-arrow:before{content:"\e6a2"}.pe-7s-play:before{content:"\e624"}.pe-7s-key:before{content:"\e6a3"}.pe-7s-plane:before{content:"\e625"}.pe-7s-joy:before{content:"\e6a4"}.pe-7s-photo-gallery:before{content:"\e626"}.pe-7s-pin:before{content:"\e69b"}.pe-7s-phone:before{content:"\e627"}.pe-7s-plug:before{content:"\e69a"}.pe-7s-pen:before{content:"\e628"}.pe-7s-right-arrow:before{content:"\e699"}.pe-7s-paper-plane:before{content:"\e629"}.pe-7s-delete-user:before{content:"\e6a7"}.pe-7s-paint:before{content:"\e62a"}.pe-7s-bottom-arrow:before{content:"\e6a8"}.pe-7s-notebook:before{content:"\e62b"}.pe-7s-note:before{content:"\e62c"}.pe-7s-next:before{content:"\e62d"}.pe-7s-news-paper:before{content:"\e62e"}.pe-7s-musiclist:before{content:"\e62f"}.pe-7s-music:before{content:"\e630"}.pe-7s-mouse:before{content:"\e631"}.pe-7s-more:before{content:"\e632"}.pe-7s-moon:before{content:"\e633"}.pe-7s-monitor:before{content:"\e634"}.pe-7s-micro:before{content:"\e635"}.pe-7s-menu:before{content:"\e636"}.pe-7s-map:before{content:"\e637"}.pe-7s-map-marker:before{content:"\e638"}.pe-7s-mail:before{content:"\e639"}.pe-7s-mail-open:before{content:"\e63a"}.pe-7s-mail-open-file:before{content:"\e63b"}.pe-7s-magnet:before{content:"\e63c"}.pe-7s-loop:before{content:"\e63d"}.pe-7s-look:before{content:"\e63e"}.pe-7s-lock:before{content:"\e63f"}.pe-7s-lintern:before{content:"\e640"}.pe-7s-link:before{content:"\e641"}.pe-7s-like:before{content:"\e642"}.pe-7s-light:before{content:"\e643"}.pe-7s-less:before{content:"\e644"}.pe-7s-keypad:before{content:"\e645"}.pe-7s-junk:before{content:"\e646"}.pe-7s-info:before{content:"\e647"}.pe-7s-home:before{content:"\e648"}.pe-7s-help2:before{content:"\e649"}.pe-7s-help1:before{content:"\e64a"}.pe-7s-graph3:before{content:"\e64b"}.pe-7s-graph2:before{content:"\e64c"}.pe-7s-graph1:before{content:"\e64d"}.pe-7s-graph:before{content:"\e64e"}.pe-7s-global:before{content:"\e64f"}.pe-7s-gleam:before{content:"\e650"}.pe-7s-glasses:before{content:"\e651"}.pe-7s-gift:before{content:"\e652"}.pe-7s-folder:before{content:"\e653"}.pe-7s-flag:before{content:"\e654"}.pe-7s-filter:before{content:"\e655"}.pe-7s-file:before{content:"\e656"}.pe-7s-expand1:before{content:"\e657"}.pe-7s-exapnd2:before{content:"\e658"}.pe-7s-edit:before{content:"\e659"}.pe-7s-drop:before{content:"\e65a"}.pe-7s-drawer:before{content:"\e65b"}.pe-7s-download:before{content:"\e65c"}.pe-7s-display2:before{content:"\e65d"}.pe-7s-display1:before{content:"\e65e"}.pe-7s-diskette:before{content:"\e65f"}.pe-7s-date:before{content:"\e660"}.pe-7s-cup:before{content:"\e661"}.pe-7s-culture:before{content:"\e662"}.pe-7s-crop:before{content:"\e663"}.pe-7s-credit:before{content:"\e664"}.pe-7s-copy-file:before{content:"\e665"}.pe-7s-config:before{content:"\e666"}.pe-7s-compass:before{content:"\e667"}.pe-7s-comment:before{content:"\e668"}.pe-7s-coffee:before{content:"\e669"}.pe-7s-cloud:before{content:"\e66a"}.pe-7s-clock:before{content:"\e66b"}.pe-7s-check:before{content:"\e66c"}.pe-7s-chat:before{content:"\e66d"}.pe-7s-cart:before{content:"\e66e"}.pe-7s-camera:before{content:"\e66f"}.pe-7s-call:before{content:"\e670"}.pe-7s-calculator:before{content:"\e671"}.pe-7s-browser:before{content:"\e672"}.pe-7s-box2:before{content:"\e673"}.pe-7s-box1:before{content:"\e674"}.pe-7s-bookmarks:before{content:"\e675"}.pe-7s-bicycle:before{content:"\e676"}.pe-7s-bell:before{content:"\e677"}.pe-7s-battery:before{content:"\e678"}.pe-7s-ball:before{content:"\e679"}.pe-7s-back:before{content:"\e67a"}.pe-7s-attention:before{content:"\e67b"}.pe-7s-anchor:before{content:"\e67c"}.pe-7s-albums:before{content:"\e67d"}.pe-7s-alarm:before{content:"\e67e"}.pe-7s-airplay:before{content:"\e67f"}.pe-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.pe-2x{font-size:2em}.pe-3x{font-size:3em}.pe-4x{font-size:4em}.pe-5x{font-size:5em}.pe-fw{width:1.2857142857142858em;text-align:center}.pe-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.pe-ul>li{position:relative}.pe-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.pe-li.pe-lg{left:-1.8571428571428572em}.pe-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.pe.pull-left{margin-right:.3em}.pe.pull-right{margin-left:.3em}.pe-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.pe-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.pe-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.pe-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.pe-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.pe-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.pe-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.pe-stack-1x,.pe-stack-2x{position:absolute;left:0;width:100%;text-align:center}.pe-stack-1x{line-height:inherit}.pe-stack-2x{font-size:2em}.pe-inverse{color:#fff}.pe-va{vertical-align:middle}.pe-border{border:solid .08em #eaeaea}[class^="pe-7s-"],[class*=" pe-7s-"]{display:inline-block}@font-face{font-family:'arvo';src:url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/arvo-icon/fonts/arvo.eot?vlt6en);src:url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/arvo-icon/fonts/arvo.eot?vlt6en#iefix) format('embedded-opentype'),url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/arvo-icon/fonts/arvo.ttf?vlt6en) format('truetype'),url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/arvo-icon/fonts/arvo.woff?vlt6en) format('woff'),url(//www.altinopane.com/wp-content/themes/g5plus-arvo/assets/plugins/arvo-icon/fonts/arvo.svg?vlt6en#arvo) format('svg');font-weight:normal;font-style:normal}[class^="arvo-"],[class*=" arvo-"]{font-family:'arvo'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.arvo-bag:before{content:"\e900"}.arvo-battery:before{content:"\e901"}.arvo-bell:before{content:"\e902"}.arvo-bin:before{content:"\e903"}.arvo-birtday-cake:before{content:"\e904"}.arvo-book:before{content:"\e905"}.arvo-bowling:before{content:"\e906"}.arvo-brand:before{content:"\e907"}.arvo-caffe:before{content:"\e908"}.arvo-calender:before{content:"\e909"}.arvo-camera:before{content:"\e90a"}.arvo-cd:before{content:"\e90b"}.arvo-chart:before{content:"\e90c"}.arvo-chat:before{content:"\e90d"}.arvo-click-2:before{content:"\e90e"}.arvo-click:before{content:"\e90f"}.arvo-clock-2:before{content:"\e910"}.arvo-clock:before{content:"\e911"}.arvo-connect:before{content:"\e912"}.arvo-cut:before{content:"\e913"}.arvo-data-2:before{content:"\e914"}.arvo-data:before{content:"\e915"}.arvo-dislike:before{content:"\e916"}.arvo-dowload-shopping:before{content:"\e917"}.arvo-drug:before{content:"\e918"}.arvo-fire:before{content:"\e919"}.arvo-flag:before{content:"\e91a"}.arvo-folder:before{content:"\e91b"}.arvo-gift:before{content:"\e91c"}.arvo-gim:before{content:"\e91d"}.arvo-hanger:before{content:"\e91e"}.arvo-headphone:before{content:"\e91f"}.arvo-heart:before{content:"\e920"}.arvo-hippocampus:before{content:"\e921"}.arvo-home:before{content:"\e922"}.arvo-hourglass:before{content:"\e923"}.arvo-ic:before{content:"\e924"}.arvo-icloud-down:before{content:"\e925"}.arvo-icloud-up:before{content:"\e926"}.arvo-icream:before{content:"\e927"}.arvo-imac:before{content:"\e928"}.arvo-incense-2:before{content:"\e929"}.arvo-incense:before{content:"\e92a"}.arvo-instruction:before{content:"\e92b"}.arvo-iphone:before{content:"\e92c"}.arvo-iwatch:before{content:"\e92d"}.arvo-lamp:before{content:"\e92e"}.arvo-lap:before{content:"\e92f"}.arvo-like:before{content:"\e930"}.arvo-lock:before{content:"\e931"}.arvo-machine:before{content:"\e932"}.arvo-magic:before{content:"\e933"}.arvo-mail:before{content:"\e934"}.arvo-milk:before{content:"\e935"}.arvo-news:before{content:"\e936"}.arvo-no-icloud:before{content:"\e937"}.arvo-no-shopping:before{content:"\e938"}.arvo-paint-brush:before{content:"\e939"}.arvo-paper-airplane:before{content:"\e93a"}.arvo-paper-box:before{content:"\e93b"}.arvo-paper-cup:before{content:"\e93c"}.arvo-paper:before{content:"\e93d"}.arvo-Pencil:before{content:"\e93e"}.arvo-phone-24h:before{content:"\e93f"}.arvo-phone-calling:before{content:"\e940"}.arvo-picture-2:before{content:"\e941"}.arvo-picture:before{content:"\e942"}.arvo-pie-chart:before{content:"\e943"}.arvo-pin-2:before{content:"\e944"}.arvo-pin:before{content:"\e945"}.arvo-play-game:before{content:"\e946"}.arvo-print:before{content:"\e947"}.arvo-sale:before{content:"\e948"}.arvo-save:before{content:"\e949"}.arvo-scale:before{content:"\e94a"}.arvo-scapegoat:before{content:"\e94b"}.arvo-search:before{content:"\e94c"}.arvo-setting-2:before{content:"\e94d"}.arvo-setting:before{content:"\e94e"}.arvo-shallow:before{content:"\e94f"}.arvo-shirt:before{content:"\e950"}.arvo-shopping:before{content:"\e951"}.arvo-space-ship:before{content:"\e952"}.arvo-speaker-2:before{content:"\e953"}.arvo-speaker:before{content:"\e954"}.arvo-Star:before{content:"\e955"}.arvo-store:before{content:"\e956"}.arvo-t-shirt:before{content:"\e957"}.arvo-tables-2:before{content:"\e958"}.arvo-tables:before{content:"\e959"}.arvo-tag-2:before{content:"\e95a"}.arvo-tag:before{content:"\e95b"}.arvo-to-so-list:before{content:"\e95c"}.arvo-umbrella:before{content:"\e95d"}.arvo-update:before{content:"\e95e"}.arvo-upload-shopping:before{content:"\e95f"}.arvo-vector:before{content:"\e960"}.arvo-voice:before{content:"\e961"}.arvo-wallet:before{content:"\e962"}.arvo-wifi:before{content:"\e963"}.arvo-wine:before{content:"\e964"}.arvo-winner:before{content:"\e965"}@-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)}}.alignnone{margin: 5px 20px 20px 0}.aligncenter,div.aligncenter{display: block;margin: 5px auto 5px auto}.alignright{float: right;margin: 5px 0 20px 20px}.alignleft{float: left;margin: 5px 20px 20px 0}a img.alignright{float: right;margin: 5px 0 20px 20px}a img.alignnone{margin: 5px 20px 20px 0}a img.alignleft{float: left;margin: 5px 20px 20px 0}a img.aligncenter{display: block;margin-left: auto;margin-right: auto}.wp-caption{max-width: 100%;text-align: center}.wp-caption.alignnone{margin: 5px 20px 20px 0}.wp-caption.alignleft{margin: 5px 20px 20px 0}.wp-caption.alignright{margin: 5px 0 20px 20px}.wp-caption img{border: 0 none;height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto}.wp-caption p.wp-caption-text{margin: 5px 0 0 0;font-size: 12px;color: #aaa;line-height: 1.8}.sticky{opacity: 1}.bypostauthor{opacity: 1}.gallery{margin: 0 -5px 10px -5px}.gallery-item{margin: 0 0 10px 0;padding: 0 5px;display: inline-block;text-align: center;vertical-align: top;max-width: 33.33%;width: 100%}.gallery-caption{font-size: 12px;color: #aaa;line-height: 1.8;margin-top: 5px}.gallery-icon img{margin: 0 auto;border-radius: 2px;border: 1px solid #eee;padding: 7px}.gallery-icon img:hover{border: 1px solid #ccc}.gallery-columns-1 .gallery-item{max-width: 100%}.gallery-columns-2 .gallery-item{max-width: 50%}.gallery-columns-4 .gallery-item{max-width: 25%}.gallery-columns-5 .gallery-item{max-width: 20%}.gallery-columns-6 .gallery-item{max-width: 16.66%}.gallery-columns-7 .gallery-item{max-width: 14.28%}.gallery-columns-8 .gallery-item{max-width: 12.5%}.gallery-columns-9 .gallery-item{max-width: 11.11%}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display: none}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.entry-content p,.entry-content hr,.entry-content dl,.entry-content blockquote,.entry-content table,.entry-content ul,.entry-content ol,.entry-content address,.entry-content pre{margin-bottom: 20px}.entry-content h1:last-child,.entry-content h2:last-child,.entry-content h3:last-child,.entry-content h4:last-child,.entry-content h5:last-child,.entry-content h6:last-child,.entry-content p:last-child,.entry-content hr:last-child,.entry-content dl:last-child,.entry-content blockquote:last-child,.entry-content table:last-child,.entry-content ul:last-child,.entry-content ol:last-child,.entry-content address:last-child,.entry-content pre:last-child{margin-bottom: 0}.entry-content hr{margin-top: 20px;border-top: 1px solid #eee;clear: both}.entry-content table{width: 100%;border: 1px solid #dedede}.entry-content td,.entry-content th{padding: 8px;border-top: 1px solid #dedede;vertical-align: top}.entry-content thead th{font-weight: bold;background: #eee;vertical-align: bottom}.entry-content thead:first-child > tr:first-child > td,.entry-content thead:first-child > tr:first-child > th{border-top: none}.entry-content dt,.entry-content dd{line-height: 2}.entry-content dd{margin-bottom: 15px}.entry-content ul,.entry-content ol{padding-left: 25px}.entry-content li > ul,.entry-content li > ol{margin-bottom: 0}.entry-content address{line-height: 1.8;font-style: italic;color: #aaa}.entry-content del{color: #aaa}.entry-content blockquote{border-left-width: 2px;border-left-style: solid;border-right-width: 0;border-right-style: solid;border-color: #0f1346;padding: 0 0 0 15px;letter-spacing: 0.03em;font-size: 15px}.entry-content blockquote cite{display: block}.entry-content blockquote.background{background-color: #f5f5f5;border-color: #333;padding: 15px}body{line-height: 1.8;overflow-x: hidden;color: #858585;position: relative;-webkit-font-smoothing: antialiased}img{max-width: 100%;height: auto}iframe{max-width: 100%}a{color: inherit}a,a:focus,a:hover{outline: none;text-decoration: none}a:hover,a:focus{color: #0f1346}*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}div,iframe,img{margin: 0;padding: 0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{line-height: 1.2;color: #333;margin-top: 0;margin-bottom: 20px;letter-spacing: 0.02em}p{margin: 0 0 20px 0}input,textarea,button,select{outline: none}::selection{color: #fff;background-color: #0f1346}::-moz-selection{color: #fff;background-color: #0f1346}.container{max-width: 100%}input[type="text"],input[type="search"],input[type="email"],input[type="url"],input[type="password"],input[type="tel"],textarea,select{padding: 0 20px;height: 45px;line-height: 1;color: #aaa;border: 1px solid transparent;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background-color: #f7f7f7;vertical-align: top}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: #aaa}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: #aaa}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: #aaa}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: #aaa}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: #0f1346}textarea{padding-top: 10px;height: auto}select{min-width: 150px;max-width: 100%;outline: none}select::-ms-expand{display: none}#wrapper{background-color: #fff}body.boxed #wrapper{max-width: 1200px;margin: auto;position: relative}.container .container{width: auto}.block-center:before{content: "";height: 100%;vertical-align: middle;display: inline-block}.block-center{height: 100%;width: 100%;text-align: center;font-size: 0}.block-center-inner{display: inline-block;margin: 0 auto;position: relative;vertical-align: middle;max-width: 100%;font-size: initial}.block-center-inner > *{margin: auto}.back-to-top{position: fixed;-webkit-backface-visibility: visible;-moz-backface-visibility: visible;-o-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);bottom: 10px;right: 10px;width: 44px;height: 44px;text-align: center;z-index: 2;-webkit-transform: translateX(100px);-moz-transform: translateX(100px);-o-transform: translateX(100px);-ms-transform: translateX(100px);transform: translateX(100px);-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;color: #fff;background-color: #858585}.back-to-top i{font-size: 22px;line-height: 44px}.back-to-top:focus,.back-to-top:hover{text-decoration: none;color: #fff;background-color: #0f1346}.back-to-top.in{-webkit-transform: translateX(0px);-moz-transform: translateX(0px);-ms-transform: translateX(0px);-o-transform: translateX(0px);transform: translateX(0px)}.site-loading{position: fixed;-webkit-backface-visibility: visible;-moz-backface-visibility: visible;-o-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);z-index: 9999;top: 0;left: 0;right: 0;bottom: 0;margin: auto;opacity: 0;display: none;-webkit-transition: opacity 600ms ease 200ms;-moz-transition: opacity 600ms ease 200ms;-o-transition: opacity 600ms ease 200ms;transition: opacity 600ms ease 200ms}body.page-loading .site-loading{opacity: 1;display: block}.logo-loading{margin-bottom: 30px}.scheme-dark{color: #fff}.owl-dark .owl-nav > div{border-color: rgba(255,255,255,0.8);color: rgba(255,255,255,0.8)}.owl-dark .owl-nav > div:hover{background-color: #0f1346;border-color: #0f1346;color: #fff}.owl-nav{font-size: 0;text-align: center;margin-top: 20px}.owl-nav > div{display: inline-block;vertical-align: middle;position: relative;width: 40px;height: 40px;text-align: center;border: 2px solid #ddd;color: #868686;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.owl-nav > div.owl-prev{margin-right: 5px}.owl-nav > div.owl-next{margin-left: 5px}.owl-nav > div i{line-height: 36px;font-size: 18px}.owl-nav > div:hover{background-color: #0f1346;border-color: #0f1346;color: #fff}.owl-nav-round-large > .owl-nav > div{width: 60px;height: 60px}.owl-nav-round-large > .owl-nav > div i{line-height: 56px;font-size: 20px}.owl-nav-classic > .owl-nav > div{border: none;color: #999;width: auto;height: auto}.owl-nav-classic > .owl-nav > div i{font-size: 30px;height: 20px;line-height: 20px}.owl-nav-classic > .owl-nav > div:hover{color: #0f1346;background-color: transparent}@media (min-width: 1280px){.owl-nav-center > .owl-nav{margin: 0}.owl-nav-center > .owl-nav > div{position: absolute;top: 50%;margin: 0}.owl-nav-center > .owl-nav > div.owl-prev{left: -20px;-webkit-transform: translate(-100%, -50%);-moz-transform: translate(-100%, -50%);-o-transform: translate(-100%, -50%);-ms-transform: translate(-100%, -50%);transform: translate(-100%, -50%)}.owl-nav-center > .owl-nav > div.owl-next{right: -20px;-webkit-transform: translate(100%, -50%);-moz-transform: translate(100%, -50%);-o-transform: translate(100%, -50%);-ms-transform: translate(100%, -50%);transform: translate(100%, -50%)}}.owl-nav-center-inner > .owl-nav{margin: 0}.owl-nav-center-inner > .owl-nav > div{position: absolute;top: 50%;margin: 0;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;opacity: 0}.owl-nav-center-inner > .owl-nav > div.owl-prev{left: 0}.owl-nav-center-inner > .owl-nav > div.owl-next{right: 0}.owl-nav-center-inner:hover > .owl-nav > div{opacity: 1}.owl-nav-center-inner:hover > .owl-nav > div.owl-prev{left: 20px}.owl-nav-center-inner:hover > .owl-nav > div.owl-next{right: 20px}.owl-nav-top-68 > .owl-nav,.owl-nav-top > .owl-nav{margin: 0;position: absolute;right: 0;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-o-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%)}.owl-nav-top > .owl-nav{top: -83.5px}.owl-nav-top.owl-nav-round-large > .owl-nav{top: -73.5px}.owl-nav-top.owl-nav-classic > .owl-nav{top: -93.5px}.owl-nav-top-68 > .owl-nav{top: -67.5px}.owl-nav-top-68.owl-nav-round-large > .owl-nav{top: -57.5px}.owl-nav-top-68.owl-nav-classic > .owl-nav{top: -77.5px}.owl-dots{font-size: 0;text-align: center;margin-top: 20px}.owl-dots > div{display: inline-block;vertical-align: middle;width: 8px;height: 8px;background-color: #eee;-webkit-border-radius: 100%;-webkit-background-clip: padding-box;-moz-border-radius: 100%;-moz-background-clip: padding;border-radius: 100%;background-clip: padding-box;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;margin: 0 5px}.owl-dots > div.active,.owl-dots > div:hover{background-color: #ccc}.owl-dot-absolute-bottom > .owl-dots{position: absolute;margin: 0;bottom: 10px;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);left: 50%;white-space: nowrap}.owl-dot-vertical > .owl-dots{position: absolute;margin-top: 0;top: 50%;right: 30px;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%)}.owl-dot-vertical > .owl-dots > div{display: block;margin: 5px 0}.product-listing .owl-nav-top-68 > .owl-nav,.product-listing .owl-nav-top > .owl-nav{right: 15px}@media (max-width: 480px){.owl-nav-top-68 > .owl-nav,.owl-nav-top > .owl-nav{display: none !important}}#search_popup_wrapper .dialog-inner{padding-left: 50px;padding-right: 50px;padding-bottom: 40px}#search_popup_wrapper form{margin: 10px 0;position: relative}.popup-overlay-wrapper{position: absolute;z-index: 9999;background-color: rgba(20,22,24,0.95);width: 100%;top: 0;bottom: 0;left: 0;padding-bottom: 80px;overflow: auto;opacity: 0;visibility: hidden;-webkit-transition: opacity .5s .5s, visibility 0s 1s;transition: opacity .5s .5s, visibility 0s 1s}.popup-overlay-wrapper.in{opacity: 1;visibility: visible;-webkit-transition: opacity .5s;transition: opacity .5s}.popup-overlay-wrapper.in .popup-overlay-content{opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px);-webkit-transition: -webkit-transform .5s .2s, opacity .5s .2s;transition: transform .5s .8s, opacity .5s .8s}.popup-overlay-content{margin: 80px auto 0;width: 80%;position: relative;font-size: 20px;opacity: 0;-webkit-transform: translateY(-40px);transform: translateY(-40px);-webkit-transition: -webkit-transform .2s, opacity .2s;transition: transform .2s, opacity .2s;-webkit-animation-timing-function: cubic-bezier(.45, .005, 0, 1);-moz-animation-timing-function: cubic-bezier(.45, .005, 0, 1);-o-animation-timing-function: cubic-bezier(.45, .005, 0, 1);animation-timing-function: cubic-bezier(.45, .005, 0, 1)}.popup-overlay-content input{border: solid 2px #fff;padding: 1em;height: auto;color: #fff;width: 100%;background-color: transparent}.popup-overlay-content input::-webkit-input-placeholder{color: #eee}.popup-overlay-content input:-moz-placeholder{color: #eee}.popup-overlay-content input::-moz-placeholder{color: #eee}.popup-overlay-content input:-ms-input-placeholder{color: #eee}.popup-overlay-content .search-button{position: absolute;top: 22px;right: 30px;color: #fff;line-height: 1}.popup-overlay-content .search-button:hover{cursor: pointer;color: #0f1346}.popup-overlay-result{color: #fff;background-color: #343537;padding: 0;font-size: 16px;line-height: 2em}.popup-overlay-result ul{padding: 15px 0;margin: 0;list-style: none}.popup-overlay-result li{padding: 5px 30px}.popup-overlay-result li.selected,.popup-overlay-result li:hover{color: #0f1346}.popup-overlay-result li + li{border-top: solid 1px rgba(255,255,255,0.1)}.popup-overlay-result a{color: inherit}.popup-overlay-result .date{display: inline-block;float: right}.popup-overlay-result .view-more{position: absolute;background: #343537;left: 0;right: 0;text-align: center;padding: 5px;-webkit-border-radius: 0 0 100% 100%;-moz-border-radius: 0 0 100% 100%;border-radius: 0 0 100% 100%;margin: auto;border-top: solid 1px rgba(255,255,255,0.1);text-transform: uppercase}.ps-container > .ps-scrollbar-y-rail{width: 3px;right: 5px;background-color: #222 !important}.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y{width: 5px;right: -1px;background-color: #0f1346 !important;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.ps-container:hover > .ps-scrollbar-y-rail{opacity: 0.6 !important}.gf-preset-content-wrapper{background: url(https://www.altinopane.com/wp-content/themes/g5plus-arvo/assets/images/preset-bg.jpg) repeat;padding: 150px 0;text-align: center;font-size: 60px;color: #222;border: dashed 8px #222}.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;width: 100%}.toggle-icon-wrapper .toggle-icon:after,.toggle-icon-wrapper .toggle-icon:before{background-color: #000;content: "";height: 2px;left: 0;margin: auto;position: absolute;right: 0;width: 100%}.toggle-icon-wrapper .toggle-icon:before{top: 20%;-webkit-transform-origin: top left;-moz-transform-origin: top left;-ms-transform-origin: top left;-o-transform-origin: top left;transform-origin: top left}.toggle-icon-wrapper .toggle-icon:after{bottom: 20%;-webkit-transform-origin: bottom left;-moz-transform-origin: bottom left;-ms-transform-origin: bottom left;-o-transform-origin: bottom left;transform-origin: bottom left}.toggle-icon-wrapper + span{vertical-align: middle;text-transform: uppercase}.toggle-icon-wrapper.in .toggle-icon span{opacity: 0}.toggle-icon-wrapper.in .toggle-icon:before{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}.toggle-icon-wrapper.in .toggle-icon:after{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg)}.x-nav-menu > .x-menu-item > .x-menu-a-text,.sticky-region,.logo-header,.x-nav-menu > .x-menu-item,.header-customize-nav,.header-3 .header-wrapper .container-inner,.header-nav-wrapper nav.primary-menu,.header-nav-wrapper .product-text,.popup-overlay-result a,.toggle-icon-wrapper .toggle-icon > span,.toggle-icon-wrapper .toggle-icon:before,.toggle-icon-wrapper .toggle-icon:after,.sticky-region .header-mobile-container-inner > div,b.x-caret,.menu-drop-fly,.top-drawer-toggle,.header-above-inner,.logo-header img,.x-sub-menu-tab > .x-menu-item,.x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.logged-in.admin-bar .lg-toolbar{margin-top: 32px}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color: #0f1346}.page404{background-size: cover;position: relative}.page404 .bg-404{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-size: contain}.page404 .container{position: relative}.page404 .container .content-wrap{text-align: center}.page404 .container .content-wrap h2{font-family: 'Montserrat';font-size: 180px;font-weight: 700;line-height: 1.2;display: inline-block;color: #0f1346;margin-bottom: -15px}.page404 .container .content-wrap h4.subtitle{font-size: 50px;font-weight: bold;line-height: 1.2;color: #333;margin-bottom: 5px}.page404 .container .content-wrap p.description{font-size: 18px;line-height: 1.8;letter-spacing: 0.05em;color: #858585;max-width: 610px;margin: auto;margin-bottom: 17px}.page404 .container .content-wrap a{color: #0f1346}.page404 .container .content-wrap a:hover{color: #fff}.archive-search-wrap .archive-search-result h3{margin: 0;text-transform: uppercase;letter-spacing: 0.05em;border-bottom: 1px solid #eaeaea;padding-bottom: 20px;margin-bottom: 40px}.archive-search-wrap .archive-search-box{padding-bottom: 50px;border-bottom: 1px solid #eaeaea}.archive-search-wrap .archive-search-box .search-form-lg input{font-family: inherit;line-height: 50px}.archive-search-wrap .archive-search-wrap-inner article{margin-top: 50px;padding-bottom: 50px;border-bottom: 1px solid #eaeaea;position: relative}.archive-search-wrap .archive-search-wrap-inner article:after{position: absolute;bottom: -1px;width: 0;height: 2px;content: '';display: block;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;background-color: #0f1346}.archive-search-wrap .archive-search-wrap-inner article:hover:after{width: 100%}.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span,.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span:after,.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span:before{background-color: #0f1346}.archive-search-wrap .archive-search-wrap-inner .search-icon{width: 50px;height: 50px;-webkit-border-radius: 4px;-webkit-background-clip: padding-box;-moz-border-radius: 4px;-moz-background-clip: padding;border-radius: 4px;background-clip: padding-box;background-color: #eaeaea;text-align: center;float: left}.archive-search-wrap .archive-search-wrap-inner .search-icon span{width: 20px;height: 1px;vertical-align: middle;background-color: #333;display: block;position: relative;margin-left: 15px;line-height: 50px;margin-top: 24.5px;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s}.archive-search-wrap .archive-search-wrap-inner .search-icon span:after,.archive-search-wrap .archive-search-wrap-inner .search-icon span:before{content: '';display: block;width: 20px;height: 1px;background-color: #333;position: absolute;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all .5s}.archive-search-wrap .archive-search-wrap-inner .search-icon span:after{bottom: 5px}.archive-search-wrap .archive-search-wrap-inner .search-icon span:before{top: 5px}.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap{padding-left: 70px}.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4{margin-bottom: 10px}.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a{-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;color: #333;display: inline-block}.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a:hover{color: #0f1346}.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-post-type{margin-bottom: 0;color: #0f1346;font-style: italic;letter-spacing: 0.1em}.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-excerpt{margin-top: 25px}.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-excerpt p{margin-bottom: 0}.archive-search-wrap .search-entry-meta-date{color: #BBB;font-size: 15px;margin-bottom: 15px}.archive-search-wrap .search-entry-meta-date i{font-size: 16px;margin-right: 5px}@media screen and (max-width: 460px){.search-popup-inner > input{display: block;width: 100%;margin-top: 10px}.search-popup-inner > button{margin-top: 10px;width: 100%;display: block}}.block-title{font-family: 'Montserrat';font-size: 20px;color: #333;font-weight: bold;margin-bottom: 45px !important;line-height: 1.2;position: relative;letter-spacing: 0.02em;text-transform: uppercase;border-bottom: 1px solid #eee;padding-bottom: 30px}.close-button{position: absolute;top: 1em;right: 1em;color: #fff;font-size: 20px}.close-button:hover{color: #fff;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg)}.top-separate{position: relative;padding-top: 35px}.top-separate:before{content: "";height: 2px;width: 110px;background: #0f1346;position: absolute;top: 0;left: 0;right: 0;margin: auto}.popup-close{position: absolute;top: 5px;right: 5px;width: 35px;height: 35px;text-align: center;line-height: 35px;-webkit-border-radius: 5px;-webkit-background-clip: padding-box;-moz-border-radius: 5px;-moz-background-clip: padding;border-radius: 5px;background-clip: padding-box;background-color: #eee;font-size: 16px;z-index: 1}.gf-item-wrap{width: 100%;float: left;padding-left: 15px;padding-right: 15px}.gf-item-wrap-no-padding{padding-left: 0;padding-right: 0}@media (min-width: 1200px){.columns-2 > .gf-item-wrap{width: 50%}.columns-2 > .gf-item-wrap:nth-child(2n+1){clear: both}.columns-3 > .gf-item-wrap{width: 33.33333333%}.columns-3 > .gf-item-wrap:nth-child(3n+1){clear: both}.columns-4 > .gf-item-wrap{width: 25%}.columns-4 > .gf-item-wrap:nth-child(4n+1){clear: both}.columns-5 > .gf-item-wrap{width: 20%}.columns-5 > .gf-item-wrap:nth-child(5n+1){clear: both}.columns-6 > .gf-item-wrap{width: 16.66666666666667%}.columns-6 > .gf-item-wrap:nth-child(6n+1){clear: both}}@media (min-width: 992px) and (max-width: 1199px){.columns-md-2 > .gf-item-wrap{width: 50%}.columns-md-2 > .gf-item-wrap:nth-child(2n+1){clear: both}.columns-md-3 > .gf-item-wrap{width: 33.33333333%}.columns-md-3 > .gf-item-wrap:nth-child(3n+1){clear: both}.columns-md-4 > .gf-item-wrap{width: 25%}.columns-md-4 > .gf-item-wrap:nth-child(4n+1){clear: both}.columns-md-5 > .gf-item-wrap{width: 20%}.columns-md-5 > .gf-item-wrap:nth-child(5n+1){clear: both}.columns-md-6 > .gf-item-wrap{width: 16.66666666666667%}.columns-md-6 > .gf-item-wrap:nth-child(6n+1){clear: both}}@media (min-width: 768px) and (max-width: 991px){.columns-sm-2 > .gf-item-wrap{width: 50%}.columns-sm-2 > .gf-item-wrap:nth-child(2n+1){clear: both}.columns-sm-3 > .gf-item-wrap{width: 33.33333333%}.columns-sm-3 > .gf-item-wrap:nth-child(3n+1){clear: both}.columns-sm-4 > .gf-item-wrap{width: 25%}.columns-sm-4 > .gf-item-wrap:nth-child(4n+1){clear: both}.columns-sm-5 > .gf-item-wrap{width: 20%}.columns-sm-5 > .gf-item-wrap:nth-child(5n+1){clear: both}.columns-sm-6 > .gf-item-wrap{width: 16.66666666666667%}.columns-sm-6 > .gf-item-wrap:nth-child(6n+1){clear: both}}@media (min-width: 481px) and (max-width: 767px){.columns-xs-2 > .gf-item-wrap{width: 50%}.columns-xs-2 > .gf-item-wrap:nth-child(2n+1){clear: both}.columns-xs-3 > .gf-item-wrap{width: 33.33333333%}.columns-xs-3 > .gf-item-wrap:nth-child(3n+1){clear: both}.columns-xs-4 > .gf-item-wrap{width: 25%}.columns-xs-4 > .gf-item-wrap:nth-child(4n+1){clear: both}.columns-xs-5 > .gf-item-wrap{width: 20%}.columns-xs-5 > .gf-item-wrap:nth-child(5n+1){clear: both}.columns-xs-6 > .gf-item-wrap{width: 16.66666666666667%}.columns-xs-6 > .gf-item-wrap:nth-child(6n+1){clear: both}}@media (max-width: 480px){.columns-mb-2 > .gf-item-wrap{width: 50%}.columns-mb-2 > .gf-item-wrap:nth-child(2n+1){clear: both}.columns-mb-3 > .gf-item-wrap{width: 33.33333333%}.columns-mb-3 > .gf-item-wrap:nth-child(3n+1){clear: both}.columns-mb-4 > .gf-item-wrap{width: 25%}.columns-mb-4 > .gf-item-wrap:nth-child(4n+1){clear: both}.columns-mb-5 > .gf-item-wrap{width: 20%}.columns-mb-5 > .gf-item-wrap:nth-child(5n+1){clear: both}.columns-mb-6 > .gf-item-wrap{width: 16.66666666666667%}.columns-mb-6 > .gf-item-wrap:nth-child(6n+1){clear: both}}.breadcrumbs{margin: 0;padding: 0;list-style: none;font-size: 0}.breadcrumbs li{display: inline-block}.breadcrumbs li a,.breadcrumbs li span{font-size: 16px;color: #fff;line-height: 1.8}.breadcrumbs li span{color: #bababa}.breadcrumbs li a:hover{color: #0f1346 !important}.breadcrumbs li:after{font-family: 'FontAwesome';display: inline-block;content: '\f0da';font-size: 14px;padding: 0 8px 0 12px;color: #fff}.breadcrumbs li:last-child:after{display: none}.page-title{overflow: hidden}.page-title .page-title-background{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-size: cover;background-repeat: no-repeat}.page-title .page-title-background:before{position: absolute;content: '';display: block;top: 0;left: 0;bottom: 0;right: 0}.page-title .page-title-background.page-title-parallax{height: 200%;top: -25%}.page-title .page-title-background.page-title-overlay-dark:before{background-color: rgba(0,0,0,0.6)}.page-title .page-title-background.page-title-overlay-dark p{color: #fff}.page-title .page-title-background.page-title-overlay-light:before{background-color: rgba(255,255,255,0.8)}.page-title .page-title-background.page-title-overlay-light h1,.page-title .page-title-background.page-title-overlay-light p,.page-title .page-title-background.page-title-overlay-light .breadcrumbs li > a{color: #000 !important}.page-title .page-title-background.page-title-overlay-light .breadcrumbs li > span,.page-title .page-title-background.page-title-overlay-light .breadcrumbs li:after{color: #888 !important}.page-title .page-title-inner{position: relative;z-index: 1}.page-title h1{letter-spacing: 0;margin: 0;display: inline-block;position: relative}.page-title p{margin: 0;color: #fff;opacity: 0.65}.page-title.page-title-layout-normal{padding: 36px 0;position: relative}.page-title.page-title-layout-normal:not(.page-title-background){background-color: #0f1346}.page-title.page-title-layout-normal:not(.page-title-background) .breadcrumbs li a{color: #fff !important}.page-title.page-title-layout-normal h1{color: #fff;font-size: 24px}.page-title.page-title-layout-normal .breadcrumbs{position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%)}.page-title.page-title-layout-normal .breadcrumbs li span{color: #fff;opacity: 0.65}.page-title.page-title-layout-centered{padding: 110px 0;text-align: center;position: relative}.page-title.page-title-layout-centered:not(.page-title-background){background-color: #222}.page-title.page-title-layout-centered h1{font-size: 40px;color: #fff;text-transform: uppercase}.page-title.page-title-layout-centered h1:before{position: absolute;content: '';display: block;left: 0;right: 0;margin-left: auto;margin-right: auto;bottom: -22px;width: 70px;height: 3px;background-color: #0f1346}.page-title.page-title-layout-centered h1.has-subtitle:before{bottom: -50px}.page-title.page-title-layout-centered p{font-size: 16px;color: #fff;margin: 5px 0;opacity: 1}.page-title.page-title-layout-centered .breadcrumbs{margin-top: 39px}.page-title.page-title-layout-large-title{padding: 110px 0 150px;position: relative}.page-title.page-title-layout-large-title:not(.page-title-background):after{position: absolute;content: '';display: block;bottom: 0;left: 0;right: 0;margin-left: auto;margin-right: auto;height: 2px;background-color: #eee;max-width: 1200px;padding-left: 15px;padding-right: 15px;background-clip: content-box}.page-title.page-title-layout-large-title:not(.page-title-background) .page-title-inner:before{display: block;content: '';position: absolute;background-color: #fcfcfc;width: 100px;height: 100%;z-index: 0;padding-top: 80px;padding-bottom: 80px;box-sizing: content-box;left: 0;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%)}.page-title.page-title-layout-large-title h1{z-index: 1;text-transform: uppercase;font-size: 115px;line-height: 1;left: -8px}.page-title.page-title-layout-large-title h1 span{color: #0f1346}.page-title.page-title-layout-large-title .breadcrumbs{position: relative;z-index: 1}.page-title.page-title-layout-large-title .breadcrumbs li a,.page-title.page-title-layout-large-title .breadcrumbs li span{color: #aaa;text-transform: uppercase;font-weight: 700;font-size: 14px}.page-title.page-title-layout-large-title .breadcrumbs li:after{color: #aaa;content: '/';font-weight: bold;padding: 0 5px}.page-title.page-title-layout-large-title h1.has-subtitle:before{position: absolute;content: '';display: block;left: 8px;bottom: -60px;width: 70px;height: 3px;background-color: #0f1346}.page-title.page-title-layout-large-title h1.has-subtitle + p{font-size: 32px;margin-bottom: 20px}.page-title.page-title-layout-large-title p{color: #aaa;opacity: 1}.page-title.page-title-layout-large-title.page-title-background .breadcrumbs{position: relative;z-index: 2}.page-title.page-title-layout-large-title.page-title-background .breadcrumbs li:after,.page-title.page-title-layout-large-title.page-title-background .breadcrumbs li a,.page-title.page-title-layout-large-title.page-title-background .breadcrumbs li span{color: #fff}@media (max-width: 767px){.page-title.page-title-layout-normal .breadcrumbs{position: static;-webkit-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0)}.page-title.page-title-layout-large-title h1{font-size: 80px;-ms-word-wrap: break-word;word-wrap: break-word}}@media (max-width: 479px){.page-title.page-title-layout-large-title h1{font-size: 48px}}.dialog,.dialog__overlay{width: 100%;height: 100%;top: 0;left: 0}.dialog{position: fixed;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: center;justify-content: center;pointer-events: none;z-index: 9999}.dialog__overlay{position: absolute;z-index: 1;background: rgba(55,58,71,0.9);opacity: 0;-webkit-transition: opacity .3s;transition: opacity .3s;-webkit-backface-visibility: hidden}.dialog--open .dialog__overlay{opacity: 1;pointer-events: auto}.dialog__content{width: 80%;max-width: 520px;min-width: 290px;background: #fff;padding: 20px;text-align: center;position: relative;z-index: 5;opacity: 0}.dialog--open .dialog__content{pointer-events: auto}.dialog h2{margin: 0;font-weight: 400;font-size: 24px;padding: 0 0 15px;text-transform: uppercase}.dialog--open .dialog__overlay{-webkit-transition-duration: 0.8s;transition-duration: 0.8s}.dialog--close .dialog__overlay{-webkit-transition-duration: 0.5s;transition-duration: 0.5s}.dialog__content{padding: 0;background: transparent}.dialog.dialog--open .dialog__content{opacity: 1}.morph-shape{position: absolute;width: calc(100% + 2px);height: calc(100% + 2px);top: -2px;left: -2px;z-index: -1}.morph-shape svg rect{stroke: #fff;stroke-width: 2px;stroke-dasharray: 1680}.dialog--open .morph-shape svg rect{-webkit-animation: anim-dash .6s forwards;animation: anim-dash .6s forwards}.dialog-inner{opacity: 0;background: #fff}.dialog--open .dialog-inner{padding: 30px;opacity: 1;-webkit-transition: opacity .85s .35s;transition: opacity .85s .35s}.dialog.dialog--open h2{-webkit-animation: anim-elem-1 .7s ease-out both;-o-animation: anim-elem-1 .7s ease-out both;animation: anim-elem-1 .7s ease-out both}.dialog.dialog--open a[data-dialog-close]{position: absolute;border: none;top: 0;right: 0;width: 35px;height: 35px;line-height: 35px !important;background-color: #eee}.dialog.dialog--open a[data-dialog-close] i{font-size: 16px;line-height: 35px !important}.dialog.dialog--open a[data-dialog-close]:hover{color: #0f1346}.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}}body.safari .dialog__content{margin-left: auto;margin-right: auto;margin-top: 100px}body.safari .dialog__content .morph-shape{display: none}.main-menu:not(.x-nav-menu){list-style: none;padding: 0;margin: 0}.main-menu:not(.x-nav-menu) li{position: relative}.main-menu:not(.x-nav-menu) li li a{display: block;padding: 10px 0;color: inherit}.main-menu:not(.x-nav-menu) li li a:hover{color: #0f1346}.main-menu:not(.x-nav-menu) li:hover > ul{display: block;border-top: solid 1px #eee;-webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.15);-moz-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.15);box-shadow: 0 2px 2px 1px rgba(0,0,0,0.15)}.main-menu:not(.x-nav-menu) > li{display: inline-block;line-height: 24px;padding-top: 25.5px;padding-bottom: 25.5px}.main-menu:not(.x-nav-menu) > li + li{margin-left: 30px}.main-menu:not(.x-nav-menu) > li > a{font-size: 13px;text-transform: uppercase;font-weight: 700;color: #212121}.main-menu:not(.x-nav-menu) > li li + li > a{border-top: solid 1px #ededed}.main-menu:not(.x-nav-menu) > li ul{display: none;position: absolute;list-style: none;padding: 10px 0;margin: 0;background-color: #fff;top: 0;left: 100%;color: #111;z-index: 999;border-bottom: solid 2px #0f1346}.main-menu:not(.x-nav-menu) > li ul li{position: relative;min-width: 210px;padding-left: 20px;padding-right: 20px;line-height: 25px}.main-menu:not(.x-nav-menu) > li:hover > ul{top: 100%;left: auto}.main-menu:not(.x-nav-menu) > li:last-child > ul{left: auto;right: 0}.main-menu:not(.x-nav-menu) > li:last-child li:hover ul{left: auto;right: 100%}.nav-menu-mobile:not(.x-nav-menu){list-style: none;padding: 0;margin: 0}.nav-menu-mobile:not(.x-nav-menu) li{border-top: solid 1px #313131;position: relative}.nav-menu-mobile:not(.x-nav-menu) a{padding: 10px 20px;display: inline-block;text-transform: uppercase;font-weight: 700}.nav-menu-mobile:not(.x-nav-menu) ul{display: none;padding: 0;margin: 0;list-style: none;background-color: #313131;position: relative}.nav-menu-mobile:not(.x-nav-menu) ul li{border-color: #414141}.nav-menu-mobile:not(.x-nav-menu) b.menu-caret{position: absolute;right: 20px}.nav-menu-mobile:not(.x-nav-menu) b.menu-caret:before{content: "\f067";font-family: fontawesome;font-size: 10px;font-weight: 400;vertical-align: top}b.x-caret:before{content: "\e688";font-family: 'Pe-icon-7-stroke';font-size: 16px;font-weight: 400;vertical-align: top}.x-sub-menu-open > a b.x-caret{-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg)}.x-custom-content-wrapper{white-space: normal;line-height: 1.8;padding-top: 5px;padding-bottom: 5px}.x-nav-menu img{max-width: 100%;height: auto}.x-image-layout > a{display: block}@media screen and (min-width: 1200px){.x-col-1-12{width: 8.33333333333333%}.x-col-2-12{width: 16.6666666666667%}.x-col-3-12{width: 25%}.x-col-4-12{width: 33.3333333333333%}.x-col-5-12{width: 41.6666666666667%}.x-col-6-12{width: 50%}.x-col-7-12{width: 58.3333333333333%}.x-col-8-12{width: 66.6666666666667%}.x-col-9-12{width: 75%}.x-col-10-12{width: 83.3333333333333%}.x-col-11-12{width: 91.6666666666667%}.x-col-12-12{width: 100%}.x-col-1-11{width: 9.09090909090909%}.x-col-2-11{width: 18.1818181818182%}.x-col-3-11{width: 27.2727272727273%}.x-col-4-11{width: 36.3636363636364%}.x-col-5-11{width: 45.4545454545455%}.x-col-6-11{width: 54.5454545454545%}.x-col-7-11{width: 63.6363636363636%}.x-col-8-11{width: 72.7272727272727%}.x-col-9-11{width: 81.8181818181818%}.x-col-10-11{width: 90.9090909090909%}.x-col-1-10{width: 10%}.x-col-2-10{width: 20%}.x-col-3-10{width: 30%}.x-col-4-10{width: 40%}.x-col-5-10{width: 50%}.x-col-6-10{width: 60%}.x-col-7-10{width: 70%}.x-col-8-10{width: 80%}.x-col-9-10{width: 90%}.x-col-1-8{width: 12.5%}.x-col-3-8{width: 37.5%}.x-col-5-8{width: 62.5%}.x-col-7-8{width: 87.5%}.x-col-1-9{width: 11.1111111111111%}.x-col-2-9{width: 22.2222222222222%}.x-col-4-9{width: 44.4444444444444%}.x-col-5-9{width: 55.5555555555556%}.x-col-7-9{width: 77.7777777777778%}.x-col-8-9{width: 88.8888888888889%}.x-col-1-7{width: 14.2857142857143%}.x-col-2-7{width: 28.5714285714286%}.x-col-3-7{width: 42.8571428571429%}.x-col-4-7{width: 57.1428571428571%}.x-col-5-7{width: 71.4285714285714%}.x-col-6-7{width: 85.7142857142857%}.x-col{display: block;float: left}.x-clear{clear: both}.x-new-row{clear: both}li.x-pos-static{position: static}li.x-text-align-right{text-align: right}li.x-text-align-left{text-align: left}li.x-text-align-center{text-align: center}span.x-disable-text{display: none}i.x-menu-icon{color: #0f1346}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}a.x-image + a.x-menu-a-text{text-align: center}.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;vertical-align: middle}.x-nav-menu *{color: inherit;box-sizing: border-box}.x-nav-menu > .x-menu-item{display: inline-block;line-height: 24px}.x-nav-menu > .x-menu-item > a b.x-caret:before{margin-left: 5px}.x-nav-menu > .x-menu-item + .x-menu-item{margin-left: 10px}.x-nav-menu > .x-menu-item > .x-menu-a-text{font-size: 13px;text-transform: uppercase;font-weight: bold;color: #0f1346;padding-top: 25.5px;padding-bottom: 25.5px;display: inline-block;position: relative}.x-nav-menu > .x-menu-item > .x-menu-a-text > .x-description{display: none}.x-sub-menu{height: 0;visibility: hidden;overflow: hidden;position: absolute;opacity: 0;top: 100%;padding: 0;margin: 0;color: #fff;z-index: -1;list-style: none;background-color: #111;border-bottom: solid 2px #0f1346;-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;white-space: nowrap}.x-sub-menu b.x-caret:before{content: "\e684"}.x-sub-menu .x-menu-a-text{line-height: 20px;font-size: 12px;padding: 12px 0;font-family: 'Montserrat';text-transform: uppercase;display: block}.x-active > .x-sub-menu{overflow: visible;visibility: visible;opacity: 1;height: auto;z-index: 999}p.x-description{font-style: italic;font-size: 0.9em;line-height: 30px;margin-top: -8px;margin-bottom: 10px}span.x-menu-text{position: relative}.x-sub-menu-standard{padding: 20px 0;z-index: 1}.x-sub-menu-standard > .x-menu-item{min-width: 270px;padding-left: 30px;padding-right: 30px}.x-sub-menu-standard > .x-menu-item + .x-menu-item > .x-menu-a-text{border-top: solid 1px rgba(238,238,238,0.1)}.x-sub-menu-standard > .x-menu-item b.x-caret{position: absolute;right: 30px;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.x-sub-menu-standard a.x-menu-a-text{color: inherit}.x-sub-menu-standard a.x-menu-a-text:before{content: "\e684";font-family: 'Pe-icon-7-stroke';font-size: 16px;font-weight: 400;vertical-align: top;opacity: 0;visibility: hidden;margin-left: -10px}.x-sub-menu-standard a.x-menu-a-text:before,.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:before{opacity: 1;visibility: visible;margin-left: 0}.x-sub-menu-standard a.x-menu-a-text:hover{color: #0f1346}.x-sub-menu-standard .x-sub-menu{top: 0;left: 100%;right: auto;margin-left: 5px}.x-sub-menu-standard .x-sub-menu.x-pos-left-menu-parent{margin-left: 0;margin-right: 5px}.x-sub-menu-standard.x-pos-full > .x-menu-item{padding-left: 0;padding-right: 0}.x-sub-menu-multi-column{display: block;color: #fff;background-color: #111}.x-sub-menu-multi-column:after{content: "";display: block;clear: both}.x-sub-menu-multi-column > .x-menu-item{padding-left: 30px;padding-right: 30px;min-width: 0}.x-sub-menu-multi-column .x-menu-item{min-width: 0}.x-sub-menu-multi-column > .x-item-menu-standard .x-menu-item{padding-left: 0;padding-right: 0}.x-sub-menu-multi-column .x-custom-content .x-menu-a-text{display: none}.x-sub-menu-multi-column .x-sub-menu{padding-top: 0;padding-bottom: 0;height: auto;visibility: visible;opacity: 1;position: static;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border: none;background-color: transparent;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{color: #0f1346;font-size: 14px;text-transform: uppercase;position: relative;line-height: 1;display: block;padding: 0;margin-bottom: 35px}.x-sub-menu-multi-column b.x-caret{display: none}li.x-active .x-sub-menu-multi-column:not(.no-padding){padding-bottom: 60px;padding-top: 60px}.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;padding-left: 0;padding-right: 0}.x-sub-menu-tab > li > ul.x-sub-menu{position: absolute;left: 0;right: 0;top: 0;visibility: hidden;overflow: hidden;opacity: 0;height: 0;padding-bottom: 30px;padding-top: 30px}.x-sub-menu-tab > li > .x-sub-menu-multi-column > .x-menu-item{padding-left: 15px;padding-right: 15px}.x-sub-menu-tab > li.x-menu-item > a.x-menu-a-text{display: block;position: relative;padding-left: 20px;padding-right: 20px}.x-sub-menu-tab > li.x-menu-active{background-color: rgba(255,255,255,0.1)}.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 #111;height: 16px;top: 0;bottom: 0;margin: auto}.x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:hover{color: inherit}.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: rgba(255,255,255,0.1)}.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: #0f1346}.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 !important}.x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text:before,.x-nav-menu > li.current-menu-parent > a.x-menu-a-text:before,.x-nav-menu > li.current-menu-item > a.x-menu-a-text:before,.x-nav-menu > li.menu-current > a.x-menu-a-text:before,.x-nav-menu > li > a.x-menu-a-text:hover:before,.x-nav-menu > li.x-menu-item:hover > a:before{width: 100%}.primary-menu .no-menu{line-height: 75px}.is-sticky .primary-menu .no-menu{line-height: 55px}}@media screen and (max-width: 1199px){i.x-icon-left{margin-right: 10px}i.x-icon-right{margin-left: 10px}.x-sub-menu{display: none;margin: 0;padding: 0}p.x-description,.x-custom-content-wrapper,.x-image{padding-left: 20px;padding-right: 20px}a.x-image{padding-top: 20px;display: inline-block}.x-nav-menu,.x-nav-menu ul{list-style: none}.x-menu-item{position: relative}.x-nav-menu{padding: 0;margin: 0}.x-nav-menu a.x-menu-a-text{padding-top: 10px;padding-bottom: 10px;display: inline-block;text-transform: uppercase;font-weight: 700}b.x-caret:before{font-weight: 400;vertical-align: middle}.x-caret{position: absolute;right: 0}.x-sub-menu,.x-nav-menu,.x-nav-menu li.x-menu-item + li{border-top: solid 1px #eee}.menu-drop-fly{position: fixed;top: 0;bottom: 0;left: -280px;width: 280px;background-color: #212121;color: #fff;z-index: 9999;overflow: auto}.menu-drop-fly .nav-menu-mobile{color: #fff}.menu-drop-fly .nav-menu-mobile a{color: #fff}.menu-drop-fly .nav-menu-mobile a:hover{color: #0f1346}.menu-drop-fly .nav-menu-mobile{display: block}.menu-drop-fly .x-sub-menu,.menu-drop-fly .x-nav-menu,.menu-drop-fly li.x-menu-item + li{border-color: #313131}.menu-drop-fly .x-caret{right: 20px}.menu-drop-fly .x-menu-a-text{padding-left: 20px !important;padding-right: 20px}.menu-drop-fly .x-menu-item .x-menu-item .x-menu-a-text{text-transform: none}.menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text{font-weight: 400}.menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text{font-size: 12px}.menu-drop-fly .x-sub-menu{background-color: #313131;position: relative;border-top: none !important}.menu-drop-fly .x-sub-menu .x-sub-menu{background-color: #414141}.menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu{background-color: #515151}.menu-drop-fly li li.x-menu-item + li{border-color: #414141}.menu-drop-fly li li li.x-menu-item + li{border-color: #515151}.menu-drop-fly li li li li.x-menu-item + li{border-color: #616161}.menu-drop-fly .x-sub-menu:before{content: '';position: absolute;left: 20px;border-left: solid 6px transparent;border-right: solid 6px transparent;border-top: solid 6px #212121}.menu-drop-fly .x-sub-menu .x-sub-menu:before{border-top-color: #313131}.menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu:before{border-top-color: #414141}.menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu .x-sub-menu:before{border-top-color: #515151}body{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;left: 0}.mobile-nav-overlay{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 999;background-color: rgba(0,0,0,0.7);visibility: hidden;overflow: hidden;opacity: 0;max-width: 0;-webkit-transition: opacity .5s, visibility 1s;transition: opacity .5s, visibility 1s;cursor: url(https://www.altinopane.com/wp-content/themes/g5plus-arvo/assets/images/close.png) 15 15, default}body.mobile-nav-in{overflow: hidden;left: 280px}body.mobile-nav-in .menu-drop-fly{left: 0}body.mobile-nav-in .mobile-nav-overlay{max-width: 100%;opacity: 1;visibility: visible}body.mobile-nav-in .is-sticky .sticky-region{left: 280px;right: -280px}}.sidebar-mobile-canvas-icon-close{display: none}.sidebar-mobile-canvas-icon{padding: 10px 12px;display: none;line-height: 1;-webkit-border-top-right-radius: 4px;-moz-border-radius-topright: 4px;border-top-right-radius: 4px;-webkit-border-bottom-right-radius: 4px;-webkit-background-clip: padding-box;-moz-border-radius-bottomright: 4px;-moz-background-clip: padding;border-bottom-right-radius: 4px;background-clip: padding-box;box-shadow: 1px 2px 4px rgba(0,0,0,0.4);cursor: pointer;position: fixed;top: 245px;left: 0;z-index: 1001;background-color: #fff;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.widget{margin-bottom: 50px}.widget:after{content: '';clear: both;display: block}.widget-title{font-size: 20px;font-weight: bold;margin-bottom: 30px}.widget-title:after{content: '';display: block;width: 70px;height: 3px;background-color: #0f1346;margin-top: 7px}.widget_meta ul,.widget_archive ul,.widget_categories ul,.widget_nav_menu ul,.widget_pages ul,.widget_product_categories ul,.widget_recent_entries ul{list-style: none;padding: 0;margin: 0}.widget_meta li,.widget_archive li,.widget_categories li,.widget_nav_menu li,.widget_pages li,.widget_product_categories li,.widget_recent_entries li{padding: 0;margin: 0;line-height: 20px;font-size: 14px;position: relative;color: #333;font-family: 'Montserrat'}.widget_meta li > a,.widget_archive li > a,.widget_categories li > a,.widget_nav_menu li > a,.widget_pages li > a,.widget_product_categories li > a,.widget_recent_entries li > a{display: block;padding: 10px 0;color: inherit;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.widget_meta li > a:before,.widget_archive li > a:before,.widget_categories li > a:before,.widget_nav_menu li > a:before,.widget_pages li > a:before,.widget_product_categories li > a:before,.widget_recent_entries li > a:before{content: "\f0da";font-family: fontawesome;display: inline-block;font: normal normal normal 14px/1 FontAwesome !important;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;padding-right: 10px}.widget_meta li + li,.widget_archive li + li,.widget_categories li + li,.widget_nav_menu li + li,.widget_pages li + li,.widget_product_categories li + li,.widget_recent_entries li + li{border-top: 1px solid #eee}.widget_meta li li > a,.widget_archive li li > a,.widget_categories li li > a,.widget_nav_menu li li > a,.widget_pages li li > a,.widget_product_categories li li > a,.widget_recent_entries li li > a{padding-left: 40px}.widget_meta li li li > a,.widget_archive li li li > a,.widget_categories li li li > a,.widget_nav_menu li li li > a,.widget_pages li li li > a,.widget_product_categories li li li > a,.widget_recent_entries li li li > a{padding-left: 60px}.widget_meta li li li li > a,.widget_archive li li li li > a,.widget_categories li li li li > a,.widget_nav_menu li li li li > a,.widget_pages li li li li > a,.widget_product_categories li li li li > a,.widget_recent_entries li li li li > a{padding-left: 80px}.widget_meta ul ul,.widget_archive ul ul,.widget_categories ul ul,.widget_nav_menu ul ul,.widget_pages ul ul,.widget_product_categories ul ul,.widget_recent_entries ul ul{display: none;border-top: 1px solid #eee}.widget_meta .li-caret,.widget_archive .li-caret,.widget_categories .li-caret,.widget_nav_menu .li-caret,.widget_pages .li-caret,.widget_product_categories .li-caret,.widget_recent_entries .li-caret{position: absolute;right: 0;top: 0;cursor: pointer;font-size: 10px;width: 40px;height: 40px;text-align: center;line-height: 40px}.widget_meta .li-caret.in:before,.widget_archive .li-caret.in:before,.widget_categories .li-caret.in:before,.widget_nav_menu .li-caret.in:before,.widget_pages .li-caret.in:before,.widget_product_categories .li-caret.in:before,.widget_recent_entries .li-caret.in:before{content: '\f068'}.widget_meta .current_page_item > a,.widget_archive .current_page_item > a,.widget_categories .current_page_item > a,.widget_nav_menu .current_page_item > a,.widget_pages .current_page_item > a,.widget_product_categories .current_page_item > a,.widget_recent_entries .current_page_item > a,.widget_meta .current-cat > a,.widget_archive .current-cat > a,.widget_categories .current-cat > a,.widget_nav_menu .current-cat > a,.widget_pages .current-cat > a,.widget_product_categories .current-cat > a,.widget_recent_entries .current-cat > a,.widget_meta .current-menu-item > a,.widget_archive .current-menu-item > a,.widget_categories .current-menu-item > a,.widget_nav_menu .current-menu-item > a,.widget_pages .current-menu-item > a,.widget_product_categories .current-menu-item > a,.widget_recent_entries .current-menu-item > a,.widget_meta li > a:hover,.widget_archive li > a:hover,.widget_categories li > a:hover,.widget_nav_menu li > a:hover,.widget_pages li > a:hover,.widget_product_categories li > a:hover,.widget_recent_entries li > a:hover{color: #0f1346}.widget_meta .current_page_item > a + ul + span,.widget_archive .current_page_item > a + ul + span,.widget_categories .current_page_item > a + ul + span,.widget_nav_menu .current_page_item > a + ul + span,.widget_pages .current_page_item > a + ul + span,.widget_product_categories .current_page_item > a + ul + span,.widget_recent_entries .current_page_item > a + ul + span,.widget_meta .current-cat > a + ul + span,.widget_archive .current-cat > a + ul + span,.widget_categories .current-cat > a + ul + span,.widget_nav_menu .current-cat > a + ul + span,.widget_pages .current-cat > a + ul + span,.widget_product_categories .current-cat > a + ul + span,.widget_recent_entries .current-cat > a + ul + span,.widget_meta .current-menu-item > a + ul + span,.widget_archive .current-menu-item > a + ul + span,.widget_categories .current-menu-item > a + ul + span,.widget_nav_menu .current-menu-item > a + ul + span,.widget_pages .current-menu-item > a + ul + span,.widget_product_categories .current-menu-item > a + ul + span,.widget_recent_entries .current-menu-item > a + ul + span,.widget_meta li > a:hover + ul + span,.widget_archive li > a:hover + ul + span,.widget_categories li > a:hover + ul + span,.widget_nav_menu li > a:hover + ul + span,.widget_pages li > a:hover + ul + span,.widget_product_categories li > a:hover + ul + span,.widget_recent_entries li > a:hover + ul + span{color: #0f1346}.widget_meta li > a:hover,.widget_archive li > a:hover,.widget_categories li > a:hover,.widget_nav_menu li > a:hover,.widget_pages li > a:hover,.widget_product_categories li > a:hover,.widget_recent_entries li > a:hover{padding-left: 5px}.widget_meta li li > a:hover,.widget_archive li li > a:hover,.widget_categories li li > a:hover,.widget_nav_menu li li > a:hover,.widget_pages li li > a:hover,.widget_product_categories li li > a:hover,.widget_recent_entries li li > a:hover{padding-left: 45px}.widget_meta li li li > a:hover,.widget_archive li li li > a:hover,.widget_categories li li li > a:hover,.widget_nav_menu li li li > a:hover,.widget_pages li li li > a:hover,.widget_product_categories li li li > a:hover,.widget_recent_entries li li li > a:hover{padding-left: 65px}.widget_meta li li li li > a:hover,.widget_archive li li li li > a:hover,.widget_categories li li li li > a:hover,.widget_nav_menu li li li li > a:hover,.widget_pages li li li li > a:hover,.widget_product_categories li li li li > a:hover,.widget_recent_entries li li li li > a:hover{padding-left: 85px}.widget_meta .current_page_ancestor > ul,.widget_archive .current_page_ancestor > ul,.widget_categories .current_page_ancestor > ul,.widget_nav_menu .current_page_ancestor > ul,.widget_pages .current_page_ancestor > ul,.widget_product_categories .current_page_ancestor > ul,.widget_recent_entries .current_page_ancestor > ul,.widget_meta .current_page_parent > ul,.widget_archive .current_page_parent > ul,.widget_categories .current_page_parent > ul,.widget_nav_menu .current_page_parent > ul,.widget_pages .current_page_parent > ul,.widget_product_categories .current_page_parent > ul,.widget_recent_entries .current_page_parent > ul,.widget_meta .current-cat-parent > ul,.widget_archive .current-cat-parent > ul,.widget_categories .current-cat-parent > ul,.widget_nav_menu .current-cat-parent > ul,.widget_pages .current-cat-parent > ul,.widget_product_categories .current-cat-parent > ul,.widget_recent_entries .current-cat-parent > ul,.widget_meta .current-cat-ancestor > ul,.widget_archive .current-cat-ancestor > ul,.widget_categories .current-cat-ancestor > ul,.widget_nav_menu .current-cat-ancestor > ul,.widget_pages .current-cat-ancestor > ul,.widget_product_categories .current-cat-ancestor > ul,.widget_recent_entries .current-cat-ancestor > ul{display: block}.widget_nav_menu.footer-menu li > a{padding-top: 5px;padding-bottom: 5px}.widget_nav_menu.footer-menu li + li{border: none}.widget_nav_menu.footer-menu ul ul{border: none}.widget_recent_comments ul,.widget_rss ul{list-style: none;padding: 0;margin: 0}.widget_recent_comments li,.widget_rss li{padding: 7px 0;line-height: 25px}.widget_recent_comments li:before,.widget_rss li:before{content: "\f0da";font-family: fontawesome;display: inline-block;font: normal normal normal 14px/1 FontAwesome !important;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;padding-right: 10px}.widget_recent_comments li + li,.widget_rss li + li{border-top: 1px solid #eee}.widget_archive select,.widget_categories select{width: 100%}.widget_archive .screen-reader-text,.widget_categories .screen-reader-text{display: none}.widget_calendar .calendar_wrap caption{color: #333;text-transform: uppercase;font-weight: bold;font-size: 13px;padding-top: 0}.widget_calendar #wp-calendar{width: 100%}.widget_calendar #wp-calendar th{background-color: #eee}.widget_calendar #wp-calendar tbody td,.widget_calendar #wp-calendar th{border: solid 1px #eee;text-align: center;padding: 8px 0 2px}.widget_calendar #wp-calendar tfoot td{color: #333;text-transform: uppercase;font-weight: bold}.widget_calendar #wp-calendar td#next{text-align: right}.widget-posts ul{list-style: none;padding: 0;margin: 0}.widget-posts li + li{margin-top: 20px;padding-top: 20px;border-top: 1px solid #eee}.widget-posts .entry-thumb-wrap{width: 100px;margin-bottom: 0;float: left}.widget-posts .entry-thumb-wrap + .entry-content-wrap{padding-left: 110px}.widget-posts .entry-post-title{font-size: 14px;font-weight: 400;color: #333;line-height: 1.4;margin: 0}.widget-posts .entry-thumbnail .zoomGallery{font-size: 12px;width: 30px;height: 30px;line-height: 30px}.widget-posts .post-video .zoomGallery{font-size: 18px;width: 18px;height: 18px;line-height: 18px}.widget-posts .owl-carousel > .owl-nav{display: none !important}.widget-posts .owl-dots > div{margin: 0 2px}.widget-posts .entry-content-wrap{padding: 0;border: none}.search-form{position: relative;width: 100%}.search-form .search-field{width: 100%;padding-right: 50px}.search-form .search-field:focus + .search-submit{color: #0f1346}.search-form .search-submit{position: absolute;width: 45px;height: 45px;right: 0;top: 0;padding: 0;font-size: 16px;background-color: transparent;color: #bababa;border: none}.search-form .search-submit:hover{color: #0f1346}.tagcloud{font-size: 0;margin-bottom: -5px}.tagcloud a{display: inline-block;vertical-align: top;font-size: 13px !important;color: #333;letter-spacing: 0.02em;line-height: 18px;padding: 7px 15px;margin: 0 5px 5px 0;border: solid 2px #ddd;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.tagcloud a:focus,.tagcloud a:hover{background-color: #0f1346 !important;border-color: #0f1346 !important;color: #fff !important}.widget-social-profile{margin: 0}ul.widget-social-profiles{list-style: none;padding: 0;margin: 0;display: inline-block;font-size: 0}ul.widget-social-profiles li{display: inline-block}ul.widget-social-profiles li + li{margin-left: 20px}ul.widget-social-profiles i{font-size: 18px}ul.widget-social-profiles.circle li + li,ul.widget-social-profiles.circle-fill li + li{margin-left: 5px}ul.widget-social-profiles.circle i,ul.widget-social-profiles.circle-fill i{width: 42px;height: 42px;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;text-align: center;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}ul.widget-social-profiles.circle i:hover,ul.widget-social-profiles.circle-fill i:hover{background-color: #0f1346 !important;border-color: #0f1346 !important;color: #fff !important}ul.widget-social-profiles.circle i{border: 1px solid rgba(226,226,226,0.1);line-height: 40px}ul.widget-social-profiles.circle-fill i{line-height: 42px;background-color: #f7f7f7;color: #555}.social-profiles-title{display: inline-block;margin-right: 15px}.g5plus-widget-image{position: relative}.g5plus-widget-image a{position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color: #ededed;height: 6px;-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box;margin-bottom: 40px}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{height: 6px;-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box;background-color: #0f1346}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{height: 18px;width: 18px;-webkit-border-radius: 100%;-webkit-background-clip: padding-box;-moz-border-radius: 100%;-moz-background-clip: padding;border-radius: 100%;background-clip: padding-box;background-color: #0f1346;top: -6px}.woocommerce .widget_price_filter .price_label{font-size: 14px;text-transform: uppercase;color: #333;line-height: 41px}.woocommerce .widget_price_filter .price_slider_amount .button{font-size: 13px;padding-top: 8.5px;padding-bottom: 8.5px;background-color: #0f1346;color: #fff}.woocommerce .widget_price_filter .price_slider_amount .button:hover{color: #333;border-color: #0f1346;background-color: transparent}.woocommerce ul.product_list_widget li{padding-bottom: 15px;border-bottom: 1px solid #eee}.woocommerce ul.product_list_widget li + li{margin-top: 15px}.woocommerce ul.product_list_widget li img{float: left;width: 70px;margin: 0 15px 0 0}.woocommerce ul.product_list_widget li a{font-family: 'Montserrat';font-size: 14px;text-transform: uppercase;line-height: 1.8;color: #333}.woocommerce ul.product_list_widget li a:hover{color: #0f1346 !important}.woocommerce ul.product_list_widget span.amount{display: inline-block;font-size: 16px;color: #0f1346;font-family: 'Montserrat'}.woocommerce ul.product_list_widget span.reviewer{display: inline-block;font-size: 14px;font-weight: 600;color: #8f8f8f}.woocommerce ul.product_list_widget ins span.amount{text-decoration: none}.woocommerce ul.product_list_widget del span.amount{margin-right: 5px;text-decoration: line-through;color: #ccc}.woocommerce ul.product_list_widget del,.woocommerce ul.product_list_widget ins{display: inline-block}.woocommerce ul.product_list_widget a + span.amount,.woocommerce ul.product_list_widget a + del{margin-top: 5px}.woocommerce ul.product_list_widget li .star-rating{margin-bottom: 15px;margin-top: 0}.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li a,.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li a{color: inherit}.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li,.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li{margin: 0;line-height: 20px;font-size: 14px;position: relative;color: #333;font-family: 'Montserrat';padding: 10px 0;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:before,.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:before{content: "\f0da";display: inline-block;font: normal normal normal 14px/1 FontAwesome !important;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;padding-right: 10px}.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:hover,.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:hover{padding-left: 5px}.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li + li,.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li + li{border-top: 1px solid #eee}.woocommerce .widget_layered_nav .count,.woocommerce .widget_layered_nav_filters .count{font-size: 1em}.woocommerce .widget_layered_nav ul.yith-wcan-color{margin-bottom: -5px}.woocommerce .widget_layered_nav ul.yith-wcan-color li a{position: relative;width: 34px;height: 34px;border: none;margin: 0 5px 5px 0}.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover{border: none}.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover:after{font-family: 'FontAwesome';content: '\f00c';display: inline-block;color: #fff;position: absolute;margin: 10px 0 0 10px;font-size: 12px;line-height: 1;text-indent: 0;top: 0;left: 0}.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a{border: none}.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:before{display: none}.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:after{font-family: 'FontAwesome';content: '\f00c';display: inline-block;color: #fff;position: absolute;margin: 10px 0 0 10px;font-size: 12px;line-height: 1;text-indent: 0;top: 0;left: 0}.woocommerce .widget_layered_nav ul.yith-wcan-label{margin-bottom: -5px}.woocommerce .widget_layered_nav ul.yith-wcan-label li a{background-color: transparent;font-size: 12px;border: 1px solid #dedede;margin: 0 5px 5px 0;line-height: 20px;padding: 4px 20px;text-align: center;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover{background-color: #0f1346;border-color: #0f1346;color: #fff}.woocommerce .widget_layered_nav ul.yith-wcan-label li a:before{display: none}.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a{background-color: #0f1346;border-color: #0f1346;color: #fff}.yit-wcan-select-open{margin: 0}.yith-wcan-select-wrapper{max-width: 270px;margin: -1px 0 0 0}.yith-woocompare-widget ul{padding: 0;list-style: none;margin-bottom: 20px}.yith-woocompare-widget a.button{padding-top: 8.5px !important;padding-bottom: 8.5px !important}.yith-woocompare-widget ul.products-list a.remove{margin: 0;height: 16px;width: 14px;line-height: 1;font-size: 0}.yith-woocompare-widget ul.products-list a.remove:hover{background-color: transparent}.yith-woocompare-widget ul.products-list li{line-height: 20px;padding: 10px 0;border-bottom: 1px solid #eee}.yith-woocompare-widget ul.products-list li a.title{padding: 0;margin: 0;font-size: 14px;position: relative;color: #333;font-family: 'Montserrat'}.woocommerce .widget_rating_filter ul li{border-bottom: 1px solid #eee;padding: 10px 0}.woocommerce .widget_rating_filter ul li a{display: block;width: 100%;text-align: right;line-height: 20px}.woocommerce .widget_rating_filter ul li .star-rating{float: left}.widget-info-box ul{padding: 0;margin: 0;list-style: none}.widget-info-box li + li{padding-top: 10px}.widget-info-box li > i{float: left;font-size: 20px;text-align: center;width: 20px;line-height: 22px;color: #aaa}.widget-info-box .if-content{display: block;padding-left: 30px}.widget-info-box ul.if-vertical .if-content:before{content: ':';display: inline-block;margin-right: 5px}.widget-info-box ul.if-horizontal li > i{text-align: left;float: none;display: inline-block;vertical-align: middle;width: auto;margin-right: 10px;font-size: 15px}.widget-info-box ul.if-horizontal li{display: inline-block}.widget-info-box ul.if-horizontal .if-content{display: inline-block;padding-left: 0}.widget-info-box ul.if-horizontal li + li{padding-top: 0;margin-left: 20px}.primary-sidebar .widget:last-child{margin-bottom: 0}@media (max-width: 991px){.primary-sidebar{margin-top: 30px}.sidebar-mobile-canvas-icon{display: block}.sidebar-mobile-canvas-icon.changed{display: none}.sidebar-mobile-canvas{margin-top: 0;opacity: 0;position: fixed;left: -300px;top: 0;padding: 30px;width: 300px;box-sizing: border-box;background-color: #fff;z-index: 999999;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.sidebar-mobile-canvas.changed{opacity: 1;left: 0}.sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close{position: absolute;top: 5px;right: 5px;cursor: pointer;padding: 0 5px;display: block}.sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close i{-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close:hover i{color: red}.overlay-canvas-sidebar{position: absolute;display: none;width: 100%;height: 100%;top: 0;left: 0;z-index: 1000;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.overlay-canvas-sidebar.changed{display: block;z-index: 1000;background-color: rgba(0,0,0,0.6);cursor: url(https://www.altinopane.com/wp-content/themes/g5plus-arvo/assets/images/close.png) 15 15, default}}.no-widget-content{padding: 10px;text-align: center;border: dashed 2px}.main-footer .no-widget-content{padding: 50px 30px}.primary-sidebar .no-widget-content{padding: 300px 10px}.top-drawer-wrapper{background-color: #2f2f2f;color: #c5c5c5;line-height: 2em;position: relative}.top-drawer-wrapper .widget{margin-bottom: 0}.top-drawer-wrapper .top-drawer-toggle{position: absolute;right: 0;top: 0;background-color: #0f1346;border-top: solid 2px rgba(0,0,0,0.2);padding: 7px;color: #fff;font-size: 10px;line-height: 1;cursor: pointer;opacity: 0.7}.top-drawer-wrapper.in .top-drawer-toggle,.top-drawer-wrapper:hover .top-drawer-toggle{opacity: 1}.top-drawer-wrapper.in .top-drawer-toggle > i:before{content: "\f068"}.top-drawer-wrapper .widget-title{color: #c5c5c5}.top-drawer-wrapper .widget_meta li,.top-drawer-wrapper .widget_archive li,.top-drawer-wrapper .widget_categories li,.top-drawer-wrapper .widget_nav_menu li,.top-drawer-wrapper .widget_pages li,.top-drawer-wrapper .widget_product_categories li,.top-drawer-wrapper .widget_recent_entries li{color: #c5c5c5}.top-drawer-wrapper .widget_meta li + li,.top-drawer-wrapper .widget_archive li + li,.top-drawer-wrapper .widget_categories li + li,.top-drawer-wrapper .widget_nav_menu li + li,.top-drawer-wrapper .widget_pages li + li,.top-drawer-wrapper .widget_product_categories li + li,.top-drawer-wrapper .widget_recent_entries li + li{border-color: rgba(255,255,255,0.15)}.top-drawer-wrapper .widget_meta ul ul,.top-drawer-wrapper .widget_archive ul ul,.top-drawer-wrapper .widget_categories ul ul,.top-drawer-wrapper .widget_nav_menu ul ul,.top-drawer-wrapper .widget_pages ul ul,.top-drawer-wrapper .widget_product_categories ul ul,.top-drawer-wrapper .widget_recent_entries ul ul{border-color: rgba(255,255,255,0.15)}.top-drawer-wrapper .widget_recent_comments li + li,.top-drawer-wrapper .widget_rss li + li{border-color: rgba(255,255,255,0.15)}.top-drawer-wrapper .widget_calendar .calendar_wrap caption{color: #fff}.top-drawer-wrapper .widget_calendar #wp-calendar{width: 100%}.top-drawer-wrapper .widget_calendar #wp-calendar th{background-color: rgba(255,255,255,0.15)}.top-drawer-wrapper .widget_calendar #wp-calendar tbody td,.top-drawer-wrapper .widget_calendar #wp-calendar th{border-color: rgba(255,255,255,0.15)}.top-drawer-wrapper .widget_calendar #wp-calendar tfoot td{color: #c5c5c5}.top-drawer-wrapper .widget-posts li + li{border-color: rgba(255,255,255,0.15)}.top-drawer-wrapper .widget-posts .entry-post-title{color: #fff}.top-drawer-wrapper .tagcloud a{color: #c5c5c5;border-color: rgba(255,255,255,0.15)}.top-drawer-wrapper .woocommerce ul.product_list_widget li{border-color: rgba(255,255,255,0.15)}.top-drawer-wrapper .woocommerce ul.product_list_widget li a{color: #fff}.top-drawer-wrapper .woocommerce ul.product_list_widget span.reviewer{color: #fff}.top-drawer-wrapper ul.widget-social-profiles i{font-size: 12px}.top-drawer-wrapper .widget-info-box li > i{color: #fff}.top-drawer-inner{padding-top: 10px;padding-bottom: 10px}.top-drawer-type-toggle .top-drawer-inner{display: none}@media screen and (max-width: 1199px){.top-drawer-mobile-invisible{display: none}}.shopping-cart-icon{line-height: 1;font-size: 16px;font-weight: 500;text-transform: uppercase;border-top: solid 7px transparent;border-bottom: solid 7px transparent}.shopping-cart-icon .subtotal-info-wrapper{display: inline-block}.shopping-cart-icon > .icon{position: relative;display: inline-block;vertical-align: middle;padding: 5px 10px 5px 0}.shopping-cart-icon > .icon i:before{content: '\f07a';font-family: "FontAwesome";font-style: normal;font-weight: 400}.shopping-cart-icon > .icon span{position: absolute;margin: auto;top: -10px;right: 0;width: 18px;height: 18px;text-align: center;line-height: 18px;background-color: #0f1346;color: #fff;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;font-size: 11px;font-weight: 400;padding-right: 1px}.shopping-cart-list{display: block;visibility: hidden;opacity: 0;margin-top: 15px;position: absolute;top: 100%;right: 0;z-index: 999;background: #fff;color: #212121;padding: 20px 0;width: 320px;line-height: 1.6;-webkit-box-shadow: 0 3px 8px 1px rgba(0,0,0,0.1);-moz-box-shadow: 0 3px 8px 1px rgba(0,0,0,0.1);box-shadow: 0 3px 8px 1px rgba(0,0,0,0.1);-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)}.shopping-cart-list li a{color: inherit}.shopping-cart-list li a:hover{color: #0f1346}.shopping-cart-list ul.cart_list{list-style: none;margin: 0;max-height: 256px;overflow: hidden;position: relative;padding: 0 20px}.shopping-cart-list ul.cart_list li img{width: 60px}.shopping-cart-list ul.cart_list li{border-bottom: none;padding: 0}.shopping-cart-list ul.cart_list li + li{border-top: solid 1px #eee;padding-top: 15px}.shopping-cart-list p.total{border-top: solid 1px #eee;border-bottom: solid 1px #eee;padding: 15px 0;margin: 20px}.shopping-cart-list ul.cart_list li:last-child{margin-bottom: 15px}.shopping-cart-list ul.cart_list li.empty{border-bottom: none;padding: 0;margin: 0;font-size: 16px;text-align: center}.shopping-cart-list li.mini_cart_item a.remove{position: absolute;right: 20px;font-size: 0;color: #212121 !important}.shopping-cart-list li.mini_cart_item a.remove:before{content: '\f00d';font-family: 'fontawesome';font-size: 13px}.shopping-cart-list li.mini_cart_item a.remove:hover{color: #0f1346 !important}.shopping-cart-list span.quantity{margin-top: 5px;display: block}.shopping-cart-list p.buttons{margin: 0;text-align: center}.widget_shopping_cart_content{position: relative;text-align: left}.widget_shopping_cart_content:hover .shopping-cart-list{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)}nav.canvas-menu-wrapper{background-color: #222;color: #bbb;position: fixed;z-index: 999;top: 0;left: 100%;bottom: 0;width: 350px;-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);overflow: hidden;padding: 100px 50px 50px 50px;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}nav.canvas-menu-wrapper.in{-webkit-transform: translateX(-100%);-moz-transform: translateX(-100%);-ms-transform: translateX(-100%);-o-transform: translateX(-100%);transform: translateX(-100%)}nav.canvas-menu-wrapper .canvas-menu-close{position: absolute;top: 10px;right: 10px;font-size: 60px;cursor: pointer;color: #666}nav.canvas-menu-wrapper .widget-title{color: #0f1346;font-size: 14px;font-weight: 400;margin-bottom: 40px;text-transform: uppercase;letter-spacing: 0.1em}nav.canvas-menu-wrapper .widget-title:after{display: none}nav.canvas-menu-wrapper .widget_meta li,nav.canvas-menu-wrapper .widget_archive li,nav.canvas-menu-wrapper .widget_categories li,nav.canvas-menu-wrapper .widget_nav_menu li,nav.canvas-menu-wrapper .widget_pages li,nav.canvas-menu-wrapper .widget_product_categories li,nav.canvas-menu-wrapper .widget_recent_entries li{color: #bbb}nav.canvas-menu-wrapper .widget_meta li + li,nav.canvas-menu-wrapper .widget_archive li + li,nav.canvas-menu-wrapper .widget_categories li + li,nav.canvas-menu-wrapper .widget_nav_menu li + li,nav.canvas-menu-wrapper .widget_pages li + li,nav.canvas-menu-wrapper .widget_product_categories li + li,nav.canvas-menu-wrapper .widget_recent_entries li + li{border-color: rgba(238,238,238,0.1)}nav.canvas-menu-wrapper .widget_meta ul ul,nav.canvas-menu-wrapper .widget_archive ul ul,nav.canvas-menu-wrapper .widget_categories ul ul,nav.canvas-menu-wrapper .widget_nav_menu ul ul,nav.canvas-menu-wrapper .widget_pages ul ul,nav.canvas-menu-wrapper .widget_product_categories ul ul,nav.canvas-menu-wrapper .widget_recent_entries ul ul{border-color: rgba(238,238,238,0.1)}nav.canvas-menu-wrapper .widget_recent_comments li + li,nav.canvas-menu-wrapper .widget_rss li + li{border-color: rgba(238,238,238,0.1)}nav.canvas-menu-wrapper .widget_calendar .calendar_wrap caption{color: #bbb}nav.canvas-menu-wrapper .widget_calendar #wp-calendar{width: 100%}nav.canvas-menu-wrapper .widget_calendar #wp-calendar th{background-color: rgba(238,238,238,0.1)}nav.canvas-menu-wrapper .widget_calendar #wp-calendar tbody td,nav.canvas-menu-wrapper .widget_calendar #wp-calendar th{border-color: rgba(238,238,238,0.1)}nav.canvas-menu-wrapper .widget_calendar #wp-calendar tfoot td{color: #bbb}nav.canvas-menu-wrapper .widget-posts li + li{border-color: rgba(238,238,238,0.1)}nav.canvas-menu-wrapper .widget-posts .entry-post-title{color: #fff}nav.canvas-menu-wrapper .tagcloud a{color: #bbb;border-color: rgba(238,238,238,0.1)}nav.canvas-menu-wrapper .woocommerce ul.product_list_widget li{border-color: rgba(238,238,238,0.1)}nav.canvas-menu-wrapper .woocommerce ul.product_list_widget li a{color: #fff}nav.canvas-menu-wrapper .woocommerce ul.product_list_widget span.reviewer{color: #fff}nav.canvas-menu-wrapper .widget-info-box li > i{color: #fff}body.admin-bar nav.canvas-menu-wrapper{top: 32px}.bar-left{text-align: left}.bar-left .menu ul{left: 100%;right: auto}.bar-left .menu li > ul{left: 0}.bar-right{text-align: right}.bar-right .widget{text-align: left}.bar-wrapper .bottom-bar-inner .widget,.bar-wrapper .top-bar-inner .widget{display: inline-block;margin-bottom: 0;position: relative}.bar-wrapper .bottom-bar-inner .widget + .widget,.bar-wrapper .top-bar-inner .widget + .widget{margin-left: 40px}.bar-wrapper .menu{margin-top: 0}.bar-wrapper .menu li{position: relative;font-size: 12px;color: inherit;border: none}.bar-wrapper .menu li:hover > ul{display: block}.bar-wrapper .menu > li{display: inline-block;line-height: 30px;border: none}.bar-wrapper .menu > li + li{margin-left: 30px;border: none}.bar-wrapper .menu > li > ul{right: 0}.bar-wrapper .menu > li:hover ul{-webkit-transform: translateY(0);max-height: 1000px;visibility: visible;opacity: 1}.bar-wrapper .menu > li > a{padding: 0}.bar-wrapper .menu > li > a:before{display: none}.bar-wrapper .menu > li .li-caret{display: none}.bar-wrapper .menu ul{display: none;text-align: left;padding: 10px 15px;left: auto;right: 100%;min-width: 180px;background-color: #fff;color: #212121;-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);position: absolute;z-index: 9999}.bar-wrapper .menu ul a{padding: 5px 0}.bar-wrapper .menu ul a:hover{color: #0f1346 !important}.bar-wrapper .menu li li li li > a:hover,.bar-wrapper .menu li li li > a:hover,.bar-wrapper .menu li li > a:hover,.bar-wrapper .menu li > a:hover{padding-left: 0}.bar-wrapper.text-center .bar-left,.bar-wrapper.text-center .bar-right{text-align: center}.top-bar-wrapper a:hover{color: #0f1346}.top-bar-wrapper{line-height: 30px;font-size: 12px;background-color: #161945;color: #fff}.top-bar-wrapper a{color: inherit}.top-bar-wrapper.full-border{border-bottom: solid 1px #333}.top-bar-wrapper.container-border .top-bar-inner{border-bottom: solid 1px #333}.top-bar-wrapper .menu li > a:hover{color: #fff}.top-bar-wrapper .widget-title{color: #fff}.top-bar-wrapper .widget_meta li,.top-bar-wrapper .widget_archive li,.top-bar-wrapper .widget_categories li,.top-bar-wrapper .widget_nav_menu li,.top-bar-wrapper .widget_pages li,.top-bar-wrapper .widget_product_categories li,.top-bar-wrapper .widget_recent_entries li{color: #fff}.top-bar-wrapper .widget_meta li + li,.top-bar-wrapper .widget_archive li + li,.top-bar-wrapper .widget_categories li + li,.top-bar-wrapper .widget_nav_menu li + li,.top-bar-wrapper .widget_pages li + li,.top-bar-wrapper .widget_product_categories li + li,.top-bar-wrapper .widget_recent_entries li + li{border-color: #333}.top-bar-wrapper .widget_meta ul ul,.top-bar-wrapper .widget_archive ul ul,.top-bar-wrapper .widget_categories ul ul,.top-bar-wrapper .widget_nav_menu ul ul,.top-bar-wrapper .widget_pages ul ul,.top-bar-wrapper .widget_product_categories ul ul,.top-bar-wrapper .widget_recent_entries ul ul{border-color: #333}.top-bar-wrapper .widget_recent_comments li + li,.top-bar-wrapper .widget_rss li + li{border-color: #333}.top-bar-wrapper .widget_calendar .calendar_wrap caption{color: #fff}.top-bar-wrapper .widget_calendar #wp-calendar{width: 100%}.top-bar-wrapper .widget_calendar #wp-calendar th{background-color: #333}.top-bar-wrapper .widget_calendar #wp-calendar tbody td,.top-bar-wrapper .widget_calendar #wp-calendar th{border-color: #333}.top-bar-wrapper .widget_calendar #wp-calendar tfoot td{color: #fff}.top-bar-wrapper .widget-posts li + li{border-color: #333}.top-bar-wrapper .widget-posts .entry-post-title{color: #fff}.top-bar-wrapper .tagcloud a{color: #fff;border-color: #333}.top-bar-wrapper .woocommerce ul.product_list_widget li{border-color: #333}.top-bar-wrapper .woocommerce ul.product_list_widget li a{color: #fff}.top-bar-wrapper .woocommerce ul.product_list_widget span.reviewer{color: #fff}.top-bar-wrapper ul.widget-social-profiles i{font-size: 12px}.top-bar-wrapper .widget-info-box li > i{color: #fff}.top-bar-inner{padding-top: 7px;padding-bottom: 7px}@media screen and (min-width: 1200px){header.header-mobile{display: none;height: 0}.main-header{background-color: transparent;color: #161945}.header-wrapper .container-inner{position: relative}.header-above-inner{padding-top: 0px;padding-bottom: 0px}.logo-header{float: left;height: 90px;font-size: 0;position: relative}.logo-header:before{content: '';display: inline-block;height: 100%;vertical-align: middle}.logo-header img{max-height: 90px;padding-top: 10px;padding-bottom: 10px;position: relative;z-index: 1}.logo-sticky{display: none}.header-row > .container,.header-wrapper > .container{position: relative}.float-header{position: absolute;z-index: 999;left: 0;right: 0}.float-header-none{position: relative;background-color: #222;color: #fff}.primary-menu{float: right}.header-nav-wrapper{background-color: #fff;color: #0f1346}.header-customize-wrapper .header-customize-item:first-child{margin-left: 60px}.header-customize-nav{display: inline-block;vertical-align: middle;line-height: 75px;color: #bbb}.header-customize-nav .header-customize-item{margin-left: 20px}.header-customize-nav a{color: #bbb;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.header-customize-nav a:hover{color: #fff}.header-customize-nav i{font-size: 16px}.header-customize-nav .shopping-cart-icon{border-top: none;border-bottom: none}.header-customize-nav .shopping-cart-icon .subtotal-info-wrapper{display: none}.header-customize-item{display: inline-block;vertical-align: middle;line-height: 1;max-width: 100%}.header-customize-item.item-search .search-form{width: 240px}.header-customize-item.item-search .search-field{font-size: 14px}.header-wrapper.full-border,.header-wrapper.container-border .container-inner{border-bottom: solid 1px #eee}.header-above-wrapper.full-border,.header-above-wrapper.container-border .header-above-inner{border-bottom: solid 1px #eee}.header-float{position: absolute;z-index: 999;left: 0;right: 0}.header-float input[type="text"],.header-float input[type="search"],.header-float input[type="email"],.header-float input[type="url"],.header-float input[type="password"],.header-float input[type="tel"],.header-float textarea,.header-float select{color: #161945}.header-float input[type="text"]::-webkit-input-placeholder,.header-float input[type="search"]::-webkit-input-placeholder,.header-float input[type="email"]::-webkit-input-placeholder,.header-float input[type="url"]::-webkit-input-placeholder,.header-float input[type="password"]::-webkit-input-placeholder,.header-float input[type="tel"]::-webkit-input-placeholder,.header-float textarea::-webkit-input-placeholder,.header-float select::-webkit-input-placeholder{color: #161945}.header-float input[type="text"]:-moz-placeholder,.header-float input[type="search"]:-moz-placeholder,.header-float input[type="email"]:-moz-placeholder,.header-float input[type="url"]:-moz-placeholder,.header-float input[type="password"]:-moz-placeholder,.header-float input[type="tel"]:-moz-placeholder,.header-float textarea:-moz-placeholder,.header-float select:-moz-placeholder{color: #161945}.header-float input[type="text"]::-moz-placeholder,.header-float input[type="search"]::-moz-placeholder,.header-float input[type="email"]::-moz-placeholder,.header-float input[type="url"]::-moz-placeholder,.header-float input[type="password"]::-moz-placeholder,.header-float input[type="tel"]::-moz-placeholder,.header-float textarea::-moz-placeholder,.header-float select::-moz-placeholder{color: #161945}.header-float input[type="text"]:-ms-input-placeholder,.header-float input[type="search"]:-ms-input-placeholder,.header-float input[type="email"]:-ms-input-placeholder,.header-float input[type="url"]:-ms-input-placeholder,.header-float input[type="password"]:-ms-input-placeholder,.header-float input[type="tel"]:-ms-input-placeholder,.header-float textarea:-ms-input-placeholder,.header-float select:-ms-input-placeholder{color: #161945}.is-sticky .logo-header{height: 55px}.is-sticky .x-nav-menu > .x-menu-item > .x-menu-a-text{padding-top: 15.5px;padding-bottom: 15.5px}.is-sticky .header-customize-nav{line-height: 55px}.is-sticky .logo-header img{max-height: 55px;padding-top: 10px;padding-bottom: 10px}.is-sticky .logo-sticky{display: initial}.is-sticky .has-logo-sticky .no-sticky{display: none}.header-nav-hidden nav.primary-menu > .x-nav-menu{opacity: 0;visibility: hidden;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.header-nav-hidden.in nav.primary-menu > .x-nav-menu{opacity: 1;visibility: visible}.header-nav-hidden.in .menu-switch > i:before{content: "\f00d"}.header-3 .logo-header{float: none}.header-3 .header-nav-float{position: absolute;z-index: 99;margin-top: 30px;left: 0;right: 0;background-color: transparent}.header-3 nav.primary-menu{background-color: #fff;float: none;text-align: center}.header-3 .is-sticky .header-nav-wrapper{background-color: #fff}.header-5 .primary-menu{float: none;text-align: center;position: absolute;left: 0;right: 0}.header-5 .header-customize-nav{float: right}body.header-is-left{padding-left: 240px}body.admin-bar header.header-left{top: 32px}header.header-left{position: fixed;-webkit-backface-visibility: visible;-moz-backface-visibility: visible;-o-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);top: 0;left: 0;bottom: 0;z-index: 999;width: 240px;background-color: #fff}header.header-left .header-above-wrapper{margin-bottom: 50px}header.header-left .logo-header{float: none;text-align: center;background-color: transparent}header.header-left .ps-scrollbar-y-rail{right: 0}header.header-left .header-customize-nav{display: block;border-top: 1px solid rgba(238,238,238,0.1);height: 80px}header.header-left .header-customize-nav .header-customize-item{width: 50%;text-align: center;border-left: 1px solid rgba(238,238,238,0.1);margin: 0;height: 100%;float: left;position: relative}header.header-left .header-customize-nav .header-customize-item.item-custom-text,header.header-left .header-customize-nav .header-customize-item.items-canvas-menu,header.header-left .header-customize-nav .header-customize-item.item-search{line-height: 80px}header.header-left .header-customize-nav .header-customize-item.item-shopping-cart .widget_shopping_cart_content{position: absolute;top: 50%;left: 50%;margin-top: -10px;-webkit-transform: translate(-50%);-moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%);transform: translate(-50%)}header.header-left .shopping-cart-list{display: none}header.header-left .primary-menu{float: none;position: relative}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(238,238,238,0.1)}header.header-left .x-nav-menu .x-menu-item{display: block;margin: 0;border-top: solid 1px rgba(238,238,238,0.1);background-color: transparent;padding: 0;-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{color: inherit;line-height: 20px;font-size: 13px;padding: 12px 20px 12px 30px;display: block;margin: 0;position: relative}header.header-left .x-nav-menu .x-menu-item > a.x-menu-a-text:before,header.header-left .x-nav-menu .x-menu-item > a.x-menu-a-text:after{content: "\e684";margin-left: -10px;font-family: 'Pe-icon-7-stroke';font-size: 16px;font-weight: 400;vertical-align: top;opacity: 0;visibility: hidden}header.header-left .x-nav-menu .x-menu-item > a.x-menu-a-text:before,header.header-left .x-nav-menu .x-menu-item > 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{-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{opacity: 1;visibility: visible;margin-left: 0}header.header-left .x-nav-menu .x-menu-item > a.x-menu-a-text b.x-caret{position: absolute;right: 20px;display: inline-block}header.header-left .x-nav-menu .x-menu-item > a.x-menu-a-text b.x-caret:before{content: '\e684'}header.header-left .x-sub-menu-open > a b.x-caret{-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg)}header.header-left .x-sub-menu{background-color: rgba(255,255,255,0.05);background-image: none !important;display: none;position: static !important;overflow: visible !important;visibility: visible !important;opacity: 1 !important;z-index: 0;height: auto !important;width: auto !important;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{text-transform: none}header.header-left .x-sub-menu .x-menu-a-text > span{font-style: italic}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-col{float: none !important;width: auto !important}header.header-left .x-sub-menu-multi-column > .x-menu-item,header.header-left .x-sub-menu-standard > .x-menu-item{padding-left: 0;padding-right: 0}header.header-left .x-sub-menu-standard > .x-menu-item + .x-menu-item > .x-menu-a-text{border-top: none}header.header-left .x-sub-menu-standard .x-sub-menu{margin-left: 0;margin-right: 0}header.header-left .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:after{display: none}header.header-left .x-sub-menu-tab > li > ul.x-sub-menu{padding: 0}body.flat{padding-top: 30px}body.flat .is-sticky .sticky-region,body.flat .float-header{left: 30px;right: 30px}}@media (min-width: 1370px){.header-wrapper .container-fluid{padding-left: 100px;padding-right: 100px}}.is-sticky .sticky-region{position: fixed;-webkit-backface-visibility: visible;-moz-backface-visibility: visible;-o-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);left: 0;right: 0;z-index: 999;-webkit-box-shadow: 1px 0 3px 2px rgba(0,0,0,0.1);-moz-box-shadow: 1px 0 3px 2px rgba(0,0,0,0.1);box-shadow: 1px 0 3px 2px rgba(0,0,0,0.1);margin: auto}body:not(.header-is-float) .is-sticky{height: 55px}.header-sticky-fix-style .is-sticky .sticky-region{background-color: rgba(0,0,0,0.9)}.header-sticky-fix-style .is-sticky .sticky-region .x-nav-menu > .x-menu-item > .x-menu-a-text{color: #FFF}body.boxed .is-sticky .sticky-region{max-width: 1200px;width: 100%}header.main-header .textwidget > span i,header.header-mobile .textwidget > span i{font-size: 13px;margin-right: 5px}@media screen and (max-width: 1199px){header.main-header{display: none}header.header-mobile{display: block;height: auto}.top-bar-wrapper{background-color: #fff !important;color: #444 !important}.top-bar-wrapper.full-border{border-bottom: solid 1px #eee !important}.top-bar-wrapper.container-border .top-bar-inner{border-bottom: solid 1px #eee !important}.top-bar-wrapper .widget + .widget:before,.top-bar-wrapper .menu > li + li:before{border-left: solid 1px;border-color: #eee}.top-bar-wrapper .widget-title{color: #444}.top-bar-wrapper .widget_meta li,.top-bar-wrapper .widget_archive li,.top-bar-wrapper .widget_categories li,.top-bar-wrapper .widget_nav_menu li,.top-bar-wrapper .widget_pages li,.top-bar-wrapper .widget_product_categories li,.top-bar-wrapper .widget_recent_entries li{color: #444}.top-bar-wrapper .widget_meta li + li,.top-bar-wrapper .widget_archive li + li,.top-bar-wrapper .widget_categories li + li,.top-bar-wrapper .widget_nav_menu li + li,.top-bar-wrapper .widget_pages li + li,.top-bar-wrapper .widget_product_categories li + li,.top-bar-wrapper .widget_recent_entries li + li{border-color: #eee}.top-bar-wrapper .widget_meta ul ul,.top-bar-wrapper .widget_archive ul ul,.top-bar-wrapper .widget_categories ul ul,.top-bar-wrapper .widget_nav_menu ul ul,.top-bar-wrapper .widget_pages ul ul,.top-bar-wrapper .widget_product_categories ul ul,.top-bar-wrapper .widget_recent_entries ul ul{border-color: #eee}.top-bar-wrapper .widget_recent_comments li + li,.top-bar-wrapper .widget_rss li + li{border-color: #eee}.top-bar-wrapper .widget_calendar .calendar_wrap caption{color: #898989}.top-bar-wrapper .widget_calendar #wp-calendar{width: 100%}.top-bar-wrapper .widget_calendar #wp-calendar th{background-color: #eee}.top-bar-wrapper .widget_calendar #wp-calendar tbody td,.top-bar-wrapper .widget_calendar #wp-calendar th{border-color: #eee}.top-bar-wrapper .widget_calendar #wp-calendar tfoot td{color: #444}.top-bar-wrapper .widget-posts li + li{border-color: #eee}.top-bar-wrapper .widget-posts .entry-post-title{color: #898989}.top-bar-wrapper .tagcloud a{color: #444;border-color: #eee}.top-bar-wrapper .woocommerce ul.product_list_widget li{border-color: #eee}.top-bar-wrapper .woocommerce ul.product_list_widget li a{color: #898989}.top-bar-wrapper .woocommerce ul.product_list_widget span.reviewer{color: #898989}.top-bar-wrapper ul.widget-social-profiles i{font-size: 12px}.top-bar-wrapper .widget-info-box li > i{color: #898989}.top-bar-inner{padding-top: 0px !important;padding-bottom: 0px !important}.header-mobile-inner{background-color: #fff !important;color: #444 !important}.header-mobile-inner a{color: #444}.header-mobile-inner a:hover{color: #0f1346}.header-mobile-inner .toggle-icon-wrapper .toggle-icon:after,.header-mobile-inner .toggle-icon-wrapper .toggle-icon:before,.header-mobile-inner .toggle-icon-wrapper .toggle-icon > span{background-color: #444 !important}.header-mobile-container-inner{position: relative}.header-mobile-container-inner > div{line-height: 80px !important}.toggle-mobile-menu{float: left}.logo-mobile-wrapper,.item-shopping-cart,.mobile-search-button,.shopping-cart-icon{display: inline-block}.shopping-cart-list{margin-top: 0}.item-shopping-cart .subtotal-info-wrapper{display: none}.item-shopping-cart,.mobile-search-button{float: right}.item-shopping-cart + .mobile-search-button{margin-right: 20px}.mobile-search-button{font-size: 20px;position: relative;z-index: 1}.logo-mobile-wrapper{position: absolute;padding-left: 50px;padding-right: 50px;left: 0;right: 0;text-align: center}.nav-menu-mobile{display: none}.menu-drop-fly .search-form{padding: 20px;position: relative;background-color: #111;margin-top: 0}.menu-drop-fly .search-form input{width: 100%;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;border-color: #333;background-color: #333}.menu-drop-fly .search-form button{position: absolute;right: 20px;top: 20px;padding-left: 12px;padding-right: 12px;border-radius: 0}.menu-drop-dropdown li li a.x-menu-a-text{padding-left: 20px}.menu-drop-dropdown li li li a.x-menu-a-text{padding-left: 40px}.menu-drop-dropdown li li li li a.x-menu-a-text{padding-left: 60px}.both-mobile-icon .logo-mobile-wrapper{padding-right: 90px}.header-mobile-2 .toggle-icon-wrapper{float: right;margin-left: 10px}.header-mobile-2 .logo-mobile-wrapper{text-align: left;padding-left: 0;padding-right: 90px}.header-mobile-2 .both-mobile-icon .logo-mobile-wrapper{padding-right: 130px}.header-mobile-2 .mobile-search-button{margin-right: 10px}.header-mobile-2 .item-shopping-cart + .mobile-search-button{margin-right: 20px}.header-mobile-3 .toggle-icon-wrapper{margin-right: 20px}.header-mobile-3 .item-shopping-cart,.header-mobile-3 .mobile-search-button{float: left}.header-mobile-3 .logo-mobile-wrapper{text-align: right;padding-left: 90px;padding-right: 0}.header-mobile-3 .both-mobile-icon .logo-mobile-wrapper{padding-left: 130px}.header-mobile-3 .item-shopping-cart + .mobile-search-button{margin-left: 10px}.header-mobile-4 .both-mobile-icon .logo-mobile-wrapper{padding-right: 50px}.is-sticky{height: 60px}.is-sticky .header-mobile-container-inner > div{line-height: 60px !important}.is-sticky .header-mobile-nav.menu-drop-dropdown{max-height: 400px;overflow-y: auto;overflow-x: hidden}}@media screen and (max-width: 480px){#search_popup_wrapper .dialog-inner{padding-left: 20px;padding-right: 20px}#search_popup_wrapper form{padding-right: 0}#search_popup_wrapper button{position: static;margin-top: 10px;width: 100%}}.main-footer-wrapper .widget{margin-bottom: 30px}.main-footer-wrapper .sidebar .widget:last-of-type{margin-bottom: 0}.main-footer-wrapper .widget-title{color: #161945;font-size: 25px;margin-bottom: 40px}.main-footer-wrapper .widget-title:after{margin-top: 21px}.main-footer{position: relative;color: #161945}.main-footer:before{content: '';display: block;position: absolute;z-index: 0;background-color: #fff;top: 0;left: 0;width: 100%;height: 100%}.main-footer.full-border,.main-footer.container-border .footer-inner{border-top: solid 1px #373737}.main-footer .widget_meta li,.main-footer .widget_archive li,.main-footer .widget_categories li,.main-footer .widget_nav_menu li,.main-footer .widget_pages li,.main-footer .widget_product_categories li,.main-footer .widget_recent_entries li{color: #161945}.main-footer .widget_meta li + li,.main-footer .widget_archive li + li,.main-footer .widget_categories li + li,.main-footer .widget_nav_menu li + li,.main-footer .widget_pages li + li,.main-footer .widget_product_categories li + li,.main-footer .widget_recent_entries li + li{border-color: #373737}.main-footer .widget_meta ul ul,.main-footer .widget_archive ul ul,.main-footer .widget_categories ul ul,.main-footer .widget_nav_menu ul ul,.main-footer .widget_pages ul ul,.main-footer .widget_product_categories ul ul,.main-footer .widget_recent_entries ul ul{border-color: #373737}.main-footer .widget_recent_comments li + li,.main-footer .widget_rss li + li{border-color: #373737}.main-footer .widget_calendar .calendar_wrap caption{color: #161945}.main-footer .widget_calendar #wp-calendar{width: 100%}.main-footer .widget_calendar #wp-calendar th{background-color: #373737}.main-footer .widget_calendar #wp-calendar tbody td,.main-footer .widget_calendar #wp-calendar th{border-color: #373737}.main-footer .widget_calendar #wp-calendar tfoot td{color: #161945}.main-footer .widget-posts li + li{border-color: #373737}.main-footer .widget-posts .entry-post-title{color: #373fad}.main-footer .tagcloud a{color: #161945;border-color: #373737}.main-footer .woocommerce ul.product_list_widget li{border-color: #373737}.main-footer .woocommerce ul.product_list_widget li a{color: #373fad}.main-footer .woocommerce ul.product_list_widget span.reviewer{color: #373fad}.main-footer .widget-info-box li > i{color: #373fad}.footer-inner{padding-top: 20px;padding-bottom: 20px}@media (max-width: 991px){.main-footer .sidebar + .sidebar{margin-top: 30px}}@media (min-width: 1370px){.main-footer-wrapper .container-fluid{padding-left: 100px;padding-right: 100px}}.bottom-bar-wrapper{background-color: #333;color: #777}.bottom-bar-wrapper.full-border,.bottom-bar-wrapper.container-border .bottom-bar-inner{border-top: solid 1px #454545}.bottom-bar-wrapper .widget + .widget{margin-left: 10px}.bottom-bar-wrapper .widget_text strong,.bottom-bar-wrapper .menu li > a:hover{color: #bcbcbc}.bottom-bar-wrapper .widget_meta li,.bottom-bar-wrapper .widget_archive li,.bottom-bar-wrapper .widget_categories li,.bottom-bar-wrapper .widget_nav_menu li,.bottom-bar-wrapper .widget_pages li,.bottom-bar-wrapper .widget_product_categories li,.bottom-bar-wrapper .widget_recent_entries li{color: #777}.bottom-bar-wrapper .widget_meta li + li,.bottom-bar-wrapper .widget_archive li + li,.bottom-bar-wrapper .widget_categories li + li,.bottom-bar-wrapper .widget_nav_menu li + li,.bottom-bar-wrapper .widget_pages li + li,.bottom-bar-wrapper .widget_product_categories li + li,.bottom-bar-wrapper .widget_recent_entries li + li{border-color: #454545}.bottom-bar-wrapper .widget_meta ul ul,.bottom-bar-wrapper .widget_archive ul ul,.bottom-bar-wrapper .widget_categories ul ul,.bottom-bar-wrapper .widget_nav_menu ul ul,.bottom-bar-wrapper .widget_pages ul ul,.bottom-bar-wrapper .widget_product_categories ul ul,.bottom-bar-wrapper .widget_recent_entries ul ul{border-color: #454545}.bottom-bar-wrapper .widget_recent_comments li + li,.bottom-bar-wrapper .widget_rss li + li{border-color: #454545}.bottom-bar-wrapper .widget_calendar .calendar_wrap caption{color: #bcbcbc}.bottom-bar-wrapper .widget_calendar #wp-calendar{width: 100%}.bottom-bar-wrapper .widget_calendar #wp-calendar th{background-color: #454545}.bottom-bar-wrapper .widget_calendar #wp-calendar tbody td,.bottom-bar-wrapper .widget_calendar #wp-calendar th{border-color: #454545}.bottom-bar-wrapper .widget_calendar #wp-calendar tfoot td{color: #777}.bottom-bar-wrapper .widget-posts li + li{border-color: #454545}.bottom-bar-wrapper .widget-posts .entry-post-title{color: #bcbcbc}.bottom-bar-wrapper .tagcloud a{color: #777;border-color: #454545}.bottom-bar-wrapper .woocommerce ul.product_list_widget li{border-color: #454545}.bottom-bar-wrapper .woocommerce ul.product_list_widget li a{color: #bcbcbc}.bottom-bar-wrapper .woocommerce ul.product_list_widget span.reviewer{color: #bcbcbc}.bottom-bar-wrapper .widget-info-box li > i{color: #bcbcbc}.bottom-bar-inner{padding-top: 23px;padding-bottom: 23px}@media only screen and (min-width: 992px){footer.enable-parallax{position: fixed !important;bottom: 0;left: 0;z-index: -1;right: 0;margin: auto;width: 100%;-webkit-backface-visibility: visible;-moz-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible}footer.enable-parallax.static{position: static !important}body.boxed footer.enable-parallax{max-width: 1210px}}@media only screen and (max-width: 991px){.bottom-bar-left,.bottom-bar-right{text-align: center}.bottom-bar-left{margin-bottom: 10px}.sidebar.col-sm-6:nth-child(2n+1){clear: both}}@media (max-width: 767px){footer.footer-collapse-able .widget-title{margin-bottom: 0;cursor: pointer}footer.footer-collapse-able .widget-title:before{content: '+';float: right}footer.footer-collapse-able .widget-title.title-expanded:before{content: '-'}footer.footer-collapse-able .widget-title:after{margin-top: 7px}footer.footer-collapse-able .widget-title + div,footer.footer-collapse-able .widget-title + ul{padding-top: 20px;margin: 0}footer.footer-collapse-able .main-footer .sidebar{margin-bottom: 0}footer.footer-collapse-able .main-footer .sidebar + .sidebar{margin-top: 20px}footer.main-footer-wrapper .col-sm-6:nth-child(2n+1){clear: both}.sidebar .two-col ul > li{width: auto;float: none}}.page-links{clear: both}.page-links .page-link{width: 40px;height: 40px;text-align: center;line-height: 36px;border: 2px solid #0f1346;background-color: #0f1346;color: #fff;display: inline-block;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.page-links .page-link.current,.page-links .page-link:hover,.page-links .page-link:focus{background-color: #0f1346;color: #fff;border-color: #0f1346}.page-links a > .page-link{background-color: transparent;border-color: #ddd;color: #666}.page-links > .page-links-title{font-size: 13px;font-weight: bold;text-transform: uppercase;color: #333;margin-right: 10px}.entry-thumbnail{position: relative}.entry-thumbnail img{width: 100%}.entry-thumbnail .zoomGallery{position: absolute;bottom: 0;width: 56px;height: 55px;right: 0;line-height: 54px;font-size: 16px;text-align: center;color: #FFFFFF;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:hover .zoomGallery{opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1)}.entry-thumbnail:hover .entry-thumbnail-overlay:before{opacity: 1}.entry-thumbnail:hover .product-deal-countdown{opacity: 0;z-index: -1}.entry-thumbnail-overlay{position: relative;z-index: 2;display: block}.entry-thumbnail-overlay:before{content: "";position: absolute;left: 0;top: 0;bottom: 0;right: 0;opacity: 0;z-index: 1;background-color: rgba(0,0,0,0.6);-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.post-video .entry-thumbnail-overlay:before{opacity: 1;background-color: rgba(0,0,0,0.8)}.post-video .zoomGallery{background-color: transparent;opacity: 1;font-size: 35px;color: #fff;width: 100px;height: 100px;border: 5px solid #fff;line-height: 90px;left: 0;right: 0;top: 0;bottom: 0;margin: auto;cursor: pointer;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%}.post-video .zoomGallery:hover{color: #0f1346;border-color: #0f1346}@media (max-width: 480px){.post-video .zoomGallery{font-size: 20px;width: 60px;height: 60px;border-width: 3px;line-height: 54px}}.no-image{background-color: #f5f5f5}.no-image .block-center-inner{text-transform: uppercase;font-size: 24px;letter-spacing: 0.05em}.entry-post-meta{display: inline-block;font-size: 0;margin-bottom: 20px}.entry-post-meta > div{display: inline-block;vertical-align: middle;font-size: 15px;color: #BBB;margin-right: 25px;-ms-word-wrap: break-word;word-wrap: break-word}.entry-post-meta > div:last-child{margin-right: 0}.entry-post-meta i{font-size: 16px;margin-right: 5px}.paging-navigation{padding-top: 50px;text-align: center}.woocommerce-pagination,.paging-navigation,.comment-navigation{font-size: 0}.woocommerce-pagination .page-numbers,.paging-navigation .page-numbers,.comment-navigation .page-numbers{margin-right: 5px;width: 48px;height: 48px;border: 2px solid #ddd;line-height: 44px;text-align: center;color: #666;font-size: 16px;letter-spacing: 0.02em;font-weight: normal;display: inline-block;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.woocommerce-pagination .page-numbers.current,.paging-navigation .page-numbers.current,.comment-navigation .page-numbers.current,.woocommerce-pagination .page-numbers:hover,.paging-navigation .page-numbers:hover,.comment-navigation .page-numbers:hover,.woocommerce-pagination .page-numbers:focus,.paging-navigation .page-numbers:focus,.comment-navigation .page-numbers:focus{background-color: #0f1346;color: #fff;border-color: #0f1346}.woocommerce-pagination .page-numbers:last-child,.paging-navigation .page-numbers:last-child,.comment-navigation .page-numbers:last-child{margin-right: 0}@media (max-width: 480px){.woocommerce-pagination .page-numbers,.paging-navigation .page-numbers,.comment-navigation .page-numbers{width: 40px;height: 40px;line-height: 36px}}.woocommerce-pagination .next,.paging-navigation .next,.comment-navigation .next,.woocommerce-pagination .prev,.paging-navigation .prev,.comment-navigation .prev{width: auto;border-color: transparent}.woocommerce-pagination .next i,.paging-navigation .next i,.comment-navigation .next i,.woocommerce-pagination .prev i,.paging-navigation .prev i,.comment-navigation .prev i{font-size: 14px}.woocommerce-pagination .next:hover,.paging-navigation .next:hover,.comment-navigation .next:hover,.woocommerce-pagination .prev:hover,.paging-navigation .prev:hover,.comment-navigation .prev:hover,.woocommerce-pagination .next:focus,.paging-navigation .next:focus,.comment-navigation .next:focus,.woocommerce-pagination .prev:focus,.paging-navigation .prev:focus,.comment-navigation .prev:focus{background-color: transparent;border-color: transparent;color: #0f1346}.woocommerce-pagination .next,.paging-navigation .next,.comment-navigation .next{margin-left: 15px}.woocommerce-pagination .prev,.paging-navigation .prev,.comment-navigation .prev{margin-right: 20px}.entry-thumb-wrap{position: relative}.entry-content-wrap{border: 1px solid #f8f8f8;padding: 30px 50px 50px 50px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.entry-thumb-wrap + .entry-content-wrap{border-top: none}.entry-post-title{font-size: 34px;font-weight: bold;margin-bottom: 15px;color: #1f1f1f;letter-spacing: 0;-ms-word-wrap: break-word;word-wrap: break-word;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.entry-post-title a{color: inherit}.entry-post-title a:hover{color: #0f1346}.entry-excerpt{margin-bottom: 37px;letter-spacing: 0.02em}.entry-excerpt p:last-child{margin-bottom: 0}.entry-content-footer .social-share{float: right;margin-top: 6px}.entry-content-footer .social-share label{font-size: 13px;text-transform: uppercase;color: #333;font-weight: bold;margin-right: 20px}.entry-content-footer .social-share label i{font-size: 14px;color: #666;margin-left: 5px}.entry-content-footer.left .social-share{float: none;margin-top: 25px}article.sticky .entry-content-wrap{border: none;background-color: #f9f9f9}.embed-responsive-large-image{padding-bottom: 55.1724138%}.large-image .no-image:before{padding-bottom: 55.1724138%}article.format-link > .entry-thumb-wrap:not(.quote):before,article.format-quote > .entry-thumb-wrap:not(.quote):before{content: "";display: inline-block;padding-bottom: 55.1724138%}.small-image .no-image:before,.embed-responsive-small-image{padding-bottom: 69.047619%}.size-370x543 .no-image:before,.embed-responsive-size-370x543{padding-bottom: 146.7567568%}.size-370x370 .no-image:before,.embed-responsive-size-370x370{padding-bottom: 100%}.size-370x243 .no-image:before,.embed-responsive-size-370x243{padding-bottom: 65.6756757%}.size-640x420 .no-image:before,.embed-responsive-size-640x420{padding-bottom: 65.625%}.format-audio .embed-responsive-large-image{padding: 0;overflow: inherit;height: auto;font-size: 0}.format-audio .embed-responsive-large-image iframe{height: 166px;position: static}.entry-quote-content{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 1;background-color: rgba(0,0,0,0.8);padding: 0 30px}.entry-quote-content i{width: 40px;height: 40px;background: #fff;line-height: 40px;border-radius: 100%;margin-bottom: 15px;display: block}.entry-quote-content p{color: #fff;font-size: 20px;font-style: italic;margin-bottom: 5px}.entry-quote-content p:after{content: "";width: 20px;border-top: 1px solid #fff;display: block;margin: 10px auto 0 auto}.entry-quote-content a{font-size: 12px;font-weight: bold;letter-spacing: 0.4em;color: #fff;text-transform: uppercase}.entry-thumbnail-quote{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;background-clip: content-box;background-size: cover;background-position: center center}.entry-thumb-wrap.quote .entry-quote-content{position: relative;padding: 30px}.entry-thumb-wrap.quote .block-center::before{display: none}.blog-wrap:not(.owl-carousel){margin-bottom: -50px}.blog-wrap:not(.owl-carousel) article{padding-bottom: 50px}@media (min-width: 481px){.format-gallery > .entry-thumb-wrap > .owl-carousel > .owl-dots{display: none !important}}@media (max-width: 480px){.format-gallery > .entry-thumb-wrap > .owl-carousel > .owl-nav{display: none !important}}article.post-grid .entry-post-title{font-size: 20px;letter-spacing: 0.02em;margin-bottom: 0}article.post-grid .entry-post-meta > div{margin-right: 20px}article.post-grid .entry-post-meta{margin-bottom: 15px}article.post-grid .entry-excerpt{max-height: 5.4em;overflow: hidden;margin-bottom: 12px}article.post-grid .entry-content-wrap{padding: 22px 30px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}article.post-grid.format-link > .entry-thumb-wrap:not(.quote):before,article.post-grid.format-quote > .entry-thumb-wrap:not(.quote):before{content: "";display: inline-block;padding-bottom: 69.047619%}article.post-grid .post-video .zoomGallery{font-size: 20px;width: 60px;height: 60px;border-width: 3px;line-height: 54px}article.post-grid:hover .entry-content-wrap{-webkit-box-shadow: 0 5px 5px #f8f8f8;-moz-box-shadow: 0 5px 5px #f8f8f8;box-shadow: 0 3px 5px #f8f8f8}.blog-masonry:not(.owl-carousel),.blog-grid:not(.owl-carousel){margin-bottom: -25px}.blog-masonry:not(.owl-carousel) article,.blog-grid:not(.owl-carousel) article{padding-bottom: 25px}@media (max-width: 767px){.entry-content-wrap{padding: 20px 30px 30px 30px}}@media (max-width: 480px){.entry-content-wrap{padding: 10px 15px 15px 15px}.entry-post-title{font-size: 25px}.blog-wrap:not(.owl-carousel){margin-bottom: -20px}.blog-wrap:not(.owl-carousel) article{padding-bottom: 20px}.paging-navigation{padding-top: 20px}}article.post-large-image-2{width: 100% !important;padding-left: 15px;padding-right: 15px}article.post-large-image-2 .entry-meta-category{font-size: 13px;text-transform: uppercase;letter-spacing: 0.05em;color: #888;margin-bottom: 8px;font-weight: bold}article.post-large-image-2 .entry-meta-category a{color: inherit}article.post-large-image-2 .entry-meta-category a:hover{color: #0f1346}article.post-large-image-2 .entry-post-title{font-size: 40px;margin-bottom: 12px}article.post-large-image-2 .entry-post-title:after{content: '';display: block;height: 3px;width: 60px;background-color: #0f1346;margin: 15px auto 0 auto}article.post-large-image-2 .entry-meta-date{font-size: 17px;font-style: italic;color: #999;letter-spacing: 0.02em}article.post-large-image-2 .entry-meta-date a{color: inherit}article.post-large-image-2 .entry-content-top{margin-bottom: 50px}article.post-large-image-2 .entry-content-wrap{-webkit-box-shadow: 0 5px 5px #f8f8f8;-moz-box-shadow: 0 5px 5px #f8f8f8;box-shadow: 0 3px 5px #f8f8f8;border-width: 2px;padding: 20px 30px 50px 30px}article.post-large-image-2 .entry-excerpt{margin-bottom: 27px}article.post-masonry img{width: 100%}article.post-masonry .entry-content-wrap{border: none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;padding: 10px;background-color: rgba(0,0,0,0.8);opacity: 0;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}article.post-masonry .entry-post-title{font-size: 14px;color: #fff;text-transform: uppercase;margin-bottom: 10px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}article.post-masonry .entry-meta-date{font-size: 17px;font-style: italic;color: #ddd;letter-spacing: 0.02em;margin-bottom: 10px}article.post-masonry .entry-meta-date a{color: inherit}article.post-masonry .block-center-inner{-webkit-transform: translateY(-20px);-moz-transform: translateY(-20px);-ms-transform: translateY(-20px);-o-transform: translateY(-20px);transform: translateY(-20px);-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}article.post-masonry .entry-actions{font-size: 0}article.post-masonry .entry-actions > a{width: 42px;height: 42px;line-height: 40px;display: inline-block;border: 1px solid rgba(255,255,255,0.4);font-size: 16px;text-align: center;color: #fff;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;margin: 0 5px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}article.post-masonry .entry-actions > a:hover{border-color: #0f1346;background-color: #0f1346}article.post-masonry:hover .entry-content-wrap{opacity: 1}article.post-masonry:hover .block-center-inner{-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0)}.blog-1-large-image-masonry:not(.owl-carousel){margin-bottom: -30px}.blog-1-large-image-masonry:not(.owl-carousel) article.post-large-image-2{padding-bottom: 90px}.blog-1-large-image-masonry:not(.owl-carousel) article.post-masonry{padding-bottom: 30px}.blog-large-image-2:not(.owl-carousel){margin-bottom: -90px}.blog-large-image-2:not(.owl-carousel) article{padding-bottom: 90px}.social-share{font-size: 0}.social-share a{display: inline-block;width: 36px;height: 36px;line-height: 36px;text-align: center;font-size: 16px;-webkit-border-radius: 100%;-webkit-background-clip: padding-box;-moz-border-radius: 100%;-moz-background-clip: padding;border-radius: 100%;background-clip: padding-box;background-color: #f2f2f5;color: #333;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;margin-right: 5px}.social-share a:hover{background-color: #0f1346;color: #fff}.social-share a:last-child{margin-right: 0}.social-share.classic a{width: auto;height: auto;line-height: 1;font-size: 14px;color: #333;background-color: transparent;-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box;margin-right: 15px}.social-share.classic a:hover{color: #0f1346}.social-share.square a{width: 38px;height: 38px;border: 1px solid #eee;font-size: 14px;background-color: transparent;-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box;color: #777;margin-right: 10px}.social-share.square a:hover{color: #0f1346}article.post-single{padding-bottom: 30px;border-bottom: 1px solid #eee}article.post-single .entry-thumb-wrap{margin-bottom: 40px;text-align: center}article.post-single .entry-content-wrap{padding: 0;border: none}article.post-single .entry-post-title{margin-bottom: 5px}article.post-single .entry-post-meta{margin-bottom: 30px}article.post-single .entry-thumbnail{display: inline-block}article.post-single .entry-thumbnail img{width: auto}.entry-meta-tag-wrap{padding: 20px 0}.entry-meta-tag-wrap .social-share{display: table-cell;white-space: nowrap;vertical-align: middle}.entry-meta-tag-wrap .social-share label{font-size: 13px;font-weight: bold;color: #333;text-transform: uppercase;margin-right: 10px}.entry-meta-tag-wrap .social-share label i{display: none}.entry-meta-tag{display: table-cell;width: 100%;vertical-align: middle;padding-right: 20px;color: #bbb}.entry-meta-tag a{color: inherit;font-size: 14px}.entry-meta-tag a:hover{color: #0f1346}.entry-meta-tag label{font-size: 13px;font-weight: bold;text-transform: uppercase;color: #333;margin-right: 10px;display: inline-block}@media (max-width: 767px){.entry-meta-tag{display: block;padding-right: 0}.entry-meta-tag-wrap .social-share{display: block}.entry-meta-tag + .social-share{margin-top: 10px}}.post-navigation{padding: 37px 0}.post-navigation > div{color: #333;font-size: 13px;text-transform: uppercase;font-weight: bold;display: table-cell;width: 100%;white-space: nowrap}.post-navigation > div:hover,.post-navigation > div:focus{color: #0f1346}.post-navigation > div i{font-size: 20px;position: relative;top: 4px}.post-navigation > div a{color: inherit}.entry-meta-tag-wrap + .post-navigation{background-color: #f7f7f7;padding-left: 20px;padding-right: 20px}.author-info{background-color: #f7f7f7;padding: 45px 40px}.author-avatar{float: left;width: 100px}.author-avatar img{margin: 0;-webkit-border-radius: 100%;-webkit-background-clip: padding-box;-moz-border-radius: 100%;-moz-background-clip: padding;border-radius: 100%;background-clip: padding-box}.author-description{padding-left: 120px}.author-title{font-size: 15px;font-weight: bold;text-transform: uppercase;margin-bottom: 10px;letter-spacing: 0;color: #333}.author-title:hover{color: #0f1346}.author-title a{color: inherit}.author-bio{margin-bottom: 10px}@media (max-width: 480px){.author-avatar{float: none;margin-bottom: 20px}.author-description{padding-left: 0}}.block-title-classic{font-size: 15px;text-transform: uppercase;font-weight: bold;color: #333;letter-spacing: 0;margin-bottom: 55px}.comments-area{background-color: #f7f7f7;padding: 70px 50px 60px 50px}article + .comments-area{margin-top: 50px}.comments-list{padding-bottom: 40px;border-bottom: 1px solid #ddd}.comment-list{list-style-type: none;padding: 0;margin: 0}.comment-list li.comment + li.comment{margin-top: 35px;padding-top: 35px;border-top: 1px solid #fff}.comment-list .children{list-style: none;padding-left: 0;border-top: 1px solid #fff;margin-top: 35px;padding-top: 35px}.comment-list .avatar{margin: 0;padding: 0;float: left;width: 100px;-webkit-border-radius: 100%;-webkit-background-clip: padding-box;-moz-border-radius: 100%;-moz-background-clip: padding;border-radius: 100%;background-clip: padding-box}.comment-list .avatar + .comment-text{padding-left: 120px}.comment-list .author-name{font-weight: bold;letter-spacing: 0;color: #333;font-size: 13px;text-transform: uppercase;margin-bottom: 5px}.comment-list .author-name a{color: inherit}.comment-list .author-name a:hover{color: #0f1346}.comment-list .comment-meta-date{color: #bbb;font-size: 14px;margin-bottom: 15px;letter-spacing: 0.02em}.comment-list .comment-body{position: relative}.comment-list .comment-meta{position: absolute;top: 0;right: 0;font-size: 0}.comment-list .comment-meta a{display: inline-block;font-size: 13px;color: #0f1346;letter-spacing: 0.05em;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.comment-list .comment-meta a:hover{color: #333}.comment-list .comment-meta a + a{margin-left: 10px}@media (min-width: 768px){.comment-list .children > li > .comment-body{padding-left: 100px}.comment-list .children .children > li > .comment-body{padding-left: 200px}.comment-list .children .children .children > li > .comment-body{padding-left: 300px}.comment-list .children .children .children .children > li > .comment-body{padding-left: 400px}}.comment-form{margin-left: -7.5px;margin-right: -7.5px}.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 input[type="tel"],.comment-form textarea{height: 50px;color: #bbb;background-color: #fff;border: 1px solid #ddd}.comment-form input[type="text"]::-webkit-input-placeholder,.comment-form input[type="search"]::-webkit-input-placeholder,.comment-form input[type="email"]::-webkit-input-placeholder,.comment-form input[type="url"]::-webkit-input-placeholder,.comment-form input[type="password"]::-webkit-input-placeholder,.comment-form input[type="tel"]::-webkit-input-placeholder,.comment-form textarea::-webkit-input-placeholder{color: #bbb}.comment-form input[type="text"]:-moz-placeholder,.comment-form input[type="search"]:-moz-placeholder,.comment-form input[type="email"]:-moz-placeholder,.comment-form input[type="url"]:-moz-placeholder,.comment-form input[type="password"]:-moz-placeholder,.comment-form input[type="tel"]:-moz-placeholder,.comment-form textarea:-moz-placeholder{color: #bbb}.comment-form input[type="text"]::-moz-placeholder,.comment-form input[type="search"]::-moz-placeholder,.comment-form input[type="email"]::-moz-placeholder,.comment-form input[type="url"]::-moz-placeholder,.comment-form input[type="password"]::-moz-placeholder,.comment-form input[type="tel"]::-moz-placeholder,.comment-form textarea::-moz-placeholder{color: #bbb}.comment-form input[type="text"]:-ms-input-placeholder,.comment-form input[type="search"]:-ms-input-placeholder,.comment-form input[type="email"]:-ms-input-placeholder,.comment-form input[type="url"]:-ms-input-placeholder,.comment-form input[type="password"]:-ms-input-placeholder,.comment-form input[type="tel"]:-ms-input-placeholder,.comment-form textarea:-ms-input-placeholder{color: #bbb}.comment-form textarea{height: auto}.comment-form > p{margin-bottom: 15px;padding-left: 7.5px;padding-right: 7.5px;width: 100%;float: left}.comment-form > p input:not([type="submit"]),.comment-form > p textarea{width: 100%}@media (min-width: 992px){.comment-form .comment-form-field{width: 50%}.comment-form .comment-form-comment{width: 100%}}.comment-body + .comment-respond,.comments-list + .comment-respond{margin-top: 50px}.comment-respond:after{content: '';display: table;clear: both}.comment-form .form-submit{margin-bottom: 0}.post-navigation + .post-related-wrap,.author-info + .post-related-wrap,.comments-area + .post-related-wrap{margin-top: 50px}@media (max-width: 480px){.comments-area{padding: 30px 15px 20px 15px}.comment-list .avatar{display: none}.comment-list .avatar + .comment-text{padding-left: 0}}.catalog-filter{margin-bottom: 30px}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{margin: 0}.woocommerce .woocommerce-ordering select{background-color: transparent;border: 1px solid #dedede;color: #858585}.woocommerce .woocommerce-result-count{letter-spacing: 0.02em;border: 1px solid #dedede;line-height: 20px;padding: 11.5px 20px}@media (min-width: 600px){.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering select{min-width: 270px}}@media (max-width: 479px){.woocommerce .woocommerce-result-count{width: 100%;margin-bottom: 20px}.woocommerce .woocommerce-ordering{float: none}}.woocommerce a.remove{font-size: 0;width: 14px;height: 16px}.woocommerce a.remove:before{font-family: FontAwesome;font-weight: normal;font-size: 18px;content: '\f00d';display: inline-block;color: #e32246}.woocommerce a.remove:hover{background-color: transparent}.woocommerce a.remove:hover:before{color: #0f1346}.woocommerce form .form-row{padding: 0;margin: 0 0 10px 0}.woocommerce form .form-row input[type="text"],.woocommerce form .form-row input[type="search"],.woocommerce form .form-row input[type="email"],.woocommerce form .form-row input[type="url"],.woocommerce form .form-row input[type="password"],.woocommerce form .form-row input[type="tel"],.woocommerce form .form-row textarea,.woocommerce form .form-row select{background-color: transparent;border: 1px solid #dedede;height: 40px;color: #858585}.woocommerce form .form-row input[type="text"]::-webkit-input-placeholder,.woocommerce form .form-row input[type="search"]::-webkit-input-placeholder,.woocommerce form .form-row input[type="email"]::-webkit-input-placeholder,.woocommerce form .form-row input[type="url"]::-webkit-input-placeholder,.woocommerce form .form-row input[type="password"]::-webkit-input-placeholder,.woocommerce form .form-row input[type="tel"]::-webkit-input-placeholder,.woocommerce form .form-row textarea::-webkit-input-placeholder,.woocommerce form .form-row select::-webkit-input-placeholder{color: #858585}.woocommerce form .form-row input[type="text"]:-moz-placeholder,.woocommerce form .form-row input[type="search"]:-moz-placeholder,.woocommerce form .form-row input[type="email"]:-moz-placeholder,.woocommerce form .form-row input[type="url"]:-moz-placeholder,.woocommerce form .form-row input[type="password"]:-moz-placeholder,.woocommerce form .form-row input[type="tel"]:-moz-placeholder,.woocommerce form .form-row textarea:-moz-placeholder,.woocommerce form .form-row select:-moz-placeholder{color: #858585}.woocommerce form .form-row input[type="text"]::-moz-placeholder,.woocommerce form .form-row input[type="search"]::-moz-placeholder,.woocommerce form .form-row input[type="email"]::-moz-placeholder,.woocommerce form .form-row input[type="url"]::-moz-placeholder,.woocommerce form .form-row input[type="password"]::-moz-placeholder,.woocommerce form .form-row input[type="tel"]::-moz-placeholder,.woocommerce form .form-row textarea::-moz-placeholder,.woocommerce form .form-row select::-moz-placeholder{color: #858585}.woocommerce form .form-row input[type="text"]:-ms-input-placeholder,.woocommerce form .form-row input[type="search"]:-ms-input-placeholder,.woocommerce form .form-row input[type="email"]:-ms-input-placeholder,.woocommerce form .form-row input[type="url"]:-ms-input-placeholder,.woocommerce form .form-row input[type="password"]:-ms-input-placeholder,.woocommerce form .form-row input[type="tel"]:-ms-input-placeholder,.woocommerce form .form-row textarea:-ms-input-placeholder,.woocommerce form .form-row select:-ms-input-placeholder{color: #858585}.woocommerce form .form-row textarea{height: 100px}.woocommerce form .form-row label{line-height: 1;margin-bottom: 5px;font-size: 11px;color: #333;text-transform: uppercase;letter-spacing: 0.02em;font-family: 'Montserrat'}.select2-container--default .select2-selection--single{height: 40px;border: 1px solid #dedede;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.select2-container--default .select2-selection--single .select2-selection__rendered{color: #858585;line-height: 40px;padding-left: 20px}.select2-container--default .select2-selection--single .select2-selection__arrow{height: 100%}.woocommerce ul#shipping_method li{padding: 0 0 5px 22px}.woocommerce ul#shipping_method li input{margin: 0 5px 0 0;position: relative;top: 2px}.woocommerce ul#shipping_method .amount{font-weight: normal}.product-flash{font-size: 13px;font-weight: bold;text-transform: uppercase;background-color: #0f1346;color: #fff;width: 58px;height: 58px;line-height: 58px;text-align: center;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;position: absolute;top: 20px;z-index: 2}.on-sale{right: 20px}.on-featured{left: 20px}.product-thumb{position: relative}.product-thumb img{width: 100%}.product-link{position: absolute;margin: auto;top: 0;bottom: 0;left: 0;right: 0;opacity: 0;z-index: 1;background-color: rgba(0,0,0,0.3);-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.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;-o-transition: all .2s linear;transition: all .2s linear}.product-images-hover{position: relative}.product-images-hover.flip-back{-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);-moz-transition: all .5s cubic-bezier(.215, .61, .355, 1);-ms-transition: all .5s cubic-bezier(.215, .61, .355, 1);-o-transition: all .5s cubic-bezier(.215, .61, .355, 1);transition: all .5s cubic-bezier(.215, .61, .355, 1)}.product-images-hover.flip-back .product-thumb-primary{display: block;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;position: relative}.product-images-hover.flip-back .product-thumb-secondary{display: block;-webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);-ms-transform: rotateY(180deg);transform: rotateY(180deg);opacity: 1}.product-item-wrap.active .product-link,.product-item-inner:hover .product-link{opacity: 1}.product-item-wrap.active .product-images-hover.change-image .product-thumb-secondary,.product-item-inner:hover .product-images-hover.change-image .product-thumb-secondary{opacity: 1}.product-item-wrap.active .product-images-hover.flip-back,.product-item-inner:hover .product-images-hover.flip-back{-webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);-ms-transform: rotateY(180deg);transform: rotateY(180deg)}.product-item-wrap.active .yith-wcwl-wishlistaddedbrowse a,.product-item-inner:hover .yith-wcwl-wishlistaddedbrowse a,.product-item-wrap.active .yith-wcwl-wishlistexistsbrowse a,.product-item-inner:hover .yith-wcwl-wishlistexistsbrowse a,.product-item-wrap.active .add_to_wishlist,.product-item-inner:hover .add_to_wishlist,.product-item-wrap.active .compare,.product-item-inner:hover .compare,.product-item-wrap.active .product-quick-view,.product-item-inner:hover .product-quick-view{-webkit-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);opacity: 1;visibility: visible}.product-item-wrap.active a.added_to_cart,.product-item-inner:hover a.added_to_cart,.product-item-wrap.active a.add_to_cart_button,.product-item-inner:hover a.add_to_cart_button,.product-item-wrap.active a.product_type_external,.product-item-inner:hover a.product_type_external,.product-item-wrap.active a.product_type_simple,.product-item-inner:hover a.product_type_simple,.product-item-wrap.active a.product_type_grouped,.product-item-inner:hover a.product_type_grouped{opacity: 1;-webkit-transform: translate(-50%, -50%) scale(1);-moz-transform: translate(-50%, -50%) scale(1);-ms-transform: translate(-50%, -50%) scale(1);-o-transform: translate(-50%, -50%) scale(1);transform: translate(-50%, -50%) scale(1)}.product-actions{position: absolute;bottom: 0;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);text-align: center;z-index: 3;font-size: 0;white-space: nowrap}.product-actions .compare{vertical-align: top;width: 40px;height: 40px;text-align: center;background-color: #fff;display: inline-block;font-size: 0}.product-actions .compare i{font-size: 14px;line-height: 40px;color: #222}.product-actions .compare:hover{background-color: #0f1346;color: #fff}.product-actions .compare:before{display: inline-block;font-family: FontAwesome;content: '\f1de';font-size: 12px;line-height: 38px}.product-actions .yith-wcwl-add-to-wishlist{display: inline-block;margin: 0;font-size: 0;vertical-align: top}.product-actions .yith-wcwl-add-to-wishlist + div.clear{display: none}.product-actions .yith-wcwl-wishlistaddedbrowse a,.product-actions .yith-wcwl-wishlistexistsbrowse a,.product-actions .add_to_wishlist{width: 40px;height: 40px;line-height: 40px;text-align: center;background-color: #fff;display: inline-block}.product-actions .yith-wcwl-wishlistaddedbrowse a:hover,.product-actions .yith-wcwl-wishlistexistsbrowse a:hover,.product-actions .add_to_wishlist:hover,.product-actions .yith-wcwl-wishlistaddedbrowse a.added-spinner,.product-actions .yith-wcwl-wishlistexistsbrowse a.added-spinner,.product-actions .add_to_wishlist.added-spinner{background-color: #0f1346}.product-actions .yith-wcwl-wishlistaddedbrowse a:hover:before,.product-actions .yith-wcwl-wishlistexistsbrowse a:hover:before,.product-actions .add_to_wishlist:hover:before,.product-actions .yith-wcwl-wishlistaddedbrowse a.added-spinner:before,.product-actions .yith-wcwl-wishlistexistsbrowse a.added-spinner:before,.product-actions .add_to_wishlist.added-spinner:before{color: #fff}.product-actions .yith-wcwl-wishlistaddedbrowse a:before,.product-actions .yith-wcwl-wishlistexistsbrowse a:before,.product-actions .add_to_wishlist:before{display: inline-block;font-family: FontAwesome;content: '\f08a';font-size: 14px;color: #222}.product-actions .yith-wcwl-wishlistaddedbrowse a:before,.product-actions .yith-wcwl-wishlistexistsbrowse a:before{content: '\f004'}.product-actions .yith-wcwl-add-button{font-size: 0;position: relative}.product-actions .yith-wcwl-add-button .ajax-loading{display: none !important}.product-actions .add_to_wishlist.added-spinner:before{-webkit-animation: fa-spin 1s infinite steps(8);animation: fa-spin 1s infinite steps(8);content: "\f110"}.product-actions .product-quick-view{vertical-align: top;width: 40px;height: 40px;line-height: 40px;text-align: center;background-color: #fff;display: inline-block;font-size: 14px;color: #222}.product-actions .product-quick-view:hover{background-color: #0f1346;color: #fff}.product-actions .product-quick-view,.product-actions .yith-wcwl-add-to-wishlist{margin-left: 2px}.product-actions .yith-wcwl-wishlistaddedbrowse a,.product-actions .yith-wcwl-wishlistexistsbrowse a,.product-actions .add_to_wishlist,.product-actions .compare,.product-actions .product-quick-view{-webkit-transform: translateY(20px);-moz-transform: translateY(20px);-o-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);opacity: 0;visibility: hidden}.product-actions .product-quick-view{-webkit-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .15s ease-out, opacity .5s .15s ease-out, -webkit-transform .5s .15s ease-out;-moz-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .15s ease-out, opacity .5s .15s ease-out, -moz-transform .5s .15s ease-out;-ms-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .15s ease-out, opacity .5s .15s ease-out, -ms-transform .5s .15s ease-out;-o-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .15s ease-out, opacity .5s .15s ease-out, -o-transform .5s .15s ease-out;transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .15s ease-out, opacity .5s .15s ease-out, transform .5s .15s ease-out}.product-actions .yith-wcwl-wishlistaddedbrowse a,.product-actions .yith-wcwl-wishlistexistsbrowse a,.product-actions .add_to_wishlist{-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-actions .compare{-webkit-transition: color .5s .001s ease-out, background .5s .001s ease-out, visibility .5s .35s ease-out, opacity .5s .35s ease-out, -webkit-transform .5s .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}.yith-wcwl-add-button a.add_to_wishlist{-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box}.tooltip-inner{white-space: nowrap}.product-info{padding: 25px 30px;border: 1px solid #eee;border-top: none}.woocommerce div.product p.price,.woocommerce div.product span.price{font-size: 16px;font-weight: bold;color: #ccc}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{font-weight: bold;text-decoration: none;color: #0f1346}.woocommerce div.product p.price del,.woocommerce div.product span.price del{margin-right: 25px;color: #ccc;opacity: 1;text-decoration: none}.woocommerce .products .star-rating,.woocommerce .star-rating{font-size: 10px;letter-spacing: 2px;width: 61px;top: 7px}.woocommerce .products .star-rating:before,.woocommerce .star-rating:before{color: #888}.woocommerce .products .star-rating span,.woocommerce .star-rating span{color: #ffb600}.product-listing.woocommerce .star-rating{float: none;margin: 0 auto 20px auto}.product-listing:not(.slider){margin-bottom: -30px}.woocommerce nav.woocommerce-pagination{margin-top: 50px}.woocommerce a.added_to_cart,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display: inline-block;font-size: 13px;text-transform: uppercase;font-weight: bold;line-height: 20px;padding: 10.5px 30px;border: solid 2px #0f1346;background-clip: border-box;color: #333;text-align: center;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;background-color: transparent;white-space: nowrap;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.woocommerce a.added_to_cart:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce a.added_to_cart:focus,.woocommerce #respond input#submit:focus,.woocommerce a.button:focus,.woocommerce button.button:focus,.woocommerce input.button:focus{color: #fff;background-color: #0f1346}.woocommerce a.added_to_cart.disabled,.woocommerce #respond input#submit.disabled,.woocommerce a.button.disabled,.woocommerce button.button.disabled,.woocommerce input.button.disabled,.woocommerce a.added_to_cart:disabled[disabled],.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button:disabled[disabled],.woocommerce button.button:disabled[disabled],.woocommerce input.button:disabled[disabled]{padding: 10.5px 30px}.woocommerce a.added_to_cart.disabled:hover,.woocommerce #respond input#submit.disabled:hover,.woocommerce a.button.disabled:hover,.woocommerce button.button.disabled:hover,.woocommerce input.button.disabled:hover,.woocommerce a.added_to_cart:disabled[disabled]:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button:disabled[disabled]:hover{color: #fff;background-color: #0f1346}.woocommerce a.added_to_cart.alt,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{color: #fff;background-color: #0f1346}.woocommerce a.added_to_cart.alt:focus,.woocommerce #respond input#submit.alt:focus,.woocommerce a.button.alt:focus,.woocommerce button.button.alt:focus,.woocommerce input.button.alt:focus,.woocommerce a.added_to_cart.alt:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{color: #333;background-color: transparent;border-color: #0f1346}.woocommerce a.added_to_cart.alt.disabled,.woocommerce #respond input#submit.alt.disabled,.woocommerce a.button.alt.disabled,.woocommerce button.button.alt.disabled,.woocommerce input.button.alt.disabled,.woocommerce a.added_to_cart.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]{color: #fff;background-color: #0f1346}.woocommerce a.added_to_cart.alt.disabled:hover,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce a.button.alt.disabled:hover,.woocommerce button.button.alt.disabled:hover,.woocommerce input.button.alt.disabled:hover,.woocommerce a.added_to_cart.alt:disabled[disabled]:hover,.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt:disabled[disabled]:hover,.woocommerce a.added_to_cart.alt.disabled:focus,.woocommerce #respond input#submit.alt.disabled:focus,.woocommerce a.button.alt.disabled:focus,.woocommerce button.button.alt.disabled:focus,.woocommerce input.button.alt.disabled:focus,.woocommerce a.added_to_cart.alt:disabled[disabled]:focus,.woocommerce #respond input#submit.alt:disabled[disabled]:focus,.woocommerce a.button.alt:disabled[disabled]:focus,.woocommerce button.button.alt:disabled[disabled]:focus,.woocommerce input.button.alt:disabled[disabled]:focus{color: #fff;background-color: #0f1346}.woocommerce a.added_to_cart,.woocommerce a.add_to_cart_button,.woocommerce a.product_type_external,.woocommerce a.product_type_simple,.woocommerce a.product_type_grouped{position: absolute;top: 50%;left: 50%;z-index: 3;opacity: 0;-webkit-transform: translate(-50%, -50%) scale(.5);-moz-transform: translate(-50%, -50%) scale(.5);-ms-transform: translate(-50%, -50%) scale(.5);-o-transform: translate(-50%, -50%) scale(.5);transform: translate(-50%, -50%) scale(.5);background-color: #333;border-color: #333;color: #fff}.woocommerce a.added_to_cart:focus,.woocommerce a.add_to_cart_button:focus,.woocommerce a.product_type_external:focus,.woocommerce a.product_type_simple:focus,.woocommerce a.product_type_grouped:focus,.woocommerce a.added_to_cart:hover,.woocommerce a.add_to_cart_button:hover,.woocommerce a.product_type_external:hover,.woocommerce a.product_type_simple:hover,.woocommerce a.product_type_grouped:hover{border-color: #0f1346}.woocommerce a.added_to_cart.loading:after,.woocommerce a.add_to_cart_button.loading:after,.woocommerce a.product_type_external.loading:after,.woocommerce a.product_type_simple.loading:after,.woocommerce a.product_type_grouped.loading:after{display: none}.woocommerce a.added_to_cart.loading:before,.woocommerce a.add_to_cart_button.loading:before,.woocommerce a.product_type_external.loading:before,.woocommerce a.product_type_simple.loading:before,.woocommerce a.product_type_grouped.loading:before{-webkit-animation: spin 2s linear infinite;-moz-animation: spin 2s linear infinite;animation: spin 2s linear infinite;content: '\f021';font-family: 'FontAwesome';display: inline-block;font-size: 12px;margin-right: 5px;line-height: 1}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button{padding-top: 8.5px;padding-bottom: 8.5px}.woocommerce a.add_to_cart_button.added{display: none}h3.product-name{font-size: 20px;font-weight: bold;margin-bottom: 7px;color: #1f1f1f}h3.product-name a{color: inherit}h3.product-name a:hover{color: #0f1346}.single-product-image-main-wrap{position: relative}.product-deal-countdown{position: absolute;bottom: 10px;left: 10px;right: 10px;background-color: rgba(255,255,255,0.8);padding: 20px;z-index: 1}.product-deal-countdown-inner{font-size: 0;text-align: center}.countdown-section{display: inline-block;margin-right: 5px}.countdown-section:last-child{margin-right: 0}.countdown-amount{display: block;width: 42px;height: 42px;line-height: 42px;text-align: center;background-color: #0f1346;color: #fff;font-size: 14px;font-weight: bold}.countdown-period{font-size: 11px;display: block;color: #333;font-weight: bold;margin-top: 10px;line-height: 1;text-transform: uppercase}.product-deal-countdown.small .countdown-amount{width: 36px;height: 36px;line-height: 36px;font-size: 12px}.product-deal-countdown.small .countdown-section{margin-right: 2px}.product-deal-countdown.small .countdown-period{text-transform: none}.product-category img{width: 100%}.product-category h3{font-size: 20px;font-weight: bold;color: #1f1f1f;margin-bottom: 0;text-align: center;margin-top: 25px}.product-category mark{padding: 0;background-color: transparent}.woocommerce div.product form.cart div.quantity{margin: 0 10px 0 0}.quantity-inner{width: 110px;position: relative;display: inline-block}.woocommerce .quantity .qty{width: 100%;height: 45px;padding-right: 30px;padding-left: 30px;background-color: #fff;border: 1px solid #ddd;font-size: 16px;color: #222}.woocommerce .quantity .qty::-webkit-inner-spin-button,.woocommerce .quantity .qty::-webkit-outer-spin-button{-webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0}.btn-number{position: absolute;width: 30px;height: 45px;line-height: 45px;text-align: center;font-size: 12px;color: #888;z-index: 1;cursor: pointer;background-color: #eee;top: 0;border: 1px solid #ddd}.btn-number[data-type="plus"]{right: 0}.single-product-image{position: relative}.single-product-image img{width: 100%}.single-product-image a{display: block;position: relative}.single-product-image-main-wrap,.product-image-thumb-item{border: 1px solid #ededed}.product-image-thumb-item a:before{z-index: 1;content: '';display: block;position: absolute;background-color: rgba(0,0,0,0.3);left: 0;right: 0;top: 0;bottom: 0;margin: auto;opacity: 0;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.product-image-thumb-item:hover a:before{opacity: 1}.owl-item.current > .product-image-thumb-item a:before{opacity: 1}.woocommerce div.product .product_title{font-size: 30px;font-weight: bold;margin-bottom: 20px}.woocommerce div.product .product_title a{color: inherit}.woocommerce div.product .product_title a:hover{color: #0f1346}.woocommerce .woocommerce-product-rating .star-rating{font-size: 15px;width: 102px;margin: 0 30px 0 0;top: 0;letter-spacing: 5px}.woocommerce .woocommerce-product-rating .star-rating span{color: #0f1346}.woocommerce div.product .woocommerce-product-rating{line-height: 1;margin-bottom: 20px}.woocommerce div.product .summary-product p.price,.woocommerce div.product .summary-product span.price{font-size: 28px;line-height: 1;letter-spacing: 0.05em;color: #0f1346}.woocommerce div.product .summary-product p.price del,.woocommerce div.product .summary-product span.price del{font-size: 26px}.summary-product.entry-summary div[itemprop="description"]{border-top: 1px solid #eee;padding-top: 25px;margin-top: 50px}.summary-product.entry-summary div[itemprop="description"] p{margin-bottom: 30px}.woocommerce div.product p.stock{font-size: 20px;text-transform: uppercase}.woocommerce div.product .stock{color: #0f1346}.woocommerce div.product .out-of-stock{color: #e32246}.woocommerce div.product form.cart,.woocommerce div.product p.cart{margin-bottom: 30px}.single-product-function .yith-wcwl-add-to-wishlist{display: inline-block;margin: 0 30px 0 0}.single-product-function .yith-wcwl-add-to-wishlist .ajax-loading{display: none !important}.single-product-function .yith-wcwl-add-to-wishlist + div.clear{display: none}.single-product-function .yith-wcwl-add-button a,.single-product-function .yith-wcwl-wishlistaddedbrowse a,.single-product-function .yith-wcwl-wishlistexistsbrowse a{font-family: 'Montserrat';color: #202020;font-size: 16px;font-weight: bold;letter-spacing: 0.02em;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.single-product-function .yith-wcwl-add-button a:before,.single-product-function .yith-wcwl-wishlistaddedbrowse a:before,.single-product-function .yith-wcwl-wishlistexistsbrowse a:before{display: inline-block;font-family: 'FontAwesome';content: '\f08a';color: #212121;font-size: 16px;margin-right: 5px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.single-product-function .yith-wcwl-add-button a:hover,.single-product-function .yith-wcwl-wishlistaddedbrowse a:hover,.single-product-function .yith-wcwl-wishlistexistsbrowse a:hover,.single-product-function .yith-wcwl-add-button a:hover:before,.single-product-function .yith-wcwl-wishlistaddedbrowse a:hover:before,.single-product-function .yith-wcwl-wishlistexistsbrowse a:hover:before{color: #0f1346}.single-product-function .yith-wcwl-wishlistaddedbrowse a:before,.single-product-function .yith-wcwl-wishlistexistsbrowse a:before{content: '\f004'}.single-product-function .compare{font-family: 'Montserrat';color: #202020;font-size: 16px;font-weight: bold;letter-spacing: 0.02em;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.single-product-function .compare:before{display: inline-block;font-family: 'FontAwesome';content: '\f1de';color: #212121;font-size: 16px;margin-right: 5px;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.single-product-function .compare:hover:before,.single-product-function .compare:hover{color: #0f1346}.single-product-function span.feedback{display: none}.product_meta > span{display: block;border-top: 1px solid #eee;border-bottom: 1px solid #eee;line-height: 20px;padding: 12px 0}.product_meta > span label{color: #202020;font-size: 16px;font-weight: bold;font-family: 'Montserrat';letter-spacing: 0.02em;min-width: 130px;display: inline-block}.product_meta > span span,.product_meta > span a{display: inline-block}.product_meta > span span:first-child,.product_meta > span a:first-child{padding-left: 30px}.product_meta > span a:hover{color: #0f1346}.product_meta > span + span{margin-top: -1px}.summary-product .social-share{margin-top: 35px}.summary-product .social-share label{font-family: 'Montserrat';color: #202020;font-size: 16px;font-weight: bold;letter-spacing: 0.02em;min-width: 130px;display: inline-block;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.woocommerce div.product form.cart .variations{margin-bottom: 10px}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{vertical-align: middle;padding-bottom: 10px}.woocommerce div.product form.cart .variations label{color: #202020;font-size: 16px;font-weight: bold;font-family: 'Montserrat';letter-spacing: 0.02em}.woocommerce div.product form.cart .variations select{min-width: 270px;margin: 0}.woocommerce div.product form.cart .group_table td{vertical-align: middle;padding-bottom: 10px}.woocommerce div.product form.cart .group_table td.label{padding-left: 10px;padding-right: 10px}.woocommerce div.product form.cart .group_table td.label a{color: #333;font-weight: bold;font-family: 'Montserrat'}.woocommerce div.product form.cart .group_table td.label a:hover{color: #0f1346}.woocommerce div.product form.cart .group_table td.price{color: #0f1346}.woocommerce div.product form.cart .group_table td.price ins{text-decoration: none}.woocommerce div.product form.cart .group_table td.price p.stock{font-size: 14px;margin-bottom: 0}.woocommerce-variation-add-to-cart:after,.woocommerce-variation-add-to-cart:before{content: '';display: table;clear: both}.woocommerce-variation{margin-bottom: 10px}.woocommerce div.product form.cart .reset_variations{margin-left: 10px;color: #333;font-size: 1em;vertical-align: middle}@media (min-width: 768px){.summary-product.entry-summary{padding-left: 30px}#popup-product-quick-view-wrapper .summary-product.entry-summary{padding-left: 0}}.woocommerce-tabs.wc-tabs-wrapper{border-top: 1px solid #eee;padding-top: 45px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding: 0;width: 290px;float: left;margin: 0;font-size: 0}.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs:before{display: none}.woocommerce div.product .woocommerce-tabs ul.tabs li{border: none;-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box;padding: 0;margin: 0;background-color: transparent;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;border-bottom: 1px solid #eee;display: block;color: #202020}.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-family: 'Montserrat';font-size: 16px;font-weight: bold;line-height: 20px;padding: 12px 0;letter-spacing: 0.02em;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background-color: transparent;border-bottom-color: #0f1346}.woocommerce div.product .woocommerce-tabs .panel{padding-left: 320px;margin: 0;border: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.woocommerce div.product .woocommerce-tabs .panel h2{font-size: 15px;margin-bottom: 40px;position: relative;letter-spacing: 0.02em;text-transform: uppercase}@media (max-width: 991px){.woocommerce div.product .woocommerce-tabs ul.tabs{float: none;width: 100%;margin-bottom: 20px;border-bottom: 1px solid #eee}.woocommerce div.product .woocommerce-tabs ul.tabs li{display: inline-block;height: 44px;border-bottom: none}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding: 0 15px;height: 46px;line-height: 46px;position: relative;top: -2px;border-bottom: 1px solid transparent}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{border-bottom-color: #0f1346}.woocommerce div.product .woocommerce-tabs .panel{padding-left: 0}}.woocommerce #reviews #comments ol.commentlist{padding-left: 0;padding-bottom: 40px;border-bottom: 1px solid #eee}.woocommerce #reviews #comments ol.commentlist li{margin: 0}.woocommerce #reviews #comments ol.commentlist li + li{padding-top: 30px;margin-top: 30px;border-top: 1px solid #eee}.woocommerce #reviews #comments ol.commentlist li img.avatar{width: 100px;padding: 0;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: none;position: relative}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin: 0 0 0 130px;padding: 0;border: none}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin: 0}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{margin-bottom: 10px}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong{color: #212121;font-weight: bold;font-size: 13px;text-transform: uppercase;display: inline-block}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time{font-size: 14px;letter-spacing: 0.02em;color: #bbb;display: inline-block}.woocommerce .woocommerce-Reviews #comments + #review_form_wrapper{margin-top: 40px}.woocommerce #review_form #respond label{color: #333;font-weight: 500;display: block;margin-bottom: 5px}.woocommerce #review_form #respond p.stars{display: inline-block;margin: 0}.woocommerce p.stars.selected a.active:before,.woocommerce p.stars:hover a:before{color: #ffb600}.woocommerce p.stars a{height: 15px;width: 15px;margin-right: 2px}.woocommerce p.stars a:before{height: 15px;width: 15px;font-size: 15px}.woocommerce #reviews #comment{height: 100px}.woocommerce #review_form #respond p.form-submit{margin-bottom: 0}.woocommerce table.shop_attributes th{background-color: transparent}@media (min-width: 768px){.woocommerce #reviews .comment-form-author,.woocommerce #reviews .comment-form-email{width: 50%}}@media (max-width: 320px){.woocommerce div.product form.cart .variations select{min-width: 200px}}.woocommerce-block-title{font-family: 'Montserrat';font-size: 20px;color: #333;text-transform: uppercase;font-weight: bold;line-height: 1.2;position: relative;letter-spacing: 0.02em;margin-bottom: 25px !important}.woocommerce-block-title-2{font-family: 'Montserrat';font-size: 24px;color: #202020;font-weight: bold;line-height: 1.2;position: relative;letter-spacing: 0.02em;border-bottom: 1px solid #dedede;padding-bottom: 25px;margin-bottom: 40px !important}.woocommerce table.shop_table{-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box;border: none}.woocommerce table.shop_table thead th{background-color: #222;color: #fff;font-family: 'Montserrat';font-size: 16px;font-weight: bold;text-transform: uppercase;letter-spacing: 0.02em;line-height: 20px;padding: 14px 10px}.woocommerce table.shop_table td{padding: 25px 10px}.woocommerce-cart table.cart{margin: 0}.woocommerce-cart table.cart td{border-top: none;border-bottom: 1px solid #dedede}.woocommerce-cart table.cart img{width: 70px;border: 1px solid #ededed}.woocommerce-cart table.cart .product-thumbnail{width: 105px}.woocommerce-cart table.cart .amount{font-family: 'Montserrat';font-size: 16px;color: #868686}.woocommerce-cart table.cart .product-name a{text-transform: uppercase;color: #212121;font-family: 'Montserrat';font-size: 14px}.woocommerce-cart table.cart .product-name a:hover{color: #0f1346}.woocommerce-cart table.cart .product-remove{width: 34px}.woocommerce-cart table.cart .product-price,.woocommerce-cart table.cart .product-quantity,.woocommerce-cart table.cart .product-subtotal{text-align: center}.woocommerce-cart table.cart .product-name dl.variation{margin: 0}.woocommerce-cart table.cart .product-name dl.variation dd,.woocommerce-cart table.cart .product-name dl.variation dt{margin: 0 0 5px 0;line-height: 1;padding: 0}.woocommerce-cart table.cart .product-name dl.variation dt{margin: 0 5px 5px 0}.woocommerce-cart table.cart td.actions{padding: 50px 0 0 0;border-bottom: none}.woocommerce-cart table.cart td.actions .coupon .input-text{padding: 0 20px;background-color: transparent}.woocommerce-cart table.cart td.actions .button{line-height: 20px;vertical-align: middle}@media (min-width: 769px){.woocommerce-cart table.cart td.actions .coupon .input-text{min-width: 270px;margin: 0 10px 0 0}}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells{float: none;width: 100%}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner,.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator{float: left;width: 50%;position: relative}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner{padding-left: 15px}.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator{padding-right: 15px}.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form{display: block !important}.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form p:last-of-type{margin-bottom: 0;margin-top: 20px}.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form input[type="text"],.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form input[type="search"],.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form input[type="email"],.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form input[type="url"],.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form input[type="password"],.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form input[type="tel"],.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form textarea,.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form select{height: 48px}.woocommerce .cart-collaterals .cart_totals table.shop_table{border-top: 1px solid #eee;border-bottom: 1px solid #eee;margin: 0}.woocommerce .cart-collaterals .cart_totals table.shop_table tbody td,.woocommerce .cart-collaterals .cart_totals table.shop_table tbody th{font-family: 'Montserrat';font-size: 14px;line-height: 20px;font-weight: normal;padding: 12px 0;border-color: #eee;background-color: transparent !important}.woocommerce .cart-collaterals .cart_totals table.shop_table tbody th{color: #222;text-transform: uppercase}.woocommerce .cart-collaterals .cart_totals table.shop_table tbody td{color: #999;text-align: right}.woocommerce .cart-collaterals .cart_totals table.shop_table tbody td:before{font-family: 'Montserrat';font-size: 14px;color: #222;font-weight: normal;text-transform: uppercase}.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout{padding: 0;margin-top: 30px;text-align: right}.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button{font-size: 13px;padding: 10.5px 30px;margin: 0;display: inline-block}@media (max-width: 768px){.woocommerce-cart table.cart .product-remove{width: 100%}.woocommerce-cart table.cart td.actions{background-color: transparent !important}.woocommerce-cart table.cart td.actions .button{float: left;width: 48%}.woocommerce-cart table.cart td.actions .coupon .input-text{margin: 0}.woocommerce .cart-collaterals .cart_totals .cart_totals_inner,.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator{width: 100%;padding-left: 0;padding-right: 0}.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator + .cart_totals_inner{margin-top: 50px}}@media (max-width: 320px){.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon input,.woocommerce-cart table.cart td.actions .button{float: left !important;width: 100% !important;margin-bottom: 10px}.woocommerce .cart-collaterals .cart_totals table tbody td,.woocommerce .cart-collaterals .cart_totals table tbody th{padding-left: 15px;padding-right: 15px}}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border-color: #eee}.select2-container .select2-choice{height: 40px;line-height: 40px;-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box;border: 1px solid #dedede;color: #858585;padding: 0 0 0 10px}.select2-drop-active{border-color: #dedede}#order_review_heading{margin-top: 50px}.woocommerce td.product-name dl.variation dt{font-weight: normal}.woocommerce table.account-orders-table,.woocommerce table.order_details,.woocommerce table.woocommerce-checkout-review-order-table{border: 1px solid #eee;margin-bottom: 50px}.woocommerce table.account-orders-table thead th,.woocommerce table.order_details thead th,.woocommerce table.woocommerce-checkout-review-order-table thead th{background-color: #F2F2F5;color: #333;padding: 15px 30px}.woocommerce table.account-orders-table th,.woocommerce table.order_details th,.woocommerce table.woocommerce-checkout-review-order-table th,.woocommerce table.account-orders-table td,.woocommerce table.order_details td,.woocommerce table.woocommerce-checkout-review-order-table td{padding: 15px 30px;line-height: 20px}.woocommerce table.account-orders-table tbody th,.woocommerce table.order_details tbody th,.woocommerce table.woocommerce-checkout-review-order-table tbody th,.woocommerce table.account-orders-table tfoot th,.woocommerce table.order_details tfoot th,.woocommerce table.woocommerce-checkout-review-order-table tfoot th,.woocommerce table.account-orders-table tbody td,.woocommerce table.order_details tbody td,.woocommerce table.woocommerce-checkout-review-order-table tbody td,.woocommerce table.account-orders-table tfoot td,.woocommerce table.order_details tfoot td,.woocommerce table.woocommerce-checkout-review-order-table tfoot td{font-size: 14px;color: #777;font-weight: normal}.woocommerce table.account-orders-table tbody th strong,.woocommerce table.order_details tbody th strong,.woocommerce table.woocommerce-checkout-review-order-table tbody th strong,.woocommerce table.account-orders-table tfoot th strong,.woocommerce table.order_details tfoot th strong,.woocommerce table.woocommerce-checkout-review-order-table tfoot th strong,.woocommerce table.account-orders-table tbody td strong,.woocommerce table.order_details tbody td strong,.woocommerce table.woocommerce-checkout-review-order-table tbody td strong,.woocommerce table.account-orders-table tfoot td strong,.woocommerce table.order_details tfoot td strong,.woocommerce table.woocommerce-checkout-review-order-table tfoot td strong{font-weight: normal}.woocommerce table.account-orders-table tbody td,.woocommerce table.order_details tbody td,.woocommerce table.woocommerce-checkout-review-order-table tbody td,.woocommerce table.account-orders-table tfoot td,.woocommerce table.order_details tfoot td,.woocommerce table.woocommerce-checkout-review-order-table tfoot td{color: #333}.woocommerce table.account-orders-table tbody tr:first-child td,.woocommerce table.order_details tbody tr:first-child td,.woocommerce table.woocommerce-checkout-review-order-table tbody tr:first-child td{border-top: none}.woocommerce table.account-orders-table tfoot tr:last-of-type td,.woocommerce table.order_details tfoot tr:last-of-type td,.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-of-type td,.woocommerce table.account-orders-table tfoot tr:last-of-type th,.woocommerce table.order_details tfoot tr:last-of-type th,.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-of-type th{background-color: #f4f4f4;border-top: none}.woocommerce table.customer_details tbody th,.woocommerce table.customer_details tfoot th,.woocommerce table.customer_details tbody td,.woocommerce table.customer_details tfoot td{font-size: 14px;color: #777;font-weight: normal}.woocommerce table.customer_details tbody th strong,.woocommerce table.customer_details tfoot th strong,.woocommerce table.customer_details tbody td strong,.woocommerce table.customer_details tfoot td strong{font-weight: normal}.woocommerce table.customer_details tbody td,.woocommerce table.customer_details tfoot td{color: #333}.woocommerce table.customer_details th,.woocommerce table.customer_details td{padding: 15px 30px;line-height: 20px}.woocommerce-checkout #payment{background-color: transparent;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.woocommerce-checkout #payment ul.payment_methods{padding: 0;border-bottom: 0}.woocommerce-checkout #payment ul.payment_methods li label{color: #333;letter-spacing: 0.05em}.woocommerce-checkout #payment ul.payment_methods li + li{margin-top: 20px}.woocommerce-checkout #payment ul.payment_methods li input{margin: 0 10px 0 0}.woocommerce-checkout #payment div.payment_box{font-size: 15px;color: #858585;letter-spacing: 0.02em;background-color: transparent;padding: 0 0 0 30px;margin: 15px 0 0 0;line-height: 1.7;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0}.woocommerce-checkout #payment div.payment_box:before{display: none}.woocommerce-checkout #payment div.form-row{padding: 0;margin: 20px 0 0 0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float: none}@media (max-width: 768px){.woocommerce-shipping-fields{margin-top: 50px}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{width: auto;margin: 0}}.woocommerce-account.logged-in .woocommerce{margin-left: -15px;margin-right: -15px}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{padding-left: 15px;padding-right: 15px}.woocommerce-account .woocommerce-MyAccount-navigation{width: 25%}.woocommerce-account .woocommerce-MyAccount-navigation ul{margin: 0;padding: 0;list-style: none}.woocommerce-account .woocommerce-MyAccount-navigation ul li{font-family: 'Montserrat';padding: 0;margin: 0;line-height: 20px;font-size: 14px;font-weight: bold;position: relative;color: #333;text-transform: uppercase}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{display: block;padding: 15px 20px;color: inherit;border-bottom: solid 1px #eee;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{background-color: #0f1346;color: #fff;border-bottom-color: #0f1346}.woocommerce-account .woocommerce-MyAccount-content{width: 75%}.woocommerce-account .woocommerce-MyAccount-content fieldset{margin-bottom: 20px;padding: 20px;border-color: #dedede}.woocommerce table.my_account_orders{font-size: 1em}.woocommerce table.my_account_orders .order-actions .button{margin: 0;padding-top: 8.5px;padding-bottom: 8.5px}@media (max-width: 768px){.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{width: 100%}.woocommerce-account .woocommerce-MyAccount-navigation ul{border-bottom: 1px solid #eee}.woocommerce-account .woocommerce-MyAccount-navigation ul li{display: inline-block;font-size: 11px}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{border-bottom: none}.woocommerce-account .woocommerce-MyAccount-content{margin-top: 50px}#customer_login .login{margin-bottom: 50px}}.wishlist-title h2{padding: 0}.woocommerce table.wishlist_table{font-size: 100%}.track_order{text-align: center}.track_order .input-text{text-align: center}.track_order p:first-child{max-width: 800px;margin-left: auto;margin-right: auto;display: block}.woocommerce .track_order .form-row-first,.woocommerce .track_order .form-row-last{float: none;margin: auto;margin-bottom: 20px}.g5plus-btn-container{display: block;max-width: 100%}.g5plus-btn-container.btn-inline{display: inline-block;vertical-align: top}.g5plus-btn-container.btn-right{text-align: right}.g5plus-btn-container.btn-center{text-align: center}.g5plus-btn-container.btn-left{text-align: left}.btn,button,input[type="submit"]{font-family: 'Montserrat';display: inline-block;font-size: 13px;text-transform: uppercase;font-weight: bold;line-height: 20px;padding: 10.5px 30px;color: #fff;background-color: #0f1346;border: solid 2px transparent;background-clip: border-box;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.btn:hover,button:hover,input[type="submit"]:hover,.btn:focus,button:focus,input[type="submit"]:focus{color: #333;background-color: transparent;border-color: #0f1346}.btn:hover.btn-dark,button:hover.btn-dark,input[type="submit"]:hover.btn-dark,.btn:focus.btn-dark,button:focus.btn-dark,input[type="submit"]:focus.btn-dark{color: #fff}.btn.btn-outline{border-color: #0f1346;color: #333;background-color: transparent}.btn.btn-outline.btn-dark{color: #fff}.btn.btn-outline:focus,.btn.btn-outline:hover{border-color: transparent;background-color: #0f1346;color: #fff}.btn-round{-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px}.btn.disabled,.btn[disabled],button[disabled]{cursor: not-allowed;filter: alpha(opacity=65);opacity: .65}.btn.btn-block{display: block;width: 100%}.btn-icon i{height: 14px;line-height: 14px;display: inline-block}.btn-icon-left i{margin-right: 10px}.btn-icon-right i{margin-left: 10px}.btn.btn-xs{padding-top: 8.5px;padding-bottom: 8.5px}.btn.btn-md{padding-top: 12px;padding-bottom: 12px}.btn.btn-lg{padding-top: 13px;padding-bottom: 13px}.btn.btn-gray{color: #333;background-color: #ddd}.btn.btn-gray:hover,.btn.btn-gray:focus{border-color: #ddd;background-color: transparent}.btn.btn-gray.btn-outline{border-color: #ddd;background-color: transparent}.btn.btn-gray.btn-outline:focus,.btn.btn-gray.btn-outline:hover{border-color: transparent;background-color: #ddd;color: #333}.btn.btn-black{background-color: #000}.btn.btn-black:hover,.btn.btn-black:focus{background-color: transparent;border-color: #000}.btn.btn-black.btn-outline{border-color: #000;background-color: transparent}.btn.btn-black.btn-outline:focus,.btn.btn-black.btn-outline:hover{border-color: transparent;background-color: #000;color: #fff}.btn.btn-white{background-color: #fff;color: #333}.btn.btn-white:hover,.btn.btn-white:focus{background-color: transparent;border-color: #fff;color: #fff}.btn.btn-white.btn-dark:hover,.btn.btn-white.btn-dark:focus{background-color: #0f1346;border-color: #0f1346}.btn.btn-white.btn-outline{border-color: #fff;color: #fff;background-color: transparent}.btn.btn-white.btn-outline:focus,.btn.btn-white.btn-outline:hover{border-color: transparent;background-color: #fff;color: #333}.btn.btn-link{background-color: transparent !important;border: none !important;padding: 0 10px 0 0;color: #0f1346;position: relative}.btn.btn-link:before{font-family: 'FontAwesome';content: '\f0da';display: block;font-size: 17px;height: 14px;line-height: 14px;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);position: absolute;right: 0}.btn.btn-link.btn-gray{color: #ddd}.btn.btn-link.btn-black{color: #222}.btn.btn-link.btn-white{color: #fff}.btn.btn-link.btn-gray:hover,.btn.btn-link.btn-black:hover,.btn.btn-link.btn-white:hover,.btn.btn-link.btn-gray:focus,.btn.btn-link.btn-black:focus,.btn.btn-link.btn-white:focus{color: #0f1346}.btn.btn-link:hover,.btn.btn-link:focus{padding-right: 12px;color: #333}.g5plus-banner{position: relative;color: #222}.g5plus-banner img{width: 100%}.g5plus-banner .bn-link{position: absolute;z-index: 3;left: 0;top: 0;width: 100%;height: 100%}.g5plus-banner .banner-content{position: absolute;z-index: 2}.g5plus-banner .text-top-center{top: 20px;left: 30px;right: 30px;margin-left: auto;margin-right: auto;text-align: center}.g5plus-banner .text-middle-center{top: 50%;left: 30px;right: 30px;margin-left: auto;margin-right: auto;text-align: center;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%)}.g5plus-banner .text-bottom-left{left: 30px;right: 30px;bottom: 30px;text-align: left}.g5plus-banner .text-bottom-center{bottom: 30px;left: 30px;right: 30px;margin-left: auto;margin-right: auto;text-align: center}.g5plus-banner .text-bottom-right{left: 30px;right: 30px;bottom: 30px;text-align: right}.g5plus-gallery.col-gap-3.row{margin-left: -1.5px;margin-right: -1.5px}.g5plus-gallery.col-gap-3.row .gf-item-wrap{padding-left: 1.5px;padding-right: 1.5px;margin-bottom: 3px}.g5plus-gallery.col-gap-0.row{margin-left: 0;margin-right: 0}.g5plus-gallery.col-gap-0.row .gf-item-wrap{padding-left: 0;padding-right: 0}.g5plus-gallery .gf-gallery-item .gf-gallery-inner{position: relative}.g5plus-gallery .gf-gallery-item .gf-gallery-inner img{width: 100%;display: block}.g5plus-gallery .gf-gallery-item .gf-gallery-inner:before{position: absolute;display: block;content: '';top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,0.8);-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;opacity: 0}.g5plus-gallery .gf-gallery-item .gf-gallery-inner a{position: absolute;z-index: 2;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%) scale(.8);-moz-transform: translate(-50%, -50%) scale(.8);-o-transform: translate(-50%, -50%) scale(.8);-ms-transform: translate(-50%, -50%) scale(.8);transform: translate(-50%, -50%) scale(.8);width: 42px;height: 42px;border: 1px solid #fff;opacity: 0;-webkit-border-radius: 50%;-webkit-background-clip: padding-box;-moz-border-radius: 50%;-moz-background-clip: padding;border-radius: 50%;background-clip: padding-box;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.g5plus-gallery .gf-gallery-item .gf-gallery-inner a i{color: #fff;line-height: 40px;font-size: 12px;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.g5plus-gallery .gf-gallery-item .gf-gallery-inner:hover:before,.g5plus-gallery .gf-gallery-item .gf-gallery-inner:hover a{opacity: 1}.g5plus-gallery .gf-gallery-item .gf-gallery-inner:hover a{-webkit-transform: translate(-50%, -50%) scale(1);-moz-transform: translate(-50%, -50%) scale(1);-o-transform: translate(-50%, -50%) scale(1);-ms-transform: translate(-50%, -50%) scale(1);transform: translate(-50%, -50%) scale(1)}.g5plus-gallery.g5plus-widget-gallery .gf-gallery-item .gf-gallery-inner a{width: 30px;height: 30px}.g5plus-gallery.g5plus-widget-gallery .gf-gallery-item .gf-gallery-inner a i{line-height: 28px}.overlay-light.suprema-effect .effect-content:before,.overlay-light.suprema-effect .effect-content:after{background-color: #0f1346}.overlay-light.layla-effect .effect-content:after,.overlay-light.bubba-effect .effect-content:after{border-top-color: #0f1346;border-bottom-color: #0f1346}.overlay-light.layla-effect .effect-content:before,.overlay-light.bubba-effect .effect-content:before{border-left-color: #0f1346;border-right-color: #0f1346}.overlay-light.jazz-effect .effect-content:before{border-top-color: #0f1346;border-bottom-color: #0f1346}.suprema-effect,.layla-effect,.bubba-effect,.jazz-effect{overflow: hidden;position: relative}.suprema-effect:not(.portfolio-item):after,.layla-effect:not(.portfolio-item):after,.bubba-effect:not(.portfolio-item):after,.jazz-effect:not(.portfolio-item):after{-webkit-transition: opacity .8s ease .2s;transition: opacity .8s ease .15s;position: absolute;content: '';display: block;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);opacity: 0;z-index: 0}.suprema-effect.overlay-light:after,.layla-effect.overlay-light:after,.bubba-effect.overlay-light:after,.jazz-effect.overlay-light:after{background-color: rgba(255,255,255,0.8)}.suprema-effect .effect-content,.layla-effect .effect-content,.bubba-effect .effect-content,.jazz-effect .effect-content{position: relative}.suprema-effect .effect-content:before,.layla-effect .effect-content:before,.bubba-effect .effect-content:before,.jazz-effect .effect-content:before,.suprema-effect .effect-content:after,.layla-effect .effect-content:after,.bubba-effect .effect-content:after,.jazz-effect .effect-content:after{position: absolute;content: '';display: block}.suprema-effect:hover:after,.layla-effect:hover:after,.bubba-effect:hover:after,.jazz-effect:hover:after,.suprema-effect:hover .effect-content:before,.layla-effect:hover .effect-content:before,.bubba-effect:hover .effect-content:before,.jazz-effect:hover .effect-content:before,.suprema-effect:hover .effect-content:after,.layla-effect:hover .effect-content:after,.bubba-effect:hover .effect-content:after,.jazz-effect:hover .effect-content:after{opacity: 1}.suprema-effect .effect-content:before,.suprema-effect .effect-content:after{width: 45%;height: 2px;top: 50%;background: #fff;opacity: 0;z-index: 1;-webkit-transition: opacity .2s ease, -webkit-transform 0s .2s;transition: opacity .2s ease, transform 0s .2s}.suprema-effect .effect-content:before{-webkit-transform-origin: 0 50%;transform-origin: 0 50%;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);left: 50%}.suprema-effect .effect-content:after{right: 50%;-webkit-transform-origin: 100% 50%;transform-origin: 100% 50%;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg)}.suprema-effect:hover .effect-content:before{transition: opacity .3s ease 50ms, transform 2s cubic-bezier(.26, .63, 0, .96);-webkit-transform: rotate(-45deg) translateX(-1000px);-moz-transform: rotate(-45deg) translateX(-1000px);-o-transform: rotate(-45deg) translateX(-1000px);-ms-transform: rotate(-45deg) translateX(-1000px);transform: rotate(-45deg) translateX(-1000px)}.suprema-effect:hover .effect-content:after{transition: opacity .4s ease, transform 2s cubic-bezier(.26, .63, 0, .96);-webkit-transform: rotate(-45deg) translateX(1000px);-moz-transform: rotate(-45deg) translateX(1000px);-o-transform: rotate(-45deg) translateX(1000px);-ms-transform: rotate(-45deg) translateX(1000px);transform: rotate(-45deg) translateX(1000px)}.layla-effect .effect-content:after,.bubba-effect .effect-content:after,.layla-effect .effect-content:before,.bubba-effect .effect-content:before{content: '';display: block;background-color: transparent;position: absolute;z-index: 1;-webkit-transition: .5s;-moz-transition: .5s;-o-transition: .5s;transition: .5s}.layla-effect .effect-content:after,.bubba-effect .effect-content:after{top: 25px;bottom: 25px;left: 50%;right: 50%;border-top-width: 1px;border-top-style: solid;border-top-color: #fff;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #fff}.layla-effect .effect-content:before,.bubba-effect .effect-content:before{top: 50%;bottom: 50%;left: 25px;right: 25px;border-left-width: 1px;border-left-style: solid;border-left-color: #fff;border-right-width: 1px;border-right-style: solid;border-right-color: #fff}.layla-effect:hover .effect-content:after{left: 10px;right: 10px}.layla-effect:hover .effect-content:before{top: 10px;bottom: 10px}.bubba-effect:hover .effect-content:after{left: 25px;right: 25px}.bubba-effect:hover .effect-content:before{top: 25px;bottom: 25px}.jazz-effect .effect-content:before{background-color: transparent;z-index: 1;width: 100%;height: 100%;top: 0;opacity: 0;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;border-top-width: 1px;border-top-style: solid;border-top-color: #fff;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #fff;-webkit-transform: rotate(45deg) scale(.5);-moz-transform: rotate(45deg) scale(.5);-o-transform: rotate(45deg) scale(.5);-ms-transform: rotate(45deg) scale(.5);transform: rotate(45deg) scale(.5)}.jazz-effect:hover .effect-content:before{-webkit-transform: rotate(45deg) scale(1);-moz-transform: rotate(45deg) scale(1);-o-transform: rotate(45deg) scale(1);-ms-transform: rotate(45deg) scale(1);transform: rotate(45deg) scale(1)}.vc_progress_bar.prb_vl_move .progress-bar-title{margin-bottom: 12px;display: block;color: #161945}.vc_progress_bar.prb_vl_move .vc_single_bar{border-radius: 0;height: 12px;margin-bottom: 33px;background: #F5F5F5;box-shadow: none}.vc_progress_bar.prb_vl_move .vc_single_bar .vc_bar{height: 12px;-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box}.vc_progress_bar.prb_vl_move .vc_single_bar .vc_bar .vc_label_units{position: absolute;right: -31px;top: -31px;background: #333;color: #fff;width: 31px;height: 18px;font-weight: 600;font-size: 10px;text-align: center}.vc_progress_bar.prb_vl_move .vc_single_bar .vc_bar .vc_label_units:before{border-left: 0;border-right: 7px solid transparent;border-top-style: solid;border-top-width: 7px;border-top-color: #333;content: "";left: 0;position: absolute;top: 18px}.vc_progress_bar.prb_vl_right .progress-bar-title{margin-bottom: 12px;display: block;color: #999999;font-size: 13px}.vc_progress_bar.prb_vl_right .vc_single_bar{border-radius: 0;height: 8px;margin-bottom: 27px;background: #fff;border-width: 1px;border-style: solid;border-color: #eee;box-shadow: none}.vc_progress_bar.prb_vl_right .vc_single_bar .vc_bar{height: 8px;-webkit-border-radius: 0;-webkit-background-clip: padding-box;-moz-border-radius: 0;-moz-background-clip: padding;border-radius: 0;background-clip: padding-box;top: -1px}.vc_progress_bar.prb_vl_right .vc_single_bar .vc_label_units{position: absolute;right: 0;top: -36px;color: #333;font-weight: 700;font-size: 13px}.g5plus-heading:after{border-bottom-color: #0f1346}.vc_message_box{padding: 11px 11px 11px 45px;margin: 0 0 20px}.vc_message_box-icon{width: 45px}.vc_message_box-icon > *,.vc_message_box-icon > .fa{font-size: 14px;line-height: 1.6}.vc_color-success.vc_message_box-solid{color: #58A739;border-color: transparent;background-color: #E0F2D9}.vc_color-success.vc_message_box-solid .vc_message_box-icon{color: #58A739}.vc_color-info.vc_message_box-solid{color: #3D6DBF;border-color: transparent;background-color: #ECF1F9}.vc_color-info.vc_message_box-solid .vc_message_box-icon{color: #3D6EBF}.vc_color-warning.vc_message_box-solid{color: #EB9A0A;border-color: transparent;background-color: #FDF9DF}.vc_color-warning.vc_message_box-solid .vc_message_box-icon{color: #EB9B0A}.vc_color-danger.vc_message_box-solid{color: #DF5F5F;border-color: transparent;background-color: #FFECEC}.vc_color-danger.vc_message_box-solid .vc_message_box-icon{color: #DF5F5F}.dc-classic.dc-scheme-accent p > .first-letter{color: #0f1346}.dc-classic.dc-scheme-dark p > .first-letter{color: #333}.dc-outline.dc-scheme-accent p > .first-letter{color: #0f1346;border-color: #0f1346}.dc-outline.dc-scheme-dark p > .first-letter{color: #333;border-color: #333}.dc-background.dc-scheme-accent p > .first-letter{background-color: #0f1346}.dc-background.dc-scheme-dark p > .first-letter{background-color: #333}.dc-background.dc-scheme-light p > .first-letter{color: #0f1346}.gf-gallery-item .gf-gallery-inner a:hover{border-color: #0f1346}.gf-gallery-item .gf-gallery-inner a:hover i{color: #0f1346}.g5plus-icon-box .ib-content span{color: #333}.g5plus-icon-box .ib-content a span:hover{color: #0f1346}.g5plus-icon-box:not(.icon-classic).icon-scheme-light.icon-bg-circle-fill:hover .ib-shape-inner{background-color: #0f1346}.g5plus-icon-box.icon-classic.icon-scheme-accent i{color: #0f1346}.g5plus-icon-box.icon-classic.icon-scheme-accent:not(.ib-right-bg):hover i{color: #dedede}.g5plus-icon-box.icon-classic.icon-scheme-dark i{color: #333}.g5plus-icon-box.icon-classic.icon-scheme-dark:not(.ib-right-bg):hover i{color: #dedede}.g5plus-icon-box.icon-classic.icon-scheme-light:not(.ib-right-bg):hover i{color: #0f1346}.g5plus-icon-box.icon-classic.icon-scheme-gray i{color: #dedede}.g5plus-icon-box.icon-classic.icon-scheme-gray:not(.ib-right-bg):hover i{color: #0f1346}.g5plus-icon-box.icon-bg-circle-fill.icon-scheme-accent .ib-shape-inner{background-color: #0f1346}.g5plus-icon-box.icon-bg-circle-fill.icon-scheme-dark .ib-shape-inner{background-color: #333}.g5plus-icon-box.icon-bg-circle-fill.icon-scheme-gray .ib-shape-inner{background-color: #dedede}.g5plus-icon-box.icon-bg-circle-outline.icon-scheme-accent .ib-shape-inner{border-color: #0f1346}.g5plus-icon-box.icon-bg-circle-outline.icon-scheme-accent .ib-shape-inner i{color: #0f1346}.g5plus-icon-box.icon-bg-circle-outline.icon-scheme-dark .ib-shape-inner{border-color: #333}.g5plus-icon-box.icon-bg-circle-outline.icon-scheme-dark .ib-shape-inner i{color: #333}.g5plus-icon-box.icon-bg-circle-outline.icon-scheme-gray .ib-shape-inner{border-color: #dedede}.g5plus-icon-box.icon-bg-circle-outline.icon-scheme-gray .ib-shape-inner i{color: #dedede}.g5plus-icon-box.icon-bg-circle-fill-outline.icon-scheme-accent .ib-shape-inner{border-color: #0f1346}.g5plus-icon-box.icon-bg-circle-fill-outline.icon-scheme-accent .ib-shape-inner:before{background-color: #0f1346}.g5plus-icon-box.icon-bg-circle-fill-outline.icon-scheme-dark .ib-shape-inner{border-color: #333}.g5plus-icon-box.icon-bg-circle-fill-outline.icon-scheme-dark .ib-shape-inner:before{background-color: #333}.g5plus-icon-box.icon-bg-circle-fill-outline.icon-scheme-light .ib-shape-inner i{color: #0f1346}.g5plus-icon-box.icon-bg-circle-fill-outline.icon-scheme-gray .ib-shape-inner{border-color: #dedede}.g5plus-icon-box.icon-bg-circle-fill-outline.icon-scheme-gray .ib-shape-inner:before{background-color: #dedede}.g5plus-icon-box.has-box-shadow:not(.icon-bg-circle-fill-outline).icon-scheme-accent:hover .ib-shape-inner i,.g5plus-icon-box.has-box-shadow:not(.icon-bg-circle-fill-outline).icon-scheme-dark:hover .ib-shape-inner i,.g5plus-icon-box.has-box-shadow:not(.icon-bg-circle-fill-outline).icon-scheme-gray:hover .ib-shape-inner i{color: #0f1346}.g5plus-icon-box.has-box-shadow.icon-bg-circle-fill-outline.icon-scheme-accent:hover .ib-shape-inner i,.g5plus-icon-box.has-box-shadow.icon-bg-circle-fill-outline.icon-scheme-dark:hover .ib-shape-inner i,.g5plus-icon-box.has-box-shadow.icon-bg-circle-fill-outline.icon-scheme-gray:hover .ib-shape-inner i{color: #0f1346}.g5plus-icon-box.has-box-shadow.icon-bg-circle-fill-outline.icon-scheme-light:hover .ib-shape-inner{border-color: #0f1346}.g5plus-icon-box.has-box-shadow.icon-bg-circle-fill-outline.icon-scheme-light:hover .ib-shape-inner:before{background-color: #0f1346}.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-fill.icon-scheme-accent:hover .ib-shape-inner{background-color: #dedede}.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-fill.icon-scheme-accent:hover .ib-shape-inner i{color: #0f1346}.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-fill.icon-scheme-gray:hover .ib-shape-inner,.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-fill.icon-scheme-dark:hover .ib-shape-inner{background-color: #0f1346}.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-outline.icon-scheme-accent:hover .ib-shape-inner,.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-outline.icon-scheme-dark:hover .ib-shape-inner{border-color: #dedede}.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-outline.icon-scheme-accent:hover .ib-shape-inner i,.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-outline.icon-scheme-dark:hover .ib-shape-inner i{color: #dedede}.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-outline.icon-scheme-gray:hover .ib-shape-inner,.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-outline.icon-scheme-light:hover .ib-shape-inner{border-color: #0f1346}.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-outline.icon-scheme-gray:hover .ib-shape-inner i,.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-outline.icon-scheme-light:hover .ib-shape-inner i{color: #0f1346}.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-fill-outline.icon-scheme-accent:hover .ib-shape-inner,.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-fill-outline.icon-scheme-dark:hover .ib-shape-inner{border-color: #dedede}.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-fill-outline.icon-scheme-accent:hover .ib-shape-inner:before,.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-fill-outline.icon-scheme-dark:hover .ib-shape-inner:before{background-color: #dedede}.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-fill-outline.icon-scheme-light:hover .ib-shape-inner,.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-fill-outline.icon-scheme-gray:hover .ib-shape-inner{border-color: #0f1346}.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-fill-outline.icon-scheme-light:hover .ib-shape-inner:before,.g5plus-icon-box:not(.has-box-shadow):not(.icon-classic).icon-bg-circle-fill-outline.icon-scheme-gray:hover .ib-shape-inner:before{background-color: #0f1346}.g5plus-icon-box.ib-right-bg .ib-content span{color: #333}.g5plus-icon-box.ib-right-bg .ib-shape{border-color: #eee}.g5plus-icon-box.icon-box-light .ib-content a span:hover{color: #0f1346}.g5plus-ourteam .ourteam-content{border-color: #eee}.g5plus-ourteam .ourteam-content .social-share-icon{background-color: #0f1346}.g5plus-ourteam .ourteam-content .social-profiles a:hover i{color: #0f1346}.g5plus-ourteam .ourteam-content span{color: #333}.g5plus-portfolio .portfolio-inner .portfolio-item-content a.title:hover{color: #0f1346}.g5plus-portfolio .portfolio-inner .portfolio-item-content p{color: #eee}.g5plus-portfolio .portfolio-inner .portfolio-item-content a.view-gallery:hover,.g5plus-portfolio .portfolio-inner .portfolio-item-content a.link-single:hover{border-color: #0f1346}.g5plus-portfolio .portfolio-inner .portfolio-item-content a.view-gallery:hover i,.g5plus-portfolio .portfolio-inner .portfolio-item-content a.link-single:hover i{color: #0f1346}.active-cate-accent .portfolio-filter-content a:hover,.active-cate-accent .portfolio-filter-content .active-filter{color: #0f1346}.portfolio-single .portfolio-thumbnail .view-gallery:hover,.portfolio-single .portfolio-single-item .view-gallery:hover,.portfolio-single .portfolio-thumbnail .view-video:hover,.portfolio-single .portfolio-single-item .view-video:hover{border-color: #0f1346;color: #0f1346}.portfolio-single:not(.portfolio-two-columns) .portfolio-info h4:before{background-color: #0f1346}.portfolio-single .portfolio-info-detail .portfolio-label{color: #333}.portfolio-related h4{border-bottom-color: #eee}.portfolio-two-columns .portfolio-info-detail > div:not(.portfolio-activities){border-top-color: #eee}.portfolio-two-columns .portfolio-info-detail .portfolio-cate{border-bottom-color: #eee}.vc_toggle{border-width: 1px;border-style: solid;border-color: #eee;padding: 31px 35px 20px 35px;margin-bottom: 10px}.vc_toggle .vc_toggle_title .vc_toggle_icon{-webkit-border-radius: 50%;-webkit-background-clip: padding-box;-moz-border-radius: 50%;-moz-background-clip: padding;border-radius: 50%;background-clip: padding-box;border: solid 1px;width: 24px;height: 24px;left: -10px !important;top: 40% !important;font-family: 'Pe-icon-7-stroke' !important;font-size: 26px;font-style: inherit;font-weight: bold;text-align: center;line-height: 22px;color: #fff}.vc_toggle .vc_toggle_title .vc_toggle_icon:before{content: '\e684';display: block;height: 100%;width: 100%;-webkit-border-radius: 50%;-webkit-background-clip: padding-box;-moz-border-radius: 50%;-moz-background-clip: padding;border-radius: 50%;background-clip: padding-box;transform: translate(-57%, -47%)}.vc_toggle .vc_toggle_title .vc_toggle_icon:after{display: none}.vc_toggle .vc_toggle_title:hover h1,.vc_toggle .vc_toggle_title:hover h2,.vc_toggle .vc_toggle_title:hover h3,.vc_toggle .vc_toggle_title:hover h4,.vc_toggle .vc_toggle_title:hover h5,.vc_toggle .vc_toggle_title:hover h6,.vc_toggle .vc_toggle_title:hover p,.vc_toggle .vc_toggle_title:hover div{color: #0f1346 !important}.vc_toggle .vc_toggle_title:hover .vc_toggle_icon{border-color: #0f1346 !important}.vc_toggle .vc_toggle_title:hover .vc_toggle_icon:before{background-color: #0f1346 !important}.vc_toggle .vc_toggle_title *{letter-spacing: 0.3em}.vc_toggle .vc_toggle_title h4{font-family: 'Lato';font-size: 15px;font-weight: bold}.vc_toggle .vc_toggle_content{margin-bottom: 6px}.vc_toggle .vc_toggle_content p{font-size: 14px;color: #999999;line-height: 1.6;letter-spacing: 0.05em}.vc_toggle.vc_toggle_rounded{-webkit-border-radius: 10px;-webkit-background-clip: padding-box;-moz-border-radius: 10px;-moz-background-clip: padding;border-radius: 10px;background-clip: padding-box}.vc_toggle.vc_toggle_active .vc_toggle_title h1,.vc_toggle.vc_toggle_active .vc_toggle_title h2,.vc_toggle.vc_toggle_active .vc_toggle_title h3,.vc_toggle.vc_toggle_active .vc_toggle_title h4,.vc_toggle.vc_toggle_active .vc_toggle_title h5,.vc_toggle.vc_toggle_active .vc_toggle_title h6,.vc_toggle.vc_toggle_active .vc_toggle_title p,.vc_toggle.vc_toggle_active .vc_toggle_title div{color: #0f1346 !important}.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon{border-color: #0f1346 !important;color: #fff}.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before{content: "\e688";background-color: #0f1346 !important}.vc_toggle.vc_toggle_color_inverted .vc_toggle_title:hover h1,.vc_toggle.vc_toggle_color_inverted .vc_toggle_title:hover h2,.vc_toggle.vc_toggle_color_inverted .vc_toggle_title:hover h3,.vc_toggle.vc_toggle_color_inverted .vc_toggle_title:hover h4,.vc_toggle.vc_toggle_color_inverted .vc_toggle_title:hover h5,.vc_toggle.vc_toggle_color_inverted .vc_toggle_title:hover h6,.vc_toggle.vc_toggle_color_inverted .vc_toggle_title:hover p,.vc_toggle.vc_toggle_color_inverted .vc_toggle_title:hover div{color: #0f1346 !important}.vc_toggle.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{border-color: #0f1346 !important;color: #0f1346 !important}.vc_toggle.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color: transparent !important}.vc_toggle.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title h1,.vc_toggle.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title h2,.vc_toggle.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title h3,.vc_toggle.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title h4,.vc_toggle.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title h5,.vc_toggle.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title h6,.vc_toggle.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title p,.vc_toggle.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title div{color: #0f1346 !important}.vc_toggle.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title .vc_toggle_icon{border-color: #0f1346 !important;color: #0f1346 !important}.vc_toggle.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before{background-color: transparent !important}.vc_toggle.vc_toggle_color_primary .vc_toggle_title h1,.vc_toggle.vc_toggle_color_primary .vc_toggle_title h2,.vc_toggle.vc_toggle_color_primary .vc_toggle_title h3,.vc_toggle.vc_toggle_color_primary .vc_toggle_title h4,.vc_toggle.vc_toggle_color_primary .vc_toggle_title h5,.vc_toggle.vc_toggle_color_primary .vc_toggle_title h6,.vc_toggle.vc_toggle_color_primary .vc_toggle_title p,.vc_toggle.vc_toggle_color_primary .vc_toggle_title div{color: #0f1346}.vc_toggle.vc_toggle_color_primary .vc_toggle_title .vc_toggle_icon{border-color: #0f1346}.vc_toggle.vc_toggle_color_primary .vc_toggle_title .vc_toggle_icon:before{background-color: #0f1346}.vc_toggle.vc_toggle_color_primary .vc_toggle_title:hover h1,.vc_toggle.vc_toggle_color_primary .vc_toggle_title:hover h2,.vc_toggle.vc_toggle_color_primary .vc_toggle_title:hover h3,.vc_toggle.vc_toggle_color_primary .vc_toggle_title:hover h4,.vc_toggle.vc_toggle_color_primary .vc_toggle_title:hover h5,.vc_toggle.vc_toggle_color_primary .vc_toggle_title:hover h6,.vc_toggle.vc_toggle_color_primary .vc_toggle_title:hover p,.vc_toggle.vc_toggle_color_primary .vc_toggle_title:hover div{color: #333 !important}.vc_toggle.vc_toggle_color_primary .vc_toggle_title:hover .vc_toggle_icon{border-color: #333 !important}.vc_toggle.vc_toggle_color_primary .vc_toggle_title:hover .vc_toggle_icon:before{background-color: #333 !important}.vc_toggle.vc_toggle_color_primary.vc_toggle_active .vc_toggle_title h1,.vc_toggle.vc_toggle_color_primary.vc_toggle_active .vc_toggle_title h2,.vc_toggle.vc_toggle_color_primary.vc_toggle_active .vc_toggle_title h3,.vc_toggle.vc_toggle_color_primary.vc_toggle_active .vc_toggle_title h4,.vc_toggle.vc_toggle_color_primary.vc_toggle_active .vc_toggle_title h5,.vc_toggle.vc_toggle_color_primary.vc_toggle_active .vc_toggle_title h6,.vc_toggle.vc_toggle_color_primary.vc_toggle_active .vc_toggle_title p,.vc_toggle.vc_toggle_color_primary.vc_toggle_active .vc_toggle_title div{color: #333 !important}.vc_toggle.vc_toggle_color_primary.vc_toggle_active .vc_toggle_title .vc_toggle_icon{border-color: #333 !important}.vc_toggle.vc_toggle_color_primary.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before{background-color: #333 !important}.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: #0f1346;color: #0f1346}.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_title:hover h1,.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_title:hover h2,.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_title:hover h3,.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_title:hover h4,.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_title:hover h5,.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_title:hover h6,.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_title:hover p,.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_title:hover div{color: #333 !important}.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{border-color: #333 !important;color: #333 !important}.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color: transparent !important}.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title h1,.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title h2,.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title h3,.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title h4,.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title h5,.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title h6,.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title p,.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title div{color: #333 !important}.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title .vc_toggle_icon{border-color: #333 !important;color: #333 !important}.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before{background-color: transparent !important}.vc_toggle.vc_toggle_color_default .vc_toggle_title h1,.vc_toggle.vc_toggle_color_default .vc_toggle_title h2,.vc_toggle.vc_toggle_color_default .vc_toggle_title h3,.vc_toggle.vc_toggle_color_default .vc_toggle_title h4,.vc_toggle.vc_toggle_color_default .vc_toggle_title h5,.vc_toggle.vc_toggle_color_default .vc_toggle_title h6,.vc_toggle.vc_toggle_color_default .vc_toggle_title p,.vc_toggle.vc_toggle_color_default .vc_toggle_title div{color: #333}.vc_toggle.vc_toggle_color_default .vc_toggle_title .vc_toggle_icon{border-color: #333}.vc_toggle.vc_toggle_color_default .vc_toggle_title .vc_toggle_icon:before{background-color: #333}.vc_toggle.vc_toggle_color_default.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: #333;color: #333}.vc_toggle.vc_toggle_color_default.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_blue .vc_toggle_title h1,.vc_toggle.vc_toggle_color_blue .vc_toggle_title h2,.vc_toggle.vc_toggle_color_blue .vc_toggle_title h3,.vc_toggle.vc_toggle_color_blue .vc_toggle_title h4,.vc_toggle.vc_toggle_color_blue .vc_toggle_title h5,.vc_toggle.vc_toggle_color_blue .vc_toggle_title h6,.vc_toggle.vc_toggle_color_blue .vc_toggle_title p,.vc_toggle.vc_toggle_color_blue .vc_toggle_title div{color: #0000ff}.vc_toggle.vc_toggle_color_blue .vc_toggle_title .vc_toggle_icon{border-color: #0000ff}.vc_toggle.vc_toggle_color_blue .vc_toggle_title .vc_toggle_icon:before{background-color: #0000ff}.vc_toggle.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: #0000ff;color: #0000ff}.vc_toggle.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_turquoise .vc_toggle_title h1,.vc_toggle.vc_toggle_color_turquoise .vc_toggle_title h2,.vc_toggle.vc_toggle_color_turquoise .vc_toggle_title h3,.vc_toggle.vc_toggle_color_turquoise .vc_toggle_title h4,.vc_toggle.vc_toggle_color_turquoise .vc_toggle_title h5,.vc_toggle.vc_toggle_color_turquoise .vc_toggle_title h6,.vc_toggle.vc_toggle_color_turquoise .vc_toggle_title p,.vc_toggle.vc_toggle_color_turquoise .vc_toggle_title div{color: turquoise}.vc_toggle.vc_toggle_color_turquoise .vc_toggle_title .vc_toggle_icon{border-color: turquoise}.vc_toggle.vc_toggle_color_turquoise .vc_toggle_title .vc_toggle_icon:before{background-color: turquoise}.vc_toggle.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: turquoise;color: turquoise}.vc_toggle.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_pink .vc_toggle_title h1,.vc_toggle.vc_toggle_color_pink .vc_toggle_title h2,.vc_toggle.vc_toggle_color_pink .vc_toggle_title h3,.vc_toggle.vc_toggle_color_pink .vc_toggle_title h4,.vc_toggle.vc_toggle_color_pink .vc_toggle_title h5,.vc_toggle.vc_toggle_color_pink .vc_toggle_title h6,.vc_toggle.vc_toggle_color_pink .vc_toggle_title p,.vc_toggle.vc_toggle_color_pink .vc_toggle_title div{color: pink}.vc_toggle.vc_toggle_color_pink .vc_toggle_title .vc_toggle_icon{border-color: pink}.vc_toggle.vc_toggle_color_pink .vc_toggle_title .vc_toggle_icon:before{background-color: pink}.vc_toggle.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: pink;color: pink}.vc_toggle.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_violet .vc_toggle_title h1,.vc_toggle.vc_toggle_color_violet .vc_toggle_title h2,.vc_toggle.vc_toggle_color_violet .vc_toggle_title h3,.vc_toggle.vc_toggle_color_violet .vc_toggle_title h4,.vc_toggle.vc_toggle_color_violet .vc_toggle_title h5,.vc_toggle.vc_toggle_color_violet .vc_toggle_title h6,.vc_toggle.vc_toggle_color_violet .vc_toggle_title p,.vc_toggle.vc_toggle_color_violet .vc_toggle_title div{color: violet}.vc_toggle.vc_toggle_color_violet .vc_toggle_title .vc_toggle_icon{border-color: violet}.vc_toggle.vc_toggle_color_violet .vc_toggle_title .vc_toggle_icon:before{background-color: violet}.vc_toggle.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: violet;color: violet}.vc_toggle.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_peacoc .vc_toggle_title h1,.vc_toggle.vc_toggle_color_peacoc .vc_toggle_title h2,.vc_toggle.vc_toggle_color_peacoc .vc_toggle_title h3,.vc_toggle.vc_toggle_color_peacoc .vc_toggle_title h4,.vc_toggle.vc_toggle_color_peacoc .vc_toggle_title h5,.vc_toggle.vc_toggle_color_peacoc .vc_toggle_title h6,.vc_toggle.vc_toggle_color_peacoc .vc_toggle_title p,.vc_toggle.vc_toggle_color_peacoc .vc_toggle_title div{color: #4CADC9}.vc_toggle.vc_toggle_color_peacoc .vc_toggle_title .vc_toggle_icon{border-color: #4CADC9}.vc_toggle.vc_toggle_color_peacoc .vc_toggle_title .vc_toggle_icon:before{background-color: #4CADC9}.vc_toggle.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: #4CADC9;color: #4CADC9}.vc_toggle.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_chino .vc_toggle_title h1,.vc_toggle.vc_toggle_color_chino .vc_toggle_title h2,.vc_toggle.vc_toggle_color_chino .vc_toggle_title h3,.vc_toggle.vc_toggle_color_chino .vc_toggle_title h4,.vc_toggle.vc_toggle_color_chino .vc_toggle_title h5,.vc_toggle.vc_toggle_color_chino .vc_toggle_title h6,.vc_toggle.vc_toggle_color_chino .vc_toggle_title p,.vc_toggle.vc_toggle_color_chino .vc_toggle_title div{color: #CEC2AB}.vc_toggle.vc_toggle_color_chino .vc_toggle_title .vc_toggle_icon{border-color: #CEC2AB}.vc_toggle.vc_toggle_color_chino .vc_toggle_title .vc_toggle_icon:before{background-color: #CEC2AB}.vc_toggle.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: #CEC2AB;color: #CEC2AB}.vc_toggle.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_mulled_wine .vc_toggle_title h1,.vc_toggle.vc_toggle_color_mulled_wine .vc_toggle_title h2,.vc_toggle.vc_toggle_color_mulled_wine .vc_toggle_title h3,.vc_toggle.vc_toggle_color_mulled_wine .vc_toggle_title h4,.vc_toggle.vc_toggle_color_mulled_wine .vc_toggle_title h5,.vc_toggle.vc_toggle_color_mulled_wine .vc_toggle_title h6,.vc_toggle.vc_toggle_color_mulled_wine .vc_toggle_title p,.vc_toggle.vc_toggle_color_mulled_wine .vc_toggle_title div{color: #50485B}.vc_toggle.vc_toggle_color_mulled_wine .vc_toggle_title .vc_toggle_icon{border-color: #50485B}.vc_toggle.vc_toggle_color_mulled_wine .vc_toggle_title .vc_toggle_icon:before{background-color: #50485B}.vc_toggle.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: #50485B;color: #50485B}.vc_toggle.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_vista_blue .vc_toggle_title h1,.vc_toggle.vc_toggle_color_vista_blue .vc_toggle_title h2,.vc_toggle.vc_toggle_color_vista_blue .vc_toggle_title h3,.vc_toggle.vc_toggle_color_vista_blue .vc_toggle_title h4,.vc_toggle.vc_toggle_color_vista_blue .vc_toggle_title h5,.vc_toggle.vc_toggle_color_vista_blue .vc_toggle_title h6,.vc_toggle.vc_toggle_color_vista_blue .vc_toggle_title p,.vc_toggle.vc_toggle_color_vista_blue .vc_toggle_title div{color: #75D69C}.vc_toggle.vc_toggle_color_vista_blue .vc_toggle_title .vc_toggle_icon{border-color: #75D69C}.vc_toggle.vc_toggle_color_vista_blue .vc_toggle_title .vc_toggle_icon:before{background-color: #75D69C}.vc_toggle.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: #75D69C;color: #75D69C}.vc_toggle.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_black .vc_toggle_title h1,.vc_toggle.vc_toggle_color_black .vc_toggle_title h2,.vc_toggle.vc_toggle_color_black .vc_toggle_title h3,.vc_toggle.vc_toggle_color_black .vc_toggle_title h4,.vc_toggle.vc_toggle_color_black .vc_toggle_title h5,.vc_toggle.vc_toggle_color_black .vc_toggle_title h6,.vc_toggle.vc_toggle_color_black .vc_toggle_title p,.vc_toggle.vc_toggle_color_black .vc_toggle_title div{color: #000}.vc_toggle.vc_toggle_color_black .vc_toggle_title .vc_toggle_icon{border-color: #000}.vc_toggle.vc_toggle_color_black .vc_toggle_title .vc_toggle_icon:before{background-color: #000}.vc_toggle.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: #000;color: #000}.vc_toggle.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_grey .vc_toggle_title h1,.vc_toggle.vc_toggle_color_grey .vc_toggle_title h2,.vc_toggle.vc_toggle_color_grey .vc_toggle_title h3,.vc_toggle.vc_toggle_color_grey .vc_toggle_title h4,.vc_toggle.vc_toggle_color_grey .vc_toggle_title h5,.vc_toggle.vc_toggle_color_grey .vc_toggle_title h6,.vc_toggle.vc_toggle_color_grey .vc_toggle_title p,.vc_toggle.vc_toggle_color_grey .vc_toggle_title div{color: #808080}.vc_toggle.vc_toggle_color_grey .vc_toggle_title .vc_toggle_icon{border-color: #808080}.vc_toggle.vc_toggle_color_grey .vc_toggle_title .vc_toggle_icon:before{background-color: #808080}.vc_toggle.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: #808080;color: #808080}.vc_toggle.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_orange .vc_toggle_title h1,.vc_toggle.vc_toggle_color_orange .vc_toggle_title h2,.vc_toggle.vc_toggle_color_orange .vc_toggle_title h3,.vc_toggle.vc_toggle_color_orange .vc_toggle_title h4,.vc_toggle.vc_toggle_color_orange .vc_toggle_title h5,.vc_toggle.vc_toggle_color_orange .vc_toggle_title h6,.vc_toggle.vc_toggle_color_orange .vc_toggle_title p,.vc_toggle.vc_toggle_color_orange .vc_toggle_title div{color: orange}.vc_toggle.vc_toggle_color_orange .vc_toggle_title .vc_toggle_icon{border-color: orange}.vc_toggle.vc_toggle_color_orange .vc_toggle_title .vc_toggle_icon:before{background-color: orange}.vc_toggle.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: orange;color: orange}.vc_toggle.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_sky .vc_toggle_title h1,.vc_toggle.vc_toggle_color_sky .vc_toggle_title h2,.vc_toggle.vc_toggle_color_sky .vc_toggle_title h3,.vc_toggle.vc_toggle_color_sky .vc_toggle_title h4,.vc_toggle.vc_toggle_color_sky .vc_toggle_title h5,.vc_toggle.vc_toggle_color_sky .vc_toggle_title h6,.vc_toggle.vc_toggle_color_sky .vc_toggle_title p,.vc_toggle.vc_toggle_color_sky .vc_toggle_title div{color: #5AA1E3}.vc_toggle.vc_toggle_color_sky .vc_toggle_title .vc_toggle_icon{border-color: #5AA1E3}.vc_toggle.vc_toggle_color_sky .vc_toggle_title .vc_toggle_icon:before{background-color: #5AA1E3}.vc_toggle.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: #5AA1E3;color: #5AA1E3}.vc_toggle.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_green .vc_toggle_title h1,.vc_toggle.vc_toggle_color_green .vc_toggle_title h2,.vc_toggle.vc_toggle_color_green .vc_toggle_title h3,.vc_toggle.vc_toggle_color_green .vc_toggle_title h4,.vc_toggle.vc_toggle_color_green .vc_toggle_title h5,.vc_toggle.vc_toggle_color_green .vc_toggle_title h6,.vc_toggle.vc_toggle_color_green .vc_toggle_title p,.vc_toggle.vc_toggle_color_green .vc_toggle_title div{color: green}.vc_toggle.vc_toggle_color_green .vc_toggle_title .vc_toggle_icon{border-color: green}.vc_toggle.vc_toggle_color_green .vc_toggle_title .vc_toggle_icon:before{background-color: green}.vc_toggle.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: green;color: green}.vc_toggle.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_juicy_pink .vc_toggle_title h1,.vc_toggle.vc_toggle_color_juicy_pink .vc_toggle_title h2,.vc_toggle.vc_toggle_color_juicy_pink .vc_toggle_title h3,.vc_toggle.vc_toggle_color_juicy_pink .vc_toggle_title h4,.vc_toggle.vc_toggle_color_juicy_pink .vc_toggle_title h5,.vc_toggle.vc_toggle_color_juicy_pink .vc_toggle_title h6,.vc_toggle.vc_toggle_color_juicy_pink .vc_toggle_title p,.vc_toggle.vc_toggle_color_juicy_pink .vc_toggle_title div{color: #F4524D}.vc_toggle.vc_toggle_color_juicy_pink .vc_toggle_title .vc_toggle_icon{border-color: #F4524D}.vc_toggle.vc_toggle_color_juicy_pink .vc_toggle_title .vc_toggle_icon:before{background-color: #F4524D}.vc_toggle.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: #F4524D;color: #F4524D}.vc_toggle.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_sandy_brown .vc_toggle_title h1,.vc_toggle.vc_toggle_color_sandy_brown .vc_toggle_title h2,.vc_toggle.vc_toggle_color_sandy_brown .vc_toggle_title h3,.vc_toggle.vc_toggle_color_sandy_brown .vc_toggle_title h4,.vc_toggle.vc_toggle_color_sandy_brown .vc_toggle_title h5,.vc_toggle.vc_toggle_color_sandy_brown .vc_toggle_title h6,.vc_toggle.vc_toggle_color_sandy_brown .vc_toggle_title p,.vc_toggle.vc_toggle_color_sandy_brown .vc_toggle_title div{color: #F4524D}.vc_toggle.vc_toggle_color_sandy_brown .vc_toggle_title .vc_toggle_icon{border-color: #F4524D}.vc_toggle.vc_toggle_color_sandy_brown .vc_toggle_title .vc_toggle_icon:before{background-color: #F4524D}.vc_toggle.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: #F4524D;color: #F4524D}.vc_toggle.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_white .vc_toggle_title h1,.vc_toggle.vc_toggle_color_white .vc_toggle_title h2,.vc_toggle.vc_toggle_color_white .vc_toggle_title h3,.vc_toggle.vc_toggle_color_white .vc_toggle_title h4,.vc_toggle.vc_toggle_color_white .vc_toggle_title h5,.vc_toggle.vc_toggle_color_white .vc_toggle_title h6,.vc_toggle.vc_toggle_color_white .vc_toggle_title p,.vc_toggle.vc_toggle_color_white .vc_toggle_title div{color: #333}.vc_toggle.vc_toggle_color_white .vc_toggle_title .vc_toggle_icon{border-color: #333}.vc_toggle.vc_toggle_color_white .vc_toggle_title .vc_toggle_icon:before{background-color: #333}.vc_toggle.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: #333;color: #333}.vc_toggle.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.vc_toggle.vc_toggle_color_purple .vc_toggle_title h1,.vc_toggle.vc_toggle_color_purple .vc_toggle_title h2,.vc_toggle.vc_toggle_color_purple .vc_toggle_title h3,.vc_toggle.vc_toggle_color_purple .vc_toggle_title h4,.vc_toggle.vc_toggle_color_purple .vc_toggle_title h5,.vc_toggle.vc_toggle_color_purple .vc_toggle_title h6,.vc_toggle.vc_toggle_color_purple .vc_toggle_title p,.vc_toggle.vc_toggle_color_purple .vc_toggle_title div{color: purple}.vc_toggle.vc_toggle_color_purple .vc_toggle_title .vc_toggle_icon{border-color: purple}.vc_toggle.vc_toggle_color_purple .vc_toggle_title .vc_toggle_icon:before{background-color: purple}.vc_toggle.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon{border-color: purple;color: purple}.vc_toggle.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before{background-color: transparent}.g5plus-video a:hover,.g5plus-video.color-dark a:hover{border-color: #0f1346}.g5plus-video a:hover i,.g5plus-video.color-dark a:hover i{color: #0f1346}.g5plus-contact-form.contact-us.row div{padding-left: 10px;padding-right: 10px}.g5plus-contact-form input[type="text"],.g5plus-contact-form input[type="search"],.g5plus-contact-form input[type="email"],.g5plus-contact-form input[type="url"],.g5plus-contact-form input[type="password"],.g5plus-contact-form input[type="tel"],.g5plus-contact-form textarea,.g5plus-contact-form select{margin-bottom: 15px !important;width: 100%;max-width: 100%}.g5plus-contact-form.register input[type="text"],.g5plus-contact-form.register input[type="search"],.g5plus-contact-form.register input[type="email"],.g5plus-contact-form.register input[type="url"],.g5plus-contact-form.register input[type="password"],.g5plus-contact-form.register input[type="tel"],.g5plus-contact-form.register textarea,.g5plus-contact-form.register select{margin-bottom: 10px !important;background-color: #fff}.g5plus-contact-form.register input[type="submit"]{width: 100%}.g5plus-contact-form img{display: none}.g5plus-mailchimp{position: relative}.g5plus-mailchimp input[type="email"]{width: 90%;background: #fff;border-style: solid;border-width: 1px;border-color: #eee}.g5plus-mailchimp input[type="text"]{display: none}.g5plus-mailchimp .subscribe,.g5plus-mailchimp .subscribe-us,.g5plus-mailchimp .subscribe-center{display: none}.g5plus-mailchimp .shop-now{position: absolute;top: 0;right: 0}.g5plus-mailchimp .shop-now:hover{background-color: #fff}.form-subscribe .g5plus-mailchimp input[type="email"]{width: 100%;border: none;box-shadow: 0px 0px 5px #d6d6d6}.form-subscribe .g5plus-mailchimp input[type="text"]{display: none}.form-subscribe .g5plus-mailchimp .shop-now,.form-subscribe .g5plus-mailchimp .subscribe-us,.form-subscribe .g5plus-mailchimp .subscribe-center{display: none}.form-subscribe .g5plus-mailchimp .subscribe{display: block;position: absolute;top: 0;right: 0;color: #0f1346;background-color: #fff}.form-subscribe .g5plus-mailchimp .subscribe:hover{background-color: #fff;color: #333;box-shadow: 0px 0px 5px #d6d6d6}.form-subscribe.center .g5plus-mailchimp{text-align: center}.form-subscribe.center .g5plus-mailchimp input[type="email"]{box-shadow: none;margin-bottom: 20px;text-align: center}.form-subscribe.center .g5plus-mailchimp .shop-now,.form-subscribe.center .g5plus-mailchimp .subscribe-us,.form-subscribe.center .g5plus-mailchimp .subscribe{display: none}.form-subscribe.center .g5plus-mailchimp .subscribe-center{display: inline}.form-subscribe-us input[type="text"],.form-subscribe-us input[type="email"]{min-width: 261px;background: transparent;display: inline-block;width: inherit;height: 50px;border-style: solid;border-width: 1px;border-color: rgba(238,238,238,0.3);color: #fff;margin-right: 6px;margin-bottom: 20px}.form-subscribe-us input[type="text"]::-webkit-input-placeholder,.form-subscribe-us input[type="email"]::-webkit-input-placeholder{color: #eee}.form-subscribe-us input[type="text"]:-moz-placeholder,.form-subscribe-us input[type="email"]:-moz-placeholder{color: #eee}.form-subscribe-us input[type="text"]::-moz-placeholder,.form-subscribe-us input[type="email"]::-moz-placeholder{color: #eee}.form-subscribe-us input[type="text"]:-ms-input-placeholder,.form-subscribe-us input[type="email"]:-ms-input-placeholder{color: #eee}.form-subscribe-us .shop-now,.form-subscribe-us .subscribe,.form-subscribe-us .subscribe-center{display: none}.form-subscribe-us .subscribe-us{display: inline-block}.form-subscribe-us .subscribe-us:hover{color: #0f1346}@media (max-width: 479px){.g5plus-mailchimp input[type="email"]{width: 100%}.g5plus-mailchimp .shop-now{position: absolute;top: 60px;right: 50%;transform: translate(50%, 0%)}.g5plus-mailchimp .shop-now:hover{background-color: #fff}.form-subscribe-us input[type="text"],.form-subscribe-us input[type="email"]{width: 100%}}.g5plus-countdown .countdown-section .countdown-value{color: #0f1346}.g5plus-countdown .countdown-section .countdown-text{font-family: 'Montserrat';color: #333}.g5plus-countdown.cd-vertical .countdown-section + .countdown-section:before{color: #333}.g5plus-counter.ct-light .ct-content .ct-value{color: #333}.g5plus-clients .clients-columns .clients-item{border-color: #eee}@media (min-width: 992px) and (max-width: 1200px){.g5plus-clients .clients-columns.columns-sm-3 .clients-item.no-border-top,.g5plus-clients .clients-columns.columns-sm-3 .clients-item.no-border-right,.g5plus-clients .clients-columns.columns-sm-3 .clients-item.no-border-bottom,.g5plus-clients .clients-columns.columns-sm-3 .clients-item.no-border-left{border-color: #eee}}@media (min-width: 768px) and (max-width: 991px){.g5plus-clients .clients-columns.columns-sm-3 .clients-item:nth-child(1),.g5plus-clients .clients-columns.columns-sm-3 .clients-item:nth-child(2),.g5plus-clients .clients-columns.columns-sm-3 .clients-item:nth-child(3){border-bottom-color: #eee}.g5plus-clients .clients-columns.columns-sm-2 .clients-item:nth-child(1),.g5plus-clients .clients-columns.columns-sm-2 .clients-item:nth-child(2){border-bottom-color: #eee}}@media (min-width: 480px) and (max-width: 767px){.g5plus-clients .clients-columns.columns-xs-2 .clients-item:nth-child(1),.g5plus-clients .clients-columns.columns-xs-2 .clients-item:nth-child(2){border-bottom-color: #eee}}@media (max-width: 479px){.g5plus-clients .clients-columns.col-mb-12 .clients-item{border-bottom-color: #eee !important}}.g5plus-pricing-tables{border-color: #eee}.g5plus-pricing-tables .pricing-name{color: #333}.g5plus-pricing-tables .pricing-button{border-top-color: #eee}.g5plus-pricing-tables.recommend .price-value{background-color: #0f1346}.g5plus-pricing-tables.prt_package .pricing-name{border-bottom-color: #eee}.g5plus-pricing-tables.prt_package.features_box .pricing-features ul li{border-bottom-color: #eee}.g5plus-pricing-tables.features_box .pricing-features ul li{border-bottom-color: #eee}.g5plus-pricing-tables.features_box .pricing-features ul li .primary{color: #0f1346}.g5plus-testimonials .testimonial-item p{color: #858585}.g5plus-testimonials .testimonial-item h4{color: #333}.g5plus-testimonials .testimonial-item span{color: #333}.g5plus-testimonials.tt_grid .testimonial-item p{color: #858585}.g5plus-testimonials.tt_grid .testimonial-item .info h4{font-family: 'Montserrat'}.g5plus-testimonials.tt_grid_bg .testimonial-item p{color: #333}.g5plus-testimonials.tt_grid_bg .testimonial-item:hover{background-color: #0f1346}.g5plus-testimonials.color-dark .testimonial-item h4{color: #0f1346}.g5plus-menu h4,.g5plus-menu span{font-family: 'Montserrat'}.g5plus-menu h4 span:after{border-bottom-color: #eee}.g5plus-menu p{color: #858585}.g5plus-menu.menu-light h4,.g5plus-menu.menu-light span{color: #333}.g5plus-menu.menu-light h4 span:after{border-bottom-color: #333}.g5plus-feature-box .feature-content a{font-family: 'Montserrat'}.g5plus-feature-box .feature-content p{color: #858585}.g5plus-feature-box .feature-thumb a:hover i{color: #0f1346}.g5plus-progress #progress_bar{background-color: #0f1346}.g5plus-view-demo > a:hover{color: #0f1346}.g5plus-lists-color-primary{color: #0f1346}.new-demo,.new-demo:before,.new-demo:after{background-color: #0f1346}.b-font{font-family: 'Lato' !important}.s-font{font-family: 'Montserrat' !important}.text-color-accent,.text-color-accent-hover:hover{color: #0f1346 !important}.bg-accent{background-color: #0f1346 !important}.bg-black{background-color: #222}.bg-bold{background-color: #333}.text-color-bold{color: #333 !important}.text-color-light{color: #aaa !important}.bordered{border: 1px solid #eee !important}.border-dark{border: 1px solid #dedede !important}.badge{background-color: #0f1346}.pd-top-0{padding-top: 0px !important}.pd-top-5{padding-top: 5px !important}.pd-top-10{padding-top: 10px !important}.pd-top-15{padding-top: 15px !important}.pd-top-20{padding-top: 20px !important}.pd-top-25{padding-top: 25px !important}.pd-top-30{padding-top: 30px !important}.pd-top-35{padding-top: 35px !important}.pd-top-40{padding-top: 40px !important}.pd-top-45{padding-top: 45px !important}.pd-top-50{padding-top: 50px !important}.pd-top-55{padding-top: 55px !important}.pd-top-60{padding-top: 60px !important}.pd-top-65{padding-top: 65px !important}.pd-top-70{padding-top: 70px !important}.pd-top-75{padding-top: 75px !important}.pd-top-80{padding-top: 80px !important}.pd-top-85{padding-top: 85px !important}.pd-top-90{padding-top: 90px !important}.pd-top-95{padding-top: 95px !important}.pd-top-100{padding-top: 100px !important}@media screen and (max-width: 991px){.sm-pd-top-0{padding-top: 0px !important}.sm-pd-top-5{padding-top: 5px !important}.sm-pd-top-10{padding-top: 10px !important}.sm-pd-top-15{padding-top: 15px !important}.sm-pd-top-20{padding-top: 20px !important}.sm-pd-top-25{padding-top: 25px !important}.sm-pd-top-30{padding-top: 30px !important}.sm-pd-top-35{padding-top: 35px !important}.sm-pd-top-40{padding-top: 40px !important}.sm-pd-top-45{padding-top: 45px !important}.sm-pd-top-50{padding-top: 50px !important}.sm-pd-top-55{padding-top: 55px !important}.sm-pd-top-60{padding-top: 60px !important}.sm-pd-top-65{padding-top: 65px !important}.sm-pd-top-70{padding-top: 70px !important}.sm-pd-top-75{padding-top: 75px !important}.sm-pd-top-80{padding-top: 80px !important}.sm-pd-top-85{padding-top: 85px !important}.sm-pd-top-90{padding-top: 90px !important}.sm-pd-top-95{padding-top: 95px !important}.sm-pd-top-100{padding-top: 100px !important}}@media screen and (max-width: 767px){.xs-pd-top-0{padding-top: 0px !important}.xs-pd-top-5{padding-top: 5px !important}.xs-pd-top-10{padding-top: 10px !important}.xs-pd-top-15{padding-top: 15px !important}.xs-pd-top-20{padding-top: 20px !important}.xs-pd-top-25{padding-top: 25px !important}.xs-pd-top-30{padding-top: 30px !important}.xs-pd-top-35{padding-top: 35px !important}.xs-pd-top-40{padding-top: 40px !important}.xs-pd-top-45{padding-top: 45px !important}.xs-pd-top-50{padding-top: 50px !important}.xs-pd-top-55{padding-top: 55px !important}.xs-pd-top-60{padding-top: 60px !important}.xs-pd-top-65{padding-top: 65px !important}.xs-pd-top-70{padding-top: 70px !important}.xs-pd-top-75{padding-top: 75px !important}.xs-pd-top-80{padding-top: 80px !important}.xs-pd-top-85{padding-top: 85px !important}.xs-pd-top-90{padding-top: 90px !important}.xs-pd-top-95{padding-top: 95px !important}.xs-pd-top-100{padding-top: 100px !important}}.pd-bottom-0{padding-bottom: 0px !important}.pd-bottom-5{padding-bottom: 5px !important}.pd-bottom-10{padding-bottom: 10px !important}.pd-bottom-15{padding-bottom: 15px !important}.pd-bottom-20{padding-bottom: 20px !important}.pd-bottom-25{padding-bottom: 25px !important}.pd-bottom-30{padding-bottom: 30px !important}.pd-bottom-35{padding-bottom: 35px !important}.pd-bottom-40{padding-bottom: 40px !important}.pd-bottom-45{padding-bottom: 45px !important}.pd-bottom-50{padding-bottom: 50px !important}.pd-bottom-55{padding-bottom: 55px !important}.pd-bottom-60{padding-bottom: 60px !important}.pd-bottom-65{padding-bottom: 65px !important}.pd-bottom-70{padding-bottom: 70px !important}.pd-bottom-75{padding-bottom: 75px !important}.pd-bottom-80{padding-bottom: 80px !important}.pd-bottom-85{padding-bottom: 85px !important}.pd-bottom-90{padding-bottom: 90px !important}.pd-bottom-95{padding-bottom: 95px !important}.pd-bottom-100{padding-bottom: 100px !important}@media screen and (max-width: 991px){.sm-pd-bottom-0{padding-bottom: 0px !important}.sm-pd-bottom-5{padding-bottom: 5px !important}.sm-pd-bottom-10{padding-bottom: 10px !important}.sm-pd-bottom-15{padding-bottom: 15px !important}.sm-pd-bottom-20{padding-bottom: 20px !important}.sm-pd-bottom-25{padding-bottom: 25px !important}.sm-pd-bottom-30{padding-bottom: 30px !important}.sm-pd-bottom-35{padding-bottom: 35px !important}.sm-pd-bottom-40{padding-bottom: 40px !important}.sm-pd-bottom-45{padding-bottom: 45px !important}.sm-pd-bottom-50{padding-bottom: 50px !important}.sm-pd-bottom-55{padding-bottom: 55px !important}.sm-pd-bottom-60{padding-bottom: 60px !important}.sm-pd-bottom-65{padding-bottom: 65px !important}.sm-pd-bottom-70{padding-bottom: 70px !important}.sm-pd-bottom-75{padding-bottom: 75px !important}.sm-pd-bottom-80{padding-bottom: 80px !important}.sm-pd-bottom-85{padding-bottom: 85px !important}.sm-pd-bottom-90{padding-bottom: 90px !important}.sm-pd-bottom-95{padding-bottom: 95px !important}.sm-pd-bottom-100{padding-bottom: 100px !important}}@media screen and (max-width: 767px){.xs-pd-bottom-0{padding-bottom: 0px !important}.xs-pd-bottom-5{padding-bottom: 5px !important}.xs-pd-bottom-10{padding-bottom: 10px !important}.xs-pd-bottom-15{padding-bottom: 15px !important}.xs-pd-bottom-20{padding-bottom: 20px !important}.xs-pd-bottom-25{padding-bottom: 25px !important}.xs-pd-bottom-30{padding-bottom: 30px !important}.xs-pd-bottom-35{padding-bottom: 35px !important}.xs-pd-bottom-40{padding-bottom: 40px !important}.xs-pd-bottom-45{padding-bottom: 45px !important}.xs-pd-bottom-50{padding-bottom: 50px !important}.xs-pd-bottom-55{padding-bottom: 55px !important}.xs-pd-bottom-60{padding-bottom: 60px !important}.xs-pd-bottom-65{padding-bottom: 65px !important}.xs-pd-bottom-70{padding-bottom: 70px !important}.xs-pd-bottom-75{padding-bottom: 75px !important}.xs-pd-bottom-80{padding-bottom: 80px !important}.xs-pd-bottom-85{padding-bottom: 85px !important}.xs-pd-bottom-90{padding-bottom: 90px !important}.xs-pd-bottom-95{padding-bottom: 95px !important}.xs-pd-bottom-100{padding-bottom: 100px !important}}.mg-top-0{margin-top: 0px !important}.mg-top-5{margin-top: 5px !important}.mg-top-10{margin-top: 10px !important}.mg-top-15{margin-top: 15px !important}.mg-top-20{margin-top: 20px !important}.mg-top-25{margin-top: 25px !important}.mg-top-30{margin-top: 30px !important}.mg-top-35{margin-top: 35px !important}.mg-top-40{margin-top: 40px !important}.mg-top-45{margin-top: 45px !important}.mg-top-50{margin-top: 50px !important}.mg-top-55{margin-top: 55px !important}.mg-top-60{margin-top: 60px !important}.mg-top-65{margin-top: 65px !important}.mg-top-70{margin-top: 70px !important}.mg-top-75{margin-top: 75px !important}.mg-top-80{margin-top: 80px !important}.mg-top-85{margin-top: 85px !important}.mg-top-90{margin-top: 90px !important}.mg-top-95{margin-top: 95px !important}.mg-top-100{margin-top: 100px !important}@media screen and (max-width: 991px){.sm-mg-top-0{margin-top: 0px !important}.sm-mg-top-5{margin-top: 5px !important}.sm-mg-top-10{margin-top: 10px !important}.sm-mg-top-15{margin-top: 15px !important}.sm-mg-top-20{margin-top: 20px !important}.sm-mg-top-25{margin-top: 25px !important}.sm-mg-top-30{margin-top: 30px !important}.sm-mg-top-35{margin-top: 35px !important}.sm-mg-top-40{margin-top: 40px !important}.sm-mg-top-45{margin-top: 45px !important}.sm-mg-top-50{margin-top: 50px !important}.sm-mg-top-55{margin-top: 55px !important}.sm-mg-top-60{margin-top: 60px !important}.sm-mg-top-65{margin-top: 65px !important}.sm-mg-top-70{margin-top: 70px !important}.sm-mg-top-75{margin-top: 75px !important}.sm-mg-top-80{margin-top: 80px !important}.sm-mg-top-85{margin-top: 85px !important}.sm-mg-top-90{margin-top: 90px !important}.sm-mg-top-95{margin-top: 95px !important}.sm-mg-top-100{margin-top: 100px !important}}@media screen and (max-width: 767px){.xs-mg-top-0{margin-top: 0px !important}.xs-mg-top-5{margin-top: 5px !important}.xs-mg-top-10{margin-top: 10px !important}.xs-mg-top-15{margin-top: 15px !important}.xs-mg-top-20{margin-top: 20px !important}.xs-mg-top-25{margin-top: 25px !important}.xs-mg-top-30{margin-top: 30px !important}.xs-mg-top-35{margin-top: 35px !important}.xs-mg-top-40{margin-top: 40px !important}.xs-mg-top-45{margin-top: 45px !important}.xs-mg-top-50{margin-top: 50px !important}.xs-mg-top-55{margin-top: 55px !important}.xs-mg-top-60{margin-top: 60px !important}.xs-mg-top-65{margin-top: 65px !important}.xs-mg-top-70{margin-top: 70px !important}.xs-mg-top-75{margin-top: 75px !important}.xs-mg-top-80{margin-top: 80px !important}.xs-mg-top-85{margin-top: 85px !important}.xs-mg-top-90{margin-top: 90px !important}.xs-mg-top-95{margin-top: 95px !important}.xs-mg-top-100{margin-top: 100px !important}}.mg-bottom-0{margin-bottom: 0px !important}.mg-bottom-5{margin-bottom: 5px !important}.mg-bottom-10{margin-bottom: 10px !important}.mg-bottom-15{margin-bottom: 15px !important}.mg-bottom-20{margin-bottom: 20px !important}.mg-bottom-25{margin-bottom: 25px !important}.mg-bottom-30{margin-bottom: 30px !important}.mg-bottom-35{margin-bottom: 35px !important}.mg-bottom-40{margin-bottom: 40px !important}.mg-bottom-45{margin-bottom: 45px !important}.mg-bottom-50{margin-bottom: 50px !important}.mg-bottom-55{margin-bottom: 55px !important}.mg-bottom-60{margin-bottom: 60px !important}.mg-bottom-65{margin-bottom: 65px !important}.mg-bottom-70{margin-bottom: 70px !important}.mg-bottom-75{margin-bottom: 75px !important}.mg-bottom-80{margin-bottom: 80px !important}.mg-bottom-85{margin-bottom: 85px !important}.mg-bottom-90{margin-bottom: 90px !important}.mg-bottom-95{margin-bottom: 95px !important}.mg-bottom-100{margin-bottom: 100px !important}@media screen and (max-width: 991px){.sm-mg-bottom-0{margin-bottom: 0px !important}.sm-mg-bottom-5{margin-bottom: 5px !important}.sm-mg-bottom-10{margin-bottom: 10px !important}.sm-mg-bottom-15{margin-bottom: 15px !important}.sm-mg-bottom-20{margin-bottom: 20px !important}.sm-mg-bottom-25{margin-bottom: 25px !important}.sm-mg-bottom-30{margin-bottom: 30px !important}.sm-mg-bottom-35{margin-bottom: 35px !important}.sm-mg-bottom-40{margin-bottom: 40px !important}.sm-mg-bottom-45{margin-bottom: 45px !important}.sm-mg-bottom-50{margin-bottom: 50px !important}.sm-mg-bottom-55{margin-bottom: 55px !important}.sm-mg-bottom-60{margin-bottom: 60px !important}.sm-mg-bottom-65{margin-bottom: 65px !important}.sm-mg-bottom-70{margin-bottom: 70px !important}.sm-mg-bottom-75{margin-bottom: 75px !important}.sm-mg-bottom-80{margin-bottom: 80px !important}.sm-mg-bottom-85{margin-bottom: 85px !important}.sm-mg-bottom-90{margin-bottom: 90px !important}.sm-mg-bottom-95{margin-bottom: 95px !important}.sm-mg-bottom-100{margin-bottom: 100px !important}}@media screen and (max-width: 767px){.xs-mg-bottom-0{margin-bottom: 0px !important}.xs-mg-bottom-5{margin-bottom: 5px !important}.xs-mg-bottom-10{margin-bottom: 10px !important}.xs-mg-bottom-15{margin-bottom: 15px !important}.xs-mg-bottom-20{margin-bottom: 20px !important}.xs-mg-bottom-25{margin-bottom: 25px !important}.xs-mg-bottom-30{margin-bottom: 30px !important}.xs-mg-bottom-35{margin-bottom: 35px !important}.xs-mg-bottom-40{margin-bottom: 40px !important}.xs-mg-bottom-45{margin-bottom: 45px !important}.xs-mg-bottom-50{margin-bottom: 50px !important}.xs-mg-bottom-55{margin-bottom: 55px !important}.xs-mg-bottom-60{margin-bottom: 60px !important}.xs-mg-bottom-65{margin-bottom: 65px !important}.xs-mg-bottom-70{margin-bottom: 70px !important}.xs-mg-bottom-75{margin-bottom: 75px !important}.xs-mg-bottom-80{margin-bottom: 80px !important}.xs-mg-bottom-85{margin-bottom: 85px !important}.xs-mg-bottom-90{margin-bottom: 90px !important}.xs-mg-bottom-95{margin-bottom: 95px !important}.xs-mg-bottom-100{margin-bottom: 100px !important}}.spacing-02{letter-spacing: 0.02em !important}.spacing-03{letter-spacing: 0.03em !important}.fw-light{font-weight: 300 !important}.fw-medium{font-weight: 500 !important}.fw-semi-bold{font-weight: 600 !important}.fw-bold{font-weight: 700 !important}.fs-10{font-size: 10px !important}.fs-11{font-size: 11px !important}.fs-12{font-size: 12px !important}.fs-13{font-size: 13px !important}.fs-14{font-size: 14px !important}.fs-15{font-size: 15px !important}.fs-16{font-size: 16px !important}.fs-18{font-size: 18px !important}.fs-20{font-size: 20px !important}.fs-21{font-size: 21px !important}.fs-24{font-size: 24px !important}.fs-25{font-size: 25px !important}.fs-30{font-size: 30px !important}.fs-31{font-size: 31px !important}.fs-32{font-size: 32px !important}.fs-36{font-size: 36px !important}.fs-38{font-size: 38px !important}.fs-40{font-size: 40px !important}.fs-46{font-size: 46px !important}.fs-50{font-size: 50px !important}.fs-55{font-size: 55px !important}.fs-60{font-size: 60px !important}.text-italic{font-style: italic !important}.uppercase{text-transform: uppercase !important}.line-small{line-height: 1em !important}.line-normal{line-height: 1.5em !important}.line-medium{line-height: 1.6em !important}.line-large{line-height: 1.8em !important}.line-2x{line-height: 2em !important}.line-3x{line-height: 3em !important}.line-21{line-height: 21px !important}.line-24{line-height: 24px !important}.line-42{line-height: 42px !important}.line-1-2{line-height: 1.2em !important}.transition03{-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.transition05{-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}.overflow-hidden{overflow: hidden !important}.fixed{position: fixed;-webkit-backface-visibility: visible;-moz-backface-visibility: visible;-o-backface-visibility: visible;-ms-backface-visibility: visible;backface-visibility: visible;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}.pd-right-60{padding-right: 60px}@media screen and (max-width: 991px){.md-pd-right-0{padding-right: 0}}@media (max-width: 479px){.col-mb-1,.col-mb-2,.col-mb-3,.col-mb-4,.col-mb-5,.col-mb-6,.col-mb-7,.col-mb-8,.col-mb-9,.col-mb-10,.col-mb-11,.col-mb-12{float: left}.col-mb-12{width: 100%}.col-mb-11{width: 91.66666667%}.col-mb-10{width: 83.33333333%}.col-mb-9{width: 75%}.col-mb-8{width: 66.66666667%}.col-mb-7{width: 58.33333333%}.col-mb-6{width: 50%}.col-mb-5{width: 41.66666667%}.col-mb-4{width: 33.33333333%}.col-mb-3{width: 25%}.col-mb-2{width: 16.66666667%}.col-mb-1{width: 8.33333333%}.col-mb-pull-12{right: 100%}.col-mb-pull-11{right: 91.66666667%}.col-mb-pull-10{right: 83.33333333%}.col-mb-pull-9{right: 75%}.col-mb-pull-8{right: 66.66666667%}.col-mb-pull-7{right: 58.33333333%}.col-mb-pull-6{right: 50%}.col-mb-pull-5{right: 41.66666667%}.col-mb-pull-4{right: 33.33333333%}.col-mb-pull-3{right: 25%}.col-mb-pull-2{right: 16.66666667%}.col-mb-pull-1{right: 8.33333333%}.col-mb-pull-0{right: auto}.col-mb-push-12{left: 100%}.col-mb-push-11{left: 91.66666667%}.col-mb-push-10{left: 83.33333333%}.col-mb-push-9{left: 75%}.col-mb-push-8{left: 66.66666667%}.col-mb-push-7{left: 58.33333333%}.col-mb-push-6{left: 50%}.col-mb-push-5{left: 41.66666667%}.col-mb-push-4{left: 33.33333333%}.col-mb-push-3{left: 25%}.col-mb-push-2{left: 16.66666667%}.col-mb-push-1{left: 8.33333333%}.col-mb-push-0{left: auto}.col-mb-offset-12{margin-left: 100%}.col-mb-offset-11{margin-left: 91.66666667%}.col-mb-offset-10{margin-left: 83.33333333%}.col-mb-offset-9{margin-left: 75%}.col-mb-offset-8{margin-left: 66.66666667%}.col-mb-offset-7{margin-left: 58.33333333%}.col-mb-offset-6{margin-left: 50%}.col-mb-offset-5{margin-left: 41.66666667%}.col-mb-offset-4{margin-left: 33.33333333%}.col-mb-offset-3{margin-left: 25%}.col-mb-offset-2{margin-left: 16.66666667%}.col-mb-offset-1{margin-left: 8.33333333%}.col-mb-offset-0{margin-left: 0}}@media (min-width: 480px){.active-mb{display: none}}@media (max-width: 479px){.active-mb{display: block}.hidden-mb{display: none}}.post-col-relative{margin-top: -330px}.mg-bottom-150{margin-bottom: 150px}.icon-right:after{content: "\e680";font-family: 'Pe-icon-7-stroke';position: absolute;right: -15px;top: 50%;transform: translate(0, -50%);font-size: 35px;color: #fff;line-height: 1}@media (max-width: 991px) and (min-width: 480px){.xs-hidden:after{display: none}}.pd-left-15{padding-left: 15px !important}.pd-right-15{padding-right: 15px !important}@media screen and (max-width: 479px){.icon-right:after{right: 50%;top: 100%;transform: translate(50%, -100%)}.mb-pd-bottom-100{padding-bottom: 100px !important}.mb-pd-left-0{padding-left: 0 !important}.mb-pd-right-0{padding-right: 0 !important}}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{font-size: 48px !important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner{width: 64px !important;height: 64px !important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner .vc_icon_element-icon{font-size: 22px !important}.box-shadow{padding: 30px}.box-shadow .vc_column-inner{background: #fff;box-shadow: 0 0 5px rgba(204,204,204,0.25)}.icon-box-col-absolute{position: absolute;right: 0;top: 0;bottom: 0;width: auto;max-width: 100%}.icon-box-col-absolute .vc_column-inner{padding-right: 0}.icon-box-col-absolute .wpb_single_image img{height: 100%;width: auto}.left-0{left: 0;right: auto}.left-0 .vc_column-inner{padding-left: 0;padding-right: auto}.height-100 *{height: 100%}.elm-absolute{position: absolute;left: 0;top: 0;bottom: 0}.elm-relative{position: relative;z-index: 1}@media (max-width: 599px){.icon-box-col-absolute{display: none}}.bg-gradient .vc_row-background-overlay{background-color: transparent !important;background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1)}.pd-left-40{padding-left: 40px}.pd-right-40{padding-right: 40px}.pd-left-15{padding-left: 15px}.pd-right-15{padding-right: 15px}.pd-left-55{padding-left: 55px}.pd-right-55{padding-right: 55px}.overflow-inherit{overflow: inherit !important}.col-content-img-absolute{position: absolute;left: 50%;bottom: -25px;z-index: 1}@media (max-width: 1199px) and (min-width: 992px){.md-pd-left-15{padding-left: 15px}}@media (max-width: 991px){.sm-pd-left-0{padding-left: 0}.sm-pd-right-0{padding-right: 0}.sm-text-center{text-align: center !important}.sm-text-center *{text-align: center !important;left: 0;right: 0;margin-left: auto;margin-right: auto}.sm-text-center .g5plus-heading:after,.sm-text-center.g5plus-heading:after{left: 0;right: 0;margin-left: auto;margin-right: auto}.col-content-img-absolute{position: static;left: auto;bottom: auto}.elm-absolute{position: static}}.background-primary{background-color: #0f1346;color: #fff}.background-gray{background-color: #EBEBEB}.background-black{background-color: #111;color: #fff}.go-to-top .vc_icon_element-icon{cursor: pointer}.heading-page-title{font-size: 100px;line-height: 1.2;color: #1f1f1f;margin-bottom: 0 !important}@media (max-width: 991px){.heading-page-title{font-size: 60px}.fs-change{font-size: 40px !important}}@media (max-width: 767px){.xs-text-center{text-align: center !important}.col-xs-mg-left-0 > .vc_column-inner{margin-left: 0 !important}.xs-pd-left-15{padding-left: 15px !important}.xs-pd-right-15{padding-right: 15px !important}.xs-fs-40{font-size: 40px !important}}@media (max-width: 479px){.heading-page-title{font-size: 50px}.fs-change{font-size: 28px !important}}.bg-clip-content,.bg-clip-content > .vc_column-inner{background-clip: content-box !important}.row-gap-10{margin-left: -5px;margin-right: -5px}.row-gap-10 > .wpb_column > .vc_column-inner{padding-left: 5px;padding-right: 5px}.elm-absolute-bottom-left{position: absolute;bottom: 0;left: 0}.elm-absolute-top-right{position: absolute;top: 0;right: 0}.elm-absolute-bottom-right{position: absolute;bottom: 0;right: 0}@media (min-width: 1200px){.block-custom-content{position: absolute;top: 100px;right: 0;height: 100%;padding: 0 180px 0 100px}.block-custom-content .vc_row{margin-top: 170px}.block-custom-content > .vc_column-inner{padding: 100px !important;height: 100%;background-color: #fff;box-shadow: 0 15px 25px rgba(204,204,204,0.35)}}@media (max-width: 1525px){.block-custom-content{padding: 0 50px}.block-custom-content h1{font-size: 60px !important}.block-custom-content > .vc_column-inner{padding: 50px !important}.block-custom-content .vc_row{margin-top: 70px}}@media (max-width: 1367px){.block-custom-content > .vc_column-inner{height: auto}}@media (max-width: 1199px){.block-custom-content{margin-bottom: 50px}.block-custom-content .vc_row{margin-top: 100px}.block-custom-content > .vc_column-inner{padding: 100px !important;background-color: #fff;box-shadow: 0 15px 25px rgba(204,204,204,0.35)}.md-mg-bottom-0{margin-bottom: 0}.pd-left-55{padding-left: 0}.pd-right-55{padding-right: 0}.md-mg-bottom-40{margin-bottom: 40px}}@media (max-width: 767px){.block-custom-content .vc_row{margin-top: 60px}.block-custom-content > .vc_column-inner{padding: 50px !important}.xs-fs-40{font-size: 40px !important}}@media (max-width: 479px){.block-custom-content{padding: 0;margin-bottom: 0}.block-custom-content > .vc_column-inner{padding: 50px 15px !important}.mb-fs-28{font-size: 28px !important}}.instagram-footer ul{padding: 0;margin: 0;list-style-type: none}.instagram-footer ul:not(.owl-loaded) li{width: 14.285714%;display: inline-block}.banner-up-to{width: 113px;height: 113px;margin-left: auto;margin-top: 10px;margin-right: 8px;-webkit-border-radius: 50%;-webkit-background-clip: padding-box;-moz-border-radius: 50%;-moz-background-clip: padding;border-radius: 50%;background-clip: padding-box;display: table;background-color: #0f1346}.banner-up-to > p{display: table-cell;vertical-align: middle;padding-left: 20px;padding-right: 20px;line-height: 1.2}.line-bottom-left{font-size: 70px;position: relative;margin-bottom: 76px !important}.line-bottom-left:before{position: absolute;display: block;content: '';bottom: -30px;left: 0;width: 70px;height: 3px;background-color: #0f1346}@media (max-width: 579px){.line-bottom-left{font-size: 48px}}ul.wp-block-gallery{padding: 0}.wp-block-quote:not(.is-large):not(.is-style-large){border-left: 2px solid #0f1346;padding: 0 0 0 15px}.wp-block-pullquote blockquote:not(.is-large):not(.is-style-large){padding: 0;border: none}.wp-block-table td,.wp-block-table th{border: none;padding: 8px;border-top: 1px solid #dedede}.wp-block-button__link{font-family: 'Montserrat';display: inline-block;font-size: 13px;text-transform: uppercase;font-weight: bold;line-height: 20px;padding: 10.5px 30px;border: solid 2px transparent;background-clip: border-box;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}.wp-block-button__link:not(.has-background):not(.has-text-color){color: #fff;background-color: #0f1346}.wp-block-button__link:not(.has-background):not(.has-text-color).active,.wp-block-button__link:not(.has-background):not(.has-text-color):focus,.wp-block-button__link:not(.has-background):not(.has-text-color):hover{color: #333;background-color: transparent;border-color: #0f1346}.wp-block-button:not(.is-style-squared) .wp-block-button__link{-webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em}.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,.wp-block-button:not(.is-style-outline) .wp-block-button__link:active{color: #333;background-color: transparent;border-color: #0f1346}.wp-block-button.is-style-outline .wp-block-button__link{background: transparent !important;border: 2px solid currentcolor}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:active{color: #0f1346}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){color: #0f1346}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active{color: #333;border-color: #333}.header-3 .header-nav-float{margin-top: 0px}.header-3 .logo-header{margin-top: 60px}.header-3 .header-nav-float{border-bottom: 1px solid #e1e1e1}#wrapper{background-color: transparent}.main-footer:before{border-top: 1px solid #000}.entry-post-meta{display: none}.entry-thumb-wrap{display: none}.vc_row-background-overlay-wrap{position:relative}.vc_row-background-overlay{position:absolute;left:0;right:0;top:0;bottom:0;background-repeat:repeat}.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{padding-top:0}.wpb_button,.wpb_content_element,ul.wpb_thumbnails-fluid>li,.vc_tta-container{margin-bottom:0}.vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9,.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9,.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9,.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9{min-height:0}.vc_row-no-padding{margin-left:0;margin-right:0}.vc_row[data-vc-full-width]{position:relative}.vc_separator .vc_sep_holder .vc_sep_line{top:0}@media(min-width:992px){.vc_stretch-row-content{padding-left:15px;padding-right:15px}.vc_stretch-row-content-40{padding-left:25px;padding-right:25px}.vc_stretch-row-content-100{padding-left:85px;padding-right:85px}}.wpb_start_animation{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-perspective:1000;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-o-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;opacity:1;filter:alpha(opacity=100)}.wpb_start_animation.wpb_top-to-bottom{-webkit-animation:wpb_ttb 1s;-o-animation:wpb_ttb 1s;animation:wpb_ttb 1s;opacity:1;filter:alpha(opacity=100)}@-webkit-keyframes wpb_ttb{0%{-webkit-transform:translate3d(0,-100px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);opacity:1}}@-moz-keyframes wpb_ttb{0%{-moz-transform:translate3d(0,-100px,0);opacity:0}100%{-moz-transform:translate3d(0,0,0);opacity:1}}@-o-keyframes wpb_ttb{0%{-o-transform:translate3d(0,-100px,0);opacity:0}100%{-o-transform:translate3d(0,0,0);opacity:1}}@keyframes wpb_ttb{0%{transform:translate3d(0,-100px,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}.wpb_start_animation.wpb_bottom-to-top{-webkit-animation:wpb_btt 1s;-o-animation:wpb_btt 1s;animation:wpb_btt 1s;opacity:1;filter:alpha(opacity=100)}@-webkit-keyframes wpb_btt{0%{-webkit-transform:translate3d(0,100px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);opacity:1}}@-moz-keyframes wpb_btt{0%{-moz-transform:translate3d(0,100px,0);opacity:0}100%{-moz-transform:translate3d(0,0,0);opacity:1}}@-o-keyframes wpb_btt{0%{-o-transform:translate3d(0,100px,0);opacity:0}100%{-o-transform:translate3d(0,0,0);opacity:1}}@keyframes wpb_btt{0%{transform:translate3d(0,100px,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}.wpb_start_animation.wpb_left-to-right{-webkit-animation:wpb_ltr 1s;-o-animation:wpb_ltr 1s;animation:wpb_ltr 1s;opacity:1;filter:alpha(opacity=100)}@-webkit-keyframes wpb_ltr{0%{-webkit-transform:translate3d(-100px,0,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);opacity:1}}@-moz-keyframes wpb_ltr{0%{-moz-transform:translate3d(-100px,0,0);opacity:0}100%{-moz-transform:translate3d(0,0,0);opacity:1}}@-o-keyframes wpb_ltr{0%{-o-transform:translate3d(-100px,0,0);opacity:0}100%{-o-transform:translate3d(0,0,0);opacity:1}}@keyframes wpb_ltr{0%{transform:translate3d(-100px,0,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}.wpb_start_animation.wpb_right-to-left{-webkit-animation:wpb_rtl 1s;-o-animation:wpb_rtl 1s;animation:wpb_rtl 1s;opacity:1;filter:alpha(opacity=100)}@-webkit-keyframes wpb_rtl{0%{-webkit-transform:translate3d(100px,0,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);opacity:1}}@-moz-keyframes wpb_rtl{0%{-moz-transform:translate3d(100px,0,0);opacity:0}100%{-moz-transform:translate3d(0,0,0);opacity:1}}@-o-keyframes wpb_rtl{0%{-o-transform:translate3d(100px,0,0);opacity:0}100%{-o-transform:translate3d(0,0,0);opacity:1}}@keyframes wpb_rtl{0%{transform:translate3d(100px,0,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}.wpb_start_animation.wpb_appear{-webkit-animation:wpb_appear 1s;-o-animation:wpb_appear 1s;animation:wpb_appear 1s;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;filter:alpha(opacity=100)}@-webkit-keyframes wpb_appear{0%{-webkit-transform:scale(0.5);opacity:.1}100%{-webkit-transform:scale(1);opacity:1}}@-moz-keyframes wpb_appear{0%{-moz-transform:scale(0.5);opacity:.1}100%{-moz-transform:scale(1);opacity:1}}@-o-keyframes wpb_appear{0%{-o-transform:scale(0.5);opacity:.1}100%{-o-transform:scale(1);opacity:1}}@keyframes wpb_appear{0%{transform:scale(0.5);opacity:.1}100%{transform:scale(1);opacity:1}}@-webkit-keyframes wpb_appear{0%{-webkit-transform:scale(.5);opacity:.1;filter:alpha(opacity=10)}100%{-webkit-transform:scale(1);opacity:1;filter:alpha(opacity=100)}}@-moz-keyframes wpb_appear{0%{-moz-transform:scale(.5);opacity:.1;filter:alpha(opacity=10)}100%{-moz-transform:scale(1);opacity:1;filter:alpha(opacity=100)}}@-o-keyframes wpb_appear{0%{-o-transform:scale(.5);opacity:.1;filter:alpha(opacity=10)}100%{-o-transform:scale(1);opacity:1;filter:alpha(opacity=100)}}@keyframes wpb_appear{0%{-webkit-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5);opacity:.1;filter:alpha(opacity=10)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;filter:alpha(opacity=100)}}.wpb_start_animation.wpb_top-to-bottom,.wpb_start_animation.wpb_bottom-to-top,.wpb_start_animation.wpb_left-to-right,.wpb_start_animation.wpb_right-to-left,.wpb_start_animation.wpb_appear{-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards}