@-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%;
}body .wp-show-posts a{box-shadow:0 0 0 transparent}.wp-show-posts-entry-title a{text-decoration:none}a.wp-show-posts-read-more,a.wp-show-posts-read-more:visited{display:inline-block;padding:8px 15px;border:2px solid #222;color:#222;font-size:.8em;text-decoration:none}.wpsp-read-more{margin:0 0 1em;display:inline-block}a.wp-show-posts-read-more:focus,a.wp-show-posts-read-more:hover{border:2px solid transparent;color:#fff;background:#222;text-decoration:none}.wp-show-posts-image{margin-bottom:1em}.wp-show-posts-image.wpsp-image-left{float:left;margin-right:1.5em}.wp-show-posts-image.wpsp-image-right{float:right;margin-left:1.5em}.wp-show-posts-image.wpsp-image-center{display:block;text-align:center}.wp-show-posts-image img{margin:0!important;vertical-align:bottom;height:auto}.wp-show-posts-entry-header{margin:0 0 1em;padding:0}.wp-show-posts .wp-show-posts-entry-title{margin:0}.wp-show-posts-updated{display:none}.wp-show-posts-entry-content,.wp-show-posts-entry-summary{margin-bottom:1em}.wp-show-posts-entry-meta{font-size:.8em}.wp-show-posts-separator{opacity:.5}.wp-show-posts-meta a,.wp-show-posts-meta a:visited{color:rgba(0,0,0,.5)}.stack-wp-show-posts-byline,.stack-wp-show-posts-posted-on{display:block}.wp-show-posts-entry-meta-below-post{margin-bottom:1em}.wp-show-posts-columns:not(.wp-show-posts-masonry){display:flex;flex-wrap:wrap}.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block){display:flex;flex-direction:row}.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img{flex:0 0 auto;object-fit:scale-down}.wpsp-clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child){margin-bottom:2em}.wpsp-load-more{margin-top:2em}.wp-show-posts-columns .wp-show-posts-inner{flex:1}.wp-show-posts-inner:after{clear:both;display:table;content:'';width:0;height:0;overflow:hidden;visibility:hidden}.wp-show-posts-single.post{margin-bottom:0}@media (min-width:768px){.wpsp-col-1,.wpsp-col-10,.wpsp-col-11,.wpsp-col-12,.wpsp-col-2,.wpsp-col-20,.wpsp-col-3,.wpsp-col-4,.wpsp-col-5,.wpsp-col-6,.wpsp-col-7,.wpsp-col-8,.wpsp-col-9{float:left}.wpsp-col-1{width:8.333333%}.wpsp-col-2{width:16.666667%}.wpsp-col-3{width:25%}.wpsp-col-4{width:33.333%}.wpsp-col-5{width:41.666667%}.wpsp-col-6{width:50%}.wpsp-col-7{width:58.333333%}.wpsp-col-8{width:66.666667%}.wpsp-col-9{width:75%}.wpsp-col-10{width:83.333333%}.wpsp-col-11{width:91.666667%}.wpsp-col-12{width:100%}.wpsp-col-20{width:20%}}@media (max-width:767px){.wp-show-posts-columns,.wp-show-posts-inner{margin-left:0!important;margin-right:0!important}.wp-show-posts-columns .wp-show-posts-single{display:block;width:100%}.wp-show-posts-image.wpsp-image-left,.wp-show-posts-image.wpsp-image-right{float:none;margin-right:0;margin-left:0}}.wp-show-posts-inner :last-child{margin-bottom:0}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wpsp-clearfix:after{content:".";display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}@font-face{font-family:'FontAwesome';src:url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/fonts-awesome/fonts/fontawesome-webfont.svg?v=4.7.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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@-webkit-keyframes wrench {
0% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg)
}
8% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg)
}
10% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg)
}
18%, 20% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg)
}
28%, 30% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg)
}
38%, 40% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg)
}
48%, 50% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg)
}
58%, 60% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg)
}
68% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg)
}
75% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
}
@keyframes wrench {
0% {
-webkit-transform: rotate(-12deg);
-ms-transform: rotate(-12deg);
transform: rotate(-12deg)
}
8% {
-webkit-transform: rotate(12deg);
-ms-transform: rotate(12deg);
transform: rotate(12deg)
}
10% {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg)
}
18%, 20% {
-webkit-transform: rotate(-24deg);
-ms-transform: rotate(-24deg);
transform: rotate(-24deg)
}
28%, 30% {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg)
}
38%, 40% {
-webkit-transform: rotate(-24deg);
-ms-transform: rotate(-24deg);
transform: rotate(-24deg)
}
48%, 50% {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg)
}
58%, 60% {
-webkit-transform: rotate(-24deg);
-ms-transform: rotate(-24deg);
transform: rotate(-24deg)
}
68% {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg)
}
75% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
}
.faa-parent.animated-hover:hover > .faa-wrench, .faa-wrench.animated, .faa-wrench.animated-hover:hover {
-webkit-animation: wrench 2.5s ease infinite;
animation: wrench 2.5s ease infinite;
transform-origin-x: 90%;
transform-origin-y: 35%;
transform-origin-z: initial
}
.faa-parent.animated-hover:hover > .faa-wrench.faa-fast, .faa-wrench.animated-hover.faa-fast:hover, .faa-wrench.animated.faa-fast {
-webkit-animation: wrench 1.2s ease infinite;
animation: wrench 1.2s ease infinite
}
.faa-parent.animated-hover:hover > .faa-wrench.faa-slow, .faa-wrench.animated-hover.faa-slow:hover, .faa-wrench.animated.faa-slow {
-webkit-animation: wrench 3.7s ease infinite;
animation: wrench 3.7s ease infinite
}
@-webkit-keyframes ring {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg)
}
2% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg)
}
4% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg)
}
6% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg)
}
8% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg)
}
10% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg)
}
12% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg)
}
14% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg)
}
16% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg)
}
18% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg)
}
20% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
}
@keyframes ring {
0% {
-webkit-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
transform: rotate(-15deg)
}
2% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg)
}
4% {
-webkit-transform: rotate(-18deg);
-ms-transform: rotate(-18deg);
transform: rotate(-18deg)
}
6% {
-webkit-transform: rotate(18deg);
-ms-transform: rotate(18deg);
transform: rotate(18deg)
}
8% {
-webkit-transform: rotate(-22deg);
-ms-transform: rotate(-22deg);
transform: rotate(-22deg)
}
10% {
-webkit-transform: rotate(22deg);
-ms-transform: rotate(22deg);
transform: rotate(22deg)
}
12% {
-webkit-transform: rotate(-18deg);
-ms-transform: rotate(-18deg);
transform: rotate(-18deg)
}
14% {
-webkit-transform: rotate(18deg);
-ms-transform: rotate(18deg);
transform: rotate(18deg)
}
16% {
-webkit-transform: rotate(-12deg);
-ms-transform: rotate(-12deg);
transform: rotate(-12deg)
}
18% {
-webkit-transform: rotate(12deg);
-ms-transform: rotate(12deg);
transform: rotate(12deg)
}
20% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
}
.faa-parent.animated-hover:hover > .faa-ring, .faa-ring.animated, .faa-ring.animated-hover:hover {
-webkit-animation: ring 2s ease infinite;
animation: ring 2s ease infinite;
transform-origin-x: 50%;
transform-origin-y: 0;
transform-origin-z: initial
}
.faa-parent.animated-hover:hover > .faa-ring.faa-fast, .faa-ring.animated-hover.faa-fast:hover, .faa-ring.animated.faa-fast {
-webkit-animation: ring 1s ease infinite;
animation: ring 1s ease infinite
}
.faa-parent.animated-hover:hover > .faa-ring.faa-slow, .faa-ring.animated-hover.faa-slow:hover, .faa-ring.animated.faa-slow {
-webkit-animation: ring 3s ease infinite;
animation: ring 3s ease infinite
}
@-webkit-keyframes vertical {
0% {
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px)
}
4% {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px)
}
8% {
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px)
}
12% {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px)
}
16% {
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px)
}
20% {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px)
}
22% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes vertical {
0% {
-webkit-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
transform: translate(0, -3px)
}
4% {
-webkit-transform: translate(0, 3px);
-ms-transform: translate(0, 3px);
transform: translate(0, 3px)
}
8% {
-webkit-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
transform: translate(0, -3px)
}
12% {
-webkit-transform: translate(0, 3px);
-ms-transform: translate(0, 3px);
transform: translate(0, 3px)
}
16% {
-webkit-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
transform: translate(0, -3px)
}
20% {
-webkit-transform: translate(0, 3px);
-ms-transform: translate(0, 3px);
transform: translate(0, 3px)
}
22% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
}
.faa-parent.animated-hover:hover > .faa-vertical, .faa-vertical.animated, .faa-vertical.animated-hover:hover {
-webkit-animation: vertical 2s ease infinite;
animation: vertical 2s ease infinite
}
.faa-parent.animated-hover:hover > .faa-vertical.faa-fast, .faa-vertical.animated-hover.faa-fast:hover, .faa-vertical.animated.faa-fast {
-webkit-animation: vertical 1s ease infinite;
animation: vertical 1s ease infinite
}
.faa-parent.animated-hover:hover > .faa-vertical.faa-slow, .faa-vertical.animated-hover.faa-slow:hover, .faa-vertical.animated.faa-slow {
-webkit-animation: vertical 4s ease infinite;
animation: vertical 4s ease infinite
}
@-webkit-keyframes horizontal {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
6% {
-webkit-transform: translate(5px, 0);
transform: translate(5px, 0)
}
12% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
18% {
-webkit-transform: translate(5px, 0);
transform: translate(5px, 0)
}
24% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
30% {
-webkit-transform: translate(5px, 0);
transform: translate(5px, 0)
}
36% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes horizontal {
0% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
6% {
-webkit-transform: translate(5px, 0);
-ms-transform: translate(5px, 0);
transform: translate(5px, 0)
}
12% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
18% {
-webkit-transform: translate(5px, 0);
-ms-transform: translate(5px, 0);
transform: translate(5px, 0)
}
24% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
30% {
-webkit-transform: translate(5px, 0);
-ms-transform: translate(5px, 0);
transform: translate(5px, 0)
}
36% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
}
.faa-horizontal.animated, .faa-horizontal.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-horizontal {
-webkit-animation: horizontal 2s ease infinite;
animation: horizontal 2s ease infinite
}
.faa-horizontal.animated-hover.faa-fast:hover, .faa-horizontal.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
-webkit-animation: horizontal 1s ease infinite;
animation: horizontal 1s ease infinite
}
.faa-horizontal.animated-hover.faa-slow:hover, .faa-horizontal.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
-webkit-animation: horizontal 3s ease infinite;
animation: horizontal 3s ease infinite
}
@-webkit-keyframes flash {
0%, 100%, 50% {
opacity: 1
}
25%, 75% {
opacity: 0
}
}
@keyframes flash {
0%, 100%, 50% {
opacity: 1
}
25%, 75% {
opacity: 0
}
}
.faa-flash.animated, .faa-flash.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-flash {
-webkit-animation: flash 2s ease infinite;
animation: flash 2s ease infinite
}
.faa-flash.animated-hover.faa-fast:hover, .faa-flash.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-flash.faa-fast {
-webkit-animation: flash 1s ease infinite;
animation: flash 1s ease infinite
}
.faa-flash.animated-hover.faa-slow:hover, .faa-flash.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-flash.faa-slow {
-webkit-animation: flash 3s ease infinite;
animation: flash 3s ease infinite
}
@-webkit-keyframes bounce {
0%, 10%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
40%, 60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px)
}
}
@keyframes bounce {
0%, 10%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
40%, 60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px)
}
}
.faa-bounce.animated, .faa-bounce.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-bounce {
-webkit-animation: bounce 2s ease infinite;
animation: bounce 2s ease infinite
}
.faa-bounce.animated-hover.faa-fast:hover, .faa-bounce.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
-webkit-animation: bounce 1s ease infinite;
animation: bounce 1s ease infinite
}
.faa-bounce.animated-hover.faa-slow:hover, .faa-bounce.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
-webkit-animation: bounce 3s ease infinite;
animation: bounce 3s ease infinite
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
-ms-transform: rotate(359deg);
transform: rotate(359deg)
}
}
.faa-parent.animated-hover:hover > .faa-spin, .faa-spin.animated, .faa-spin.animated-hover:hover {
-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite
}
.faa-parent.animated-hover:hover > .faa-spin.faa-fast, .faa-spin.animated-hover.faa-fast:hover, .faa-spin.animated.faa-fast {
-webkit-animation: spin .7s linear infinite;
animation: spin .7s linear infinite
}
.faa-parent.animated-hover:hover > .faa-spin.faa-slow, .faa-spin.animated-hover.faa-slow:hover, .faa-spin.animated.faa-slow {
-webkit-animation: spin 2.2s linear infinite;
animation: spin 2.2s linear infinite
}
@-webkit-keyframes float {
0% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
50% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes float {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
50% {
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
transform: translateY(-6px)
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
}
.faa-float.animated, .faa-float.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-float {
-webkit-animation: float 2s linear infinite;
animation: float 2s linear infinite
}
.faa-float.animated-hover.faa-fast:hover, .faa-float.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-float.faa-fast {
-webkit-animation: float 1s linear infinite;
animation: float 1s linear infinite
}
.faa-float.animated-hover.faa-slow:hover, .faa-float.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-float.faa-slow {
-webkit-animation: float 3s linear infinite;
animation: float 3s linear infinite
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8)
}
100% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1)
}
50% {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8)
}
100% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1)
}
}
.faa-parent.animated-hover:hover > .faa-pulse, .faa-pulse.animated, .faa-pulse.animated-hover:hover {
-webkit-animation: pulse 2s linear infinite;
animation: pulse 2s linear infinite
}
.faa-parent.animated-hover:hover > .faa-pulse.faa-fast, .faa-pulse.animated-hover.faa-fast:hover, .faa-pulse.animated.faa-fast {
-webkit-animation: pulse 1s linear infinite;
animation: pulse 1s linear infinite
}
.faa-parent.animated-hover:hover > .faa-pulse.faa-slow, .faa-pulse.animated-hover.faa-slow:hover, .faa-pulse.animated.faa-slow {
-webkit-animation: pulse 3s linear infinite;
animation: pulse 3s linear infinite
}
.faa-parent.animated-hover:hover > .faa-shake, .faa-shake.animated, .faa-shake.animated-hover:hover {
-webkit-animation: wrench 2.5s ease infinite;
animation: wrench 2.5s ease infinite
}
.faa-parent.animated-hover:hover > .faa-shake.faa-fast, .faa-shake.animated-hover.faa-fast:hover, .faa-shake.animated.faa-fast {
-webkit-animation: wrench 1.2s ease infinite;
animation: wrench 1.2s ease infinite
}
.faa-parent.animated-hover:hover > .faa-shake.faa-slow, .faa-shake.animated-hover.faa-slow:hover, .faa-shake.animated.faa-slow {
-webkit-animation: wrench 3.7s ease infinite;
animation: wrench 3.7s ease infinite
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
10%, 20% {
-webkit-transform: scale(.9) rotate(-8deg);
transform: scale(.9) rotate(-8deg)
}
30%, 50%, 70% {
-webkit-transform: scale(1.3) rotate(8deg);
transform: scale(1.3) rotate(8deg)
}
40%, 60% {
-webkit-transform: scale(1.3) rotate(-8deg);
transform: scale(1.3) rotate(-8deg)
}
80% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0)
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
10%, 20% {
-webkit-transform: scale(.9) rotate(-8deg);
-ms-transform: scale(.9) rotate(-8deg);
transform: scale(.9) rotate(-8deg)
}
30%, 50%, 70% {
-webkit-transform: scale(1.3) rotate(8deg);
-ms-transform: scale(1.3) rotate(8deg);
transform: scale(1.3) rotate(8deg)
}
40%, 60% {
-webkit-transform: scale(1.3) rotate(-8deg);
-ms-transform: scale(1.3) rotate(-8deg);
transform: scale(1.3) rotate(-8deg)
}
80% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0)
}
}
.faa-parent.animated-hover:hover > .faa-tada, .faa-tada.animated, .faa-tada.animated-hover:hover {
-webkit-animation: tada 2s linear infinite;
animation: tada 2s linear infinite
}
.faa-parent.animated-hover:hover > .faa-tada.faa-fast, .faa-tada.animated-hover.faa-fast:hover, .faa-tada.animated.faa-fast {
-webkit-animation: tada 1s linear infinite;
animation: tada 1s linear infinite
}
.faa-parent.animated-hover:hover > .faa-tada.faa-slow, .faa-tada.animated-hover.faa-slow:hover, .faa-tada.animated.faa-slow {
-webkit-animation: tada 3s linear infinite;
animation: tada 3s linear infinite
}
@-webkit-keyframes passing {
0% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0
}
50% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1
}
100% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
opacity: 0
}
}
@keyframes passing {
0% {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0
}
50% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
opacity: 1
}
100% {
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
opacity: 0
}
}
.faa-parent.animated-hover:hover > .faa-passing, .faa-passing.animated, .faa-passing.animated-hover:hover {
-webkit-animation: passing 2s linear infinite;
animation: passing 2s linear infinite
}
.faa-parent.animated-hover:hover > .faa-passing.faa-fast, .faa-passing.animated-hover.faa-fast:hover, .faa-passing.animated.faa-fast {
-webkit-animation: passing 1s linear infinite;
animation: passing 1s linear infinite
}
.faa-parent.animated-hover:hover > .faa-passing.faa-slow, .faa-passing.animated-hover.faa-slow:hover, .faa-passing.animated.faa-slow {
-webkit-animation: passing 3s linear infinite;
animation: passing 3s linear infinite
}
@-webkit-keyframes burst {
0% {
opacity: .6
}
50% {
-webkit-transform: scale(1.8);
transform: scale(1.8);
opacity: 0
}
100% {
opacity: 0
}
}
@keyframes burst {
0% {
opacity: .6
}
50% {
-webkit-transform: scale(1.8);
-ms-transform: scale(1.8);
transform: scale(1.8);
opacity: 0
}
100% {
opacity: 0
}
}
.faa-burst.animated, .faa-burst.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-burst {
-webkit-animation: burst 2s infinite linear;
animation: burst 2s infinite linear
}
.faa-burst.animated-hover.faa-fast:hover, .faa-burst.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-burst.faa-fast {
-webkit-animation: burst 1s infinite linear;
animation: burst 1s infinite linear
}
.faa-burst.animated-hover.faa-slow:hover, .faa-burst.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-burst.faa-slow {
-webkit-animation: burst 3s infinite linear;
animation: burst 3s infinite linear
}@font-face {
font-family: 'icomoon';
src:    url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/icomoon/fonts/icomoon.eot?jr9je6);
src:    url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/icomoon/fonts/icomoon.eot?jr9je6#iefix) format('embedded-opentype'),
url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/icomoon/fonts/icomoon.ttf?jr9je6) format('truetype'),
url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/icomoon/fonts/icomoon.woff?jr9je6) format('woff'),
url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/icomoon/fonts/icomoon.svg?jr9je6#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !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;
}
.icon-bathtube:before {
content: "\f113";
}
.icon-bed:before {
content: "\f112";
}
.icon-bath:before {
content: "\ef21";
}
.icon-blueprint:before {
content: "\ef22";
}
.icon-garage:before {
content: "\ef23";
}
.icon-room-bed:before {
content: "\ef24";
}
.icon-square:before {
content: "\ef25";
}
.icon-bedroom:before {
content: "\f111";
}
.icon-airplane22:before {
content: "\ef19";
}
.icon-carrier:before {
content: "\ef1a";
}
.icon-hand:before {
content: "\ef1b";
}
.icon-security:before {
content: "\ef1c";
}
.icon-ship:before {
content: "\ef1d";
}
.icon-truck22:before {
content: "\ef1e";
}
.icon-truck222:before {
content: "\ef1f";
}
.icon-warehouse:before {
content: "\ef20";
}
.icon-audio-mixer-controls:before {
content: "\ef0c";
}
.icon-connection12:before {
content: "\ef0d";
}
.icon-connection3:before {
content: "\ef0e";
}
.icon-database3:before {
content: "\ef0f";
}
.icon-domain:before {
content: "\ef10";
}
.icon-envelope-in-black-paper-with-a-white-letter-sheet-inside:before {
content: "\ef11";
}
.icon-ftp-file-transfer-protocol:before {
content: "\ef12";
}
.icon-hosting:before {
content: "\ef13";
}
.icon-line53:before {
content: "\ef14";
}
.icon-link3:before {
content: "\ef15";
}
.icon-prize3:before {
content: "\ef16";
}
.icon-rack-servers:before {
content: "\ef17";
}
.icon-shield3:before {
content: "\ef18";
}
.icon-database22:before {
content: "\ed0c";
}
.icon-internet-server:before {
content: "\ed0d";
}
.icon-database-with-right-arrow:before {
content: "\ed0e";
}
.icon-connection1:before {
content: "\ed0f";
}
.icon-connection22:before {
content: "\ed10";
}
.icon-shield22:before {
content: "\ed11";
}
.icon-link22:before {
content: "\ed12";
}
.icon-internet2:before {
content: "\ed13";
}
.icon-internet1:before {
content: "\ed14";
}
.icon-internet:before {
content: "\ed15";
}
.icon-tool:before {
content: "\ed16";
}
.icon-archive-files-upload-to-internet:before {
content: "\ed17";
}
.icon-pc-synchronization-with-cloud-data1:before {
content: "\ed18";
}
.icon-data-transference-by-internet:before {
content: "\ed19";
}
.icon-hosting-download:before {
content: "\ed1a";
}
.icon-internet-configuration-settings1:before {
content: "\ed1b";
}
.icon-pc-synchronization-with-cloud-data:before {
content: "\ed1c";
}
.icon-updated-security-for-protection-on-internet1:before {
content: "\ed1d";
}
.icon-updated-security-for-protection-on-internet:before {
content: "\ed1e";
}
.icon-locked-internet-security-padlock:before {
content: "\ed1f";
}
.icon-internet-configuration-settings:before {
content: "\ed20";
}
.icon-mail-envelope:before {
content: "\e900";
}
.icon-mail-envelope2:before {
content: "\e901";
}
.icon-mail-envelope-open:before {
content: "\e902";
}
.icon-mail-envelope-open2:before {
content: "\e903";
}
.icon-mail-envelope-closed:before {
content: "\e904";
}
.icon-mail-envelope-closed2:before {
content: "\e905";
}
.icon-mail-envelope-open3:before {
content: "\e906";
}
.icon-mail-envelope-open4:before {
content: "\e907";
}
.icon-mail-envelope-open5:before {
content: "\e908";
}
.icon-mail-envelope-open6:before {
content: "\e909";
}
.icon-mail-envelope-closed3:before {
content: "\e90a";
}
.icon-mail-envelope-closed4:before {
content: "\e90b";
}
.icon-mail-envelope-open7:before {
content: "\e90c";
}
.icon-mail-envelope-open8:before {
content: "\e90d";
}
.icon-mail-error:before {
content: "\e90e";
}
.icon-mail-error2:before {
content: "\e90f";
}
.icon-mail-checked:before {
content: "\e910";
}
.icon-mail-checked2:before {
content: "\e911";
}
.icon-mail-cancel:before {
content: "\e912";
}
.icon-mail-cancel2:before {
content: "\e913";
}
.icon-mail--forbidden:before {
content: "\e914";
}
.icon-mail--forbidden2:before {
content: "\e915";
}
.icon-mail-add:before {
content: "\e916";
}
.icon-mail-add2:before {
content: "\e917";
}
.icon-mail-remove:before {
content: "\e918";
}
.icon-mail-remove2:before {
content: "\e919";
}
.icon-flag22:before {
content: "\e91a";
}
.icon-flag3:before {
content: "\e91b";
}
.icon-flag4:before {
content: "\e91c";
}
.icon-flag5:before {
content: "\e91d";
}
.icon-flag6:before {
content: "\e91e";
}
.icon-flag7:before {
content: "\e91f";
}
.icon-flag8:before {
content: "\e920";
}
.icon-flag9:before {
content: "\e921";
}
.icon-bookmark22:before {
content: "\e922";
}
.icon-bookmark3:before {
content: "\e923";
}
.icon-bookmark-add:before {
content: "\e924";
}
.icon-bookmark-add2:before {
content: "\e925";
}
.icon-bookmark-remove:before {
content: "\e926";
}
.icon-bookmark-remove2:before {
content: "\e927";
}
.icon-eye-hidden:before {
content: "\e928";
}
.icon-eye-hidden2:before {
content: "\e929";
}
.icon-eye22:before {
content: "\e92a";
}
.icon-eye3:before {
content: "\e92b";
}
.icon-star:before {
content: "\e92c";
}
.icon-star2:before {
content: "\e92d";
}
.icon-key32:before {
content: "\e92e";
}
.icon-key4:before {
content: "\e92f";
}
.icon-key5:before {
content: "\e930";
}
.icon-key6:before {
content: "\e931";
}
.icon-trash-can:before {
content: "\e932";
}
.icon-trash-can2:before {
content: "\e933";
}
.icon-trash-can3:before {
content: "\e934";
}
.icon-trash-can4:before {
content: "\e935";
}
.icon-information:before {
content: "\e936";
}
.icon-information2:before {
content: "\e937";
}
.icon-information3:before {
content: "\e938";
}
.icon-information4:before {
content: "\e939";
}
.icon-book22:before {
content: "\e93a";
}
.icon-book3:before {
content: "\e93b";
}
.icon-book-bookmark:before {
content: "\e93c";
}
.icon-book-bookmark2:before {
content: "\e93d";
}
.icon-clipboard-edit:before {
content: "\e93e";
}
.icon-clipboard-edit2:before {
content: "\e93f";
}
.icon-clipboard-add:before {
content: "\e940";
}
.icon-clipboard-add2:before {
content: "\e941";
}
.icon-clipboard-remove:before {
content: "\e942";
}
.icon-clipboard-remove2:before {
content: "\e943";
}
.icon-clipboard22:before {
content: "\e944";
}
.icon-clipboard3:before {
content: "\e945";
}
.icon-clipboard-download:before {
content: "\e946";
}
.icon-clipboard-download2:before {
content: "\e947";
}
.icon-clipboard-upload:before {
content: "\e948";
}
.icon-clipboard-upload2:before {
content: "\e949";
}
.icon-clipboard-checked:before {
content: "\e94a";
}
.icon-clipboard-checked2:before {
content: "\e94b";
}
.icon-clipboard-text:before {
content: "\e94c";
}
.icon-clipboard-text2:before {
content: "\e94d";
}
.icon-clipboard-list:before {
content: "\e94e";
}
.icon-clipboard-list2:before {
content: "\e94f";
}
.icon-note:before {
content: "\e950";
}
.icon-note2:before {
content: "\e951";
}
.icon-note-add:before {
content: "\e952";
}
.icon-note-add2:before {
content: "\e953";
}
.icon-note-remove:before {
content: "\e954";
}
.icon-note-remove2:before {
content: "\e955";
}
.icon-note-text:before {
content: "\e956";
}
.icon-note-text2:before {
content: "\e957";
}
.icon-note-list:before {
content: "\e958";
}
.icon-note-list2:before {
content: "\e959";
}
.icon-note-checked:before {
content: "\e95a";
}
.icon-note-checked2:before {
content: "\e95b";
}
.icon-note-important:before {
content: "\e95c";
}
.icon-note-important2:before {
content: "\e95d";
}
.icon-notebook:before {
content: "\e95e";
}
.icon-notebook2:before {
content: "\e95f";
}
.icon-notebook3:before {
content: "\e960";
}
.icon-notebook4:before {
content: "\e961";
}
.icon-notebook5:before {
content: "\e962";
}
.icon-notebook6:before {
content: "\e963";
}
.icon-notebook7:before {
content: "\e964";
}
.icon-notebook8:before {
content: "\e965";
}
.icon-notebook-text:before {
content: "\e966";
}
.icon-notebook-text2:before {
content: "\e967";
}
.icon-notebook-list:before {
content: "\e968";
}
.icon-notebook-list2:before {
content: "\e969";
}
.icon-document:before {
content: "\e96a";
}
.icon-document2:before {
content: "\e96b";
}
.icon-document-text:before {
content: "\e96c";
}
.icon-document-text2:before {
content: "\e96d";
}
.icon-document-text3:before {
content: "\e96e";
}
.icon-document-text4:before {
content: "\e96f";
}
.icon-document-download:before {
content: "\e970";
}
.icon-document-download2:before {
content: "\e971";
}
.icon-document-upload:before {
content: "\e972";
}
.icon-document-upload2:before {
content: "\e973";
}
.icon-document-bookmark:before {
content: "\e974";
}
.icon-document-bookmark2:before {
content: "\e975";
}
.icon-document-diagrams:before {
content: "\e976";
}
.icon-document-diagrams2:before {
content: "\e977";
}
.icon-document-recording:before {
content: "\e978";
}
.icon-document-recording2:before {
content: "\e979";
}
.icon-document-table:before {
content: "\e97a";
}
.icon-document-table2:before {
content: "\e97b";
}
.icon-document-music:before {
content: "\e97c";
}
.icon-document-music2:before {
content: "\e97d";
}
.icon-document-movie:before {
content: "\e97e";
}
.icon-document-movie2:before {
content: "\e97f";
}
.icon-document-play:before {
content: "\e980";
}
.icon-document-play2:before {
content: "\e981";
}
.icon-document-graph:before {
content: "\e982";
}
.icon-document-graph2:before {
content: "\e983";
}
.icon-document-time:before {
content: "\e984";
}
.icon-document-time2:before {
content: "\e985";
}
.icon-document-text5:before {
content: "\e986";
}
.icon-document-text6:before {
content: "\e987";
}
.icon-document-code:before {
content: "\e988";
}
.icon-document-code2:before {
content: "\e989";
}
.icon-document-cloud:before {
content: "\e98a";
}
.icon-document-cloud2:before {
content: "\e98b";
}
.icon-documents:before {
content: "\e98c";
}
.icon-documents2:before {
content: "\e98d";
}
.icon-documents3:before {
content: "\e98e";
}
.icon-documents4:before {
content: "\e98f";
}
.icon-document-search:before {
content: "\e990";
}
.icon-document-search2:before {
content: "\e991";
}
.icon-document-star:before {
content: "\e992";
}
.icon-document-star2:before {
content: "\e993";
}
.icon-document-unlocked:before {
content: "\e994";
}
.icon-document-unlocked2:before {
content: "\e995";
}
.icon-document-locked:before {
content: "\e996";
}
.icon-document-locked2:before {
content: "\e997";
}
.icon-document-error:before {
content: "\e998";
}
.icon-document-error2:before {
content: "\e999";
}
.icon-document-cancel:before {
content: "\e99a";
}
.icon-document-cancel2:before {
content: "\e99b";
}
.icon-document-checked:before {
content: "\e99c";
}
.icon-document-checked2:before {
content: "\e99d";
}
.icon-document-add:before {
content: "\e99e";
}
.icon-document-add2:before {
content: "\e99f";
}
.icon-document-remove:before {
content: "\e9a0";
}
.icon-document-remove2:before {
content: "\e9a1";
}
.icon-document-forbidden:before {
content: "\e9a2";
}
.icon-document-forbidden2:before {
content: "\e9a3";
}
.icon-document-information:before {
content: "\e9a4";
}
.icon-document-information2:before {
content: "\e9a5";
}
.icon-folder-information:before {
content: "\e9a6";
}
.icon-folder-information2:before {
content: "\e9a7";
}
.icon-document-list:before {
content: "\e9a8";
}
.icon-document-list2:before {
content: "\e9a9";
}
.icon-document-font:before {
content: "\e9aa";
}
.icon-document-font2:before {
content: "\e9ab";
}
.icon-inbox:before {
content: "\e9ac";
}
.icon-inbox2:before {
content: "\e9ad";
}
.icon-inboxes:before {
content: "\e9ae";
}
.icon-inboxes2:before {
content: "\e9af";
}
.icon-inbox-document:before {
content: "\e9b0";
}
.icon-inbox-document2:before {
content: "\e9b1";
}
.icon-inbox-document-text:before {
content: "\e9b2";
}
.icon-inbox-document-text2:before {
content: "\e9b3";
}
.icon-inbox-download:before {
content: "\e9b4";
}
.icon-inbox-download2:before {
content: "\e9b5";
}
.icon-inbox-upload:before {
content: "\e9b6";
}
.icon-inbox-upload2:before {
content: "\e9b7";
}
.icon-folder22:before {
content: "\e9b8";
}
.icon-folder3:before {
content: "\e9b9";
}
.icon-folder4:before {
content: "\e9ba";
}
.icon-folder5:before {
content: "\e9bb";
}
.icon-folders:before {
content: "\e9bc";
}
.icon-folders2:before {
content: "\e9bd";
}
.icon-folder-download22:before {
content: "\e9be";
}
.icon-folder-download3:before {
content: "\e9bf";
}
.icon-folder-upload22:before {
content: "\e9c0";
}
.icon-folder-upload3:before {
content: "\e9c1";
}
.icon-folder-unlocked:before {
content: "\e9c2";
}
.icon-folder-unlocked2:before {
content: "\e9c3";
}
.icon-folder-locked:before {
content: "\e9c4";
}
.icon-folder-locked2:before {
content: "\e9c5";
}
.icon-folder-search:before {
content: "\e9c6";
}
.icon-folder-search2:before {
content: "\e9c7";
}
.icon-folder-error:before {
content: "\e9c8";
}
.icon-folder-error2:before {
content: "\e9c9";
}
.icon-folder-cancel:before {
content: "\e9ca";
}
.icon-folder-cancel2:before {
content: "\e9cb";
}
.icon-folder-checked:before {
content: "\e9cc";
}
.icon-folder-checked2:before {
content: "\e9cd";
}
.icon-folder-add:before {
content: "\e9ce";
}
.icon-folder-add2:before {
content: "\e9cf";
}
.icon-folder-remove:before {
content: "\e9d0";
}
.icon-folder-remove2:before {
content: "\e9d1";
}
.icon-folder-forbidden:before {
content: "\e9d2";
}
.icon-folder-forbidden2:before {
content: "\e9d3";
}
.icon-folder-bookmark:before {
content: "\e9d4";
}
.icon-folder-bookmark2:before {
content: "\e9d5";
}
.icon-document-zip:before {
content: "\e9d6";
}
.icon-document-zip2:before {
content: "\e9d7";
}
.icon-zip:before {
content: "\e9d8";
}
.icon-zip2:before {
content: "\e9d9";
}
.icon-search22:before {
content: "\e9da";
}
.icon-search3:before {
content: "\e9db";
}
.icon-search-plus:before {
content: "\e9dc";
}
.icon-search-plus2:before {
content: "\e9dd";
}
.icon-search-minus:before {
content: "\e9de";
}
.icon-search-minus2:before {
content: "\e9df";
}
.icon-lock22:before {
content: "\e9e0";
}
.icon-lock3:before {
content: "\e9e1";
}
.icon-lock-open:before {
content: "\e9e2";
}
.icon-lock-open2:before {
content: "\e9e3";
}
.icon-lock-open3:before {
content: "\e9e4";
}
.icon-lock-open4:before {
content: "\e9e5";
}
.icon-lock-stripes:before {
content: "\e9e6";
}
.icon-lock-stripes2:before {
content: "\e9e7";
}
.icon-lock-rounded:before {
content: "\e9e8";
}
.icon-lock-rounded2:before {
content: "\e9e9";
}
.icon-lock-rounded-open:before {
content: "\e9ea";
}
.icon-lock-rounded-open2:before {
content: "\e9eb";
}
.icon-lock-rounded-open3:before {
content: "\e9ec";
}
.icon-lock-rounded-open4:before {
content: "\e9ed";
}
.icon-combination-lock:before {
content: "\e9ee";
}
.icon-combination-lock2:before {
content: "\e9ef";
}
.icon-printer22:before {
content: "\e9f0";
}
.icon-printer3:before {
content: "\e9f1";
}
.icon-printer4:before {
content: "\e9f2";
}
.icon-printer5:before {
content: "\e9f3";
}
.icon-printer-text:before {
content: "\e9f4";
}
.icon-printer-text2:before {
content: "\e9f5";
}
.icon-printer-text3:before {
content: "\e9f6";
}
.icon-printer-text4:before {
content: "\e9f7";
}
.icon-document-shred:before {
content: "\e9f8";
}
.icon-document-shred2:before {
content: "\e9f9";
}
.icon-shredder:before {
content: "\e9fa";
}
.icon-shredder2:before {
content: "\e9fb";
}
.icon-document-scan:before {
content: "\e9fc";
}
.icon-document-scan2:before {
content: "\e9fd";
}
.icon-cloud-download22:before {
content: "\e9fe";
}
.icon-cloud-download3:before {
content: "\e9ff";
}
.icon-cloud-upload22:before {
content: "\ea00";
}
.icon-cloud-upload3:before {
content: "\ea01";
}
.icon-cloud-error:before {
content: "\ea02";
}
.icon-cloud-error2:before {
content: "\ea03";
}
.icon-cloud22:before {
content: "\ea04";
}
.icon-cloud3:before {
content: "\ea05";
}
.icon-inbox-filled:before {
content: "\ea06";
}
.icon-inbox-filled2:before {
content: "\ea07";
}
.icon-pen22:before {
content: "\ea08";
}
.icon-pen3:before {
content: "\ea09";
}
.icon-pen-angled:before {
content: "\ea0a";
}
.icon-pen-angled2:before {
content: "\ea0b";
}
.icon-document-edit:before {
content: "\ea0c";
}
.icon-document-edit2:before {
content: "\ea0d";
}
.icon-document-certificate:before {
content: "\ea0e";
}
.icon-document-certificate2:before {
content: "\ea0f";
}
.icon-certificate:before {
content: "\ea10";
}
.icon-certificate2:before {
content: "\ea11";
}
.icon-package:before {
content: "\ea12";
}
.icon-package2:before {
content: "\ea13";
}
.icon-box:before {
content: "\ea14";
}
.icon-box2:before {
content: "\ea15";
}
.icon-box-filled:before {
content: "\ea16";
}
.icon-box-filled2:before {
content: "\ea17";
}
.icon-box3:before {
content: "\ea18";
}
.icon-box4:before {
content: "\ea19";
}
.icon-box5:before {
content: "\ea1a";
}
.icon-box6:before {
content: "\ea1b";
}
.icon-box-bookmark:before {
content: "\ea1c";
}
.icon-box-bookmark2:before {
content: "\ea1d";
}
.icon-tag-cord:before {
content: "\ea1e";
}
.icon-tag-cord2:before {
content: "\ea1f";
}
.icon-tag:before {
content: "\ea20";
}
.icon-tag2:before {
content: "\ea21";
}
.icon-tags:before {
content: "\ea22";
}
.icon-tags2:before {
content: "\ea23";
}
.icon-tag-add:before {
content: "\ea24";
}
.icon-tag-add2:before {
content: "\ea25";
}
.icon-tag-remove:before {
content: "\ea26";
}
.icon-tag-remove2:before {
content: "\ea27";
}
.icon-tag-checked:before {
content: "\ea28";
}
.icon-tag-checked2:before {
content: "\ea29";
}
.icon-tag-cancel:before {
content: "\ea2a";
}
.icon-tag-cancel2:before {
content: "\ea2b";
}
.icon-paperclip:before {
content: "\ea2c";
}
.icon-paperclip2:before {
content: "\ea2d";
}
.icon-basketball:before {
content: "\ea2e";
}
.icon-basketball2:before {
content: "\ea2f";
}
.icon-baseball:before {
content: "\ea30";
}
.icon-baseball2:before {
content: "\ea31";
}
.icon-tennis-ball:before {
content: "\ea32";
}
.icon-tennis-ball2:before {
content: "\ea33";
}
.icon-bowling-ball:before {
content: "\ea34";
}
.icon-bowling-ball2:before {
content: "\ea35";
}
.icon-billiard-ball:before {
content: "\ea36";
}
.icon-billiard-ball2:before {
content: "\ea37";
}
.icon-soccer-ball:before {
content: "\ea38";
}
.icon-soccer-ball2:before {
content: "\ea39";
}
.icon-soccer-court:before {
content: "\ea3a";
}
.icon-soccer-court2:before {
content: "\ea3b";
}
.icon-football:before {
content: "\ea3c";
}
.icon-football2:before {
content: "\ea3d";
}
.icon-football3:before {
content: "\ea3e";
}
.icon-football4:before {
content: "\ea3f";
}
.icon-basketball3:before {
content: "\ea40";
}
.icon-basketball4:before {
content: "\ea41";
}
.icon-baseball-set:before {
content: "\ea42";
}
.icon-baseball-set2:before {
content: "\ea43";
}
.icon-tennis-ball3:before {
content: "\ea44";
}
.icon-tennis-ball4:before {
content: "\ea45";
}
.icon-trophy22:before {
content: "\ea46";
}
.icon-trophy3:before {
content: "\ea47";
}
.icon-trophy-one:before {
content: "\ea48";
}
.icon-trophy-one2:before {
content: "\ea49";
}
.icon-trophy4:before {
content: "\ea4a";
}
.icon-trophy5:before {
content: "\ea4b";
}
.icon-medal:before {
content: "\ea4c";
}
.icon-medal2:before {
content: "\ea4d";
}
.icon-medal3:before {
content: "\ea4e";
}
.icon-medal4:before {
content: "\ea4f";
}
.icon-weights:before {
content: "\ea50";
}
.icon-weights2:before {
content: "\ea51";
}
.icon-tennis-racket:before {
content: "\ea52";
}
.icon-tennis-racket2:before {
content: "\ea53";
}
.icon-basketball-hoop:before {
content: "\ea54";
}
.icon-basketball-hoop2:before {
content: "\ea55";
}
.icon-table-tennis:before {
content: "\ea56";
}
.icon-table-tennis2:before {
content: "\ea57";
}
.icon-volleyball:before {
content: "\ea58";
}
.icon-volleyball2:before {
content: "\ea59";
}
.icon-stop-watch:before {
content: "\ea5a";
}
.icon-stop-watch2:before {
content: "\ea5b";
}
.icon-stop-watch3:before {
content: "\ea5c";
}
.icon-stop-watch4:before {
content: "\ea5d";
}
.icon-hockey-stick:before {
content: "\ea5e";
}
.icon-hockey-stick2:before {
content: "\ea5f";
}
.icon-hockey-sticks:before {
content: "\ea60";
}
.icon-hockey-sticks2:before {
content: "\ea61";
}
.icon-shuttlecock:before {
content: "\ea62";
}
.icon-shuttlecock2:before {
content: "\ea63";
}
.icon-golf:before {
content: "\ea64";
}
.icon-golf2:before {
content: "\ea65";
}
.icon-move:before {
content: "\ea66";
}
.icon-move2:before {
content: "\ea67";
}
.icon-clipboard-move:before {
content: "\ea68";
}
.icon-clipboard-move2:before {
content: "\ea69";
}
.icon-award:before {
content: "\ea6a";
}
.icon-award2:before {
content: "\ea6b";
}
.icon-award3:before {
content: "\ea6c";
}
.icon-award4:before {
content: "\ea6d";
}
.icon-award5:before {
content: "\ea6e";
}
.icon-award6:before {
content: "\ea6f";
}
.icon-award7:before {
content: "\ea70";
}
.icon-award8:before {
content: "\ea71";
}
.icon-medal5:before {
content: "\ea72";
}
.icon-medal6:before {
content: "\ea73";
}
.icon-medal7:before {
content: "\ea74";
}
.icon-medal8:before {
content: "\ea75";
}
.icon-boxing-glove:before {
content: "\ea76";
}
.icon-boxing-glove2:before {
content: "\ea77";
}
.icon-whistle:before {
content: "\ea78";
}
.icon-whistle2:before {
content: "\ea79";
}
.icon-volleyball-water:before {
content: "\ea7a";
}
.icon-volleyball-water2:before {
content: "\ea7b";
}
.icon-checkered-flag:before {
content: "\ea7c";
}
.icon-checkered-flag2:before {
content: "\ea7d";
}
.icon-target-arrow:before {
content: "\ea7e";
}
.icon-target-arrow2:before {
content: "\ea7f";
}
.icon-target22:before {
content: "\ea80";
}
.icon-target3:before {
content: "\ea81";
}
.icon-sailing-boat:before {
content: "\ea82";
}
.icon-sailing-boat2:before {
content: "\ea83";
}
.icon-sailing-boat-water:before {
content: "\ea84";
}
.icon-sailing-boat-water2:before {
content: "\ea85";
}
.icon-bowling-pins:before {
content: "\ea86";
}
.icon-bowling-pins2:before {
content: "\ea87";
}
.icon-bowling-pin-ball:before {
content: "\ea88";
}
.icon-bowling-pin-ball2:before {
content: "\ea89";
}
.icon-diving-goggles:before {
content: "\ea8a";
}
.icon-diving-goggles2:before {
content: "\ea8b";
}
.icon-sports-shoe:before {
content: "\ea8c";
}
.icon-sports-shoe2:before {
content: "\ea8d";
}
.icon-soccer-shoe:before {
content: "\ea8e";
}
.icon-soccer-shoe2:before {
content: "\ea8f";
}
.icon-ice-skate:before {
content: "\ea90";
}
.icon-ice-skate2:before {
content: "\ea91";
}
.icon-cloud4:before {
content: "\ea92";
}
.icon-cloud5:before {
content: "\ea93";
}
.icon-cloud-sun:before {
content: "\ea94";
}
.icon-cloud-sun2:before {
content: "\ea95";
}
.icon-cloud-moon:before {
content: "\ea96";
}
.icon-cloud-moon2:before {
content: "\ea97";
}
.icon-cloud-rain:before {
content: "\ea98";
}
.icon-cloud-rain2:before {
content: "\ea99";
}
.icon-cloud-sun-rain:before {
content: "\ea9a";
}
.icon-cloud-sun-rain2:before {
content: "\ea9b";
}
.icon-cloud-moon-rain:before {
content: "\ea9c";
}
.icon-cloud-moon-rain2:before {
content: "\ea9d";
}
.icon-cloud-snow:before {
content: "\ea9e";
}
.icon-cloud-snow2:before {
content: "\ea9f";
}
.icon-cloud-sun-snow:before {
content: "\eaa0";
}
.icon-cloud-sun-snow2:before {
content: "\eaa1";
}
.icon-cloud-moon-snow:before {
content: "\eaa2";
}
.icon-cloud-moon-snow2:before {
content: "\eaa3";
}
.icon-cloud-lightning:before {
content: "\eaa4";
}
.icon-cloud-lightning2:before {
content: "\eaa5";
}
.icon-cloud-sun-lightning:before {
content: "\eaa6";
}
.icon-cloud-sun-lightning2:before {
content: "\eaa7";
}
.icon-cloud-moon-lightning:before {
content: "\eaa8";
}
.icon-cloud-moon-lightning2:before {
content: "\eaa9";
}
.icon-cloud-wind:before {
content: "\eaaa";
}
.icon-cloud-wind2:before {
content: "\eaab";
}
.icon-cloud-raindrops:before {
content: "\eaac";
}
.icon-cloud-raindrops2:before {
content: "\eaad";
}
.icon-cloud-sun-raindrops:before {
content: "\eaae";
}
.icon-cloud-sun-raindrops2:before {
content: "\eaaf";
}
.icon-cloud-moon-raindrops:before {
content: "\eab0";
}
.icon-cloud-moon-raindrops2:before {
content: "\eab1";
}
.icon-cloud-snowflakes:before {
content: "\eab2";
}
.icon-cloud-snowflakes2:before {
content: "\eab3";
}
.icon-cloud-sun-snowflakes:before {
content: "\eab4";
}
.icon-cloud-sun-snowflakes2:before {
content: "\eab5";
}
.icon-cloud-moon-snowflakes:before {
content: "\eab6";
}
.icon-cloud-moon-snowflakes2:before {
content: "\eab7";
}
.icon-clouds:before {
content: "\eab8";
}
.icon-clouds2:before {
content: "\eab9";
}
.icon-cloud-add:before {
content: "\eaba";
}
.icon-cloud-add2:before {
content: "\eabb";
}
.icon-cloud-remove:before {
content: "\eabc";
}
.icon-cloud-remove2:before {
content: "\eabd";
}
.icon-cloud-error3:before {
content: "\eabe";
}
.icon-cloud-error4:before {
content: "\eabf";
}
.icon-cloud-fog:before {
content: "\eac0";
}
.icon-cloud-fog2:before {
content: "\eac1";
}
.icon--cloud-sun-fog:before {
content: "\eac2";
}
.icon--cloud-sun-fog2:before {
content: "\eac3";
}
.icon-cloud-moon-fog:before {
content: "\eac4";
}
.icon-cloud-moon-fog2:before {
content: "\eac5";
}
.icon-moon-stars:before {
content: "\eac6";
}
.icon-moon-stars2:before {
content: "\eac7";
}
.icon-moon:before {
content: "\eac8";
}
.icon-moon2:before {
content: "\eac9";
}
.icon-sun22:before {
content: "\eaca";
}
.icon-sun3:before {
content: "\eacb";
}
.icon-sunrise:before {
content: "\eacc";
}
.icon-sunrise2:before {
content: "\eacd";
}
.icon-sunset:before {
content: "\eace";
}
.icon-sunset2:before {
content: "\eacf";
}
.icon-sunset3:before {
content: "\ead0";
}
.icon-sunset4:before {
content: "\ead1";
}
.icon-sunset5:before {
content: "\ead2";
}
.icon-sunset6:before {
content: "\ead3";
}
.icon-rainbow:before {
content: "\ead4";
}
.icon-rainbow2:before {
content: "\ead5";
}
.icon-umbrella:before {
content: "\ead6";
}
.icon-umbrella2:before {
content: "\ead7";
}
.icon-raindrops:before {
content: "\ead8";
}
.icon-raindrops2:before {
content: "\ead9";
}
.icon-raindrop:before {
content: "\eada";
}
.icon-raindrop2:before {
content: "\eadb";
}
.icon-sunglasses:before {
content: "\eadc";
}
.icon-sunglasses2:before {
content: "\eadd";
}
.icon-stars:before {
content: "\eade";
}
.icon-stars2:before {
content: "\eadf";
}
.icon-clouds3:before {
content: "\eae0";
}
.icon-clouds4:before {
content: "\eae1";
}
.icon-moonrise:before {
content: "\eae2";
}
.icon-moonrise2:before {
content: "\eae3";
}
.icon-moonset:before {
content: "\eae4";
}
.icon-moonset2:before {
content: "\eae5";
}
.icon-wind:before {
content: "\eae6";
}
.icon-wind2:before {
content: "\eae7";
}
.icon-full-moon:before {
content: "\eae8";
}
.icon-full-moon2:before {
content: "\eae9";
}
.icon-crescent:before {
content: "\eaea";
}
.icon-crescent2:before {
content: "\eaeb";
}
.icon-half-moon:before {
content: "\eaec";
}
.icon-half-moon2:before {
content: "\eaed";
}
.icon-gibbous-moon:before {
content: "\eaee";
}
.icon-gibbous-moon2:before {
content: "\eaef";
}
.icon-moon3:before {
content: "\eaf0";
}
.icon-moon4:before {
content: "\eaf1";
}
.icon-gibbous-moon3:before {
content: "\eaf2";
}
.icon-gibbous-moon4:before {
content: "\eaf3";
}
.icon-half-moon3:before {
content: "\eaf4";
}
.icon-half-moon4:before {
content: "\eaf5";
}
.icon-crescent3:before {
content: "\eaf6";
}
.icon-crescent4:before {
content: "\eaf7";
}
.icon-barometer:before {
content: "\eaf8";
}
.icon-barometer2:before {
content: "\eaf9";
}
.icon-compass-north:before {
content: "\eafa";
}
.icon-compass-north2:before {
content: "\eafb";
}
.icon-compass-west:before {
content: "\eafc";
}
.icon-compass-west2:before {
content: "\eafd";
}
.icon-compass-east:before {
content: "\eafe";
}
.icon-compass-east2:before {
content: "\eaff";
}
.icon-compass-south:before {
content: "\eb00";
}
.icon-compass-south2:before {
content: "\eb01";
}
.icon-air-sock:before {
content: "\eb02";
}
.icon-air-sock2:before {
content: "\eb03";
}
.icon-tornado:before {
content: "\eb04";
}
.icon-tornado2:before {
content: "\eb05";
}
.icon-degree-fahrenheit:before {
content: "\eb06";
}
.icon-degree-fahrenheit2:before {
content: "\eb07";
}
.icon-degree-celsius:before {
content: "\eb08";
}
.icon-degree-celsius2:before {
content: "\eb09";
}
.icon-warning22:before {
content: "\eb0a";
}
.icon-warning3:before {
content: "\eb0b";
}
.icon-compass32:before {
content: "\eb0c";
}
.icon-compass4:before {
content: "\eb0d";
}
.icon-compass5:before {
content: "\eb0e";
}
.icon-compass6:before {
content: "\eb0f";
}
.icon-compass7:before {
content: "\eb10";
}
.icon-compass8:before {
content: "\eb11";
}
.icon-compass9:before {
content: "\eb12";
}
.icon-compass10:before {
content: "\eb13";
}
.icon-thermometer:before {
content: "\eb14";
}
.icon-thermometer2:before {
content: "\eb15";
}
.icon-thermometer-low:before {
content: "\eb16";
}
.icon-thermometer-low2:before {
content: "\eb17";
}
.icon-thermometer-quarter:before {
content: "\eb18";
}
.icon-thermometer-quarter2:before {
content: "\eb19";
}
.icon-thermometer-half:before {
content: "\eb1a";
}
.icon-thermometer-half2:before {
content: "\eb1b";
}
.icon-thermometer-three-quarters:before {
content: "\eb1c";
}
.icon-thermometer-three-quarters2:before {
content: "\eb1d";
}
.icon-thermometer-full:before {
content: "\eb1e";
}
.icon-thermometer-full2:before {
content: "\eb1f";
}
.icon-lightning:before {
content: "\eb20";
}
.icon-lightning2:before {
content: "\eb21";
}
.icon-wind-turbine:before {
content: "\eb22";
}
.icon-wind-turbine2:before {
content: "\eb23";
}
.icon-snowflake:before {
content: "\eb24";
}
.icon-snowflake2:before {
content: "\eb25";
}
.icon-flashed-face:before {
content: "\eb26";
}
.icon-flashed-face2:before {
content: "\eb27";
}
.icon-flashed-face3:before {
content: "\eb28";
}
.icon-flashed-face4:before {
content: "\eb29";
}
.icon-flashed-face-glasses:before {
content: "\eb2a";
}
.icon-flashed-face-glasses2:before {
content: "\eb2b";
}
.icon-face-missing-moth:before {
content: "\eb2c";
}
.icon-face-missing-moth2:before {
content: "\eb2d";
}
.icon-neutral-face:before {
content: "\eb2e";
}
.icon-neutral-face2:before {
content: "\eb2f";
}
.icon-smiling-face:before {
content: "\eb30";
}
.icon-smiling-face2:before {
content: "\eb31";
}
.icon-sad-face:before {
content: "\eb32";
}
.icon-sad-face2:before {
content: "\eb33";
}
.icon-face-open-mouth:before {
content: "\eb34";
}
.icon-face-open-mouth2:before {
content: "\eb35";
}
.icon-face-open-mouth3:before {
content: "\eb36";
}
.icon-face-open-mouth4:before {
content: "\eb37";
}
.icon-winking-face:before {
content: "\eb38";
}
.icon-winking-face2:before {
content: "\eb39";
}
.icon-laughing-face:before {
content: "\eb3a";
}
.icon-laughing-face2:before {
content: "\eb3b";
}
.icon-laughing-face3:before {
content: "\eb3c";
}
.icon-laughing-face4:before {
content: "\eb3d";
}
.icon-smirking-face:before {
content: "\eb3e";
}
.icon-smirking-face2:before {
content: "\eb3f";
}
.icon-stubborn-face:before {
content: "\eb40";
}
.icon-stubborn-face2:before {
content: "\eb41";
}
.icon-neutral-face3:before {
content: "\eb42";
}
.icon-neutral-face4:before {
content: "\eb43";
}
.icon-sad-face3:before {
content: "\eb44";
}
.icon-sad-face4:before {
content: "\eb45";
}
.icon-smiling-face3:before {
content: "\eb46";
}
.icon-smiling-face4:before {
content: "\eb47";
}
.icon-smiling-face-eyebrows:before {
content: "\eb48";
}
.icon-smiling-face-eyebrows2:before {
content: "\eb49";
}
.icon-grinning-face-eyebrows:before {
content: "\eb4a";
}
.icon-grinning-face-eyebrows2:before {
content: "\eb4b";
}
.icon-sad-face-eyebrows:before {
content: "\eb4c";
}
.icon-sad-face-eyebrows2:before {
content: "\eb4d";
}
.icon-neutral-face-eyebrows:before {
content: "\eb4e";
}
.icon-neutral-face-eyebrows2:before {
content: "\eb4f";
}
.icon-angry-face:before {
content: "\eb50";
}
.icon-angry-face2:before {
content: "\eb51";
}
.icon-worried-face:before {
content: "\eb52";
}
.icon-worried-face2:before {
content: "\eb53";
}
.icon-winking-face3:before {
content: "\eb54";
}
.icon-winking-face4:before {
content: "\eb55";
}
.icon-angry-face-eyebrows:before {
content: "\eb56";
}
.icon-angry-face-eyebrows2:before {
content: "\eb57";
}
.icon-grinning-face:before {
content: "\eb58";
}
.icon-grinning-face2:before {
content: "\eb59";
}
.icon-sad-face5:before {
content: "\eb5a";
}
.icon-sad-face6:before {
content: "\eb5b";
}
.icon-grinning-face-eyebrows3:before {
content: "\eb5c";
}
.icon-grinning-face-eyebrows4:before {
content: "\eb5d";
}
.icon-fake-grinning-face-eyebrows:before {
content: "\eb5e";
}
.icon-fake-grinning-face-eyebrows2:before {
content: "\eb5f";
}
.icon-worried-face-eyebrows:before {
content: "\eb60";
}
.icon-worried-face-eyebrows2:before {
content: "\eb61";
}
.icon-face-stuck-out-tongue:before {
content: "\eb62";
}
.icon-face-stuck-out-tongue2:before {
content: "\eb63";
}
.icon-face-stuck-out-tongue3:before {
content: "\eb64";
}
.icon-face-stuck-out-tongue4:before {
content: "\eb65";
}
.icon-kissing-face:before {
content: "\eb66";
}
.icon-kissing-face2:before {
content: "\eb67";
}
.icon-grinning-face-teeth:before {
content: "\eb68";
}
.icon-grinning-face-teeth2:before {
content: "\eb69";
}
.icon-angry-face-teeth:before {
content: "\eb6a";
}
.icon-angry-face-teeth2:before {
content: "\eb6b";
}
.icon-worried-face-teeth:before {
content: "\eb6c";
}
.icon-worried-face-teeth2:before {
content: "\eb6d";
}
.icon-grinning-face-teeth3:before {
content: "\eb6e";
}
.icon-grinning-face-teeth4:before {
content: "\eb6f";
}
.icon-face-open-mouth-eyebrows:before {
content: "\eb70";
}
.icon-face-open-mouth-eyebrows2:before {
content: "\eb71";
}
.icon-face-open-mouth-eyebrows3:before {
content: "\eb72";
}
.icon-face-open-mouth-eyebrows4:before {
content: "\eb73";
}
.icon-angry-face-open-mouth-eyebrows:before {
content: "\eb74";
}
.icon-angry-face-open-mouth-eyebrows2:before {
content: "\eb75";
}
.icon-unamused-face-tightly-closed-eyes:before {
content: "\eb76";
}
.icon-unamused-face-tightly-closed-eyes2:before {
content: "\eb77";
}
.icon-sad-face--tightly-closed-eyes:before {
content: "\eb78";
}
.icon-sad-face--tightly-closed-eyes2:before {
content: "\eb79";
}
.icon-kissing-face3:before {
content: "\eb7a";
}
.icon-kissing-face4:before {
content: "\eb7b";
}
.icon-face-closed-meyes:before {
content: "\eb7c";
}
.icon-face-closed-meyes2:before {
content: "\eb7d";
}
.icon-amused-face:before {
content: "\eb7e";
}
.icon-amused-face2:before {
content: "\eb7f";
}
.icon-amused-face-closed-eyes:before {
content: "\eb80";
}
.icon-amused-face-closed-eyes2:before {
content: "\eb81";
}
.icon-amused-face-closed-eyes3:before {
content: "\eb82";
}
.icon-amused-face-closed-eyes4:before {
content: "\eb83";
}
.icon-face-closed-eyes-open-mouth:before {
content: "\eb84";
}
.icon-face-closed-eyes-open-mouth2:before {
content: "\eb85";
}
.icon-face-closed-eyes-open-mouth3:before {
content: "\eb86";
}
.icon-face-closed-eyes-open-mouth4:before {
content: "\eb87";
}
.icon-face-closed-eyes-open-mouth5:before {
content: "\eb88";
}
.icon-face-closed-eyes-open-mouth6:before {
content: "\eb89";
}
.icon-laughing-face5:before {
content: "\eb8a";
}
.icon-laughing-face6:before {
content: "\eb8b";
}
.icon-smiling-face5:before {
content: "\eb8c";
}
.icon-smiling-face6:before {
content: "\eb8d";
}
.icon-grinning-face3:before {
content: "\eb8e";
}
.icon-grinning-face4:before {
content: "\eb8f";
}
.icon-sad-face7:before {
content: "\eb90";
}
.icon-sad-face8:before {
content: "\eb91";
}
.icon-sad-face9:before {
content: "\eb92";
}
.icon-sad-face10:before {
content: "\eb93";
}
.icon-sad-face-closed-eyes:before {
content: "\eb94";
}
.icon-sad-face-closed-eyes2:before {
content: "\eb95";
}
.icon-sad-face11:before {
content: "\eb96";
}
.icon-sad-face12:before {
content: "\eb97";
}
.icon-smiling-face7:before {
content: "\eb98";
}
.icon-smiling-face8:before {
content: "\eb99";
}
.icon-astonished-face:before {
content: "\eb9a";
}
.icon-astonished-face2:before {
content: "\eb9b";
}
.icon-astonished-face3:before {
content: "\eb9c";
}
.icon-astonished-face4:before {
content: "\eb9d";
}
.icon-face-moustache:before {
content: "\eb9e";
}
.icon-face-moustache2:before {
content: "\eb9f";
}
.icon-face-moustache3:before {
content: "\eba0";
}
.icon-face-moustache4:before {
content: "\eba1";
}
.icon-face-glasses:before {
content: "\eba2";
}
.icon-face-glasses2:before {
content: "\eba3";
}
.icon-face-sunglasses:before {
content: "\eba4";
}
.icon-face-sunglasses2:before {
content: "\eba5";
}
.icon-smirking-face-sunglasses:before {
content: "\eba6";
}
.icon-smirking-face-sunglasses2:before {
content: "\eba7";
}
.icon-middle-finger:before {
content: "\eba8";
}
.icon-middle-finger2:before {
content: "\eba9";
}
.icon-rock-n-roll:before {
content: "\ebaa";
}
.icon-rock-n-roll2:before {
content: "\ebab";
}
.icon-high-five:before {
content: "\ebac";
}
.icon-high-five2:before {
content: "\ebad";
}
.icon-thumb-up:before {
content: "\ebae";
}
.icon-thumb-up2:before {
content: "\ebaf";
}
.icon-thumb-down:before {
content: "\ebb0";
}
.icon-thumb-down2:before {
content: "\ebb1";
}
.icon-thumb-up3:before {
content: "\ebb2";
}
.icon-thumb-up4:before {
content: "\ebb3";
}
.icon-thumb-down3:before {
content: "\ebb4";
}
.icon-thumb-down4:before {
content: "\ebb5";
}
.icon-two-fingers-swipe-left:before {
content: "\ebb6";
}
.icon-two-fingers-swipe-left2:before {
content: "\ebb7";
}
.icon-two-fingers-swipe-right:before {
content: "\ebb8";
}
.icon-two-fingers-swipe-right2:before {
content: "\ebb9";
}
.icon-two-fingers-swipe-up:before {
content: "\ebba";
}
.icon-two-fingers-swipe-up2:before {
content: "\ebbb";
}
.icon-two-fingers-swipe-down:before {
content: "\ebbc";
}
.icon-two-fingers-swipe-down2:before {
content: "\ebbd";
}
.icon-two-fingers:before {
content: "\ebbe";
}
.icon-two-fingers2:before {
content: "\ebbf";
}
.icon-three-fingers-double-tap:before {
content: "\ebc0";
}
.icon-three-fingers-double-tap2:before {
content: "\ebc1";
}
.icon-two-fingers-resize-out:before {
content: "\ebc2";
}
.icon-two-fingers-resize-out2:before {
content: "\ebc3";
}
.icon-two-fingers-resize-in:before {
content: "\ebc4";
}
.icon-two-fingers-resize-in2:before {
content: "\ebc5";
}
.icon-two-fingers-rotate:before {
content: "\ebc6";
}
.icon-two-fingers-rotate2:before {
content: "\ebc7";
}
.icon-one-finger-swipe-left:before {
content: "\ebc8";
}
.icon-one-finger-swipe-left2:before {
content: "\ebc9";
}
.icon-one-finger-swipe-right:before {
content: "\ebca";
}
.icon-one-finger-swipe-right2:before {
content: "\ebcb";
}
.icon-one-finger-swipe-up:before {
content: "\ebcc";
}
.icon-one-finger-swipe-up2:before {
content: "\ebcd";
}
.icon-one-finger-swipe-down:before {
content: "\ebce";
}
.icon-one-finger-swipe-down2:before {
content: "\ebcf";
}
.icon-one-finger:before {
content: "\ebd0";
}
.icon-one-finger2:before {
content: "\ebd1";
}
.icon-one-finger-double-tap:before {
content: "\ebd2";
}
.icon-one-finger-double-tap2:before {
content: "\ebd3";
}
.icon-one-finger-tap:before {
content: "\ebd4";
}
.icon-one-finger-tap2:before {
content: "\ebd5";
}
.icon-one-finger-tap-hold:before {
content: "\ebd6";
}
.icon-one-finger-tap-hold2:before {
content: "\ebd7";
}
.icon-thumb-finger-tap:before {
content: "\ebd8";
}
.icon-thumb-finger-tap2:before {
content: "\ebd9";
}
.icon-one-finger-click:before {
content: "\ebda";
}
.icon-one-finger-click2:before {
content: "\ebdb";
}
.icon-three-fingers-swipe-left:before {
content: "\ebdc";
}
.icon-three-fingers-swipe-left2:before {
content: "\ebdd";
}
.icon-three-fingers-swipe-right:before {
content: "\ebde";
}
.icon-three-fingers-swipe-right2:before {
content: "\ebdf";
}
.icon-three-fingers-swipe-up:before {
content: "\ebe0";
}
.icon-three-fingers-swipe-up2:before {
content: "\ebe1";
}
.icon-three-fingers-swipe-down:before {
content: "\ebe2";
}
.icon-three-fingers-swipe-down2:before {
content: "\ebe3";
}
.icon-three-fingers:before {
content: "\ebe4";
}
.icon-three-fingers2:before {
content: "\ebe5";
}
.icon-three-fingers-double-tap3:before {
content: "\ebe6";
}
.icon-three-fingers-double-tap4:before {
content: "\ebe7";
}
.icon-two-fingers-swipe-up3:before {
content: "\ebe8";
}
.icon-two-fingers-swipe-up4:before {
content: "\ebe9";
}
.icon-one-finger-double-tap3:before {
content: "\ebea";
}
.icon-one-finger-double-tap4:before {
content: "\ebeb";
}
.icon-two-fingers-swipe-down3:before {
content: "\ebec";
}
.icon-two-fingers-swipe-down4:before {
content: "\ebed";
}
.icon-two-fingers-swipe-right3:before {
content: "\ebee";
}
.icon-two-fingers-swipe-right4:before {
content: "\ebef";
}
.icon-two-fingers-swipe-left3:before {
content: "\ebf0";
}
.icon-two-fingers-swipe-left4:before {
content: "\ebf1";
}
.icon-one-finger-tap3:before {
content: "\ebf2";
}
.icon-one-finger-tap4:before {
content: "\ebf3";
}
.icon-one-finger-tap-hold3:before {
content: "\ebf4";
}
.icon-one-finger-tap-hold4:before {
content: "\ebf5";
}
.icon-one-finger-click3:before {
content: "\ebf6";
}
.icon-one-finger-click4:before {
content: "\ebf7";
}
.icon-one-finger-swipe-horizontally:before {
content: "\ebf8";
}
.icon-one-finger-swipe-horizontally2:before {
content: "\ebf9";
}
.icon-one-finger-swipe:before {
content: "\ebfa";
}
.icon-one-finger-swipe2:before {
content: "\ebfb";
}
.icon-two-fingers-double-tap:before {
content: "\ebfc";
}
.icon-two-fingers-double-tap2:before {
content: "\ebfd";
}
.icon-two-fingers-tap:before {
content: "\ebfe";
}
.icon-two-fingers-tap2:before {
content: "\ebff";
}
.icon-one-finger-swipe-left3:before {
content: "\ec00";
}
.icon-one-finger-swipe-left4:before {
content: "\ec01";
}
.icon-one-finger-swipe-right3:before {
content: "\ec02";
}
.icon-one-finger-swipe-right4:before {
content: "\ec03";
}
.icon-one-finger-swipe-up3:before {
content: "\ec04";
}
.icon-one-finger-swipe-up4:before {
content: "\ec05";
}
.icon-one-finger-swipe-down3:before {
content: "\ec06";
}
.icon-one-finger-swipe-down4:before {
content: "\ec07";
}
.icon-file-numbers:before {
content: "\ec08";
}
.icon-file-numbers2:before {
content: "\ec09";
}
.icon-file-pages:before {
content: "\ec0a";
}
.icon-file-pages2:before {
content: "\ec0b";
}
.icon-file-app:before {
content: "\ec0c";
}
.icon-file-app2:before {
content: "\ec0d";
}
.icon-file-png:before {
content: "\ec0e";
}
.icon-file-png2:before {
content: "\ec0f";
}
.icon-file-pdf22:before {
content: "\ec10";
}
.icon-file-pdf3:before {
content: "\ec11";
}
.icon-file-mp3:before {
content: "\ec12";
}
.icon-file-mp32:before {
content: "\ec13";
}
.icon-file-mp4:before {
content: "\ec14";
}
.icon-file-mp42:before {
content: "\ec15";
}
.icon-file-mov:before {
content: "\ec16";
}
.icon-file-mov2:before {
content: "\ec17";
}
.icon-file-jpg:before {
content: "\ec18";
}
.icon-file-jpg2:before {
content: "\ec19";
}
.icon-file-key:before {
content: "\ec1a";
}
.icon-file-key2:before {
content: "\ec1b";
}
.icon-file-html:before {
content: "\ec1c";
}
.icon-file-html2:before {
content: "\ec1d";
}
.icon-file-css:before {
content: "\ec1e";
}
.icon-file-css2:before {
content: "\ec1f";
}
.icon-file-java:before {
content: "\ec20";
}
.icon-file-java2:before {
content: "\ec21";
}
.icon-file-psd:before {
content: "\ec22";
}
.icon-file-psd2:before {
content: "\ec23";
}
.icon-file-ai:before {
content: "\ec24";
}
.icon-file-ai2:before {
content: "\ec25";
}
.icon-file-bmp:before {
content: "\ec26";
}
.icon-file-bmp2:before {
content: "\ec27";
}
.icon-file-dwg:before {
content: "\ec28";
}
.icon-file-dwg2:before {
content: "\ec29";
}
.icon-file-eps:before {
content: "\ec2a";
}
.icon-file-eps2:before {
content: "\ec2b";
}
.icon-file-tiff:before {
content: "\ec2c";
}
.icon-file-tiff2:before {
content: "\ec2d";
}
.icon-file-ots:before {
content: "\ec2e";
}
.icon-file-ots2:before {
content: "\ec2f";
}
.icon-file-php:before {
content: "\ec30";
}
.icon-file-php2:before {
content: "\ec31";
}
.icon-file-py:before {
content: "\ec32";
}
.icon-file-py2:before {
content: "\ec33";
}
.icon-file-c:before {
content: "\ec34";
}
.icon-file-c2:before {
content: "\ec35";
}
.icon-file-sql:before {
content: "\ec36";
}
.icon-file-sql2:before {
content: "\ec37";
}
.icon-file-rb:before {
content: "\ec38";
}
.icon-file-rb2:before {
content: "\ec39";
}
.icon-file-cpp:before {
content: "\ec3a";
}
.icon-file-cpp2:before {
content: "\ec3b";
}
.icon-file-tga:before {
content: "\ec3c";
}
.icon-file-tga2:before {
content: "\ec3d";
}
.icon-file-dxf:before {
content: "\ec3e";
}
.icon-file-dxf2:before {
content: "\ec3f";
}
.icon-file-doc:before {
content: "\ec40";
}
.icon-file-doc2:before {
content: "\ec41";
}
.icon-file-odt:before {
content: "\ec42";
}
.icon-file-odt2:before {
content: "\ec43";
}
.icon-file-xls:before {
content: "\ec44";
}
.icon-file-xls2:before {
content: "\ec45";
}
.icon-file-docx:before {
content: "\ec46";
}
.icon-file-docx2:before {
content: "\ec47";
}
.icon-file-ppt:before {
content: "\ec48";
}
.icon-file-ppt2:before {
content: "\ec49";
}
.icon-file-asp:before {
content: "\ec4a";
}
.icon-file-asp2:before {
content: "\ec4b";
}
.icon-file-ics:before {
content: "\ec4c";
}
.icon-file-ics2:before {
content: "\ec4d";
}
.icon-file-dat:before {
content: "\ec4e";
}
.icon-file-dat2:before {
content: "\ec4f";
}
.icon-file-xml:before {
content: "\ec50";
}
.icon-file-xml2:before {
content: "\ec51";
}
.icon-file-yml:before {
content: "\ec52";
}
.icon-file-yml2:before {
content: "\ec53";
}
.icon-file-h:before {
content: "\ec54";
}
.icon-file-h2:before {
content: "\ec55";
}
.icon-file-exe:before {
content: "\ec56";
}
.icon-file-exe2:before {
content: "\ec57";
}
.icon-file-avi:before {
content: "\ec58";
}
.icon-file-avi2:before {
content: "\ec59";
}
.icon-file-odp:before {
content: "\ec5a";
}
.icon-file-odp2:before {
content: "\ec5b";
}
.icon-file-dotx:before {
content: "\ec5c";
}
.icon-file-dotx2:before {
content: "\ec5d";
}
.icon-file-xlsx:before {
content: "\ec5e";
}
.icon-file-xlsx2:before {
content: "\ec5f";
}
.icon-file-ods:before {
content: "\ec60";
}
.icon-file-ods2:before {
content: "\ec61";
}
.icon-file-pps:before {
content: "\ec62";
}
.icon-file-pps2:before {
content: "\ec63";
}
.icon-file-dot:before {
content: "\ec64";
}
.icon-file-dot2:before {
content: "\ec65";
}
.icon-file-txt:before {
content: "\ec66";
}
.icon-file-txt2:before {
content: "\ec67";
}
.icon-file-rtf:before {
content: "\ec68";
}
.icon-file-rtf2:before {
content: "\ec69";
}
.icon-file-m4v:before {
content: "\ec6a";
}
.icon-file-m4v2:before {
content: "\ec6b";
}
.icon-file-flv:before {
content: "\ec6c";
}
.icon-file-flv2:before {
content: "\ec6d";
}
.icon-file-mpg:before {
content: "\ec6e";
}
.icon-file-mpg2:before {
content: "\ec6f";
}
.icon-file-quicktime:before {
content: "\ec70";
}
.icon-file-quicktime2:before {
content: "\ec71";
}
.icon-file-mid:before {
content: "\ec72";
}
.icon-file-mid2:before {
content: "\ec73";
}
.icon-file-3gp:before {
content: "\ec74";
}
.icon-file-3gp2:before {
content: "\ec75";
}
.icon-file-aiff:before {
content: "\ec76";
}
.icon-file-aiff2:before {
content: "\ec77";
}
.icon-file-aac:before {
content: "\ec78";
}
.icon-file-aac2:before {
content: "\ec79";
}
.icon-file-wav:before {
content: "\ec7a";
}
.icon-file-wav2:before {
content: "\ec7b";
}
.icon-file-zip22:before {
content: "\ec7c";
}
.icon-file-zip3:before {
content: "\ec7d";
}
.icon-file-ott:before {
content: "\ec7e";
}
.icon-file-ott2:before {
content: "\ec7f";
}
.icon-file-tgz:before {
content: "\ec80";
}
.icon-file-tgz2:before {
content: "\ec81";
}
.icon-file-dmg:before {
content: "\ec82";
}
.icon-file-dmg2:before {
content: "\ec83";
}
.icon-file-iso:before {
content: "\ec84";
}
.icon-file-iso2:before {
content: "\ec85";
}
.icon-file-rar:before {
content: "\ec86";
}
.icon-file-rar2:before {
content: "\ec87";
}
.icon-file-gif:before {
content: "\ec88";
}
.icon-file-gif2:before {
content: "\ec89";
}
.icon-document-file-numbers:before {
content: "\ec8a";
}
.icon-document-file-numbers2:before {
content: "\ec8b";
}
.icon-document-file-pages:before {
content: "\ec8c";
}
.icon-document-file-pages2:before {
content: "\ec8d";
}
.icon-document-file-app:before {
content: "\ec8e";
}
.icon-document-file-app2:before {
content: "\ec8f";
}
.icon-document-file-png:before {
content: "\ec90";
}
.icon-document-file-png2:before {
content: "\ec91";
}
.icon-document-file-pdf:before {
content: "\ec92";
}
.icon-document-file-pdf2:before {
content: "\ec93";
}
.icon-document-file-mp3:before {
content: "\ec94";
}
.icon-document-file-mp32:before {
content: "\ec95";
}
.icon-document-file-mp4:before {
content: "\ec96";
}
.icon-document-file-mp42:before {
content: "\ec97";
}
.icon-document-file-mov:before {
content: "\ec98";
}
.icon-document-file-mov2:before {
content: "\ec99";
}
.icon-document-file-jpg:before {
content: "\ec9a";
}
.icon-document-file-jpg2:before {
content: "\ec9b";
}
.icon-document-file-key:before {
content: "\ec9c";
}
.icon-document-file-key2:before {
content: "\ec9d";
}
.icon-document-file-html:before {
content: "\ec9e";
}
.icon-document-file-html2:before {
content: "\ec9f";
}
.icon-document-file-css:before {
content: "\eca0";
}
.icon-document-file-css2:before {
content: "\eca1";
}
.icon-document-file-java:before {
content: "\eca2";
}
.icon-document-file-java2:before {
content: "\eca3";
}
.icon-document-file-psd:before {
content: "\eca4";
}
.icon-document-file-psd2:before {
content: "\eca5";
}
.icon-document-file-ai:before {
content: "\eca6";
}
.icon-document-file-ai2:before {
content: "\eca7";
}
.icon-document-file-bmp:before {
content: "\eca8";
}
.icon-document-file-bmp2:before {
content: "\eca9";
}
.icon-document-file-dwg:before {
content: "\ecaa";
}
.icon-document-file-dwg2:before {
content: "\ecab";
}
.icon-document-file-eps:before {
content: "\ecac";
}
.icon-document-file-eps2:before {
content: "\ecad";
}
.icon-document-file-tiff:before {
content: "\ecae";
}
.icon-document-file-tiff2:before {
content: "\ecaf";
}
.icon-document-file-ots:before {
content: "\ecb0";
}
.icon-document-file-ots2:before {
content: "\ecb1";
}
.icon-document-file-php:before {
content: "\ecb2";
}
.icon-document-file-php2:before {
content: "\ecb3";
}
.icon-document-file-py:before {
content: "\ecb4";
}
.icon-document-file-py2:before {
content: "\ecb5";
}
.icon-document-file-c:before {
content: "\ecb6";
}
.icon-document-file-c2:before {
content: "\ecb7";
}
.icon-document-file-sql:before {
content: "\ecb8";
}
.icon-document-file-sql2:before {
content: "\ecb9";
}
.icon-document-file-rb:before {
content: "\ecba";
}
.icon-document-file-rb2:before {
content: "\ecbb";
}
.icon-document-file-cpp:before {
content: "\ecbc";
}
.icon-document-file-cpp2:before {
content: "\ecbd";
}
.icon-document-file-tga:before {
content: "\ecbe";
}
.icon-document-file-tga2:before {
content: "\ecbf";
}
.icon-document-file-dxf:before {
content: "\ecc0";
}
.icon-document-file-dxf2:before {
content: "\ecc1";
}
.icon-document-file-doc:before {
content: "\ecc2";
}
.icon-document-file-doc2:before {
content: "\ecc3";
}
.icon-document-file-odt:before {
content: "\ecc4";
}
.icon-document-file-odt2:before {
content: "\ecc5";
}
.icon-document-file-xls:before {
content: "\ecc6";
}
.icon-document-file-xls2:before {
content: "\ecc7";
}
.icon-document-file-docx:before {
content: "\ecc8";
}
.icon-document-file-docx2:before {
content: "\ecc9";
}
.icon-document-file-ppt:before {
content: "\ecca";
}
.icon-document-file-ppt2:before {
content: "\eccb";
}
.icon-document-file-asp:before {
content: "\eccc";
}
.icon-document-file-asp2:before {
content: "\eccd";
}
.icon-document-file-ics:before {
content: "\ecce";
}
.icon-document-file-ics2:before {
content: "\eccf";
}
.icon-document-file-dat:before {
content: "\ecd0";
}
.icon-document-file-dat2:before {
content: "\ecd1";
}
.icon-document-file-xml:before {
content: "\ecd2";
}
.icon-document-file-xml2:before {
content: "\ecd3";
}
.icon-document-file-yml:before {
content: "\ecd4";
}
.icon-document-file-yml2:before {
content: "\ecd5";
}
.icon-document-file-h:before {
content: "\ecd6";
}
.icon-document-file-h2:before {
content: "\ecd7";
}
.icon-document-file-exe:before {
content: "\ecd8";
}
.icon-document-file-exe2:before {
content: "\ecd9";
}
.icon-document-file-avi:before {
content: "\ecda";
}
.icon-document-file-avi2:before {
content: "\ecdb";
}
.icon-document-file-odp:before {
content: "\ecdc";
}
.icon-document-file-odp2:before {
content: "\ecdd";
}
.icon-document-file-dotx:before {
content: "\ecde";
}
.icon-document-file-dotx2:before {
content: "\ecdf";
}
.icon-document-file-xlsx:before {
content: "\ece0";
}
.icon-document-file-xlsx2:before {
content: "\ece1";
}
.icon-document-file-ods:before {
content: "\ece2";
}
.icon-document-file-ods2:before {
content: "\ece3";
}
.icon-document-file-pps:before {
content: "\ece4";
}
.icon-document-file-pps2:before {
content: "\ece5";
}
.icon-document-file-dot:before {
content: "\ece6";
}
.icon-document-file-dot2:before {
content: "\ece7";
}
.icon-document-file-txt:before {
content: "\ece8";
}
.icon-document-file-txt2:before {
content: "\ece9";
}
.icon-document-file-rtf:before {
content: "\ecea";
}
.icon-document-file-rtf2:before {
content: "\eceb";
}
.icon-document-file-m4v:before {
content: "\ecec";
}
.icon-document-file-m4v2:before {
content: "\eced";
}
.icon-document-file-flv:before {
content: "\ecee";
}
.icon-document-file-flv2:before {
content: "\ecef";
}
.icon-document-file-mpg:before {
content: "\ecf0";
}
.icon-document-file-mpg2:before {
content: "\ecf1";
}
.icon-document-file-qt:before {
content: "\ecf2";
}
.icon-document-file-qt2:before {
content: "\ecf3";
}
.icon-document-file-mid:before {
content: "\ecf4";
}
.icon-document-file-mid2:before {
content: "\ecf5";
}
.icon-document-file-3gp:before {
content: "\ecf6";
}
.icon-document-file-3gp2:before {
content: "\ecf7";
}
.icon-document-file-aiff:before {
content: "\ecf8";
}
.icon-document-file-aiff2:before {
content: "\ecf9";
}
.icon-document-file-aac:before {
content: "\ecfa";
}
.icon-document-file-aac2:before {
content: "\ecfb";
}
.icon-document-file-wav:before {
content: "\ecfc";
}
.icon-document-file-wav2:before {
content: "\ecfd";
}
.icon-document-file-zip:before {
content: "\ecfe";
}
.icon-document-file-zip2:before {
content: "\ecff";
}
.icon-document-file-ott:before {
content: "\ed00";
}
.icon-document-file-ott2:before {
content: "\ed01";
}
.icon-document-file-tgz:before {
content: "\ed02";
}
.icon-document-file-tgz2:before {
content: "\ed03";
}
.icon-document-file-dmg:before {
content: "\ed04";
}
.icon-document-file-dmg2:before {
content: "\ed05";
}
.icon-document-file-iso:before {
content: "\ed06";
}
.icon-document-file-iso2:before {
content: "\ed07";
}
.icon-document-file-rar:before {
content: "\ed08";
}
.icon-document-file-rar2:before {
content: "\ed09";
}
.icon-document-file-gif:before {
content: "\ed0a";
}
.icon-document-file-gif2:before {
content: "\ed0b";
}
.icon-home4:before {
content: "\ed21";
}
.icon-home22:before {
content: "\ed22";
}
.icon-home32:before {
content: "\ed23";
}
.icon-office2:before {
content: "\ed24";
}
.icon-newspaper2:before {
content: "\ed25";
}
.icon-pencil3:before {
content: "\ed26";
}
.icon-pencil22:before {
content: "\ed27";
}
.icon-quill2:before {
content: "\ed28";
}
.icon-pen2:before {
content: "\ed29";
}
.icon-blog2:before {
content: "\ed2a";
}
.icon-eyedropper2:before {
content: "\ed2b";
}
.icon-droplet2:before {
content: "\ed2c";
}
.icon-paint-format2:before {
content: "\ed2d";
}
.icon-image2:before {
content: "\ed2e";
}
.icon-images2:before {
content: "\ed2f";
}
.icon-camera2:before {
content: "\ed30";
}
.icon-headphones2:before {
content: "\ed31";
}
.icon-music2:before {
content: "\ed32";
}
.icon-play4:before {
content: "\ed33";
}
.icon-film2:before {
content: "\ed34";
}
.icon-video-camera2:before {
content: "\ed35";
}
.icon-dice2:before {
content: "\ed36";
}
.icon-pacman2:before {
content: "\ed37";
}
.icon-spades2:before {
content: "\ed38";
}
.icon-clubs2:before {
content: "\ed39";
}
.icon-diamonds2:before {
content: "\ed3a";
}
.icon-bullhorn2:before {
content: "\ed3b";
}
.icon-connection2:before {
content: "\ed3c";
}
.icon-podcast2:before {
content: "\ed3d";
}
.icon-feed2:before {
content: "\ed3e";
}
.icon-mic2:before {
content: "\ed3f";
}
.icon-book2:before {
content: "\ed40";
}
.icon-books2:before {
content: "\ed41";
}
.icon-library2:before {
content: "\ed42";
}
.icon-file-text3:before {
content: "\ed43";
}
.icon-profile2:before {
content: "\ed44";
}
.icon-file-empty2:before {
content: "\ed45";
}
.icon-files-empty2:before {
content: "\ed46";
}
.icon-file-text22:before {
content: "\ed47";
}
.icon-file-picture2:before {
content: "\ed48";
}
.icon-file-music2:before {
content: "\ed49";
}
.icon-file-play2:before {
content: "\ed4a";
}
.icon-file-video2:before {
content: "\ed4b";
}
.icon-file-zip2:before {
content: "\ed4c";
}
.icon-copy2:before {
content: "\ed4d";
}
.icon-paste2:before {
content: "\ed4e";
}
.icon-stack2:before {
content: "\ed4f";
}
.icon-folder2:before {
content: "\ed50";
}
.icon-folder-open2:before {
content: "\ed51";
}
.icon-folder-plus2:before {
content: "\ed52";
}
.icon-folder-minus2:before {
content: "\ed53";
}
.icon-folder-download2:before {
content: "\ed54";
}
.icon-folder-upload2:before {
content: "\ed55";
}
.icon-price-tag2:before {
content: "\ed56";
}
.icon-price-tags2:before {
content: "\ed57";
}
.icon-barcode2:before {
content: "\ed58";
}
.icon-qrcode2:before {
content: "\ed59";
}
.icon-ticket2:before {
content: "\ed5a";
}
.icon-cart2:before {
content: "\ed5b";
}
.icon-coin-dollar2:before {
content: "\ed5c";
}
.icon-coin-euro2:before {
content: "\ed5d";
}
.icon-coin-pound2:before {
content: "\ed5e";
}
.icon-coin-yen2:before {
content: "\ed5f";
}
.icon-credit-card2:before {
content: "\ed60";
}
.icon-calculator2:before {
content: "\ed61";
}
.icon-lifebuoy2:before {
content: "\ed62";
}
.icon-phone2:before {
content: "\ed63";
}
.icon-phone-hang-up2:before {
content: "\ed64";
}
.icon-address-book2:before {
content: "\ed65";
}
.icon-envelop2:before {
content: "\ed66";
}
.icon-pushpin2:before {
content: "\ed67";
}
.icon-location3:before {
content: "\ed68";
}
.icon-location22:before {
content: "\ed69";
}
.icon-compass3:before {
content: "\ed6a";
}
.icon-compass22:before {
content: "\ed6b";
}
.icon-map3:before {
content: "\ed6c";
}
.icon-map22:before {
content: "\ed6d";
}
.icon-history2:before {
content: "\ed6e";
}
.icon-clock3:before {
content: "\ed6f";
}
.icon-clock22:before {
content: "\ed70";
}
.icon-alarm2:before {
content: "\ed71";
}
.icon-bell2:before {
content: "\ed72";
}
.icon-stopwatch2:before {
content: "\ed73";
}
.icon-calendar2:before {
content: "\ed74";
}
.icon-printer2:before {
content: "\ed75";
}
.icon-keyboard2:before {
content: "\ed76";
}
.icon-display2:before {
content: "\ed77";
}
.icon-laptop2:before {
content: "\ed78";
}
.icon-mobile3:before {
content: "\ed79";
}
.icon-mobile22:before {
content: "\ed7a";
}
.icon-tablet2:before {
content: "\ed7b";
}
.icon-tv2:before {
content: "\ed7c";
}
.icon-drawer3:before {
content: "\ed7d";
}
.icon-drawer22:before {
content: "\ed7e";
}
.icon-box-add2:before {
content: "\ed7f";
}
.icon-box-remove2:before {
content: "\ed80";
}
.icon-download4:before {
content: "\ed81";
}
.icon-upload4:before {
content: "\ed82";
}
.icon-floppy-disk2:before {
content: "\ed83";
}
.icon-drive2:before {
content: "\ed84";
}
.icon-database2:before {
content: "\ed85";
}
.icon-undo3:before {
content: "\ed86";
}
.icon-redo3:before {
content: "\ed87";
}
.icon-undo22:before {
content: "\ed88";
}
.icon-redo22:before {
content: "\ed89";
}
.icon-forward4:before {
content: "\ed8a";
}
.icon-reply2:before {
content: "\ed8b";
}
.icon-bubble3:before {
content: "\ed8c";
}
.icon-bubbles5:before {
content: "\ed8d";
}
.icon-bubbles22:before {
content: "\ed8e";
}
.icon-bubble22:before {
content: "\ed8f";
}
.icon-bubbles32:before {
content: "\ed90";
}
.icon-bubbles42:before {
content: "\ed91";
}
.icon-user2:before {
content: "\ed92";
}
.icon-users2:before {
content: "\ed93";
}
.icon-user-plus2:before {
content: "\ed94";
}
.icon-user-minus2:before {
content: "\ed95";
}
.icon-user-check2:before {
content: "\ed96";
}
.icon-user-tie2:before {
content: "\ed97";
}
.icon-quotes-left2:before {
content: "\ed98";
}
.icon-quotes-right2:before {
content: "\ed99";
}
.icon-hour-glass2:before {
content: "\ed9a";
}
.icon-spinner12:before {
content: "\ed9b";
}
.icon-spinner22:before {
content: "\ed9c";
}
.icon-spinner32:before {
content: "\ed9d";
}
.icon-spinner42:before {
content: "\ed9e";
}
.icon-spinner52:before {
content: "\ed9f";
}
.icon-spinner62:before {
content: "\eda0";
}
.icon-spinner72:before {
content: "\eda1";
}
.icon-spinner82:before {
content: "\eda2";
}
.icon-spinner92:before {
content: "\eda3";
}
.icon-spinner102:before {
content: "\eda4";
}
.icon-spinner112:before {
content: "\eda5";
}
.icon-binoculars2:before {
content: "\eda6";
}
.icon-search2:before {
content: "\eda7";
}
.icon-zoom-in2:before {
content: "\eda8";
}
.icon-zoom-out2:before {
content: "\eda9";
}
.icon-enlarge3:before {
content: "\edaa";
}
.icon-shrink3:before {
content: "\edab";
}
.icon-enlarge22:before {
content: "\edac";
}
.icon-shrink22:before {
content: "\edad";
}
.icon-key3:before {
content: "\edae";
}
.icon-key22:before {
content: "\edaf";
}
.icon-lock2:before {
content: "\edb0";
}
.icon-unlocked2:before {
content: "\edb1";
}
.icon-wrench2:before {
content: "\edb2";
}
.icon-equalizer3:before {
content: "\edb3";
}
.icon-equalizer22:before {
content: "\edb4";
}
.icon-cog2:before {
content: "\edb5";
}
.icon-cogs2:before {
content: "\edb6";
}
.icon-hammer3:before {
content: "\edb7";
}
.icon-magic-wand2:before {
content: "\edb8";
}
.icon-aid-kit2:before {
content: "\edb9";
}
.icon-bug2:before {
content: "\edba";
}
.icon-pie-chart2:before {
content: "\edbb";
}
.icon-stats-dots2:before {
content: "\edbc";
}
.icon-stats-bars3:before {
content: "\edbd";
}
.icon-stats-bars22:before {
content: "\edbe";
}
.icon-trophy2:before {
content: "\edbf";
}
.icon-gift2:before {
content: "\edc0";
}
.icon-glass3:before {
content: "\edc1";
}
.icon-glass22:before {
content: "\edc2";
}
.icon-mug2:before {
content: "\edc3";
}
.icon-spoon-knife2:before {
content: "\edc4";
}
.icon-leaf2:before {
content: "\edc5";
}
.icon-rocket2:before {
content: "\edc6";
}
.icon-meter3:before {
content: "\edc7";
}
.icon-meter22:before {
content: "\edc8";
}
.icon-hammer22:before {
content: "\edc9";
}
.icon-fire2:before {
content: "\edca";
}
.icon-lab2:before {
content: "\edcb";
}
.icon-magnet2:before {
content: "\edcc";
}
.icon-bin3:before {
content: "\edcd";
}
.icon-bin22:before {
content: "\edce";
}
.icon-briefcase2:before {
content: "\edcf";
}
.icon-airplane2:before {
content: "\edd0";
}
.icon-truck2:before {
content: "\edd1";
}
.icon-road2:before {
content: "\edd2";
}
.icon-accessibility2:before {
content: "\edd3";
}
.icon-target2:before {
content: "\edd4";
}
.icon-shield2:before {
content: "\edd5";
}
.icon-power2:before {
content: "\edd6";
}
.icon-switch2:before {
content: "\edd7";
}
.icon-power-cord2:before {
content: "\edd8";
}
.icon-clipboard2:before {
content: "\edd9";
}
.icon-list-numbered2:before {
content: "\edda";
}
.icon-list3:before {
content: "\eddb";
}
.icon-list22:before {
content: "\eddc";
}
.icon-tree2:before {
content: "\eddd";
}
.icon-menu5:before {
content: "\edde";
}
.icon-menu22:before {
content: "\eddf";
}
.icon-menu32:before {
content: "\ede0";
}
.icon-menu42:before {
content: "\ede1";
}
.icon-cloud2:before {
content: "\ede2";
}
.icon-cloud-download2:before {
content: "\ede3";
}
.icon-cloud-upload2:before {
content: "\ede4";
}
.icon-cloud-check2:before {
content: "\ede5";
}
.icon-download22:before {
content: "\ede6";
}
.icon-upload22:before {
content: "\ede7";
}
.icon-download32:before {
content: "\ede8";
}
.icon-upload32:before {
content: "\ede9";
}
.icon-sphere2:before {
content: "\edea";
}
.icon-earth2:before {
content: "\edeb";
}
.icon-link2:before {
content: "\edec";
}
.icon-flag2:before {
content: "\eded";
}
.icon-attachment2:before {
content: "\edee";
}
.icon-eye2:before {
content: "\edef";
}
.icon-eye-plus2:before {
content: "\edf0";
}
.icon-eye-minus2:before {
content: "\edf1";
}
.icon-eye-blocked2:before {
content: "\edf2";
}
.icon-bookmark2:before {
content: "\edf3";
}
.icon-bookmarks2:before {
content: "\edf4";
}
.icon-sun2:before {
content: "\edf5";
}
.icon-contrast2:before {
content: "\edf6";
}
.icon-brightness-contrast2:before {
content: "\edf7";
}
.icon-star-empty2:before {
content: "\edf8";
}
.icon-star-half2:before {
content: "\edf9";
}
.icon-star-full2:before {
content: "\edfa";
}
.icon-heart2:before {
content: "\edfb";
}
.icon-heart-broken2:before {
content: "\edfc";
}
.icon-man2:before {
content: "\edfd";
}
.icon-woman2:before {
content: "\edfe";
}
.icon-man-woman2:before {
content: "\edff";
}
.icon-happy3:before {
content: "\ee00";
}
.icon-happy22:before {
content: "\ee01";
}
.icon-smile3:before {
content: "\ee02";
}
.icon-smile22:before {
content: "\ee03";
}
.icon-tongue3:before {
content: "\ee04";
}
.icon-tongue22:before {
content: "\ee05";
}
.icon-sad3:before {
content: "\ee06";
}
.icon-sad22:before {
content: "\ee07";
}
.icon-wink3:before {
content: "\ee08";
}
.icon-wink22:before {
content: "\ee09";
}
.icon-grin3:before {
content: "\ee0a";
}
.icon-grin22:before {
content: "\ee0b";
}
.icon-cool3:before {
content: "\ee0c";
}
.icon-cool22:before {
content: "\ee0d";
}
.icon-angry3:before {
content: "\ee0e";
}
.icon-angry22:before {
content: "\ee0f";
}
.icon-evil3:before {
content: "\ee10";
}
.icon-evil22:before {
content: "\ee11";
}
.icon-shocked3:before {
content: "\ee12";
}
.icon-shocked22:before {
content: "\ee13";
}
.icon-baffled3:before {
content: "\ee14";
}
.icon-baffled22:before {
content: "\ee15";
}
.icon-confused3:before {
content: "\ee16";
}
.icon-confused22:before {
content: "\ee17";
}
.icon-neutral3:before {
content: "\ee18";
}
.icon-neutral22:before {
content: "\ee19";
}
.icon-hipster3:before {
content: "\ee1a";
}
.icon-hipster22:before {
content: "\ee1b";
}
.icon-wondering3:before {
content: "\ee1c";
}
.icon-wondering22:before {
content: "\ee1d";
}
.icon-sleepy3:before {
content: "\ee1e";
}
.icon-sleepy22:before {
content: "\ee1f";
}
.icon-frustrated3:before {
content: "\ee20";
}
.icon-frustrated22:before {
content: "\ee21";
}
.icon-crying3:before {
content: "\ee22";
}
.icon-crying22:before {
content: "\ee23";
}
.icon-point-up2:before {
content: "\ee24";
}
.icon-point-right2:before {
content: "\ee25";
}
.icon-point-down2:before {
content: "\ee26";
}
.icon-point-left2:before {
content: "\ee27";
}
.icon-warning2:before {
content: "\ee28";
}
.icon-notification2:before {
content: "\ee29";
}
.icon-question2:before {
content: "\ee2a";
}
.icon-plus2:before {
content: "\ee2b";
}
.icon-minus2:before {
content: "\ee2c";
}
.icon-info2:before {
content: "\ee2d";
}
.icon-cancel-circle2:before {
content: "\ee2e";
}
.icon-blocked2:before {
content: "\ee2f";
}
.icon-cross2:before {
content: "\ee30";
}
.icon-checkmark3:before {
content: "\ee31";
}
.icon-checkmark22:before {
content: "\ee32";
}
.icon-spell-check2:before {
content: "\ee33";
}
.icon-enter2:before {
content: "\ee34";
}
.icon-exit2:before {
content: "\ee35";
}
.icon-play22:before {
content: "\ee36";
}
.icon-pause3:before {
content: "\ee37";
}
.icon-stop3:before {
content: "\ee38";
}
.icon-previous3:before {
content: "\ee39";
}
.icon-next3:before {
content: "\ee3a";
}
.icon-backward3:before {
content: "\ee3b";
}
.icon-forward22:before {
content: "\ee3c";
}
.icon-play32:before {
content: "\ee3d";
}
.icon-pause22:before {
content: "\ee3e";
}
.icon-stop22:before {
content: "\ee3f";
}
.icon-backward22:before {
content: "\ee40";
}
.icon-forward32:before {
content: "\ee41";
}
.icon-first2:before {
content: "\ee42";
}
.icon-last2:before {
content: "\ee43";
}
.icon-previous22:before {
content: "\ee44";
}
.icon-next22:before {
content: "\ee45";
}
.icon-eject2:before {
content: "\ee46";
}
.icon-volume-high2:before {
content: "\ee47";
}
.icon-volume-medium2:before {
content: "\ee48";
}
.icon-volume-low2:before {
content: "\ee49";
}
.icon-volume-mute3:before {
content: "\ee4a";
}
.icon-volume-mute22:before {
content: "\ee4b";
}
.icon-volume-increase2:before {
content: "\ee4c";
}
.icon-volume-decrease2:before {
content: "\ee4d";
}
.icon-loop3:before {
content: "\ee4e";
}
.icon-loop22:before {
content: "\ee4f";
}
.icon-infinite2:before {
content: "\ee50";
}
.icon-shuffle2:before {
content: "\ee51";
}
.icon-arrow-up-left3:before {
content: "\ee52";
}
.icon-arrow-up3:before {
content: "\ee53";
}
.icon-arrow-up-right3:before {
content: "\ee54";
}
.icon-arrow-right3:before {
content: "\ee55";
}
.icon-arrow-down-right3:before {
content: "\ee56";
}
.icon-arrow-down3:before {
content: "\ee57";
}
.icon-arrow-down-left3:before {
content: "\ee58";
}
.icon-arrow-left3:before {
content: "\ee59";
}
.icon-arrow-up-left22:before {
content: "\ee5a";
}
.icon-arrow-up22:before {
content: "\ee5b";
}
.icon-arrow-up-right22:before {
content: "\ee5c";
}
.icon-arrow-right22:before {
content: "\ee5d";
}
.icon-arrow-down-right22:before {
content: "\ee5e";
}
.icon-arrow-down22:before {
content: "\ee5f";
}
.icon-arrow-down-left22:before {
content: "\ee60";
}
.icon-arrow-left22:before {
content: "\ee61";
}
.icon-circle-up2:before {
content: "\ee62";
}
.icon-circle-right2:before {
content: "\ee63";
}
.icon-circle-down2:before {
content: "\ee64";
}
.icon-circle-left2:before {
content: "\ee65";
}
.icon-tab2:before {
content: "\ee66";
}
.icon-move-up2:before {
content: "\ee67";
}
.icon-move-down2:before {
content: "\ee68";
}
.icon-sort-alpha-asc2:before {
content: "\ee69";
}
.icon-sort-alpha-desc2:before {
content: "\ee6a";
}
.icon-sort-numeric-asc2:before {
content: "\ee6b";
}
.icon-sort-numberic-desc2:before {
content: "\ee6c";
}
.icon-sort-amount-asc2:before {
content: "\ee6d";
}
.icon-sort-amount-desc2:before {
content: "\ee6e";
}
.icon-command2:before {
content: "\ee6f";
}
.icon-shift2:before {
content: "\ee70";
}
.icon-ctrl2:before {
content: "\ee71";
}
.icon-opt2:before {
content: "\ee72";
}
.icon-checkbox-checked2:before {
content: "\ee73";
}
.icon-checkbox-unchecked2:before {
content: "\ee74";
}
.icon-radio-checked3:before {
content: "\ee75";
}
.icon-radio-checked22:before {
content: "\ee76";
}
.icon-radio-unchecked2:before {
content: "\ee77";
}
.icon-crop2:before {
content: "\ee78";
}
.icon-make-group2:before {
content: "\ee79";
}
.icon-ungroup2:before {
content: "\ee7a";
}
.icon-scissors2:before {
content: "\ee7b";
}
.icon-filter2:before {
content: "\ee7c";
}
.icon-font2:before {
content: "\ee7d";
}
.icon-ligature3:before {
content: "\ee7e";
}
.icon-ligature22:before {
content: "\ee7f";
}
.icon-text-height2:before {
content: "\ee80";
}
.icon-text-width2:before {
content: "\ee81";
}
.icon-font-size2:before {
content: "\ee82";
}
.icon-bold2:before {
content: "\ee83";
}
.icon-underline2:before {
content: "\ee84";
}
.icon-italic2:before {
content: "\ee85";
}
.icon-strikethrough2:before {
content: "\ee86";
}
.icon-omega2:before {
content: "\ee87";
}
.icon-sigma2:before {
content: "\ee88";
}
.icon-page-break2:before {
content: "\ee89";
}
.icon-superscript3:before {
content: "\ee8a";
}
.icon-subscript3:before {
content: "\ee8b";
}
.icon-superscript22:before {
content: "\ee8c";
}
.icon-subscript22:before {
content: "\ee8d";
}
.icon-text-color2:before {
content: "\ee8e";
}
.icon-pagebreak2:before {
content: "\ee8f";
}
.icon-clear-formatting2:before {
content: "\ee90";
}
.icon-table3:before {
content: "\ee91";
}
.icon-table22:before {
content: "\ee92";
}
.icon-insert-template2:before {
content: "\ee93";
}
.icon-pilcrow2:before {
content: "\ee94";
}
.icon-ltr2:before {
content: "\ee95";
}
.icon-rtl2:before {
content: "\ee96";
}
.icon-section2:before {
content: "\ee97";
}
.icon-paragraph-left2:before {
content: "\ee98";
}
.icon-paragraph-center2:before {
content: "\ee99";
}
.icon-paragraph-right2:before {
content: "\ee9a";
}
.icon-paragraph-justify2:before {
content: "\ee9b";
}
.icon-indent-increase2:before {
content: "\ee9c";
}
.icon-indent-decrease2:before {
content: "\ee9d";
}
.icon-share3:before {
content: "\ee9e";
}
.icon-new-tab2:before {
content: "\ee9f";
}
.icon-embed3:before {
content: "\eea0";
}
.icon-embed22:before {
content: "\eea1";
}
.icon-terminal2:before {
content: "\eea2";
}
.icon-share22:before {
content: "\eea3";
}
.icon-mail5:before {
content: "\eea4";
}
.icon-mail22:before {
content: "\eea5";
}
.icon-mail32:before {
content: "\eea6";
}
.icon-mail42:before {
content: "\eea7";
}
.icon-amazon2:before {
content: "\eea8";
}
.icon-google4:before {
content: "\eea9";
}
.icon-google22:before {
content: "\eeaa";
}
.icon-google32:before {
content: "\eeab";
}
.icon-google-plus4:before {
content: "\eeac";
}
.icon-google-plus22:before {
content: "\eead";
}
.icon-google-plus32:before {
content: "\eeae";
}
.icon-hangouts2:before {
content: "\eeaf";
}
.icon-google-drive2:before {
content: "\eeb0";
}
.icon-facebook3:before {
content: "\eeb1";
}
.icon-facebook22:before {
content: "\eeb2";
}
.icon-instagram2:before {
content: "\eeb3";
}
.icon-whatsapp2:before {
content: "\eeb4";
}
.icon-spotify2:before {
content: "\eeb5";
}
.icon-telegram2:before {
content: "\eeb6";
}
.icon-twitter2:before {
content: "\eeb7";
}
.icon-vine2:before {
content: "\eeb8";
}
.icon-vk2:before {
content: "\eeb9";
}
.icon-renren2:before {
content: "\eeba";
}
.icon-sina-weibo2:before {
content: "\eebb";
}
.icon-rss3:before {
content: "\eebc";
}
.icon-rss22:before {
content: "\eebd";
}
.icon-youtube3:before {
content: "\eebe";
}
.icon-youtube22:before {
content: "\eebf";
}
.icon-twitch2:before {
content: "\eec0";
}
.icon-vimeo3:before {
content: "\eec1";
}
.icon-vimeo22:before {
content: "\eec2";
}
.icon-lanyrd2:before {
content: "\eec3";
}
.icon-flickr5:before {
content: "\eec4";
}
.icon-flickr22:before {
content: "\eec5";
}
.icon-flickr32:before {
content: "\eec6";
}
.icon-flickr42:before {
content: "\eec7";
}
.icon-dribbble2:before {
content: "\eec8";
}
.icon-behance3:before {
content: "\eec9";
}
.icon-behance22:before {
content: "\eeca";
}
.icon-deviantart2:before {
content: "\eecb";
}
.icon-500px2:before {
content: "\eecc";
}
.icon-steam3:before {
content: "\eecd";
}
.icon-steam22:before {
content: "\eece";
}
.icon-dropbox2:before {
content: "\eecf";
}
.icon-onedrive2:before {
content: "\eed0";
}
.icon-github2:before {
content: "\eed1";
}
.icon-npm2:before {
content: "\eed2";
}
.icon-basecamp2:before {
content: "\eed3";
}
.icon-trello2:before {
content: "\eed4";
}
.icon-wordpress2:before {
content: "\eed5";
}
.icon-joomla2:before {
content: "\eed6";
}
.icon-ello2:before {
content: "\eed7";
}
.icon-blogger3:before {
content: "\eed8";
}
.icon-blogger22:before {
content: "\eed9";
}
.icon-tumblr3:before {
content: "\eeda";
}
.icon-tumblr22:before {
content: "\eedb";
}
.icon-yahoo3:before {
content: "\eedc";
}
.icon-yahoo22:before {
content: "\eedd";
}
.icon-tux2:before {
content: "\eede";
}
.icon-appleinc2:before {
content: "\eedf";
}
.icon-finder2:before {
content: "\eee0";
}
.icon-android2:before {
content: "\eee1";
}
.icon-windows2:before {
content: "\eee2";
}
.icon-windows82:before {
content: "\eee3";
}
.icon-soundcloud3:before {
content: "\eee4";
}
.icon-soundcloud22:before {
content: "\eee5";
}
.icon-skype2:before {
content: "\eee6";
}
.icon-reddit2:before {
content: "\eee7";
}
.icon-hackernews2:before {
content: "\eee8";
}
.icon-wikipedia2:before {
content: "\eee9";
}
.icon-linkedin3:before {
content: "\eeea";
}
.icon-linkedin22:before {
content: "\eeeb";
}
.icon-lastfm3:before {
content: "\eeec";
}
.icon-lastfm22:before {
content: "\eeed";
}
.icon-delicious2:before {
content: "\eeee";
}
.icon-stumbleupon3:before {
content: "\eeef";
}
.icon-stumbleupon22:before {
content: "\eef0";
}
.icon-stackoverflow2:before {
content: "\eef1";
}
.icon-pinterest3:before {
content: "\eef2";
}
.icon-pinterest22:before {
content: "\eef3";
}
.icon-xing3:before {
content: "\eef4";
}
.icon-xing22:before {
content: "\eef5";
}
.icon-flattr2:before {
content: "\eef6";
}
.icon-foursquare2:before {
content: "\eef7";
}
.icon-yelp2:before {
content: "\eef8";
}
.icon-paypal2:before {
content: "\eef9";
}
.icon-chrome2:before {
content: "\eefa";
}
.icon-firefox2:before {
content: "\eefb";
}
.icon-IE2:before {
content: "\eefc";
}
.icon-edge2:before {
content: "\eefd";
}
.icon-safari2:before {
content: "\eefe";
}
.icon-opera2:before {
content: "\eeff";
}
.icon-file-pdf2:before {
content: "\ef00";
}
.icon-file-openoffice2:before {
content: "\ef01";
}
.icon-file-word2:before {
content: "\ef02";
}
.icon-file-excel2:before {
content: "\ef03";
}
.icon-libreoffice2:before {
content: "\ef04";
}
.icon-html-five3:before {
content: "\ef05";
}
.icon-html-five22:before {
content: "\ef06";
}
.icon-css32:before {
content: "\ef07";
}
.icon-git2:before {
content: "\ef08";
}
.icon-codepen2:before {
content: "\ef09";
}
.icon-svg2:before {
content: "\ef0a";
}
.icon-IcoMoon2:before {
content: "\ef0b";
}
.icon-home:before {
content: "\ef26";
}
.icon-home2:before {
content: "\ef27";
}
.icon-home3:before {
content: "\ef28";
}
.icon-office:before {
content: "\ef29";
}
.icon-newspaper:before {
content: "\ef2a";
}
.icon-pencil:before {
content: "\ef2b";
}
.icon-pencil2:before {
content: "\ef2c";
}
.icon-quill:before {
content: "\ef2d";
}
.icon-pen:before {
content: "\ef2e";
}
.icon-blog:before {
content: "\ef2f";
}
.icon-eyedropper:before {
content: "\ef30";
}
.icon-droplet:before {
content: "\ef31";
}
.icon-paint-format:before {
content: "\ef32";
}
.icon-image:before {
content: "\ef33";
}
.icon-images:before {
content: "\ef34";
}
.icon-camera:before {
content: "\ef35";
}
.icon-headphones:before {
content: "\ef36";
}
.icon-music:before {
content: "\ef37";
}
.icon-play:before {
content: "\ef38";
}
.icon-film:before {
content: "\ef39";
}
.icon-video-camera:before {
content: "\ef3a";
}
.icon-dice:before {
content: "\ef3b";
}
.icon-pacman:before {
content: "\ef3c";
}
.icon-spades:before {
content: "\ef3d";
}
.icon-clubs:before {
content: "\ef3e";
}
.icon-diamonds:before {
content: "\ef3f";
}
.icon-bullhorn:before {
content: "\ef40";
}
.icon-connection:before {
content: "\ef41";
}
.icon-podcast:before {
content: "\ef42";
}
.icon-feed:before {
content: "\ef43";
}
.icon-mic:before {
content: "\ef44";
}
.icon-book:before {
content: "\ef45";
}
.icon-books:before {
content: "\ef46";
}
.icon-library:before {
content: "\ef47";
}
.icon-file-text:before {
content: "\ef48";
}
.icon-profile:before {
content: "\ef49";
}
.icon-file-empty:before {
content: "\ef4a";
}
.icon-files-empty:before {
content: "\ef4b";
}
.icon-file-text2:before {
content: "\ef4c";
}
.icon-file-picture:before {
content: "\ef4d";
}
.icon-file-music:before {
content: "\ef4e";
}
.icon-file-play:before {
content: "\ef4f";
}
.icon-file-video:before {
content: "\ef50";
}
.icon-file-zip:before {
content: "\ef51";
}
.icon-copy:before {
content: "\ef52";
}
.icon-paste:before {
content: "\ef53";
}
.icon-stack:before {
content: "\ef54";
}
.icon-folder:before {
content: "\ef55";
}
.icon-folder-open:before {
content: "\ef56";
}
.icon-folder-plus:before {
content: "\ef57";
}
.icon-folder-minus:before {
content: "\ef58";
}
.icon-folder-download:before {
content: "\ef59";
}
.icon-folder-upload:before {
content: "\ef5a";
}
.icon-price-tag:before {
content: "\ef5b";
}
.icon-price-tags:before {
content: "\ef5c";
}
.icon-barcode:before {
content: "\ef5d";
}
.icon-qrcode:before {
content: "\ef5e";
}
.icon-ticket:before {
content: "\ef5f";
}
.icon-cart:before {
content: "\ef60";
}
.icon-coin-dollar:before {
content: "\ef61";
}
.icon-coin-euro:before {
content: "\ef62";
}
.icon-coin-pound:before {
content: "\ef63";
}
.icon-coin-yen:before {
content: "\ef64";
}
.icon-credit-card:before {
content: "\ef65";
}
.icon-calculator:before {
content: "\ef66";
}
.icon-lifebuoy:before {
content: "\ef67";
}
.icon-phone:before {
content: "\ef68";
}
.icon-phone-hang-up:before {
content: "\ef69";
}
.icon-address-book:before {
content: "\ef6a";
}
.icon-envelop:before {
content: "\ef6b";
}
.icon-pushpin:before {
content: "\ef6c";
}
.icon-location:before {
content: "\ef6d";
}
.icon-location2:before {
content: "\ef6e";
}
.icon-compass:before {
content: "\ef6f";
}
.icon-compass2:before {
content: "\ef70";
}
.icon-map:before {
content: "\ef71";
}
.icon-map2:before {
content: "\ef72";
}
.icon-history:before {
content: "\ef73";
}
.icon-clock:before {
content: "\ef74";
}
.icon-clock2:before {
content: "\ef75";
}
.icon-alarm:before {
content: "\ef76";
}
.icon-bell:before {
content: "\ef77";
}
.icon-stopwatch:before {
content: "\ef78";
}
.icon-calendar:before {
content: "\ef79";
}
.icon-printer:before {
content: "\ef7a";
}
.icon-keyboard:before {
content: "\ef7b";
}
.icon-display:before {
content: "\ef7c";
}
.icon-laptop:before {
content: "\ef7d";
}
.icon-mobile:before {
content: "\ef7e";
}
.icon-mobile2:before {
content: "\ef7f";
}
.icon-tablet:before {
content: "\ef80";
}
.icon-tv:before {
content: "\ef81";
}
.icon-drawer:before {
content: "\ef82";
}
.icon-drawer2:before {
content: "\ef83";
}
.icon-box-add:before {
content: "\ef84";
}
.icon-box-remove:before {
content: "\ef85";
}
.icon-download:before {
content: "\ef86";
}
.icon-upload:before {
content: "\ef87";
}
.icon-floppy-disk:before {
content: "\ef88";
}
.icon-drive:before {
content: "\ef89";
}
.icon-database:before {
content: "\ef8a";
}
.icon-undo:before {
content: "\ef8b";
}
.icon-redo:before {
content: "\ef8c";
}
.icon-undo2:before {
content: "\ef8d";
}
.icon-redo2:before {
content: "\ef8e";
}
.icon-forward:before {
content: "\ef8f";
}
.icon-reply:before {
content: "\ef90";
}
.icon-bubble:before {
content: "\ef91";
}
.icon-bubbles:before {
content: "\ef92";
}
.icon-bubbles2:before {
content: "\ef93";
}
.icon-bubble2:before {
content: "\ef94";
}
.icon-bubbles3:before {
content: "\ef95";
}
.icon-bubbles4:before {
content: "\ef96";
}
.icon-user:before {
content: "\ef97";
}
.icon-users:before {
content: "\ef98";
}
.icon-user-plus:before {
content: "\ef99";
}
.icon-user-minus:before {
content: "\ef9a";
}
.icon-user-check:before {
content: "\ef9b";
}
.icon-user-tie:before {
content: "\ef9c";
}
.icon-quotes-left:before {
content: "\ef9d";
}
.icon-quotes-right:before {
content: "\ef9e";
}
.icon-hour-glass:before {
content: "\ef9f";
}
.icon-spinner:before {
content: "\efa0";
}
.icon-spinner2:before {
content: "\efa1";
}
.icon-spinner3:before {
content: "\efa2";
}
.icon-spinner4:before {
content: "\efa3";
}
.icon-spinner5:before {
content: "\efa4";
}
.icon-spinner6:before {
content: "\efa5";
}
.icon-spinner7:before {
content: "\efa6";
}
.icon-spinner8:before {
content: "\efa7";
}
.icon-spinner9:before {
content: "\efa8";
}
.icon-spinner10:before {
content: "\efa9";
}
.icon-spinner11:before {
content: "\efaa";
}
.icon-binoculars:before {
content: "\efab";
}
.icon-search:before {
content: "\efac";
}
.icon-zoom-in:before {
content: "\efad";
}
.icon-zoom-out:before {
content: "\efae";
}
.icon-enlarge:before {
content: "\efaf";
}
.icon-shrink:before {
content: "\efb0";
}
.icon-enlarge2:before {
content: "\efb1";
}
.icon-shrink2:before {
content: "\efb2";
}
.icon-key:before {
content: "\efb3";
}
.icon-key2:before {
content: "\efb4";
}
.icon-lock:before {
content: "\efb5";
}
.icon-unlocked:before {
content: "\efb6";
}
.icon-wrench:before {
content: "\efb7";
}
.icon-equalizer:before {
content: "\efb8";
}
.icon-equalizer2:before {
content: "\efb9";
}
.icon-cog:before {
content: "\efba";
}
.icon-cogs:before {
content: "\efbb";
}
.icon-hammer:before {
content: "\efbc";
}
.icon-magic-wand:before {
content: "\efbd";
}
.icon-aid-kit:before {
content: "\efbe";
}
.icon-bug:before {
content: "\efbf";
}
.icon-pie-chart:before {
content: "\efc0";
}
.icon-stats-dots:before {
content: "\efc1";
}
.icon-stats-bars:before {
content: "\efc2";
}
.icon-stats-bars2:before {
content: "\efc3";
}
.icon-trophy:before {
content: "\efc4";
}
.icon-gift:before {
content: "\efc5";
}
.icon-glass:before {
content: "\efc6";
}
.icon-glass2:before {
content: "\efc7";
}
.icon-mug:before {
content: "\efc8";
}
.icon-spoon-knife:before {
content: "\efc9";
}
.icon-leaf:before {
content: "\efca";
}
.icon-rocket:before {
content: "\efcb";
}
.icon-meter:before {
content: "\efcc";
}
.icon-meter2:before {
content: "\efcd";
}
.icon-hammer2:before {
content: "\efce";
}
.icon-fire:before {
content: "\efcf";
}
.icon-lab:before {
content: "\efd0";
}
.icon-magnet:before {
content: "\efd1";
}
.icon-bin:before {
content: "\efd2";
}
.icon-bin2:before {
content: "\efd3";
}
.icon-briefcase:before {
content: "\efd4";
}
.icon-airplane:before {
content: "\efd5";
}
.icon-truck:before {
content: "\efd6";
}
.icon-road:before {
content: "\efd7";
}
.icon-accessibility:before {
content: "\efd8";
}
.icon-target:before {
content: "\efd9";
}
.icon-shield:before {
content: "\efda";
}
.icon-power:before {
content: "\efdb";
}
.icon-switch:before {
content: "\efdc";
}
.icon-power-cord:before {
content: "\efdd";
}
.icon-clipboard:before {
content: "\efde";
}
.icon-list-numbered:before {
content: "\efdf";
}
.icon-list:before {
content: "\efe0";
}
.icon-list2:before {
content: "\efe1";
}
.icon-tree:before {
content: "\efe2";
}
.icon-menu:before {
content: "\efe3";
}
.icon-menu2:before {
content: "\efe4";
}
.icon-menu3:before {
content: "\efe5";
}
.icon-menu4:before {
content: "\efe6";
}
.icon-cloud:before {
content: "\efe7";
}
.icon-cloud-download:before {
content: "\efe8";
}
.icon-cloud-upload:before {
content: "\efe9";
}
.icon-cloud-check:before {
content: "\efea";
}
.icon-download2:before {
content: "\efeb";
}
.icon-upload2:before {
content: "\efec";
}
.icon-download3:before {
content: "\efed";
}
.icon-upload3:before {
content: "\efee";
}
.icon-sphere:before {
content: "\efef";
}
.icon-earth:before {
content: "\eff0";
}
.icon-link:before {
content: "\eff1";
}
.icon-flag:before {
content: "\eff2";
}
.icon-attachment:before {
content: "\eff3";
}
.icon-eye:before {
content: "\eff4";
}
.icon-eye-plus:before {
content: "\eff5";
}
.icon-eye-minus:before {
content: "\eff6";
}
.icon-eye-blocked:before {
content: "\eff7";
}
.icon-bookmark:before {
content: "\eff8";
}
.icon-bookmarks:before {
content: "\eff9";
}
.icon-sun:before {
content: "\effa";
}
.icon-contrast:before {
content: "\effb";
}
.icon-brightness-contrast:before {
content: "\effc";
}
.icon-star-empty:before {
content: "\effd";
}
.icon-star-half:before {
content: "\effe";
}
.icon-star-full:before {
content: "\efff";
}
.icon-heart:before {
content: "\f000";
}
.icon-heart-broken:before {
content: "\f001";
}
.icon-man:before {
content: "\f002";
}
.icon-woman:before {
content: "\f003";
}
.icon-man-woman:before {
content: "\f004";
}
.icon-happy:before {
content: "\f005";
}
.icon-happy2:before {
content: "\f006";
}
.icon-smile:before {
content: "\f007";
}
.icon-smile2:before {
content: "\f008";
}
.icon-tongue:before {
content: "\f009";
}
.icon-tongue2:before {
content: "\f00a";
}
.icon-sad:before {
content: "\f00b";
}
.icon-sad2:before {
content: "\f00c";
}
.icon-wink:before {
content: "\f00d";
}
.icon-wink2:before {
content: "\f00e";
}
.icon-grin:before {
content: "\f00f";
}
.icon-grin2:before {
content: "\f010";
}
.icon-cool:before {
content: "\f011";
}
.icon-cool2:before {
content: "\f012";
}
.icon-angry:before {
content: "\f013";
}
.icon-angry2:before {
content: "\f014";
}
.icon-evil:before {
content: "\f015";
}
.icon-evil2:before {
content: "\f016";
}
.icon-shocked:before {
content: "\f017";
}
.icon-shocked2:before {
content: "\f018";
}
.icon-baffled:before {
content: "\f019";
}
.icon-baffled2:before {
content: "\f01a";
}
.icon-confused:before {
content: "\f01b";
}
.icon-confused2:before {
content: "\f01c";
}
.icon-neutral:before {
content: "\f01d";
}
.icon-neutral2:before {
content: "\f01e";
}
.icon-hipster:before {
content: "\f01f";
}
.icon-hipster2:before {
content: "\f020";
}
.icon-wondering:before {
content: "\f021";
}
.icon-wondering2:before {
content: "\f022";
}
.icon-sleepy:before {
content: "\f023";
}
.icon-sleepy2:before {
content: "\f024";
}
.icon-frustrated:before {
content: "\f025";
}
.icon-frustrated2:before {
content: "\f026";
}
.icon-crying:before {
content: "\f027";
}
.icon-crying2:before {
content: "\f028";
}
.icon-point-up:before {
content: "\f029";
}
.icon-point-right:before {
content: "\f02a";
}
.icon-point-down:before {
content: "\f02b";
}
.icon-point-left:before {
content: "\f02c";
}
.icon-warning:before {
content: "\f02d";
}
.icon-notification:before {
content: "\f02e";
}
.icon-question:before {
content: "\f02f";
}
.icon-plus:before {
content: "\f030";
}
.icon-minus:before {
content: "\f031";
}
.icon-info:before {
content: "\f032";
}
.icon-cancel-circle:before {
content: "\f033";
}
.icon-blocked:before {
content: "\f034";
}
.icon-cross:before {
content: "\f035";
}
.icon-checkmark:before {
content: "\f036";
}
.icon-checkmark2:before {
content: "\f037";
}
.icon-spell-check:before {
content: "\f038";
}
.icon-enter:before {
content: "\f039";
}
.icon-exit:before {
content: "\f03a";
}
.icon-play2:before {
content: "\f03b";
}
.icon-pause:before {
content: "\f03c";
}
.icon-stop:before {
content: "\f03d";
}
.icon-previous:before {
content: "\f03e";
}
.icon-next:before {
content: "\f03f";
}
.icon-backward:before {
content: "\f040";
}
.icon-forward2:before {
content: "\f041";
}
.icon-play3:before {
content: "\f042";
}
.icon-pause2:before {
content: "\f043";
}
.icon-stop2:before {
content: "\f044";
}
.icon-backward2:before {
content: "\f045";
}
.icon-forward3:before {
content: "\f046";
}
.icon-first:before {
content: "\f047";
}
.icon-last:before {
content: "\f048";
}
.icon-previous2:before {
content: "\f049";
}
.icon-next2:before {
content: "\f04a";
}
.icon-eject:before {
content: "\f04b";
}
.icon-volume-high:before {
content: "\f04c";
}
.icon-volume-medium:before {
content: "\f04d";
}
.icon-volume-low:before {
content: "\f04e";
}
.icon-volume-mute:before {
content: "\f04f";
}
.icon-volume-mute2:before {
content: "\f050";
}
.icon-volume-increase:before {
content: "\f051";
}
.icon-volume-decrease:before {
content: "\f052";
}
.icon-loop:before {
content: "\f053";
}
.icon-loop2:before {
content: "\f054";
}
.icon-infinite:before {
content: "\f055";
}
.icon-shuffle:before {
content: "\f056";
}
.icon-arrow-up-left:before {
content: "\f057";
}
.icon-arrow-up:before {
content: "\f058";
}
.icon-arrow-up-right:before {
content: "\f059";
}
.icon-arrow-right:before {
content: "\f05a";
}
.icon-arrow-down-right:before {
content: "\f05b";
}
.icon-arrow-down:before {
content: "\f05c";
}
.icon-arrow-down-left:before {
content: "\f05d";
}
.icon-arrow-left:before {
content: "\f05e";
}
.icon-arrow-up-left2:before {
content: "\f05f";
}
.icon-arrow-up2:before {
content: "\f060";
}
.icon-arrow-up-right2:before {
content: "\f061";
}
.icon-arrow-right2:before {
content: "\f062";
}
.icon-arrow-down-right2:before {
content: "\f063";
}
.icon-arrow-down2:before {
content: "\f064";
}
.icon-arrow-down-left2:before {
content: "\f065";
}
.icon-arrow-left2:before {
content: "\f066";
}
.icon-circle-up:before {
content: "\f067";
}
.icon-circle-right:before {
content: "\f068";
}
.icon-circle-down:before {
content: "\f069";
}
.icon-circle-left:before {
content: "\f06a";
}
.icon-tab:before {
content: "\f06b";
}
.icon-move-up:before {
content: "\f06c";
}
.icon-move-down:before {
content: "\f06d";
}
.icon-sort-alpha-asc:before {
content: "\f06e";
}
.icon-sort-alpha-desc:before {
content: "\f06f";
}
.icon-sort-numeric-asc:before {
content: "\f070";
}
.icon-sort-numberic-desc:before {
content: "\f071";
}
.icon-sort-amount-asc:before {
content: "\f072";
}
.icon-sort-amount-desc:before {
content: "\f073";
}
.icon-command:before {
content: "\f074";
}
.icon-shift:before {
content: "\f075";
}
.icon-ctrl:before {
content: "\f076";
}
.icon-opt:before {
content: "\f077";
}
.icon-checkbox-checked:before {
content: "\f078";
}
.icon-checkbox-unchecked:before {
content: "\f079";
}
.icon-radio-checked:before {
content: "\f07a";
}
.icon-radio-checked2:before {
content: "\f07b";
}
.icon-radio-unchecked:before {
content: "\f07c";
}
.icon-crop:before {
content: "\f07d";
}
.icon-make-group:before {
content: "\f07e";
}
.icon-ungroup:before {
content: "\f07f";
}
.icon-scissors:before {
content: "\f080";
}
.icon-filter:before {
content: "\f081";
}
.icon-font:before {
content: "\f082";
}
.icon-ligature:before {
content: "\f083";
}
.icon-ligature2:before {
content: "\f084";
}
.icon-text-height:before {
content: "\f085";
}
.icon-text-width:before {
content: "\f086";
}
.icon-font-size:before {
content: "\f087";
}
.icon-bold:before {
content: "\f088";
}
.icon-underline:before {
content: "\f089";
}
.icon-italic:before {
content: "\f08a";
}
.icon-strikethrough:before {
content: "\f08b";
}
.icon-omega:before {
content: "\f08c";
}
.icon-sigma:before {
content: "\f08d";
}
.icon-page-break:before {
content: "\f08e";
}
.icon-superscript:before {
content: "\f08f";
}
.icon-subscript:before {
content: "\f090";
}
.icon-superscript2:before {
content: "\f091";
}
.icon-subscript2:before {
content: "\f092";
}
.icon-text-color:before {
content: "\f093";
}
.icon-pagebreak:before {
content: "\f094";
}
.icon-clear-formatting:before {
content: "\f095";
}
.icon-table:before {
content: "\f096";
}
.icon-table2:before {
content: "\f097";
}
.icon-insert-template:before {
content: "\f098";
}
.icon-pilcrow:before {
content: "\f099";
}
.icon-ltr:before {
content: "\f09a";
}
.icon-rtl:before {
content: "\f09b";
}
.icon-section:before {
content: "\f09c";
}
.icon-paragraph-left:before {
content: "\f09d";
}
.icon-paragraph-center:before {
content: "\f09e";
}
.icon-paragraph-right:before {
content: "\f09f";
}
.icon-paragraph-justify:before {
content: "\f0a0";
}
.icon-indent-increase:before {
content: "\f0a1";
}
.icon-indent-decrease:before {
content: "\f0a2";
}
.icon-share:before {
content: "\f0a3";
}
.icon-new-tab:before {
content: "\f0a4";
}
.icon-embed:before {
content: "\f0a5";
}
.icon-embed2:before {
content: "\f0a6";
}
.icon-terminal:before {
content: "\f0a7";
}
.icon-share2:before {
content: "\f0a8";
}
.icon-mail:before {
content: "\f0a9";
}
.icon-mail2:before {
content: "\f0aa";
}
.icon-mail3:before {
content: "\f0ab";
}
.icon-mail4:before {
content: "\f0ac";
}
.icon-amazon:before {
content: "\f0ad";
}
.icon-google:before {
content: "\f0ae";
}
.icon-google2:before {
content: "\f0af";
}
.icon-google3:before {
content: "\f0b0";
}
.icon-google-plus:before {
content: "\f0b1";
}
.icon-google-plus2:before {
content: "\f0b2";
}
.icon-google-plus3:before {
content: "\f0b3";
}
.icon-hangouts:before {
content: "\f0b4";
}
.icon-google-drive:before {
content: "\f0b5";
}
.icon-facebook:before {
content: "\f0b6";
}
.icon-facebook2:before {
content: "\f0b7";
}
.icon-instagram:before {
content: "\f0b8";
}
.icon-whatsapp:before {
content: "\f0b9";
}
.icon-spotify:before {
content: "\f0ba";
}
.icon-telegram:before {
content: "\f0bb";
}
.icon-twitter:before {
content: "\f0bc";
}
.icon-vine:before {
content: "\f0bd";
}
.icon-vk:before {
content: "\f0be";
}
.icon-renren:before {
content: "\f0bf";
}
.icon-sina-weibo:before {
content: "\f0c0";
}
.icon-rss:before {
content: "\f0c1";
}
.icon-rss2:before {
content: "\f0c2";
}
.icon-youtube:before {
content: "\f0c3";
}
.icon-youtube2:before {
content: "\f0c4";
}
.icon-twitch:before {
content: "\f0c5";
}
.icon-vimeo:before {
content: "\f0c6";
}
.icon-vimeo2:before {
content: "\f0c7";
}
.icon-lanyrd:before {
content: "\f0c8";
}
.icon-flickr:before {
content: "\f0c9";
}
.icon-flickr2:before {
content: "\f0ca";
}
.icon-flickr3:before {
content: "\f0cb";
}
.icon-flickr4:before {
content: "\f0cc";
}
.icon-dribbble:before {
content: "\f0cd";
}
.icon-behance:before {
content: "\f0ce";
}
.icon-behance2:before {
content: "\f0cf";
}
.icon-deviantart:before {
content: "\f0d0";
}
.icon-500px:before {
content: "\f0d1";
}
.icon-steam:before {
content: "\f0d2";
}
.icon-steam2:before {
content: "\f0d3";
}
.icon-dropbox:before {
content: "\f0d4";
}
.icon-onedrive:before {
content: "\f0d5";
}
.icon-github:before {
content: "\f0d6";
}
.icon-npm:before {
content: "\f0d7";
}
.icon-basecamp:before {
content: "\f0d8";
}
.icon-trello:before {
content: "\f0d9";
}
.icon-wordpress:before {
content: "\f0da";
}
.icon-joomla:before {
content: "\f0db";
}
.icon-ello:before {
content: "\f0dc";
}
.icon-blogger:before {
content: "\f0dd";
}
.icon-blogger2:before {
content: "\f0de";
}
.icon-tumblr:before {
content: "\f0df";
}
.icon-tumblr2:before {
content: "\f0e0";
}
.icon-yahoo:before {
content: "\f0e1";
}
.icon-yahoo2:before {
content: "\f0e2";
}
.icon-tux:before {
content: "\f0e3";
}
.icon-appleinc:before {
content: "\f0e4";
}
.icon-finder:before {
content: "\f0e5";
}
.icon-android:before {
content: "\f0e6";
}
.icon-windows:before {
content: "\f0e7";
}
.icon-windows8:before {
content: "\f0e8";
}
.icon-soundcloud:before {
content: "\f0e9";
}
.icon-soundcloud2:before {
content: "\f0ea";
}
.icon-skype:before {
content: "\f0eb";
}
.icon-reddit:before {
content: "\f0ec";
}
.icon-hackernews:before {
content: "\f0ed";
}
.icon-wikipedia:before {
content: "\f0ee";
}
.icon-linkedin:before {
content: "\f0ef";
}
.icon-linkedin2:before {
content: "\f0f0";
}
.icon-lastfm:before {
content: "\f0f1";
}
.icon-lastfm2:before {
content: "\f0f2";
}
.icon-delicious:before {
content: "\f0f3";
}
.icon-stumbleupon:before {
content: "\f0f4";
}
.icon-stumbleupon2:before {
content: "\f0f5";
}
.icon-stackoverflow:before {
content: "\f0f6";
}
.icon-pinterest:before {
content: "\f0f7";
}
.icon-pinterest2:before {
content: "\f0f8";
}
.icon-xing:before {
content: "\f0f9";
}
.icon-xing2:before {
content: "\f0fa";
}
.icon-flattr:before {
content: "\f0fb";
}
.icon-foursquare:before {
content: "\f0fc";
}
.icon-yelp:before {
content: "\f0fd";
}
.icon-paypal:before {
content: "\f0fe";
}
.icon-chrome:before {
content: "\f0ff";
}
.icon-firefox:before {
content: "\f100";
}
.icon-IE:before {
content: "\f101";
}
.icon-edge:before {
content: "\f102";
}
.icon-safari:before {
content: "\f103";
}
.icon-opera:before {
content: "\f104";
}
.icon-file-pdf:before {
content: "\f105";
}
.icon-file-openoffice:before {
content: "\f106";
}
.icon-file-word:before {
content: "\f107";
}
.icon-file-excel:before {
content: "\f108";
}
.icon-libreoffice:before {
content: "\f109";
}
.icon-html-five:before {
content: "\f10a";
}
.icon-html-five2:before {
content: "\f10b";
}
.icon-css3:before {
content: "\f10c";
}
.icon-git:before {
content: "\f10d";
}
.icon-codepen:before {
content: "\f10e";
}
.icon-svg:before {
content: "\f10f";
}
.icon-IcoMoon:before {
content: "\f110";
}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0} @media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.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-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px);-moz-transform:translate3d(0px,0px,0px);-ms-transform:translate3d(0px,0px,0px);-o-transform:translate3d(0px,0px,0px);transform:translate3d(0px,0px,0px);-webkit-backface-visibility:visible;-moz-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//steelfutures.co.jp/wp-content/themes/g5-beyot/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(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/light-gallery/fonts/lg.eot?n1z373);
src: url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/light-gallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/light-gallery/fonts/lg.woff?n1z373) format("woff"), url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/light-gallery/fonts/lg.ttf?n1z373) format("truetype"), url(//steelfutures.co.jp/wp-content/themes/g5-beyot/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(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/light-gallery/img/vimeo-play.png) no-repeat
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
background: url(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/light-gallery/img/vimeo-play.png) 0 -58px no-repeat
}
.lg-outer .lg-has-html5 .lg-video-play {
background: url(//steelfutures.co.jp/wp-content/themes/g5-beyot/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(//steelfutures.co.jp/wp-content/themes/g5-beyot/assets/plugins/light-gallery/img/youtube-play.png) no-repeat
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
background: url(//steelfutures.co.jp/wp-content/themes/g5-beyot/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(//steelfutures.co.jp/wp-content/themes/g5-beyot/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}@-moz-keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .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;
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;
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 #9b9b9b;
clear: both;
}
.entry-content table {
width: 100%;
border: 1px solid #8a8a8a;
}
.entry-content td,
.entry-content th {
padding: 8px;
border-top: 1px solid #8a8a8a;
vertical-align: top;
}
.entry-content thead th {
font-weight: bold;
background: #f8f8f8;
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;
} body {
line-height: 1.714;
overflow-x: hidden;
color: #444444;
position: relative;
-webkit-font-smoothing: antialiased;
}
img {
max-width: 100%;
height: auto;
}
iframe {
max-width: 100%;
}
a,
a:focus,
a:hover {
outline: none;
text-decoration: none;
color: #444444;
}
a:hover,
a:focus {
color: #b29b79;
}
* {
-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: #222222;
margin-top: 0;
margin-bottom: 20px;
}
p {
margin: 0 0 20px 0;
}
input,
textarea,
button,
select {
outline: none;
}
::selection {
color: #ffffff;
background-color: #b29b79;
}
::-moz-selection {
color: #ffffff;
background-color: #b29b79;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea,
select {
padding: 0 10px;
height: 44px;
line-height: 1;
background-color: transparent;
color: #444444;
border: 1px solid #9b9b9b;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
color: #444444;
}
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: #444444;
}
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: #444444;
}
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: #444444;
}
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: #b29b79;
}
select {
height: 44px !important;
}
textarea {
padding-top: 10px;
height: auto;
}
select {
min-width: 150px;
max-width: 100%;
outline: none;
}
#wrapper {
background-color: #fff;
overflow: hidden;
}
body.boxed #wrapper {
max-width: 1200px;
margin: auto;
position: relative;
}
.container .container {
max-width: 1170px;
width: auto;
padding-left: 0;
padding-right: 0;
} .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: 100px;
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 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
color: #fff;
background-color: #222222;
}
.back-to-top i {
font-size: 22px;
line-height: 44px;
}
.back-to-top:focus,
.back-to-top:hover {
text-decoration: none;
color: #ffffff;
background-color: #b29b79;
}
.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-nav .owl-prev,
.owl-nav .owl-next {
position: absolute;
width: 50px;
height: 60px;
top: 50%;
margin-top: -30px;
background-color: #f6f6f6;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
color: #222222;
font-size: 31px;
line-height: 60px;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
background-color: #b29b79;
}
.owl-nav .owl-prev:hover i,
.owl-nav .owl-next:hover i {
color: #FFFFFF;
}
.owl-nav .owl-prev {
left: -80px;
}
.owl-nav .owl-prev:after {
border-bottom: solid 0 transparent;
border-top: solid 60px #f6f6f6;
border-right: solid 10px transparent;
left: 100%;
}
.owl-nav .owl-prev:hover:after {
border-top-color: #b29b79;
}
.owl-nav .owl-next {
right: -80px;
}
.owl-nav .owl-next:after {
border-bottom: solid 60px #f6f6f6;
border-top: solid 0 transparent;
border-left: solid 10px transparent;
right: 100%;
}
.owl-nav .owl-next:hover:after {
border-bottom-color: #b29b79;
}
.owl-nav .disabled {
cursor: not-allowed !important;
}
.owl-nav-top-right .owl-next,
.owl-nav-bottom-center .owl-next {
background-color: #b29b79 !important;
}
.owl-nav-top-right .owl-next i,
.owl-nav-bottom-center .owl-next i {
color: #fff !important;
}
.owl-nav-top-right .owl-next:after,
.owl-nav-bottom-center .owl-next:after {
border-bottom-color: #b29b79 !important;
}
.owl-dots {
text-align: center;
padding-top: 10px;
}
.owl-dots .owl-dot {
display: inline-block;
}
.owl-dots .owl-dot span {
width: 10px;
height: 10px;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
margin: 3px;
display: block;
background-color: #EBEBEB;
}
.owl-dots .owl-dot.active span {
background-color: #b29b79;
}
.color-light .owl-dots .owl-dot span {
background-color: #FFFFFF;
}
.color-light .owl-dots .owl-dot.active span {
background-color: #b29b79;
}
@media (max-width: 1380px) {
.owl-carousel:hover .owl-nav .owl-prev {
left: 0;
}
.owl-carousel:hover .owl-nav .owl-next {
right: 0;
}
.owl-nav .owl-prev {
left: 0;
}
.owl-nav .owl-next {
right: 0;
}
}
@media (max-width: 1200px) {
.owl-nav .owl-prev,
.owl-nav .owl-next {
width: 40px;
height: 50px;
margin-top: -30px;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
font-size: 24px;
line-height: 50px;
}
.owl-nav .owl-prev:after {
border-top: solid 50px #f6f6f6;
}
.owl-nav .owl-next:after {
border-bottom: solid 50px #f6f6f6;
}
}
#search_popup_wrapper form {
margin: 2em 1em;
position: relative;
}
#search_popup_wrapper input {
width: 100%;
padding-right: 95px;
}
#search_popup_wrapper input:focus {
border-color: #b29b79;
}
#search_popup_wrapper button {
position: absolute;
right: 0;
top: 0;
}
.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 0.5s 0.5s, visibility 0s 1s;
transition: opacity 0.5s 0.5s, visibility 0s 1s;
}
.popup-overlay-wrapper.in {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.popup-overlay-wrapper.in .popup-overlay-content {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: -webkit-transform 0.5s 0.2s, opacity 0.5s 0.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 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
-webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
-moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
-o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}
.popup-overlay-content input {
border: solid 2px #FFF;
padding: 1em;
height: auto;
color: #fff;
}
.popup-overlay-content input::-webkit-input-placeholder {
color: #eeeeee;
}
.popup-overlay-content input:-moz-placeholder {
color: #eeeeee;
}
.popup-overlay-content input::-moz-placeholder {
color: #eeeeee;
}
.popup-overlay-content input:-ms-input-placeholder {
color: #eeeeee;
}
.popup-overlay-content .search-button {
position: absolute;
top: 22px;
right: 30px;
color: #fff;
}
.popup-overlay-content .search-button:hover {
cursor: pointer;
color: #b29b79;
}
.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: #b29b79;
}
.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: #b29b79 !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://steelfutures.co.jp/wp-content/themes/g5-beyot/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-above-wrapper,
.menu-categories,
.menu-categories-select > i,
.header-nav-wrapper nav.primary-menu,
.header-nav-wrapper .product-text,
.popup-overlay-result a,
.search-product-wrapper .search-ajax-result li,
.search-product-wrapper .search-ajax-result li + li:before,
.toggle-icon-wrapper .toggle-icon > 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 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
} .logged-in.admin-bar .lg-toolbar {
margin-top: 32px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
border-color: #b29b79;
} .page404 {
text-align: center;
position: relative;
}
.page404:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
}
.page404 .page404-content {
position: relative;
padding-top: 150px;
padding-bottom: 205px;
}
.page404 .title {
margin-bottom: 0;
font-size: 200px;
color: #fff;
letter-spacing: -.14em;
padding-right: .14em;
}
.page404 .title span {
display: inline-block;
color: #b29b79;
}
.page404 .subtitle {
font-size: 24px;
font-weight: 500;
color: #fff;
margin-bottom: 3px;
}
.page404 .description {
max-width: 440px;
margin: auto;
margin-bottom: 56px;
font-size: 14px;
line-height: 1.7;
font-weight: 500;
letter-spacing: .02em;
color: #fff;
}
.page404 a {
color: #b29b79;
}
.page404 .search-form-wrapper {
background-color: transparent;
}
.page404 .search-form-wrapper .search-form {
position: relative;
width: 570px;
margin: auto;
}
.page404 .search-form-wrapper .search-form ::-webkit-input-placeholder { color: #fff;
font-weight: 400;
}
.page404 .search-form-wrapper .search-form ::-moz-placeholder { color: #fff;
font-weight: 400;
}
.page404 .search-form-wrapper .search-form :-ms-input-placeholder { color: #fff;
font-weight: 400;
}
.page404 .search-form-wrapper .search-form :-moz-placeholder { color: #fff;
font-weight: 400;
}
.page404 .search-form-wrapper .search-form input {
width: 100%;
height: 55px;
line-height: 55px;
padding-left: 20px;
padding-right: 45px;
border: none;
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
color: #fff;
letter-spacing: .1em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.page404 .search-form-wrapper .search-form input:focus {
border-bottom-color: #fff;
}
.page404 .search-form-wrapper .search-form button[type="submit"] {
position: absolute;
top: 0;
right: 0;
border: none;
background: none;
line-height: 55px;
padding: 0 15px;
}
@media screen and (max-width: 640px) {
.page404 .page404-content {
position: relative;
padding-top: 150px;
padding-bottom: 205px;
}
.page404 .title {
font-size: 160px;
}
.page404 .subtitle {
font-size: 20px;
}
.page404 .description {
font-size: 12px;
}
.page404 .search-form-wrapper .search-form {
width: 90%;
}
.page404 .search-form-wrapper input {
font-size: 12px;
}
} .archive-search-wrap .archive-search-result h3 {
margin: 0;
text-transform: uppercase;
letter-spacing: 0.05em;
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: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: #b29b79;
}
.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: #222222;
display: block;
position: relative;
margin-left: 15px;
line-height: 50px;
margin-top: 24.5px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.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: #222222;
position: absolute;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.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-top: 0;
margin-bottom: 15px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
color: #222222;
display: inline-block;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a:hover {
color: #b29b79;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-post-type {
margin-bottom: 0;
color: #b29b79;
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;
} @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-size: 18px;
color: #222222;
line-height: 1.2;
position: relative;
}
.block-title.lg {
font-size: 28px;
}
@media (max-width: 991px) {
.block-title {
margin-bottom: 40px !important;
}
}
.bg-gray-full {
position: relative;
}
.bg-gray-full:before {
position: absolute;
content: '';
background-color: #f6f6f6;
display: block;
height: 100%;
width: 2000%;
left: -1000%;
top: 0;
}
.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: #b29b79;
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: #9b9b9b;
font-size: 16px;
z-index: 1;
} .gf-item-wrap {
width: 100%;
float: left;
padding-left: 15px;
padding-right: 15px;
}
@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;
}
} .paging-navigation,
.comment-navigation {
position: relative;
}
.paging-navigation ul,
.comment-navigation ul {
margin: 0;
padding: 0;
width: 100%;
position: relative;
}
.paging-navigation li > a,
.comment-navigation li > a,
.paging-navigation li > span,
.comment-navigation li > span {
border: none;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
}
.paging-navigation .page-numbers,
.comment-navigation .page-numbers {
margin-right: 6px;
padding: 0 19px;
line-height: 35px;
text-align: center;
color: #fff;
font-size: 12px;
font-weight: 500;
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
background-color: #222222;
}
.paging-navigation .page-numbers.current,
.comment-navigation .page-numbers.current,
.paging-navigation .page-numbers:hover,
.comment-navigation .page-numbers:hover,
.paging-navigation .page-numbers:focus,
.comment-navigation .page-numbers:focus {
background-color: #b29b79;
color: #fff;
border-color: transparent;
}
.paging-navigation .page-numbers.prev,
.comment-navigation .page-numbers.prev {
position: absolute;
right: 104px;
width: 100px;
bottom: 0;
}
.paging-navigation .page-numbers.next,
.comment-navigation .page-numbers.next {
margin-right: 0;
position: absolute;
right: 0;
width: 100px;
bottom: 0;
}
.wp-social-login-widget {
padding: 0 15px;
}
.top-bar-left .ere_widget_login_menu {
display: inline-block;
margin-right: 20px;
}
.top-bar-left .submit-property-language {
display: inline-block;
}
.top-bar-left .submit-property-language .submit-property,
.top-bar-left .submit-property-language #lang_sel {
display: inline-block;
margin-right: 20px;
}
.top-bar-left .submit-property-language .submit-property i {
padding-right: 5px;
}
.heading-white {
color: #fff;
font-size: 48px;
font-weight: 400;
line-height: 1;
text-align: center;
}
.heading-white-idx {
color: #fff;
font-size: 90px;
font-weight: 600;
line-height: 1.05;
}
.color-white label {
color: #fff !important;
}
.hidden-content p {
display: none;
} @media (max-width: 768px) {
.heading-white {
font-size: 30px;
}
} @media (max-width: 480px) {
.heading-white {
font-size: 20px;
}
}
.breadcrumbs {
margin: 0;
padding: 0;
list-style: none;
font-size: 0;
}
.breadcrumbs li {
display: inline-block;
}
.breadcrumbs li a,
.breadcrumbs li span {
font-size: 12px;
color: #fff;
line-height: 1.8;
font-weight: 500;
text-transform: uppercase;
}
.breadcrumbs li span {
color: #868686;
}
.breadcrumbs li:after {
font-family: 'FontAwesome';
display: inline-block;
content: '\f105';
font-size: 14px;
letter-spacing: -0.02em;
padding: 0 10px;
color: #c5c5c5;
}
.breadcrumbs li:last-child:after {
display: none;
}
.breadcrumbs:before {
content: "\f015";
font-family: fontawesome;
color: #b29b79;
font-size: 12px;
display: inline-block;
padding-right: 8px;
}
.page-title-inner {
position: relative;
}
.parallax-disabled {
background-attachment: scroll !important;
background-position: 50% 50% !important;
}
.page-title {
overflow: hidden;
position: relative;
}
.page-title .page-title-background {
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
position: relative;
background-color: transparent;
z-index: 0;
}
.page-title .page-title-background:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1;
}
.page-title:not(.page-title-background) {
background-color: rgba(0, 0, 0, 0.6);
}
.page-title .container {
position: relative;
z-index: 1;
}
.page-title .page-title-inner {
display: table;
width: 100%;
}
.page-title .page-title-inner .page-title-main-info,
.page-title .page-title-inner .breadcrumbs {
display: table-cell;
vertical-align: middle;
}
.page-title .page-title-inner .breadcrumbs {
white-space: nowrap;
text-align: right;
padding-left: 30px;
}
.page-title h1 {
font-size: 60px;
font-weight: bold;
color: #fff;
line-height: 1;
-ms-word-wrap: break-word;
word-wrap: break-word;
margin-bottom: 5px;
}
.page-title p {
font-size: 22px;
font-family: 'Poppins';
margin-bottom: 14px;
color: #b29b79;
font-style: italic;
line-height: 1.3;
letter-spacing: 0.03em;
}
.page-title .page-title-background {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.page-title .page-title-background.page-title-parallax {
height: 150%;
top: -25%;
}
.page-title.property-single-page-title {
text-align: left;
}
.page-title.property-single-page-title .page-title-inner {
display: table;
width: 100%;
}
.page-title.property-single-page-title .page-title-inner > div {
float: none;
display: table-cell;
vertical-align: middle;
}
.page-title.property-single-page-title .property-status span {
display: inline-block;
color: #fff;
font-weight: 400;
background-color: #b29b79;
padding-left: 20px;
padding-right: 15px;
margin-left: 3px;
margin-right: 10px;
margin-bottom: 10px;
position: relative;
}
.page-title.property-single-page-title .property-status span:after {
position: absolute;
content: '';
display: block;
left: 100%;
top: 0;
border-top: 12px solid transparent;
border-bottom: 11px solid transparent;
border-left: 10px solid #b29b79;
border-right-color: #b29b79;
}
.page-title.property-single-page-title h1 {
font-size: 40px;
font-weight: 500;
}
.page-title.property-single-page-title .property-info {
text-align: right;
padding-left: 20px;
}
.page-title.property-single-page-title .property-info .property-price {
font-weight: bold;
font-size: 24px;
color: #fff;
}
.page-title.property-single-page-title .property-info .property-position {
font-weight: normal;
color: #bababa;
}
@media (max-width: 991px) {
.page-title .page-title-inner {
display: block;
}
.page-title .page-title-inner .page-title-main-info,
.page-title .page-title-inner .breadcrumbs {
display: block;
vertical-align: middle;
}
.page-title .page-title-inner .breadcrumbs {
text-align: left;
padding-left: 0;
}
.page-title h1 {
font-size: 48px;
}
.page-title p {
font-size: 32px;
margin-bottom: -5px;
}
}
@media (max-width: 768px) {
.page-title h1 {
font-size: 36px;
}
.page-title p {
font-size: 24px;
margin-bottom: -5px;
}
.page-title.property-single-page-title .page-title-inner {
display: block;
}
.page-title.property-single-page-title .page-title-inner > div {
display: block;
}
.page-title.property-single-page-title .property-info {
text-align: left;
padding-left: 0;
margin-top: 10px;
}
}
@media (max-width: 480px) {
.page-title h1 {
font-size: 24px;
}
.page-title p {
font-size: 20px;
}
}
.beyot-class .property-single-page-title + div .property-main-info {
display: none !important;
}
.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 0.3s;
transition: opacity 0.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 0.6s forwards;
animation: anim-dash 0.6s forwards;
}
.dialog-inner {
opacity: 0;
background: #fff;
}
.dialog--open .dialog-inner {
padding: 30px;
opacity: 1;
-webkit-transition: opacity 0.85s 0.35s;
transition: opacity 0.85s 0.35s;
}
.dialog.dialog--open h2 {
-webkit-animation: anim-elem-1 0.7s ease-out both;
-o-animation: anim-elem-1 0.7s ease-out both;
animation: anim-elem-1 0.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: #b29b79;
}
.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: 5px 0;
color: inherit;
}
.main-menu:not(.x-nav-menu) li li a:hover {
color: #b29b79;
}
.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: 13px;
padding-bottom: 13px;
}
.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;
list-style: none;
padding: 10px 0;
margin: 0;
background-color: #fff;
position: absolute;
top: 0;
left: 100%;
color: #111;
z-index: 999;
border-bottom: solid 2px #b29b79;
}
.main-menu:not(.x-nav-menu) > li ul li {
position: relative;
min-width: 210px;
padding-left: 20px;
padding-right: 20px;
line-height: 35px;
}
.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: "\f107";
font-family: fontawesome;
}
.x-sub-menu-open > a b.x-caret {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.x-custom-content-wrapper {
white-space: normal;
line-height: 1.8;
padding-top: 5px;
padding-bottom: 5px;
}
.x-nav-menu img {
max-width: 100%;
height: auto;
}
.x-image-layout > a {
display: block;
}
.x-image-layout {
text-align: center;
}
.x-image-layout .x-menu-a-text {
color: #222222;
}
.x-image-layout .x-menu-a-text:hover {
color: #b29b79;
}
@media screen and (min-width: 992px) {
.x-col-1-12 {
width: 8.33333333333333%;
}
.x-col-2-12 {
width: 16.6666666666667%;
}
.x-col-3-12 {
width: 25%;
}
.x-col-4-12 {
width: 33.3333333333333%;
}
.x-col-5-12 {
width: 41.6666666666667%;
}
.x-col-6-12 {
width: 50%;
}
.x-col-7-12 {
width: 58.3333333333333%;
}
.x-col-8-12 {
width: 66.6666666666667%;
}
.x-col-9-12 {
width: 75%;
}
.x-col-10-12 {
width: 83.3333333333333%;
}
.x-col-11-12 {
width: 91.6666666666667%;
}
.x-col-12-12 {
width: 100%;
}
.x-col-1-11 {
width: 9.09090909090909%;
}
.x-col-2-11 {
width: 18.1818181818182%;
}
.x-col-3-11 {
width: 27.2727272727273%;
}
.x-col-4-11 {
width: 36.3636363636364%;
}
.x-col-5-11 {
width: 45.4545454545455%;
}
.x-col-6-11 {
width: 54.5454545454545%;
}
.x-col-7-11 {
width: 63.6363636363636%;
}
.x-col-8-11 {
width: 72.7272727272727%;
}
.x-col-9-11 {
width: 81.8181818181818%;
}
.x-col-10-11 {
width: 90.9090909090909%;
}
.x-col-1-10 {
width: 10%;
}
.x-col-2-10 {
width: 20%;
}
.x-col-3-10 {
width: 30%;
}
.x-col-4-10 {
width: 40%;
}
.x-col-5-10 {
width: 50%;
}
.x-col-6-10 {
width: 60%;
}
.x-col-7-10 {
width: 70%;
}
.x-col-8-10 {
width: 80%;
}
.x-col-9-10 {
width: 90%;
}
.x-col-1-8 {
width: 12.5%;
}
.x-col-3-8 {
width: 37.5%;
}
.x-col-5-8 {
width: 62.5%;
}
.x-col-7-8 {
width: 87.5%;
}
.x-col-1-9 {
width: 11.1111111111111%;
}
.x-col-2-9 {
width: 22.2222222222222%;
}
.x-col-4-9 {
width: 44.4444444444444%;
}
.x-col-5-9 {
width: 55.5555555555556%;
}
.x-col-7-9 {
width: 77.7777777777778%;
}
.x-col-8-9 {
width: 88.8888888888889%;
}
.x-col-1-7 {
width: 14.2857142857143%;
}
.x-col-2-7 {
width: 28.5714285714286%;
}
.x-col-3-7 {
width: 42.8571428571429%;
}
.x-col-4-7 {
width: 57.1428571428571%;
}
.x-col-5-7 {
width: 71.4285714285714%;
}
.x-col-6-7 {
width: 85.7142857142857%;
}
.x-col {
display: block;
float: left;
}
.x-clear {
clear: both;
}
.x-new-row {
clear: both;
}
li.x-pos-static {
position: static;
}
li.x-text-align-right {
text-align: right;
}
li.x-text-align-left {
text-align: left;
}
li.x-text-align-center {
text-align: center;
}
span.x-disable-text {
display: none;
}
i.x-menu-icon {
color: #b29b79;
}
i.x-menu-icon.x-icon-left {
padding-right: 10px;
}
i.x-menu-icon.x-icon-right {
padding-left: 10px;
}
i.x-menu-icon.x-icon-left.x-disable-text {
padding-right: 0;
}
i.x-menu-icon.x-icon-right.x-disable-text {
padding-left: 0;
}
li > a.x-disable-menu-item {
display: none !important;
}
li.x-new-row:after {
content: "";
display: block;
clear: both;
}
.x-list-style-none {
list-style: none;
list-style-position: inside;
}
.x-list-style-disc {
list-style: disc !important;
list-style-position: inside !important;
}
.x-list-style-square {
list-style: square !important;
list-style-position: inside !important;
}
.x-list-style-circle {
list-style: circle !important;
list-style-position: inside !important;
}
li.x-image-layout-image-only a.x-menu-a-text {
display: none;
}
li.x-image-layout-image-only p.x-description {
display: none;
}
li.x-image-layout-above > a.x-image + a.x-menu-a-text {
margin-top: 10px;
}
.x-sub-menu-standard .x-sub-menu.x-pos-left-menu-parent,
.x-sub-menu-standard .x-sub-menu.x-pos-left-menu-bar {
right: 100%;
left: auto;
}
.x-sub-menu.x-pos-full {
left: 0;
right: 0;
}
.x-nav-menu {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.x-nav-menu * {
color: inherit;
box-sizing: border-box;
}
.x-nav-menu > .x-menu-item {
display: inline-block;
line-height: 1;
}
.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: 0px;
}
.x-nav-menu > .x-menu-item > .x-menu-a-text {
font-size: 13px;
text-transform: uppercase;
font-weight: 500;
color: #222222;
line-height: 1;
}
.x-nav-menu > .x-menu-item:not(.x-has-description) {
line-height: 50px;
vertical-align: middle;
}
.x-sub-menu {
height: 0;
visibility: hidden;
overflow: hidden;
position: absolute;
opacity: 0;
top: 100%;
padding: 0;
margin: 0;
color: #111;
z-index: -1;
list-style: none;
background-color: #fff;
border-bottom: solid 2px #b29b79;
-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;
z-index: 1;
min-width: 245px !important;
white-space: nowrap;
padding-left: 20px;
padding-right: 20px;
}
.x-sub-menu .x-menu-item + .x-menu-item > .x-menu-a-text {
border-top: solid 1px #ededed;
}
.x-sub-menu .x-menu-a-text {
line-height: 30px;
}
.x-sub-menu b.x-caret:before {
content: "\f178";
font-size: 11px;
}
.header-3 .x-sub-menu {
top: auto !important;
}
.x-menu-item {
line-height: 50px;
}
.x-active > .x-sub-menu {
overflow: visible;
visibility: visible;
opacity: 1;
height: auto;
z-index: 999;
border-top: solid 1px #eee;
}
.x-menu-a-text {
font-size: 15px;
font-weight: 500;
}
p.x-description {
font-size: 12px;
font-weight: bold;
line-height: 1;
margin-bottom: 8px;
color: #aaaaaa;
}
span.x-menu-text {
position: relative;
}
.x-sub-menu-standard {
padding: 10px 0;
}
.x-sub-menu-standard > .x-menu-item b.x-caret {
position: absolute;
right: 0;
transition: all 0.5s;
top: 50%;
margin-top: -15px;
}
.x-sub-menu-standard a.x-menu-a-text {
padding: 5px 15px 5px 0;
color: inherit;
-webkit-transition: background 0.3s ease-out;
-moz-transition: background 0.3s ease-out;
-ms-transition: background 0.3s ease-out;
-o-transition: background 0.3s ease-out;
transition: background 0.3s ease-out;
display: block;
}
.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 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon,
.x-sub-menu-standard a.x-menu-a-text:hover > span.x-menu-text {
padding-left: 20px;
}
.x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text {
padding-left: 0;
}
.x-sub-menu-standard a.x-menu-a-text:hover {
color: #b29b79;
}
.x-sub-menu-standard .x-sub-menu {
top: 0;
left: 100%;
right: auto;
}
.x-sub-menu-multi-column {
padding-bottom: 20px;
display: block;
color: #999;
}
.x-sub-menu-multi-column.no-padding {
padding: 0;
}
.x-sub-menu-multi-column:after {
content: "";
display: block;
clear: both;
}
.x-sub-menu-multi-column > .x-menu-item {
margin-top: 20px;
}
.x-sub-menu-multi-column .x-menu-item {
min-width: 0;
}
.x-sub-menu-multi-column .x-menu-item + .x-menu-item > .x-menu-a-text {
border-top: none;
}
.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-menu-a-text {
line-height: 32px;
}
.x-sub-menu-multi-column .x-sub-menu {
padding-top: 0;
padding-bottom: 0;
height: auto;
visibility: visible;
opacity: 1;
position: static;
background-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: none;
z-index: 999;
overflow: visible;
}
.x-sub-menu-multi-column li.x-active > ul.x-sub-menu {
visibility: visible !important;
opacity: 1 !important;
overflow: visible !important;
}
.x-sub-menu-multi-column .x-header-column > a {
color: #191919;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
position: relative;
line-height: 1;
display: block;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 30px;
border-bottom: solid 2px #ededed;
}
.x-sub-menu-multi-column b.x-caret {
display: none;
}
.x-tabs.x-item-menu-tab {
position: static;
padding: 0;
margin: 0;
}
.x-tabs.x-item-menu-tab > .x-menu-a-text {
display: none;
}
.x-sub-menu-tab > .x-menu-item {
position: static;
padding-left: 0;
padding-right: 0;
}
.x-sub-menu-tab > li > ul.x-sub-menu {
position: absolute;
left: 0;
right: 0;
top: 0;
border-bottom: 0;
visibility: hidden;
overflow: hidden;
opacity: 0;
height: 0;
padding-bottom: 30px;
}
.x-sub-menu-tab > li.x-menu-item > a.x-menu-a-text {
display: block;
position: relative;
padding-left: 20px;
padding-right: 20px;
line-height: 50px;
}
.x-sub-menu-tab > li.x-menu-active {
background-color: #b29b79;
color: #ffffff;
}
.x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:after {
content: '';
position: absolute;
right: 0;
border-top: solid 8px transparent;
border-bottom: solid 8px transparent;
border-right: solid 8px #fff;
height: 16px;
top: 0;
bottom: 0;
margin: auto;
}
.x-sub-menu-tab > li.x-menu-active > 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: #fafafa;
}
.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: #b29b79;
}
.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: #b29b79 !important;
}
.header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text > span.x-menu-text:before,
.header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-parent > a.x-menu-a-text > span.x-menu-text:before,
.header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-item > a.x-menu-a-text > span.x-menu-text:before,
.header-wrapper.nav-accent-color .x-nav-menu > li.menu-current > a.x-menu-a-text > span.x-menu-text:before,
.header-wrapper.nav-accent-color .x-nav-menu > li > a.x-menu-a-text:hover > span.x-menu-text:before,
.header-wrapper.nav-accent-color .x-nav-menu > li.x-menu-item:hover > a > span.x-menu-text:before {
width: 100%;
}
}
@media screen and (max-width: 991px) {
i.x-icon-left {
margin-right: 10px;
}
i.x-icon-right {
margin-left: 10px;
}
.x-sub-menu {
display: none;
margin: 0;
padding: 0;
}
p.x-description,
.x-custom-content-wrapper,
.x-image {
padding-left: 20px;
padding-right: 20px;
}
a.x-image {
padding-top: 20px;
display: inline-block;
}
.x-nav-menu,
.x-nav-menu ul {
list-style: none;
}
.x-menu-item {
position: relative;
}
.x-nav-menu {
padding: 0;
margin: 0;
}
.x-nav-menu a.x-menu-a-text {
padding-top: 10px;
padding-bottom: 10px;
display: inline-block;
text-transform: uppercase;
font-weight: 700;
}
b.x-caret:before {
font-weight: 700;
vertical-align: middle;
}
.x-caret {
position: absolute;
right: 0;
}
.x-sub-menu,
.x-nav-menu,
.x-nav-menu li.x-menu-item + li {
border-top: solid 1px #eeeeee;
}
.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: #b29b79;
}
.menu-drop-fly .nav-menu-mobile {
display: block;
}
.menu-drop-fly .x-sub-menu,
.menu-drop-fly .x-nav-menu,
.menu-drop-fly li.x-menu-item + li {
border-color: #313131;
}
.menu-drop-fly .x-caret {
right: 20px;
}
.menu-drop-fly .x-menu-a-text {
padding-left: 20px !important;
padding-right: 20px;
}
.menu-drop-fly .x-menu-item .x-menu-item .x-menu-a-text {
text-transform: none;
}
.menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
font-weight: 400;
}
.menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
font-size: 14px;
}
.menu-drop-fly .x-sub-menu {
background-color: #313131;
position: relative;
border-top: none !important;
}
.menu-drop-fly .x-sub-menu .x-sub-menu {
background-color: #414141;
}
.menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu {
background-color: #515151;
}
.menu-drop-fly li li.x-menu-item + li {
border-color: #414141;
}
.menu-drop-fly li li li.x-menu-item + li {
border-color: #515151;
}
.menu-drop-fly li li li li.x-menu-item + li {
border-color: #616161;
}
.menu-drop-fly .x-sub-menu:before {
content: '';
position: absolute;
left: 20px;
border-left: solid 6px transparent;
border-right: solid 6px transparent;
border-top: solid 6px #212121;
}
.menu-drop-fly .x-sub-menu .x-sub-menu:before {
border-top-color: #313131;
}
.menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu:before {
border-top-color: #414141;
}
.menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu .x-sub-menu:before {
border-top-color: #515151;
}
body {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.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 0.5s, visibility 1s;
transition: opacity 0.5s, visibility 1s;
cursor: url(https://steelfutures.co.jp/wp-content/themes/g5-beyot/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;
}
}
.header-mobile-nav.menu-drop-fly .x-description {
display: none;
}  .sidebar .widget {
margin-bottom: 65px;
}
.primary-sidebar .widget > div {
background-color: #f8f8f8;
padding: 30px 10px;
}
.primary-sidebar .widget .ihf-container {
display: block !important;
}
.primary-sidebar .widget-title {
margin-bottom: 20px;
}
.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 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
} .widget {
margin-bottom: 60px;
}
.widget:after {
content: '';
clear: both;
display: block;
}
.widget cite {
font-family: 'Poppins';
color: #b29b79;
}
.widget-title {
padding: 0;
margin-bottom: 40px;
font-size: 21px;
font-weight: 600;
position: relative;
padding-left: 35px;
}
.widget-title:before {
content: "";
position: absolute;
width: 15px;
height: 4px;
background-color: #b29b79;
top: 0;
bottom: 0;
left: 0;
margin: auto;
}  .search-form {
position: relative;
width: 100%;
}
.search-form .search-field {
height: 44px;
border: solid 1px #9b9b9b;
width: 100%;
-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-right: 65px;
padding-left: 15px;
}
.search-form .search-field:focus {
border-color: #b29b79;
}
.search-form .search-submit {
position: absolute;
padding: 0;
width: 44px;
height: 44px;
right: 0;
top: 0;
font-size: 12px;
background-color: transparent;
color: #444444;
border: none;
border-left: 0;
background-clip: padding-box;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.search-form .search-submit:hover {
color: #b29b79;
}
.search-form .search-submit i {
line-height: 44px;
width: 44px;
text-align: center;
}
.search-form input {
width: 100%;
padding-left: 25px;
padding-right: 44px;
height: 44px;
line-height: 44px;
}
.search-form button {
position: absolute;
top: 0px;
right: 0;
width: 44px;
text-align: center;
height: 44px;
padding: 0;
border: none;
}
.search-form button i {
line-height: 44px;
font-size: 18px;
} .widget_calendar .calendar_wrap caption {
color: #222222;
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: #9b9b9b;
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
border: solid 1px #9b9b9b;
text-align: center;
padding: 8px 0 2px;
}
.widget_calendar #wp-calendar tbody td#today,
.widget_calendar #wp-calendar th#today {
background-color: #b29b79;
color: #fff;
}
.widget_calendar #wp-calendar tbody td#today a,
.widget_calendar #wp-calendar th#today a {
color: #fff;
}
.widget_calendar #wp-calendar tfoot td {
font-size: 12px;
color: #222222;
text-transform: uppercase;
font-weight: bold;
}
.widget_calendar #wp-calendar tfoot tr {
background-color: #222222;
line-height: 35px;
}
.widget_calendar #wp-calendar tfoot tr td#prev {
padding-left: 10px;
}
.widget_calendar #wp-calendar tfoot tr td#prev a {
color: #fff;
}
.widget_calendar #wp-calendar tfoot tr td#next {
padding-right: 10px;
}
.widget_calendar #wp-calendar tfoot tr td#next a {
color: #fff;
}
.widget_calendar #wp-calendar td#next {
text-align: right;
} .widget_archive select,
.widget_categories select {
width: 100%;
margin: 0;
margin-top: 5px;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
display: none;
} .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 > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_product_categories > ul,
.widget_recent_entries > ul {
padding-top: 0;
padding-bottom: 0;
margin-top: -10px;
}
.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: 24px;
font-size: 14px;
position: relative;
color: #444444;
}
.widget_meta li span.count,
.widget_archive li span.count,
.widget_categories li span.count,
.widget_nav_menu li span.count,
.widget_pages li span.count,
.widget_product_categories li span.count,
.widget_recent_entries li span.count {
float: right;
color: #b29b79;
letter-spacing: 0.05em;
}
.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: 9px 0;
color: inherit;
font-size: 14px;
font-weight: 500;
border-top: solid 1px transparent;
border-bottom: solid 1px transparent;
text-transform: uppercase;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.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;
}
.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: 44px;
height: 44px;
text-align: center;
line-height: 44px;
right: 15px;
}
.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: #b29b79;
}
.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: #b29b79;
}
.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_recent_comments .rss-widget-icon,
.widget_rss .rss-widget-icon {
margin-bottom: 4px;
}
.widget_recent_comments .widget-title,
.widget_rss .widget-title {
margin-bottom: 0;
}
.widget_recent_comments ul,
.widget_rss ul {
list-style: none;
padding: 0;
margin: 0;
}
.widget_recent_comments > ul,
.widget_rss > ul {
padding: 0;
}
.widget_recent_comments li,
.widget_rss li {
padding: 10px 0;
}
.widget_recent_comments li ul,
.widget_rss li ul {
padding-left: 20px;
}
.widget_recent_comments a,
.widget_rss a {
color: #b29b79;
} .tagcloud {
font-size: 0;
margin-bottom: -5px;
}
.tagcloud a {
display: inline-block;
vertical-align: top;
font-size: 12px !important;
line-height: 1;
padding: 10px 20px 8px 20px;
margin: 0 5px 5px 0;
border: solid 1px #9b9b9b;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.tagcloud a:hover {
background-color: #b29b79;
border-color: #b29b79;
color: #ffffff !important;
}  .social-profiles a {
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.social-profiles a:hover i {
color: #b29b79;
}
.social-profiles.default a + a {
margin-left: 25px;
}
.social-profiles.icon-small i {
font-size: 13px !important;
}
.social-profiles.icon-large i {
font-size: 16px !important;
}
.social-profiles.circle a + a {
margin-left: 3px;
}
.social-profiles.circle i {
background-color: rgba(158, 186, 196, 0.1);
text-align: center;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.social-profiles.circle i:hover {
background-color: #b29b79;
color: #fff;
}
.social-profiles.circle.icon-small i {
width: 36px;
height: 36px;
line-height: 36px;
}
.social-profiles.circle.icon-large i {
width: 40px;
height: 40px;
line-height: 40px;
}
.social-profiles.dark a i {
color: #222222;
}
.social-profiles.dark a:hover i {
color: #b29b79;
}
.social-profiles.dark.circle i {
background-color: #eee;
}
.social-profiles.dark.circle i:hover {
background-color: #b29b79;
color: #fff;
} .widget-posts ul {
list-style: none;
padding: 0;
margin: 0;
margin-top: 5px;
}
.widget-posts li {
margin-bottom: 30px;
}
.widget-posts li:last-child {
margin-bottom: 0;
}
.widget-posts .entry-thumb-wrap {
width: 70px;
margin-bottom: 0;
float: left;
}
.widget-posts .entry-thumb-wrap + .entry-content-wrap {
padding-left: 80px;
}
.widget-posts .entry-post-title {
font-size: 13px;
font-weight: 400;
margin: 0 !important;
line-height: 25px;
}
.widget-posts .entry-meta-date {
font-size: 12px;
color: #b29b79;
font-weight: 400;
line-height: 25px;
}
.widget-posts .entry-thumbnail .zoomGallery {
font-size: 12px;
line-height: 25px;
}
.widget-posts .post-video .zoomGallery {
font-size: 18px;
line-height: 18px;
}
.widget-posts .owl-carousel > .owl-nav {
display: none !important;
} .widget-feeds i {
float: left;
width: 30px;
margin-top: 10px;
font-size: 20px;
color: #b29b79;
}
.widget-feeds span.twitter-time {
font-size: 15px;
display: block;
color: #919191;
}
.widget-feeds .twitter-content {
overflow: hidden;
}
.widget-feeds .widget-twitter-item + .widget-twitter-item {
margin-top: 30px;
} .mailchimp-widget .g5plus-mailchimp {
text-align: left;
}
.mailchimp-widget .g5plus-mailchimp p {
display: block;
}
.mailchimp-widget .g5plus-mailchimp .form-control {
height: 42px;
padding: 0 21px;
font-size: 14px;
border: 1px solid rgba(255, 255, 255, 0.3);
margin-bottom: 15px;
}
.mailchimp-widget .g5plus-mailchimp .form-control::-webkit-input-placeholder {
color: #bababa;
}
.mailchimp-widget .g5plus-mailchimp .form-control:-moz-placeholder {
color: #bababa;
}
.mailchimp-widget .g5plus-mailchimp .form-control::-moz-placeholder {
color: #bababa;
}
.mailchimp-widget .g5plus-mailchimp .form-control:-ms-input-placeholder {
color: #bababa;
}
.mailchimp-widget .g5plus-mailchimp .submit {
display: none;
}
.mailchimp-widget .g5plus-mailchimp .btn {
display: inline-block;
} .primary-sidebar .widget:last-child {
margin-bottom: 0;
}
.primary-sidebar .widget_meta > div,
.primary-sidebar .widget_archive > div,
.primary-sidebar .widget_categories > div,
.primary-sidebar .widget_nav_menu > div,
.primary-sidebar .widget_pages > div,
.primary-sidebar .widget_product_categories > div,
.primary-sidebar .widget_recent_entries > div {
padding-top: 0;
padding-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 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.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 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.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 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.overlay-canvas-sidebar.changed {
display: block;
z-index: 1000;
background-color: rgba(0, 0, 0, 0.6);
cursor: url(https://steelfutures.co.jp/wp-content/themes/g5-beyot/assets/images/close.png) 15 15, default;
}
} .background-position-top.important {
background-position: top !important;
} .ere_widget_mortgage_calculator .ere-mortgage-wrap .title-mc-item,
.ere_widget_mortgage_calculator .ere-mortgage-wrap .mc-output p {
color: #222222 !important;
} .ere_widget_top_agents .ere-list-top-agents-wrap .agent-info h4 a {
color: #222222 !important;
}
.ere_widget_top_agents .ere-list-top-agents-wrap .agent-info h4 a:hover {
color: #b29b79 !important;
}
.ere_widget_top_agents .ere-list-top-agents-wrap .agent-info .total_property {
color: #b29b79 !important;
} .footer-get-in-touch {
list-style-type: none;
margin: 0;
padding: 0 !important;
}
.footer-get-in-touch li {
display: block;
line-height: 2.2;
}
.footer-get-in-touch li span {
display: table-cell;
vertical-align: top;
}
.footer-get-in-touch li span:first-child {
padding-right: 10px;
padding-top: 7px;
} .horizontal-menu li {
display: inline-block;
margin-right: 35px;
}
.horizontal-menu li a {
font-weight: 500 !important;
font-size: 12px !important;
}
.horizontal-menu li:last-of-type {
margin-right: 0;
} .custom-widget-footer {
margin: 60px auto 0;
padding-bottom: 20px;
max-width: 550px;
}
.custom-widget-footer .widget {
margin-bottom: 40px;
} .widget-info .info-item {
max-width: 250px;
}
.widget-info span {
display: table-cell;
vertical-align: middle;
text-align: left;
}
.widget-info span:first-child {
font-size: 24px;
padding-right: 7px;
}
.widget-info span:last-child {
font-weight: 500;
line-height: 1.5;
}
.sidebar .dsidx-resp-area-submit input[type="submit"] {
width: 100% !important;
}
.sidebar .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-right {
padding-left: 0 !important;
}
.widget .ihf-small-results-photo {
margin-top: 20px;
margin-bottom: 20px;
}
.widget .gallery-prop-info .address a {
color: #222222 !important;
font-size: 18px;
font-weight: 600;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.widget .gallery-prop-info .address a:hover {
text-decoration: none !important;
color: #b29b79 !important;
}
.widget .gallery-prop-info strong {
font-weight: 600;
color: #222222;
}
@media (min-width: 992px) and (max-width: 1199px) {
.widget-info .info-item {
max-width: 200px;
}
} .coming-soon .fixed-top img {
max-width: 132px;
}
@media screen and (max-width: 991px) {
.coming-soon .fs-24 {
font-size: 20px !important;
}
}
@media screen and (max-width: 479px) {
.coming-soon .fs-24 {
font-size: 16px !important;
}
}
@media screen and (min-width: 1500px) {
.coming-soon .g5plus-countdown {
margin-top: 25px;
margin-bottom: 40px !important;
}
.coming-soon .fixed-top,
.coming-soon .fixed-bottom {
position: fixed;
left: 0;
right: 0;
margin: auto;
}
.coming-soon .fixed-bottom {
bottom: 60px;
}
.coming-soon .fixed-top {
top: 60px;
}
} .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: #b29b79;
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-inner {
padding-top: 0px;
padding-bottom: 0px;
}
.top-drawer-type-toggle .top-drawer-inner {
display: none;
}
@media screen and (max-width: 991px) {
.top-drawer-mobile-invisible {
display: none;
}
}
.bar-left {
text-align: left;
}
.bar-right {
text-align: right;
}
.bar-wrapper {
font-size: 12px;
}
.bar-wrapper .widget {
margin-bottom: 0 !important;
}
.topbar-link {
padding-right: 15px;
cursor: pointer;
}
.topbar-link i {
color: #b29b79;
padding-right: 9px;
}
.top-bar-wrapper a:hover {
color: #b29b79;
}
.top-bar-wrapper {
background-color: #222222;
color: #ffffff;
}
.top-bar-wrapper a {
color: inherit;
}
.top-bar-wrapper.full-border {
border-bottom: solid 1px #eeeeee;
}
.top-bar-wrapper.container-border .top-bar-inner {
border-bottom: solid 1px #eeeeee;
}
.top-bar-wrapper .widget + .widget:before,
.top-bar-wrapper .menu > li + li:before {
border-left: solid 1px;
border-left-color: #ffffff;
border-right-color: #ffffff;
}
.top-bar-wrapper .search-form-small .search-form .search-field {
border-color: #eeeeee;
background-color: #fff;
}
.top-bar-wrapper .search-form-small .search-form .search-submit {
background-color: #222 !important;
}
.top-bar-wrapper .search-form-square .search-form .search-field {
background-color: #fff;
}
.top-bar-inner {
padding-top: 10px;
padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
header.header-mobile {
display: none;
height: 0;
}
.header-wrapper {
background-color: #ffffff;
color: #aaaaaa;
}
.header-wrapper .container-inner {
position: relative;
}
.header-above-inner {
padding-top: 0px;
padding-bottom: 0px;
}
.logo-header {
float: left;
height: 100px;
font-size: 0;
}
.logo-header:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.logo-header img {
max-height: 100px;
padding-top: 0px;
padding-bottom: 0px;
}
.logo-sticky {
display: none;
}
.header-wrapper > .container {
position: relative;
}
.header-wrapper.float-header {
position: absolute;
z-index: 999;
left: 0;
right: 0;
}
.header-nav-wrapper {
background-color: #ffffff;
color: #222222;
}
.header-customize-wrapper .header-customize-item:first-child {
margin-left: 0px;
}
.header-customize-nav {
float: right;
line-height: 50px;
color: #222222;
}
.header-customize-nav .header-customize-item {
margin-left: 0px;
}
.header-customize-nav .header-customize-item i {
font-size: 20px;
}
.header-customize-nav a {
color: #222222;
}
.header-customize-nav a:hover {
color: #b29b79;
}
.header-customize-nav input[type="text"],
.header-customize-nav input[type="search"],
.header-customize-nav input[type="email"],
.header-customize-nav input[type="url"],
.header-customize-nav input[type="password"],
.header-customize-nav input[type="tel"],
.header-customize-nav textarea,
.header-customize-nav select {
color: #222222;
}
.header-customize-nav input[type="text"]::-webkit-input-placeholder,
.header-customize-nav input[type="search"]::-webkit-input-placeholder,
.header-customize-nav input[type="email"]::-webkit-input-placeholder,
.header-customize-nav input[type="url"]::-webkit-input-placeholder,
.header-customize-nav input[type="password"]::-webkit-input-placeholder,
.header-customize-nav input[type="tel"]::-webkit-input-placeholder,
.header-customize-nav textarea::-webkit-input-placeholder,
.header-customize-nav select::-webkit-input-placeholder {
color: #868686;
}
.header-customize-nav input[type="text"]:-moz-placeholder,
.header-customize-nav input[type="search"]:-moz-placeholder,
.header-customize-nav input[type="email"]:-moz-placeholder,
.header-customize-nav input[type="url"]:-moz-placeholder,
.header-customize-nav input[type="password"]:-moz-placeholder,
.header-customize-nav input[type="tel"]:-moz-placeholder,
.header-customize-nav textarea:-moz-placeholder,
.header-customize-nav select:-moz-placeholder {
color: #868686;
}
.header-customize-nav input[type="text"]::-moz-placeholder,
.header-customize-nav input[type="search"]::-moz-placeholder,
.header-customize-nav input[type="email"]::-moz-placeholder,
.header-customize-nav input[type="url"]::-moz-placeholder,
.header-customize-nav input[type="password"]::-moz-placeholder,
.header-customize-nav input[type="tel"]::-moz-placeholder,
.header-customize-nav textarea::-moz-placeholder,
.header-customize-nav select::-moz-placeholder {
color: #868686;
}
.header-customize-nav input[type="text"]:-ms-input-placeholder,
.header-customize-nav input[type="search"]:-ms-input-placeholder,
.header-customize-nav input[type="email"]:-ms-input-placeholder,
.header-customize-nav input[type="url"]:-ms-input-placeholder,
.header-customize-nav input[type="password"]:-ms-input-placeholder,
.header-customize-nav input[type="tel"]:-ms-input-placeholder,
.header-customize-nav textarea:-ms-input-placeholder,
.header-customize-nav select:-ms-input-placeholder {
color: #868686;
}
.header-customize-nav .search-form .search-submit {
color: #b29b79;
}
.header-customize-nav .search-form .search-submit:hover {
color: #222222;
}
.header-customize-left,
.header-customize-right {
line-height: 100px;
}
.header-customize-left .header-customize-item:first-child,
.header-customize-right .header-customize-item:first-child {
margin-left: 0;
}
.header-customize-left {
float: left;
text-align: left;
}
.header-customize-left .header-customize-item {
margin-left: 13px;
}
.header-customize-right {
float: right;
text-align: right;
}
.header-customize-right .header-customize-item {
margin-left: 13px;
}
.header-customize-item {
display: inline-block;
vertical-align: middle;
line-height: 1;
max-width: 100%;
}
.header-customize-item .widget {
margin-bottom: 0;
}
.header-wrapper.full-border,
.header-wrapper.container-border .container-inner {
border-bottom: solid 1px #eeeeee;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea,
select {
color: #aaaaaa;
}
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: #aaaaaa;
}
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: #aaaaaa;
}
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: #aaaaaa;
}
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: #aaaaaa;
}
.header-float {
position: absolute;
z-index: 999;
left: 0;
right: 0;
}
.is-sticky .logo-sticky {
display: initial;
}
.is-sticky .has-logo-sticky .no-sticky {
display: none;
}
.x-menu-a-text {
position: relative;
}
.x-caret {
position: absolute;
right: -15px;
}
.header-2 .x-nav-menu > li > .x-menu-a-text,
.header-3 .x-nav-menu > li > .x-menu-a-text,
.header-4 .x-nav-menu > li > .x-menu-a-text {
position: relative;
display: block;
line-height: inherit;
}
.header-2 .x-nav-menu > li.current-menu-parent > .x-menu-a-text:after,
.header-3 .x-nav-menu > li.current-menu-parent > .x-menu-a-text:after,
.header-4 .x-nav-menu > li.current-menu-parent > .x-menu-a-text:after,
.header-2 .x-nav-menu > li:hover > .x-menu-a-text:after,
.header-3 .x-nav-menu > li:hover > .x-menu-a-text:after,
.header-4 .x-nav-menu > li:hover > .x-menu-a-text:after {
content: '';
display: block;
background-color: #b29b79;
height: 4px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.header-1 .x-caret {
top: 50%;
margin-top: -8px;
}
.header-1 .header-customize-nav {
display: inline-block;
vertical-align: middle;
background-color: #b29b79;
margin-left: 45px;
position: relative;
}
.header-1 .header-customize-nav .header-customize-item:first-child {
margin-left: 26px;
}
.header-1 .header-customize-nav .item-custom-text:before {
content: '';
display: block;
border-top: solid 0 transparent;
border-bottom: solid 50px #b29b79;
border-left: solid 22px transparent;
right: 100%;
position: absolute;
bottom: 0;
top: 0;
}
.header-1 .header-customize-nav .item-custom-text:after {
content: '';
display: block;
background-color: #b29b79;
width: 1000%;
height: 100%;
position: absolute;
left: 100%;
top: 0;
}
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
.header-1 .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
.header-1 .x-nav-menu > li.menu-current > a.x-menu-a-text,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover,
.header-1 .x-nav-menu > li.x-menu-item:hover > a {
color: #222222 !important;
}
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover,
.header-1 .x-nav-menu > li.x-active > a.x-menu-a-text,
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text {
position: relative;
}
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text .x-menu-text,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover .x-menu-text,
.header-1 .x-nav-menu > li.x-active > a.x-menu-a-text .x-menu-text,
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text .x-menu-text {
position: relative;
}
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text .x-menu-text:before,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover .x-menu-text:before,
.header-1 .x-nav-menu > li.x-active > a.x-menu-a-text .x-menu-text:before,
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text .x-menu-text:before {
content: '';
position: absolute;
top: -18px;
left: 50%;
height: 4px;
width: 10px;
margin-left: -10px;
background-color: #b29b79;
-webkit-transform: skew(0deg, 150deg);
-moz-transform: skew(0deg, 150deg);
-ms-transform: skew(0deg, 150deg);
-o-transform: skew(0deg, 150deg);
transform: skew(0deg, 150deg);
}
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text .x-menu-text:after,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover .x-menu-text:after,
.header-1 .x-nav-menu > li.x-active > a.x-menu-a-text .x-menu-text:after,
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text .x-menu-text:after {
content: '';
position: absolute;
top: -18px;
left: 50%;
height: 4px;
width: 10px;
background-color: #b29b79;
-webkit-transform: skew(0deg, -150deg);
-moz-transform: skew(0deg, -150deg);
-ms-transform: skew(0deg, -150deg);
-o-transform: skew(0deg, -150deg);
transform: skew(0deg, -150deg);
}
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text:after,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover:after,
.header-1 .x-nav-menu > li.x-active > a.x-menu-a-text:after,
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text:after {
content: '';
display: block;
width: 70%;
height: 4px;
background-color: #b29b79;
position: absolute;
top: 28px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.header-1 .primary-menu {
float: right;
}
.header-2 .logo-header {
width: 168px;
text-align: center;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: #b29b79;
}
.header-2 .header-nav-wrapper {
margin-left: 168px;
background-color: #ffffff;
}
.header-2 .header-nav-wrapper .header-customize-left,
.header-2 .header-nav-wrapper .primary-menu {
padding-left: 30px;
}
.header-2 .header-nav-wrapper .header-customize-right,
.header-2 .header-nav-wrapper .primary-menu {
padding-right: 30px;
}
.header-2 .primary-menu {
float: left;
width: 100%;
background-color: #ffffff;
}
.header-2 .header-customize-left,
.header-2 .header-customize-right {
line-height: 16px;
color: #aaaaaa;
padding-top: 23px;
padding-bottom: 23px;
}
.header-2 .header-wrapper {
background-color: transparent;
}
.header-2 .header-wrapper:before {
content: '';
display: block;
background: #ffffff;
position: absolute;
left: 0;
right: 0;
top: 0;
height: 60px;
}
.header-is-float .header-2 .is-sticky .sticky-region {
box-shadow: none;
}
.header-3 .header-customize-nav {
font-size: 12px;
}
.header-4 .primary-menu {
text-align: center;
}
.header-4 .logo-header {
border-right: 1px solid #eeeeee;
width: 215px;
text-align: center;
}
.header-4 .header-customize-nav {
border-left: 1px solid #eeeeee;
}
.search-form .search-field {
font-size: 12px;
border: 0;
padding-right: 5px;
line-height: 1;
}
.search-form .search-submit {
width: auto;
height: auto;
line-height: 1;
}
}
.is-sticky .header-above-inner {
padding-top: 0;
padding-bottom: 0;
}
.is-sticky .sticky-region {
position: fixed;
left: 0;
right: 0;
z-index: 999;
-webkit-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
margin: auto;
}
.header-is-float .is-sticky .sticky-region .header-customize-nav a:hover,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.menu-current > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li > a.x-menu-a-text:hover,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.x-menu-item:hover > a {
color: #b29b79 !important;
}
body.boxed .is-sticky .sticky-region {
max-width: 1210px;
width: 100%;
}
#lang_sel {
display: inline-block;
}
#lang_sel > ul {
position: relative;
display: inline-block;
padding: 0;
margin: 0;
}
#lang_sel > ul > li {
padding: 0;
display: block;
list-style: none;
}
#lang_sel > ul > li img {
margin-bottom: 2px;
}
#lang_sel > ul > li > a:after {
content: "\f107";
font-family: 'fontawesome';
display: inline-block;
padding-left: 14px;
}
#lang_sel > ul ul {
position: absolute;
top: 100%;
left: 0;
min-width: 150px;
list-style: none;
padding: 10px 0;
margin: 0;
display: none;
background-color: #fff;
text-align: left;
z-index: 99999;
-webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}
#lang_sel > ul ul > li {
list-style: none;
padding: 0 15px;
display: block;
line-height: 32px;
}
#lang_sel > ul ul > li a {
color: #222222;
}
#lang_sel > ul ul > li a:hover {
color: #b29b79;
}
#lang_sel > ul ul > li img {
padding-right: 5px;
}
#lang_sel > ul:hover ul {
display: block;
}
.navbar-link {
position: relative;
padding-right: 15px;
display: inline-block;
max-width: 180px;
padding-left: 30px;
line-height: 16px;
cursor: pointer;
}
.navbar-link i {
font-size: 24px;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color: #b29b79;
}
.contact-phone {
text-align: center;
color: #FFF;
font-size: 24px;
font-weight: bold;
}
.contact-phone i {
display: block;
font-size: 32px !important;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.header-customize-item .submit-property {
display: inline-block;
line-height: 50px;
background-color: #b29b79;
margin-left: 40px;
}
.header-customize-item .submit-property a {
display: block;
padding: 0 20px;
}
.header-customize-item .submit-property:hover {
background-color: #FFFFFF;
}
.header-customize-item .submit-property i {
font-size: 12px;
margin-right: 10px;
}
@media screen and (max-width: 991px) {
header.main-header {
display: none;
}
header.header-mobile {
display: block;
height: auto;
}
.top-bar-wrapper {
background-color: #ffffff !important;
color: #111111 !important;
}
.top-bar-wrapper.full-border {
border-bottom: solid 1px #eeeeee !important;
}
.top-bar-wrapper.container-border .top-bar-inner {
border-bottom: solid 1px #eeeeee !important;
}
.top-bar-wrapper .widget + .widget:before,
.top-bar-wrapper .menu > li + li:before {
border-left: solid 1px;
border-left-color: #eeeeee;
border-right-color: #eeeeee;
}
.top-bar-inner {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.header-mobile-inner {
background-color: #ffffff !important;
color: #111111 !important;
}
.header-mobile-inner a {
color: #111111;
}
.header-mobile-inner a:hover {
color: #b29b79;
}
.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: #111111 !important;
}
.header-mobile-inner .widget {
margin-bottom: 0 !important;
}
.header-mobile-container-inner {
position: relative;
z-index: 2;
}
.header-mobile-container-inner > div {
line-height: 90px !important;
}
.toggle-mobile-menu {
float: left;
}
.logo-mobile-wrapper,
.mobile-search-button,
.mobile-login {
float: right;
}
.mobile-login {
position: relative;
z-index: 1;
}
.mobile-search-button {
font-size: 20px;
position: relative;
z-index: 1;
}
.logo-mobile-wrapper {
position: absolute;
padding-left: 100px;
padding-right: 100px;
left: 0;
right: 0;
text-align: center;
}
.logo-mobile-wrapper img {
max-height: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
.nav-menu-mobile {
display: none;
}
.menu-drop-fly .search-form {
padding: 20px;
position: relative;
background-color: #111;
}
.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-fly .x-sub-menu-open > a b.x-caret {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.header-mobile-1 .mobile-search-button {
margin-right: 10px;
}
.header-mobile-1 .mobile-login + .mobile-search-button {
margin-right: 20px;
}
.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 .mobile-login + .mobile-search-button {
margin-right: 20px;
}
.header-mobile-3 .toggle-icon-wrapper {
margin-right: 20px;
}
.header-mobile-3 .mobile-login,
.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 .mobile-login + .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;
}
.user-dropdown .user-dropdown-menu {
left: auto;
right: 0;
}
.header-mobile-wrapper .user-dropdown .user-display-name i {
font-size: 20px !important;
}
} .main-footer-wrapper {
background-color: #222222;
color: #bababa;
}
.main-footer-wrapper .widget-posts .entry-post-title {
color: #bababa;
}
.main-footer-wrapper .tagcloud a {
border: solid 1px #eeeeee;
color: #bababa;
}
.main-footer-wrapper .tagcloud a:hover {
background-color: #b29b79;
border-color: #b29b79;
color: #ffffff !important;
}
.main-footer-wrapper .widget-posts .entry-meta-date {
color: #ffffff;
}
.main-footer-wrapper .bar-wrapper .menu > li {
color: inherit !important;
}
.main-footer-wrapper .bar-wrapper .menu > li:hover ul {
visibility: hidden;
opacity: 0;
}
.main-footer-wrapper .bar-wrapper .menu > li > a {
color: inherit;
font-size: 13px;
font-weight: bold;
}
.main-footer-wrapper .bar-wrapper .menu > li > a:hover {
color: #b29b79;
}
.main-footer-wrapper .li-caret {
display: none;
}
.main-footer-wrapper .current-menu-item a,
.main-footer-wrapper .current_page_item a {
color: #b29b79 !important;
}
.main-footer.full-border {
border-top: solid 1px #eeeeee;
}
.main-footer.container-border .footer-inner {
border-top: solid 1px #eeeeee;
}
.main-footer a {
color: inherit;
}
.main-footer a:hover {
color: #b29b79;
}
.main-footer .widget-title {
color: #ffffff;
border-bottom-color: #eeeeee;
font-size: 16px;
font-weight: 600;
margin-bottom: 26px;
border-bottom: 0;
padding-left: 0;
}
.main-footer .widget-title:before {
display: none;
}
.main-footer .widget {
margin-bottom: 28px;
}
.main-footer .menu {
margin-top: -10px;
}
.main-footer .menu-item a {
padding: 0;
text-transform: none;
font-size: 16px;
font-weight: 300;
line-height: 36px;
}
.main-footer .social-profiles a i {
color: #FFFFFF;
}
.footer-inner {
padding-top: 60px;
padding-bottom: 25px;
}
.bottom-bar-wrapper {
background-color: #ffffff;
color: #000000;
}
.bottom-bar-wrapper.full-border {
border-top: solid 1px #eeeeee;
}
.bottom-bar-wrapper.container-border .bottom-bar-inner {
border-top: solid 1px #eeeeee;
}
.bottom-bar-wrapper .widget + .widget {
margin-left: 10px;
}
.bottom-bar-inner {
padding-top: 12px;
padding-bottom: 12px;
font-size: 15px;
}
@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;
}
}
@media (max-width: 767px) {
footer.footer-collapse-able .widget-title {
margin-bottom: 0;
cursor: pointer;
}
footer.footer-collapse-able .widget-title:after {
content: '+';
float: right;
}
footer.footer-collapse-able .widget-title.title-expanded:after {
content: '-';
}
footer.footer-collapse-able .widget-title + div,
footer.footer-collapse-able .widget-title + ul {
padding-top: 20px;
margin: 0;
}
footer.footer-collapse-able .main-footer .sidebar {
margin-bottom: 0;
}
footer.footer-collapse-able .main-footer .sidebar + .sidebar {
margin-top: 20px;
}
footer.main-footer-wrapper .col-sm-6:nth-child(2n+1) {
clear: both;
}
.sidebar .two-col ul > li {
width: auto;
float: none;
}
} .rtl .bottom-bar-wrapper .widget + .widget {
margin-right: 10px;
margin-left: 0;
}
@media (max-width: 767px) {
.rtl footer.footer-collapse-able .widget-title:after {
float: left;
}
}
.singleAdds {
line-height: 32px;
}
.singleAdds i,
.singleAdds a,
.singleAdds p {
line-height: inherit;
}
.singleAdds p {
margin-bottom: 0;
}
.singleAdds i {
float: left;
padding-right: 10px;
color: #b29b79;
}
.singleAdds:after {
content: '';
clear: both;
}
.mail-title,
.mail-submit {
display: block;
}
.mail-title {
position: absolute;
bottom: 0;
z-index: 2;
margin: 0;
width: 410px;
text-transform: uppercase;
vertical-align: middle;
background-color: #b29b79;
color: #fff;
padding: 45px 60px 45px 160px;
}
.mail-title label {
line-height: 1;
letter-spacing: .05em;
margin: 0;
display: block;
}
.mail-title .icon-mail-fly:before,
.mail-title .icon-mail-fly:after,
.mail-title .icon-mail-fly .fly:before,
.mail-title .icon-mail-fly .fly:after {
content: "";
display: block;
position: absolute;
left: -10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #222222;
}
.mail-title .icon-mail-fly {
position: absolute;
left: 25px;
top: 25px;
}
.mail-title .icon-mail-fly:before {
height: 9px;
width: 45px;
top: 0;
}
.mail-title .icon-mail-fly:after {
height: 9px;
width: 30px;
top: 15px;
}
.mail-title .icon-mail-fly .fly:before {
height: 9px;
width: 20px;
top: 30px;
}
.mail-title .icon-mail-fly .fly:after {
height: 9px;
width: 25px;
bottom: -5px;
}
.mail-title .icon-mail-fly i {
color: #222222;
font-size: 105px;
transform: rotate(-45deg);
}
.mail-title:before {
content: "";
display: block;
position: absolute;
background-color: #b29b79;
height: 100%;
top: 0;
bottom: 0;
left: -999px;
right: 100%;
}
.mail-title:after {
content: "";
display: block;
width: 80px;
position: absolute;
background-color: #b29b79;
height: 100%;
top: 0;
bottom: 0;
right: -40px;
transform: skewX(25deg);
}
.mail-submit {
font-size: 0;
background-color: #222222;
z-index: 1;
position: relative;
bottom: 0;
padding: 33px 15px 33px 550px;
}
.mail-submit .mail-form {
position: relative;
}
.mail-submit .mail-form .mail-footer {
display: none;
}
.mail-submit .mail-form:before {
content: "";
display: block;
position: absolute;
height: 55px;
background-color: #fff;
width: 32px;
transform: skewX(25deg);
left: -16px;
}
.mail-submit input[type="email"],
.mail-submit button {
vertical-align: middle;
}
.mail-submit input[type="email"] {
background-color: #fff !important;
border: none !important;
color: #8F8F8F;
text-transform: uppercase;
width: 100%;
height: 55px;
line-height: 55px;
}
.mail-submit button {
position: absolute;
top: 0;
right: 0;
background-color: #b29b79;
height: 55px;
width: 60px;
text-align: center;
border: none;
}
.mail-submit button i {
font-size: 26px;
color: #fff;
line-height: 55px;
}
.mail-submit:after {
content: "";
display: block;
position: absolute;
left: 100%;
width: 999px;
background-color: #222222;
height: 100%;
top: 0;
bottom: 0;
}  h3.entry-post-title {
font-size: 24px;
font-weight: 600;
color: #222222;
margin-bottom: 10px !important;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
h3.entry-post-title a {
color: inherit;
}
h3.entry-post-title a:hover {
color: #b29b79;
}
.blog-read-more,
.blog-load-more {
border: 0;
font-size: 14px;
line-height: 1.5742;
color: #FFF;
padding: 10px 29px;
display: inline-block;
margin-top: 15px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.blog-read-more:hover,
.blog-load-more:hover {
color: #FFF;
}
.blog-read-more {
background-color: #b29b79;
}
.blog-read-more:hover {
background-color: #222222;
}
.blog-load-more {
background-color: #222222;
}
.blog-load-more:hover {
background-color: #b29b79;
}
.archive-wrap article {
margin-bottom: 60px;
}
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-small-image,
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image,
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
height: 166px;
padding: 0;
}
article.format-audio iframe {
height: 166px;
}
article.format-video .embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
padding-bottom: 32.478632478%;
}
article.format-video .entry-thumb-wrap a.zoomGallery {
opacity: 1;
background-color: rgba(0, 0, 0, 0.2);
}
article.format-video .entry-thumb-wrap a.zoomGallery i:hover {
background-color: #b29b79;
border-color: #b29b79;
}
article.format-video .entry-thumb-wrap a.zoomGallery i {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #fff;
line-height: 96px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
height: 100px;
width: 100px;
font-size: 45px;
padding-left: 5px;
}
article.format-link blockquote {
padding: 20px 15px 25px 0;
border: none;
border: 2px solid #9b9b9b;
padding-left: 70px;
}
article.format-link blockquote:before {
content: "\edec";
font-family: icomoon;
font-size: 30px;
color: #b29b79;
position: absolute;
left: 25px;
top: 20px;
}
article.format-link blockquote a {
font-size: 18px;
letter-spacing: 0;
color: #222222;
font-family: 'Poppins';
line-height: 1.6;
}
article.format-link blockquote a:hover {
color: #b29b79;
}
article.format-quote blockquote {
padding: 20px;
border: none;
border: 2px solid #9b9b9b;
padding-left: 65px;
}
article.format-quote blockquote:before {
content: "\ed99";
font-family: icomoon;
font-size: 30px;
color: #b29b79;
position: absolute;
left: 20px;
top: 12px;
}
article.format-quote blockquote p {
font-size: 15px;
letter-spacing: 0.02em;
color: #222222;
font-family: 'Poppins';
line-height: 1.8666667;
font-style: italic;
}
article.format-quote cite {
display: block;
margin-top: 10px;
font-style: normal;
text-transform: uppercase;
font-weight: 700;
}
article.format-quote cite a {
color: #b29b79;
}
article.sticky .entry-post-meta {
background-color: #b29b79;
}
.entry-thumb-wrap {
position: relative;
overflow: hidden;
}
.entry-thumb-wrap a.entry-thumbnail-overlay img {
width: 100%;
}
.entry-thumb-wrap a.zoomGallery {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.4);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.entry-thumb-wrap a.zoomGallery i {
font-size: 20px;
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.entry-thumb-wrap:hover a.zoomGallery {
opacity: 1;
}
.entry-thumb-wrap .owl-dots {
display: none;
}
.entry-thumb-wrap .owl-carousel:hover .owl-nav .owl-next {
right: 0;
}
.entry-thumb-wrap .owl-carousel:hover .owl-nav .owl-prev {
left: 0;
}
.entry-thumb-wrap blockquote {
margin-bottom: 0;
}
.entry-post-meta ul,
.entry-post-meta li {
list-style: none;
}
.entry-excerpt {
line-height: 1.714;
max-height: 5.142em;
overflow: hidden;
}
.embed-responsive.embed-responsive-16by9.embed-responsive-small-image {
padding-bottom: 100%;
}
.embed-responsive.embed-responsive-16by9.embed-responsive-medium-image {
padding-bottom: 70.1754386%;
} .single-blog-wrap .post-related-wrap .entry-content-inner,
.archive-masonry .entry-content-inner,
.archive-grid .entry-content-inner {
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 20px 20px 25px 20px;
}
.single-blog-wrap .post-related-wrap .entry-post-meta,
.archive-masonry .entry-post-meta,
.archive-grid .entry-post-meta {
background-color: #222222;
line-height: 0;
}
.single-blog-wrap .post-related-wrap .entry-post-meta *,
.archive-masonry .entry-post-meta *,
.archive-grid .entry-post-meta * {
color: #FFFFFF;
font-size: 12px;
}
.single-blog-wrap .post-related-wrap .entry-post-meta i,
.archive-masonry .entry-post-meta i,
.archive-grid .entry-post-meta i {
font-size: 18px;
line-height: 20px;
float: left;
margin-right: 5px;
}
.single-blog-wrap .post-related-wrap .entry-post-meta a,
.archive-masonry .entry-post-meta a,
.archive-grid .entry-post-meta a {
float: left;
line-height: 20px;
margin-top: 2px;
}
.single-blog-wrap .post-related-wrap .entry-post-meta > div,
.archive-masonry .entry-post-meta > div,
.archive-grid .entry-post-meta > div {
display: inline-block;
padding: 9px 5px 7px 25px;
width: 50%;
float: left;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav,
.archive-masonry article.format-gallery .owl-nav,
.archive-grid article.format-gallery .owl-nav {
position: initial;
top: initial;
right: initial;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div,
.archive-masonry article.format-gallery .owl-nav > div,
.archive-grid article.format-gallery .owl-nav > div {
height: 40px;
width: 30px;
margin-top: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div i,
.archive-masonry article.format-gallery .owl-nav > div i,
.archive-grid article.format-gallery .owl-nav > div i {
line-height: 40px;
font-size: 22px;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div:hover.owl-prev:after,
.archive-masonry article.format-gallery .owl-nav > div:hover.owl-prev:after,
.archive-grid article.format-gallery .owl-nav > div:hover.owl-prev:after {
border-top-color: #b29b79;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div:hover.owl-next:after,
.archive-masonry article.format-gallery .owl-nav > div:hover.owl-next:after,
.archive-grid article.format-gallery .owl-nav > div:hover.owl-next:after {
border-bottom-color: #b29b79;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav .owl-prev:after,
.archive-masonry article.format-gallery .owl-nav .owl-prev:after,
.archive-grid article.format-gallery .owl-nav .owl-prev:after {
border-top: solid 40px #f6f6f6 ;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav .owl-next:after,
.archive-masonry article.format-gallery .owl-nav .owl-next:after,
.archive-grid article.format-gallery .owl-nav .owl-next:after {
border-bottom: solid 40px #f6f6f6 ;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div.owl-prev,
.archive-masonry article.format-gallery .owl-nav > div.owl-prev,
.archive-grid article.format-gallery .owl-nav > div.owl-prev {
left: -80px;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div.owl-next,
.archive-masonry article.format-gallery .owl-nav > div.owl-next,
.archive-grid article.format-gallery .owl-nav > div.owl-next {
right: -80px;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev,
.archive-masonry article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev,
.archive-grid article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev {
left: 0;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next,
.archive-masonry article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next,
.archive-grid article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next {
right: 0;
}
.single-blog-wrap .post-related-wrap article.format-video .entry-thumb-wrap a.zoomGallery i,
.archive-masonry article.format-video .entry-thumb-wrap a.zoomGallery i,
.archive-grid article.format-video .entry-thumb-wrap a.zoomGallery i {
height: 45px;
width: 45px;
line-height: 41px;
font-size: 20px;
padding-left: 3px;
padding-top: 1px;
}
.archive-masonry article {
margin-bottom: 30px;
}
@media (max-width: 480px) {
.single-blog-wrap .post-related-wrap .entry-post-meta > div,
.archive-masonry .entry-post-meta > div,
.archive-grid .entry-post-meta > div {
padding: 9px 20px 7px 20px;
width: 100%;
}
.single-blog-wrap .post-related-wrap .entry-post-meta > div:first-child,
.archive-masonry .entry-post-meta > div:first-child,
.archive-grid .entry-post-meta > div:first-child {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
}
.archive-large-image .entry-post-meta .entry-meta-cat ul li {
display: inline-block;
}
.archive-large-image .entry-post-meta,
.single-blog-wrap .entry-post-meta {
background-color: #222222;
margin-bottom: 36px;
line-height: 0;
}
.archive-large-image .entry-post-meta *,
.single-blog-wrap .entry-post-meta * {
color: #FFFFFF;
font-size: 12px;
}
.archive-large-image .entry-post-meta i,
.single-blog-wrap .entry-post-meta i {
font-size: 18px;
line-height: 20px;
float: left;
margin-right: 10px;
}
.archive-large-image .entry-post-meta a,
.single-blog-wrap .entry-post-meta a {
float: left;
line-height: 20px;
margin-top: 2px;
}
.archive-large-image .entry-post-meta > div,
.single-blog-wrap .entry-post-meta > div {
display: inline-block;
padding: 9px 20px 7px 20px;
width: 25%;
float: left;
}
.archive-large-image .entry-post-meta .entry-meta-comment,
.single-blog-wrap .entry-post-meta .entry-meta-comment {
width: 20%;
font-size: 12px;
line-height: 1;
}
.archive-large-image .entry-post-meta .entry-meta-cat,
.single-blog-wrap .entry-post-meta .entry-meta-cat {
width: 30%;
}
.archive-large-image .entry-post-meta .entry-meta-cat span,
.single-blog-wrap .entry-post-meta .entry-meta-cat span {
display: inline-block;
line-height: 20px;
margin-top: 2px;
float: left;
margin-right: 5px;
}
.archive-large-image .entry-post-meta .entry-meta-cat ul,
.single-blog-wrap .entry-post-meta .entry-meta-cat ul {
display: inline-block;
line-height: 20px;
margin: 0;
padding: 0;
margin-top: 2px;
float: left;
}
.archive-large-image .entry-post-meta .entry-meta-cat ul li,
.single-blog-wrap .entry-post-meta .entry-meta-cat ul li {
float: left;
}
.archive-large-image .entry-post-meta .entry-meta-cat ul li + li,
.single-blog-wrap .entry-post-meta .entry-meta-cat ul li + li {
margin-left: 5px;
}
.archive-large-image .entry-post-meta .entry-meta-cat ul li + li:before,
.single-blog-wrap .entry-post-meta .entry-meta-cat ul li + li:before {
content: ',';
display: inline-block;
float: left;
margin-left: -3px;
margin-right: 5px;
}
.archive-large-image .entry-post-meta .entry-meta-cat ul li:last-child:after,
.single-blog-wrap .entry-post-meta .entry-meta-cat ul li:last-child:after {
content: '.';
display: inline-block;
}
.archive-large-image .entry-post-meta .entry-meta-cat ul li a,
.single-blog-wrap .entry-post-meta .entry-meta-cat ul li a {
margin-top: 0;
}
@media (max-width: 480px) {
.archive-large-image .entry-post-meta > div {
width: 100%;
}
}
@media (max-width: 768px) {
.archive-medium-image .entry-thumb-wrap {
width: 100%;
float: none;
margin-right: 0;
}
.archive-medium-image .entry-thumb-wrap img {
width: 100%;
}
.archive-medium-image .blog-read-more {
margin-top: 10px;
}
} .single-blog-inner { }
.single-blog-inner article {
margin-bottom: 20px;
}
.single-blog-inner ul .entry-info-post {
margin-bottom: 20px;
}
.single-blog-inner .entry-content p {
margin-bottom: 16px;
}
.single-blog-inner .entry-content blockquote {
position: relative;
border: none;
padding: 30px 50px 32px 50px;
background-color: #b29b79;
margin-bottom: 20px;
}
.single-blog-inner .entry-content blockquote p {
color: #fff;
font-size: 18px;
line-height: 1.777777778;
font-weight: 500;
font-family: 'Poppins';
margin-bottom: 0;
}
.single-blog-inner .entry-meta-tag-wrap {
padding: 24px 0;
border-top: 1px solid #9b9b9b;
border-bottom: 1px solid #9b9b9b;
}
.single-blog-inner .entry-meta-tag-wrap i {
color: #b29b79;
}
.single-blog-inner .entry-meta-tag-wrap .social-share {
display: block;
width: 50%;
float: right;
text-align: right;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a {
font-weight: 400;
font-size: 16px;
background-color: #222222;
width: 35px;
height: 35px;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
text-align: center;
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin-right: 3px;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a:last-child {
margin-right: 0;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a:hover i {
color: #FFFFFF;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.facebook:hover {
background-color: #3b5998;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.twitter:hover {
background-color: #44ccf6;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.google-plus:hover {
background-color: #d13f2d;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.linkedin:hover {
background-color: #1883BB;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.tumblr:hover {
background-color: #36465d;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.pinterest:hover {
background-color: #E71F28;
}
.single-blog-inner .entry-meta-tag-wrap .social-share i {
line-height: 35px;
color: #FFF;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag {
display: block;
width: 50%;
float: left;
line-height: 35px;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag i {
margin-right: 10px;
margin-left: 5px;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag a {
font-size: 12px;
letter-spacing: 0.05em;
font-weight: 500;
color: #222222;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag a:hover {
color: #b29b79;
}
.single-blog-inner .post-navigation {
position: relative;
padding-bottom: 15px;
border-bottom: 1px solid #9b9b9b;
}
.single-blog-inner .post-navigation .nav-previous {
width: 50%;
float: left;
text-align: left;
}
.single-blog-inner .post-navigation .nav-next {
width: 50%;
float: right;
text-align: right;
}
.single-blog-inner .post-navigation .post-navigation-content {
display: inline-block;
}
.single-blog-inner .post-navigation .post-navigation-title {
color: #222222;
font-weight: 400;
}
.single-blog-inner .post-navigation a {
display: block;
}
.single-blog-inner .author-info {
padding-bottom: 50px;
}
.single-blog-inner .author-info .author-avatar {
width: 120px;
float: left;
margin-right: 30px;
}
.single-blog-inner .author-info .author-avatar img {
width: 120px;
height: 120px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin: 0;
}
.single-blog-inner .author-info .author-description {
overflow: hidden;
}
.single-blog-inner .author-info .author-description .author-title {
font-size: 18px;
text-transform: uppercase;
font-weight: 900;
letter-spacing: 0.15em;
margin-top: 5px;
line-height: 1.6;
margin-bottom: 5px;
}
.single-blog-inner .author-info .author-description .author-title a {
color: #222222;
}
.single-blog-inner .author-info .author-description .author-title a:hover {
color: #b29b79;
}
.single-blog-inner .author-info .author-social-profile {
padding: 0;
margin: 0;
list-style: none;
}
.single-blog-inner .author-info .author-social-profile li {
display: inline-block;
margin-right: 20px;
}
.single-blog-inner .author-info .author-social-profile li a i {
color: #222222;
}
.single-blog-inner .author-info .author-social-profile li a:hover i {
color: #b29b79;
}
.single-blog-inner .author-info .author-social-profile li:last-child {
margin-right: 0;
}
.single-blog-inner .author-info .author-bio {
font-size: 16px;
line-height: 1.8;
margin-bottom: 10px;
}
.single-blog-inner .post-related-wrap .owl-dots {
display: none;
}
.single-blog-inner .post-related-wrap .owl-nav {
position: absolute;
top: -34px;
right: 0;
margin-top: 0;
}
.single-blog-inner .post-related-wrap .owl-nav i {
color: rgba(0, 0, 0, 0.5);
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-prev:hover i,
.single-blog-inner .post-related-wrap .owl-nav > div.owl-next:hover i {
color: #fff;
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-prev {
right: 65px;
left: auto;
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-next {
right: 0;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav {
position: initial;
top: initial;
right: initial;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div {
height: 40px;
width: 30px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 0;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div i {
line-height: 40px;
font-size: 22px;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div:hover.owl-prev:after {
border-top-color: #b29b79;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div:hover.owl-next:after {
border-bottom-color: #b29b79;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav .owl-prev:after {
border-top: solid 40px #f6f6f6 ;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav .owl-next:after {
border-bottom: solid 40px #f6f6f6 ;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div.owl-prev {
left: -80px;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div.owl-next {
right: -80px;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev {
left: 0;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next {
right: 0;
}
.single-blog-inner .post-related-wrap article.format-video .entry-thumb-wrap a.zoomGallery i {
height: 45px;
width: 45px;
line-height: 41px;
font-size: 20px;
padding-left: 3px;
padding-top: 1px;
}
.single-blog-inner .post-related-wrap .entry-post-meta {
margin-bottom: 0;
}
.single-blog-inner .post-related-wrap .entry-post-meta > div {
width: 100%;
}
.single-blog-inner .post-related-wrap .entry-content-inner {
border-top: none;
border-bottom: 1px solid #eee;
}
#comments {
border-top: 1px solid #eee;
}
#comments > ol {
list-style: none;
}
#comments ol.children {
list-style: none;
margin-top: 15px;
padding-left: 150px;
}
#comments ol ol ol ol.children {
padding-left: 60px;
}
#comments .comment-list {
padding: 0;
list-style: none;
margin-bottom: 0;
}
#comments .comment-list > li:first-child {
border-top: none;
}
#comments .comment-list .comment-respond .blog-line-title {
margin-bottom: 20px;
}
#comments img.avatar {
float: left;
margin: 0;
margin-right: 30px;
width: 120px;
height: 120px;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
}
#comments .comment-text {
overflow: hidden;
position: relative;
border-bottom: 1px solid #9b9b9b;
padding-bottom: 5px;
}
#comments .comment-author-date {
line-height: 16px;
margin-bottom: 20px;
}
#comments .author-name {
font-size: 14px;
font-weight: 600;
display: inline-block;
padding-right: 5px;
padding-bottom: 13px;
line-height: 20px;
}
#comments .author-name a {
color: #222222;
}
#comments .comment-date {
font-size: 12px;
font-weight: 400;
line-height: 13px;
}
#comments .comment-date:before {
content: "\f073";
font-family: fontawesome;
display: inline-block;
color: #b29b79;
margin-right: 8px;
}
#comments .comment-meta {
font-size: 12px;
text-align: right;
position: absolute;
top: 0;
right: 0;
}
#comments .comment-meta .sl-wrapper,
#comments .comment-meta .comment-reply-link,
#comments .comment-meta .comment-edit-link {
width: 32px;
height: 32px;
background-color: #222222;
color: #FFFFFF;
display: inline-block;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
text-align: center;
}
#comments .comment-meta .sl-wrapper i,
#comments .comment-meta .comment-reply-link i,
#comments .comment-meta .comment-edit-link i {
line-height: 32px;
}
#comments .comment-meta .sl-wrapper:hover,
#comments .comment-meta .comment-reply-link:hover,
#comments .comment-meta .comment-edit-link:hover {
background-color: #b29b79;
}
#comments li.comment {
padding-top: 45px;
margin-bottom: 15px;
}
#comments li.comment:last-child {
margin-bottom: 0;
}
#comments .comment-form .form-group {
margin-bottom: 25px;
}
#comments .comment-form .form-group label {
display: block;
font-size: 14px;
font-weight: 900;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #444444;
margin-bottom: 5px;
}
#comments .comment-form .input-name,
#comments .comment-form .input-email {
width: 50%;
float: left;
}
#comments .comment-form .input-name {
padding-right: 15px;
}
#comments .comment-form .input-email {
padding-left: 15px;
}
#comments .comment-form .input-phone {
clear: both;
}
#comments .comment-form input[type='text'],
#comments .comment-form input[type='email'],
#comments .comment-form input[type='url'],
#comments .comment-form textarea {
width: 100%;
max-width: 100%;
vertical-align: middle;
border: 1px solid #9b9b9b;
height: 44px;
line-height: 42px;
padding-left: 24px;
}
#comments .comment-form textarea {
height: 100px;
padding-top: 10px;
line-height: 1.8;
}
#comments .comment-form p.comment-form-field {
margin-bottom: 30px;
}
#comments .comment-form button {
font-size: 13px;
color: #fff;
}
#comments .comment-form button:hover {
color: #222222;
}
#comments .comment-respond {
margin-top: 35px;
}
#comments .comment-respond .blog-line-title {
margin-bottom: 45px;
}
h3#reply-title,
#comments .blog-line-title {
font-size: 21px;
font-weight: 600;
}
h3#reply-title:after,
#comments .blog-line-title:after {
content: "";
display: inline-block;
width: 30px;
height: 4px;
background-color: #b29b79;
margin-bottom: 3px;
margin-left: 22px;
}
@media (max-width: 991px) {
.archive-large-image .entry-post-meta > div,
.single-blog-wrap .entry-post-meta > div {
width: 50%;
}
.archive-large-image .entry-post-meta > div.entry-meta-date,
.single-blog-wrap .entry-post-meta > div.entry-meta-date,
.archive-large-image .entry-post-meta > div.entry-meta-cat,
.single-blog-wrap .entry-post-meta > div.entry-meta-cat {
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.archive-large-image .entry-post-meta > div.entry-meta-date,
.single-blog-wrap .entry-post-meta > div.entry-meta-date,
.archive-large-image .entry-post-meta > div.entry-meta-author,
.single-blog-wrap .entry-post-meta > div.entry-meta-author {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.archive-large-image .entry-post-meta > div.entry-meta-cat,
.single-blog-wrap .entry-post-meta > div.entry-meta-cat,
.archive-large-image .entry-post-meta > div.entry-meta-comment,
.single-blog-wrap .entry-post-meta > div.entry-meta-comment {
width: 50%;
}
}
@media (max-width: 800px) {
.post-related-wrap .owl-nav > div.owl-prev {
right: 55px !important;
}
#comments ol.children {
padding-left: 20px;
}
#comments ol ol ol ol.children {
padding-left: 0;
}
#comments img.avatar {
margin-right: 10px;
width: 50px;
height: 50px;
}
#comments .comment-meta {
position: static;
}
.owl-nav > div.owl-prev {
left: -80px;
}
}
@media (max-width: 599px) {
.archive-large-image .entry-post-meta > div,
.single-blog-wrap .entry-post-meta > div {
width: 100%;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.archive-large-image .entry-post-meta > div.entry-meta-cat,
.single-blog-wrap .entry-post-meta > div.entry-meta-cat,
.archive-large-image .entry-post-meta > div.entry-meta-comment,
.single-blog-wrap .entry-post-meta > div.entry-meta-comment {
width: 100%;
}
}
@media (max-width: 599px) {
.post-navigation .post-navigation-title {
display: none;
}
}
@media (max-width: 480px) {
.single-blog-inner .entry-meta-tag-wrap .social-share {
margin-top: 20px;
width: 100%;
float: none;
text-align: left;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag {
display: block;
width: 100%;
float: none;
}
.single-blog-inner .post-related-wrap .blog-line-title:after {
display: none;
}
.single-blog-inner .author-info .author-avatar {
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
.single-blog-inner .author-info .author-description {
overflow: inherit;
}
}
.sl-wrapper {
position: relative;
}
.sl-wrapper #sl-loader {
position: absolute;
bottom: 20px;
right: 0;
}
.comment-form {
margin-left: -15px;
margin-right: -15px;
}
.comment-form > p {
padding-left: 15px;
padding-right: 15px;
}
.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author {
float: left;
width: 33.333333%;
}
.comment-form button {
padding-top: 13px;
padding-bottom: 9px;
text-transform: capitalize;
}
.form-submit {
text-align: right;
}
@media (max-width: 768px) {
.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author {
float: none;
width: 100%;
}
}  .g5plus-heading h2 {
margin-bottom: 0;
font-weight: 600;
line-height: 1;
}
.g5plus-heading.style1 h2 {
font-size: 32px;
}
.g5plus-heading.style1 p {
display: block;
color: #909090;
font-size: 16px;
font-weight: 400;
line-height: 1;
margin-bottom: 14px;
}
.g5plus-heading.style1 span {
position: relative;
height: 4px;
width: 20px;
display: block;
margin-bottom: 23px;
line-height: 1;
}
.g5plus-heading.style1 span:before {
content: '';
position: absolute;
top: 3px;
left: 0;
height: 100%;
width: 50%;
background-color: #b29b79;
-webkit-transform: skew(0deg, 150deg);
-moz-transform: skew(0deg, 150deg);
-ms-transform: skew(0deg, 150deg);
-o-transform: skew(0deg, 150deg);
transform: skew(0deg, 150deg);
}
.g5plus-heading.style1 span:after {
content: '';
position: absolute;
top: 3px;
right: 0;
height: 100%;
width: 50%;
background-color: #b29b79;
-webkit-transform: skew(0deg, -150deg);
-moz-transform: skew(0deg, -150deg);
-ms-transform: skew(0deg, -150deg);
-o-transform: skew(0deg, -150deg);
transform: skew(0deg, -150deg);
}
.g5plus-heading.style1:after {
content: '';
display: block;
width: 100px;
height: 4px;
background-color: #b29b79;
margin-top: 16px;
}
.g5plus-heading.style1.text-left:after,
.g5plus-heading.style1.text-left span {
margin-left: 0;
margin-right: auto;
}
.g5plus-heading.style1.text-center:after,
.g5plus-heading.style1.text-center span {
margin-left: auto;
margin-right: auto;
}
.g5plus-heading.style1.text-right:after,
.g5plus-heading.style1.text-right span {
margin-left: auto;
margin-right: 0;
}
.g5plus-heading.style2 h2 {
font-size: 21px;
}
.g5plus-heading.style2 h2:after {
content: '';
display: inline-block;
width: 30px;
height: 4px;
background-color: #b29b79;
margin-left: 20px;
vertical-align: middle;
margin-top: -2px;
}
.g5plus-heading.color-light h2,
.g5plus-heading.color-light p {
color: #fff;
} @media (max-width: 480px) {
.g5plus-heading h2 {
font-size: 20px;
}
.g5plus-heading span {
font-size: 12px;
}
} .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"] {
display: inline-block;
font-size: 14px;
line-height: 18px;
padding: 11px 19px;
color: #ffffff;
background-color: #b29b79;
border: solid 2px;
border-color: #b29b79;
font-weight: 400;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus {
color: #b29b79;
background-color: transparent;
border-color: #b29b79;
outline: none;
}
.btn:hover.btn-outline,
button:hover.btn-outline,
input[type="submit"]:hover.btn-outline,
.btn:focus.btn-outline,
button:focus.btn-outline,
input[type="submit"]:focus.btn-outline {
color: #fff;
background-color: #b29b79;
border-color: #b29b79;
}
.btn.btn-outline,
button.btn-outline,
input[type="submit"].btn-outline {
color: #b29b79;
background-color: transparent;
}
.btn.disabled,
.btn[disabled],
button[disabled] {
cursor: not-allowed;
filter: alpha(opacity=65);
opacity: .65;
}
.btn.btn-block {
display: block;
width: 100%;
}
.btn.btn-icon i {
font-size: 12px;
margin-right: 5px;
}
.btn.btn-icon-right i {
margin-right: 0;
margin-left: 5px;
}
.btn.btn-xs {
padding-top: 6px;
padding-bottom: 6px;
font-size: 12px;
}
.btn.btn-sm {
padding-top: 9px;
padding-bottom: 9px;
}
.btn.btn-md {
padding-top: 10px;
padding-bottom: 10px;
}
.btn.btn-gray {
background-color: #9b9b9b;
border-color: #9b9b9b;
color: #222222;
}
.btn.btn-gray.btn-outline {
color: #222222;
background-color: transparent;
}
.btn.btn-gray:hover {
border-color: #9b9b9b;
background-color: transparent;
color: #222222;
}
.btn.btn-gray:hover.btn-outline {
color: #222222;
background-color: #9b9b9b;
border-color: #9b9b9b;
}
.btn.btn-dark {
border-color: #222222;
background-color: #222222;
}
.btn.btn-dark.btn-outline {
color: #222222;
background-color: transparent;
}
.btn.btn-dark:hover {
background-color: transparent;
border-color: #222222;
color: #222222;
}
.btn.btn-dark:hover.btn-outline {
border-color: #222222;
background-color: #222222;
color: #fff;
}
.btn.btn-white {
background-color: #fff;
border-color: #fff;
color: #222222;
}
.btn.btn-white.btn-outline {
color: #fff;
background-color: transparent;
}
.btn.btn-white:hover {
background-color: transparent;
color: #fff;
border-color: #fff;
}
.btn.btn-white:hover.btn-outline {
color: #222222;
background-color: #fff;
border-color: #fff;
} .vc_tta-style-g5-beyot .vc_tta-tab,
.vc_tta-style-g5-beyot .vc_tta-panel-heading {
background-color: #222222;
}
.vc_tta-style-g5-beyot .vc_tta-tab.vc_active {
background-color: #b29b79;
}
.vc_tta-style-g5-beyot.vc_tta.vc_general .vc_tta-tab > a {
padding: 4px 13px;
font-size: 14px;
font-weight: 500;
color: #868686;
}
.vc_tta-style-g5-beyot.vc_tta.vc_general .vc_tta-tab.vc_active > a {
color: #FFFFFF;
}
.vc_tta-style-g5-beyot .vc_tta-tabs-container {
margin: 0 !important;
}
.vc_tta-style-g5-beyot .vc_tta-panels-container {
background-color: #f6f6f6;
}
.vc_tta-style-g5-beyot.vc_tta.vc_general .vc_tta-panel-heading {
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
border: 0;
}
.vc_tta-style-g5-beyot.vc_tta.vc_general .vc_tta-panel-title > a {
font-size: 14px;
font-weight: 500;
color: #868686;
}
.vc_tta-style-g5-beyot .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #b29b79;
}
.vc_tta-style-g5-beyot .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #FFFFFF;
}
.vc_toggle.vc_toggle_g5-beyot {
margin-bottom: 0;
}
.vc_toggle.vc_toggle_g5-beyot .vc_toggle_title {
background-color: #f6f6f6;
border: 1px solid #ededed;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
padding: 16px 20px 16px 62px;
}
.vc_toggle.vc_toggle_g5-beyot .vc_toggle_title h4 {
font-size: 16px;
font-weight: 500;
}
.vc_toggle.vc_toggle_g5-beyot .vc_toggle_icon {
border-radius: 50%;
display: inline-block;
height: 20px;
width: 20px;
background-color: #222222;
position: absolute;
left: 22px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
vertical-align: middle;
}
.vc_toggle.vc_toggle_g5-beyot .vc_toggle_icon:before {
height: 3px;
width: 10px;
}
.vc_toggle.vc_toggle_g5-beyot .vc_toggle_icon:after {
height: 10px;
width: 3px;
}
.vc_toggle.vc_toggle_g5-beyot .vc_toggle_icon:before,
.vc_toggle.vc_toggle_g5-beyot .vc_toggle_icon:after {
display: block;
box-sizing: border-box;
transform: translate(-50%, -50%);
background-color: #FFF;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
content: '';
left: 50%;
position: absolute;
top: 50%;
}
.vc_toggle.vc_toggle_g5-beyot.vc_toggle_active .vc_toggle_title {
background-color: #b29b79;
border-color: #b29b79;
}
.vc_toggle.vc_toggle_g5-beyot.vc_toggle_active .vc_toggle_title h4 {
color: #FFFFFF;
}
.vc_toggle.vc_toggle_g5-beyot.vc_toggle_active .vc_toggle_icon {
background-color: #FFFFFF;
}
.vc_toggle.vc_toggle_g5-beyot.vc_toggle_active .vc_toggle_icon:before,
.vc_toggle.vc_toggle_g5-beyot.vc_toggle_active .vc_toggle_icon:after {
background-color: #b29b79;
}
.vc_toggle.vc_toggle_g5-beyot.vc_toggle_active .vc_toggle_icon:after {
visibility: hidden;
}
.vc_toggle.vc_toggle_g5-beyot .vc_toggle_content {
border: 1px solid #ededed;
margin-bottom: 1px;
margin-top: -1px;
padding: 10px 20px 20px 20px;
} .g5plus-mailchimp {
position: relative;
}
.g5plus-mailchimp input[type="text"]:focus,
.g5plus-mailchimp input[type="search"]:focus,
.g5plus-mailchimp input[type="email"]:focus,
.g5plus-mailchimp input[type="url"]:focus,
.g5plus-mailchimp input[type="password"]:focus,
.g5plus-mailchimp input[type="tel"]:focus,
.g5plus-mailchimp textarea:focus,
.g5plus-mailchimp select:focus {
border-color: #fff;
}
.g5plus-mailchimp p {
display: none;
}
.g5plus-mailchimp .form-control {
font-size: 12px;
line-height: 20px;
letter-spacing: 0.1em;
width: 100%;
padding: 0 17px;
background-color: transparent;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
-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: #fff;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.g5plus-mailchimp .form-control::-webkit-input-placeholder {
color: #ffffff;
}
.g5plus-mailchimp .form-control:-moz-placeholder {
color: #ffffff;
}
.g5plus-mailchimp .form-control::-moz-placeholder {
color: #ffffff;
}
.g5plus-mailchimp .form-control:-ms-input-placeholder {
color: #ffffff;
}
.g5plus-mailchimp .submit {
border: none;
background: transparent;
color: #fff;
position: absolute;
bottom: 0;
right: 0;
}
.g5plus-mailchimp .submit i {
font-size: 24px;
}
.g5plus-mailchimp .btn {
display: none;
}
.g5plus-mailchimp input:-webkit-autofill,
.g5plus-mailchimp input:-webkit-autofill:hover,
.g5plus-mailchimp input:-webkit-autofill:focus,
.g5plus-mailchimp input:-webkit-autofill:active {
transition: all 5000s ease-in-out 0s;
}
.mc4wp-alert p {
color: #fff;
} .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 {
width: 100%;
max-width: 100%;
padding: 0 24px;
color: #fff;
margin-bottom: 30px;
border-color: #565656;
line-height: 2em;
font-weight: 400;
}
.g5plus-contact-form input[type="text"]::-webkit-input-placeholder,
.g5plus-contact-form input[type="search"]::-webkit-input-placeholder,
.g5plus-contact-form input[type="email"]::-webkit-input-placeholder,
.g5plus-contact-form input[type="url"]::-webkit-input-placeholder,
.g5plus-contact-form input[type="password"]::-webkit-input-placeholder,
.g5plus-contact-form input[type="tel"]::-webkit-input-placeholder,
.g5plus-contact-form textarea::-webkit-input-placeholder,
.g5plus-contact-form select::-webkit-input-placeholder {
color: #bababa;
}
.g5plus-contact-form input[type="text"]:-moz-placeholder,
.g5plus-contact-form input[type="search"]:-moz-placeholder,
.g5plus-contact-form input[type="email"]:-moz-placeholder,
.g5plus-contact-form input[type="url"]:-moz-placeholder,
.g5plus-contact-form input[type="password"]:-moz-placeholder,
.g5plus-contact-form input[type="tel"]:-moz-placeholder,
.g5plus-contact-form textarea:-moz-placeholder,
.g5plus-contact-form select:-moz-placeholder {
color: #bababa;
}
.g5plus-contact-form input[type="text"]::-moz-placeholder,
.g5plus-contact-form input[type="search"]::-moz-placeholder,
.g5plus-contact-form input[type="email"]::-moz-placeholder,
.g5plus-contact-form input[type="url"]::-moz-placeholder,
.g5plus-contact-form input[type="password"]::-moz-placeholder,
.g5plus-contact-form input[type="tel"]::-moz-placeholder,
.g5plus-contact-form textarea::-moz-placeholder,
.g5plus-contact-form select::-moz-placeholder {
color: #bababa;
}
.g5plus-contact-form input[type="text"]:-ms-input-placeholder,
.g5plus-contact-form input[type="search"]:-ms-input-placeholder,
.g5plus-contact-form input[type="email"]:-ms-input-placeholder,
.g5plus-contact-form input[type="url"]:-ms-input-placeholder,
.g5plus-contact-form input[type="password"]:-ms-input-placeholder,
.g5plus-contact-form input[type="tel"]:-ms-input-placeholder,
.g5plus-contact-form textarea:-ms-input-placeholder,
.g5plus-contact-form select:-ms-input-placeholder {
color: #bababa;
}
.g5plus-contact-form textarea {
padding-top: 7px;
margin-bottom: 23px !important;
height: 120px;
}
.g5plus-contact-form.widget input[type="text"],
.g5plus-contact-form.widget input[type="search"],
.g5plus-contact-form.widget input[type="email"],
.g5plus-contact-form.widget input[type="url"],
.g5plus-contact-form.widget input[type="password"],
.g5plus-contact-form.widget input[type="tel"],
.g5plus-contact-form.widget select {
height: 32px;
margin-bottom: 5px;
}
.g5plus-contact-form.widget textarea {
margin-bottom: -2px !important;
height: 58px;
}
.g5plus-contact-form.column-2 input[type="text"],
.g5plus-contact-form.column-3 input[type="text"],
.g5plus-contact-form.column-2 input[type="search"],
.g5plus-contact-form.column-3 input[type="search"],
.g5plus-contact-form.column-2 input[type="email"],
.g5plus-contact-form.column-3 input[type="email"],
.g5plus-contact-form.column-2 input[type="url"],
.g5plus-contact-form.column-3 input[type="url"],
.g5plus-contact-form.column-2 input[type="password"],
.g5plus-contact-form.column-3 input[type="password"],
.g5plus-contact-form.column-2 input[type="tel"],
.g5plus-contact-form.column-3 input[type="tel"],
.g5plus-contact-form.column-2 textarea,
.g5plus-contact-form.column-3 textarea,
.g5plus-contact-form.column-2 select,
.g5plus-contact-form.column-3 select {
color: #444444;
border-color: #dedede;
}
.g5plus-contact-form.column-2 input[type="text"]::-webkit-input-placeholder,
.g5plus-contact-form.column-3 input[type="text"]::-webkit-input-placeholder,
.g5plus-contact-form.column-2 input[type="search"]::-webkit-input-placeholder,
.g5plus-contact-form.column-3 input[type="search"]::-webkit-input-placeholder,
.g5plus-contact-form.column-2 input[type="email"]::-webkit-input-placeholder,
.g5plus-contact-form.column-3 input[type="email"]::-webkit-input-placeholder,
.g5plus-contact-form.column-2 input[type="url"]::-webkit-input-placeholder,
.g5plus-contact-form.column-3 input[type="url"]::-webkit-input-placeholder,
.g5plus-contact-form.column-2 input[type="password"]::-webkit-input-placeholder,
.g5plus-contact-form.column-3 input[type="password"]::-webkit-input-placeholder,
.g5plus-contact-form.column-2 input[type="tel"]::-webkit-input-placeholder,
.g5plus-contact-form.column-3 input[type="tel"]::-webkit-input-placeholder,
.g5plus-contact-form.column-2 textarea::-webkit-input-placeholder,
.g5plus-contact-form.column-3 textarea::-webkit-input-placeholder,
.g5plus-contact-form.column-2 select::-webkit-input-placeholder,
.g5plus-contact-form.column-3 select::-webkit-input-placeholder {
color: #8f8f8f;
}
.g5plus-contact-form.column-2 input[type="text"]:-moz-placeholder,
.g5plus-contact-form.column-3 input[type="text"]:-moz-placeholder,
.g5plus-contact-form.column-2 input[type="search"]:-moz-placeholder,
.g5plus-contact-form.column-3 input[type="search"]:-moz-placeholder,
.g5plus-contact-form.column-2 input[type="email"]:-moz-placeholder,
.g5plus-contact-form.column-3 input[type="email"]:-moz-placeholder,
.g5plus-contact-form.column-2 input[type="url"]:-moz-placeholder,
.g5plus-contact-form.column-3 input[type="url"]:-moz-placeholder,
.g5plus-contact-form.column-2 input[type="password"]:-moz-placeholder,
.g5plus-contact-form.column-3 input[type="password"]:-moz-placeholder,
.g5plus-contact-form.column-2 input[type="tel"]:-moz-placeholder,
.g5plus-contact-form.column-3 input[type="tel"]:-moz-placeholder,
.g5plus-contact-form.column-2 textarea:-moz-placeholder,
.g5plus-contact-form.column-3 textarea:-moz-placeholder,
.g5plus-contact-form.column-2 select:-moz-placeholder,
.g5plus-contact-form.column-3 select:-moz-placeholder {
color: #8f8f8f;
}
.g5plus-contact-form.column-2 input[type="text"]::-moz-placeholder,
.g5plus-contact-form.column-3 input[type="text"]::-moz-placeholder,
.g5plus-contact-form.column-2 input[type="search"]::-moz-placeholder,
.g5plus-contact-form.column-3 input[type="search"]::-moz-placeholder,
.g5plus-contact-form.column-2 input[type="email"]::-moz-placeholder,
.g5plus-contact-form.column-3 input[type="email"]::-moz-placeholder,
.g5plus-contact-form.column-2 input[type="url"]::-moz-placeholder,
.g5plus-contact-form.column-3 input[type="url"]::-moz-placeholder,
.g5plus-contact-form.column-2 input[type="password"]::-moz-placeholder,
.g5plus-contact-form.column-3 input[type="password"]::-moz-placeholder,
.g5plus-contact-form.column-2 input[type="tel"]::-moz-placeholder,
.g5plus-contact-form.column-3 input[type="tel"]::-moz-placeholder,
.g5plus-contact-form.column-2 textarea::-moz-placeholder,
.g5plus-contact-form.column-3 textarea::-moz-placeholder,
.g5plus-contact-form.column-2 select::-moz-placeholder,
.g5plus-contact-form.column-3 select::-moz-placeholder {
color: #8f8f8f;
}
.g5plus-contact-form.column-2 input[type="text"]:-ms-input-placeholder,
.g5plus-contact-form.column-3 input[type="text"]:-ms-input-placeholder,
.g5plus-contact-form.column-2 input[type="search"]:-ms-input-placeholder,
.g5plus-contact-form.column-3 input[type="search"]:-ms-input-placeholder,
.g5plus-contact-form.column-2 input[type="email"]:-ms-input-placeholder,
.g5plus-contact-form.column-3 input[type="email"]:-ms-input-placeholder,
.g5plus-contact-form.column-2 input[type="url"]:-ms-input-placeholder,
.g5plus-contact-form.column-3 input[type="url"]:-ms-input-placeholder,
.g5plus-contact-form.column-2 input[type="password"]:-ms-input-placeholder,
.g5plus-contact-form.column-3 input[type="password"]:-ms-input-placeholder,
.g5plus-contact-form.column-2 input[type="tel"]:-ms-input-placeholder,
.g5plus-contact-form.column-3 input[type="tel"]:-ms-input-placeholder,
.g5plus-contact-form.column-2 textarea:-ms-input-placeholder,
.g5plus-contact-form.column-3 textarea:-ms-input-placeholder,
.g5plus-contact-form.column-2 select:-ms-input-placeholder,
.g5plus-contact-form.column-3 select:-ms-input-placeholder {
color: #8f8f8f;
}
.g5plus-contact-form.column-2 textarea,
.g5plus-contact-form.column-3 textarea {
height: 100px;
} .g5plus-clients .clients-item:hover .bordered {
border-color: #b29b79 !important;
}
.checkbox,
.radio {
margin-top: 15px;
margin-bottom: 15px;
} .g5plus-pricing {
border: 1px solid #9b9b9b;
}
.g5plus-pricing .pricing-features ul:before,
.g5plus-pricing .pricing-features ul:after {
background-color: #9b9b9b;
}
.g5plus-pricing .pricing-features ul li span {
color: #b29b79;
}
.g5plus-pricing.featured {
border-color: #b29b79;
}
.g5plus-pricing.featured .price-value {
background: #b29b79;
}
.g5plus-pricing.pr_bgr.featured .price-box {
background: #b29b79 !important;
} .g5plus-process span {
background-color: #b29b79;
}
.g5plus-process h2 {
color: #222222;
}
.g5plus-process h2 a:hover {
color: #b29b79;
}
.g5plus-process p {
color: #5b5b5b;
}
.g5plus-process:hover span {
background-color: #222222;
}
.g5plus-countdown.color-light .countdown-section .countdown-period {
color: #222222;
}
.g5plus-countdown.color-dark .countdown-section .countdown-amount {
color: #b29b79;
border: 2px solid #b29b79;
}
.g5plus-countdown.color-dark .countdown-section .countdown-period {
background-color: #b29b79;
}
.g5plus-counter span {
color: #222222;
}
.g5plus-counter i {
color: #b29b79;
}
.g5plus-counter p {
color: #5b5b5b;
}
.g5plus-icon-box h6 a:hover {
color: #b29b79;
}
.g5plus-icon-box.color-dark .icon-wrap {
background-color: #222222;
}
.g5plus-icon-box.color-dark:hover .icon-wrap {
background-color: #b29b79;
}
.g5plus-icon-box.color-light .icon-wrap {
background-color: #b29b79;
}
.g5plus-icon-box.color-light:hover .icon-wrap {
background-color: #5b5b5b;
}
.g5plus-icon-box.color-light p {
color: #868686;
}
.g5plus-testimonials.layout-center .testimonial-item h6:before {
background-color: #b29b79;
}
.g5plus-testimonials.layout-left .testimonial-item h6:before {
background-color: #b29b79;
}
.g5plus-testimonials.layout-right .testimonial-item h6:after {
background-color: #b29b79;
}
.g5plus-testimonials .testimonial-item p {
color: #222222;
}
.g5plus-testimonials .testimonial-item h6 {
color: #5b5b5b;
}
.g5plus-testimonials.color-light h6 {
color: #868686;
}
.g5plus-video {
text-align: center;
}
.g5plus-video a:hover {
color: #b29b79;
}  .b-font {
font-family: 'Poppins' !important;
}
.s-font {
font-family: 'Poppins' !important;
} .text-color-accent,
.text-color-accent-hover:hover {
color: #b29b79 !important;
}
.accent-color {
color: #b29b79 !important;
}
.bg-accent {
background-color: #b29b79 !important;
}
.bg-bold {
background-color: #222222;
}
.heading-color {
color: #222222 !important;
}
.bordered {
border: 1px solid #9b9b9b !important;
}
.border-dark {
border: 1px solid #8a8a8a !important;
}
.badge {
background-color: #b29b79;
} .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;
}
} .fw-light {
font-weight: 300 !important;
}
.fw-normal {
font-weight: 400 !important;
}
.fw-medium {
font-weight: 500 !important;
}
.fw-semi-bold {
font-weight: 600 !important;
}
.fw-bold {
font-weight: 700 !important;
}
.fw-black {
font-weight: 900 !important;
} .fs-10 {
font-size: 10px !important;
}
.fs-11 {
font-size: 11px !important;
}
.fs-12 {
font-size: 12px !important;
}
.fs-13 {
font-size: 13px !important;
}
.fs-14 {
font-size: 14px !important;
}
.fs-15 {
font-size: 15px !important;
}
.fs-16 {
font-size: 16px !important;
}
.fs-18 {
font-size: 18px !important;
}
.fs-20 {
font-size: 20px !important;
}
.fs-21 {
font-size: 21px !important;
}
.fs-24 {
font-size: 24px !important;
}
.fs-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-46 {
font-size: 46px !important;
}
.fs-50 {
font-size: 50px !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-34 {
line-height: 34px !important;
}
.line-42 {
line-height: 42px !important;
} .spacing-50 {
letter-spacing: 0.05em;
}
.spacing-100 {
letter-spacing: 0.1em;
} .transition03 {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.transition05 {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.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: 992px) {
.md-text-right {
text-align: right;
}
}
@media (min-width: 480px) {
.mg-left-15 {
margin-left: 15px;
}
}
@media (max-width: 479px) {
.mb-mg-bottom-20 {
margin-bottom: 20px;
}
.mb-dp-block {
display: block !important;
}
}
.pos-rev {
position: relative;
}
.pos-ab {
position: absolute;
}
.top--28 {
top: -28px;
}
.right-0 {
right: 0;
}
.right-260 {
right: 260px;
}
@media (max-width: 1199px) {
.md-top-50 {
top: 50px;
}
.md-right-150 {
right: 150px;
}
}
@media (max-width: 991px) {
.sm-pos-rev {
position: relative;
}
.sm-right-0 {
right: 0px;
}
.sm-text-left {
text-align: left !important;
}
}
@media (max-width: 767px) {
.xs-pos-rev {
position: relative;
}
.xs-transform-none {
-webkit-transform: inherit !important;
-moz-transform: inherit !important;
-o-transform: inherit !important;
-ms-transform: inherit !important;
transform: inherit !important;
}
}
.app-icon {
overflow: inherit;
}
.app-icon div {
display: table-cell;
vertical-align: middle;
}
.app-icon .icon {
border-right: solid 1px;
border-color: rgba(255, 255, 255, 0.3);
padding: 17px 17px 17px 5px;
}
.app-icon .content {
padding: 11px 0 11px 17px;
}
.app-icon i,
.app-icon span,
.app-icon h4 {
color: #fff;
}
@media (min-width: 1200px) {
.overflow-inherit {
overflow: inherit !important;
}
}
.content-center {
top: 50%;
left: 0;
right: 0;
margin: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.visible-mb {
display: none;
}
@media (max-width: 480px) {
.visible-mb {
display: block;
}
.hidden-mb {
display: none !important;
}
} .compare-thumb-main .thumb-inner-empty {
border: 2px dashed #9b9b9b !important;
}
.compare-thumb-main .compare-property-remove {
background: #b29b79 !important;
} .compare-tables.table-striped .property-title a {
color: #222222 !important;
}
.compare-tables.table-striped .property-price {
color: #222222 !important;
}
.compare-tables.table-striped .property-position i {
color: #b29b79 !important;
}
.compare-tables.table-striped .title-list-check {
color: #222222 !important;
}
.display-none {
display: none;
}
.add-compare {
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
transform: rotateY(360deg);
-webkit-transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.property-id .fa-barcode,
.property-area .fa-arrows,
.property-bedrooms .fa-hotel,
.property-bathrooms .fa-bath,
.property-garage .fa-car {
font-family: 'icomoon';
}
.property-id .fa-barcode:before {
content: '\ed58';
}
.property-area .fa-arrows:before {
content: '\ef22';
}
.property-bedrooms .fa-hotel:before {
content: '\f111';
}
.property-bathrooms .fa-bath:before {
content: '\f113';
}
.property-garage .fa-car:before {
content: '\ef23';
}
.compare-tables.table-striped .property-inner .property-labels p .property-label-bg {
background: #b29b79 !important;
}
.compare-tables.table-striped .property-inner .property-labels p .property-arrow {
border-left-color: #b29b79 !important;
}
.widget-mg-bottom-0 .widget {
margin-bottom: 0 !important;
}
@media (min-width: 992px) {
.footer-bg-2-colors .footer-inner {
position: relative;
}
.footer-bg-2-colors .footer-inner > div {
position: relative;
z-index: 2;
}
.footer-bg-2-colors .footer-inner:before {
position: absolute;
content: '';
display: block;
right: 66.66666667%;
margin-right: 15px;
top: 0;
bottom: 0;
left: -10000px;
z-index: 1;
background-color: #191919;
}
.footer-bg-3-colors .footer-inner {
position: relative;
}
.footer-bg-3-colors .footer-inner > div {
position: relative;
z-index: 2;
}
.footer-bg-3-colors .footer-inner:before,
.footer-bg-3-colors .footer-inner:after {
position: absolute;
content: '';
display: block;
top: 0;
bottom: 0;
z-index: 1;
}
.footer-bg-3-colors .footer-inner:before {
right: 66.66666667%;
margin-right: 15px;
left: -10000px;
background-color: #2c2c2c;
}
.footer-bg-3-colors .footer-inner:after {
left: 66.66666667%;
right: -10000px;
background-color: #222;
}
}
.content-padding-15 .container {
padding-left: 15px;
padding-right: 15px;
} body {
font-family: 'Poppins';
font-size: 14px;
font-weight: 300;
}
h1 {
font-family: 'Poppins';
font-size: 76px;
font-weight: 700;
}
h2 {
font-family: 'Poppins';
font-size: 40px;
font-weight: 700;
}
h3 {
font-family: 'Poppins';
font-size: 24px;
font-weight: 700;
}
h4 {
font-family: 'Poppins';
font-size: 16px;
font-weight: 700;
}
h5 {
font-family: 'Poppins';
font-size: 14px;
font-weight: 700;
}
h6 {
font-family: 'Poppins';
font-size: 12px;
font-weight: 700;
} .beyot-class { }
.beyot-class .wp-social-login-widget {
padding-bottom: 40px;
}
.beyot-class .wp-social-login-widget .wp-social-login-connect-with {
color: #bababa;
}
.beyot-class .wp-social-login-widget .wp-social-login-provider-list {
padding: 0;
}
.beyot-class .login-transparent .ere-login-wrap,
.beyot-class .login-transparent .ere-register-wrap,
.beyot-class .login-transparent .ere-reset-password-wrap {
border: 10px solid rgba(237, 237, 237, 0.1);
}
.beyot-class .login-transparent .ere-login-wrap button,
.beyot-class .login-transparent .ere-register-wrap button,
.beyot-class .login-transparent .ere-reset-password-wrap button {
border: 2px solid rgba(237, 237, 237, 0.5);
color: #fff;
background-color: transparent;
}
.beyot-class .login-transparent .ere-login-wrap button:hover,
.beyot-class .login-transparent .ere-register-wrap button:hover,
.beyot-class .login-transparent .ere-reset-password-wrap button:hover,
.beyot-class .login-transparent .ere-login-wrap button:focus,
.beyot-class .login-transparent .ere-register-wrap button:focus,
.beyot-class .login-transparent .ere-reset-password-wrap button:focus,
.beyot-class .login-transparent .ere-login-wrap button:active,
.beyot-class .login-transparent .ere-register-wrap button:active,
.beyot-class .login-transparent .ere-reset-password-wrap button:active,
.beyot-class .login-transparent .ere-login-wrap button:active:focus,
.beyot-class .login-transparent .ere-register-wrap button:active:focus,
.beyot-class .login-transparent .ere-reset-password-wrap button:active:focus {
border-color: #b29b79;
}
.beyot-class .login-transparent .ere-login-wrap button:hover.btn-primary,
.beyot-class .login-transparent .ere-register-wrap button:hover.btn-primary,
.beyot-class .login-transparent .ere-reset-password-wrap button:hover.btn-primary,
.beyot-class .login-transparent .ere-login-wrap button:focus.btn-primary,
.beyot-class .login-transparent .ere-register-wrap button:focus.btn-primary,
.beyot-class .login-transparent .ere-reset-password-wrap button:focus.btn-primary,
.beyot-class .login-transparent .ere-login-wrap button:active.btn-primary,
.beyot-class .login-transparent .ere-register-wrap button:active.btn-primary,
.beyot-class .login-transparent .ere-reset-password-wrap button:active.btn-primary,
.beyot-class .login-transparent .ere-login-wrap button:active:focus.btn-primary,
.beyot-class .login-transparent .ere-register-wrap button:active:focus.btn-primary,
.beyot-class .login-transparent .ere-reset-password-wrap button:active:focus.btn-primary {
border-color: #b29b79;
color: #fff;
background: #b29b79;
}
.beyot-class .login-transparent .ere-login-wrap input:-webkit-autofill,
.beyot-class .login-transparent .ere-register-wrap input:-webkit-autofill,
.beyot-class .login-transparent .ere-reset-password-wrap input:-webkit-autofill {
-webkit-transition: background-color 50000s !important;
-moz-transition: background-color 50000s !important;
-o-transition: background-color 50000s !important;
transition: background-color 50000s !important;
-webkit-text-fill-color: #bababa;
}
.beyot-class .login-transparent .ere-login-wrap form ::-webkit-input-placeholder,
.beyot-class .login-transparent .ere-register-wrap form ::-webkit-input-placeholder,
.beyot-class .login-transparent .ere-reset-password-wrap form ::-webkit-input-placeholder { color: #bababa;
}
.beyot-class .login-transparent .ere-login-wrap form ::-moz-placeholder,
.beyot-class .login-transparent .ere-register-wrap form ::-moz-placeholder,
.beyot-class .login-transparent .ere-reset-password-wrap form ::-moz-placeholder { color: #bababa;
}
.beyot-class .login-transparent .ere-login-wrap form :-ms-input-placeholder,
.beyot-class .login-transparent .ere-register-wrap form :-ms-input-placeholder,
.beyot-class .login-transparent .ere-reset-password-wrap form :-ms-input-placeholder { color: #bababa;
}
.beyot-class .login-transparent .ere-login-wrap form :-moz-placeholder,
.beyot-class .login-transparent .ere-register-wrap form :-moz-placeholder,
.beyot-class .login-transparent .ere-reset-password-wrap form :-moz-placeholder { color: #bababa;
}
.beyot-class .login-transparent .ere-login-wrap .form-group input:not([type="checkbox"]),
.beyot-class .login-transparent .ere-register-wrap .form-group input:not([type="checkbox"]),
.beyot-class .login-transparent .ere-reset-password-wrap .form-group input:not([type="checkbox"]),
.beyot-class .login-transparent .ere-login-wrap .form-group select.form-control,
.beyot-class .login-transparent .ere-register-wrap .form-group select.form-control,
.beyot-class .login-transparent .ere-reset-password-wrap .form-group select.form-control {
color: #bababa;
border-bottom: 2px solid rgba(237, 237, 237, 0.2);
}
.beyot-class .ere-login-wrap .btn-primary,
.beyot-class .ere-register-wrap .btn-primary,
.beyot-class .ere-reset-password-wrap .btn-primary {
background-color: #b29b79;
border-color: #b29b79;
color: #ffffff;
}
.beyot-class .ere-login-wrap .btn-primary:hover,
.beyot-class .ere-register-wrap .btn-primary:hover,
.beyot-class .ere-reset-password-wrap .btn-primary:hover,
.beyot-class .ere-login-wrap .btn-primary:focus,
.beyot-class .ere-register-wrap .btn-primary:focus,
.beyot-class .ere-reset-password-wrap .btn-primary:focus,
.beyot-class .ere-login-wrap .btn-primary:active,
.beyot-class .ere-register-wrap .btn-primary:active,
.beyot-class .ere-reset-password-wrap .btn-primary:active,
.beyot-class .ere-login-wrap .btn-primary:active:focus,
.beyot-class .ere-register-wrap .btn-primary:active:focus,
.beyot-class .ere-reset-password-wrap .btn-primary:active:focus {
color: #b29b79;
border-color: #b29b79;
background-color: #ffffff;
}
.beyot-class .ere-login-wrap .ere-reset-password:hover,
.beyot-class .ere-register-wrap .ere-reset-password:hover,
.beyot-class .ere-reset-password-wrap .ere-reset-password:hover {
color: #b29b79;
}
.beyot-class .ere-login-wrap .form-group input:not([type="checkbox"]):hover,
.beyot-class .ere-register-wrap .form-group input:not([type="checkbox"]):hover,
.beyot-class .ere-reset-password-wrap .form-group input:not([type="checkbox"]):hover,
.beyot-class .ere-login-wrap .form-group select.form-control:hover,
.beyot-class .ere-register-wrap .form-group select.form-control:hover,
.beyot-class .ere-reset-password-wrap .form-group select.form-control:hover,
.beyot-class .ere-login-wrap .form-group input:not([type="checkbox"]):focus,
.beyot-class .ere-register-wrap .form-group input:not([type="checkbox"]):focus,
.beyot-class .ere-reset-password-wrap .form-group input:not([type="checkbox"]):focus,
.beyot-class .ere-login-wrap .form-group select.form-control:focus,
.beyot-class .ere-register-wrap .form-group select.form-control:focus,
.beyot-class .ere-reset-password-wrap .form-group select.form-control:focus,
.beyot-class .ere-login-wrap .form-group input:not([type="checkbox"]):active,
.beyot-class .ere-register-wrap .form-group input:not([type="checkbox"]):active,
.beyot-class .ere-reset-password-wrap .form-group input:not([type="checkbox"]):active,
.beyot-class .ere-login-wrap .form-group select.form-control:active,
.beyot-class .ere-register-wrap .form-group select.form-control:active,
.beyot-class .ere-reset-password-wrap .form-group select.form-control:active {
border-bottom-color: #b29b79;
}
.beyot-class .ere-login-wrap .checkbox:hover {
color: #b29b79;
}
.beyot-class {    }
.beyot-class div.ere-agent-wrap .ere-agent h4 a:hover {
color: #b29b79;
}
.beyot-class div.ere-agent-wrap .ere-agent.agent-grid .agent-social,
.beyot-class div.ere-agent-wrap .ere-agent.agent-slider .agent-social {
background: #b29b79;
}
.beyot-class div.ere-agent-wrap .ere-agent.agent-grid .agent-social a:hover i,
.beyot-class div.ere-agent-wrap .ere-agent.agent-slider .agent-social a:hover i {
color: #222222;
}
.beyot-class div.ere-agent-wrap .ere-agent.agent-list .agent-item {
border-bottom-color: #9b9b9b;
}
.beyot-class div.ere-agent-wrap .ere-agent.agent-list .agent-social a i {
color: #222222;
}
.beyot-class div.ere-agent-wrap .ere-agent.agent-list .agent-social a:hover i {
color: #b29b79;
}
.beyot-class div.ere-agent-wrap .ere-agent.agent-list h4 a {
color: #222222;
}
.beyot-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav div:hover {
background: #b29b79;
}
.beyot-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav .owl-prev:hover:after {
border-top-color: #b29b79;
}
.beyot-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav .owl-next:hover:after {
border-bottom-color: #b29b79;
}
.beyot-class .ere-agent.agent-grid .agent-social,
.beyot-class .ere-agent.agent-slider .agent-social {
background-color: #b29b79;
}
.beyot-class .ere-agent h4 a:hover {
color: #b29b79;
}
.beyot-class div.ere-archive-agent-wrap .archive-agent-action .view-as span.active,
.beyot-class .archive-agent-action .view-as span:hover {
background: #b29b79 !important;
}
.beyot-class div.ere-archive-agent-wrap .archive-agent-action .view-as span.active:before,
.beyot-class .archive-agent-action .view-as span:hover:before {
border-top-color: #b29b79;
border-bottom-color: #b29b79;
}
.beyot-class div.ere-archive-agent-wrap .archive-agent-action .view-as span.active .above-archive-agent .archive-agent-action .search-box button:hover,
.beyot-class .archive-agent-action .view-as span:hover .above-archive-agent .archive-agent-action .search-box button:hover {
border-color: #222222;
background-color: #222222;
}
.beyot-class div.ere-agent-single-wrap .agent-single .agent-single-inner .agent-social a {
background: #222222;
}
.beyot-class div.ere-agent-single-wrap .agent-single .agent-single-inner .agent-social a:hover {
background: #b29b79;
}
.beyot-class div.ere-agent-single .contact-agent .form-error {
color: #b29b79;
}
.beyot-class div.agency-single-info .agency-social a {
background: #222222;
}
.beyot-class div.agency-single-info .agency-social a:hover {
background: #b29b79;
}
.beyot-class div.agency-single-info .agent-contact-btn {
background-color: #222222;
border-color: #222222;
}
.beyot-class div.agency-single-info .agent-contact-btn:hover {
border-color: #b29b79;
}
.beyot-class div.agency-details-tab .nav-tabs {
background-color: #222222;
}
.beyot-class div.agency-details-tab .nav-tabs li.active a,
.beyot-class div.agency-details-tab .nav-tabs li:hover a {
background-color: #b29b79;
}
.beyot-class div.ere-agency .agency-title a,
.beyot-class div.ere-agency .agency-social a {
color: #222222;
}
.beyot-class div.ere-agency .agency-title a:hover,
.beyot-class div.ere-agency .agency-social a:hover {
color: #b29b79;
}
.beyot-class {   }
.beyot-class .ere-search-status-tab button {
color: #444444;
}
.beyot-class .ere-search-status-tab button.active {
background-color: #b29b79 !important;
color: #ffffff;
}
.beyot-class .btn-action:hover {
border-color: #b29b79;
}
.beyot-class .btn-action:hover,
.beyot-class .ere-package-item.active > .panel-heading {
background-color: #b29b79;
}
.beyot-class .ere-property .property-labels p .property-label-bg {
background-color: #b29b79;
}
.beyot-class .ere-property .property-price .price-per-unit {
background-color: #b29b79;
}
.beyot-class .ere-property.property-list.property-list-two-columns .property-link-detail a:hover,
.beyot-class .ere-property.property-zigzac .property-item-content .property-info-inner span:not(.property-info-value) {
color: #b29b79;
}
.beyot-class .ere-property .property-item-content .property-title a:hover,
.beyot-class .ere-property.property-list.property-list-two-columns .property-link-detail i {
color: #b29b79;
}
.beyot-class .ere-property-featured.property-single-carousel.color-light .property-heading a,
.beyot-class .ere-property-featured.property-single-carousel.color-light .property-price,
.beyot-class .ere-property-featured.property-sync-carousel.color-light .property-heading a,
.beyot-class .ere-property-featured.property-sync-carousel.color-light .property-price {
color: #FFFFFF;
}
.beyot-class .ere-property .block-center-inner > a,
.beyot-class .ere-property .social-share {
background-color: #b29b79;
}
.beyot-class .ere-property .social-share:hover,
.beyot-class .ere-property .block-center-inner > a:hover {
color: #b29b79;
background-color: #fff;
}
.beyot-class .ere-property .social-share-hover .social-share-list a {
color: #b29b79;
}
.beyot-class .ere-property .property-labels p .property-label-bg .property-arrow {
border-left-color: #b29b79;
border-right-color: #b29b79;
}
.beyot-class .ere-property.property-carousel .owl-item:nth-child(2n-1) .property-info,
.beyot-class .ere-property.property-grid .property-info,
.beyot-class .ere-property.property-list .property-info {
background-color: #b29b79;
}
.beyot-class .ere-widget-search-form .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all {
background-color: #b29b79;
}
.beyot-class .ere-widget-search-form .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all {
background-color: #b29b79 !important;
}
.beyot-class .ere-search-properties { }
.beyot-class .ere-search-properties #ere-map-loading i {
color: #b29b79;
}
.beyot-class .ere-search-properties option:not(first-child):hover {
background-color: #b29b79;
}
.beyot-class .ere-search-properties .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all {
background: #b29b79 !important;
}
.beyot-class .ere-search-properties .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all {
background: #b29b79;
}
.beyot-class .ere-search-properties .ui-autocomplete li.ui-state-focus,
.beyot-class .ere-search-properties .ui-autocomplete li:hover {
background-color: #c5b399;
}
.beyot-class .ere-search-properties .other-featured .enable-featured a {
border: 2px solid #b29b79;
background-color: #b29b79;
}
.beyot-class .ere-search-properties .other-featured .enable-featured a:hover {
color: #b29b79;
}
.beyot-class .ere-search-properties .item-body .address-marker i {
color: #b29b79;
}
.beyot-class .ere-search-properties .item-body a:hover {
color: #b29b79;
}
.beyot-class .ere-search-properties.style-default .ere-search-content .search-title i {
background-color: #b29b79;
}
.beyot-class .ere-search-properties.style-absolute .form-search-wrap .search-title {
background-color: #b29b79;
}
.beyot-class .ere-search-properties.style-absolute .form-search-wrap button:hover {
background-color: #b29b79;
border-color: #b29b79;
}
.beyot-class .ere-search-properties.style-vertical .search-title i {
background-color: #b29b79;
}
.beyot-class .hd-title-spec span:first-letter {
color: #b29b79;
}
.beyot-class .ere-property-featured.property-single-carousel .owl-dots .owl-dot.active span,
.beyot-class .ere-property-featured.property-single-carousel .owl-dots .owl-dot:hover span {
background-color: #b29b79 !important;
}
.beyot-class .ere-property-wrap .archive-property-action .property-status ul li a {
background-color: #222222;
}
.beyot-class .ere-property-wrap .archive-property-action .property-status ul li.active a,
.beyot-class .ere-property-wrap .archive-property-action .property-status ul li a:hover,
.beyot-class .ere-property-wrap .archive-property-action .property-status ul li a:focus {
background-color: #b29b79;
}
.beyot-class .ere-property-wrap .archive-property-action .view-as .view-as-list:before {
border-top-color: #222222;
}
.beyot-class .ere-property-wrap .archive-property-action .view-as .view-as-grid:before {
border-bottom-color: #222222;
}
.beyot-class .ere-property-wrap .archive-property-action .view-as span.active:before,
.beyot-class .ere-property-wrap .archive-property-action .view-as span:hover:before {
border-top-color: #b29b79;
border-bottom-color: #b29b79;
}
.beyot-class .ere-property-wrap .archive-property-action .view-as span,
.beyot-class .ere-property-wrap .single-property-area .property-tab .nav-tabs,
.beyot-class .ere-property-wrap .single-property-area .agent-content .agent-social a {
background-color: #222222;
}
.beyot-class .ere-property-wrap .single-property-area .agent-content .view-single-agent {
background-color: #222222;
border-color: #222222;
}
.beyot-class .ere-property-wrap .single-property-area .agent-content .view-my-properties {
background-color: #b29b79;
border-color: #b29b79;
}
.beyot-class .ere-property-wrap .single-property-area .agent-content .view-my-properties:hover {
background-color: transparent;
color: #b29b79;
}
.beyot-class .ere-property-wrap .archive-property-action .view-as span.active,
.beyot-class .ere-property-wrap .archive-property-action .view-as span:hover,
.beyot-class .ere-property-wrap .single-property-area .single-property-image-main .owl-next,
.beyot-class .ere-property-wrap .single-property-area .agent-content .agent-social a:hover,
.beyot-class .ere-property-wrap .single-property-area .property-tab .nav-tabs li.active a,
.beyot-class .ere-property-wrap .single-property-area .property-tab .nav-tabs li:hover a {
background-color: #b29b79;
}
.beyot-class .ere-property-wrap .archive-property-action .sort-property ul li.active a,
.beyot-class .ere-property-wrap .archive-property-action .sort-property ul li:hover a,
.beyot-class .ere-property-wrap .single-property-area .property-tab .tab-content table th,
.beyot-class .ere-property-wrap .single-property-area .agent-content .agent-heading h4,
.beyot-class .ere-property-wrap .single-property-area .agent-content .agent-heading a,
.beyot-class .ere-property-wrap .single-property-area .agent-content .view-single-agent:hover {
color: #222222;
}
.beyot-class .ere-property-wrap .single-property-area .agent-content .view-single-agent:hover {
background-color: transparent;
}
.beyot-class .ere-property-wrap .single-property-area .single-property-image-main .owl-next:after {
border-bottom-color: #b29b79;
}
.beyot-class .ere-property-wrap .single-property-area .single-property-image-thumb .current:before {
background-color: rgba(34, 34, 34, 0.6);
}
.beyot-class .ere-property-wrap .single-property-area .agent-content .agent-heading a:hover,
.beyot-class .ere-property-wrap .single-property-area .contact-agent .form-error,
.beyot-class .ere-property-wrap .single-property-area .contact-agent .form-messages,
.beyot-class .ere-property-wrap .single-property-area .ere-view-video:hover {
color: #b29b79;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property .property-price .price-per-unit {
background-color: #b29b79;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property .social-share,
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property .block-center-inner > a {
background-color: #b29b79;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property .social-share:hover,
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property .block-center-inner > a:hover {
color: #b29b79;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property .social-share-hover .social-share-list a {
color: #b29b79;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property .social-share-hover .social-share-list a:hover {
color: #222222;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property .property-action {
background-color: rgba(34, 34, 34, 0.6);
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property .property-item-content .property-title a {
color: #222222;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property .property-item-content .property-title a:hover {
color: #b29b79;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property .property-item-content .property-price {
color: #222222;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property.property-list.property-list-two-columns .property-link-detail a {
color: #222222;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property.property-list.property-list-two-columns .property-link-detail a:hover {
color: #b29b79;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property.property-list.property-list-two-columns .property-link-detail i {
color: #b29b79;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property.property-zigzac .property-item-content .property-info-inner span:not(.property-info-value) {
color: #b29b79;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property.property-zigzac .property-item-content .property-info-inner .property-info-value {
color: #222222;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property.property-grid .property-info,
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property.property-list .property-info,
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property.property-carousel .owl-item:nth-child(2n-1) .property-info {
background-color: #b29b79;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property.property-grid .property-inner:hover .property-info,
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property.property-list .property-inner:hover .property-info,
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property.property-carousel .owl-item:nth-child(2n) .property-inner .property-info {
background-color: #222222;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property .property-labels p .property-label-bg {
background-color: #b29b79;
}
.beyot-class .ere-property-wrap .ere-property-wrap .ere-property .property-labels p .property-label-bg span {
border-left-color: #b29b79;
border-right-color: #b29b79;
}
.beyot-class .ere-property-wrap .ere-property-gallery .filter-wrap .property-filter-content .active-filter,
.beyot-class .ere-property-wrap .ere-property-gallery .filter-wrap .property-filter-content a:hover {
background-color: #b29b79;
}
.beyot-class .ere-property-wrap .ere-property-gallery .property-title a:hover {
color: #b29b79 !important;
}
.beyot-class .ere-property-wrap .ere-property-gallery.color-dark .property-title a {
color: #222222;
}
.beyot-class div.ere-property-featured.property-cities-filter .filter-wrap a {
color: #222222;
}
.beyot-class div.ere-property-featured.property-cities-filter .filter-wrap a:hover,
.beyot-class div.ere-property-featured.property-cities-filter .filter-wrap a.active-filter {
background-color: #b29b79;
color: #FFF;
}
.beyot-class div.ere-property-featured.property-cities-filter .property-heading {
color: #222222;
}
.beyot-class div.ere-property-featured.property-cities-filter .property-heading a {
color: #222222;
}
.beyot-class div.ere-property-featured.property-cities-filter .property-heading a:hover {
color: #b29b79;
}
.beyot-class div.ere-property-featured.property-single-carousel .property-heading a,
.beyot-class div.ere-property-featured.property-sync-carousel .property-heading a {
color: #222222;
}
.beyot-class div.ere-property-featured.property-single-carousel .property-heading a:hover,
.beyot-class div.ere-property-featured.property-sync-carousel .property-heading a:hover {
color: #b29b79;
}
.beyot-class div.ere-property-featured.property-single-carousel .property-price,
.beyot-class div.ere-property-featured.property-sync-carousel .property-price {
color: #222222;
}
.beyot-class div.ere-property-featured.property-single-carousel .property-status span,
.beyot-class div.ere-property-featured.property-sync-carousel .property-status span {
background-color: #b29b79;
}
.beyot-class div.ere-property-featured.property-single-carousel .property-status span:before,
.beyot-class div.ere-property-featured.property-sync-carousel .property-status span:before {
border-right-color: #b29b79;
border-left-color: #b29b79;
}
.beyot-class div.ere-property-featured.property-single-carousel .owl-dots .owl-dot:hover span,
.beyot-class div.ere-property-featured.property-single-carousel .owl-dots .owl-dot.active span {
background-color: #b29b79;
}
.beyot-class div.ere-property-featured.property-sync-carousel .property-image-carousel .owl-next {
background-color: #b29b79;
}
.beyot-class div.ere-property-featured.property-sync-carousel .property-image-carousel .owl-next:after {
border-bottom-color: #b29b79;
}
.beyot-class div.property-info-action .property-main-info {
background-color: rgba(34, 34, 34, 0.9);
}
.beyot-class div.property-info-action .property-main-info .property-heading a:hover {
color: #b29b79;
}
.beyot-class div.property-info-action .property-main-info .property-status span {
background-color: #b29b79;
}
.beyot-class div.property-info-action .property-main-info .property-status span:before {
border-right-color: #b29b79;
border-left-color: #b29b79;
}
.beyot-class div.property-info-action .property-action .social-share,
.beyot-class div.property-info-action .property-action .property-action-inner > a {
background-color: #222222;
}
.beyot-class div.property-info-action .property-action .social-share:hover,
.beyot-class div.property-info-action .property-action .property-action-inner > a:hover {
background-color: #b29b79;
}
.beyot-class div.property-info-action .property-action .social-share-hover .social-share-list {
background-color: #b29b79;
}
.beyot-class div.property-info-action .property-action .social-share-hover .social-share-list a:hover {
color: #222222;
}
.beyot-class .ere-heading span:before,
.beyot-class .ere-heading span:after,
.beyot-class .ere-heading:after,
.beyot-class .ere-heading-style2 h2:after {
background-color: #b29b79;
}
.beyot-class div.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover {
background-color: #b29b79;
}
.beyot-class div.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover.owl-prev:after {
border-top-color: #b29b79;
}
.beyot-class div.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover.owl-next:after {
border-bottom-color: #b29b79;
}
.beyot-class #map-property-single .item-body .title-marker,
.beyot-class #map-property-single .item-body .price-marker {
color: #222222;
}
.beyot-class #map-property-single .item-body a:hover {
color: #b29b79;
}
.beyot-class #wp-property_des-wrap .insert-media {
background-color: #222222;
}
.beyot-class #wp-property_des-wrap .insert-media:hover {
background-color: #b29b79;
}
.beyot-class #ere_additional_details tr td:first-of-type span:hover,
.beyot-class #ere_additional_details tr td:last-of-type span:hover,
.beyot-class #ere_floors tr td:first-of-type span:hover,
.beyot-class #ere_floors tr td:last-of-type span:hover {
color: #b29b79;
}
.beyot-class .user-dropdown:hover .user-display-name {
color: #b29b79;
}
.beyot-class .single-invoice-action a {
background-color: #222222;
}
.beyot-class .single-invoice-action a:hover {
background-color: #b29b79;
}
.beyot-class .form-control:focus {
border-color: #b29b79;
}
.beyot-class div.ere-property-slider .property-inner .property-main-info .property-heading a:hover {
color: #b29b79;
}
.beyot-class div.ere-property-slider .property-inner .property-main-info .property-status span {
background-color: #b29b79;
}
.beyot-class div.ere-property-slider .property-inner .property-main-info .property-status span:before {
border-right-color: #b29b79;
border-left-color: #b29b79;
}
.beyot-class div.ere-property-slider .owl-nav .owl-prev {
background-color: #b29b79;
}
.beyot-class div.ere-property-slider .owl-nav .owl-prev:after {
border-top-color: #b29b79;
}
.beyot-class div.ere-property-slider .owl-nav .owl-next i {
color: #b29b79;
}
.beyot-class div.ere-property-type .property-type-info .property-title a:hover {
color: #b29b79;
}
.beyot-class .ere-package-item.active {
border-color: #b29b79 !important;
}
.beyot-class #ere-map-loading i {
color: #b29b79;
}
.beyot-class ul.walkscore-list li span.walkscore-score {
color: #b29b79;
border: 1px solid #b29b79;
}
.beyot-class ul.walkscore-list li span.walkscore-score:before {
border-bottom: 1px solid #b29b79;
border-left: 1px solid #b29b79;
}
.beyot-class .ere-mini-search-properties input::-webkit-input-placeholder {
color: #444444;
}
.beyot-class .ere-mini-search-properties input:-moz-placeholder {
color: #444444;
}
.beyot-class .ere-mini-search-properties input::-moz-placeholder {
color: #444444;
}
.beyot-class .ere-mini-search-properties input:-ms-input-placeholder {
color: #444444;
}
.beyot-class .ere-mini-search-properties select,
.beyot-class .ere-mini-search-properties input {
color: #444444;
}
.ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul li a:hover,
.ere-widget-listing-property-taxonomy ul li a:hover {
color: #b29b79 !important;
}
.ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy.scheme-light ul li a,
.ere-widget-listing-property-taxonomy.scheme-light ul li a {
color: #222222;
} .area-size-info i.fa.fa-arrows:before {
font-family: 'icomoon';
content: '\ef22';
}
.bed-info i.fa.fa-hotel:before {
font-family: 'icomoon';
content: '\f111';
}
.bath-info i.fa.fa-bath:before {
font-family: 'icomoon';
content: '\f113';
}
.panel {
border-radius: 0 !important;
}
.panel-default > .panel-heading {
background-color: #f8f8f8;
font-weight: bold;
text-transform: uppercase;
} .archive-property-container .archive-property,
.form-container .form-search-inner {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.archive-property-container .archive-property,
.form-container .form-search-inner {
width: 750px;
}
}
@media (min-width: 992px) {
.archive-property-container .archive-property,
.form-container .form-search-inner {
width: 970px;
}
}
@media (min-width: 1200px) {
.archive-property-container .archive-property,
.form-container .form-search-inner {
width: 1170px;
}
}
.archive-property-container .archive-property:before,
.archive-property-container .archive-property:after,
.form-container .form-search-inner:before,
.form-container .form-search-inner:after {
content: " ";
display: table;
}
.archive-property-container .archive-property:after,
.form-container .form-search-inner:after {
clear: both;
}
.tooltip.in {
white-space: nowrap;
}
#dsidx select,
.dsidx-shortcode-item select,
.dsidx-resp-search-box select {
min-width: 100px !important;
color: #aaa !important;
}
#dsidx h3,
.dsidx-shortcode-item h3,
.dsidx-resp-search-box h3 {
font-size: 21px;
font-weight: 600;
color: #222222;
border-bottom: none;
text-decoration: none !important;
}
#dsidx td,
.dsidx-shortcode-item td,
.dsidx-resp-search-box td,
#dsidx th,
.dsidx-shortcode-item th,
.dsidx-resp-search-box th {
padding: 8.5px 18px;
border: none;
} .dsidx-results .dsidx-prop-summary {
padding: 15px;
margin-bottom: 30px !important;
border-bottom: none;
width: 50%;
float: left;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title {
display: inline-block;
color: #b29b79;
font-size: 18px;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title b {
font-weight: 600;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title a {
color: #222222;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title a:hover {
color: #b29b79;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-title + div {
display: inline-block;
margin-right: 15px !important;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-features {
margin-top: 10px;
overflow: hidden;
}
.dsidx-results .dsidx-prop-summary .dsidx-prop-features div {
display: block;
position: relative;
bottom: 3px;
padding: 0 5px;
margin-bottom: 0;
font-size: 12px;
line-height: 1.714;
vertical-align: middle;
}
.dsidx-resp-vertical .dsidx-resp-area-submit input[type="submit"] {
width: 100% !important;
}
.dsidx-shortcode-item blockquote {
font-size: 18px;
line-height: 1.777777778;
font-weight: 500;
margin-bottom: 0;
}
.dsidx-shortcode-item tr:not(.dsidx-secondary-row) {
background: #f8f8f8;
}
.dsidx-shortcode-item .dsidx-primary-photo {
margin-bottom: 20px;
} .dsidx-address {
float: none !important;
display: inline-block !important;
}
.dsidx-address a {
color: #222222 !important;
font-size: 18px;
font-weight: 600;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.dsidx-address a:hover {
text-decoration: none !important;
color: #b29b79 !important;
}
.dsidx-address a span {
display: block;
margin-top: 15px;
color: #444444;
font-size: 12px;
}
.dsidx-address a span:before {
content: "\f041";
font-family: FontAwesome;
color: #b29b79;
margin-right: 10px;
}
#dsidx-listings .dsidx-listing {
background: #f8f8f8;
padding: 15px;
margin-bottom: 30px;
border-bottom: none;
width: 100%;
}
#dsidx-listings .dsidx-listing .dsidx-primary-data {
border-bottom: none;
}
#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-price {
color: #222222;
background: none;
padding: 0;
font-weight: 600;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data {
color: #fff;
background: #b29b79;
padding: 5px 15px;
margin-top: 20px;
font-size: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data div.dsidx-secondary-data-line {
display: inline-block;
position: relative;
bottom: 3px;
padding: 0 5px;
margin-bottom: 0;
font-size: 12px;
line-height: 1.714;
vertical-align: middle;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data div.dsidx-secondary-data-line:before {
font-family: 'icomoon';
position: relative;
top: 3px;
margin-right: 5px;
font-size: 18px;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data div.dsidx-secondary-data-line.dsidx-secondary-data-bedsbaths {
width: 30%;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data div.dsidx-secondary-data-line.dsidx-secondary-data-bedsbaths:before {
content: "\f111";
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data div.dsidx-secondary-data-line.dsidx-secondary-data-lot-size {
width: 30%;
text-align: center;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data div.dsidx-secondary-data-line.dsidx-secondary-data-lot-size:before {
content: '\ef22';
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data div.dsidx-secondary-data-line.dsidx-secondary-data-walkscore {
width: 20%;
text-align: center;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data div.dsidx-secondary-data-line.dsidx-secondary-data-walkscore:before {
content: '\edd2';
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data div.dsidx-secondary-data-line span {
color: #fff;
font-weight: 400;
font-size: 12px;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data .dsidx-secondary-data-mls-number {
width: 20%;
display: inline-block;
text-align: right;
font-size: 12px;
line-height: 1.714;
vertical-align: middle;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data .dsidx-secondary-data-mls-number:before {
content: '\e92d';
font-family: 'icomoon';
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data .dsidx-secondary-data-mls-number span {
color: #fff;
font-weight: 400;
font-size: 12px;
}
#dsidx-listings .dsidx-listing .dsidx-listing-tag.dsidx-tag-pre-foreclosure {
display: none;
}
#dsidx-listings .dsidx-listing .dsidx-data {
margin: 0;
overflow: hidden;
padding-left: 30px;
}
#dsidx-listings .dsidx-listing .dsidx-media {
margin: 0;
padding: 0;
}
#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo {
background-color: transparent;
border: none;
}
#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo img {
width: 100%;
}
#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#dsidx-listings .dsidx-listing:hover {
background: #f8f8f8;
}
#dsidx-listings .dsidx-listing:hover .dsidx-secondary-data {
background-color: #222222;
}
#dsidx-listings .dsidx-listing:hover .dsidx-media .dsidx-photo:before {
opacity: 1;
} #dsidx-media {
max-width: 100%;
margin-bottom: 40px;
}
#dsidx-header {
margin-bottom: 60px;
}
#dsidx-property-types {
margin-bottom: 10px;
}
#dsidx-property-types strong {
color: #222222;
font-weight: 600;
}
#dsidx-primary-data tr:nth-child(2n+1),
.dsidx-primary-data tr:nth-child(2n+1) {
font-weight: inherit !important;
font-size: inherit !important;
background-color: #f8f8f8;
}
#dsidx-secondary-data {
margin-bottom: 60px;
}
.dsidx-supplemental-data {
margin-bottom: 60px;
}
.dsidx-contact-form .dsidx-secondary-row {
background-color: transparent !important;
}
.dsidx-contact-form th,
.dsidx-contact-form td {
border: none;
padding: 10px 0 !important;
vertical-align: middle !important;
}
.dsidx-contact-form th label,
.dsidx-contact-form td label {
font-weight: 600 !important;
}
.dsidx-contact-form .column-one {
width: 25% !important;
}
.dsidx-contact-form input.dsidx-contact-form-submit {
display: inline-block;
padding: 11px 19px;
background-color: #b29b79;
border: 2px solid #b29b79;
color: #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.dsidx-contact-form input.dsidx-contact-form-submit:hover {
background-color: transparent;
color: #b29b79;
}
.dsidx-details table,
.dsidx-shortcode-item table {
border: none;
}
.dsidx-details table b,
.dsidx-shortcode-item table b {
font-weight: 400;
}
.dsidx-details h3:after,
.dsidx-shortcode-item h3:after {
content: '';
display: inline-block;
width: 30px;
margin-left: 20px;
vertical-align: middle;
margin-top: -2px;
height: 4px;
background: #b29b79;
}
.dsidx-details th,
.dsidx-shortcode-item th {
font-weight: 600 !important;
color: #222222;
font-size: 14px;
}
.dsidx-details blockquote,
.dsidx-shortcode-item blockquote {
position: relative;
border: none;
padding: 30px 50px 32px 50px;
background-color: #b29b79;
color: #fff;
margin-bottom: 60px !important;
}
.dsidx-details blockquote span,
.dsidx-shortcode-item blockquote span {
color: #fff;
font-size: 18px;
line-height: 1.777777778;
font-weight: 500;
margin-bottom: 0;
}
.dsidx-resp-search-box label {
color: #222222;
font-weight: 500;
}
.dsidx-resp-search-box .dsidx-resp-area {
margin-bottom: 5px;
}
@media (min-width: 992px) {
#dsidx-listings .dsidx-listing {
display: table;
width: 100%;
}
#dsidx-listings .dsidx-listing .dsidx-data {
display: table-cell;
vertical-align: middle;
width: 75%;
}
#dsidx-listings .dsidx-listing .dsidx-media {
display: table-cell;
vertical-align: middle;
width: 100%;
}
#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo img {
width: 100%;
}
}
@media (max-width: 991px) {
#dsidx-listings .dsidx-listing .dsidx-primary-data {
padding-top: 4px;
}
#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address {
display: block;
}
#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address a span {
margin-top: 10px;
}
#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-price {
float: none;
margin-top: 10px;
margin-left: 0;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data {
margin-top: 15px;
}
}
@media (max-width: 767px) {
#dsidx-listings .dsidx-listing .dsidx-data {
display: block;
width: 100%;
padding: 0;
}
#dsidx-listings .dsidx-listing .dsidx-media {
width: 100%;
margin-bottom: 15px !important;
}
.dsidx-results .dsidx-prop-summary {
width: 100%;
float: none;
}
}
@media (max-width: 479px) {
#dsidx-listings .dsidx-listing {
max-width: 100%;
}
#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address {
display: block;
}
#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address span {
margin-top: 10px;
}
#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-price {
float: none;
margin-top: 10px;
margin-left: 0;
}
#dsidx-listings .dsidx-listing .dsidx-data {
margin: 0 !important;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data {
margin-top: 15px;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data div.dsidx-secondary-data-line,
#dsidx-listings .dsidx-listing .dsidx-secondary-data .dsidx-secondary-data-mls-number {
width: 100% !important;
text-align: left !important;
}
}
.ihf-gallery-slider-paging:not(.pagination) a.ihf-slider-prev,
.ihf-gallery-slider-paging:not(.pagination) a.ihf-slider-next {
display: block;
width: 60px;
height: 60px;
line-height: 60px;
background: #f6f6f6;
position: absolute;
right: 0;
left: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color: #222222 !important;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.ihf-gallery-slider-paging:not(.pagination) a.ihf-slider-prev:after,
.ihf-gallery-slider-paging:not(.pagination) a.ihf-slider-next:after {
content: '';
position: absolute;
border-bottom: solid 0 transparent;
border-top: solid 60px #f6f6f6;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.ihf-gallery-slider-paging:not(.pagination) a.ihf-slider-prev:hover,
.ihf-gallery-slider-paging:not(.pagination) a.ihf-slider-next:hover {
background: #b29b79;
color: #fff !important;
}
.ihf-gallery-slider-paging:not(.pagination) a.ihf-slider-prev:hover:after,
.ihf-gallery-slider-paging:not(.pagination) a.ihf-slider-next:hover:after {
border-color: #b29b79;
}
.ihf-gallery-slider-paging:not(.pagination) a.ihf-slider-next {
margin-left: auto;
}
.ihf-gallery-slider-paging:not(.pagination) a.ihf-slider-next::after {
border-left: solid 10px transparent !important;
right: 100%;
}
.ihf-gallery-slider-paging:not(.pagination) a.ihf-slider-prev::after {
border-right: solid 10px transparent !important;
left: 100%;
}
.autocompleteMouseOver {
background-color: #b29b79;
}
#ihf-main-container { }
#ihf-main-container #ihf-board-disclaimers,
#ihf-main-container .ihf-powered-by {
display: none;
}
#ihf-main-container a:hover,
#ihf-main-container a:focus {
text-decoration: none;
}
#ihf-main-container .dropdown-menu > li > a {
color: #222222 !important;
height: 44px;
line-height: 44px;
}
#ihf-main-container .dropdown-menu > li > a:hover {
background-color: transparent;
color: #b29b79 !important;
}
#ihf-main-container textarea {
max-width: 100%;
}
#ihf-main-container input[type="text"],
#ihf-main-container input[type="search"],
#ihf-main-container input[type="email"],
#ihf-main-container input[type="url"],
#ihf-main-container input[type="password"],
#ihf-main-container input[type="tel"],
#ihf-main-container input[type="number"],
#ihf-main-container textarea,
#ihf-main-container select,
#ihf-main-container .chosen-choices,
#ihf-main-container input.form-control {
padding: 0 10px;
height: 44px !important;
line-height: 1;
background-color: transparent;
color: #444444;
border: 1px solid #9b9b9b !important;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
box-shadow: none !important;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#ihf-main-container input[type="text"]::-webkit-input-placeholder,
#ihf-main-container input[type="search"]::-webkit-input-placeholder,
#ihf-main-container input[type="email"]::-webkit-input-placeholder,
#ihf-main-container input[type="url"]::-webkit-input-placeholder,
#ihf-main-container input[type="password"]::-webkit-input-placeholder,
#ihf-main-container input[type="tel"]::-webkit-input-placeholder,
#ihf-main-container input[type="number"]::-webkit-input-placeholder,
#ihf-main-container textarea::-webkit-input-placeholder,
#ihf-main-container select::-webkit-input-placeholder,
#ihf-main-container .chosen-choices::-webkit-input-placeholder,
#ihf-main-container input.form-control::-webkit-input-placeholder {
color: #444444;
}
#ihf-main-container input[type="text"]:-moz-placeholder,
#ihf-main-container input[type="search"]:-moz-placeholder,
#ihf-main-container input[type="email"]:-moz-placeholder,
#ihf-main-container input[type="url"]:-moz-placeholder,
#ihf-main-container input[type="password"]:-moz-placeholder,
#ihf-main-container input[type="tel"]:-moz-placeholder,
#ihf-main-container input[type="number"]:-moz-placeholder,
#ihf-main-container textarea:-moz-placeholder,
#ihf-main-container select:-moz-placeholder,
#ihf-main-container .chosen-choices:-moz-placeholder,
#ihf-main-container input.form-control:-moz-placeholder {
color: #444444;
}
#ihf-main-container input[type="text"]::-moz-placeholder,
#ihf-main-container input[type="search"]::-moz-placeholder,
#ihf-main-container input[type="email"]::-moz-placeholder,
#ihf-main-container input[type="url"]::-moz-placeholder,
#ihf-main-container input[type="password"]::-moz-placeholder,
#ihf-main-container input[type="tel"]::-moz-placeholder,
#ihf-main-container input[type="number"]::-moz-placeholder,
#ihf-main-container textarea::-moz-placeholder,
#ihf-main-container select::-moz-placeholder,
#ihf-main-container .chosen-choices::-moz-placeholder,
#ihf-main-container input.form-control::-moz-placeholder {
color: #444444;
}
#ihf-main-container input[type="text"]:-ms-input-placeholder,
#ihf-main-container input[type="search"]:-ms-input-placeholder,
#ihf-main-container input[type="email"]:-ms-input-placeholder,
#ihf-main-container input[type="url"]:-ms-input-placeholder,
#ihf-main-container input[type="password"]:-ms-input-placeholder,
#ihf-main-container input[type="tel"]:-ms-input-placeholder,
#ihf-main-container input[type="number"]:-ms-input-placeholder,
#ihf-main-container textarea:-ms-input-placeholder,
#ihf-main-container select:-ms-input-placeholder,
#ihf-main-container .chosen-choices:-ms-input-placeholder,
#ihf-main-container input.form-control:-ms-input-placeholder {
color: #444444;
}
#ihf-main-container input[type="text"]:focus,
#ihf-main-container input[type="search"]:focus,
#ihf-main-container input[type="email"]:focus,
#ihf-main-container input[type="url"]:focus,
#ihf-main-container input[type="password"]:focus,
#ihf-main-container input[type="tel"]:focus,
#ihf-main-container input[type="number"]:focus,
#ihf-main-container textarea:focus,
#ihf-main-container select:focus,
#ihf-main-container .chosen-choices:focus,
#ihf-main-container input.form-control:focus {
border-color: #b29b79 !important;
outline: none !important;
}
#ihf-main-container select {
height: 44px !important;
}
#ihf-main-container textarea {
padding-top: 10px !important;
height: auto !important;
}
#ihf-main-container select {
min-width: inherit;
max-width: 100%;
outline: none;
}
#ihf-main-container .chosen-container-single .chosen-single {
height: 44px;
padding: 0 15px;
line-height: 44px;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
color: #aaa !important;
background-color: transparent !important;
border-color: #9b9b9b !important;
}
#ihf-main-container .chosen-results li.highlighted {
background-color: #b29b79;
background-image: linear-gradient(#b29b79 20%, #b29b79 90%);
}
#ihf-main-container button,
#ihf-main-container input[type="submit"] {
display: inline-block !important;
font-size: 14px !important;
line-height: 18px !important;
padding: 11px 19px !important;
color: #ffffff !important;
background-color: #b29b79 !important;
border: solid 2px !important;
border-color: #b29b79 !important;
font-weight: 400 !important;
-webkit-transition: all 0.3s !important;
-moz-transition: all 0.3s !important;
-ms-transition: all 0.3s !important;
-o-transition: all 0.3s !important;
transition: all 0.3s !important;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
}
#ihf-main-container button:hover,
#ihf-main-container input[type="submit"]:hover,
#ihf-main-container button:focus,
#ihf-main-container input[type="submit"]:focus {
color: #b29b79 !important;
background-color: transparent !important;
border-color: #b29b79 !important;
outline: none !important;
}
#ihf-main-container .ihf-map-icon {
background-color: #b29b79 !important;
border: none;
}
#ihf-main-container .ihf-map-icon:after {
border-top-color: #b29b79 !important;
}
#ihf-main-container .ihf-grid-result-mlsnum-proptype {
font-size: 12px !important;
}
#ihf-main-container .ihf-grid-result-basic-info-item1 {
width: 30%;
text-align: left;
}
#ihf-main-container .ihf-grid-result-basic-info-item1:before {
content: "\f111";
}
#ihf-main-container .ihf-grid-result-basic-info-item2 {
width: 30%;
text-align: center;
}
#ihf-main-container .ihf-grid-result-basic-info-item2:before {
content: '\f113';
}
#ihf-main-container .ihf-grid-result-basic-info-item3 {
width: 40%;
text-align: right;
}
#ihf-main-container .ihf-grid-result-basic-info-item3:before {
content: '\ef22';
}
#ihf-main-container b {
font-weight: 400 !important;
}
#ihf-main-container .ihf-grid-result-container {
padding: 15px !important;
background-color: #f8f8f8 !important;
border: none;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
box-shadow: none;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
margin-bottom: 30px;
}
#ihf-main-container .ihf-grid-result-container .col-xs-9:not(.pull-left) {
width: 100% !important;
padding: 0;
}
#ihf-main-container .ihf-grid-result-container .ihf-grid-result-basic-info-container {
width: 100%;
background-color: #b29b79;
color: #fff;
line-height: 38px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#ihf-main-container .ihf-grid-result-container .ihf-grid-result-basic-info-container div {
position: relative;
font-size: 12px;
padding: 0;
text-align: center;
border-right: none;
}
#ihf-main-container .ihf-grid-result-container .ihf-grid-result-basic-info-container div:before {
font-family: 'icomoon';
position: relative;
top: 3px;
margin-right: 5px;
font-size: 18px;
}
#ihf-main-container .ihf-grid-result-container .ihf-grid-result-basic-info-container br {
display: none;
}
#ihf-main-container .ihf-grid-result-container .ihf-grid-result-photocount {
position: absolute;
display: inline-block;
top: 85px;
right: 30px;
width: auto;
z-index: 1;
margin: 0;
padding: 3px 5px !important;
border: none !important;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
text-shadow: none !important;
line-height: 20px;
font-weight: 400 !important;
font-size: 12px !important;
background-color: #b29b79;
color: #fff;
}
#ihf-main-container .ihf-grid-result-container .ihf-grid-result-photocount a {
color: #fff;
}
#ihf-main-container .ihf-grid-result-container .ihf-grid-result-photocount:after {
position: absolute;
content: '';
display: block;
right: 100%;
top: 0;
border-top: 13px solid transparent;
border-bottom: 13px solid transparent;
border-right: 10px solid #b29b79;
}
#ihf-main-container .ihf-grid-result-container:hover .ihf-grid-result-basic-info-container {
background: #222222;
}
#ihf-main-container .ihf-grid-result-container:hover .ihf-results-grid-photo a {
background: rgba(0, 0, 0, 0.6);
}
#ihf-main-container .ihf-grid-result-address {
color: #222222;
font-size: 18px;
font-weight: 600;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#ihf-main-container .ihf-grid-result-address:hover {
color: #b29b79;
}
#ihf-main-container .ihf-grid-result-price {
position: absolute;
display: inline-block;
top: 70px;
z-index: 1;
margin: 0;
padding: 3px !important;
border: none !important;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
text-shadow: none !important;
line-height: 20px;
font-weight: 400 !important;
font-size: 12px !important;
background-color: #b29b79;
}
#ihf-main-container .ihf-grid-result-price:after {
position: absolute;
content: '';
display: block;
left: 100%;
top: 0;
border-top: 13px solid transparent;
border-bottom: 13px solid transparent;
border-left: 10px solid #b29b79;
}
#ihf-main-container .ihf-listing-open-home-text-grid span {
color: #222222;
font-weight: 600;
}
#ihf-main-container .ihf-results-grid-photo {
margin-top: 15px;
margin-bottom: 5px;
}
#ihf-main-container .ihf-results-grid-photo a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#ihf-main-container .ihf-slide .row.mt-10 {
margin-left: -15px;
margin-right: -15px;
}
#ihf-main-container .ihf-slide .row.mt-10 .col-xs-12 {
padding: 0;
}
#ihf-main-container .ihf-listing-search-results .ihf-results-address {
font-size: 18px;
font-weight: 600;
margin-bottom: 15px;
}
#ihf-main-container .ihf-listing-search-results .ihf-results-address a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
color: #222222;
}
#ihf-main-container .ihf-listing-search-results .ihf-results-address a:hover {
color: #b29b79;
}
#ihf-main-container .ihf-listing-search-results .ihf-result {
padding: 15px 0;
background: #f8f8f8;
margin: 0 !important;
margin-bottom: 30px !important;
}
#ihf-main-container .ihf-listing-search-results .ihf-results-photo {
margin-right: 30px;
}
#ihf-main-container .ihf-listing-search-results .ihf-results-property-info {
color: #444444;
font-size: 14px !important;
}
#ihf-main-container .ihf-listing-search-results .ihf-results-property-info .ihf-results-price {
color: #222222;
font-weight: 600;
font-size: 18px !important;
}
#ihf-main-container .ihf-listing-search-results .ihf-results-property-info strong {
font-weight: 400;
}
#ihf-main-container .ihf-listing-search-results .ihf-results-property-info .ihf-results-links a {
color: #222222;
}
#ihf-main-container .ihf-listing-search-results .ihf-results-property-info .ihf-results-links a:hover {
color: #b29b79;
}
#ihf-main-container .pagination li a,
#ihf-main-container .back-to-results a {
margin-right: 6px;
padding: 0 19px;
line-height: 35px;
text-align: center;
color: #fff !important;
font-size: 12px;
font-weight: 500;
display: inline-block;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
background-color: #222222 !important;
border: none !important;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
}
#ihf-main-container .pagination li a:hover,
#ihf-main-container .back-to-results a:hover {
background-color: #b29b79 !important;
}
#ihf-main-container #ihf-main-search-form #areaPickerInputWrapper {
height: auto !important;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
}
#ihf-main-container #ihf-main-search-form #areaPickerInputWrapper input#areaPicker {
border: 0 !important;
background-color: #fff;
padding: 5px !important;
}
#ihf-main-container .input-group-addon {
background-color: #b29b79 !important;
border-color: #b29b79 !important;
color: #fff;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
}
#ihf-main-container .nav-tabs {
background-color: #222222;
}
#ihf-main-container .nav-tabs > li {
margin-bottom: 0 !important;
}
#ihf-main-container .nav-tabs > li > a {
margin-right: 0;
padding: 19px 30px;
border: none !important;
background-color: transparent !important;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
color: #444444 !important;
transition: 0.3s;
font-weight: 500;
}
#ihf-main-container .nav-tabs > li.active > a,
#ihf-main-container .nav-tabs > li:hover > a {
background-color: #b29b79 !important;
color: #fff !important;
}
#ihf-main-container .btn-primary {
background-color: #b29b79 !important;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
border: none;
}
#ihf-main-container .badge {
background-color: transparent;
}
#ihf-main-container #areaPickerExpandAllContainer {
background-color: #f8f8f8 !important;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
}
#ihf-main-container .ihf-advanced-search-launch {
color: #222222;
-webkit-transition: 3;
-moz-transition: 3;
-o-transition: 3;
transition: 3;
}
#ihf-main-container .ihf-advanced-search-launch:hover {
color: #b29b79;
}
#ihf-main-container .chosen-choices {
background-image: none;
}
#ihf-main-container .chosen-choices input {
border: none !important;
background-color: #fff !important;
}
#ihf-main-container .ihf-listing-detail .listing-info-item {
padding: 8.5px 18px;
border: none;
font-size: 14px;
}
#ihf-main-container .ihf-listing-detail .listing-info-item span {
color: #222222;
font-weight: 500;
}
#ihf-main-container .ihf-listing-detail .tab-pane.ihf-tab-pane .row.mt-10 {
margin-bottom: 10px;
}
#ihf-main-container .ihf-listing-detail .tab-pane.ihf-tab-pane .row:nth-child(2n) .listing-info-item {
background-color: #f8f8f8;
}
#ihf-main-container .ihf-listing-detail .title-bar-1 {
padding: 8.5px 15px;
border: none;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
color: #222222;
font-weight: 500;
font-size: 14px !important;
background-color: #f8f8f8;
}
#ihf-main-container .property-main-detail-item {
display: inline-block;
position: relative;
bottom: 3px;
padding: 0 5px;
margin-bottom: 0;
font-size: 12px;
line-height: 1.714;
vertical-align: middle;
color: #222222;
font-weight: 600;
}
#ihf-main-container .property-main-detail-item:before {
font-family: 'icomoon';
position: relative;
top: 3px;
margin-right: 5px;
font-size: 24px;
color: #b29b79;
font-weight: 400;
}
#ihf-main-container .property-main-detail-item.ihf-bedrooms:before {
content: '\f111';
}
#ihf-main-container .property-main-detail-item.ihf-baths:before {
content: '\f113';
}
#ihf-main-container .property-main-detail-item.ihf-square-feet:before {
content: '\ef22';
}
#ihf-main-container .property-main-detail-item.ihf-property-type:before {
content: '\e93a';
}
#ihf-main-container .ihf-social-share .btn {
display: block;
float: left;
width: 40px !important;
height: 40px !important;
padding: 0 !important;
background-color: #222 !important;
-webkit-border-radius: 50% !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
border: none !important;
line-height: 40px !important;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
margin-right: 10px;
color: #fff;
font-size: 18px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
}
#ihf-main-container .ihf-social-share .btn:hover {
background: #b29b79 !important;
color: #fff !important;
}
#ihf-main-container .modal.in .modal-dialog {
position: fixed;
top: 50%;
-webkit-transform: translate(-50%, -50%) !important;
-moz-transform: translate(-50%, -50%) !important;
-o-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
max-height: 100%;
overflow-y: auto;
}
#ihf-main-container .ihf-office-photo {
border: none !important;
}
#ihf-main-container .ihf-office-photo img {
width: 100%;
}
#ihf-main-container .ihf-office-info {
margin-left: 30px;
}
#ihf-main-container .ihf-office-info .ihf_offices_name a {
font-size: 20px;
color: #222222 !important;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#ihf-main-container .ihf-office-info .ihf_offices_name a:hover {
color: #b29b79 !important;
}
#ihf-main-container .ihf-office-info .ihf_offices_name a b {
font-weight: 600 !important;
}
#ihf-main-container .ihf-agent-photo,
#ihf-main-container #ihf-agent-sellers-rep-own-listing-photo {
margin-bottom: 15px;
}
#ihf-main-container .ihf-market-report .ihf-title {
font-size: 18px !important;
font-weight: 500 !important;
color: #222222 !important;
border-bottom: none !important;
}
#ihf-main-container .ihf-market-report .ihf-title a {
color: #b29b79;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#ihf-main-container .ihf-market-report .ihf-title a:hover {
color: #222222;
}
#ihf-main-container .ihf-agent-list .thumbnail {
display: table;
padding: 0 !important;
border: none !important;
width: 100%;
margin-bottom: 30px;
border-bottom: 2px solid #9b9b9b !important;
}
#ihf-main-container .ihf-agent-list .thumbnail img {
height: 185px !important;
width: 100%;
}
#ihf-main-container .ihf-agent-list .thumbnail .pull-left {
display: table-cell;
vertical-align: middle;
width: 100%;
padding-left: 30px;
float: none !important;
}
#ihf-main-container .ihf-agent-list .thumbnail .pull-left span {
font-size: 12px !important;
}
#ihf-main-container .ihf-agent-list .thumbnail .pull-left.mr-10 {
width: 25%;
min-width: 140px;
padding: 0;
}
#ihf-main-container .ihf-agent-list .thumbnail .ihf_officeroster_agentname a {
font-size: 18px;
color: #222222 !important;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#ihf-main-container .ihf-agent-list .thumbnail .ihf_officeroster_agentname a:hover {
color: #b29b79 !important;
}
#ihf-main-container .ihf-agent-list .thumbnail .ihf_officeroster_agentname a strong {
font-weight: 500 !important;
}
#ihf-main-container .ihf-agent-list .thumbnail .ihf_officeroster_agent_email a {
color: #b29b79;
}
#ihf-main-container .ihf-market-report-nav {
color: #222222;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
font-weight: 500;
}
#ihf-main-container .ihf-market-report-nav:hover {
color: #b29b79;
}
@media (max-width: 767px) {
#ihf-main-container .ihf-listing-search-results .ihf-results-photo {
width: 100%;
display: block;
margin-right: 0;
margin-bottom: 20px;
}
#ihf-main-container .ihf-listing-search-results .ihf-results-photo img {
width: 100%;
}
#ihf-main-container .ihf-listing-search-results .ihf-results-property-info {
display: block;
width: 100%;
}
#ihf-main-container .hidden-xs.areaPickerExpandAllButtonClass {
display: block !important;
}
}
@media (max-width: 479px) {
#ihf-main-container .ihf-grid-result-address {
font-size: 16px;
}
}
body {
background-color: #fff;
}
footer.main-footer-wrapper {
background-image: url(http://tsosmd.com/beyot2/wp-content/uploads/2017/05/bg03.png);
background-position: center center;
background-repeat: repeat;
}@font-face{font-family:eicons;src:url(//steelfutures.co.jp/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.35.0);src:url(//steelfutures.co.jp/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.35.0#iefix) format("embedded-opentype"),url(//steelfutures.co.jp/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.35.0) format("woff2"),url(//steelfutures.co.jp/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.35.0) format("woff"),url(//steelfutures.co.jp/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.35.0) format("truetype"),url(//steelfutures.co.jp/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.35.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e8aa"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container,.elementor-element:not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-post__thumbnail__link{transition:none}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}