@charset "UTF-8";
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
-webkit-backface-visibility: hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
} .vbox-overlay{
background: #fdfdfd;
background: rgba(0,0,0,0.85); 
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 9999;
opacity: 0;
overflow-x: hidden;
overflow-y: auto;
}  .vbox-preloader{
position:fixed; 
width:32px; 
height:32px;
left:50%; 
top:50%; 
margin-left:-16px; 
margin-top:-16px;
background-image: url(//mieszkanie24.pl/wp-content/themes/itsoft/venobox/preload-circle.png);
text-indent: -100px;
overflow: hidden;
-webkit-animation: playload 1.4s steps(18) infinite;
-moz-animation: playload 1.4s steps(18) infinite;
-ms-animation: playload 1.4s steps(18) infinite;
-o-animation: playload 1.4s steps(18) infinite;
animation: playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@-moz-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@-ms-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@-o-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}       .vbox-close{
cursor: pointer;
position: fixed;
top: -1px;
right: 0;
width: 46px;
height: 40px;
padding: 10px 20px 10px 0;
display: block;
background: url(//mieszkanie24.pl/wp-content/themes/itsoft/venobox/close.gif) no-repeat #161617;
background-position:10px center;
color: #fff;
text-indent: -100px;
overflow: hidden;
}
.vbox-next, .vbox-prev{
box-sizing: content-box;
cursor: pointer;
position: fixed;
top: 50%;
color: #fff;
width: 30px;
height: 170px;
margin-top: -85px;
text-indent: -100px;
border: solid transparent; overflow: hidden;
}
.vbox-prev{
left: 0;
border-width: 0 30px 0 10px;
background: url(//mieszkanie24.pl/wp-content/themes/itsoft/venobox/prev.gif) center center no-repeat;
}
.vbox-next{
right: 0;
border-width: 0 10px 0 30px;
background: url(//mieszkanie24.pl/wp-content/themes/itsoft/venobox/next.gif) center center no-repeat;
}
.vbox-title{
width: 100%;
height: 40px;
float: left;
text-align: center;
line-height: 28px;
font-size: 12px;
color: #fff;
padding: 6px 40px;
overflow: hidden;
background: #161617;
position: fixed;
display: none;
top: -1px;
left: 0;
}
.vbox-num{
cursor: pointer;
position: fixed;
top: -1px;
left: 0;
height: 40px;
display: block;
color: #fff;
overflow: hidden;
line-height: 28px;
font-size: 12px;
padding: 6px 10px;
background: #161617;
display: none;
} .vbox-inline{
width: 420px;
height: 315px;
padding: 10px;
background: #fff;
text-align: left;
margin: 0 auto;
overflow: auto;
} .venoframe{
border: none;
width: 960px;
height: 720px;
}
@media (max-width: 992px) {
.venoframe{
width: 640px;
height: 480px;
}
}
@media (max-width: 767px) {
.venoframe{
width: 420px;
height: 315px;
}
}
@media (max-width: 460px) {
.vbox-inline{
width: 100%;
}
.venoframe{
width: 100%;
height: 260px;
}
} .vbox-open{
overflow: hidden;
}
.vbox-container{
position: relative;
background: #000;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.vbox-content{
text-align: center;
float: left;
width: 100%;
position: relative;
overflow: hidden;
}
.vbox-container img{
max-width: 100%;
height: auto;
}.nivoSlider{position:relative;width:100%;height:auto;overflow:hidden}.nivoSlider img{position:absolute;top:0;left:0;max-width:none}.nivo-main-image{display:block!important;position:relative!important;width:100%!important}.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white;filter:alpha(opacity=0);opacity:0}.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0}.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden}.nivo-box img{display:block}.nivo-caption{position:absolute;left:0;bottom:0;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:.8;overflow:hidden;display:none;-moz-opacity:.8;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-caption p{padding:5px;}.nivo-caption a{display:inline-block;}.nivo-html-caption{display:none}.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer}.nivo-prevNav{left:0}.nivo-nextNav{right:0}.nivo-controlNav{text-align:center;padding:15px 0}.nivo-controlNav a{cursor:pointer}.nivo-controlNav a.active{font-weight:700}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
} .cd-words-wrapper {
display: inline-block;
position: relative;
text-align: left;
}
.cd-words-wrapper b {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
}
.cd-words-wrapper b.is-visible {
position: relative;
}
.no-js .cd-words-wrapper b {
opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
opacity: 1;
} .cd-headline.rotate-1 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-1 b {
opacity: 0;
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-animation: cd-rotate-1-in 1.2s;
-moz-animation: cd-rotate-1-in 1.2s;
animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
-webkit-animation: cd-rotate-1-out 1.2s;
-moz-animation: cd-rotate-1-out 1.2s;
animation: cd-rotate-1-out 1.2s;
}
@-webkit-keyframes cd-rotate-1-in {
0% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
35% {
-webkit-transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(360deg);
opacity: 1;
}
}
@-moz-keyframes cd-rotate-1-in {
0% {
-moz-transform: rotateX(180deg);
opacity: 0;
}
35% {
-moz-transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-moz-transform: rotateX(360deg);
opacity: 1;
}
}
@keyframes cd-rotate-1-in {
0% {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0;
}
35% {
-webkit-transform: rotateX(120deg);
-moz-transform: rotateX(120deg);
-ms-transform: rotateX(120deg);
-o-transform: rotateX(120deg);
transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(360deg);
-moz-transform: rotateX(360deg);
-ms-transform: rotateX(360deg);
-o-transform: rotateX(360deg);
transform: rotateX(360deg);
opacity: 1;
}
}
@-webkit-keyframes cd-rotate-1-out {
0% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
35% {
-webkit-transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
}
@-moz-keyframes cd-rotate-1-out {
0% {
-moz-transform: rotateX(0deg);
opacity: 1;
}
35% {
-moz-transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-moz-transform: rotateX(180deg);
opacity: 0;
}
}
@keyframes cd-rotate-1-out {
0% {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
35% {
-webkit-transform: rotateX(-40deg);
-moz-transform: rotateX(-40deg);
-ms-transform: rotateX(-40deg);
-o-transform: rotateX(-40deg);
transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0;
}
} .cd-headline.type .cd-words-wrapper {
vertical-align: top;
overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
content: '';
position: absolute;
right: 0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 1px;
background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
-webkit-animation: cd-pulse 1s infinite;
-moz-animation: cd-pulse 1s infinite;
animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
color: #0d0d0d;
}
.cd-headline.type b {
visibility: hidden;
}
.cd-headline.type b.is-visible {
visibility: visible;
}
.cd-headline.type i {
position: absolute;
visibility: hidden;
}
.cd-headline.type i.in {
position: relative;
visibility: visible;
}
@-webkit-keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@-moz-keyframes cd-pulse {
0% {
-moz-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-moz-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-moz-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
-moz-transform: translateY(-50%) scale(1);
-ms-transform: translateY(-50%) scale(1);
-o-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
-moz-transform: translateY(-50%) scale(0.9);
-ms-transform: translateY(-50%) scale(0.9);
-o-transform: translateY(-50%) scale(0.9);
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
-moz-transform: translateY(-50%) scale(0);
-ms-transform: translateY(-50%) scale(0);
-o-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
opacity: 0;
}
} .cd-headline.rotate-2 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
display: inline-block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
opacity: 0;
}
.cd-headline.rotate-2 i {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(-20px) rotateX(90deg);
-moz-transform: translateZ(-20px) rotateX(90deg);
-ms-transform: translateZ(-20px) rotateX(90deg);
-o-transform: translateZ(-20px) rotateX(90deg);
transform: translateZ(-20px) rotateX(90deg);
opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
opacity: 1;
}
.cd-headline.rotate-2 i.in {
-webkit-animation: cd-rotate-2-in 0.4s forwards;
-moz-animation: cd-rotate-2-in 0.4s forwards;
animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
-webkit-animation: cd-rotate-2-out 0.4s forwards;
-moz-animation: cd-rotate-2-out 0.4s forwards;
animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
-webkit-transform: translateZ(20px);
-moz-transform: translateZ(20px);
-ms-transform: translateZ(20px);
-o-transform: translateZ(20px);
transform: translateZ(20px);
}
.no-csstransitions .cd-headline.rotate-2 i {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.no-csstransitions .cd-headline.rotate-2 .is-visible i {
opacity: 1;
}
@-webkit-keyframes cd-rotate-2-in {
0% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0deg);
}
}
@-moz-keyframes cd-rotate-2-in {
0% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(0deg);
}
}
@keyframes cd-rotate-2-in {
0% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(90deg);
-moz-transform: translateZ(-20px) rotateX(90deg);
-ms-transform: translateZ(-20px) rotateX(90deg);
-o-transform: translateZ(-20px) rotateX(90deg);
transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(-10deg);
-moz-transform: translateZ(-20px) rotateX(-10deg);
-ms-transform: translateZ(-20px) rotateX(-10deg);
-o-transform: translateZ(-20px) rotateX(-10deg);
transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0deg);
-moz-transform: translateZ(-20px) rotateX(0deg);
-ms-transform: translateZ(-20px) rotateX(0deg);
-o-transform: translateZ(-20px) rotateX(0deg);
transform: translateZ(-20px) rotateX(0deg);
}
}
@-webkit-keyframes cd-rotate-2-out {
0% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-90deg);
}
}
@-moz-keyframes cd-rotate-2-out {
0% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(-90deg);
}
}
@keyframes cd-rotate-2-out {
0% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0);
-moz-transform: translateZ(-20px) rotateX(0);
-ms-transform: translateZ(-20px) rotateX(0);
-o-transform: translateZ(-20px) rotateX(0);
transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-100deg);
-moz-transform: translateZ(-20px) rotateX(-100deg);
-ms-transform: translateZ(-20px) rotateX(-100deg);
-o-transform: translateZ(-20px) rotateX(-100deg);
transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-90deg);
-moz-transform: translateZ(-20px) rotateX(-90deg);
-ms-transform: translateZ(-20px) rotateX(-90deg);
-o-transform: translateZ(-20px) rotateX(-90deg);
transform: translateZ(-20px) rotateX(-90deg);
}
} .cd-headline.loading-bar span {
display: inline-block;
padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
height: 3px;
width: 0;
background: #0096a7;
z-index: 2;
-webkit-transition: width 0.3s -0.1s;
-moz-transition: width 0.3s -0.1s;
transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
width: 100%;
-webkit-transition: width 3s;
-moz-transition: width 3s;
transition: width 3s;
}
.cd-headline.loading-bar b {
top: .2em;
opacity: 0;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
opacity: 1;
top: 0;
} .cd-headline.slide span {
display: inline-block;
padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.slide b {
opacity: 0;
top: .2em;
}
.cd-headline.slide b.is-visible {
top: 0;
opacity: 1;
-webkit-animation: slide-in 0.6s;
-moz-animation: slide-in 0.6s;
animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
-webkit-animation: slide-out 0.6s;
-moz-animation: slide-out 0.6s;
animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(20%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes slide-in {
0% {
opacity: 0;
-moz-transform: translateY(-100%);
}
60% {
opacity: 1;
-moz-transform: translateY(20%);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
-o-transform: translateY(20%);
transform: translateY(20%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes slide-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
60% {
opacity: 0;
-webkit-transform: translateY(120%);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
}
}
@-moz-keyframes slide-out {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
60% {
opacity: 0;
-moz-transform: translateY(120%);
}
100% {
opacity: 0;
-moz-transform: translateY(100%);
}
}
@keyframes slide-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
60% {
opacity: 0;
-webkit-transform: translateY(120%);
-moz-transform: translateY(120%);
-ms-transform: translateY(120%);
-o-transform: translateY(120%);
transform: translateY(120%);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
} .cd-headline.clip span {
display: inline-block;
padding: 0;
}
.cd-headline.clip .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
content: '';
position: absolute;
right: 0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 5px;
background-color: #fff;
}
.cd-headline.clip b {
opacity: 0;
}
.cd-headline.clip b.is-visible {
opacity: 1;
} .cd-headline.zoom .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.zoom b {
opacity: 0;
}
.cd-headline.zoom b.is-visible {
opacity: 1;
-webkit-animation: zoom-in 0.8s;
-moz-animation: zoom-in 0.8s;
animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
-webkit-animation: zoom-out 0.8s;
-moz-animation: zoom-out 0.8s;
animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
}
}
@-moz-keyframes zoom-in {
0% {
opacity: 0;
-moz-transform: translateZ(100px);
}
100% {
opacity: 1;
-moz-transform: translateZ(0);
}
}
@keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-ms-transform: translateZ(100px);
-o-transform: translateZ(100px);
transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
}
@-webkit-keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
}
}
@-moz-keyframes zoom-out {
0% {
opacity: 1;
-moz-transform: translateZ(0);
}
100% {
opacity: 0;
-moz-transform: translateZ(-100px);
}
}
@keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
-moz-transform: translateZ(-100px);
-ms-transform: translateZ(-100px);
-o-transform: translateZ(-100px);
transform: translateZ(-100px);
}
} .cd-headline.rotate-3 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-3 b {
opacity: 0;
}
.cd-headline.rotate-3 i {
display: inline-block;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
-webkit-animation: cd-rotate-3-in 0.6s forwards;
-moz-animation: cd-rotate-3-in 0.6s forwards;
animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
-webkit-animation: cd-rotate-3-out 0.6s forwards;
-moz-animation: cd-rotate-3-out 0.6s forwards;
animation: cd-rotate-3-out 0.6s forwards;
}
.no-csstransitions .cd-headline.rotate-3 i {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 0;
}
.no-csstransitions .cd-headline.rotate-3 .is-visible i {
opacity: 1;
}
@-webkit-keyframes cd-rotate-3-in {
0% {
-webkit-transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(0deg);
}
}
@-moz-keyframes cd-rotate-3-in {
0% {
-moz-transform: rotateY(180deg);
}
100% {
-moz-transform: rotateY(0deg);
}
}
@keyframes cd-rotate-3-in {
0% {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@-webkit-keyframes cd-rotate-3-out {
0% {
-webkit-transform: rotateY(0);
}
100% {
-webkit-transform: rotateY(-180deg);
}
}
@-moz-keyframes cd-rotate-3-out {
0% {
-moz-transform: rotateY(0);
}
100% {
-moz-transform: rotateY(-180deg);
}
}
@keyframes cd-rotate-3-out {
0% {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
}
100% {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
} .cd-headline.scale b {
opacity: 0;
}
.cd-headline.scale i {
display: inline-block;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.is-visible .cd-headline.scale i {
opacity: 1;
}
.cd-headline.scale i.in {
-webkit-animation: scale-up 0.6s forwards;
-moz-animation: scale-up 0.6s forwards;
animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
-webkit-animation: scale-down 0.6s forwards;
-moz-animation: scale-down 0.6s forwards;
animation: scale-down 0.6s forwards;
}
.no-csstransitions .cd-headline.scale i {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 0;
}
.no-csstransitions .cd-headline.scale .is-visible i {
opacity: 1;
}
@-webkit-keyframes scale-up {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes scale-up {
0% {
-moz-transform: scale(0);
opacity: 0;
}
60% {
-moz-transform: scale(1.2);
opacity: 1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@keyframes scale-up {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes scale-down {
0% {
-webkit-transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
opacity: 0;
}
}
@-moz-keyframes scale-down {
0% {
-moz-transform: scale(1);
opacity: 1;
}
60% {
-moz-transform: scale(0);
opacity: 0;
}
}
@keyframes scale-down {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
} .cd-headline.push b {
opacity: 0;
}
.cd-headline.push b.is-visible {
opacity: 1;
-webkit-animation: push-in 0.6s;
-moz-animation: push-in 0.6s;
animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
-webkit-animation: push-out 0.6s;
-moz-animation: push-out 0.6s;
animation: push-out 0.6s;
}
@-webkit-keyframes push-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes push-in {
0% {
opacity: 0;
-moz-transform: translateX(-100%);
}
60% {
opacity: 1;
-moz-transform: translateX(10%);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@keyframes push-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(10%);
-moz-transform: translateX(10%);
-ms-transform: translateX(10%);
-o-transform: translateX(10%);
transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes push-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateX(110%);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
}
}
@-moz-keyframes push-out {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
60% {
opacity: 0;
-moz-transform: translateX(110%);
}
100% {
opacity: 0;
-moz-transform: translateX(100%);
}
}
@keyframes push-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateX(110%);
-moz-transform: translateX(110%);
-ms-transform: translateX(110%);
-o-transform: translateX(110%);
transform: translateX(110%);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
} .bubble-animate {
position: absolute;
left: -215px;
bottom: 0;
width: 162%;
height: 100%;
overflow: hidden;
}
.circle {
background: 
#0C5ADB;
bottom: 0;
position: absolute;
border-radius: 50%;
}
.circle.small {
width: 15px;
height: 15px;
opacity: 0.7;
}
.circle.small.square1 {
left: 18%;
top: 100%;
-webkit-animation-name: smallBubble;
animation-name: smallBubble;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.small.square2 {
left: 36%;
top: 100%;
-webkit-animation-name: smallBubble;
animation-name: smallBubble;
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.small.square3 {
left: 54%;
top: 100%;
-webkit-animation-name: smallBubble;
animation-name: smallBubble;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.small.square4 {
left: 72%;
top: 100%;
-webkit-animation-name: smallBubble;
animation-name: smallBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 4s;
animation-delay: 4s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.small.square5 {
left: 90%;
top: 100%;
-webkit-animation-name: smallBubble;
animation-name: smallBubble;
-webkit-animation-duration: 7s;
animation-duration: 7s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 5s;
animation-delay: 5s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium {
width: 35px;
height: 35px;
opacity: 0.45;
}
.circle.medium.square1 {
left: 21%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium.square2 {
left: 42%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 6s;
animation-delay: 6s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium.square3 {
left: 63%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 12s;
animation-duration: 12s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 12s;
animation-delay: 12s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium.square4 {
left: 84%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 12s;
animation-delay: 12s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium.square5 {
left: 105%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 18s;
animation-duration: 18s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 6s;
animation-delay: 6s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.medium.square5 {
left: 5%;
top: 100%;
-webkit-animation-name: mediumBubble;
animation-name: mediumBubble;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.large {
width: 100px;
height: 100px;
opacity: 0.35;
}
.circle.large.square1 {
left: 21%;
top: 100%;
-webkit-animation-name: bigBubble;
animation-name: bigBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 6s;
animation-delay: 6s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.large.square2 {
left: 42%;
top: 100%;
-webkit-animation-name: bigBubble;
animation-name: bigBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 3s;
animation-delay: 3s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.large.square3 {
left: 63%;
top: 100%;
-webkit-animation-name: bigBubble;
animation-name: bigBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 13s;
animation-delay: 13s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.large.square4 {
left: 84%;
top: 100%;
-webkit-animation-name: bigBubble;
animation-name: bigBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 9s;
animation-delay: 9s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.circle.large.square5 {
left: 105%;
top: 100%;
-webkit-animation-name: bigBubble;
animation-name: bigBubble;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 13s;
animation-delay: 13s;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes smallBubble {
0% {
top: 100%;
margin-left: 10px;
}
25% {
margin-left: -10px;
}
50% {
margin-left: 10px;
}
75% {
margin-left: -10px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}
@keyframes smallBubble {
0% {
top: 100%;
margin-left: 10px;
}
25% {
margin-left: -10px;
}
50% {
margin-left: 10px;
}
75% {
margin-left: -10px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}
@-webkit-keyframes mediumBubble {
0% {
top: 100%;
margin-left: 15px;
}
25% {
margin-left: -15px;
}
50% {
margin-left: 15px;
}
75% {
margin-left: -15px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}
@keyframes mediumBubble {
0% {
top: 100%;
margin-left: 15px;
}
25% {
margin-left: -15px;
}
50% {
margin-left: 15px;
}
75% {
margin-left: -15px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}
@-webkit-keyframes bigBubble {
0% {
top: 100%;
margin-left: 20px;
}
25% {
margin-left: -20px;
}
50% {
margin-left: 20px;
}
75% {
margin-left: -20px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}
@keyframes bigBubble {
0% {
top: 100%;
margin-left: 20px;
}
25% {
margin-left: -20px;
}
50% {
margin-left: 20px;
}
75% {
margin-left: -20px;
}
100% {
top: 0%;
opacity: 0;
margin-left: 0px;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 700px;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.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(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{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-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.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}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{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(//mieszkanie24.pl/wp-content/themes/itsoft/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}@font-face{font-family:'FontAwesome';src:url(//mieszkanie24.pl/wp-content/themes/itsoft/assets/fonts/fontawesome-webfont3295.eot?v=4.5.0);src:url(//mieszkanie24.pl/wp-content/themes/itsoft/assets/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//mieszkanie24.pl/wp-content/themes/itsoft/assets/fonts/fontawesome-webfont3295.woff2?v=4.5.0) format('woff2'),url(//mieszkanie24.pl/wp-content/themes/itsoft/assets/fonts/fontawesome-webfont3295.woff?v=4.5.0) format('woff'),url(//mieszkanie24.pl/wp-content/themes/itsoft/assets/fonts/fontawesome-webfont3295.ttf?v=4.5.0) format('truetype'),url(//mieszkanie24.pl/wp-content/themes/itsoft/assets/fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-tritsoft:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}a.meanmenu-reveal{display:none}
.mean-container .mean-bar {
background: #eb1b2b;
float: left;
min-height: 60px;
padding: 4px 0 0;
position: relative;
width: 100%;
z-index: 999;
}
.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:18px;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700;float: right;}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav{float:left;width:100%;background:#0c1923}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}
.mean-container .mean-nav ul li {
background: #f8f8f8;
float: left;
position: relative;
width: 100%;
border-top: 1px solid#ddd;
}
.mean-container .mean-nav ul li a {
background: #f8f8f8;
color: #232323;
display: block;
float: left;
font-size: 14px;
margin: 0;
padding: 1em 5%;
text-align: left;
text-decoration: none;
text-transform: capitalize;
width: 90%;   
}
.mobile-menu-area {
background: #262626;
}
.mean-container .mean-nav ul li li a {
border-top: 1px solid rgba(255, 255, 255, 0.25);
color: #232323;
font-size: 14px;
font-weight: 500;
opacity: 0.75;
padding: 1em 10%;
text-shadow: none !important;
text-transform: capitalize;
visibility: visible;
width: 80%;
}
.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}
.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}
.mean-container .mean-nav ul li a:hover {
background: #f8f8f8 none repeat scroll 0 0;
}
.mean-container .mean-nav ul li a.mean-expand{
width:26px;
height: 15px;
margin-top: 1px;
padding: 12px !important;
text-align:center;
position:absolute;
right:0;top:0;
z-index:2;
font-weight:700;
background:rgba(255,255,255,.1);
border:0!important;
background: #F8F8F8;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: #f8f8f8;
}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
.mean-container .mean-bar::after {
color: #ffffff;
content: "MENU";
font-size: 21px;
left: 5%;
position: absolute;
top: 12px;
} .mean-container .mean-bar::after {
display: none;
}
.mean-container .mean-nav ul li a:hover {
border-radius: 0;
}
.mean-container a.meanmenu-reveal span {
background: #fff;
}
.mobile-menu-area {
background: #fff none repeat scroll 0 0;
border-top: 3px solid #2bcdc1;
}
.mean-container .mean-nav ul li a.mean-expand {
background: none;
top: -4px;
text-align: right;
width: 100%;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: none;
}
.mean-container .mean-nav ul li {
background: #444;
}
.mean-container a.meanmenu-reveal {
color: #fff;
}
.meanmenu-reveal.meanclose:hover {
color: #fff !important;
}
.mean-container a.meanmenu-reveal:hover span {
background: #fff;
}
.mean-container .mean-bar::before {
color: #fff;
content: "itsoft";
font-size: 18px;
font-weight: 700;
left: 10px;
position: absolute;
top: 18px;
}body {	
color: #6d6d6d;
font-family: "Rubik",Sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #232323;
font-family: 'Fira Sans', sans-serif;
font-style: normal;
margin: 0 0 10px;
line-height: 1.3;
font-weight: 700;
-webkit-transition: .5s;
transition: .5s; 
}
h2{
font-size:21px;
}
h3{}
h4{}
h5{}
h6{}
a{
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
a{
color: #0C5ADB;
}
a:focus,
.btn:focus {
text-decoration: none;
outline: none;
}
a:focus,
a:hover {
text-decoration: none;
text-decoration: none;
}
.uppercase {
text-transform: uppercase;
}
.capitalize {
text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
-webkit-transition: .5s;
transition: .5s;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 22px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
ul {
margin: 0px;
padding: 0px;
}
li {
}
ul {
margin: 0;
padding: 0;
}
li {
}
input:focus,
button:focus
{
border-color:transparent;
outline-color:transparent;
}
textarea:focus{
border-color:transparent;
outline-color:transparent;
}
hr {
margin: 60px 0;
padding: 0px;
border-bottom: 1px solid #eceff8;
border-top: 0px;
}
hr.style-2 {
border-bottom: 1px dashed #f10;
}
hr.mp-0 {
margin: 0;
border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
margin: 40px 0;
border-bottom: 1px solid #eceff8;
border-top: 0px;
}
label {
color: #666;
cursor: pointer;
font-size: 14px;
font-weight: 300;
margin-bottom:10px;
}
a,i, cite, em, var, address, dfn,ol,li,ul{
font-style:normal;
font-weight:400;
}
::-moz-selection { color: #fff;
background: #FF3C00;
}
::selection {
color: #fff;
background: #FF3C00;
}
::-moz-placeholder {
color: #666;
font-size: 12px;
}
::-webkit-input-placeholder {
color: #666;
font-size: 12px;
}
:-ms-input-placeholder {
color: #666;
font-size: 12px;
}
::placeholder {
color: #666;
font-size: 12px;
}
.btn {
color: rgba(255, 255, 255, 1);
background: #E96e53;
font-size: 14px;
display: inline-block;
letter-spacing: 0px;
}
.btn-primary {  
background-color: #e96e53;
font-size: 14px;
padding: 15px 28px;
border: 1px solid #0C5ADB;
text-transform: uppercase;
-webkit-transition: none;
-moz-transition: none;
transition: none;  
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.btn-primary:hover {
background-color: #FFF;
color: #0C5ADB;
border: 1px solid transparent;
}
.btn-primary:focus {
background-color: #FFF;
color: #0C5ADB;
border: 1px solid transparent;
}
.btn-secondary {
background-color: #232323;
font-size: 14px;
text-transform: uppercase;
line-height: 0.71;
padding: 19px 25px;
border: 1px solid #232323;
-webkit-transition: none;
-moz-transition: none;
transition: none;  
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.btn-secondary:hover {
background-color: #FFF;
color: #232;
border: 1px solid transparent;
}
.coaching-details-two .details-button-two a i {
font-style: italic;
}
.details-button-two .btn-primary i {
padding: 5px;
}
.details-button-two .btn-primary:hover {
background: #232323;
color: #FFF;
}
.pd-100{
padding:100px 0 100px;
}
.pd-70{
padding:95px 0 70px;
}.blog-left-side > div {
margin-bottom: 40px;
padding: 35px 30px 35px;
background: #fff;
border: 1px solid #e6e6e6;
box-shadow: 0 0 5px rgba(0,0,0,0.10);
} 
.blog-left-side > div:last-child {
margin-bottom: 0px;
}
.blog-left-side h2 {
margin-bottom: 10px;
}
.blog-left-side {} .blog-left-side .content {
padding: 0;
}
.blog-left-side .textwidget h4, .blog-right-side .textwidget h4 {
font-size: 18px;
padding-bottom: 8px;
}
.textwidget-icon {
margin-top: 15px;
}
.textwidget-icon li {
display: inline;
}
.textwidget-icon li a {
font-size: 15px !important;
color: #fff!important;
background: #FF3C00;
width: 30px;
height: 30px;
color: #fff;
line-height: 30px;
border-radius: 5px;
margin: 0 2px;
display:inline-block;
}
.textwidget-icon.social-profile li a {
display: inline-block;
margin: 0 2px;
font-size: 18px;
color: #f00 !important;
width: 50px;
height: 50px;
line-height: 50px;
background: #062a4d;
color: #fff !important;
text-align: center;
}
.textwidget-icon.social-profile  li a:hover{
background:#FF3C00;
}
.sb_instagram_header {
display: none;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
background: #062a4d;
border-radius: 0;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
background: #FF3C00;
}
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
outline: 0;
box-shadow: inset 0 0 10px 20px #FF3C00;
}
.blog-left-side .push-bottom-large {
margin-bottom: 0;
}
.blog-left-side > div:last-child {
margin-bottom: 0px;
}
.blog-left-side > aside:last-child {
margin-bottom: 0px !important;
}
.blog-left-side .sub-menu li a:hover,
.blog-left-side .nav .children li a:hover {
background: transparent;
color: #47087C ;
}
.search {
position: relative;
border-radius: 8px;
}
.search input {
background: #fff none repeat scroll 0 0;
height: 60px;
position: relative;
width: 100%;
border: 1px solid #ced4da;
color: #616161;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.search input[type="text"] {} .search input::-ms-input-placeholder,
.search input::-webkit-placeholder,
.search input::-moz-placeholder {
color: #858585;
font-size: 14px;
}
.search button {
background: transparent none repeat scroll 0 0;
border: 0 none;
color: #616161;
font-size: 18px;
padding: 1px 15px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
height: 100%;
width: 53px;
}
.search button i {}
.search input[type="text"] {
padding-left: 10px;
} .widget {
margin-bottom: 30px;
}
.blog-left-side .widget h2 {
color: #232323;
display: block;
font-size: 24px;
margin-bottom: 40px;
padding-bottom: 0;
position:relative;
}
.blog-left-side .widget h2:before {
position: absolute;
left: 0;
bottom: -11px;
width: 88px;
height: 3px;
background: #aec6ef;
content: "";
}
.blog-left-side .widget h2:after {
content: '';
position: absolute;
left: 0;
bottom: -13px;
height: 8px;
width: 8px;
border-radius: 50%;
background: #FF3C00;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: MOVIE-BGB;
animation-name: MOVIE-BGB;
}
.footer-middle .widget h5 {
color: #333;
font-size: 24px;
}
.blog-left-side .widget ul {
list-style: none;
}
.blog-left-side .widget ul li {
position: relative;
}
.blog-left-side .widget ul ul{
padding-left:10px;
margin-top:10px;
}
.blog-left-side .widget ul li:last-child {
padding-bottom: 0px;
margin-bottom: 0;
}
.blog-left-side .widget ul li a {
color: #616161;
font-weight: 400;
}
.blog-left-side .widget ul li a:hover{
color: #FF3C00;
}
.blog-left-side .widget ul.children{
margin-top:10px;
padding-left:10px;
} .widget {} 
.blog-left-side .widget select {
width: 100%;
height: 40px;
background: #fff;
border: 1px solid #ddd;
padding-left: 5px;
}
.widget .screen-reader-text {
display: none;
}
.textwidget select{
width:100%;
} #wp-calendar {
width: 100%;
} .tagcloud a {
color: #616161;
display: inline-block;
font-size: 15px !important;
padding: 5px 8px;
text-align: center;
text-transform: capitalize;
background: #fff;
border: 1px solid #e6e6e6;
border-radius: 2px;
margin: 0 2px 9px 0;
}
.widget_categories ul li:hover:before,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.tagcloud a:hover,
.r-post-content h3:hover,
.r-post-content h3 a:hover {
color: #FF3C00 ;
}
.tagcloud a:hover{
background:#FF3C00 ;
color:#fff;
border-color:#FF3C00;
}
#wp-calendar caption {
font-size: 16px;
font-weight: normal;
margin-bottom: 10px;
text-align: left;
text-transform: capitalize;
color: #616161;
padding-top: 0;
}
#wp-calendar {
font-size: 13px;
}
#wp-calendar {
border: 0px solid #e5e5e5;
margin-bottom: 20px;
overflow: auto;
vertical-align: top;
width: 100%;
margin: 0;
color:#333333;
}
table#wp-calendar td {
border: 1px solid #e5e5e5;
color: #444444;
padding: 5px 10px;
text-align: center;
vertical-align: top;
font-size: 14px;
}
#wp-calendar th, #wp-calendar td {
padding: 8px;
}
table#wp-calendar th {
border: 1px solid #e5e5e5;
color: #333333;
font-size: 13px;
font-weight: 700;
padding: 5px 10px;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
}
table#wp-calendar td#today {
color: #fff;
background-color: #FF3C00;
}
table#wp-calendar td#today a{
color:#fff;
}
.text-widget-about {
text-align: center;
}
.text-widget-about ul li {
border-top: 0;
padding: 0;
}
.wp-block-archives{}
.wp-block-archives {}
.wp-block-archives li{}
.wp-block-archives li a,.wp-block-categories li a{color: #5e629c}
.wp-block-archives select {
height: 40px;
width: 200px;
border: 1px solid #ddd;
padding: 0 10px;
}
.single-blog-content .wp-block-latest-comments{padding-left: 0}
.recent-post-text span i {
color: #f8f9fe;
margin-right: 5px;
font-size: 14px;
}.tag-sticky-2 .itsoft-single-blog {
border: 1px solid rgb(254, 130, 100);
}
.post_reply ul, .blog-content ul, .single-blog-content ul {
list-style-type: square;
padding-left: 18px;
}
.blockquote p{
font-size:16px;
}
table {
border-bottom: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}
th {
font-weight: bold;
text-transform: uppercase; }
td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
}
caption, th, td {
font-weight: normal;
text-align: center;
}
blockquote {
padding: 10px 20px;
margin: 0 0 30px;
font-size: 14px;
border-left: 5px solid #b9b9b9;
background: #f9f9f9;
font-style: italic;
}
blockquote blockquote {
margin-right: 0;
}
blockquote cite,
blockquote small {
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
}
blockquote em,
blockquote i {
font-style: normal;
}
blockquote strong,
blockquote b {
}
small {
font-size: smaller;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
dl {
margin: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 20px;
}
address {
font-style: italic;
margin: 0 0 24px;
}
i, cite, em, var, address, dfn {
font-style: italic;
}
em{
font-style: italic;
font-weight: bold; 
}
pre {
background: #f5f5f5;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
tt, code, samp {
color:#666;
}
kbd{
} .entry-content img.alignleft, .entry-content .wp-caption.alignleft {
margin-left: -60px;
}
figure.wp-caption.alignleft, img.alignleft {
margin: 5px 20px 5px 0;
}
img.size-full, img.size-large, img.wp-post-image {
height: auto;
max-width: 100%;
}
.alignleft {
float: left;
}
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
max-width: 100%;
} .alignleft {
display: inline;
float: left;
}
.alignright {
display: inline;
float: right;
}
.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
clear: both;
margin-top: 0.4em;
margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2em;
} .wp-caption {
margin-bottom: 1.6em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption-text {
color: #707070;
color: rgba(51, 51, 51, 0.7);
line-height: 1.5;
padding: 0.5em 0;
font-size: 14px;
} .gallery {
margin-bottom: 1.6em;
}
.gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.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-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
line-height: 1.5;
padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.post-password-form input[type=submit] {
border: none;
padding: 2px 14px;
background:#1a7dd7;
color:#fff;
}
.post-password-form input[type="password"] {
border: 1px solid #ddd;
width: 100%;
height: 40px;
padding: 0 15px;
}
.site-title {
font-size: 30px;
margin: 0;
margin-top: 12px;
color:#333;
}
.site-title a {
font-weight: 600;
color:#333;
font-family: "Raleway", sans-serif;	
text-transform: capitalize;
}
.site-title a:hover {
color:#333;
}
.site-description {
margin: 0;
color: #333;
padding-bottom: 10px;
}
.sticky{
border-color:#1a7dd7;
}
.bypostauthor {
color:#333;
}
.wp-block-cover.alignleft{
margin-right: 10px;
}
.wp-block-button.alignleft {
margin-right: 10px;
}
.wp-block-gallery.alignleft {
margin-right: 10px;
}
.has-large-font-size {
font-size: 36px;
line-height: 1.3;
}
.wp-block-media-text {
margin-top: 15px;
}
.inner-post-pagination a, .inner-post-pagination  span.post-page-numbers {
border: 2px solid #ddd;
display: inline-block;
min-width: 35px;
text-align: center;
margin-left: 2px;
height: 33px;
line-height: 30px;
margin-right: 3px;
color: #444;
}
.inner-post-pagination  span.current{
border: 2px solid #FE8264;
color: #FE8264;
}
.wp-block-table.is-style-stripes td {
border-color: transparent;
padding: 5px 13px;
}
.single-blog-content table, .single-blog-content th, .single-blog-content td {
border: 1px solid #d1d1d1;
}
.single-blog-content table th {
padding: 12px 12px;
font-size: 15px;
border-color: #ddd;
text-align: center;
font-weight: 400;
}
.comment-list table, .comment-list th, .comment-list td {
border: 1px solid #d1d1d1;
}
.comment-list table th {
padding: 12px 12px;
font-size: 15px;
border-color: #ddd;
text-align: center;
font-weight: 400;
}
.post-password-form label {
width: 100%;
}html,
body {}
img {
max-width: 100%;
height: auto;
} .box.wrapper {
max-width: 1200px;
margin: auto;
background: #fff;
-webkit-box-shadow: 0px 0px 5px #ddd;
box-shadow: 0px 0px 5px #ddd;
} .fix {
overflow: hidden;
}
.clear_both {
clear: both;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 35px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}  .em40_header_area_main.hdisplay_none {
display: none;
}
.itsoft-header-top {
padding: 11px 0;
background: #252628;
position: relative;
z-index: 1;
}
.top-address p {
margin-bottom: 0;
font-size: 12px;
display:inline-block;
}
.top-address p span,
.top-address p a {
margin-right: 20px;
}
.top-address p span i, .top-address p a i {
font-size: 15px;
margin-right: 10px;
}
.top-address p a {
display: inline-block;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.itsoft-header-top::after {
content: '';
position: absolute;
top: 0;
left: -5px;
width: 54%;
height: 100%;
z-index: -1;
transform: skew(-26deg);
padding-left: 20px;
background: #f1d05e;
} .top-right-menu p {
display: inline-block;
color:#fff;
}
.top-right-menu ul.social-icons {
margin: 0;
padding: 0;
}
.top-right-menu ul.social-icons li {
display: inline-block;
margin-left: 20px;
position: relative;
}
.top-right-menu ul.social-icons li a {
display: inline-block;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-size: 15px;
}
.top-address p a, .top-right-menu ul.social-icons li a, .top-address p span {
color: #fff;
font-size: 15px;
font-weight: 400;
}
.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
color: #fff;
}
.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
margin-right: 0px;
margin-left: 12px;
}
.right_menu_button {
text-align: right;
}
.login_button {
font-size: 12px;
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
display: inline-block;
padding: 0px 17px;
margin-left: 10px;
font-weight: 500;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
line-height: 24px;
}
.login_button.active,
.login_button:hover {
background: #333;
border-color: #333;
color: #fff;
}
.header-support {
margin-top: 11px;
margin-left: 14px;
display:inline-block;
}
.header-support a {
color: #fff;
font-weight: 500;
background: #f1d05e;
padding: 8px 21px;
border-radius: 30px;
display: inline-block;
position: relative;
z-index: 1;
}
.header-support a:before{
position:absolute;
left:0; 
top:0; 
height:100%; 
width:0%;
content:"";
background:#161a33;
border-radius:30px;
z-index:-1;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.header-support a:hover::before{
width:100%;
}
.header-support b {
font-weight: 400;
font-size: 17px;
color: #565872;
}
.header-support i {
margin-right: 12px;
display: inline-block;
} .top-right-menu ul .sub-menu {
position: absolute;
left: 0px;
top: 100%;
visibility: hidden;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
border-top: 1px solid #f00;
width: 150px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
text-align: left;
background: #fff;
z-index: 1;
}
.top-right-menu ul.social-icons li:hover .sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
}
.top-right-menu ul .sub-menu li {
padding: 5px 0px 0px 5px;
}
.top-right-menu ul .sub-menu li a {
font-size: 12px;
}
.top-right-menu ul .sub-menu ul {
display: none;
}
.top-welcome p {
padding: 0px;
margin: 0px;
}
.top-address a {
margin-right: 5px;
color: #43342c;
}
.top-address.em-login a+a {
margin-right: 0;
}
.top-address.em-login p a i,
.top-address.em-login p a i {
margin-right: 5px;
}
.top-address.em-login a+a:before {
content: "|";
margin-right: 12px;
}
.txtc {
text-align: center;
}
.text-center {
text-align: center;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.top-address a:hover{
color:#fff;
} .top-address.menu_18 span {
background: #fff;
padding: 8px 15px 9px;
display: inline-block;
color: #333;
}
.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
padding: 7px 0;
}
.em-login.menu_18,
.em-quearys-top.menu_19 {
padding: 7px 0;
} .em-top-quearys-area {
position: relative;
}
.em-header-quearys {
list-style: none;
}
.em-quearys-menu i {
display: inline-block;
text-align: center;
font-size: 18px;
cursor: pointer;
color: #062462;
margin-top: 0px;
height: 25px;
width: 35px;
line-height: 27px;
background: inherit;
border-radius: 3px;
border-right: 1px solid #CECDD2;
padding: 0 2px 0 0;
}
.heading_style_3 .hbg2 .em-quearys-menu i {
color: #333;
}
.search_button {
text-align: right;
}
.prefix .em-quearys-menu i {
color: #fff;
}
.em-quearys-inner {
position: absolute;
right: 15px;
top: 36px;
z-index: 999;
display: none;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.em-quearys-inner {}
.em-quearys-form {
background-color: #f5f5f5;
width: 363px;
float: right;
border-radius: 30px;
}
.top-form-control {
position: relative;
}
.em-quearys-inner::before {
position: absolute;
right: 1px;
top: -11px;
width: 47px;
height: 47px;
text-align: center;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 8px solid #f1d05e;
content: " ";
}
.top-form-control input {
background: #f4f6f9;
color: #555555;
font-size: 13px;
font-weight: 300;
height: 55px;
padding: 0 40px 0 25px;
width: 100%;
border: none;
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
border-radius: 30px;
}
.top-form-control button.top-quearys-style {
position: absolute;
right: 0;
top: 50%;
background: 0 0;
font-size: 16px;
border: none;
color: #f1d05e;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 100%;
background: #f1d05e;
width: 58px;
border-radius: 0 30px 30px 0;
text-align: center;
}
.top-quearys-style i {
font-size: 18px;
color: #fff;
}
.em-s-hidden {
display: none !important;
} .top-right-menu.litop {
float: left;
} .mobile_menu_logo.text-center {
padding: 20px 0;
}
.tr_search .em-quearys-menu i {
color: #fff;
} .top-right-address p {
margin-bottom: 0;
font-size: 12px;
display: inline-block;
}
.top-right-address .social-icons {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
position: relative;
}
.top-right-address .social-icons li {
display: inline-block;
margin-left: 17px;
color: #fff;
font-size: 14px;
}  .header-new-style-01 .itsoft_nav_area {
background: transparent;
position: relative;
margin-bottom: -100px;
z-index: 99;
}
.new-header-inner {
background: #fff;
padding: 0px 15px;
border-radius: 0 0 4px 4px;
}
.no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner {
top: 70px;
}
.no-logo-sr .itsoft_menu ul {
text-align: center;
}
.no-logo-sr .itsoft_menu ul li {
text-align: left;
} .mean-container .mean-bar {
padding: 0;
}
.mean-container .mean-nav {
background: #f1d05e none repeat scroll 0 0;
float: none;
left: 0;
position: absolute;
right: 0;
top: 60px;
}
.mean-container .mean-nav>ul>li:first-child {
border-top: 0px solid #fff;
}
.main_menu_div {
position: relative;
}
.itsoft_nav_area {
background: #fff none repeat scroll 0 0;
}
.itsoft_menu {
text-align: right;
}
.container-fluid .itsoft_menu {
text-align: center;
} .logo {
text-align: left;
}
.logo a {
font-size: 23px;
font-weight: 600;
display: inline-block;
}
.logo a.retina-logo {
display: none;
} .itsoft_menu ul {
list-style: none;
text-align:right;
display:inline-block;
}
.transprent-menu .itsoft_menu ul {
list-style: none;
text-align: center;
}
.itsoft_menu>ul>li {
display: inline-block;
position: relative;
}
.itsoft_menu > ul > li > a {
display: block;
margin: 35px 16px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
position: relative;
color: #232323;
font-size: 16px;
text-transform: capitalize;
font-weight: 400;
font-family: 'Fira Sans', sans-serif;
}
.heading_style_2 .itsoft_menu>ul>li>a {
color: #fff;
}
.heading_style_3 .itsoft_menu > ul > li > a {
color: #d6aee9;
}
.heading_style_4 .itsoft_menu > ul > li > a {
color: #cacce3;
}
.heading_style_5 .itsoft_menu>ul>li>a {
color: #fff;
}
.itsoft_menu ul li:last-child a {
margin-right: 0px;
}
.itsoft_menu>ul>li.current>a,
.itsoft_menu>ul>li:hover>a,
.creative_header_menu>ul>li:hover>a {
color: #f1d05e;
}
.transprent-menu .itsoft_menu>ul>li a{
color: #fff;
}
.transprent-menu.menu-style-16 .itsoft_menu ul {
text-align: center;
list-style: none;
}
.transprent-menu.menu-style-16 .itsoft_menu ul .sub-menu {
text-align: left;
}
.heading_style_4.tr_btn .itsoft_menu.main-search-menu {
float: none;
text-align: center;
} .trp_nav_area {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 9999;
background-color:transparent;
padding: 25px 100px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.hbg2 {
background: rgba(0, 0, 0, .7);
padding: 0px 50px;
}
.trp_nav_area.full-width {
padding: 37px 100px 37px 100px;
}
.trp_nav_area.full-width.hbg2 {
padding: 7px 20px 10px;
} .transprent-menu.menu4 {
position: relative;
}
.transprent-menu .itsoft_nav_area {
left: 0;
right: 0;
top: 0;
z-index: 9999;
background-color: rgba(0,0,0,0.0);
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
position: absolute;
}
.itsoft_nav_area.postfix {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.itsoft_nav_area.prefix,
.hbg2 {
-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.heading_style_3.tr_btn .prefix .itsoft_menu>ul>li>a:hover,
.heading_style_3.tr_btn .hbg2 .itsoft_menu>ul>li.current a {
color: #f1d05e;
}
.heading_style_3 .prefix .itsoft_menu>ul>li>a:hover,
.heading_style_3 .hbg2 .itsoft_menu>ul>li.current a {
color: #f1d05e;
}
.heading_style_3 .itsoft_nav_area.prefix .em-quearys-top.msin-menu-search .em-quearys-menu i {
color: #fff;
}
.tr_white_btn  .hbg2 {
background:#FF3C00 !important;
} 
.tr_white_btn .hbg2 .itsoft_menu > ul > li > a {
color: #fff !important;
}
.transprent-menu.tr-btn-search .itsoft_nav_area {
padding: 0 30px;
}
.transprent-menu.tr-btn-search .em-quearys-menu i {
} .logo-left {
text-align: right;
}
.logo-right .logo {
text-align: right;
}
.logo-right .itsoft_menu>ul {
text-align: left;
}
.logo-right .itsoft_menu>ul>li:first-child a {
padding-left: 0px;
}
.logo-right .itsoft_menu>ul>li:last-child a {
padding-right: auto;
} .logo-top .logo {
text-align: center;
}
.logo-top .itsoft_menu>ul {
text-align: center;
}
.logo-top>.itsoft_menu>ul>li:last-child a {
padding-right: auto;
} .itsoft_menu ul .sub-menu {
position: absolute;
left: 0;
top: 130%;
width: 230px;
text-align: left;
background: #fff;
margin: 0;
padding: 20px 0;
z-index: 1;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
visibility: hidden;
border: 0; box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.itsoft_menu ul li:hover >.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 100%;
z-index: 9;
}
.itsoft_menu ul .sub-menu li {
position: relative;
}
.itsoft_menu ul .sub-menu li a {
display: block;
padding: 10px 20px;
margin: 0;
line-height: 1.3;
font-size: 14px;
color: #232323;
font-weight: 400;
text-transform: capitalize;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
visibility: inherit !important;
}
.itsoft_menu ul .sub-menu li:hover>a,
.itsoft_menu ul .sub-menu .sub-menu li:hover>a,
.itsoft_menu ul .sub-menu .sub-menu .sub-menu li:hover >a,
.itsoft_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
color:#FF3C00;
}
.itsoft_menu ul .sub-menu li {
position: relative;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.itsoft_menu ul .sub-menu li:before {
position: absolute;
left: 0px;
top: 50%;
font-size: 20px;
color: #5451c1;
content: "";
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
width: 15px;
height: 1px;
background: #f1d05e;
}
.itsoft_menu ul .sub-menu li:hover {
margin-left:15px;
}
.itsoft_menu ul .sub-menu li:hover:before {
opacity:1;
left:0px;
}
.itsoft_menu ul .sub-menu li:hover {
margin-left:15px;
}
ul.mega-sub-menu ul li a span {
display: inline-block;
background: #f1d05e;
padding: 0 5px;
font-size: 12px;
color: #fff;
border-radius: 3px;
} .itsoft_menu ul .sub-menu .sub-menu {
left:100%;
top: 130%;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
}
.itsoft_menu ul .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .itsoft_menu ul .sub-menu .sub-menu li {
position: relative;
}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu {
right: 100%;
left: auto;
top: 130%;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
}
.itsoft_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .itsoft_menu ul .sub-menu .sub-menu .sub-menu li {
position: relative;
}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .logged-in .transprent-menu .itsoft_nav_area.prefix {
top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
top: 32px;
}
.trp_nav_area.hbg2 a.dtbtn {
background: #fff;
color: #f1d05e;
}
.trp_nav_area.hbg2 a.dtbtn:hover{
border-color:#fff;
} .top-address.em-quearys-top.text-right {
float: right;
}
.itsoft_menu.main-search-menu>ul, .em-quearys-top.msin-menu-search {
display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
margin-left: 0px;
}
.em-quearys-top.msin-menu-search .em-quearys-inner {
top: 61px;
background: #fff;
padding: 20px;
border-top: 3px solid #f1d05e;
}
nav.itsoft_menu.main-search-menu {
text-align: right;
display: inline-block;
} .itsoft-main-menu .menu-item-has-children>a:after {
margin-left: 5px;
content: "\f107";
font-family: FontAwesome;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
font-size: 13px;
opacity: .5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.itsoft-main-menu .menu-item-has-children .menu-item-has-children>a:after {
margin-left: 8px;
content: "\f105";
} .donate-btn-header {
display: inline-block;
margin-left: 2px;
}
a.dtbtn {
-moz-user-select: none;
background: #f1d05e;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 14px;
margin-bottom: 0;
padding: 11px 24px;
text-align: center;
text-transform: capitalize;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
border-radius: 3px;
border: 2px solid #f1d05e;
}
a.dtbtn:hover {
background: #bd2d10;
color: #fff;
border-color: #bd2d10;
} .tr_white_btn a.dtbtn {
background-color: #fff;
color: #333;
}
.tr_white_btn a.dtbtn:hover {
background-color: transparent;
border-color: #fff;
color: #fff;
} .itsoft-main-menu .logo a.main_sticky_main_l {
display: block;
}
.itsoft-main-menu .logo a.main_sticky_l {
display: none;
} .itsoft-main-menu .prefix .logo a.main_sticky_main_l {
display: none;
}
.itsoft-main-menu .prefix .logo a.main_sticky_l {
display: block;
}
.itsoft-main-menu .hbg2 .logo a.main_sticky_main_l {
display: none;
}
.itsoft-main-menu .hbg2 .logo a.main_sticky_l {
display: block;
}
.headroom--pinned {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.headroom--unpinned {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.header--fixed {
position: fixed;
z-index: 10;
right: 0;
left: 0;
top: 0;
-webkit-transition: -webkit-transform .25s ease-in-out;
transition: -webkit-transform .25s ease-in-out;
-o-transition: transform .25s ease-in-out;
transition: transform .25s ease-in-out;
transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
will-change: transform;
}
.menu-height-space {
height: 100px;
} .creative_logo_thumb a.main_sticky_l {
display: none;
}
.creative_logo_thumb .logo a {
margin-top: 0;
}
.white_box_shadow {
padding: 40px 30px;
background: #fff;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.itsoft-main-menu.menu-18 .hbg2 .logo a.main_sticky_main_l {
display: none;
}
.itsoft-main-menu.menu-18 .hbg2 .logo a.main_sticky_l {
display: block;
}
.itsoft-main-menu.menu-18 .hbg2 .itsoft_menu > ul > li > a {
color: #fff;
}
.itsoft-main-menu.tr-black-menu .hbg2 .itsoft_menu > ul > li > a {
color: #fff;
}
.tr-black-menu .donate-btn-header {
margin-top: 0;
margin-top: 0;
}
.tr-black-menu.itsoft-main-menu .hbg2 .logo a.main_sticky_l {
display: block;
}
.tr-black-menu.itsoft-main-menu .hbg2 .logo a.main_sticky_main_l {
display: none;
}  .itsoft-blog-index.blog-area.itsoft-blog-area,
.itsoft-blog-single {
background: #F6F6F6;
}
.itsoft-blog-area {
padding: 90px 0 100px;
}
.itsoft-single-blog {
margin-bottom: 30px;
overflow: hidden;
text-align: left;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
background: #fff;
border: 1px solid #e6e6e6;
}
.itsoft-single-blog:hover {
-webkit-box-shadow:6px 5px 30px rgba(0,0,0,0.12);
box-shadow:6px 5px 30px rgba(0,0,0,0.12);
border-color:transparent;
}
.itsoft-blog-index.blog-area.itsoft-blog-area, .itsoft-blog-area.itsoft-blog-archive {
padding: 100px 0 100px;
background: #F6F6F6;
}
.itsoft-blog-index.blog-area.itsoft-blog-area {
padding: 100px 0 100px;
}
.itsoft-single-blog--thumb img {
width: 100%;
} .itsoft-blog-thumb {
overflow: hidden;
position:relative;
}
.itsoft-blog-thumb a {
display: block;
position: relative;
}
.itsoft-blog-thumb img {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
display: block;
width: 100%;
} .blog-content {
word-break: break-word;
}
.em-blog-content-area {
padding: 33px 23px 32px;
}
.blog-page-title h2 {
margin: 0;
margin-bottom: 20px;
font-size: 22px;
margin-top: 18px;
}
.itsoft-lt .blog-page-title h2 {
font-size: 30px;
}
.blog-page-title a {
display: block;
font-weight: 500;
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #232323;
}
.blog-page-title a:hover {
color: #f1d05e;
} .itsoft-blog-meta-left {
box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
padding: 12px 20px;
border-radius: 3px;
text-align: center;
position: absolute;
top: -24px;
background: #fff;
left: 0;
right: 0;
margin: 0 20px;
}
.itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
margin-right: 13px;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
text-transform: capitalize;
margin: 0 10px;
color: #616161;
position: relative;
font-weight: 500;
}
.itsoft-blog-meta-left span::before, .itsoft-blog-meta-left a::before {
content: "";
background: #616161;
width: 8px;
height: 1px;
position: absolute;
right: -19px;
top: 11px;
}
.itsoft-blog-meta-left a:last-child:before,
.itsoft-blog-meta-left span:last-child:before{
display:none;
} .itsoft-blog-meta-right {
float: right;
padding: 17px 0 0;
}
.itsoft-blog-meta-right a, .itsoft-blog-meta-right span {
color: #777;
font-size: 14px;
margin-left: 10px;
text-transform: uppercase;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
position: relative;
}
.itsoft-blog-meta-right a:hover,
.itsoft-blog-meta-right span:hover,
.itsoft-blog-meta-left a:hover,
.itsoft-blog-meta-left span:hover {
color: #f1d05e;
}
.itsoft-blog-meta-right i {
margin-right: 5px;
} .upper.itsoft-blog-meta-left a, .upper.itsoft-blog-meta-left span {
color: #f1d05e;
font-size: 14px;
margin-right: 12px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0;
font-family: 'Roboto', sans-serif;
}
.upper.itsoft-blog-meta-left a:hover, .upper.itsoft-blog-meta-left span:hover {
color: #f1d05e;
}
.meta-list.itsoft-blog-meta-left a, .meta-list.itsoft-blog-meta-left span {
color: #f1d05e;
font-size: 14px;
margin-right: 10px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0;
} .readmore a {
border: 1px solid #ddd;
color: #444;
display: inline-block;
font-size: 11px;
font-weight: 400;
padding: 6px 10px;
text-transform: uppercase;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
}
.readmore a:hover {
border-color: #f1d05e;
background: #f1d05e;
color: #fff;
}  .itsoft-single-blog-details {
background: #fff;
margin-bottom: 40px;
}
.em-theme-main-page .itsoft-single-blog-details {
padding: 30px;
}
.itsoft-single-blog-details-inner {
padding: 20px 45px 45px;
-webkit-box-shadow: 0 3px 19px rgba(0,0,0,.08);
box-shadow: 0 3px 19px rgba(0,0,0,.08);
}
.em-theme-main-page .itsoft-single-blog-title h2 {
padding-bottom: 15px;
}
.itsoft-single-blog--thumb {
position: relative;
border-radius:10px 10px 0 0;
}
.single-blog-title {
padding: 0;
text-transform: unset;
color: #232323;
font-weight: 700;
font-size: 35px;
}
.itsoft-single-blog-content p {
margin-bottom: 20px;
}
.itsoft-single-blog-details h2 {
font-size: 30px;
}
.itsoft-single-blog-details-inner .itsoft-blog-meta-left {
box-shadow: none;
padding: 0;
border-radius: 0;
text-align: left;
position: inherit;
top: inherit;
background: #fff;
left: inherit;
right: inherit;
margin: 10px 0 0;
}
.itsoft-single-blog-details-inner .itsoft-blog-meta-left a, .itsoft-single-blog-details-inner .itsoft-blog-meta-left span {
margin-right: 13px;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
text-transform: capitalize;
margin: 0 20px 0px 0;
position: relative;
font-weight: 400;
font-size: 16px;
}
.itsoft-blog-social {
padding-top: 26px;
text-align: left;
border-top: 1px solid #ddd;
margin-top: 40px;
}
.itsoft-single-icon-inner {
text-align: left;
}
.itsoft-single-icon-inner span {
font-size: 17px;
margin-right: 6px;
}
.itsoft-single-icon-inner a i {
border: 1px solid #e6e6e6;
color: #565872;
display: inline-block;
font-size: 15px;
height: 40px;
line-height: 41px;
margin: 0 9px 0 0;
text-align: center;
width: 40px;
border-radius: 5px;
}
.itsoft-single-icon-inner a i:hover {
background: #f1d05e;
border-color: #f1d05e;
color: #fff;
}
.single-blog-content ul {
padding-bottom: 10px;
}
blockquote {
padding: 26px 30px;
font-size: 19px;
border-left: 4px solid #f1d05e;
background: 0 0;
font-style: normal;
color: #232;
font-weight: 400;
position: relative;
line-height: 1.5;
box-shadow: 0 0 13px rgba(0,0,0,0.10);
border-radius: 4px;
margin-top: 30px;
font-style: italic;
}
blockquote i {
margin-right: 10px;
}
.post-text blockquote::before {
content: "\f10d";
left: 42px;
top: 50px;
position: absolute;
color: #758799;
font-family: "FontAwesome";
font-weight: 700;
font-size: 41px;
}
blockquote .small, blockquote footer, blockquote small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #616161;
text-transform: capitalize;
font-size: 16px;
}
.itsoft-blog-social {
padding-top: 40px;
text-align: left;
border-top: 1px solid #e6e6e6;
margin-top: 40px;
}
.itsoft-single-blog-details .inner-content h4 {
padding-bottom: 20px;
font-size: 24px;
}
.itsoft-blog-meta.txp-meta {
padding-bottom: 22px;
}
.single-blog-content h4 {
margin: 29px 0 15px;
}  .comments {
padding-bottom: 50px;
padding-top: 14px;
}
.post_comment {
border-bottom: 1px solid #EAEAEA;
margin: 20px 0;
padding: 0 15px;
}
.comment_inner {}
.commment_title {}
.commment_title h3 {
font-size: 24px;
margin-bottom: 30px;
position: relative;
margin-top: 0;
position: relative;
display:inline-block;
}
.commment_title h3:before {
position: absolute;
left: 0;
bottom: -15px;
width: 88px;
height: 3px;
background: #aec6ef;
content: "";
}
.commment_title h3:after {
content: '';
position: absolute;
left: 0;
bottom: -17px;
height: 8px;
width: 8px;
border-radius: 50%;
background: #f1d05e;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: MOVE-BGB;
animation-name: MOVIE-BGB;
}
.post_replay_inner {
word-wrap: break-word;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
}
.mgl-30 {
margin-left: 30px;
}
.post_reply_thumb {}
.post_reply_thumb img {
border-radius: 50%;
}
.post_replay {
margin-top: 36px;
}
.post_reply {
padding-left: 15px;
width: 100%;
position: relative;
}
.post_reply div.st {
font-size: 18px;
font-weight: 400;
}
.post_reply div.st a {
color: #232323;
font-size: 18px;
display: inline-block;
padding-bottom: 3px;
font-weight: 700;
}
.reply_date {
overflow: hidden;
margin-bottom: 5px;
}
.reply_date span.span_left {
display: block;
}
.reply_date span.span_right {
float: none;
color: #fff;
font-size: 12px;
font-weight: 400;
text-transform: capitalize;
letter-spacing: 1px;
position: absolute;
top: 0;
right: 0;
background: #f1d05e;
padding: 3px 18px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 4px;
}
.reply_date span.span_right:hover{
background:#FF3C00;
}
.post_reply p {}
.comments-area .children {
margin-left: 90px;
}
.post_comment .post_comment {
margin-left: 15px;
}
.em-theme-main-page .commment_title h3 {
margin-top: 0px;
}
.em-theme-main-page .empgc {
margin-top: 40px;
}
.em-theme-main-page .empgc.commment_title h3 {
margin-bottom: 35px;
}
.em-single-page-comment .commment_title.empgc>h3 {
margin-bottom: 35px;
}
.logged-in-as {
margin-bottom: 10px;
margin-top: 30px;
}
.logged-in-as a {
color: #333;
}
a.comment-edit-link {
margin-bottom: 12px;
display: inline-block;
}
.em-theme-main-page .comments-area {
margin-top: 40px;
clear: both;
}
.comment-respond {
padding-top: 14px;
}
.comment-respond .commment_title h3 {
margin-bottom: 60px;
} .blog-page-title > h2 {
margin-bottom: 12px;
margin-top: 11px;
}
.blog-page-title a {
display: block;
font-weight: 600;
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #232323;
}
.blog-page-title h2 a:hover {
color: #f1d05e;
}
.em-blog-content-area {
padding: 38px 25px 36px;
position: relative;
text-align: center;
}
.blog-list .em-blog-content-area {
text-align: left;
}
.blog-content p {
margin-bottom: 0;
}
.single-blog-content iframe {
margin-top: 20px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
margin-top: 10px;
margin-bottom: 10px;
font-weight: 500;
color: #333;
font-size: 30px;
}
.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
color: #303030;
font-size: 30px;
font-weight: 500;
margin-top: 15px;
margin-bottom: 15px;
}
.blog-content h2,
.post_reply h2 {
font-size: 26px;
}
.blog-content h3,
.post_reply h3 {
font-size: 22px;
}
.blog-content h4,
.post_reply h4 {
font-size: 20px;
}
.blog-content h5,
.post_reply h5 {
font-size: 18px;
}
.blog-content h6,
.post_reply h6 {
font-size: 17px;
} .single-blog-content ol,.single-blog-content ul{
padding-left: 20px;
} .paginations {
text-align: left;
margin-top: 20px;
}
.page-numbers li {
display: inline-block;
text-align: center;
}
.paginations a, .page-numbers span.current {
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
font-size: 16px;
font-weight: 500;
margin: 0 5px 0 0;
background: #fff;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.20);
box-shadow: 0 0 5px rgba(0,0,0,0.20);
color: #f1d05e;
}
.page-numbers li {
display: inline-block;
}
.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
background: #f1d05e;
border-color: #f1d05e;
color: #fff;
} .single-counter.style1{
text-align: center;
}
.single-counter.style1 .icon{
margin-bottom: 13px;
}
.single-counter.style1 .icon i{
font-size: 40px;
}
.single-counter.style1 #counter {
margin: 0;
padding: 0;
list-style: none;
}
.single-counter.style1 span.count.percent {
font-size: 48px;
font-weight: 600;
color: #fff;
margin: 0 0 7px;
display: inline-block;
font-family: 'Fira Sans';
}
.single-counter.style1 #counter h6 {
font-size: 16px;
margin: 4px 0 0;
font-weight: 400;
color: #fff;
opacity: 0.9;
}
.single-counter.style1 #counter span.plus{
color: #f1d05e;
font-size: 48px;
} .single_counter.style-2 {
text-align: center;
position: relative;
border-right: 1px solid#FFFFFF1F;
}
.two .single_counter.style-2{
border: none;
}
.single_counter.style-2 .countr_text > h1 {
font-size: 55px;
font-weight: 600;
color: #f1d05e!important;
}
.single_counter.style-2 .countr_text h3 {
color: #fff;
font-size: 55px;
}
.single_counter.style-2 .counter_title h4 {
font-size: 16px;
margin-top: 3px;
font-weight: 500;
color: #FFFFFFD1;
line-height: 27px;
} .single_counter.style-3 {
text-align: center;
position: relative;
border-right: 1px solid#FFFFFF1F;
}
.single_counter.style-3 .counter_icon i {
font-size: 43px;
} .kc_counter_box i {
display: inline-block;
font-size: 45px;
margin-bottom: 0;
} .em_single_coaching{
margin-bottom: 30px;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
background: #FFFFFF;	
}
.em_coaching_content {
padding: 20px 25px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background: #fff;
}
.em_coaching_title h2 {
font-size: 20px;
padding: 12px 0 5px;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.em_coaching_title h2:hover{
color:#FF3C00;
} .itsoft-single-coaching-details {
background: #fff;
}
.itsoft-single-coaching--thumb img {
width: 100%;
}
.itsoft-blog-main-content {
padding: 40px;
}
.itsoft-single-coaching-content h4,
.itsoft-single-coaching-title h2{
font-size: 24px;
padding-bottom: 12px;
}
.itsoft-single-coaching-content h4{
padding-top:30px;
}
.itsoft-single-coaching-details .itsoft-blog-meta.txp-meta .itsoft-blog-meta-left a,
.itsoft-single-coaching-details .itsoft-blog-meta.txp-meta .itsoft-blog-meta-left span {
color: #f1d05e;
font-size: 14px;
text-transform: capitalize;
font-weight: 500;
}
.itsoft-single-coaching-details .itsoft-blog-meta.txp-meta {
margin-bottom: 15px;
}
.itsoft-single-coaching-content ul li {
list-style:none;	
padding: 30px 0 0;
font-size: 17px;
}
.coaching-fee ul li {
color: #f1d05e;
}
.coaching-details-block-two {
background-color: #FFF;
}
.coaching-details-two {
padding: 40px 40px 0;
}
.coaching-details-two hr {
margin-bottom: 28px;
}
.coaching-details-two .details-button-two {
margin-bottom: 30px;
}
.coaching-details-two .details-button-two a i {
font-style: italic;
}
.coaching-details-meta {
font-size: 12px;
font-weight: 500;
margin-bottom: 13px;
color: #f1d05e;
}
.coaching-list ul li {
padding: 15px 0 0;
font-size: 17px;
font-style: normal;
}
.coaching-list ul li:last-child {
margin-bottom: 20px;
}
.fee-structure {
color: #333;
}
.coaching-fee {
color: #f1d05e;
}
.applications-heading {
font-size: 20px;
}
.coaching-application p {
margin-bottom: 30px;
}
.coaching-application ul li {
padding: 5px 20px ;
}
.applications i {
font-size: 14px;
color: #f1d05e;
margin-right: 10px;
}
.exam-block{
margin-bottom: 40px;
}
.coaching-exam .coaching-subheading {
font-size: 18px;
padding-bottom: 10px;
}
.exam-Pattern-min {
font-size: 14px;
} .breadcumb-area {
padding: 233px 0 182px;
background-color: #121B51;
background-position: center top;
background-repeat: no-repeat;
position: relative;
}
.breadcumb-area::before {
background: rgba(0,0,0,.52);
position: absolute;
top: 0;
right: 0;
left: 0;
height: 100%;
width: 100%;
content: "";
}
.breadcrumb_tran_header .breadcumb-area {
padding: 191px 0 110px;
}
.breadcumb-inner h2 {
font-size: 50px;
color: #fff;
margin-bottom: 25px;
}
.breadcumb-inner ul {}
.breadcumb-inner li {
display: inline-block;
margin: 0 6px;
color: #fff;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.breadcumb-inner li:nth-last-child(-n+1) {
color: #f1d05e;
}
.breadcumb-inner li a {
color: #fff;
text-transform: uppercase;
}
.brpt {
text-align: left;
}
.brpt h2 {
font-size: 45px;
margin-bottom: 20px;
margin-top: 0;
color: #fff;
}
.lcase {
text-transform: lowercase;
}
.ucase {
text-transform: uppercase;
}
.ccase {
text-transform: capitalize;
}
.breadcumb-inner {
text-align: left;
}
.pimgs img {
width: 100%;
}
.kc-ui-progress2 span.value::before {
border-top-color: #f1d05e !important;
}  .not-found-area {
background-color: #f9f9f9;
background-position: center top;
background-repeat: repeat;
background-size: cover;
padding: 0 0 16px;
}
.not-found {
display: table;
width: 100%;
text-align: center;
background: #fff;
margin: 70px 0;
padding: 120px 0;
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.15);
box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.not-found-inner {
display: table-cell;
vertical-align: middle;
}
.not-found-inner {
font-size: 30px;
}
.not-found-inner h2 {
color: #f1d05e;
display: inline-block;
font-size: 160px;
font-weight: 700;
line-height: 1.2;
padding: 15px 0;
}
.not-found-inner p {
font-size: 30px;
}
.not-found-inner a {
color: #fff;
font-size: 24px;
margin-top: 40px;
display: inline-block;
background: #f1d05e;
-webkit-box-shadow: 0 0 4px rgba(0,0,0,.15);
box-shadow: 0 0 4px rgba(0,0,0,.15);
padding: 10px 40px;
}
.not-found-inner a:hover{
background:#FF3C00;
color:#fff;
} .itsoft-search-page {
background: #f6f6f6;
padding-bottom: 135px;
}
.search-error .search input {
padding: 20px 0;
}
.search-error .search input[type="text"] {
padding-left: 10px;
}
.search-error .search button {
top: 48%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.search-error > p {
font-size: 18px;
margin: 14px 0 20px;
}
.search-error > h3 {
display: block;
font-size: 60px;
color: #f1d05e; 
}
.search-error .search input {
height: 54px;
border: 1px solid #ddd;
}
.mobile_menu_logo a {
font-size: 23px;
font-weight: 600;
text-transform: uppercase;
}  .top-address-area {
background: #111111;
padding: 90px 0px 85px;
text-align: center;
}
.top_address_logo {
margin-bottom: 30px;
}
.address_content {
padding-top: 38px;
}
.top_address_content a,
.top_address_content span {
color: #ffffff;
display: inline-block;
font-weight: 400;
line-height: 12px;
margin-right: 14px;
}
.top_address_content a i,
.top_address_content span i {
font-size: 14px;
margin-right: 11px;
}
.footer-top-address h2 {
color: #fff;
text-transform: uppercase;
margin-bottom: 30px;
letter-spacing: 10px;
font-weight: 700;
font-size: 26px;
}
.footer-top-address h2 span {
color: #f1d05e;
font-weight: 700;
} .footer-top {
background: #0f1328;
padding: 120px 0 100px;
}
.footer-top-inner h2 {
color: #fff;
font-family: "Raleway", sans-serif;
font-size: 35px;
font-weight: 700;
height: 60px;
line-height: 60px;
padding: 0 15px;
text-transform: uppercase;
}
.footer-top-inner h2 span {
color: #f1d05e;
font-weight: 600;
}
.footer-top-inner p {
font-size: 18px;
line-height: 30px;
margin-bottom: 0;
padding: 0 10px;
color: #b4bbc9;
margin-left: auto;
margin-right: auto;
width: 69%;
}
.footer-social-icon {
padding: 10px 0 20px;
text-align: center;
}
.footer-social-icon a i {
color: #b4bbc9;
font-size: 16px;
height: 70px;
width: 70px;
display: inline-block;
border-radius: 50%;
background: #1c2940;
line-height: 70px;
text-align: center;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin: 0 5px;
}
.footer-social-icon a i:hover {
background-color: #ff4b57;
color: #fff;
}
.footer-social-icon.htop-menu-s {
padding: 0;
display: inline-block;
margin-left: 30px;
}
.footer-social-icon.htop-menu-s a i {
font-size: 14px;
height: 35px;
line-height: 35px;
margin: 0 3px;
width: 35px;
color: #333;
}
.footer-top-inner .text-center {
margin-bottom: 32px;
text-align: center;
} .footer-middle {
padding: 63px 0 40px;
position: relative;
background: #252628;
z-index: 1;
}
.get_quote{
position:relative;
z-index:1;
}
.get_quote::before {
content: "";
position: absolute;
right: 15px;
top: 28px;
background: url(//mieszkanie24.pl/wp-content/themes/itsoft/assets/images/circle-small.png);
background-repeat: no-repeat;
height: 270px;
width: 271px;
z-index: 999;
-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
z-index: -1;
opacity: 0.6;
}
.get_quote::after {
content: "";
position: absolute;
left: 48%;
top: 64%;
background: url(//mieszkanie24.pl/wp-content/themes/itsoft/assets/images/shape6.png);
background-repeat: no-repeat;
height: 270px;
width: 271px;
z-index: 999;
-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
z-index: -1;
opacity: 0.5;
}
.wpfdp {
padding-bottom: 30px;
}
.footer-middle .widget h2 {
font-size: 20px;
margin-bottom: 35px;
margin-top: 15px;
position: relative;
color: #f8f9fe;
font-weight: 600;
}
.footer-middle .recent-post-text h4 a {
color: #f8f9fe;
font-size: 14px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: 500;
letter-spacing: 0;
}
.footer-middle #archives-dropdown--1 {
height: 34px;
width: 100%;
}
.recent-post-image img {
border-radius: 5px;
}
.footer-middle .widget h2 {}
.footer-middle .tagcloud a {}
.footer-middle .widget ul {
list-style: none;
}
.footer-middle .widget ul li {
margin-bottom: 10px;
}
.footer-middle .widget ul li {
margin-bottom: 14px;
position: relative;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
font-size: 16px;
color: #f8f9fe;
padding-left: 25px;
}
.footer-middle .widget ul li a {
color: rgba(255,255,255,0.80);
font-size: 16px;
}
.footer-middle .widget ul li::before {
position: absolute;
content: "";
left: 0;
top: 14px;
background: #f8f9fe;
height: 1px;
width: 10px;
font-size: 14px;
}
.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
color: #f1d05e;
}
.recent-portfolio-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.recent-portfolio {
margin-bottom: 10px;
margin-right: 10px;
}
.recent-portfolio {
width: 29.33%;
}
.recent-portfolio-image img {
width: 100%;
}
.menu-social-menu-container ul li::before {
display:none !important;
}  .footer-bottom {
background: #252628;
}
.footer-bottom .row{
padding:20px 0;
border-top:1px solid rgba(255,255,255,.23);	
} 
.footer-bottom-box{
padding: 20px 0 20px;
}
.copy-right-text {
}
.copy-right-text p {
color: #f8f9fe;
padding: 0;
margin: 1px 0 0;
}
.footer-menu ul {
list-style: none;
margin: 0px;
padding: 0px;
}
.footer-menu ul li {
display: inline-block;
}
.footer-menu ul .menu-item {
margin-left: 10px;
}
.footer-menu ul .menu-item a {
color: #f8f9fe;
padding: 0;
display: block;
text-transform: capitalize;
margin-left: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
font-size: 14px;
}
.footer-menu ul .menu-item a:hover{
color:#f8f9fe;
}
.footer-menu .social-icon {
color: #f8f9fe;
display: block;
font-size: 15px;
margin-left: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
width: 50px;
height: 50px;
line-height: 50px;
background: #fff;
text-align: center;
color: #f8f9fe;
border-radius: 100%;
-webkit-box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
}
.footer-menu .social-icon:hover {
color: #fff;
background-color: #42047B;
}
.footer-menu ul li:last-child a {
padding-right: 0px;
}
.footer_style_3 .footer-menu ul li:first-child a {
padding-left: 0px;
}
.footer-menu ul ul {
display: none;
}  #scrollUp {
bottom: 13px;
color: #fff;
font-size: 24px;
height: 50px;
line-height: 50px;
right: 91px;
text-align: center;
width: 50px;
background: #f1d05e;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
#scrollUp:hover{
background:#FF3C00;
}
#scrollUp i {
color: #fff;
} .copy-right-text a {
color: #f1d05e;
}
.template-home .vc_row {
margin-left: 0px !important;
margin-right: 0px !important;
}
.wpb_gallery.wpb_content_element.vc_clearfix {
margin-bottom: 0;
}
.widget_recent_data {
padding-bottom: 9px !important;
}
.recent-post-item {
clear: both;
}
.recent-post-image {
float: left;
margin-right: 10px;
}
.recent-post-image a {
display: block;
margin-top: 0;
margin-bottom: 17px;
}
.recent-post-text {
overflow: hidden;
}
.recent-post-text > h4 {
margin-bottom: 2px;
margin-top: 0px;
line-height: 16px;
}
.recent-post-text h4 a {
color: #232323;
font-size: 18px;
line-height: 22px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: 500;
}
.recent-post-text h4 a:hover {
color: #f1d05e;
}
.recent-post-item:last-child{
border-bottom:0;
}
.recent-post-text .rcomment {
color: #f1d05e;
font-size: 12px;
text-transform: none;
}
.recent-post-text .rcomment i {
margin-right: 5px;
}
.recent-post-text .rcomment {
color: #616161;
font-size: 15px;
}
.footer-middle .recent-post-text > h4 {
margin-bottom: 2px;
}
.footer-middle .recent-post-text .rcomment {
color: rgba(255,255,255,0.80);
font-size: 13px;
font-weight: 400;
}
.footer-middle .recent-post-item {
margin-bottom: 0;
padding-bottom: 0;
border: 0;
}
.mean-container .mean-bar {
float: none;
background: #f1d05e;
}
.mean-container .mean-nav ul li li a {
color: #333;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.footer-middle .widget .menu-social-menu-container ul {
margin-left: 0;
margin-top: 5px;
}
.footer-middle .widget .menu-social-menu-container ul li {
display: inline-block;
margin-bottom: 0;
margin-right: 5px;
margin-top: 0;
padding-left: 0;
position: inherit;
}
.footer-middle .widget .menu-social-menu-container ul li a {
display: block;
}
.footer-middle .widget .menu-social-menu-container ul li i {
border: 0;
display: block;
margin-right: 1px;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
font-size: 15px;
width: 35px;
height: 35px;
border: 1px solid #fff;
border-radius: 3px;
text-align: center;
line-height: 33px;
}
.footer-middle .widget .menu-social-menu-container ul li i:hover {
color: #fff;
background: #f1d05e;
border-color:#FF3C00;
} .template-home-wrapper {
overflow: hidden;
}
@-webkit-keyframes MOVIE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(60px);
transform: translateX(60px);
}
}
@keyframes MOVIE-BG {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(60px);
transform: translateX(60px);
}
}
@-webkit-keyframes MOVIE-BGB {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(88px);
transform: translateX(88px);
}
}
@keyframes MOVIE-BGB {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(88px);
transform: translateX(88px);
}
}
.em-image {
margin-bottom: 0;
margin-top: 0;
} .title_in {
float: left;
padding-right: 30px;
position: relative;
margin-right: 30px;
padding-bottom: 40px;
}
.title_tx h5,
.title_tx h2 {
margin: 0;
}
.title_tx h5 {
color: #f1d05e;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
letter-spacing: 1px;
margin: 0 0 5px;
}
.title_tx h2, .title_tx h3 {
font-size: 35px;
margin-bottom: 0px;
text-transform: capitalize;
margin-top: 0;
line-height: 1.2;
font-weight: 700;
}
.title_ptx p {
margin: 0;
overflow: hidden;
font-size: 18px;
}
.content-icon i, .kc-feature-boxes, .kc-feature-boxes a, .kc-pricing-tables {
transition: all .5s ease 0s !important;
} .about_shape {
position:relative;
}
.heading_number {
font-size: 136px;
display: inline;
font-weight: 800;
color: #f1d05e;
float: left;
line-height: 1;
margin-top: -14px;
margin-right: 15px;
}
.heading_title {
font-size: 36px;
font-weight: 800;
line-height: 1;
color: #232323; padding-top: 11px;
display: inline;
}
.about_shape::after {
content: "";
width: 451px;
height: 100%;
background: #f1d05e;
position: absolute;
z-index: -1;
top: 24px;
left: -98px;
display: block;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
animation: itsoft_bounce_animation 7s infinite;
}
@keyframes itsoft_bounce_animation {
0% {
border-radius : 30% 70% 70% 30% / 30% 30% 70% 70%;
}
25% { 
border-radius:  58% 42% 75% 25% / 76% 46% 54% 24%;
}
50% {
border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}
75% {
border-radius:  33% 67% 58% 42% / 63% 68% 32% 37%	;	
}
}
.gradient.about_shape::after {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.about_shape2{
position:relative;
}
.circle-img {
position: absolute !important;
bottom: -76px;
z-index: -1;
left: -100px;
-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
}
.gradient .single_counter.default_style {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.gradient-service .front  {
position:relative;
z-index:1;
} .em-visa {
padding: 80px 175px;
border: 1px solid rgba(255,255,255,0.15);
position:relative;
}
.em-visa-title h2 {
color: #fff;
font-size: 24px;
padding: 20px 0 7px;
}
.em_visa-icon i {
color: #f1d05e;
font-size: 50px;
}
.em-visa-desc {
margin: 0;
color: #fff;
}
.visa-btn a {
text-transform: uppercase;
font-size: 14px;
color: #fff;
margin-top: 32px;
display: inline-block;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.visa-btn a:hover {
color: #f1d05e;
}
.visa-btn a i{
margin-left:7px;
color:#FF3C00;
}
.em_visa-icon2 {
position: absolute;
right: 25px;
bottom: 0;
}
.em_visa-icon2 i {
font-size: 80px;
color: #F4F4F4;
opacity: 0.1;
} .em-country {
margin: 5px 15px 30px;
box-shadow: 0 0 10px rgba(229, 229, 229, 0.8);
background: #fff;
border-radius: 20px;
text-align: center;
}
.em-country-thumb {
position: relative;
padding: 8px;
}
.em-country-thumb img {
border-radius: 20px;
}
.country_flag_img {
position: absolute;
width: 100px;
height: 100px !important;
overflow: hidden;
left: 0;
right: 0;
margin: auto;
border-radius: 100%;
margin-top: -53px;
box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.country_flag_img img {
width: 100%;
height: 100%;
border-radius: 100%;
padding: 7px;
background: #fff;
}
.em_country_content {
padding: 55px 25px 30px;
}
.em-country-title h2 {
font-size: 20px;
margin-bottom: 15px;
}
.country-btn a {
position: relative;
text-transform: uppercase;
font-size: 14px;
color: #f1d05e;
}
.country-btn a i {
position: absolute;
top: 0;
right: -12px;
font-size: 16px;
} .main-style.em-team {
text-align: left;
position: relative;
margin-bottom: 30px;
background: #fff;
-webkit-box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-radius: 4px;
}
.main-style.em-team:hover {
-webkit-box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
-webkit-transform:translateY(-10px);
-ms-transform:translateY(-10px);
transform:translateY(-10px);	
}
.main-style.em-team .em-team-content-waraper {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
background: #fff;
padding: 21px 20px 28px;
text-align: center;
position: absolute;
bottom: -64px;
left: 0;
right: 0;
width: 80%;
margin: auto;
border-radius: 5px;
box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}
.main-style.em-team .em-team-content-image-inner {
position: relative;
overflow: hidden;
}
.main-style.em-team .em-team-content-image{
position: relative;
}
.main-style.em-team .em-team-content-image:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(241, 42, 2, 0.83);
content: "";
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity:0;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.gradient .main-style.em-team .em-team-content-image:before{
background: linear-gradient(360deg, rgba(17, 28, 255, 0.80), rgba(103, 111, 255, 0.53));
}
.main-style.em-team:hover .em-team-content-image:before {
opacity:1;
}
.main-style.em-team .em-team-content-socials-inner {
position: absolute;
top: 50%;
right: -100px;
text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background: #fff;
width: 45px;
padding: 13px 0;
}
.main-style.em-team:hover .em-team-content-socials-inner {
opacity:1;
top:50%;
right:0; 
}
.main-style.em-team .em-team-content-title h2 {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-size: 20px;
margin-bottom: 5px;
font-weight: 600;
}
.main-style.em-team .em-team-content-title h2:hover {
color: #f1d05e;
}
.main-style.em-team .em-team-content-subtitle {
color: #616161;
text-transform: uppercase;
font-size: 13px;
font-weight: 400;
font-family: Rubik;
letter-spacing: 1px;
}
.main-style.em-team .em-team-content-image {
position: relative;
overflow: hidden;
}
.main-style.em-team .em-team-content-image img{
width:100%;
}
.main-style.em-team .em-team-content-telephone {
position: absolute;
bottom: 16px;
right: -140px;
background: #f1d05e;
padding: 4px 20px;
border-radius: 30px 0 0 30px;
color: #fff;
cursor:pointer;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.main-style.em-team .em-team-content-telephone:hover{
right:0;
}
.main-style.em-team .em-team-content-telephone i {
margin-right: 13px;
}
.main-style.em-team .em-team-content-socials a {
display:block;
font-size: 16px;
color: #f1d05e;
text-align: center;
margin: 4px 0px;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
} .main-style.em-team .em-content-title h2 {
font-size: 16px;
font-weight: 700;
margin-bottom: 0;
text-transform: uppercase;
}
.main-style.em-team .em-content-subtitle {
font-size: 14px;
margin: 5px 0 0;
text-transform: uppercase;
} .em-team.style-two {
text-align: left;
transition: .3s;
border-bottom: 0;
border-radius: 0;
box-shadow: 0;
-webkit-box-shadow: 0;
position: relative;
z-index: 1;
padding: 15px;
border: 3px solid #f1d05e;
border-radius: 100%;
transition: .3s;
margin-bottom: 30px;
}
.em-team.style-two:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(12,90,219,0.85);
content: "";
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
opacity:0;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
border-radius:100%;
}
.style-two .em-team-content-image {
border-radius: 100%;
}
.style-two .em-team-content-inner {
position: absolute;
left: 0;
top: 62%;
transform: translateY(-50%);
text-align: center;
right: 0;
opacity:0;
transition:.5s;
transition-delay:.3s;
}
.em-team.style-two .em-team-content-title h2 {
font-size: 20px;
color: #fff;
margin: 0;
}
.em-team.style-two .em-team-content-subtitle {
color: #fff;
font-size: 15px;
margin-bottom: 9px;
margin-top: 8px;
}
.em-team.style-two .em-team-content-socials a {
display: inline-block;
color: #fff;
margin: 0 5px;
font-size: 14px;
}
.em-team.style-two .em-team-content-image img {
box-shadow: 0 0 4px rgba(0,0,0,0.25);
border-radius: 100%;
}
.em-team.style-two:hover {
border-color:transparent;
}
.em-team.style-two:hover::before {
opacity:1;
}
.em-team.style-two:hover .em-team-content-inner{
opacity:1;
top:50%;
}
.team-info h3 {
font-size: 30px;
font-weight: 700;
margin-bottom: 10px;
}
.team-info-inner span {
text-transform: uppercase;
font-size: 15px;
color: #f1d05e;
}
.list-info {
list-style: none;
margin: 20px 0;
}
.list-info li {
padding: 10px 0;
}
.team-social ul li {
display: inline-block;
}
.team-social ul li a {
display: block;
width: 35px;
height: 35px;
line-height: 35px;
background: #f1d05e;
text-align: center;
color: #fff;
margin: 0 2px;
border-radius: 5px;
} .why-choose-area .front,
.why-choose-area .back {
-webkit-box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
}
.why-choose-area .front i{
border-radius:33% 66% 70% 30%/49% 62% 38% 51% !important;
}  .portfolio_nav {
padding: 0px 0 15px;
text-align: center;
}
.portfolio_nav ul {
margin-bottom: 30px;
text-align:center;
}
.portfolio_nav ul li {
display: inline;
}
.portfolio_nav ul li {
background: transparent;
border: medium none;
font-size: 16px;
line-height: 1;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
text-transform: capitalize;
padding: 10px 22px;
font-weight: 500;
position: relative;
margin: 0 3px;
margin-bottom: 7px;
display: inline-block;
border: 1px dashed #f1d05e;
color: #f1d05e;
}
.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
color: #fff;
background:#FF3C00;
}
.prot_wrap {
overflow: hidden;
} .single_protfolio {
position: relative;
margin-bottom: 10px;
overflow: hidden;
}
.prot_thumb {
position:relative;
}
.prot_thumb img {
width: 100%;
}
.prot_thumb:before {
position:absolute;
left:0; 
width:100%;
height:100%;
background:rgba(0,0,0,0.60);
top:0; 
content:"";
opacity:0;
transition:.5s;
}
.single_protfolio:hover .prot_thumb:before{
opacity:1;
}
.prot_content {
position: absolute;
text-align: center;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
right: 0;
bottom: -100%;
left: 0;
opacity: 0;
background: #f1d05e;
margin: auto;
padding: 22px 25px 30px;
}
.single_protfolio:hover .prot_content {
opacity: 1;
bottom: 0;
}
.multi_gallery.prot_content {
height: 90%;
width: 80%;
right: 10%;
top: 5%;
bottom: 5%;
left: 10%;
}
.prot_icon {
position: absolute;
left: 0;
right: 0;
top: 50%;
text-align: center;
transform: translateY(-50%);
opacity:0;
transition:.5s;
}
.single_protfolio:hover .prot_icon {
opacity: 1;
}
.prot_content h3 {
margin: 8px 0 0px;
text-transform: capitalize;
color: #fff;
font-size: 20px;
font-weight: 600;
}
.prot_content h3 a {
color: #fff;
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
}
.prot_content p {
color: #fff;
line-height: 1.2;
margin: 5px 0 0;
}
.prot_content p span {
display: inline-block;
padding-top: 0px;
}
.porttitle_inner span {
position: relative;
margin: 0 2px;
}
.prot_content span:before {
bottom: 0;
content: ",";
position: absolute;
right: -5px;
} .single_protfolio:hover .New-portfolio .prot_content {
opacity: 1;
bottom: 0;
}
.New-portfolio .portfolio_nav ul li {
background: #F6F4F5;
padding: 12px 24px;
display: inline-block;
border: none;
color: #f1d05e;
border-radius: 30px;
}
.New-portfolio .portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
color: #fff;
background:#FF3C00;
}
.New-portfolio .prot_content{
position: absolute;
background: transparent;
padding: 65px 0px 30px;
}
.New-portfolio .prot_content_inner{
position: relative;
z-index: 1;
}
.New-portfolio .prot_content_inner:after {
position: absolute;
content: "";
right: 0;
bottom: -30px;
left: 0;
height: 160px;
width: 100%;
background: url(https://itsoft.dreamitsolution.net/wp-content/uploads/2022/08/port.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
margin: auto;
padding: 22px 25px 30px;
z-index: -1;
}
.porttitle_inner span:last-child:before {
content: "";
}
.nospace.col-xs-12 {
padding: 0px;
}
.nospace .single_protfolio {
margin-bottom: 0px;
} .gallery_load_button a {
border: 1px solid #ddd;
color: #444;
padding: 7px 15px;
display: inline-block;
font-size: 17px;
margin-top: 0px;
}
.gallery_load_button a:hover {
border-color: #333;
background: #333;
color: #fff;
}
.prot_wrap.nospace .gallery_load_button a {
margin-top: 30px;
} .picon {
margin-bottom: 0;
}
.picon a {
background: #f1d05e none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 16px;
height: 40px;
line-height: 40px;
width: 40px;
text-align: center;
margin: 0 17px 0;
transition:.5s;
}
.picon a:hover {
background: #bd2d10;
color: #fff;
}
.single_protfolio:hover .picon a {
margin: 0 3px 0;
} .pimgs {
margin-bottom: 15px;
}
.pimgs img {}
.prots-contentg p {}
.prots-contentg ul {
margin-left: 0px;
}
.portfolio_details {
overflow: hidden;
-webkit-box-shadow: 0 0 30px 
rgba(0,0,0,0.10);
box-shadow: 0 0 30px 
rgba(0,0,0,0.10);
padding: 65px 50px 50px;
}
.portfolio_info {
padding-left: 13px;
}
.portfolio_info h2 {
font-size: 25px;
font-family: muli;
padding-bottom: 17px;
}
.portfolio-details-box li strong {
font-size: 20px;
margin-right: 5px;
}
.pr-title {
padding: 24px 0 18px;
}
.port_dtl_social i {
margin: 0 4px 0;
cursor: pointer; }
.port_dtl_social {
font-size: 17px;
}
.port_dtl_social span{
font-size:20px;
font-weight:700;
margin-bottom:10px;
display:block;
} 
.port_dtl_social a {
display: inline-block;
width: 35px;
height: 35px;
background: #f1d05e;
color: #fff;
border-radius: 5px;
font-size: 18px;
text-align: center;
margin-right: 10px;
line-height: 35px;
}
.portfolio_details .col-md-6 {
float: left;
}
.prot_wrap .col-md-6, .prot_wrap .col-sm-12,  .prot_wrap .col-lg-4{
padding-right: 5px !important;
padding-left: 5px !important;
} .fun_fact_area {
position: relative;
}
.fun_fact_area::before {
content: "";
position: absolute;
right: 0;
top: 76px;
background: url(//mieszkanie24.pl/wp-content/themes/itsoft/assets/images/08.png);
background-repeat: no-repeat;
width: 100%;
height: 100%;
background-position: center;
left: 0;
}
.kc-ui-progress2 span.value {
background: #f1d05e !important;
color: #fff !important;
}
.kc-section-active .kc_accordion_content {
box-shadow: 0px 20px 30px 0px rgba(26, 46, 85, 0.1);
}
.gradient .kc-ui-progress {
background:linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
} .itsoft-button a {
display: inline-block;
background: #f1d05e;
color: #fff;
font-weight: 500;
font-size: 16px;
padding: 12px 26px;
border-radius: 3px;
transition: .5s;
border:2px solid #f1d05e;
}
.itsoft-button a:hover {
color: #f1d05e;
background: transparent;
border:2px solid #f1d05e;
}
.itsoft-button a i {
margin-left: 4px;
} .curosel-style .owl-nav div {
border-radius: 50%;
color: #fff;
font-size: 19px;
height: 60px;
line-height: 60px;
position: absolute;
top: 50%;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
width: 60px;
text-align: center;
z-index: 99;
-webkit-transform: translateY(-49%);
-ms-transform: translateY(-49%);
transform: translateY(-49%);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
background: #f1d05e;
}
.curosel-style .owl-nav .owl-next {
left: auto;
right: -50px;
}
.curosel-style .owl-nav .owl-prev {
right: auto;
left: -50px;
}
.single_gallery.curosel-style .owl-nav div {
left: 30px;
}
.single_gallery.curosel-style .owl-nav .owl-next {
right: 30px;
left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
left: 0px;
}
.portfolio_gallery_post.curosel-style .owl-nav .owl-next {
right: 0px;
left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.curosel-style .owl-nav .owl-next:hover {
background: #121B51;
color: #fff;
}
.curosel-style .owl-nav .owl-prev:hover {
background: #121B51;
color: #fff;
}
.owl-carousel .owl-item img {
margin: auto;
}
.curosel-style:hover .owl-nav div {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} .form-control,
textarea {
height: 54px;
background-color: #fff;
border-color: transparent;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #e6e6e6;
padding: 6px 20px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
}
textarea {
height: 150px;
width: 100%;
}
.quote_form .form-control {
background-color: rgba(255,255,255,0.2);
border-color: transparent;
}
.form-control:focus, textarea:focus {
color: #495057;
background-color: #fff !important;
border-color: #f1d05e !important;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(241,42,2,.25) !important;
}
.contact-form .buttons {
text-align: left;
}
.buttons {
text-align: center;
}
.button {
background: #f1d05e;
border: 0;
display: inline-block;
text-align: center;
padding: 14px 39px;
border-radius: 4px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
color: #fff;
}
.button:hover {
background: #bd2d10;
color:#fff;
}
.button i {
margin-left: 5px;
}
.quote_form .button {
background: #fff;
color: #232323;
}
.quote_form .button:hover {
background: #bd2d10;
color:#fff;
}
.gradient .button {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
} .new-contact-form {
background: #fff;
position: relative;
z-index: 1;
padding: 32px 44px 0;
border-radius: 7px;
}
.new-contact-form:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 152px;
width: 100%;
background: #FF3D00;
z-index: -1;
border-radius: 5px 5px 0 0;
}
.new-contact-form:after{
position: absolute;
content: "";
top: 136px;
left: 0;
height: 25px;
width: 100%;
background: #FF3D00;
z-index: -1;
background: url(https://itsoft.dreamitsolution.net/wp-content/uploads/2022/08/square-line.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.new-contact-form .form-control, textarea {
border-radius: 30px;
}
.new-contact-form textarea {
height: 132px;
}
.new-contact-form .button {
background: #141323;
display: block;;
color: #fff;
border-radius: 30px;
width: 100%;
font-weight: 500;
}
.new-contact-form .wpcf7-spinner {
height: 0;
margin: 0;
} .em-slick-testi-main {
text-align: center;
} .main-slider-area {
display: block;
position: relative;
}
.nivo-caption {
background: rgba(0, 0, 0, 0.0);
height: 100%;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nivo-slice {
display: block;
position: absolute;
z-index: -1;
height: 100%;
top: 0;
display: none !important;
}
.em_slider_inner {
margin: auto;
position: absolute;
top: 50%;
left: 0px;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.nivoSlider {
overflow: visible; 
}
.em-slider-title {
font-size: 20px;
color: #fff;
margin-bottom: 0;
font-weight: 400;
margin: 0 0 15px;
}
.em-slider-sub-title {
font-size: 72px;
text-transform: uppercase;
color: #fff;
font-weight: 800;
display: block;
margin: 0;
letter-spacing: 2px;
line-height: 1.1;
}
.em-slider-descript {
color: #fff;
}
.em-slider-descript {
width: 48%;
text-align: left;
color: #fff;
margin: 20px 0 30px;
font-size: 18px;
}
.text-left .em-slider-descript {
margin-left: 0;
margin-right: auto;
}
.text-center .em-slider-descript {
margin: 0 auto 31px;
}
.text-right .em-slider-descript {
margin-right: 0;
margin-left: auto;
text-align: right;
}
.em-button-button-area a {
-moz-user-select: none;
background: #f1d05e;
border: medium none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 16px;
margin-bottom: 0;
padding: 15px 41px;
text-align: center;
text-transform: uppercase;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
border-radius: 2px;
border: 1px solid transparent;
font-weight: 400;
margin-top: 10px;
}
.em-button-button-area a:hover {
background-color: #fff;
border-color: #fff;
color:#FF3C00;
}
.em-slider-button .withput-active {
background: transparent;
color: #fff;
border-color: rgba(255,255,255,0.8);
margin-left: 7px;
}
.em-slider-button .withput-active:hover{
background:#fff; 
border-color:#fff; 
color:#FF3C00;
}
.em-button-button-area a i {
margin-left: 10px;
display: inline-block;
}
.text-left a.em-active-button {
margin-left: 0;
}
.em-slider-half-width {
width: 50%;
}
.text-center .em-button-button-area a {
margin: 0 15px;
}
.em-slider-left {
padding-right: 30px;
}
.em-slider-right {
padding-left: 30px;
}
.em-slider-full-width {
width: 85%;
}
.em-slider-half-width .em-slider-descript {
width: 100%;
} .em-nivo-slider-wrapper .nivo-directionNav {}
.em-nivo-slider-wrapper .nivo-directionNav a {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 78px;
width: 50px;
line-height: 74px;
border: 0;
text-align: center;
display: block;
color: #f1d05e;
font-size: 28px;
left: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
background: #fff;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
left: auto;
right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
background: #f1d05e;
border-color: #f1d05e;
color: #fff;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
left: 50px;
z-index: 22;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
left: auto;
right: 50px;
} .em-nivo-slider-wrapper .nivo-controlNav {
top: 50%;
padding: 0;
position: absolute;
width: 100%;
z-index: 9;
left: 38px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.em-nivo-slider-wrapper .nivo-controlNav {}
.em-nivo-slider-wrapper .nivo-controlNav a {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
cursor: pointer;
display: block;
font-size: 9px;
height: 17px;
margin: 8px 0;
width: 17px;
color: #f1d05e;
line-height: 17px;
opacity: 0;
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover, .em-nivo-slider-wrapper .nivo-controlNav a.active {
background: #fff none repeat scroll 0 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single_slide_img {
position: absolute;
top: -180px;
text-align: right;
left: 59%;
} .single_pricing {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
padding: 26px 40px 50px;
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.single_pricing.active {
background: #f1d05e;
color: #fff;
padding: 51px 40px 75px;
transform: translateY(-25px);
}
.pricing_head {
padding: 0 0 0px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.pricing_icon {
text-align: center;
}
.pricing_title h2 {
font-size: 20px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.pricing_title h3 {
font-size: 20px;
text-transform: capitalize;
padding-bottom: 11px;
}
.pricing_subtitle h4 {
font-size: 18px;
color: #656565;
font-weight: 400;
margin: 0;
}
.price_item_inner_center {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.price_item {
-webkit-transition: all 0.5s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-bottom: 15px;
}
.price_item span {
display: inline-block;
-webkit-transition: all 0.3s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-size: 51px;
font-weight: 700;
text-align: center;
color: #232323;
font-family: 'Fira Sans', sans-serif;
}
.slash {
font-size: 0;
}
.curencyp {
font-size: 20px !important;
font-weight: 500 !important;
position: relative;
top: -15px;
color: #616161 !important;
}
.bootmp {
font-size: 20px !important;
font-weight: 500 !important;
color: #616161 !important;
}
.pricing_btn span {
border: 1px solid #ddd;
display: inline-block;
padding: 0px 23px;
border-radius: 30px;
font-size: 15px;
}
.featur ul li {
display: block;
font-size: 16px;
padding: 7px 0;
text-transform: none;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
text-transform: capitalize;
font-weight: 300;
}
.featur ul li b {
font-weight: 600;
}
.featur ul li:last-child {
padding-bottom: 0;
}
.order_now {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-top: 34px;
}
.order_now a {
display: inline-block;
font-size: 18px;
font-weight: 500;
padding: 13px 37px;
position: relative;
text-transform: capitalize;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
color: #f1d05e;
border: 1px solid #f1d05e;
border-radius: 3px;
}
.single_pricing:hover .order_now a {
background: #f1d05e;
color: #fff;
}
.single_pricing.active .order_now a {
background: transparent;
border-color: #fff;
color: #fff;
}
.single_pricing.active .price_item span,
.single_pricing.active .pricing_title>h3 {
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
color:#fff !important;
}
.gradient .single_pricing.active {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
}
.gradient .kc-feature-boxes {
background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
border:0 !important;
} .single_pricing.style4 {
position: relative;
padding: 42px 0px 38px;
background-color: #f5f5f5;
border-radius: 10px;
text-align: left;
box-shadow: none;
}
.single_pricing.style4 .pricing_img {
display: inline-block;
height: 82px;
width: 82px;
text-align: center;
line-height: 82px;
background: #ff3b00;
border-radius: 5px;
}
.single_pricing.style4 .price-item {
display: inline-block;
position: absolute;
right: 30px;
top: 11px;
}
.single_pricing.style4 .pricing-head {
text-align: left;
position: relative;
padding: 0 31px;
}
.single_pricing.style4 .price-item .currency {
color: #1e266d;
font-size: 24px;
font-weight: 500;
}
.single_pricing.style4 .price-item .tk {
color: #1e266d;
font-size: 42px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
line-height: 22px;
}
.single_pricing.style4 .price-item .month {
color: #6d6d6d;
font-size: 14px;
font-weight: normal;
display: block;
text-transform: uppercase;
}
.single_pricing.style4 .pricing-title {
font-size: 22px;
font-weight: 500;
position: relative;
z-index: 1;
margin: 34px 0 29px;
background: #fff;
display: inline-block;
padding: 11px 30px;
border-radius: 0 5px 05px 0;
transition: .5s;
}
.single_pricing.style4 .pricing-title:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 49px;
width: 3px;
background: #ff3b00;
transition: .5s;
}
.single_pricing.style4 .pricing-title h3 {
font-size: 22px;
font-weight: 500;
margin: 0;
}
.single_pricing.style4 .pricing-body {
padding: 0 31px;
}
.single_pricing.style4 .pricing-body ul li {
font-weight: 400;
margin-bottom: 15px;
padding: 0;
}
.single_pricing.style4 .pricing-body ul li i {
display: inline-block;
color: #f1d05e;
font-size: 16px;
margin-right: 6px;
}
.single_pricing.style4 .order_now {
margin-top: 16px;
}
.single_pricing.style4 .order_now a {
position: relative;
display: inline-block;
color: #1e266d;
font-weight: 400;
padding: 10px 33px;
width: inherit;
background-color: #fff;
border-radius: 5px;
text-align: left;
margin-top: 20px;
transition: .5s;
border: none;
font-size: 16px;
}
.single_pricing.style4:hover .order_now a{
background: #FF3B00;
color: #fff;
}
.single_pricing.style4.active:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/07/active.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: -1;
border-radius: 5px;
}
.single_pricing.style4.active .pricing-title {
background-color: rgba(255,255,255,0.2);
}
.single_pricing.style4.active .pricing-title:before{
display: none;
}
.single_pricing.style4.active .pricing-body ul li i {
color: #fff;
}
.single_pricing.style4.active .price-item .currency,
.single_pricing.style4.active .price-item .tk,
.single_pricing.style4.active .price-item .month {
color: #fff;
}
.single_pricing.style4.active .pricing_img {
background: #fff;
}
.single_pricing.style4.active .pricing-title h3{
color: #fff;
}
.single_pricing.style4.active {
background: #f1d05e;
color: #fff;
transform: translateY(0);
}  div.wpcf7-response-output {
margin: 0;
} .footer-address {
padding-top: 0px;
}
.footer-widget.address, .footer-widget.address p {
font-size: 16px;
color: rgba(255,255,255,0.80);
}
.footer-sociala-info {
overflow: hidden;
}
.footer-logo {
margin-bottom: 18px;
margin-top: 19px;
}
.footer_s_inner {
margin-top: 0px;
margin-bottom: 0;
}
.footer-sociala-icon {
clear: both;
float: left;
font-size: 26px;
margin-right: 17px;
overflow: hidden;
color: #f1d05e;
display: none;
}
.recent-post-item {
clear: both;
overflow: hidden;
margin-bottom: 14px;
border-bottom: 1px solid #E8E8E8;
padding-bottom: 0px;
}
.recent-post-image {
float: left;
margin-right: 25px;
}
.recent-post-image a {
display: inline-block;
}
.recent-post-text {
margin-top: 0;
overflow: hidden;
}
.recent-post-text .rcomment i {
margin-right: 5px;
}
.footer-middle .post-date {
display: block;
} ::-webkit-input-placeholder { color: #666;
font-size: 17px;
}
::-moz-placeholder { color: #666;
font-size: 17px;
}
:-ms-input-placeholder { color: #666;
font-size: 17px;
}
:-moz-placeholder { color: #666;
font-size: 17px;
}
.apppontment-form-two input::-moz-placeholder {
color: #fff !important;
font-size: 16px;
}
.apppontment-form-two textarea::-moz-placeholder {
color: #fff !important;
font-size: 16px;
}
.apppontment-form-two ::-webkit-input-placeholder { color: #fff !important;
font-size: 16px;
}
.apppontment-form-two ::-moz-placeholder { color: #fff !important;
font-size: 16px;
}
.apppontment-form-two :-ms-input-placeholder { color: #fff !important;
font-size: 16px;
}
.apppontment-form-two :-moz-placeholder { color: #fff !important;
font-size: 16px;
} .quote_form input::-moz-placeholder {
color: #fff;
font-size: 17px;
}
.quote_form ::-webkit-input-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
}
.quote_form ::-moz-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
}
.quote_form :-ms-input-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
}
.quote_form :-moz-placeholder { color: #fff !important;
font-size: 16px;
font-weight:400;
} .mailchim-form-inner {
width: 100%;
background: #fff;
border-radius: 15px;
padding: 33px 190px 40px; overflow: hidden;
background: #f1d05e;
}
.mailchim-form {
}
.mailchim-form-inner .widgettitle {
font-size: 31px;
font-weight: 700;
padding-bottom: 25px;
text-align: center;
text-transform: capitalize;
color: #fff;
}
.mc4wp-form-fields p {
position: relative;
font-size: 16px;
position: relative;
margin: auto;
}
.footer-middle .mc4wp-form-fields p {
color: #a0a1a2;
margin-bottom: 40px;
}
.mc4wp-form-fields p {
position: relative;
color: #333; text-align: center;
}
.mc4wp-form-fields p label {
font-size: 16px;
font-weight: 700;
margin: 15px 0;
}
.mc4wp-form-fields input, .mc4wp-form-fields textarea {
font-size: 14px;
height: 54px;
padding: 5px 15px;
width: 100%;
background: #fff;
border: 0;
margin: auto;
border: 0;
border-radius: 3px;
}
.mc4wp-form-fields textarea{
height:80px;
}
.mc4wp-form-fields button {
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
border: medium none;
font-size: 17px;
background: #f1d05e;
color: #fff;
font-weight: 600;
margin: auto;
padding: 0 33px;
height: 84%;
display: inline-block;
font-family: 'Poppins', sans-serif;
position: absolute;
right: 6px;
top: 4px;
border-radius: 2px;
}
.mc4wp-form-fields button:hover {
background: #BD2D10;
}
.mc4wp-form-fields input:focus, .mc4wp-form-fields textarea:focus{
border-color: #f1d05e;
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(241,42,2,.075),0 0 8px rgba(241,42,2,.6);
} .subscribe-six .mc4wp-form-fields button {
font-size: 14px;
font-weight: 600;
margin: auto;
padding: 0 18px;
position: absolute;
} .new_subs input[type="email"] {
font-size: 16px;
height: 60px;
padding: 5px 25px;
width: 100%;
background: #ffffff;
border-radius: 0;
outline: 0;
text-align: center;
}
.new_subs p.mailchimp-form button {
border: medium none;
border-radius: 0;
font-weight: 500;
text-align: center;
padding: 16px 30px;
position: absolute;
right: 0;
top: 70px;
width: 100%;
height: inherit;
}
.footer_bottom p{
margin: 0;
} .New-footer .mc4wp-form-fields input, .mc4wp-form-fields textarea {
font-size: 14px;
height: 69px;
padding: 5px 37px;
border-radius: 40px;
}
.New-footer .mc4wp-form-fields button {
height: 78%;
right: 8px;
top: 8px;
border-radius: 30px;
}
.New-footer .recent-post-text h4 a {
color: #fff;
}
.New-footer .recent-post-text h4 a:hover{
color: #f1d05e;
}
.New-footer .recent-post-text .rcomment {
color: #999397;
}
.footer-bottom p{
margin: 0;
} .new-footer-two .New-footer .mc4wp-form-fields input, .mc4wp-form-fields textarea {
height: 57px;
padding: 5px 14px;
border-radius: 6px;
}
.new-footer-two .mc4wp-form-fields button {
padding: 0 22px;
right: 6px;
top: 4px;
border-radius: 2px;
}
.new-footer-two .New-footer .mc4wp-form-fields button {
top: 7px;
border-radius: 5px;
} .form-area.apppontment-form {
background: #fff;
padding: 41px 50px 15px;
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.05);
}
.apointment-form-title {
text-align: center;
margin-bottom: 30px;
}
.apointment-form-title h2 {
font-size: 25px;
}
.form-area.apppontment-form .button {
padding: 14px 39px;
border-radius: 4px;
width: 100%;
}
.form-area.apppontment-form .form-control, .form-area.apppontment-form .form-group select {
height: 54px;
background-color: #F4F7FC;
border-color: transparent;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #eee;
padding: 6px 20px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
width: 100%;
color: #666;
}
.form-area.apppontment-form textarea {
background: #F4F7FC;
}
.form-area.apppontment-form.apppontment-form-two {
background: rgba(12, 90, 219, 0.60);
}
.form-area.apppontment-form.apppontment-form-two input{
background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.09);
color:#fff;
}
.form-area.apppontment-form.apppontment-form-two textarea {
background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.09);
height: 150px;
width: 100%;
padding: 15px;
}
.form-area.apppontment-form.apppontment-form-two .button {
background: #fff !important;
color: #f1d05e;
}
.form-area.apppontment-form.apppontment-form-two .button:hover {
background: #f1d05e !important;
color: #fff;
}
.content-desc a {
color: #898a9c;
} .itsoft-single-blog_adn {
margin-bottom: 30px;
overflow: hidden;
text-align: left;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
background: #fff;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
padding: 15px;
}
.itsoft-single-blog_adn:hover {
-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.2);
box-shadow: 0 5px 30px rgba(0,0,0,0.2);
border-color:transparent;
} .blog_adn_thumb_inner {
position: relative;
}
.itsoft-blog-thumb_adn {
position: relative;
}
.itsoft-blog-thumb_adn a {
position: relative;
}
.itsoft-blog-thumb_adn a {
display: block;
}
.itsoft-blog-thumb_adn img {
} .em-blog-content-area_adn {
padding: 40px 18px 15px;
text-align: center;
position: relative;
}
.blog-page-title_adn h2 {
font-size: 20px;
margin: 10px 0 7px;
line-height: 1.2;
}
.blog-page-title_adn a {
margin-bottom: 0;
text-transform: none;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
color: #232323;
font-weight: 600;
}
.blog-page-title_adn a:hover {
color: #f1d05e;
}
.blog-content_adn h2 a {
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
}
.blog-content_adn h2 a:hover {
color: #f1d05e;
}
.blog-content_adn p {
margin: 16px 0 15px;
}
.blog-page-title_adn2 {
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 9999;
}
.blog-page-title_adn2 h2 {
margin: 0px;
background: rgba(0, 0, 0, 0.72);
padding: 15px;
color: #fff;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.blog-page-title_adn2 h2 a {
color: #fff;
} .itsoft-blog-meta_adn {
border-top: 1px solid #f1d05e;
margin-top: 18px;
padding-top: 11px;
}
.itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
margin-right: 13px;
-o-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
display: inline-block;
text-decoration: none;
text-transform: capitalize;
margin: 0 10px;
position: relative;
font-weight: 400;
font-size: 15px;
}
.itsoft-blog-meta-left_adn a::before {
position: absolute;
content: "";
right: -11px;
width: 1px;
height: 18px;
background: #595555;
top: 5px;
}
.itsoft-blog-meta-left_adn i {
margin-right: 0px;
color: #333;
}
.blog_nospace_adn.col-xs-12 {
padding: 0px;
}
.blog_nospace_adn .itsoft-single-blog {
margin-bottom: 0px;
}
.btn-link {
font-weight: 500;
color: #616161;
font-size: 16px;
font-family: Muli;
}
.btn-link:hover {
text-decoration:none;
color: #f1d05e;
}
.btn-link i{
margin-left:5px;
}
.itsoft-blog-meta-top {
position: absolute;
left: 7px;
bottom: inherit;
top: 10px;
}
.itsoft-blog-meta-top li{
display:inline-block;
}
.itsoft-blog-meta-top li a {
display: inline-block;
background: #f1d05e;
padding: 5px 16px;
line-height: 19px;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
color: #fff;
border-radius: 2px;
letter-spacing: 1px;
margin-right: 5px;
}
.itsoft-blog-readmore a {
padding: 9px 20px;
display: inline-block;
font-weight: 400;
border-radius: 3px;
transition: .3s;
color: #616161;
}
.itsoft-blog-readmore a:hover{
color:#FF3C00;
} .blog_style_two .itsoft-single-blog_adn {
text-align: left;
padding: 0;
border-radius: 5px;
}
.blog_style_two .em-blog-content-area_adn {
padding: 32px 35px 30px;
text-align: left;
}
.blog_style_two .itsoft-blog-meta-left {
box-shadow: none;
padding: 0;
border-radius: 0;
text-align: left;
position: inherit;
top: inherit;
background: transparent;
left: inherit;
right: inherit;
margin: 0;
}
.blog_style_two .itsoft-blog-meta-left a, .blog_style_two .itsoft-blog-meta-left span {
margin: 0;
margin-right: 25px;
}
.blog_style_two .itsoft-blog-readmore a {
padding: 0;
border: 0;
color: #f1d05e;
position:relative;
}
.itsoft-blog-readmore a{
position:relative;
}
.itsoft-blog-readmore a i {
margin-left: 5px;
position: relative;
display: inline-block;
position: absolute;
top: 50%;
transform: translateY(-50%);
} .blog_style_five .single_blog_adn {
border: none;
border-radius: 4px;
transition: .4s;
margin-bottom: 30px;
}
.blog_style_five .single_blog_adn:hover{
box-shadow:none);
border-color: transparent;
}
.blog_style_five .single_blog_adn:hover .em-blog-content-area_adn{
box-shadow: 0px 20px 40px 0px rgba(189, 189, 189, 0.2); 
background:#fff;
}
.blog_style_five .single_blog_adn:hover .itsoft-blog-readmore a{
background:#FF3C00;
color:#fff;
}
.blog_style_five .itsoft-single-blog_adn {
margin-bottom: 0;
overflow: hidden;
background: #fff;
box-shadow: none;
padding: 0;
}
.blog_style_five .em-blog-content-area_adn {
padding: 24px 30px 32px;
text-align: left;
position: relative;
border-top: 2px solid#f1d05e;
width: 90%;
left: 0;
right: 0;
margin: auto;
background: #F4F4F4;
z-index: 1;
margin-bottom: 30px;
transition: .5s;
margin-top: -21px;
}
.blog_style_five .em-blog-content-area_adn:before {
position: absolute;
content: "";
top: -16px;
left: 0;
height: 69%;
width: 38%;
background: url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/05/line.png);
background-position: center center;
background-repeat: no-repeat;
}
.blog_style_five .itsoft-blog-meta-left {
box-shadow: none;
padding: 0px 0px;
border-radius: 0;
text-align: left;
position: inherit;
top: 0;
margin: 0;
background: transparent;
}
.blog_style_five .itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
text-transform: capitalize;
margin: 0 8px 0 0;
font-weight: 400;
font-size: 15px;
}
.blog_style_five .itsoft-blog-meta-left span::before, .itsoft-blog-meta-left a::before {
display: none;
}
.blog_style_five .blog-page-title_adn h2 {
font-size: 22px;
margin: 14px 0 23px;
line-height: 1.3;
}
.blog_style_five .blog-inner-content {
background: #fff;
padding: 19px 21px 20px;
border-top: 1px solid#E1E1E1;
}
.blog_style_five .blog-box-img {
margin-right: 10px;
}
.blog_style_five .blog-box-img img {
height: 28px;
width: 28px;
border-radius: 100%;
background: #FF3D00;
text-align: center;
box-shadow: 0px 3px 24px 3px rgb(255 61 0 / 36%);
}
.blog_style_five .blog-box-title h2 {
font-size: 16px;
margin: 0 0 0;
font-family: 'Fira Sans';
font-weight: 500;
}
.blog_style_five .itsoft-blog-readmore a {
padding: 10px 19px;
border-radius: 0px;
color: #232323;
font-family: 'Fira Sans';
display: block;
background: #fff;
}
.blog_style_five .itsoft-blog-readmore a i {
font-size: 9px;
font-weight: 600;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
}
.blog_style_five .itsoft-blog-readmore a:hover{
color: #f1d05e;
}
.blog_style_five .itsoft-blog-readmore {
display: block;
position: relative;
left: 0;
} .blog_style6 .itsoft-single-blog_adn {
border: none;
padding:0;
position: relative;
z-index: 1;
transition: .5s;
border-radius: 5px;
filter: drop-shadow(0px 10px 15px rgba(210,210,210,0.2));
background-color: #ffffff;
}
.blog_style6 .itsoft-single-blog_adn:hover .em-blog-content-area_adn{
border-color:#FF3C00;
}
.blog_style6 .itsoft-single-blog_adn:hover .itsoft_blog_meta_left span{
color:#FF3C00;
}
.blog_style6 .itsoft-single-blog_adn:hover .itsoft-blog-readmore a{
color:#FF3C00;
}
.blog_style6 .em-blog-content-area_adn {
border: none;
padding: 22px 30px 24px;
position: relative;
z-index: 1;
transition: .5s;
border-radius: 5px;
filter: drop-shadow(0px 10px 15px rgba(210,210,210,0.2));
background-color: #ffffff;
border-bottom: 4px solid#fff;
text-align: left;
}
.blog_style6 .itsoft_blog_meta_left span {
color: #686868;
display: inline-block;
margin: 0 0 6px;
}
.blog_style6 .blog-page-title_adn h2 {
margin: 8px 0 16px;
line-height: 1.34;
}
.blog_style6 .itsoft-blog-readmore a {
padding: 0;
color: #616161;
}
.blog_style6 .itsoft-blog-readmore a i{
margin-left: 5px;
} .blog_style6.seven .itsoft-single-blog_adn {
filter: none;
background-color: #ffffff;
box-shadow: 0 0 5px rgba(0,0,0,0.15);
margin-left: 3px;
}  @media (max-width: 767px) {
body {
overflow-x: hidden;
}
.itsoft-header-top {
display: none;
}
.mean-container .mean-bar:before {
text-transform: uppercase;
top: 19px;
}
.mean-container a.meanmenu-reveal {
padding: 19px 20px 18px;
}
} .banner-area .btn {
-moz-user-select: none;
background: #f1d05e;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 17px;
padding: 12px 32px;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-box-shadow: none;
box-shadow: none;
margin-right: 10px;
}
.banner-area .active .btn {
background: #fff;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #f1d05e;
color: #f1d05e;
}
.btn i {
margin-left: 2px;
}
.btn-sm {
font-size: 12px;
letter-spacing: 1px;
padding: 12px 20px;
}
.btn.btn-bordered {
background: transparent none repeat scroll 0 0;
border: 2px solid #f1d05e;
color: #f1d05e;
padding-bottom: 11px;
padding-top: 11px;
}
.btn.btn-lg.btn-bordered {
padding-bottom: 16px;
padding-top: 16px;
}
.btn.btn-sm.btn-bordered {
padding-bottom: 8px;
padding-top: 8px;
}
.btn-icon i {
font-size: 10px;
left: 0;
position: relative;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.btn-icon:hover i {
left: 2px;
}
.banner-area .btn:hover {
background-color: #fff;
color: #f1d05e;
border-color: #fff;
}
.banner-area .active .btn:hover{
background-color:#FF3C00;
color: #fff;
border:1px solid #f1d05e;
}
.btn.btn-bordered:hover {
background-color: #f1d05e;
color: #fff;
}
.button-group {
margin-top: 30px;
}
.button-group a {
margin-right: 25px;
}
.button-group a:last-child {
margin-right: 0;
}
.bottom-img {
position: absolute;
bottom: -8px;
width: 100%;
}
.scroll-next {
bottom: 10px;
left: 0;
position: absolute;
right: 0;
z-index: 1;
}
.scroll-next>a {
border-radius: 20px;
display: inline-block;
height: 30px;
width: 30px;
position: relative;
}
.scroll-next i {
color: #f1d05e;
font-size: 40px;
left: 0;
position: absolute;
right: 0;
top: 0;
} #parallax{
position:relative;
}
.slider-shape {
position: absolute !important;
}
.layer-1 {
top: 12% !important;
left: 8% !important;
}
.layer-2 {
top: 53% !important;
left: 6% !important;
}
.layer-3 {
top: 87% !important;
left: 16% !important;
}
.layer-4 {
top: 54% !important;
left: 74% !important;
opacity: .09;
}
.layer-5 {
top: 24% !important;
left: 13% !important;
opacity: .03;
}
.area-padding {
padding: 30px;
}
.t-slider-shape{position: absolute !important;opacity: .4;}
.s-layer-1 {
top: 53% !important;
left: 7% !important;
}
.s-layer-2 {
top: 73% !important;
left: 13% !important;
opacity: .2;
}
.s-layer-3 {
top: 75% !important;
left: 39% !important;
}
.s-layer-4 {
top: 82% !important;
left: 24% !important;
}
@-webkit-keyframes second-heartbeat {
to {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
}
@keyframes second-heartbeat {
to {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
}
.slider-video-icon a{
text-align: center;
display: inline-block;
position:relative;
}
.single-video .layer-1 {
top: -20% !important;
left: -158px !important;
z-index: -1;
}
.single-video .layer-2 {
top: -47% !important;
left: 36% !important;
z-index: -1;
}
.single-video .layer-3 {
top: 109% !important;
left: -12% !important;
z-index: -1;
}
.single-video .layer-4 {
top: 83% !important;
left: inherit !important;
right: -126px;
z-index: -1;
opacity:1;
}
.single-video .layer-1 img,
.single-video .layer-2 img,
.single-video .layer-3 img,
.single-video .layer-4 img{
-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
}
.about-video.single-video {
position: relative;
text-align: left;
margin-left: 0;
}
.about-video.single-video .layer-1, 
.about-video.single-video .layer-2,
.about-video.single-video .layer-3,
.about-video.single-video .layer-4{
display:none;
}
.style_two.single-video {
position: relative;
text-align: left;
margin-left: 0;
}
.style_two .video-icon {
position: inherit;
transform: inherit;
} .portfolio-details-box li {
border-bottom: 1px solid #ddd;
font-size: 18px;
font-weight: 300;
padding: 13px 0;
text-transform: capitalize;
list-style: none;
}
.portfolio-details-box li:last-child {
border-bottom: 0 none;
}
.portfolio-details-box li span {
color: #333;
display: inline-block;
font-weight: 700;
margin-right: 15px;
text-transform: uppercase;
width: 170px;
}
.portfolio-details-box li:first-child {
padding-top: 0;
}
.portfolio-details-box ul {
margin-bottom: 20px;
}
.portfolio-description {
margin-top: 50px;
}
.portfolio-description>p {
font-size: 18px;
}
.projects-navigation-wrap {
margin-top: 50px;
}
.projects-navigation-wrap a {
font-family: 'Raleway', sans-serif;
font-size: 14px;
text-transform: uppercase;
}
.pr-title h2 {
font-size: 27px;
text-transform: capitalize;
padding-top: 10px;
}
.prot_content.multi_gallery {
width: 75%;
margin: auto;
} .abtext em {
color: #444;
font-weight: 600;
}
.abtext ol {
padding-left: 15px;
}
.abtext ol li {
font-weight: 600;
line-height: 30px;
} .mean-container .mean-bar:before {
text-transform: uppercase;
}
.footer-logo img {
margin-bottom: 28px;
}
.mc4wp-alert.mc4wp-error a,
.mc4wp-alert.mc4wp-error p {
color: #f1d05e !important;
}
span.wpcf7-not-valid-tip {
text-align: left;
}
.footer-middle .widget.widget_archive .widget-title {
margin-bottom: 34px !important;
margin-top: 28px !important;
}
.footer-middle .widget.widget_search .widget-title {
margin-top: 25px !important;
}
.footer-middle .widget.widget_tag_cloud .widget-title {
margin-bottom: 20px !important;
}
.footer-middle .widget.widget_text p img {
margin-top: 10px !important;
margin-bottom: 6px !important;
} .blog-left-side .widget.widget_text p img {
margin-top: 10px !important;
margin-bottom: 6px !important;
}
.blog-left-side .widget.widget_text .wp-caption {
margin-bottom: 0px;
}
.blog-left-side .widget.widget_archive .widget h2 {
padding-bottom: 19px !important;
}
.footer-middle table#wp-calendar td#today a {
color: #fff !important;
}
.footer-middle table#wp-calendar th {
color: #e3e3e3;
}
.blog-left-side .widget h2 {
margin-top: 0;
}
.footer-middle #archives-dropdown--1 {
height: 34px;
width: 100%;
}
.widget.widget_categories select {
width: 100%;
height: 34px;
}
.widget .screen-reader-text {
display: none;
}
.search input {
width: 100%;
}
.textwidget select {
width: 100%;
}
.widget ul li:first-child {
padding-top: 0;
}
.blog-left-side .widget ul li {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
border-top: 1px solid #E8E8E8;
padding: 15px 0;
}
.widget ul li:hover {
color: #f1d05e;
}
.comment_field .textarea-field label {
margin-top: 20px;
margin-bottom: 10px;
}
.blog-content {
word-break: break-word;
}
.post-password-form input[type="submit"] {
background: #f1d05e;
height: 40px;
width: 100px;
}
.page-list-single {
clear: both;
}
.blog-left-side .text-widget-about ul li {
border-top: 0;
padding: 0;
}
.copyright-social ul li {
font-size: 16px;
display: inline;
}
.copyright-social ul li a {
color: #f8f9fe;
font-size: 14px;
}
.copyright-social ul .policy:after {
content: "/";
color: #f8f9fe;
padding-left: 10px;
padding-right: 10px;
} .nav-pills {
line-height: 45px;
margin: 0;
padding: 0;
text-align: center;
margin-bottom: 80px !important;
}
.nav-pills > li {
float: left;
color: #f00;
border: 0;
margin: 0;
width: 15%;
background: transparent;
margin-right: 15px;
border: 1px dashed #f1d05e;
}
.nav-pills>li>a {
padding: 0 30px;
text-decoration: none;
outline: 0;
display: block;
line-height: 25px !important;
color: #f1d05e !important;
font-size: 20px !important;
font-weight: 500 !important;
margin: 0px 0px;
padding: 20px 20px 19px !important;
border-radius:0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
color: #fff !important;
background: #f1d05e !important;
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: transparent !important;
}
.nav-pills li i {
font-size: 40px;
display: block;
padding-bottom: 20px;
display:block;
} .em_tab_content.tab-content {
overflow: hidden;
box-shadow: 0 0 15px rgba(12, 90, 219, 0.10);
padding: 40px 25px;
background: #fff;
}
.tab_pan_content {
padding-left: 35px;
padding-top: 11px;
}
.em_post_tab_thumb img {
width: 100%;
}
.tab_pan_content h2 {
padding-bottom: 17px;
font-size: 24px;
margin-top: 0;
}
.tab_pan_content .tab_desc {
margin-bottom: 17px;
}
.tab_pan_content ul {
list-style: none;
margin: 26px 0 20px;
}
.tab_pan_content ul li {
margin-bottom: 12px;
font-weight: 600;
font-family: 'Muli', sans-serif;
font-size: 16px;
margin-left: 20px;
}
.tab_pan_content ul li i {
color: #f1d05e;
margin-right: 7px;
}
.tab_pan_content a {
display: inline-block;
font-size: 17px;
color: #fff;
background: #f1d05e;
border-radius: 4px;
padding: 12px 30px;
display: inline-block;
margin-top: 20px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
margin-right: 15px;
}
a.active-tab-btn {
background: #bd2d10;
}
.tab_pan_content a:hover {
background: #bd2d10;
}
a.active-tab-btn:hover {
background: #f1d05e;
}
@media (min-width: 768px){
.em_tab_inner .col-md-6 {
float: left ;
}} .tab_post_style2 .nav-pills {
border-bottom: 0 !important;
margin-bottom: 27px !important;
}
.tab_post_style2 .nav-pills>li.active>a:before {
display: none;
}
.tab_post_style2 .nav-pills li i {
font-size: 39px;
margin-bottom: 0;
color: #f1d05e;
width: 90px;
height: 90px;
line-height: 90px;
-webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
border-radius: 100%;
margin-bottom: 10px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.tab_post_style2 .nav-pills>li i:hover,
.tab_post_style2 .nav-pills>li.active i {
background: #f1d05e;
color: #fff;
} .owl-dots {
position: absolute;
left: 50%;
bottom: -36px;
border-radius: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.owl-dot {
background: #bfcadc;
height: 5px;
width: 25px;
display: inline-block !important;
margin: 0 3px;
border-radius: 50px;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.owl-dot.active {
background: #f1d05e;
width:35px;
}
.case_study_carousel  .owl-dots {
bottom: -60px;
}
.author.mt-120 {
background: #fff;
padding: 38px 38px 30px;
margin-top: 70px;
margin-bottom: 50px;
overflow: hidden;
-webkit-box-shadow: 0 3px 19px rgba(0,0,0,.08);
box-shadow: 0 3px 19px rgba(0,0,0,.08);
border-radius: 7px;
}
.author.mt-120 p {
font-size: 16px;
overflow:hidden;
}
.author-text h3 {
margin: 0 0 10px;
font-size: 25px;
}
.author-text h3 a {
font-size: 24px;
text-transform: capitalize;
font-weight: 800;
color: #232323;
font-family: Muli;
}
.author-img.text-center {
float: left;
margin-right: 30px;
}
.author-img img {
border-radius: 100%;
}
.author-icon {
margin-bottom: 26px;
}
.author-icon a {
color: #9498b6;
font-size: 15px;
margin: 0 5px;
}
.kc-google-maps iframe{
width:100%;
height:600px; 
frameborder:0; 
border:0;
}
.kc_accordion_section.group {
padding-bottom: 20px !important;
}
.acoading .kc_accordion_header > span.ui-accordion-header-icon {
float: left !important;
}
.acoading .kc_accordion_header, .acoading .kc_accordion_header > a {
overflow: hidden !important;
}
.content-title{
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.logo a.retina-logo {
margin-top: 0px !important;
}
#visa-type .content-image img{
width:80px !important; 
height:80px !important;
}
.footer-middle table#wp-calendar td {
color: #e3e3e3;
}
.footer-middle #wp-calendar caption {
color: #e3e3e3;
}
.footer-middle .wp-caption-text {
color: #e3e3e3;
}
.footer-middle .textwidget p {
color: #e3e3e3;
}
.kc_accordion_section.group {
padding-bottom: 20px !important;
}
.acoading .kc_accordion_header > span.ui-accordion-header-icon {
float: left !important;
}
.acoading .kc_accordion_header, .acoading .kc_accordion_header > a {
overflow: hidden !important;
}
.content-title{
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
}
.logo a.retina-logo {
margin-top: 0px;
}
.em-service2.style-three.sright .em-service-icon {
margin-right: -70px;
}
.em-service2.style-three.sleft .em-service-icon{
margin-left: -70px;
}
.menu-serivice-menu-container ul li {
padding: 19px 20px;
border: 1px solid #ddd;
border-bottom: none;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
background: #FFFFFF;
}
.menu-serivice-menu-container ul {
list-style: none;
padding: 0;
}
.menu-serivice-menu-container ul li a {
display: block;
color: #555;
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
}
.widget .menu-serivice-menu-container ul li:first-child {
border-top: 1px solid #ddd;
padding-top: 19px;
}
.widget .menu-serivice-menu-container ul li:last-child {
border-bottom: 1px solid #ddd;
}
.menu-serivice-menu-container ul li:hover {
background:#FF3C00;
color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item {
background:#FF3C00;
color:#fff;
}
.menu-serivice-menu-container ul li:hover a{
color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item a{
color:#fff;
}
#faqs .kc_single_image img {
width: 100%;
}
#faqs .kc_column_inner{
padding:0 !important;
}
.breadcumb-inner ul, .breadcumb-inner li, .breadcumb-inner li a {
color: #fff;
} .kc_tabs_nav > .ui-tabs-active > a, .kc_tabs_nav > li:hover, .kc_tabs_nav > li > a:hover {
background-color: #f00 !important;
color: #fff !important;
}
.kc_tabs > .kc_wrapper > .kc_tabs_nav {
background: transparent !important;
}
.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
height: inherit !important;
background: transparent !important;
}
.kc_wrapper > ul.ui-tabs-nav > li {
overflow: hidden;
border: 1px solid #ddd !important;
margin-right: 10px;
}
.ui-tabs-active {
border-color: transparent !important;
}
.kc_tabs_nav ~ .kc_tab .kc_tab_content {
padding: 0 !important;
margin-top: 30px !important;
}
.about-list ul {
padding-left: 17px;
list-style: square;
}
.about_lists {
list-style: none;
display: flex;
}
.about_lists li {
display: block;
font-weight: 500;
font-size: 16px;
color: #666;
width: 50%;
margin-bottom: 15px;
}
.about_lists li i {
margin-right: 10px;
color: #f1d05e;
} .circle-progress {
display: inline-block;
position: relative;
}
.circle-progress h2 {
text-align: left;
font-size: 18px;
display: inline-block;
position: relative;
left: 20px;
line-height: 27px;
}
.progress {
width: 100px!important;
height: 100px!important;
line-height: 150px;
margin: 0;
box-shadow: none;
display: inline-block;
position: relative;
background: transparent!important;
}
.progress:after {
content: "";
width: 90%;
height: 90%;
border-radius: 50%;
border: 6px solid #eee;
position: absolute;
top: 0;
left: 0;
}
.progress > span {
width: 50%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 1;
}
.progress .progress-left {
left: 0;
}
.progress .progress-bar {
width: 90%;
height: 90%;
background: none;
border-width: 6px;
border-style: solid;
position: absolute;
top: 0;
border-color: #FF3D00;
}
.progress .progress-left .progress-bar {
left: 91%;
border-top-right-radius: 75px;
border-bottom-right-radius: 75px;
border-left: 0;
-webkit-transform-origin: center left;
transform-origin: center left;
}
.progress .progress-right {
right: 0;
}
.progress .progress-right .progress-bar {
left: -96%;
border-top-left-radius: 75px;
border-bottom-left-radius: 75px;
border-right: 0;
-webkit-transform-origin: center right;
transform-origin: center right;
}
.progress .progress-value {
display: flex;
border-radius: 50%;
font-size: 20px;
text-align: center;
line-height: 20px;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
font-weight: 600;
color: #232323;
}
.progress .progress-value span {
font-size: 18px;
text-transform: uppercase;
} .progress[data-percentage="10"] .progress-right .progress-bar {
animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
animation: 0;
}
.progress[data-percentage="20"] .progress-right .progress-bar {
animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
animation: 0;
}
.progress[data-percentage="30"] .progress-right .progress-bar {
animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
animation: 0;
}
.progress[data-percentage="40"] .progress-right .progress-bar {
animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
animation: 0;
}
.progress[data-percentage="50"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
animation: 0;
}
.progress[data-percentage="60"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
animation: loading-1 1.5s linear forwards 1.5s;
}
.progress[data-percentage="70"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
animation: loading-2 1.5s linear forwards 1.5s;
}
.progress[data-percentage="80"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
animation: loading-3 1.5s linear forwards 1.5s;
}
.progress[data-percentage="90"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
animation: loading-4 1.5s linear forwards 1.5s;
}
.progress[data-percentage="100"] .progress-right .progress-bar {
animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
animation: loading-5 1.5s linear forwards 1.5s;
}
@keyframes loading-1 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(36);
transform: rotate(36deg);
}
}
@keyframes loading-2 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(72);
transform: rotate(72deg);
}
}
@keyframes loading-3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(108);
transform: rotate(108deg);
}
}
@keyframes loading-4 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(144);
transform: rotate(144deg);
}
}
@keyframes loading-5 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(180);
transform: rotate(180deg);
}
} rs-layer#slider-2-slide-5-layer-13 a i {
color: #f1d05e!important;
border: none!important;
}
rs-layer#slider-2-slide-5-layer-13 a{
color: #f1d05e!important;
border: none!important;
}
rs-layer#slider-2-slide-5-layer-13 a.video-vemo-icon.venobox.vbox-item a  {
border: none!important;
}
rs-layer#slider-2-slide-5-layer-13 a.video-vemo-icon.venobox.vbox-item a i {
border: none!important;
} .my-accordion {
padding: 0;
margin: 0;
}
ul.my-accordion li a.active {
background: #ff3b00;
padding: 14px 40px 13px 56px;
color: #fff;
font-size: 16px;
font-weight: 600;
font-family: 'Fira Sans', sans-serif;
border-color: #ff3b00;
border-radius: 30px;
}
.my-accordion li {
list-style: none;
box-shadow: none;
border-radius: 0;
padding: 0;
margin-bottom: 24px;
position: relative;
}
.my-accordion li:before {
position: absolute;
content: "";
top: 16px;
left: 20px;
height: 20px;
width: 25px;
background: url(https://itsoft.dreamitsolution.net/wp-content/uploads/2022/08/question.png);
background-repeat: no-repeat;
z-index: 1;
}
.my-accordion li a {
position: relative;
display: block;
font-size: 17px;
outline: 0;
font-weight: 600;
border: none;
cursor: pointer;
color: #fff;
transition: .3s;
margin-left: 0;
border: 1px solid#626065;
padding: 14px 20px 14px 52px;
border-radius: 30px;
}
.my-accordion li a::before {
content: '';
position: absolute;
right: 20px;
top: 12px;
width: 29px;
height: 29px;
line-height: 33px;
border-radius: 50%;
background: #383842;
box-shadow: none;
border: 1px solid#626065;
}
.my-accordion li a.active::before {
width: 30px;
right: 20px;
height: 30px;
background: #fff;
top: 12px;
}
.my-accordion li a::after {
content: "\f067";
font-family: "Font Awesome 5 Free";
position: absolute;
right: 30px;
top: 18px;
font-size: 12px;
color: #fff;
}
.my-accordion li a.active::after {
content: "\f068";
right: 31px;
top: 18px;
color: #ff3b00;
z-index: 99999;
}
.my-accordion p {
display: none;
margin: 19px 0 11px 21px;
line-height: 28px;
color: #fff;
opacity: 0.7;
} .my-accordion.style2 li a {
border-radius: 0;
}
ul.my-accordion.style2 li a.active {
border-radius: 0;
} .secoundhand-faq .my-accordion p {
color: #232323;
opacity: 0.9;
}
.secoundhand-faq .my-accordion li a {
color: #232323;
}
.secoundhand-faq .my-accordion li:before {
filter: brightness(0) invert(0);
}
.secoundhand-faq ul.my-accordion li a.active .my-accordion li:before{
filter: brightness(0) invert(1);
} .classic-it-service .message-box-wrap {
font-size: 18px !important;
background: #fff !important;
border-radius: 0 30px 30px 30px !important;
transition: .5s;
box-shadow: 0 10px 29.7px 0.3px rgba(225,225,225,.64) !important;
padding: 15px;
color: #232323 !important;
margin-bottom: 20px;
border: 0;
}
.classic-it-service .message-box-wrap:hover{
background: #f1d05e !important;
color:#fff !important;
}
.classic-it-service .message-box-wrap i {
font-size: 20px !important;
color: #fff !important;
background: #f1d05e;
height: 56px;
width: 56px;
margin-top: -15px;
text-align: center;
line-height: 56px;
margin-left: -20px;
border-radius: 0 30px 30px;
}
.slider-video-icon span a {
display: none !important;
}  .em-hero-slider {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
height: auto;
position: relative;
z-index: 0;
}
.hero-single-slide .container {
z-index: 9;
}
.hero-single-slide {
min-height: 787px;
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
overflow: hidden;
}
.hero-single-slide.hero-style-three {
min-height: 725px;
}
.hero-single-slide.hero-style-five.hero-style-seven,
.hero-single-slide.hero-style-two{
min-height: 743px;
}
.hero-single-slide.hero-style-six{
min-height: 800px;
}
.hero-single-slide.hero-style-two{
min-height:630px;
}
.hero-single-slide.hero-style-five{
position:relative;
z-index:1;
}
.hero-single-slide.hero-style-five:after {
content: "";
position: absolute;
z-index: -1;
width: 100%;
height: 175%;
bottom: 0;
background-image: url(//mieszkanie24.pl/wp-content/themes/itsoft/assets/images/slider_bg-hero.png);
background-repeat: no-repeat;
background-size: cover;
}
.hero-single-slide.hero-style-five:before{
display:none;
}
.hero-content-left {
padding-right: 20px !important;
}
.hero-single-slide:before {
position: absolute;
content: '';
background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85), rgba(150, 41, 230, 0.95));
width: 100%;
height: 100%;
top: 0;
left: 0;
} 
.hero-style-two.single-slide:before {
display:none;
}
.hero-content-left h1 {
font-size: 44px;
margin-bottom: 0;
margin-top: 0;
font-weight: 700;
}
.hero-content-left h2 {
font-size: 44px;
font-weight: 500;
margin-bottom: 20px;
margin-top: 0;
}
.hero-style-six .hero-content-left {
padding-right: 0;
margin-top: -112px;
}
.hero-animation-img {
position: relative;
display: block;
width: 100%;
}
.hero-single-slide.hero-style-three .hero-animation-img {
margin-top: -60px;
}
.bottom-img {
position: absolute;
bottom: -8px;
width: 100%;
}
.hero-single-slide.hero-style-five.bottom-img {
bottom: -10px;
}
.bottom-img img{
width:100%;
}
.hero-style-two .app-store-btn {
border-radius: 30px;
color: #fff;
border: 2px solid #6730e3;
background: #6730e3;
font-weight: 500;
}
.hero-style-two .app-store-btn:hover{
background: transparent;
color: #6730e3;
}
.shape-image {
position: absolute;
width: 100%;
height: auto;
bottom: 76px;
z-index: 0;
left: 268px;
overflow: hidden;
background-size: cover;
right: 0;
}
.hero-single-slide .slider-video-icon {
margin-left: 10px;
} .animation-one {
-webkit-animation: move-one 7s ease-in-out infinite;
animation: move-one 7s ease-in-out infinite;
}
@keyframes move-one {
0% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
50% {
-webkit-transform: translateX(0) translateY(-5px);
transform: translateX(0) translateY(-5px)
}
100% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
}
@-webkit-keyframes move-one {
0% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
50% {
-webkit-transform: translateX(0) translateY(-5px);
transform: translateX(0) translateY(-5px)
}
100% {
-webkit-transform: translateX(0) translateY(5px);
transform: translateX(0) translateY(5px)
}
}
.animation-two {
position: absolute;
bottom: -10px;
-webkit-animation: move-two 8s ease-in-out infinite;
animation: move-two 8s ease-in-out infinite;
}
@-webkit-keyframes move-two {
0% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-25px) translateY(-205px);
transform: translateX(-25px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
}
@keyframes move-two {
0% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-25px) translateY(-205px);
transform: translateX(-25px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-25px) translateY(-225px);
transform: translateX(-25px) translateY(-225px)
}
}
.animation-three {
position: absolute;
-webkit-animation: move-three 9s ease-in-out infinite;
animation: move-three 9s ease-in-out infinite
}
@-webkit-keyframes move-three {
0% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-45px) translateY(-205px);
transform: translateX(-45px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
}
@keyframes move-three {
0% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
50% {
-webkit-transform: translateX(-45px) translateY(-205px);
transform: translateX(-45px) translateY(-205px)
}
100% {
-webkit-transform: translateX(-45px) translateY(-225px);
transform: translateX(-45px) translateY(-225px)
}
}
.animation-four {
position: absolute;
-webkit-animation: move-four 6s ease-in-out infinite;
animation: move-four 6s ease-in-out infinite
}
.animation-new{
position: absolute;
bottom: 10px;
}
@-webkit-keyframes move-four {
0% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
50% {
-webkit-transform: translateX(330px) translateY(-240px);
transform: translateX(330px) translateY(-240px)
}
100% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
}
@keyframes move-four {
0% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
50% {
-webkit-transform: translateX(330px) translateY(-240px);
transform: translateX(330px) translateY(-240px)
}
100% {
-webkit-transform: translateX(330px) translateY(-215px);
transform: translateX(330px) translateY(-215px)
}
}
.circles {
overflow: hidden;
width: 100%;
position: absolute;
height: 1200px;
}
.point {
border-radius: 50%;
z-index: 999;
position: absolute;
}
.animated-point-1 {
background-color: red;
height: 12px;
width: 12px;
position: relative;
-webkit-animation-name: p1;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
animation-name: p1;
animation-duration: 80s;
animation-iteration-count: infinite;
}
.animated-point-2 {
background-color: green;
height: 15px;
width: 15px;
position: relative;
-webkit-animation-name: p2;
-webkit-animation-duration: 90s;
-webkit-animation-iteration-count: infinite;
animation-name: p2;
animation-duration: 90s;
animation-iteration-count: infinite
}
.animated-point-3 {
background-color: orange;
height: 8px;
width: 8px;
position: relative;
-webkit-animation-name: p3;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
animation-name: p3;
animation-duration: 80s;
animation-iteration-count: infinite
}
.animated-point-4 {
background-color: pink;
height: 10px;
width: 10px;
position: relative;
-webkit-animation-name: p4;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
animation-name: p4;
animation-duration: 80s;
animation-iteration-count: infinite
}
.animated-point-5 {
background-color: #ffc64c;
height: 12px;
width: 12px;
position: relative;
-webkit-animation-name: p5;
-webkit-animation-duration: 50s;
-webkit-animation-iteration-count: infinite;
animation-name: p5;
animation-duration: 50s;
animation-iteration-count: infinite
}
.animated-point-6 {
background-color: #ffc64c;
height: 10px;
width: 10px;
position: relative;
-webkit-animation-name: p6;
-webkit-animation-duration: 70s;
-webkit-animation-iteration-count: infinite;
animation-name: p6;
animation-duration: 70s;
animation-iteration-count: infinite
}
.animated-point-7 {
background-color: orange;
height: 14px;
width: 14px;
position: relative;
-webkit-animation-name: p7;
-webkit-animation-duration: 70s;
-webkit-animation-iteration-count: infinite;
animation-name: p7;
animation-duration: 70s;
animation-iteration-count: infinite
}
.animated-point-8 {
background-color: purple;
height: 8px;
width: 8px;
position: relative;
-webkit-animation-name: p8;
-webkit-animation-duration: 50s;
-webkit-animation-iteration-count: infinite;
animation-name: p8;
animation-duration: 50s;
animation-iteration-count: infinite
}
.animated-point-9 {
background-color: purple;
height: 12px;
width: 12px;
position: relative;
-webkit-animation-name: p9;
-webkit-animation-duration: 100s;
-webkit-animation-iteration-count: infinite;
animation-name: p9;
animation-duration: 100s;
animation-iteration-count: infinite
} @-webkit-keyframes p1 {
0% {
left: 0px;
top: 0px
}
50% {
left: 0;
top: 800px
}
100% {
left: 0px;
top: 0px
}
}
@keyframes p1 {
0% {
left: 800px;
top: 0px
}
50% {
left: 0px;
top: 800px
}
100% {
left: 800px;
top: 0px
}
}
@-webkit-keyframes p2 {
0% {
left: 0;
top: 100px
}
50% {
left: 0;
top: 800px
}
100% {
left: 0;
top: 100px
}
}
@keyframes p2 {
0% {
left: 0;
top: 100px
}
50% {
left: 0px;
top: 800px
}
100% {
left: 0;
top: 100px
}
}
@-webkit-keyframes p3 {
0% {
left: 300px;
top: 900px
}
50% {
left: 500px;
top: 0px
}
100% {
left: 300px;
top: 900px
}
}
@keyframes p3 {
0% {
left: 300px;
top: 900px
}
50% {
left: 500px;
top: 0px
}
100% {
left: 300px;
top: 900px
}
}
@-webkit-keyframes p4 {
0% {
left: 1000px;
top: 500px
}
50% {
left: 00px;
top: 500px
}
100% {
left: 1000px;
top: 500px
}
}
@keyframes p4 {
0% {
left: 1000px;
top: 500px
}
50% {
left: 0px;
top: 500px
}
100% {
left: 1000px;
top: 500px
}
}
@-webkit-keyframes p5 {
0% {
left: 500px;
top: 1000px
}
50% {
left: 50%;
top: 0px
}
100% {
left: 500px;
top: 1000px
}
}
@keyframes p5 {
0% {
left: 500px;
top: 1000px
}
50% {
left: 50%;
top: 0px
}
100% {
left: 500px;
top: 1000px
}
}
@-webkit-keyframes p6 {
0% {
left: 500px;
top: 200px
}
50% {
left: 50%;
top: 70%
}
100% {
left: 500px;
top: 200px
}
}
@keyframes p6 {
0% {
left: 500px;
top: 200px
}
50% {
left: 50%;
top: 70%
}
100% {
left: 500px;
top: 200px
}
}
@-webkit-keyframes p7 {
0% {
left: 50px;
top: 10%
}
50% {
left: 50%;
top: 10%
}
100% {
left: 50px;
top: 10%
}
}
@keyframes p7 {
0% {
left: 50px;
top: 10%
}
50% {
left: 50%;
top: 10%
}
100% {
left: 50px;
top: 10%
}
}
@-webkit-keyframes p8 {
0% {
left: 0;
top: 20%
}
50% {
left: 50%;
top: 20%
}
100% {
left: 0;
top: 20%
}
}
@keyframes p8 {
0% {
left: 0;
top: 20%
}
50% {
left: 50%;
top: 20%
}
100% {
left: 0;
top: 20%
}
}
@-webkit-keyframes p9 {
0% {
left: 1000px;
top: 100px
}
50% {
left: 500px;
top: 950px
}
100% {
left: 1000px;
top: 100px
}
}
@keyframes p9 {
0% {
left: 1000px;
top: 100px
}
50% {
left: 500px;
top: 950px
}
100% {
left: 1000px;
top: 100px
}
}
@media (min-width: 1024px) and (max-width: 1600px) {
#service-bg .kc_col-sm-5 {
padding-left: 95px !important;
}
}
.mobile-menu.trp_nav_area {
padding: 0;
}
.mobile-menu.trp_nav_area.hbg2 {
background: inherit;
padding: 0;
}
.mobile_logo_area {
display: none !important;
} .about-section-thumb {
position: relative;
z-index: 1;
right: 20px;
} .about-section-thumb .section-img {
position: absolute;
z-index: -1;
}
.about-section-thumb .section-img.shape1 {
top: 25%;
right: 9px;
z-index: 2;
}
.about-section-thumb .section-img.shape3 {
top: 7%;
right: 32px;
z-index: 2;
}
.about-section-thumb .section-img.shape2 {
right: 62px;
top: 39%;
z-index: 2;
}
.about-section-thumb .section-img.shape5 {
top: 0;
left: 0;
animation: moveLeftBounce 2s linear infinite;
}
.about-section-thumb .section-img.shape4 {
top: 15px;
right: 35px;
animation: moveLeftBounce 2s linear infinite;
}
.about-section-thumb .section-img.shape6 {
right: -76%;
bottom: -12px;
animation: moveLeftBounce 2s linear infinite;
}
.about-section-thumb .section-img.shape7 {
top: 14%;
left: 41%;
}
.bounce-animate {
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.bounce-animate2 {
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob2;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.bounce-animate3 {
animation-name: float-bob3;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.bounce-animate4 {
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob4;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.bounce-animate5 {
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob5;
-ms-animation-duration: 6s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
}
@-webkit-keyframes float-bob2 {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
50% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
}
@-webkit-keyframes float-bob3 {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
}
@-webkit-keyframes float-bob4 {
0% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
}
@-webkit-keyframes float-bob5 {
0% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
}
@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
@keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
} .skill-single-box {
position: relative;
z-index: 1;
}
.skill-thumb {
position: relative;
z-index: 1;
left: 33%;
}
.skill-img {
position: absolute;
z-index: -1;
}
.skill-img.shape1 {
right: 60px;
top: 25%;
}
.skill-img.shape-3 {
left: -70px;
top: 7px;
animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-4 {
left: 20px;
bottom: -60px;
z-index: 2;
}
.skill-img.shape-5 {
bottom: -30px;
right: 45px;
z-index: 2;
}
.skill-img.shape-6 {
top: 105px;
left: 12%;
}
.skill-img.shape-7 {
top: -30px;
left: 125px;
animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-1 {
top: 73px;
right: 86px;
}
.skill-img.shape-2 {
bottom: -22px;
right: 33px;
z-index: 2;
animation: moveLeftBounce 2s linear infinite;
}
.skill-img.shape-8 {
left: -60px;
bottom: -114px;
}
.menu-social-menu-container {
margin-top: -20px;
} #mega-menu-wrap-menu-1 {
display: inline-block !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 772px;
}
ul.mega-sub-menu {
box-shadow: 0 0 4px rgb(0 0 0 / 10%) !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
box-shadow: 0 0 5px rgba(0,0,0,0.10);
padding:30px 15px 30px 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 1074px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
left: -307px;
}
.transprent-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
color: #fff;
}
.transprent-menu .hbg2 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
color: #232323;
}
.transprent-menu .prefix #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
color: #232323;
}
.header-new-style-01 .row.logo-left.align-items-center {
background: #fff;
border-radius: 0 0 5px 5px;
padding: 0 15px;
} .sidebar {
display: inline-block;
cursor: pointer;
text-align: right;
font-size: 30px;
margin-left: 8px;
top: 4px;
position: relative;
}
.nav-btn.navSidebar-button i {
color: #f1d05e;
}
.xs-sidebar-group .dt-overlay {
left: 100%;
top: 0;
position: fixed;
z-index: 101;
height: 100%;
opacity: 0;
width: 100%; -webkit-transition: all 0.4s ease-in 0.8s;
-o-transition: all 0.4s ease-in 0.8s;
transition: all 0.4s ease-in 0.8s;
}
.xs-sidebar-group .widget-top {
position: absolute;
top: 0;
right: 0;
padding: 25px;
}
.dt-sidebar-widget {
position: fixed;
right: -100%;
top: 0;
bottom: 0;
width: 100%;
max-width: 360px;
z-index: 999999;
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
background-color: #fff;
-webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
-o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
visibility: hidden;
opacity: 0;
}
.xs-sidebar-group.isActive .dt-overlay {
opacity: 0.9;
visibility: visible;
-webkit-transition: all 0.8s ease-out 0s;
-o-transition: all 0.8s ease-out 0s;
transition: all 0.8s ease-out 0s;
left: 0;
}
.xs-sidebar-group.isActive .dt-sidebar-widget{
opacity: 1;
visibility: visible;
right: 0;
-webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
-o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
padding: 39px;
}
.close-side-widget {
color: #1768dd;
font-size: rem(15px);
display: block;
}
.sidebar-container {
position: relative;
top: 150px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in 0.3s;
-o-transition: all 0.3s ease-in 0.3s;
transition: all 0.3s ease-in 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-container {
top: 0px;
opacity: 1;
visibility: visible;
-webkit-transition: all 1s ease-out 1.2s;
-o-transition: all 1s ease-out 1.2s;
transition: all 1s ease-out 1.2s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.dt-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0.5;
z-index: 0;
}
.bt-black {
background: rgb(22,22,23,0.5)!important;
}
.close {
color: #161617;
opacity: .9;
}
.content-text p {
margin: 32px 0 53px;
} .social-icon ul li {
display: inline-block;
margin-right: 6px;
}
.social-icon ul li a {
height: 41px;
width: 41px;
line-height: 41px;
text-align: center;
background: #2B4868;
display: inline-block;
transition: .5s;
border-radius: 100%;
color: #fff;
position: relative;
z-index:1;
overflow: hidden;
}
.social-icon ul li a:after{
position: absolute;
content:"";
top:0;
right:0;
height:100%;
width:0;
transition:.5s;
background:#37A3FE;
z-index: -1;
border-radius:100%;
}
.social-icon ul li a:hover:after{
left:0;
width:100%;
}
.location-icon {
margin-right: 17px;
}
.location-icon i {
color: #37A3FE;
font-size: 25px;
}
.location-content-text p {
font-family: 'Inter';
color: #fff;
}
.location-title h2 {
font-size: 30px;
margin: 0 0 17px;
}
nav.wp-calendar-nav {
display: none;
}
.sidebar-logo .main_sticky_l {
display: none;
}
.sidebar-contact-info ul li {
list-style: none;
}
.sidebar-social-icon {
margin-top: 19px;
}
.sidebar-social-icon ul li {
display: inline-block;
margin: 0 13px 0 0;
}
.sidebar-social-icon ul li a{
display: inline-block;
color: #161617;
}
.sidebar-title h2 {
margin: 32px 0 26px;
font-weight: 700;
font-size: 28px;
letter-spacing: 1px;
}
.sidebar-contact-info h2 {
font-size: 28px;
margin: 0 0 26px;
}
.sidebar-contact-info ul li {
margin: 0 0 12px;
} #video-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 693px;
width: 100%;
border: 3px solid var(--brown);
border-radius: 5px;
position: relative;
cursor: none;
max-width: 100%;
}
#play-button {
position: absolute;
border: 3px solid var(--brown);
border-radius: 100px;
width: 120px;
height: 120px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: var(--cream);
opacity: 1;
cursor: none;
}
.play-video-btn i {
background: #fff;
display: inline-block;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
border-radius: 50%;
} .element .my-accordion li:before {
display:none;
}
.element .my-accordion li a.active {
padding: 14px 40px 13px 30px;
}
.element .my-accordion.style3 li a {
padding: 14px 20px 14px 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
margin: 0 0 0 2px !important;
}@media (min-width: 1280px) and (max-width: 1600px) {
.itsoft_menu > ul > li > a {
margin: 30px 9px;
}
.about_choose_us {
background: #2d2d2d;
padding: 41px 50px 0px 178px !important;
}
#team::before {
right: inherit;
z-index: -1;
left: -10px;
bottom: 0 !important;
top: inherit;
}
.em-service.service-style-two {
padding: 35px 15px 43px;
}
.text-right .slider-single-image {
left: 2% !important;
}
}
@media (min-width: 1280px) and (max-width: 1439px) {
.em-nivo-slider-wrapper .nivo-directionNav {
display: none;
}
.single-video {
position: relative;
text-align: center;
margin-left: 115px;
}
.slick-style-two .slider-single-image {
right: 1%;
}
.slick-style-two .slider-single-image img {
width: 69%;
}
.slick-style-two .slider-single-image {
right: -16%;
top: 282px;
}
.slider_circle_img.rotateme {
right: -220px;
top: 0;
}
} @media (min-width: 1170px) and (max-width: 1366px) {
.banner-content p {
width: 70%;
}
.banner-slick.banner-content.banner-content p {
width: 50%;
}
.donate-btn-header {
margin-left: 16px;
}
.em-slider-descript {
width: 65%;
margin-bottom: 15px;
}
.em-slider-sub-title {
font-size: 60px;
}
.itsoft-blog-meta-left a, .itsoft-blog-meta-left span {
font-size: 14px;
}
.blog-page-title > h2 {
font-size: 20px;
}
.itsoft_menu > ul > li > a {
margin: 30px 6px;
}
.footer-middle .recent-post-text h4 a {
font-size: 16px;
}
.footer-middle .recent-post-text .rcomment {
font-size: 11px;
}
.single-video {
margin-left: 0;
}
.single-video .layer-2 {
top: -43% !important;
left: 57% !important;
}
.single-video .layer-4 { right: 11px;
}
.single-video .layer-3 {
left: -7% !important;
}
.single-video .layer-1 {
top: -30% !important;
left: -59px !important;
}
.slick-style-two .slider-single-image {
right: -16%;
top: 282px;
}
.slick-style-two .slider-single-image img {
width: 69%;
}
.slider_circle_img.rotateme {
right: -220px;
top: 0;
}
.about_choose_us {
background: #2d2d2d;
padding: 41px 50px 0px 76px !important;
}
#team::before {
right: inherit;
z-index: -1;
left: -10px;
bottom: 0 !important;
top: inherit;
}
.section-title h2 {
font-size: 39px;
}
.em-slick-slider-new .slick-prev {
left: 7px;
}
.em-slick-slider-new .slick-next {
right: 7px;
}
.banner-slick.banner-content h1,
.banner-slick.banner-content h3 {
font-size: 60px !important;
}
.portfolio_info {
padding-top: 0;
}
.effective-content p {
width: 86%;
}
.itsoft-blog-meta-left {
margin: 0 5px;
}
.itsoft-header-top::after {
left: -12px;
width: 60%;
}
.text-right .slider-single-image {
left: -177px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
left: -267px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 933px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
font-size: 15px !important;
}
} @media (min-width: 992px) and (max-width: 1169px) {
.itsoft-header-top::after {
left: -12px;
width: 62%;
}
#scrollUp {
right: 50px;
}
.style10 .section-title.t_left h5:before {
left: -50px;
}
.em-slider-sub-title {
font-size: 50px;
}
.portfolio_info {
padding-left: 30px;
padding-top: 0;
}
.single_protfolio:hover .prot_content {
bottom: 18px;
}
.em-slider-descript {
width: 65%;
margin-bottom: 10px;
}
.tr-btn-search .trp_nav_area {
padding: 25px 20px;
}
.price_item span {
font-size: 45px;
}
.menu-height-space {
height: 0;
}
.slick-style-two .slider-single-image {
position: absolute;
top: 222px;
right: -19%;
z-index: 999;
}
.slick-style-two .slider-single-image img {
width: 73%;
opacity: 1;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
left: 5px;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
left: auto;
right: 5px;
}
.em-nivo-slider-wrapper .nivo-directionNav {
display: none;
}
.curosel-style .owl-nav div {
left: 15px;
}
.curosel-style .owl-nav .owl-next {
left: auto;
right: 15px;
}
.banner-content p {
width: 58%;
}	
.style_two .em_content_text h2 {
font-size: 24px;
font-weight: 700;
margin-bottom: 27px;
}
.banner-content p {
width: 96%;
}
.em-blog-content-area_adn {
padding: 26px 13px 34px !important;
}
.style_three .em_content_text h2 {
font-size: 25px;
}			
.em-nivo-slider-wrapper .nivo-controlNav {
display: none;
}
.em_content_text h2 {
font-size: 17px !important;
}
.em-service2 .em-service-title h2 {
font-size: 18px;
}
.banner-slick.banner-content.banner-content p {
width: 60%;
}
a.dtbtn {
margin-left: 15px;
}
.itsoft_menu > ul > li > a {
font-size: 14px;
}
.blog-page-title > h2 {
font-size: 20px;
}
.single-video h3 {
font-size: 32px;
}
.itsoft-blog-thumb_adn {
float: none;
}
.itsoft-blog-thumb_adn img {
width: 100%;
}
.itsoft_menu.main-search-menu > ul, .em-quearys-top.msin-menu-search {
display: inline-block;
margin-right: 0;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
margin-left: 0;
}
.default-style .em_content_text {
padding: 0;
}
.em-feature:hover .em_content_text {
bottom: 26px;
}
.mailchim-form {
padding-left: 26px !important;
padding-right: 49px !important;
}
.single-video {
margin-left: 0;
}
.single-video .layer-2 {
top: -43% !important;
left: 57% !important;
}
.single-video .layer-4 { right: 11px;
}
.single-video .layer-3 {
left: -7% !important;
}
.single-video .layer-1 {
top: -30% !important;
left: -59px !important;
}
.em-service-title h2 {
font-size: 22px;
}
.about_choose_us {
background: #2d2d2d;
padding: 41px 40px 0px 50px !important;
}
.about_choose_us .section-title h2 {
font-size: 35px;
}
.front h3,
.back h3 {
font-size: 20px !important;
}
.third_block {
display: block !important;
}
.mailchim-form-inner {
margin: auto !important;
}
.footer-middle .recent-post-text .rcomment {
font-size: 12px;
}
.footer-middle .recent-post-text h4 a {
font-size: 15px;
}
.footer-widget.address, .footer-widget.address p {
font-size: 15px;
color: #f4f6fe;
}
.em-slick-slider-new .slick-prev,
.em-slick-slider-new .slick-next {
display: none !important;
}
.slider-style-four .slider-video-icon {
right: 13%;
}
.curosel-style .owl-nav .owl-prev {
left: 15px;
}
.curosel-style .owl-nav .owl-next {
right: 15px;
}
.itsoft_menu > ul > li > a {
margin: 30px 8px;
}
.em-quearys-menu i {
margin-left: 5px !important;
display: inline-block;
}
.case_default .em-cases-study-title h2 a {
font-size: 22px;
}
.effective-content p {
width: 86%;
}
.em-feature.style-three {
padding: 50px 15px;
}
.heading_title {
font-size: 31px;
}
.donate-btn-header {
margin-left: 0;
}
.title_tx h2, .title_tx h3 {
font-size: 30px;
}
.section-title h3, .section-title h2 {
font-size: 30px !important;
}
.apointment-form-title h2 {
font-size: 22px;
}
.counter_title h4 {
font-size: 18px;
}
.itsoft-blog-meta-left {
margin: 0;
}
#service-bg::before {
height: 140px;
top: -78px;
}
.em_work_progress-title h2 {
font-size: 18px;
}
.text-right .slider-single-image {
left: -176px;
}
.kc_tabs_nav > li > a, .nav-pills > li > a {
padding-left:24px !important;
padding-right:24px !important;
}
.slider-single-image img {
width: 550px !important;
}
.call-to-action-desc {
width: 50% !important;
}
.slider-single-image {
right: 0% !important;
}
.service-box.style-five {
padding: 0 0;
}
.team-grid-style1 .team-item .team-content .member-desc h3 a {
font-size: 18px !important;
}
.team-grid-style1 .team-item .team-content .member-desc h3 {
line-height: 23px !important;
}
.team-grid-style1 .team-item .team-content {
width: 92% !important;
}
.elementor-text-editor.elementor-clearfix p {
font-size: 14px!important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
left: -267px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
width: 933px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
font-size: 15px !important;
padding: 0 5px 0 5px;
}
.service_left_box.one .service-box.style18 {
left:0;
}
.service_right_box.two .service-box.style18 {
left: 15px;
}
.service_right_box .service-box.style18 {
position: relative;
left: 15px;
}
.blog_style_adn_2.style6 .em-cases-study-content {
padding: 24px 22px 21px;
width: 97%;
border-radius: 10px;
}
.team.style4 .image img{
width: 100%;
}
.service-box.style20 {
margin: 0;
}
} @media (min-width: 992px) and (max-width: 1920px) {
.em-nivo-slider-wrapper .nivo-controlNav {
display: none;
}
} @media (min-width: 992px) and (max-width: 1024px) {
.single_testimonial.style12 .testi_content {
padding: 39px 0 40px 0;
}
} @media (min-width: 840px) and (max-width: 850px) {
.em_slider_inner {
left: 0;
}
.single_testimonial.style12 .testi_content {
padding: 39px 0 40px 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.kc_col-sm-4,
.kc_col-sm-3 {
width: 50% !important;
}
#scrollUp {
right: 40px;
}
.single_testimonial.style12 .testi_content {
padding: 25px 20px 28px 0;
}
.service-box.style25 {
margin: 0 0 10px 0;
}
.call-to-action-desc {
width: 50% !important;
}
.kc_accordion_header > a {
font-size: 14px !important;
}
.em_work_progress-number::before {
display: none;
}
.slider-style-four .slider-video-icon {
right: 13%;
top: 26%;
}
.banner-slider-content p {
width: 85%;
color: #d5c6c6;
}
.breadcumb-area {
padding: 125px 0 143px;
}
.service_details .kc_col-sm-8{
width: 60% !important;
}
.service_details .kc_col-sm-4{
width: 40% !important;
}
.service_details .kc_tabs_nav > li > a, .service_details .nav-pills > li > a {
padding: 0 10px;
}
.slider_circle_img.rotateme {
right: -320px;
top: 0;
}
.srv-dtl-inner .kc_col-sm-6 {
width: 100% !important;
}
.author.mt-120 p {
font-size: 16px;
overflow: hidden;
}
.em-slider-sub-title {
font-size: 45px;
}
.em-slider-title {
font-size: 20px;
margin: 0 0 10px;
}
.em-nivo-slider-wrapper .nivo-directionNav a {
display: none;
}
.em-slider-descript {
width: 80%;
display: none;
}
.em-button-button-area a {
margin-top: 20px;
}
.footer-top-inner p {
width: 78%;
} .menu-height-space {
height: 0;
}
.banner-content p {
width: 85%;
}
.curosel-style .owl-nav div {
left: 15px;
}
.curosel-style .owl-nav .owl-next {
left: auto;
right: 15px;
}
.portfolio_nav ul li {
padding: 14px 13px;
}
.call-to-action-title h2,
.call-to-action-title h2 span{
font-size: 35px;
}
.mean-container .mean-bar::before {
top: 15px;
}
.title_in_area {
width: 100%;
}
.em-call-to-video h3 {
margin-top: 10px;
font-size: 18px;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
left: 5px;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
left: auto;
right: 5px;
}
.section-title.t_center {
width: 67%;
}
.em-content-image > img {
width: 100%;
}
.reponsive_full	.cfull.kc_col-sm-6{
width:100% !important;
}	
.reponsive_full	.cfull .slick-slide img{
width:100% !important;
}	
.message_full .kc_col-sm-6{
width:100% !important;
}		
.feature-btn {
margin-top: 30px;
}
.section-title.t_center {
width: 89%;
}	
.banner-slick.banner-content.banner-content p {
width: 83%;
}
.top-address.em-login.text-right {
display: none;
}	
.em_slider_inner {
left: 0;
}
.single-video-content p {
width: 83%;
}
.em-nivo-slider-wrapper .nivo-controlNav {
display: none;
}
.em-slick-slider-new {
z-index: 0;
}
.footer-menu ul li a {
margin-left: 13px;
}
.section-title h3,
.section-title h2 {
font-size: 24px !important;
}
.section-title h5 {
margin: 0 0 25px;
}
blockquote {
padding: 121px 30px 50px 30px;
}
.post-text blockquote::before {
left: 30px;
}
.comments-area .children {
margin-left: 0;
}
.blog-page-title > h2 {
font-size: 24px;
}
.author.mt-120 {
padding: 40px 16px 35px;
}
.em-team-content-image img {
width: 100%;
}
.itsoft-blog-thumb_adn {
float: none;
}
.itsoft-blog-thumb_adn img {
width: 100%;
}
.itsoft-header-top {
display: none;
}
.meta_comments {
display: none !important;
}
.slider-single-image {
display: none;
}
.em-feature-thumb img {
width: 100%;
}
.choose_us .kc_col-sm-6 {
width: 100% !important;
}
.mailchim-form-inner {
padding: 33px 100px 40px;
}
.mailchim-form {
padding-left: 26px !important;
padding-right: 49px !important;
}
.single-video {
margin-left: 0;
}
.itsoft_about2 .kc_col-sm-6 {
width: 100% !important;
}
.single-video .layer-4 {
top: 78% !important;
right: -15px;
}
.single-video .layer-3 {
top: 94% !important;
left: 0% !important;
}
.single-video .layer-2 {
top: -28% !important;
left: 75% !important;
}
.single-video .layer-1 {
top: -24% !important;
left: 0px !important;
}
.nav-pills > li {
margin-right: 9px;
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.20);
box-shadow: 0 0 3px rgba(0,0,0,0.20);
}
.nav-pills > li > a {
font-size: 14px !important;
}
.about_choose_us2.kc_col-sm-6,
.about_choose_us.kc_col-sm-6 {
width: 100% !important;
}
.single-video img {
width: 100%;
}
.portfolio_details {
padding: 40px 15px;
}
.portfolio_info {
padding-left: 0;
}
.recent-post-image {
margin-right: 11px;
}
.mailchim-form-inner {
margin: auto !important;
}
.em-slick-slider-new .slick-prev,
.em-slick-slider-new .slick-next {
display: none !important;
}
.single_protfolio:hover .prot_content {
opacity: 1;
bottom: 11px;
}
.prot_content {
right: 7px;
left: 7px;
}
.prot_content h3 a {
font-size: 19px;
}
#team::before {
display: none;
}
.recent-post-text h4 a {
font-size: 15px;
line-height: 14px;
}
.recent-post-text .rcomment {
color: #616161;
font-size: 13px;
}
.classic-it-service .kc_col-sm-7,
.classic-it-service .kc_col-sm-5{
width: 100% !important;
}
.case_default .em-cases-study-content {
padding: 40px 10px;
top: 72%;
}
.case_default .em-cases-study-title h2 a {
font-size: 19px;
}
.effective-content p {
width: 85%;
}
.heading_number {
float: none;
line-height: 1;
margin-top: 0;
margin-right: 0;
}
.heading_title {
display: block;
}
.main-style.em-team {
margin-bottom: 100px;
}
.process-bg-shape::before {
display: none;
}
.kc_col-sm-2 {
width: 33.33% !important;
}
.pdsr {
padding-top: 50px;
}
.single_pricing.active {
padding: 26px 40px 50px;
transform: translateY(-0);
}
.style-two .em_work_progress-number {
position: absolute;
right: 0;
left: 0;
bottom: 75px;
z-index: 1;
}
.form-area.apppontment-form {
padding: 41px 24px 15px;
}
.itsoft-coaching .kc_col-of-5 {
width: 33% !important;
margin-bottom: 30px !important;
}
.single-page .kc_col-sm-4, .single-page .kc_col-sm-3 ,.single-page .kc_col-sm-8{
width: 100% !important;
}
.title_tx h2, .title_tx h3 {
font-size: 24px;
}
.title_in {
float: none;
padding-right: 0;
margin-right: 0;
padding-bottom: 13px;
}
.counter_icon {
float: none !important;
margin-right: 0 !important;
}
.kc_wrapper > ul.ui-tabs-nav > li {
margin-bottom: 5px;
}
.slider-style-three .slider-video-icon {
right: -137px;
}
.single_counter {
text-align: center;
}
.itsoft-blog-meta-top {
position: absolute;
left: 19px;
bottom: inherit;
top: 10px;
}
.banner-content.text-right {
text-align: left !important;
float: inherit;
}
.form-area.apppontment-form .button {
padding: 14px 10px;
}
.service-box.style-five {
padding: 0 0px !important;
}
.style-five .service-box-title h3 {
font-size: 20px !important;
}
.team-grid-style1 .team-item .team-content .member-desc h3 a {
font-size: 18px !important;
}
.team-grid-style1 .team-item .team-content .member-desc h3 {
line-height: 23px !important;
}
.team-grid-style1 .team-item .team-content {
width: 92% !important;
}
.service-box.style_11 {
margin-bottom: 30px!important;
}
.style-four .section-title.t_center p:before {
display: none!important;
}
.style-four .section-title.t_center p:after {
display: none!important;
}
.rs-team-grid.rs-team.team-grid-style1.itsoft_lite_box {
margin-bottom: 30px!important;
}
.service_left_box.one .service-box.style18 {
left:0px;
}
.service_right_box.two .service-box.style18 {
left: 25px;
}
.service_right_box .service-box.style18 {
position: relative;
left: 25px;
}
.blog_style_adn_2.style6 .em-cases-study-content {
padding: 24px 22px 21px;
width: 97%;
border-radius: 10px;
}
.service-box.style20 {
margin: 0;
}
.team.style4 .image img{
width: 100%;
}
.single_testimonial.style9 {
margin-left: 35px;
}
.single_testimonial.style9 .em_reviews_rating {
display: none;
}
} @media (max-width: 767px) {
.em-slider-descript {
display: none;
}
.main-style.em-team {
margin-bottom: 100px;
}
.form-area.apppontment-form {
padding: 41px 20px 15px;
}
.em-feature-thumb img {
width: 100%;
}
.single_pricing.active {
padding: 26px 40px 50px;
transform: translateY(-0);
}
.single_pricing.style4.active {
padding:42px 0 38px;
transform: translateY(-0);
}
.counter_icon {
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px;
}
.single_counter {
text-align: center;
}
.banner-slider-content {
text-align: center;
}
.classic-it-service .kc_col-sm-7,
.classic-it-service .kc_col-sm-5{
width: 100% !important;
}
.banner-slider-content h1, .banner-slider-content h2 {
color: #fff;
font-size: 30px;
}
.banner-slider-content p {
color: #fff;
width: 77%;
margin: 20px auto 32px;
} .dreamit-slick-slider .text-left .hero-text-wrap .btn-two{
display: none;
} .testimonial_list.style-five .single_testimonial {
width: 100% !important;
padding: 30px 20px 50px 40px !important;
}
.em_work_progress-number::before {
display: none;
}
.em-slider-button {
display: none;
}
.section-title.t_center {
width: 100%;
}
.section-title.t_right {
width: 100%;
}
.em-nivo-slider-wrapper .nivo-controlNav {
bottom: 8px;
}
.slider-style-four .slider-video-icon {
right: 42%;
top: 10%;
}
.about_shape::after {
display: none;
} .top-address {
text-align: center;
}
.social-icons.text-right {
text-align: center;
} .footer-top-inner p {
width: 100%;
}
.footer-menu ul {
margin: 10px 0 0;
text-align: center;
}
.copy-right-text p {
text-align: center;
}
.breadcumb-blog-area {
padding: 30px 0 50px;
} .post_reply ul, .blog-content ul, .single-blog-content ul {
padding-left: 20px;
}
.post_reply ol, .blog-content ol, .single-blog-content ol {
padding-left: 20px;
}
.comments-area .children {
margin-left: 10px;
}
.pdsr {
padding-top: 50px;
}
.pdsl {
padding-bottom: 90px;
}
#wp-calendar {
display: block;
} .itsoft-blog-thumb_adn > a img {
width: 100%;
}
.em-content-image > img {
width: 100%;
}
.kc_video_play.kc_video_wrapper {
overflow: scroll;
}
.form-address-item {
width: 100%;
margin-bottom:30px;
}
.footer-social-icon a i {
font-size: 16px;
height: 35px;
line-height: 35px;
width: 35px;
}
.portfolio_nav ul li {
letter-spacing: 0;
display: block;
}
.menu-height-space {
height: 0;
}
.testimonial_list {
width: 100%;
} .curosel-style .owl-nav div {
left:0;
}
.curosel-style .owl-nav .owl-next {
left: auto;
right: 0;
}
.em-feature-content-image img {
width: 100%;
}
.em-call-to-action-desc {
width: 78%;
}
.call-to-action-title span,
.call-to-action-title h2 {
font-size: 25px !important;
}
.call-to-action .call-to-action-desc {
width: 100%;
}	
.single-video h3 {
font-size: 16px;
padding-top: 0;
display: none;
}
.single_header_address.ctrp {
padding-bottom: 40px;
} .section-title h2, .section-title h3 {
font-size: 22px !important;
}
.section-title h5{
font-size: 14px !important;
}
.title_tx h2, .title_tx h3 {
font-size: 22px;
}
.title_in_area {
width: 100%;
}
.title_in {
float: none;
}
.mean-container .mean-bar::before {
text-transform: uppercase;
top: 15px;
}
.em-feature-title h2 {
margin: 7px 0 15px;
}
.em-feature:hover .em_content_text {
bottom: 25px;
}
.em-nivo-slider-wrapper .nivo-directionNav {
display: none;
}
.curosel-style .owl-nav div {
}
.em_slider_inner.container.text-right, .em_slider_inner.container.text-center, .em_slider_inner.container.text-left {
text-align: center;
}
.footer-middle .widget h2{
margin-top: 10px;
}
.footer-middle {
padding: 70px 0 36px;
}
.pr-title {
margin-bottom: 15px;
}
.page-numbers li {
margin-bottom: 15px;
}
.banner-content p {
width: 98%;
}
.banner-slick.banner-content.banner-content p {
width: 85%;
text-align: center;
margin: auto;
margin-bottom: 20px;
}
.b-batton.active {
display: none;
}
.em_slider_inner {
left: 0;
}
.kc_tabs_nav, .nav-pills {
border-bottom: 0;
padding-top: 29px !important;
}
.kc_tabs_nav > li, .nav-pills > li {
float: none !important;
display: block !important;
line-height: 0;
width: 100%;
}
.nav-pills li i {
padding-top: 12px;
}
.nav-pills > li + li {
margin-left: 0;
}
.tab_pan_content {
padding-left: 0;
padding-top: 30px;
}
a.active-tab-btn {
display: none;
}
.em-slick-slider-new .banner-content {
left: 0; text-align: center !important;
right: 0;
}
.em_testi_text {
width: 90%;
}
.single-video-content h4 {
letter-spacing: 2px;
}
.single-video-content p {
width: 93%;
}
.em-nivo-slider-wrapper .nivo-controlNav {
display: none;
}
.em-slider-title {
font-size: 21px;
}
.em-slick-slider-new {
z-index: 0;
}
.testimonial_list.curosel-style .owl-nav .owl-prev {
display:none;
}
.testimonial_list.curosel-style .owl-nav .owl-next {
display:none;
}
.em-slick-slider-new .single-slide {
height: calc(90vh - 100px);
position: relative;
}
.post-text blockquote::before {
left: 30px;
}
.comments-area .children {
margin-left: 0;
}
.itsoft-single-icon-inner a {
font-size: 14px;
height: 30px;
line-height: 30px;
margin: 0 3px;
width: 30px;
}
.post_replay_inner {
display: block;
}
.post_reply_thumb {
margin-bottom: 15px;
}
.comment-respond {
padding: 23px 6px 40px;
}
.itsoft_btn {
padding: 8px 18px;
}
.textwidget-icon.social-profile li a {
width: 35px;
height: 35px;
line-height: 35px;
}
.itsoft-blog-thumb img {
width: 100%;
}
.author.mt-120 {
padding: 40px 15px 35px;
}
.paginations a, .page-numbers span.current {
width: 38px;
height: 38px;
line-height: 38px;
font-size: 15px;
margin: auto 3px;
}
.footer-menu .social-icon {
width: 45px;
height: 45px;
line-height: 45px;
}
.em-service2.smiddle {
text-align:center;
}
.em-team-content-socials a {
height: 35px;
line-height: 35px;
width: 35px;
}
.countr_text > h1 {
font-size: 40px;
padding-bottom: 0;
}
.countr_text > h3 {
font-size: 40px;
}
.banner-slick.banner-content h3,
.banner-slick.banner-content h2,
.banner-slick.banner-content h1 {
font-size: 32px !important;
}
.banner-content.banner-slick.text-center h4 {
font-size: 15px;
}
.em-slick-slider-new .single-slide {
height: 500px;
position: relative;
}
.banner-content h2 {
font-size: 20px;
}
.banner-area {
height: 715px;
}
.banner-area.em-slick-slider-new {
height: auto;
}
.blog-left-side {
margin-top: 30px;
}
.em_feature_img {
float: none;
overflow: hidden;
margin-right: 0;
}
.itsoft-single-blog-details-inner {
padding: 40px 30px;
}
.banner-slick.banner-content h4 {
font-size: 18px;
margin-bottom: 23px;
}
.breadcrumb_tran_header .breadcumb-area {
padding: 121px 0 110px;
}
.author-img.text-center {
float: left;
margin-right: 0;
float: none;
margin-bottom: 20px;
}
.author-text {
padding-top: 20px;
text-align: center;
}
.copyright-social {
text-align: center;
padding-top: 10px;
}
.slider-single-image {
display: none;
}
#team::before {
display: none;
}
.mailchim-form-inner {
padding: 33px 15px 40px;
}
.mailchim-form-inner .widgettitle {
font-size: 23px;
}
.slick-style-two .banner-slick .b-batton {
float: none;
}
.slider-video-icon {
display: none !important;
}
.single-video {
margin-left: 0;
}
.single-video .layer-1,
.single-video .layer-2,
.single-video .layer-3,
.single-video .layer-4 {
display: none;
}
.em-service-thumb {
float: none;
margin-right: 0;
margin-bottom: 30px;
}
.price_item span {
font-size: 43px;
}
.portfolio_details {
padding: 40px 15px;
}
.portfolio_info {
padding-left: 0;
}
.em-blog-content-area {
padding: 28px 30px 30px;
}
.meta_comments {
display: none !important;
}
.itsoft-single-icon-inner a i {
font-size: 13px;
height: 30px;
line-height: 28px;
margin: 0;
width: 30px;
}
.footer-middle {
padding: 80px 0 29px;
}
.footer-menu .text-right {
text-align: center !important;
}
.curosel-style .owl-nav div {
display: none;
}
.prot_content h3 a {
font-size: 18px;
}
.single_protfolio:hover .prot_content {
bottom: 11px;
}
.kc_accordion_header > a {
font-size: 15px !important;
}
.brpt h2 {
font-size: 31px;
margin-bottom: 13px;
}
.kc-call-to-action .kc-cta-button a {
float: left !important;
}
.kc-cta-3 .kc-cta-button {
width: 100% !important;
display: block !important;
}
.kc-cta-3.kc-is-button .kc-cta-desc {
width: 100% !important;
display: block !important;
}
.feature-style-two .em-feature-title h2 {
font-size: 17px;
}
.effective-content p {
width: 85%;
}
.effective-content h2 {
font-size: 40px;
}
.effective_slider_btn a {
margin: 0 9px 20px;
}
.em-feature.style-three {
padding: 50px 25px;
}
.heading_number {
float: none;
line-height: 1;
margin-top: 0;
margin-right: 0;
}
.heading_title {
display: block;
}
.process-bg-shape::before {
display: none;
}
.itsoft-blog-meta-left {
padding: 12px 2px;
margin: 0 5px;
}
.em-service.service-style-two {
margin: 0 0 30px;
}
.breadcumb-area {
padding: 115px 0 113px;
}
.slider-style-four .banner-slick.banner-content.banner-content p {
display: none;
}
.em-service-thumb.hover-img {
bottom: -118%;
}
.slider-style-four .banner-content.banner-slick.banner-content h4 {
background: transparent;
padding: 0;
}
.style-two .em_work_progress-number {
position: absolute;
right: 0;
left: 0;
bottom: 75px;
z-index: 1;
}
#service-bg::before {
display: none;
}
.em-slider-sub-title {
font-size: 30px;
}
.em-slider-title {
font-size: 15px;
margin: 0 0 10px;
}
.em-nivo-slider-wrapper .nivo-directionNav a {
display: none;
}
.em-slider-descript {
width: 80%;
display: none;
}
.trp_nav_area {
position: inherit;
}
.itsoft-blog-meta-top li a {
margin-right: 0;
}
.kc_wrapper > ul.ui-tabs-nav > li {
margin-bottom: 5px;
}
.slider-style-three .slider-video-icon {
display: none;
}
.em-slick-slider-new .single-slide.slider-style-three {
height: 450px;
}
.service-style-five .em-service-title h2 {
font-size: 26px;
}
.itsoft-blog-meta-top {
left: 8px;
bottom: inherit;
top: 10px;
}
.dreamit-slick-slider .hero-text-wrap h1 {
font-size: 28px !important;
}
.dreamit-slick-slider .hero-text-wrap h4 {
font-size: 16px !important;
}
.single-slick {
min-height: 500px !important;
}
.blog_style_two .em-blog-content-area_adn {
padding: 32px 15px 30px;
}
.service-box.style-five {
padding: 0;
}
.counter-creative .single_counter {
float: inherit !important;
text-align: center;
margin: auto !important;
}
.image-wrap img {
width: 100% !important;
}
.service-box.style_11 {
margin-bottom: 30px!important;
}
.style-four .section-title.t_center p:before {
display: none!important;
}
.style-four .section-title.t_center p:after {
display: none!important;
}
.New-portfolio .portfolio_nav ul li {
width: 100%!important;
}
.new-team .team-grid-style6 .team-item {
margin-bottom: 40px!important;
}
.service_left_box.one .service-box.style18 {
left:0;
}
.service_right_box.two .service-box.style18 {
left: 25px;
}
.service_right_box .service-box.style18 {
position: relative;
left: 25px;
}
.style7 .section-title h5 {
margin: 0 0 15px 0;
}
.team.style4 .image img{
width: 100%;
}
.service-box.style20 {
margin: 0;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.em-slider-button {
display: block;
margin-top: 24px;
}
.single_protfolio:hover .prot_content {
bottom: 11px;
}
.banner-slider-content h1, .banner-slider-content h2 {
color: #fff;
font-size: 38px;
}
a.active-tab-btn {
display:inline-block;
}
.em-button-button-area a {
padding: 10px 18px;
font-size: 12px;
margin: 0 5px !important;
}
.banner-content p {
width: 92%;
}
.single-video h3 {
font-size: 22px;
}
.brand_logo .kc_col-sm-2{
width:50% !important;
}
.copy-right-text p {
font-size: 14px;
}
.em-slider-sub-title {
font-size: 22px;
}
.em-slider-title {
font-size: 16px;
margin: 0 0 7px;
}
.em-nivo-slider-wrapper .nivo-directionNav a {
display: none;
}
.em-slider-descript {
width: 80%;
display: none;
}
.trp_nav_area {
position: inherit;
}
.em-team-content-image img {
width: 100%;
}
.countr_text > h1 {
font-size: 40px;
padding-bottom: 0;
}
.countr_text > h3 {
font-size: 40px;
}
.banner-slick.banner-content h3,
.banner-slick.banner-content h2,
.banner-slick.banner-content h1 {
font-size: 45px !important;
}
.banner-content.banner-slick.text-center h4 {
font-size: 20px;
}
.dreamit-slick-slider .hero-text-wrap h1 {
font-size: 38px !important;
}
rs-arrow.tp-leftarrow.tparrows.hades {
display: none!important;
}
rs-arrow.tp-rightarrow.tparrows.hades {
display: none!important;
}
.team-img img {
width: 100%!important;
}
.section-title.t_center p {
width: 83%!~important;
}
.style7 .section-title h5 {
margin: 0 0 15px 0;
}
#scrollUp {
right: 30px;
}
.New-footer .mc4wp-form-fields input, .mc4wp-form-fields textarea {
font-size: 15px;
height: 68px;
padding: 5px 165px 5px 30px;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.itsoft-blog-meta-left_adn a, .itsoft-blog-meta-left_adn span {
font-size: 12px;
}
.style10 .section-title.t_center h5:before {
top: 8px;
}
.style10 .section-title.t_center h5:after {
top: 8px;
}
.style10 .section-title.t_left h5:before {
top: 8px;
}
.service-box.style25 {
margin: 0 0 10px 0;
}
.style10 .section-title.t_center p {
width: 88%;
}
.single_testimonial.style12 .testi_content {
padding: 25px 20px 28px 0;
}
.single-counter.style9.style11 {
text-align: left;
}
.single-counter.style9.style11 .count.percent {
font-size: 40px;
}
.single-counter.style9.style11 .plus {
font-size: 40px;
}
}
@media only screen and (min-width: 420px) and (max-width: 599px) {
.style10 .section-title.t_center h5:before {
top: 8px;
}
.style10 .section-title.t_center h5:after {
top: 8px;
}
.style10 .section-title.t_left h5:before {
top: 8px;
}    
.service-box.style25 {
display: inline-block;
margin: 0 0 10px 0;
text-align: center;
}
.service-box.style25 .service-content {
padding-left: 0;
}
.style10 .section-title.t_center p {
width: 100%;
}
.single_testimonial.style12 .testi_content {
padding: 12px 0 15px 0;
}
.single_testimonial.style12 .testi-single-thumb {
margin-right: 17px;
}
.single-counter.style9.style11 {
text-align: left;
}
.single-counter.style9.style11 .count.percent {
font-size: 35px;
}
.single-counter.style9.style11 .plus {
font-size: 35px;
}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
.itsoft-blog-meta-left_adn a, .itsoft-blog-meta-left_adn span {
font-size: 12px;
}
.style10 .section-title.t_center p {
width: 100%;
}
rs-arrow.tp-leftarrow.tparrows.hades {
display: none!important;
}
rs-arrow.tp-rightarrow.tparrows.hades {
display: none!important;
}
.section-title.t_center p {
width: 100%!important;
}
.service-box.style15 {
padding: 22px 5px 11px 5px;
}
.service-box.style15 .service-content h3 {
font-size: 21px;
}
.service-box.style15 .service-btn {
right: -13px;
}
.style7 .section-title h5 {
margin: 0 0 15px 0;
}
#scrollUp {
right: 30px;
bottom: 30px;
}
.single_testimonial.style10 {
padding: 41px 25px 3px;
}
.single_testimonial.style10 .em_reviews_rating {
position: absolute;
right: 25px;
}
.testimonial_list_style11.owl-carousel .owl-dots {
display: none;
}
.New-footer .mc4wp-form-fields input, .mc4wp-form-fields textarea {
height: 56px;
}
.mc4wp-form-fields button {
font-size: 15px;
background: #fff;
color: #FF3C00;
padding: 16px 60px;
position: relative;
}
.New-footer .mc4wp-form-fields button {
right: 0;
margin: 20px 0 0 0;
top: 0;
}
}
@media only screen and (min-width: 320px) and (max-width: 419px) {
.single_testimonial.style12 .testi-single-thumb {
float: inherit;
margin-right: 0;
}
.single_testimonial.style12 .testi_content {
line-height: 26px;
padding: 20px 20px 20px 20px;
margin: 0;
text-align: center;
}
.single_testimonial.style12 .testi_title h2 {
text-align: center;
}
.single-counter.style9.style11 {
text-align: left;
}
.single-counter.style9.style11 .count.percent {
font-size: 30px;
}
.single-counter.style9.style11 .plus {
font-size: 30px;
}
.itsoft-blog-meta-left_adn a, .itsoft-blog-meta-left_adn span {
font-size: 12px;
}
.single_testimonial.style11 {
padding: 40px 21px 40px 25px;
}
.single_testimonial.style11 .testi-single-thumb:before {
display:none;
}
.testimonial_list_style11.owl-carousel .owl-dots {
display: none;
}
#scrollUp {
right: 30px;
bottom: 30px;
}
.blog_style_five .blog-inner-content {
padding: 19px 12px 20px!important;
}
.blog_style_five .em-blog-content-area_adn {
padding: 24px 15px 6px!important;
}
.blog_style_five .itsoft-blog-readmore {
left: 9px!important;
}
.style7 .section-title h5 {
margin: 0 0 15px 0;
}
.blog_style_adn_2.style6 .em-cases-study-content {
width: 100%;
border-radius: 30px;
}
.owl-dots {
display: none;
}
.single_testimonial.style9 {
margin-left: 35px;
}
.single_testimonial.style9 .testi_content {
padding: 25px 20px 38px;
}
.single_testimonial.style9 .testi_title span {
margin-left: 0;
}
.single_testimonial.style9 .testi_title span:before {
display: none;
}
.single_testimonial.style9 .em_reviews_rating {
display: none;
}
.single_testimonial.style9 .author_thumb {
margin-right: 18px;
}
.blog_style6 .em-blog-content-area_adn {
padding: 22px 21px 24px;
}
.service-box.style25 {
display: inline-block;
margin: 0 0 10px 0;
text-align: center;
}
.style10 .section-title.t_left h5:before {
top: 8px;
}
.style10 .section-title.t_center h5:before {
top: 8px;
}
.style10 .section-title.t_center h5:after {
top: 8px;
}
.service-box.style25 .service-content {
padding-left: 0;
}
}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:flex;font-size:inherit;align-items:var(--icon-vertical-align,center)}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial)}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//mieszkanie24.pl/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
src: url(//mieszkanie24.pl/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//mieszkanie24.pl/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//mieszkanie24.pl/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(//mieszkanie24.pl/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(//mieszkanie24.pl/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-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);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-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,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//mieszkanie24.pl/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
src: url(//mieszkanie24.pl/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//mieszkanie24.pl/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//mieszkanie24.pl/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(//mieszkanie24.pl/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(//mieszkanie24.pl/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }