@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "utf-8";



@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i");
 .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.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-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 {
0%, 20%, 53%, 80%, 100% {
-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 {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-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 {
0%, 100% {
-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 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);
}
100% {
-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);
}
100% {
-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 {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
11.1% {
-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)
}
100% {
-webkit-transform: none;
transform: none
}
}
@keyframes jello {
11.1% {
-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)
}
100% {
-webkit-transform: none;
transform: none
}
}
.jello{
-webkit-animation-name:jello;
animation-name:jello;
-webkit-transform-origin: center;
transform-origin: center
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-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);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-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);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-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, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-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, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-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;
}
100% {
-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 {
0% {
-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-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);
}
100% {
-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 {
0% {
-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-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);
}
100% {
-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 {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-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;
}
100% {
-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 {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-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;
}
100% {
-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 {
0% {
-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;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-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;
}
100% {
-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 {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-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 {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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;
}
100% {
-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;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
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 {
0% {
opacity: 1;
}
100% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
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 zoomInStable {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
33.333% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
66.666666% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes zoomInStable {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
33.333% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
66.666666% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.zoomInStable {
-webkit-animation-name: zoomInStable;
animation-name: zoomInStable;
}
@-webkit-keyframes zoomInDown {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
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 {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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 {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@keyframes anime {
from {
opacity: 0;
transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
}
to {
opacity: 1;
transform: scaleY(1);
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-moz-transform: scaleY(1);
}
}
@-webkit-keyframes anime {
from {
opacity: 0;
transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
}
to {
opacity: 1;
transform: scaleY(1);
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-moz-transform: scaleY(1);
}
}
@-moz-keyframes anime {
from {
opacity: 0;
transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
}
to {
opacity: 1;
transform: scaleY(1);
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-moz-transform: scaleY(1);
}
}
@-o-keyframes anime {
from {
opacity: 0;
transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
}
to {
opacity: 1;
transform: scaleY(1);
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-moz-transform: scaleY(1);
}
}
@-ms-keyframes anime {
from {
opacity: 0;
transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
}
to {
opacity: 1;
transform: scaleY(1);
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-moz-transform: scaleY(1);
}
}
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
color: black;
}
abbr[data-original-title],
abbr[title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
dl,
ol,
ul {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: rgb(203 158 36);
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #1f2f43;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
code,
kbd,
pre,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.h1,
h1 {
font-size: 2.5rem;
}
.h2,
h2 {
font-size: 2rem;
}
.h3,
h3 {
font-size: 1.75rem;
}
.h4,
h4 {
font-size: 1.5rem;
}
.h5,
h5 {
font-size: 1.25rem;
}
.h6,
h6 {
font-size: 1rem;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
font-size: 80%;
font-weight: 400;
}
.mark,
mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d;
}
.blockquote-footer::before {
content: "\2014\00A0";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption {
font-size: 90%;
color: #6c757d;
}
code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
}
pre {
display: block;
font-size: 87.5%;
color: #212529;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: 0px;
margin-left: 0px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-last {
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.table {
width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
.table td,
.table th {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.table .table {
background-color: #fff;
}
.table-sm td,
.table-sm th {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
border-color: #7abaff;
}
.table-hover .table-primary:hover {
background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
border-color: #8fd19e;
}
.table-hover .table-success:hover {
background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
border-color: #86cfda;
}
.table-hover .table-info:hover {
background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
border-color: #ed969e;
}
.table-hover .table-danger:hover {
background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
border-color: #fbfcfc;
}
.table-hover .table-light:hover {
background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #95999c;
}
.table-hover .table-dark:hover {
background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e;
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.table-dark {
color: #fff;
background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #32383e;
}
.table-dark.table-bordered {
border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-md > .table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-xl > .table-bordered {
border: 0;
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
border: 0;
}
.form-control {
display: block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.form-control-file,
.form-control-range {
display: block;
width: 100%;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}
.form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
height: calc(1.8125rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.form-control-lg {
height: calc(2.875rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
height: auto;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 1rem;
}
.form-text {
display: block;
margin-top: 0.25rem;
}
.form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
color: #6c757d;
}
.form-check-label {
margin-bottom: 0;
}
.form-check-inline {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, 0.9);
border-radius: 0.25rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
border-color: #28a745;
padding-right: 2.25rem;
background-repeat: no-repeat;
background-position: center right calc(2.25rem / 4);
background-size: calc(2.25rem / 2) calc(2.25rem / 2);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
padding-right: 2.25rem;
background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
border-color: #28a745;
padding-right: 3.4375rem;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
no-repeat center right 1.75rem/1.125rem 1.125rem;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
border-color: #34ce57;
background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
border-color: #dc3545;
padding-right: 2.25rem;
background-repeat: no-repeat;
background-position: center right calc(2.25rem / 4);
background-size: calc(2.25rem / 2) calc(2.25rem / 2);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
padding-right: 2.25rem;
background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
border-color: #dc3545;
padding-right: 3.4375rem;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px,
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
no-repeat center right 1.75rem/1.125rem 1.125rem;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
border-color: #e4606d;
background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
}
.form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
.form-inline label {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
}
.form-inline .form-group {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-plaintext {
display: inline-block;
}
.form-inline .custom-select,
.form-inline .input-group {
width: auto;
}
.form-inline .form-check {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.form-inline .form-check-input {
position: relative;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.form-inline .custom-control {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.form-inline .custom-control-label {
margin-bottom: 0;
}
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.btn.focus,
.btn:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
color: #28a745;
border-color: #28a745;
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
font-weight: 400;
color: #007bff;
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
text-decoration: underline;
box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
color: #6c757d;
pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
width: 100%;
}
.fade {
transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.dropdown,
.dropleft,
.dropright,
.dropup {
position: relative;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
margin-left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
@media (min-width: 576px) {
.dropdown-menu-sm-right {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-right {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-right {
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-right {
right: 0;
left: auto;
}
}
.dropdown-menu-left {
right: auto;
left: 0;
}
@media (min-width: 576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-left {
right: auto;
left: 0;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0;
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-toggle::after {
vertical-align: 0;
}
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropleft .dropdown-toggle::after {
display: none;
}
.dropleft .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropleft .dropdown-toggle::before {
vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
right: auto;
bottom: auto;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:first-child {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.dropdown-item:focus,
.dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
z-index: 1;
}
.btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.btn-group-vertical {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .custom-file {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
display: -ms-flexbox;
display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
position: relative;
z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
margin-left: -1px;
}
.input-group-prepend {
margin-right: -1px;
}
.input-group-append {
margin-left: -1px;
}
.input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
height: calc(2.875rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
height: calc(1.8125rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
padding-right: 1.75rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
}
.custom-control-inline {
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem;
}
.custom-control-input {
position: absolute;
z-index: -1;
opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #007bff;
background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef;
}
.custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top;
}
.custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px;
}
.custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
border-color: #007bff;
background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
top: calc(0.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: 0.5rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {
transition: none;
}
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(0.75rem);
transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none;
}
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef;
}
.custom-select::-ms-expand {
opacity: 0;
}
.custom-select-sm {
height: calc(1.8125rem + 2px);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
}
.custom-select-lg {
height: calc(2.875rem + 2px);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(2.25rem + 2px);
margin-bottom: 0;
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(2.25rem + 2px);
margin: 0;
opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
content: attr(data-browse);
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(2.25rem + 2px);
padding: 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: 2.25rem;
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
width: 100%;
height: calc(1rem + 0.4rem);
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-range:focus {
outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
transition: none;
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
transition: none;
}
}
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
transition: none;
}
}
.custom-range::-ms-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
cursor: default;
}
.custom-range:disabled::-ms-thumb {
background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none;
}
}
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
}
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
text-decoration: none;
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%;
}
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-md .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
.navbar-expand {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0;
}
.navbar-expand .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
color: #fff;
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}
.card-title {
margin-bottom: 0.75rem;
}
.card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1.25rem;
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
color: inherit;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
border-top: 0;
}
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.card-img {
width: 100%;
border-radius: calc(0.25rem - 1px);
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-deck {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px;
}
.card-deck .card {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px;
}
}
.card-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.card-group > .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-group {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-group > .card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group > .card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group > .card:first-child .card-header,
.card-group > .card:first-child .card-img-top {
border-top-right-radius: 0;
}
.card-group > .card:first-child .card-footer,
.card-group > .card:first-child .card-img-bottom {
border-bottom-right-radius: 0;
}
.card-group > .card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group > .card:last-child .card-header,
.card-group > .card:last-child .card-img-top {
border-top-left-radius: 0;
}
.card-group > .card:last-child .card-footer,
.card-group > .card:last-child .card-img-bottom {
border-bottom-left-radius: 0;
}
.card-group > .card:only-child {
border-radius: 0.25rem;
}
.card-group > .card:only-child .card-header,
.card-group > .card:only-child .card-img-top {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.card-group > .card:only-child .card-footer,
.card-group > .card:only-child .card-img-bottom {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
border-radius: 0;
}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
border-radius: 0;
}
}
.card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.card-columns .card {
display: inline-block;
width: 100%;
}
}
.accordion .card {
overflow: hidden;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
border-radius: 0;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0;
}
.accordion .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.accordion .card .card-header {
margin-bottom: -1px;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
}
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
}
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
cursor: pointer;
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
}
a.badge:focus,
a.badge:hover {
text-decoration: none;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
.badge-primary {
color: #fff;
background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
color: #fff;
background-color: #0062cc;
}
.badge-secondary {
color: #fff;
background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
color: #fff;
background-color: #545b62;
}
.badge-success {
color: #fff;
background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
color: #fff;
background-color: #1e7e34;
}
.badge-info {
color: #fff;
background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
color: #fff;
background-color: #117a8b;
}
.badge-warning {
color: #212529;
background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
color: #212529;
background-color: #d39e00;
}
.badge-danger {
color: #fff;
background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
color: #fff;
background-color: #bd2130;
}
.badge-light {
color: #212529;
background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
color: #212529;
background-color: #dae0e5;
}
.badge-dark {
color: #fff;
background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
color: #fff;
background-color: #1d2124;
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem;
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-primary hr {
border-top-color: #9fcdff;
}
.alert-primary .alert-link {
color: #002752;
}
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
}
.alert-secondary hr {
border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
color: #202326;
}
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.alert-success hr {
border-top-color: #b1dfbb;
}
.alert-success .alert-link {
color: #0b2e13;
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info hr {
border-top-color: #abdde5;
}
.alert-info .alert-link {
color: #062c33;
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-warning hr {
border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
color: #533f03;
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.alert-danger hr {
border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
color: #491217;
}
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light hr {
border-top-color: #ececf6;
}
.alert-light .alert-link {
color: #686868;
}
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.alert-dark hr {
border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}
.media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
.media-body {
-ms-flex: 1;
flex: 1;
}
.list-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
}
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
z-index: 1;
text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
margin-bottom: 0;
border-bottom: 0;
}
.list-group-item-primary {
color: #004085;
background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
color: #004085;
background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085;
}
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
color: #383d41;
background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41;
}
.list-group-item-success {
color: #155724;
background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
color: #155724;
background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724;
}
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
color: #0c5460;
background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460;
}
.list-group-item-warning {
color: #856404;
background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
color: #856404;
background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404;
}
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
color: #721c24;
background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24;
}
.list-group-item-light {
color: #818182;
background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
color: #818182;
background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182;
}
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
color: #1b1e21;
background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21;
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.5;
}
.close:hover {
color: #000;
text-decoration: none;
}
.close:not(:disabled):not(.disabled) {
cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
opacity: 0.75;
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
a.close.disabled {
pointer-events: none;
}
.toast {
max-width: 350px;
overflow: hidden;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 0.25rem;
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0;
}
.toast:not(:last-child) {
margin-bottom: 0.75rem;
}
.toast.showing {
opacity: 1;
}
.toast.show {
display: block;
opacity: 1;
}
.toast.hide {
display: none;
}
.toast-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.25rem 0.75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
padding: 0.75rem;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media screen and (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - (0.5rem * 2));
content: "";
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef;
border-bottom-right-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
margin-right: 0.25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2));
}
.modal-dialog-centered::before {
height: calc(100vh - (1.75rem * 2));
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
bottom: 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
bottom: 1px;
border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
left: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
left: 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
left: 1px;
border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
top: 0;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
top: 1px;
border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
right: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
right: 0;
border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
right: 1px;
border-left-color: #fff;
}
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
display: none;
}
.popover-body {
padding: 0.5rem 0.75rem;
color: #212529;
}
.carousel {
position: relative;
}
.carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner::after {
display: block;
clear: both;
content: "";
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none;
}
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
-webkit-transform: none;
transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: 0s 0.6s opacity;
}
@media screen and (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none;
}
}
.carousel-control-next,
.carousel-control-prev {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.carousel-control-next,
.carousel-control-prev {
transition: none;
}
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 20px;
height: 20px;
background: transparent no-repeat center center;
background-size: 100% 100%;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
transition: opacity 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
.carousel-indicators li {
transition: none;
}
}
.carousel-indicators .active {
opacity: 1;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border 0.75s linear infinite;
animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow 0.75s linear infinite;
animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
width: 1rem;
height: 1rem;
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.bg-primary {
background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
background-color: #0062cc !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
background-color: #545b62 !important;
}
.bg-success {
background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
background-color: #1e7e34 !important;
}
.bg-info {
background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
background-color: #117a8b !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
background-color: #d39e00 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
background-color: #bd2130 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
background-color: #dae0e5 !important;
}
.bg-dark {
background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
background-color: #1d2124 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
}
.border-right {
border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
border-left: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #007bff !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #28a745 !important;
}
.border-info {
border-color: #17a2b8 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #343a40 !important;
}
.border-white {
border-color: #fff !important;
}
.rounded {
border-radius: 0.25rem !important;
}
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
.rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: 50rem !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-21by9::before {
padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive-3by4::before {
padding-top: 133.333333%;
}
.embed-responsive-1by1::before {
padding-top: 100%;
}
.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-none {
float: none !important;
}
@media (min-width: 576px) {
.float-sm-left {
float: left !important;
}
.float-sm-right {
float: right !important;
}
.float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.float-md-left {
float: left !important;
}
.float-md-right {
float: right !important;
}
.float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
.float-lg-left {
float: left !important;
}
.float-lg-right {
float: right !important;
}
.float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
.float-xl-left {
float: left !important;
}
.float-xl-right {
float: right !important;
}
.float-xl-none {
float: none !important;
}
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
box-shadow: none !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.vw-100 {
width: 100vw !important;
}
.vh-100 {
height: 100vh !important;
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !important;
}
.m-n1 {
margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important;
}
.m-n2 {
margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important;
}
.m-n3 {
margin: -1rem !important;
}
.mt-n3,
.my-n3 {
margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
margin-left: -1rem !important;
}
.m-n4 {
margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important;
}
.m-n5 {
margin: -3rem !important;
}
.mt-n5,
.my-n5 {
margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
margin-left: -3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-n1 {
margin: -0.25rem !important;
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important;
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important;
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important;
}
.m-sm-n2 {
margin: -0.5rem !important;
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important;
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important;
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important;
}
.m-sm-n3 {
margin: -1rem !important;
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important;
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important;
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important;
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important;
}
.m-sm-n4 {
margin: -1.5rem !important;
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important;
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important;
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important;
}
.m-sm-n5 {
margin: -3rem !important;
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important;
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important;
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important;
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.m-md-n1 {
margin: -0.25rem !important;
}
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important;
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important;
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important;
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important;
}
.m-md-n2 {
margin: -0.5rem !important;
}
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important;
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important;
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important;
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important;
}
.m-md-n3 {
margin: -1rem !important;
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important;
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important;
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important;
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important;
}
.m-md-n4 {
margin: -1.5rem !important;
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important;
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important;
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important;
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important;
}
.m-md-n5 {
margin: -3rem !important;
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important;
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important;
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important;
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-n1 {
margin: -0.25rem !important;
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important;
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important;
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important;
}
.m-lg-n2 {
margin: -0.5rem !important;
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important;
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important;
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important;
}
.m-lg-n3 {
margin: -1rem !important;
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important;
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important;
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important;
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important;
}
.m-lg-n4 {
margin: -1.5rem !important;
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important;
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important;
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important;
}
.m-lg-n5 {
margin: -3rem !important;
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important;
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important;
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important;
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important;
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important;
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important;
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important;
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
text-align: justify !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-lighter {
font-weight: lighter !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.font-weight-bolder {
font-weight: bolder !important;
}
.font-italic {
font-style: italic !important;
}
.text-white {
color: #fff !important;
}
.text-primary {
color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
color: #0056b3 !important;
}
.text-secondary {
color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #494f54 !important;
}
.text-success {
color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
color: #19692c !important;
}
.text-info {
color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
color: #0f6674 !important;
}
.text-warning {
color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
color: #ba8b00 !important;
}
.text-danger {
color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
color: #a71d2a !important;
}
.text-light {
color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
color: #cbd3da !important;
}
.text-dark {
color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
color: #121416 !important;
}
.text-body {
color: #212529 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-reset {
color: inherit !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media print {
*,
::after,
::before {
text-shadow: none !important;
box-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
abbr[title]::after {
content: " (" attr(title) ")";
}
pre {
white-space: pre-wrap !important;
}
blockquote,
pre {
border: 1px solid #adb5bd;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
img,
tr {
page-break-inside: avoid;
}
h2,
h3,
p {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 992px !important;
}
.container {
min-width: 992px !important;
}
.navbar {
display: none;
}
.badge {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered td,
.table-bordered th {
border: 1px solid #dee2e6 !important;
}
.table-dark {
color: inherit;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #dee2e6;
}
.table .thead-dark th {
color: inherit;
border-color: #dee2e6;
}
}
.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;z-index:1;text-align:right;white-space:nowrap}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle:before{content:'';display:inline-block}.bootstrap-select .dropdown-toggle .filter-option{position:absolute;top:0;left:0;padding-top:inherit;padding-right:inherit;padding-bottom:inherit;padding-left:inherit;height:100%;width:100%;text-align:left}.bootstrap-select .dropdown-toggle .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
@keyframes rotateme {
from {
transform: rotate(0deg);
}
to { 
transform: rotate(360deg);
}
}
@-webkit-keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
}
to { 
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes rotateme {
from {
-moz-transform: rotate(0deg);
}
to { 
-moz-transform: rotate(360deg);
}
}
@-o-keyframes rotateme {
from {
-o-transform: rotate(0deg);
}
to { 
-o-transform: rotate(360deg);
}
}
.rotate-me,
.android-section .image-column .inner-column .circle-image{
animation-name: rotateme; 
animation-duration: 24s; 
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateme; 
-webkit-animation-duration: 24s; 
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotateme; 
-moz-animation-duration: 24s; 
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotateme; 
-ms-animation-duration: 24s; 
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotateme; 
-o-animation-duration: 24s; 
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
50% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
}
@keyframes float-bob {
0% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
50% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
}
@-webkit-keyframes zoom-fade {
0% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes zoom-fade {
0% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
.float-bob,
.footer .overlay img,
.banner-section .mouse-btn-down,
.banner-section .image-column .image{
animation-name: float-bob; 
animation-duration: 7s; 
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float-bob; 
-webkit-animation-duration: 7s; 
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob; 
-moz-animation-duration: 7s; 
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob; 
-ms-animation-duration: 7s; 
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob; 
-o-animation-duration: 7s; 
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.zoom-fade,
.banner .parallax-container div img,
.fullwidth-video-section .play-link .icon-box{
animation-name: zoom-fade; 
animation-duration: 5s; 
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: zoom-fade; 
-webkit-animation-duration: 5s; 
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: zoom-fade; 
-moz-animation-duration: 5s; 
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: zoom-fade; 
-ms-animation-duration: 5s; 
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: zoom-fade; 
-o-animation-duration: 5s; 
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@font-face{font-family:'FontAwesome';src:url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/fontawesome-webfont3295.eot?v=4.5.0);src:url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/fontawesome-webfont3295.woff2?v=4.5.0) format('woff2'),url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/fontawesome-webfont3295.woff?v=4.5.0) format('woff'),url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/fontawesome-webfont3295.ttf?v=4.5.0) format('truetype'),url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/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-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
@font-face {
font-family: 'icomoon';
src:  url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/icomoonda59.eot?vdw2jk);
src:  url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/icomoonda59.eot?vdw2jk#iefix) format('embedded-opentype'),
url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/icomoonda59.ttf?vdw2jk) format('truetype'),
url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/icomoonda59.woff?vdw2jk) format('woff'),
url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/icomoonda59.svg?vdw2jk#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-link:before {
content: "\e900" !important;
}
.icon-maps-and-location:before {
content: "\e901";
}
.icon-music:before {
content: "\e902";
}
.icon-success:before {
content: "\e903";
}
.icon-arrow:before {
content: "\e904";
}
.icon-phone:before {
content: "\e905";
}
.icon-quote:before {
content: "\e906";
}
.icon-win:before {
content: "\e907";
}
.icon-bag:before {
content: "\e908";
}
.icon-hr:before {
content: "\e909";
}
.icon-mail:before {
content: "\e90a";
}
.icon-pin:before {
content: "\e90b";
}
.icon-concept:before {
content: "\e90c";
}
.icon-search:before {
content: "\e90d";
}
.icon-wallet:before {
content: "\e90e";
}
.icon-guarantee-certificate:before {
content: "\e90f";
}
.icon-next:before {
content: "\e910";
}
.icon-scheme:before {
content: "\e911";
}
.icon-back:before {
content: "\e912";
}
.icon-cupboard:before {
content: "\e913";
}
.icon-support:before {
content: "\e914";
}
.icon-architecture-and-city:before {
content: "\e915";
}
.icon-question:before {
content: "\e916";
}
.icon-target:before {
content: "\e917";
}
.icon-architecture-and-city1:before {
content: "\e918";
}
.icon-sheriff:before {
content: "\e919";
}
.icon-teacher:before {
content: "\e91a";
}
.icon-cross:before {
content: "\e91b";
}
.icon-furniture-and-household:before {
content: "\e91c";
}
.icon-shop:before {
content: "\e91d";
}
.icon-company:before {
content: "\e91e";
}
.icon-lamp:before {
content: "\e91f";
}
.icon-sketch:before {
content: "\e920";
}
.icon-out:before {
content: "\e921";
}
.icon-paint:before {
content: "\e922";
}
.icon-plus:before {
content: "\e923";
}
.icon-floor:before {
content: "\e924";
}
.icon-maps-and-location1:before {
content: "\e925";
}
.icon-quote1:before {
content: "\e926";
}
.icon-pin1:before {
content: "\e927";
}
.icon-ruler:before {
content: "\e928";
}
.icon-window:before {
content: "\e929";
}
.icon-calendar:before {
content: "\e92a";
}
.icon-car:before {
content: "\e92b";
}
.icon-price:before {
content: "\e92c";
}
.icon-success1:before {
content: "\e92d";
}
.icon-group:before {
content: "\e92e";
}
.icon-guarantee-certificate1:before {
content: "\e92f";
}
.icon-hr1:before {
content: "\e930";
}
.icon-link1:before {
content: "\e931";
}
.icon-search1:before {
content: "\e932";
}
.icon-wallet1:before {
content: "\e933";
}
.icon-heart:before {
content: "\e934" !important;
}
.icon-tick:before {
content: "\e935";
}
.icon-comment:before {
content: "\e936";
}
.icon-productive:before {
content: "\e937";
}
.icon-document:before {
content: "\e938";
}
.icon-quote2:before {
content: "\e939";
}
.icon-kitchen:before {
content: "\e93a";
}
.icon-share:before {
content: "\e93b";
}
.icon-quote3:before {
content: "\e93c";
}
.icon-reload:before {
content: "\e93d";
}
.icon-cart:before {
content: "\e93e";
}
.icon-star:before {
content: "\e93f";
}
.icon-heart-1:before {
content: "\e940";
}
.icon-night:before {
content: "\e941";
}
.icon-global:before {
content: "\e942";
}
.icon-refresh:before {
content: "\e943";
}
.icon-support1:before {
content: "\e944";
}
.icon-shipping-and-delivery:before {
content: "\e945";
}
.icon-instagram:before {
content: "\e946" !important;
}
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
::-webkit-input-placeholder { / Chrome/Opera/Safari /
color: #000 !important;
}
::-moz-placeholder { / Firefox 19+ /
color: #000 !important;
}
::-ms-input-placeholder { / IE 10+ /
color: #000 !important;
}
::-moz-placeholder { / Firefox 18- /
color: #000 !important;
}
.tp-bannertimer{
display: none !important;
}
.single-service-sidebar .sidebar-appoinment .appoinment-form .input-box input::-webkit-input-placeholder {
color: #cccccc;
}
.single-service-sidebar .sidebar-appoinment .appoinment-form .input-box input:-moz-placeholder {
color: #cccccc;
}
.single-service-sidebar .sidebar-appoinment .appoinment-form .input-box input::-moz-placeholder {
color: #cccccc;
}
.single-service-sidebar .sidebar-appoinment .appoinment-form .input-box input:-ms-input-placeholder {
color: #cccccc;
}
.consultation-area .consultation-form textarea::-webkit-input-placeholder {
color: #bababa;
}
.consultation-area .consultation-form textarea:-moz-placeholder { color: #bababa;  
}
.consultation-area .consultation-form textarea::-moz-placeholder { color: #bababa;  
}
.consultation-area .consultation-form textarea:-ms-input-placeholder {
color: #bababa;  
} .ui-state-default {
width: auto !important;
}
.ui-selectmenu-open .ui-widget-content {
border: 1px solid #1d1d1d !important;
background: #ffffff !important;
color: #222222 !important;
border-radius: 0 !important;
} .ui-selectmenu-open .ui-widget-content .ui-state-focus {
border: 1px solid #1d1d1d !important;
background: #1d1d1d !important;
font-weight: normal !important;
color: #ffffff !important;
font-size: 13px !important;
} .ui-selectmenu-open .ui-menu .ui-menu-item {
border: 1px solid transparent !important;
position: relative !important;
margin: 0;
padding: 5px 15px !important;
cursor: pointer !important;
font-size: 13px !important;
text-transform: none !important;
}
.ui-selectmenu-menu .ui-menu {
padding-bottom: 0px !important;
}  .consultation-form .ui-selectmenu-button {
position: relative;
display: block;
background: #ffffff;
width: 100% !important;
border-radius: 5px !important;
border: 1px solid #edf2f7;
color: #83888d;
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
height: 60px !important;
font-family: 'Roboto', sans-serif;
}
.consultation-form .ui-selectmenu-button{
border-radius: 5px !important;    
}                                                                                                                
.consultation-form .ui-selectmenu-button:focus{
outline: none;
}
.consultation-form .ui-selectmenu-button span.ui-selectmenu-text {
display: block;
line-height: 18px;
overflow: hidden;
text-align: left;
padding: 21px 20px 19px;
} .consultation-form .ui-selectmenu-button span.ui-icon {
display: block;
float: right;
height: 58px;
position: absolute;
text-indent: 0;
top: 0px;
width: 45px;
right: 0;
bottom: 0;
background-image: none;
margin: 0;
}
.consultation-form .ui-selectmenu-button span.ui-icon::before {
position: absolute;
top: 16px;
right: 18px;
color: #83888d;
font-size: 18px;
content: "\f107";
font-family: FontAwesome;
overflow: visible;
}  .contact-form form .input-box .ui-selectmenu-button {
position: relative;
display: block;
background: #ffffff;
width: 100% !important;
height: 60px !important;
border-radius: 0px !important;
border: 1px solid #ededed;
color: #828282;
font-size: 15px;
font-weight: 400;
padding-left: 50px;
padding-right: 20px;
margin-bottom: 30px;
text-transform: capitalize;
font-family: 'Rubik', sans-serif;
}                                                                                                               
.contact-form form .input-box .ui-selectmenu-button:focus{
outline: none;
}
.contact-form form .input-box .ui-selectmenu-button span.ui-selectmenu-text {
display: block;
line-height: 14px;
overflow: hidden;
text-align: left;
padding: 23px 0px 21px;
} .contact-form form .input-box .ui-selectmenu-button span.ui-icon {
position: absolute;
top: 0px;
right: 0;
bottom: 0;
display: block;
float: right;
height: 58px;
width: 45px;
text-indent: 0;
background-image: none;
margin: 0;
}
.contact-form form .input-box .ui-selectmenu-button span.ui-icon::before {
color: #828282;
content: "\f107";
font-family: FontAwesome;
font-size: 20px;
overflow: visible;
position: absolute;
right: 18px;
top: 16px;
}
.contact-info-area .contact-form textarea:-webkit-input-placeholder {
color: #83888d !important;
}
.contact-info-area .contact-form textarea:-moz-placeholder { color: #83888d !important;
}
.contact-info-area .contact-form textarea:-moz-placeholder { color: #83888d !important;  
}
.contact-info-area .contact-form textarea:-ms-input-placeholder {
color: #83888d !important;  
}  .single-sidebar .archives-form-box{
position: relative;
display: block;
padding: 19px 0 40px;
}
.single-sidebar .archives-form-box form .input-box .ui-selectmenu-button {
position: relative;
display: block;
background: transparent;
width: 100% !important;
border-radius: 0px !important;
border: 1px solid #ededed;
color: #828282;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
height: 50px !important;
font-family: 'Rubik', sans-serif;
}                                                                                                               
.single-sidebar .archives-form-box form .input-box .ui-selectmenu-button:focus{
outline: none;
}
.single-sidebar .archives-form-box form .input-box .ui-selectmenu-button span.ui-selectmenu-text {
display: block;
line-height: 14px;
overflow: hidden;
text-align: left;
padding: 17px 15px 17px;
} .single-sidebar .archives-form-box form .input-box .ui-selectmenu-button span.ui-icon {
display: block;
float: right;
height: 50px;
position: absolute;
text-indent: 0;
top: 7px;
width: 40px;
right: 0;
bottom: 0;
background-image: none;
}
.single-sidebar .archives-form-box form .input-box .ui-selectmenu-button span.ui-icon::before {
color: #cccccc;
content: "\f107";
font-family: FontAwesome;
font-size: 20px;
overflow: visible;
position: absolute;
right: 14px;
top: 12px;
}
#contact-form input[type="text"].error{
border-color: red;
}
#contact-form input[type="email"].error{
border-color: red;
}
#contact-form select.error {
border-color: red;
}
#contact-form textarea.error{
border-color: red;
}
#contact-form label.error {
display: none !important;
}
#add-comment-form input[type="text"].error{
border-color: red;    
}
#add-comment-form input[type="email"].error{
border-color: red;    
}
#add-comment-form select.error {
border-color: red;
}
#add-comment-form textarea.error{
border-color: red;    
}
#add-comment-form label.error {
display: none !important;
}
#appoinment-form input[type="text"].error{
border-color: red;    
}
#appoinment-form input[type="email"].error{
border-color: red;    
}
#appoinment-form select.error {
border-color: red;
}
#appoinment-form textarea.error{
border-color: red;    
}
#appoinment-form label.error {
display: none !important;
} #html5-watermark {
background: #ff2b58;
display: none !important;
z-index: 9999999999;
}
#html5box-html5-lightbox #html5-image {
border: 10px solid #e9212e;
padding: 0 !important;
}
#html5box-html5-lightbox #html5-text{
padding-top: 15px;
padding-bottom: 5px;
} .tparrows {
position: absolute !important;
left: 0px !important;
top: 50% !important;
background: rgba(0, 0, 0,.20) !important;
width: 40px !important;
height: 100px !important;
display: block !important;
z-index: 1000 !important;
border-radius: 0;
font-size: 30px;
cursor: pointer !important;
transition: all 500ms ease;
}
.tparrows:before {
width: 40px !important;
height: 100px !important;
font-size: 20px !important;
color: #ffffff !important;
display: block !important;
line-height: 100px !important;
text-align: center !important;
}
.tparrows:hover{
background: rgba(0, 0, 0, .50) !important;  
color: #000;
}
.tp-rightarrow{
left: 100% !important;
margin-right: 0px;
}
.main-slider.style2 .tparrows {
top: 90% !important;
width: 40px !important;
height: 60px !important;
background: transparent !important;
left: 35% !important;
font-size: 35px !important;
position: absolute !important;
}
.main-slider.style2 .tparrows:before {
width: 40px !important;
height: 60px !important;
font-size: 25px !important;
line-height: 60px !important;
color: #ffffff !important;
display: block !important;
text-align: center;
content: "\f105" !important;
font-family: "Flaticon" !important;
}
.main-slider.style2 .tp-rightarrow {
left: 40% !important;
margin-right: 0;
}
.main-slider.style2 .tp-rightarrow:before{
content: "\f106" !important;
font-family: "Flaticon" !important;    
} .cart-area .cart-table tbody tr .qty .form-control {
background-color: #ffffff;
background-image: none;
border: 1px solid #f6f6f6;
border-radius: 0 !important;
box-shadow: none;
color: #222222;
display: block;
font-size: 18px;
font-weight: 500;
height: 50px;
padding: 5px 0;
text-align: center;
font-family: 'Poppins', sans-serif;
}
.cart-bottom .calculate-shipping .ui-state-default {
width: 100% !important;
} .single-shop-content .content-box .addto-cart-box .form-control {
background-color: #fff;
background-image: none;
border: 1px solid #ededed;
border-radius: 0 !important;
box-shadow: none;
color: #222222;
font-size: 18px;
font-weight: 500;
height: 50px;
padding: 7px 0 8px;
text-align: center;
font-family: 'Poppins', sans-serif;
}  #shop-area .showing-result-shorting .ui-selectmenu-button {
position: relative;
display: block;
background: #fff !important;
width: 200px !important;
height: 40px !important;
border-radius: 0px !important;
border: 1px solid #ededed !important;
color: #828282 !important;
font-size: 14px !important;
font-weight: 400;
text-transform: capitalize;
transition: all 500ms ease;
font-family: 'Rubik', sans-serif;
}
#shop-area .showing-result-shorting .ui-selectmenu-button:focus{
outline: none;
}
#shop-area .showing-result-shorting .ui-selectmenu-button span.ui-selectmenu-text {
display: block;
line-height: 18px;
overflow: hidden;
text-align: left;
padding: 10px 15px 10px;
transition: all 500ms ease;
} #shop-area .showing-result-shorting .ui-selectmenu-button span.ui-icon {
position: absolute;
top: 0px;
right: 0;
bottom: 0;
display: block;
float: right;
height: 38px;
width: 40px;
text-indent: 0;
background-image: none;
margin: 0;
}
#shop-area .showing-result-shorting .ui-selectmenu-button span.ui-icon::before {
color: #848484;
content: "\f107";
font-family: FontAwesome;
font-size: 17px;
overflow: visible;
position: absolute;
right: 13px;
top: 5px;
}
.market-update-area .btcwdgt {
display: block !important;
background-color: #202020 !important;
color: #aaa !important;
width: auto !important;
min-width: 240px !important;
max-width: 770px !important;
margin: 0px !important;
box-shadow: none !important;
font-size: 16px !important;
font-family: 'museo-sans-rounded', Helvetica, Arial, sans-serif !important;
font-weight: 300 !important;
line-height: 1.0em !important;
border: 1px solid #2a2a2a !important;
}
.market-update-area .btcwdgt-chart .btcwdgt-header{
display: none !important;
}
.market-update-area .btcwdgt-chart .btcwdgt-footer{
display: none !important;
}
.bootstrap-touchspin .input-group-btn-vertical {
position: relative;
white-space: nowrap;
width: 1%;
vertical-align: middle;
display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
padding: 8px 10px;
margin-left: -1px;
position: relative;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
border-radius: 0;
border-top-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
margin-top: -2px;
border-radius: 0;
border-bottom-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
position: absolute;
top: 3px;
left: 5px;
font-size: 9px;
font-weight: normal;
}

body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:9999999999999999999999999999;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-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(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-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 {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
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; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
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 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms 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(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/css/owl.video.play.html) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }
.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }
@font-face {
font-family: "Flaticon";
src: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/flaticon/Flaticon.eot);
src: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/flaticon/Flaticond41d.eot?#iefix) format("embedded-opentype"),
url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/flaticon/Flaticon.woff2) format("woff2"),
url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/flaticon/Flaticon.woff) format("woff"),
url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/flaticon/Flaticon.ttf) format("truetype"),
url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 0px;
}
.flaticon-add:before { content: "\f100"; }
.flaticon-percentage:before { content: "\f101"; }
.flaticon-next:before { content: "\f102"; }
.flaticon-right-upper-coner:before { content: "\f103"; }
.flaticon-zoom:before { content: "\f104"; }
.flaticon-back:before { content: "\f105"; }
.flaticon-arrow:before { content: "\f106"; }
.flaticon-add-1:before { content: "\f107"; }
.flaticon-substract:before { content: "\f108"; }
.flaticon-leaflet:before { content: "\f109"; }
.flaticon-play-button:before { content: "\f10a"; }
.flaticon-car:before { content: "\f10b"; }
.flaticon-architecture-and-city:before { content: "\f10c"; }
.flaticon-question:before { content: "\f10d"; } .noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:10px}.noUi-horizontal .noUi-handle{width:20px;height:20px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{display:none;:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{ width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-origin{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;font:400 12px Arial;color:#999}.noUi-value{width:40px;position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:50px;top:100%;left:0;width:100%}.noUi-value-horizontal{margin-left:-20px;padding-top:20px}.noUi-value-horizontal.noUi-value-sub{padding-top:15px}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{width:15px;margin-left:20px;margin-top:-5px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}
.noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noUi-pips {
position: absolute;
font: 400 12px Arial;
color: #999;
} .noUi-value {
width: 40px;
position: absolute;
text-align: center;
}
.noUi-value-sub {
color: #ccc;
font-size: 10px;
} .noUi-marker {
position: absolute;
background: #CCC;
}
.noUi-marker-sub {
background: #AAA;
}
.noUi-marker-large {
background: #AAA;
} .noUi-pips-horizontal {
padding: 10px 0;
height: 50px;
top: 100%;
left: 0;
width: 100%;
}
.noUi-value-horizontal {
margin-left: -20px;
padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
padding-top: 15px;
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
height: 15px;
} .noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%;
}
.noUi-value-vertical {
width: 15px;
margin-left: 20px;
margin-top: -5px;
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
width: 15px;
} #ptTimeSelectCntr {
display: none;
font-size: 12px;
margin-left: 0;
position: absolute;
width: 270px !important;
z-index: 10;
}
#ptTimeSelectCntr .ui-widget-content {
background: #fff none repeat scroll 0 0;
border: medium none !important;
border-radius: 0;
margin-bottom: 0px;
margin-top: 0 !important;
padding: 5px;
}
#ptTimeSelectCntr .ui-widget.ui-widget-content {
border: 1px solid #ddd !important;
}
#ptTimeSelectCntr .ui-widget{}
#ptTimeSelectCntr .ui-widget-header {
background: #151515 none repeat scroll 0 0;
border: 2px solid #252525;
border-radius: 0;
color: #fff;
font-size: 13px;
font-weight: 700;
height: 40px;
padding: 5px;
}
#ptTimeSelectCntr #ptTimeSelectUserTime {
font-size: larger;
line-height: 26px;
padding: 0 10px;
text-align: center;
}
#ptTimeSelectCntr .ui-widget-header .ui-icon {
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/timepicker/images/ui-icons_444444_256x240.html) !importent;
}
#ptTimeSelectCntr #ptTimeSelectCloseCntr {
display: block;
padding: 0;
}
#ptTimeSelectCntr .ui-widget.ui-widget-content {
margin-top: 0;
}
#ptTimeSelectCntr .ptTimeSelectLeftPane.ui-widget-content {
border-top:none;
border-bottom:none;
border-left:none;
border-right-width: 2px;
}
#ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content {
border: none;
} #ptTimeSelectCntr .ptTimeSelectHrCntr a, 
#ptTimeSelectCntr .ptTimeSelectMinCntr a {
display: block;
float: left;
line-height: 32px;
margin: 2px;
padding: 0;
text-align: center;
text-decoration: none;
transition: all 500ms ease;
}
#ptTimeSelectCntr .ptTimeSelectHrCntr a:hover, 
#ptTimeSelectCntr .ptTimeSelectMinCntr a:hover{
background: #43c3ea !important;
border-color: #43c3ea !important;
} #ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr {
color: #252525;
font-size: 13px;
font-weight: 700;
} #ptTimeSelectCntr #ptTimeSelectCloseCntr a {
border-radius: 30%;
display: block;
height: 25px !important;
line-height: 24px;
margin: 0 !important;
opacity: 1;
padding: 0 !important;
text-align: center;
width: 25px !important;
padding: 3px 4px !important;
} #ptTimeSelectCntr .ui-state-default {
background: #fff !important;
border: 1px solid #eaeaea !important;
border-radius: 0;
color: #252525 !important;
font-size: 12px;
font-weight: normal;
height: 34px;
margin-bottom: 5px;
outline: medium none;
text-align: center;
width: 34px !important;
line-height: 33px;
margin: 2px;
transition: all 500ms ease;
}
#ptTimeSelectCntr .ui-state-default:hover{
background: #43c3ea !important; 
border-color: #43c3ea !important; 
} #ptTimeSelectCntr #ptTimeSelectSetButton {
padding: 0 15px 5px 0;
}
#ptTimeSelectSetButton .ui-state-hover{
background: #d5ac63 !important;
border: 2px solid #252525 !important;
border-radius: 0;
color: #252525 !important;
font-size: 12px !important;
font-weight: normal;
height: 35px;  
width: 70px !important;
}
#ptTimeSelectCntr #ptTimeSelectSetButton a {
display: block;
text-align: center;
float: right;
background: #252525 !important;
border: 2px solid #252525 !important;
border-radius: 0;
color: #fff !important;
font-size: 12px !important;
font-weight: normal;
height: 35px;  
width: 70px !important;
padding: 0;
margin: 0;
line-height: 32px;
text-transform: uppercase;
transition: all 500ms ease;
}
#ptTimeSelectCntr #ptTimeSelectSetButton a:hover{
background: #43c3ea !important;  
} .ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0; }
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
}  .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
min-height: 0; font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-button {
display: inline-block;
position: relative;
padding: 0;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
overflow: visible; }
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2.2em;
} button.ui-button-icon-only {
width: 2.4em;
}
.ui-button-icons-only {
width: 3.4em;
}
button.ui-button-icons-only {
width: 3.7em;
} .ui-button .ui-button-text {
display: block;
line-height: normal;
}
.ui-button-text-only .ui-button-text {
padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
padding: .4em;
text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
padding-left: 2.1em;
padding-right: 2.1em;
} input.ui-button {
padding: .4em 1em;
} .ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
position: absolute;
top: 50%;
margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
left: 50%;
margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
right: .5em;
} .ui-buttonset {
margin-right: 7px;
}
.ui-buttonset .ui-button {
margin-left: 0;
margin-right: -.3em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
.ui-dialog {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-se {
width: 12px;
height: 12px;
right: -5px;
bottom: -5px;
background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: none;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
position: relative;
margin: 0;
padding: 3px 1em 3px .4em;
cursor: pointer;
min-height: 0;  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
} .ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item {
padding-left: 2em;
} .ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
} .ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height: 100%;
filter: alpha(opacity=25); opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto; overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-button {
display: inline-block;
overflow: hidden;
position: relative;
text-decoration: none;
cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
right: 0.5em;
left: auto;
margin-top: -8px;
position: absolute;
top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
text-align: left;
padding: 0.4em 2.1em 0.4em 1em;
display: block;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 22px;
}
.ui-spinner-button {
width: 16px;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
} .ui-spinner a.ui-spinner-button {
border-top: none;
border-bottom: none;
border-right: none;
} .ui-spinner .ui-icon {
position: absolute;
margin-top: -8px;
top: 50%;
left: 0;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
} .ui-spinner .ui-icon-triangle-1-s { background-position: -65px -16px;
}
.ui-tabs {
position: relative; padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
} .ui-widget {
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Verdana,Arial,sans-serif;
font-size: 1em;
}
.ui-widget-content {
border: 1px solid #aaaaaa;
background: #ffffff;
color: #222222;
}
.ui-widget-content a {
color: #222222;
}
.ui-widget-header {
border: 1px solid #aaaaaa;
background: #cccccc url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/jquery-ui-1.11.4/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
color: #222222;
font-weight: bold;
}
.ui-widget-header a {
color: #222222;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #d3d3d3;
background: #e6e6e6 url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/jquery-ui-1.11.4/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
color: #555555;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: 1px solid #999999;
background: #dadada url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/jquery-ui-1.11.4/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
color: #212121;
text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
border: 1px solid #aaaaaa;
background: #ffffff url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/jquery-ui-1.11.4/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #212121;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #fcefa1;
background: #fbf9ee url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/jquery-ui-1.11.4/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #cd0a0a;
background: #fef1ec url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/jquery-ui-1.11.4/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/jquery-ui-1.11.4/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/jquery-ui-1.11.4/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/jquery-ui-1.11.4/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/jquery-ui-1.11.4/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/jquery-ui-1.11.4/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/jquery-ui-1.11.4/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/jquery-ui-1.11.4/images/ui-icons_cd0a0a_256x240.png);
} .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 4px;
} .ui-widget-overlay {
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); }
.ui-widget-shadow {
margin: -8px 0 0 -8px;
padding: 8px;
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); border-radius: 8px;
} #debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/revolution/fonts/revicons/revicons90c6.eot?5510888);src:url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/revolution/fonts/revicons/revicons90c6.eot?5510888#iefix) format('embedded-opentype'),url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/revolution/fonts/revicons/revicons90c6.woff?5510888) format('woff'),url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/revolution/fonts/revicons/revicons90c6.ttf?5510888) format('truetype'),url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/revolution/fonts/revicons/revicons90c6.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/revolution/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/revolution/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/revolution/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/revolution/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/revolution/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/revolution/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{visibility: hidden!important;top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/revolution/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/revolution/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/revolution/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited
{
color:#0084B4!important;
}
.tp-caption.Twitter-Content a:hover
{
color:#0084B4!important;
text-decoration:underline!important;
}
.tp-caption.medium_grey,.medium_grey
{
background-color:#888;
border-style:none;
border-width:0;
color:#fff;
font-family:Arial;
font-size:20px;
font-weight:700;
line-height:20px;
margin:0;
padding:2px 4px;
position:absolute;
text-shadow:0 2px 5px rgba(0,0,0,0.5);
white-space:nowrap;
}
.tp-caption.small_text,.small_text
{
border-style:none;
border-width:0;
color:#fff;
font-family:Arial;
font-size:14px;
font-weight:700;
line-height:20px;
margin:0;
position:absolute;
text-shadow:0 2px 5px rgba(0,0,0,0.5);
white-space:nowrap;
}
.tp-caption.medium_text,.medium_text
{
border-style:none;
border-width:0;
color:#fff;
font-family:Arial;
font-size:20px;
font-weight:700;
line-height:20px;
margin:0;
position:absolute;
text-shadow:0 2px 5px rgba(0,0,0,0.5);
white-space:nowrap;
}
.tp-caption.large_text,.large_text
{
border-style:none;
border-width:0;
color:#fff;
font-family:Arial;
font-size:40px;
font-weight:700;
line-height:40px;
margin:0;
position:absolute;
text-shadow:0 2px 5px rgba(0,0,0,0.5);
white-space:nowrap;
}
.tp-caption.very_large_text,.very_large_text
{
border-style:none;
border-width:0;
color:#fff;
font-family:Arial;
font-size:60px;
font-weight:700;
letter-spacing:-2px;
line-height:60px;
margin:0;
position:absolute;
text-shadow:0 2px 5px rgba(0,0,0,0.5);
white-space:nowrap;
}
.tp-caption.very_big_white,.very_big_white
{
background-color:#000;
border-style:none;
border-width:0;
color:#fff;
font-family:Arial;
font-size:60px;
font-weight:800;
line-height:60px;
margin:0;
padding:1px 4px 0;
position:absolute;
text-shadow:none;
white-space:nowrap;
}
.tp-caption.very_big_black,.very_big_black
{
background-color:#fff;
border-style:none;
border-width:0;
color:#000;
font-family:Arial;
font-size:60px;
font-weight:700;
line-height:60px;
margin:0;
padding:1px 4px 0;
position:absolute;
text-shadow:none;
white-space:nowrap;
}
.tp-caption.modern_medium_fat,.modern_medium_fat
{
border-style:none;
border-width:0;
color:#000;
font-family:"Open Sans", sans-serif;
font-size:24px;
font-weight:800;
line-height:20px;
margin:0;
position:absolute;
text-shadow:none;
white-space:nowrap;
}
.tp-caption.modern_medium_fat_white,.modern_medium_fat_white
{
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans", sans-serif;
font-size:24px;
font-weight:800;
line-height:20px;
margin:0;
position:absolute;
text-shadow:none;
white-space:nowrap;
}
.tp-caption.modern_medium_light,.modern_medium_light
{
border-style:none;
border-width:0;
color:#000;
font-family:"Open Sans", sans-serif;
font-size:24px;
font-weight:300;
line-height:20px;
margin:0;
position:absolute;
text-shadow:none;
white-space:nowrap;
}
.tp-caption.modern_big_bluebg,.modern_big_bluebg
{
background-color:#4e5b6c;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans", sans-serif;
font-size:30px;
font-weight:800;
letter-spacing:0;
line-height:36px;
margin:0;
padding:3px 10px;
position:absolute;
text-shadow:none;
}
.tp-caption.modern_big_redbg,.modern_big_redbg
{
background-color:#de543e;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans", sans-serif;
font-size:30px;
font-weight:300;
letter-spacing:0;
line-height:36px;
margin:0;
padding:1px 10px 3px;
position:absolute;
text-shadow:none;
}
.tp-caption.modern_small_text_dark,.modern_small_text_dark
{
border-style:none;
border-width:0;
color:#555;
font-family:Arial;
font-size:14px;
line-height:22px;
margin:0;
position:absolute;
text-shadow:none;
white-space:nowrap;
}
.tp-caption.boxshadow,.boxshadow
{		
box-shadow:0 0 20px rgba(0,0,0,0.5);
}
.tp-caption.black,.black
{
color:#000;
text-shadow:none;
}
.tp-caption.noshadow,.noshadow
{
text-shadow:none;
}
.tp-caption.thinheadline_dark,.thinheadline_dark
{
background-color:transparent;
color:rgba(0,0,0,0.85);
font-family:"Open Sans";
font-size:30px;
font-weight:300;
line-height:30px;
position:absolute;
text-shadow:none;
}
.tp-caption.thintext_dark,.thintext_dark
{
background-color:transparent;
color:rgba(0,0,0,0.85);
font-family:"Open Sans";
font-size:16px;
font-weight:300;
line-height:26px;
position:absolute;
text-shadow:none;
}
.tp-caption.largeblackbg,.largeblackbg
{
background-color:#000;
border-radius:0;
color:#fff;
font-family:"Open Sans";
font-size:50px;
font-weight:300;
line-height:70px;
padding:0 20px;
position:absolute;
text-shadow:none;
}
.tp-caption.largepinkbg,.largepinkbg
{
background-color:#db4360;
border-radius:0;
color:#fff;
font-family:"Open Sans";
font-size:50px;
font-weight:300;
line-height:70px;
padding:0 20px;
position:absolute;
text-shadow:none;
}
.tp-caption.largewhitebg,.largewhitebg
{
background-color:#fff;
border-radius:0;
color:#000;
font-family:"Open Sans";
font-size:50px;
font-weight:300;
line-height:70px;
padding:0 20px;
position:absolute;
text-shadow:none;
}
.tp-caption.largegreenbg,.largegreenbg
{
background-color:#67ae73;
border-radius:0;
color:#fff;
font-family:"Open Sans";
font-size:50px;
font-weight:300;
line-height:70px;
padding:0 20px;
position:absolute;
text-shadow:none;
}
.tp-caption.excerpt,.excerpt
{
background-color:rgba(0,0,0,1);
border-color:#fff;
border-style:none;
border-width:0;
color:#fff;
font-family:Arial;
font-size:36px;
font-weight:700;
height:auto;
letter-spacing:-1.5px;
line-height:36px;
margin:0;
padding:1px 4px 0;
text-decoration:none;
text-shadow:none;
white-space:normal!important;
width:150px;
}
.tp-caption.large_bold_grey,.large_bold_grey
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#666;
font-family:"Open Sans";
font-size:60px;
font-weight:800;
line-height:60px;
margin:0;
padding:1px 4px 0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.medium_thin_grey,.medium_thin_grey
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#666;
font-family:"Open Sans";
font-size:34px;
font-weight:300;
line-height:30px;
margin:0;
padding:1px 4px 0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.small_thin_grey,.small_thin_grey
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#757575;
font-family:"Open Sans";
font-size:18px;
font-weight:300;
line-height:26px;
margin:0;
padding:1px 4px 0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.lightgrey_divider,.lightgrey_divider
{
background-color:rgba(235,235,235,1);
background-position:initial;
background-repeat:initial;
border-color:#222;
border-style:none;
border-width:0;
height:3px;
text-decoration:none;
width:370px;
}
.tp-caption.large_bold_darkblue,.large_bold_darkblue
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#34495e;
font-family:"Open Sans";
font-size:58px;
font-weight:800;
line-height:60px;
text-decoration:none;
}
.tp-caption.medium_bg_darkblue,.medium_bg_darkblue
{
background-color:#34495e;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:20px;
font-weight:800;
line-height:20px;
padding:10px;
text-decoration:none;
}
.tp-caption.medium_bold_red,.medium_bold_red
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#e33a0c;
font-family:"Open Sans";
font-size:24px;
font-weight:800;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.medium_light_red,.medium_light_red
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#e33a0c;
font-family:"Open Sans";
font-size:21px;
font-weight:300;
line-height:26px;
padding:0;
text-decoration:none;
}
.tp-caption.medium_bg_red,.medium_bg_red
{
background-color:#e33a0c;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:20px;
font-weight:800;
line-height:20px;
padding:10px;
text-decoration:none;
}
.tp-caption.medium_bold_orange,.medium_bold_orange
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#f39c12;
font-family:"Open Sans";
font-size:24px;
font-weight:800;
line-height:30px;
text-decoration:none;
}
.tp-caption.medium_bg_orange,.medium_bg_orange
{
background-color:#f39c12;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:20px;
font-weight:800;
line-height:20px;
padding:10px;
text-decoration:none;
}
.tp-caption.grassfloor,.grassfloor
{
background-color:rgba(160,179,151,1);
border-color:#222;
border-style:none;
border-width:0;
height:150px;
text-decoration:none;
width:4000px;
}
.tp-caption.large_bold_white,.large_bold_white
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:58px;
font-weight:800;
line-height:60px;
text-decoration:none;
}
.tp-caption.medium_light_white,.medium_light_white
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:30px;
font-weight:300;
line-height:36px;
padding:0;
text-decoration:none;
}
.tp-caption.mediumlarge_light_white,.mediumlarge_light_white
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:34px;
font-weight:300;
line-height:40px;
padding:0;
text-decoration:none;
}
.tp-caption.mediumlarge_light_white_center,.mediumlarge_light_white_center
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:34px;
font-weight:300;
line-height:40px;
padding:0;
text-align:center;
text-decoration:none;
}
.tp-caption.medium_bg_asbestos,.medium_bg_asbestos
{
background-color:#7f8c8d;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:20px;
font-weight:800;
line-height:20px;
padding:10px;
text-decoration:none;
}
.tp-caption.medium_light_black,.medium_light_black
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#000;
font-family:"Open Sans";
font-size:30px;
font-weight:300;
line-height:36px;
padding:0;
text-decoration:none;
}
.tp-caption.large_bold_black,.large_bold_black
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#000;
font-family:"Open Sans";
font-size:58px;
font-weight:800;
line-height:60px;
text-decoration:none;
}
.tp-caption.mediumlarge_light_darkblue,.mediumlarge_light_darkblue
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#34495e;
font-family:"Open Sans";
font-size:34px;
font-weight:300;
line-height:40px;
padding:0;
text-decoration:none;
}
.tp-caption.small_light_white,.small_light_white
{
background-color:transparent;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:17px;
font-weight:300;
line-height:28px;
padding:0;
text-decoration:none;
}
.tp-caption.roundedimage,.roundedimage
{
border-color:#222;
border-style:none;
border-width:0;
}
.tp-caption.large_bg_black,.large_bg_black
{
background-color:#000;
border-color:#ffd658;
border-style:none;
border-width:0;
color:#fff;
font-family:"Open Sans";
font-size:40px;
font-weight:800;
line-height:40px;
padding:10px 20px 15px;
text-decoration:none;
}
.tp-caption.mediumwhitebg,.mediumwhitebg
{
background-color:#fff;
border-color:#000;
border-style:none;
border-width:0;
color:#000;
font-family:"Open Sans";
font-size:30px;
font-weight:300;
line-height:30px;
padding:5px 15px 10px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.maincaption,.maincaption
{
background-color:transparent;
border-color:#000;
border-style:none;
border-width:0;
color:#212a40;
font-family:roboto;
font-size:33px;
font-weight:500;
line-height:43px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.miami_title_60px,.miami_title_60px
{
background-color:transparent;
border-color:#000;
border-style:none;
border-width:0;
color:#fff;
font-family:"Source Sans Pro";
font-size:60px;
font-weight:700;
letter-spacing:1px;
line-height:60px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.miami_subtitle,.miami_subtitle
{
background-color:transparent;
border-color:#000;
border-style:none;
border-width:0;
color:rgba(255,255,255,0.65);
font-family:"Source Sans Pro";
font-size:17px;
font-weight:400;
letter-spacing:2px;
line-height:24px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.divideline30px,.divideline30px
{
background:#fff;
background-color:#fff;
border-color:#222;
border-style:none;
border-width:0;
height:2px;
min-width:30px;
text-decoration:none;
}
.tp-caption.Miami_nostyle,.Miami_nostyle
{
border-color:#222;
border-style:none;
border-width:0;
}
.tp-caption.miami_content_light,.miami_content_light
{
background-color:transparent;
border-color:#000;
border-style:none;
border-width:0;
color:#fff;
font-family:"Source Sans Pro";
font-size:22px;
font-weight:400;
letter-spacing:0;
line-height:28px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.miami_title_60px_dark,.miami_title_60px_dark
{
background-color:transparent;
border-color:#000;
border-style:none;
border-width:0;
color:#333;
font-family:"Source Sans Pro";
font-size:60px;
font-weight:700;
letter-spacing:1px;
line-height:60px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.miami_content_dark,.miami_content_dark
{
background-color:transparent;
border-color:#000;
border-style:none;
border-width:0;
color:#666;
font-family:"Source Sans Pro";
font-size:22px;
font-weight:400;
letter-spacing:0;
line-height:28px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.divideline30px_dark,.divideline30px_dark
{
background-color:#333;
border-color:#222;
border-style:none;
border-width:0;
height:2px;
min-width:30px;
text-decoration:none;
}
.tp-caption.ellipse70px,.ellipse70px
{
background-color:rgba(0,0,0,0.14902);
border-color:#222;
border-radius:50px 50px 50px 50px;
border-style:none;
border-width:0;
cursor:pointer;
line-height:1px;
min-height:70px;
min-width:70px;
text-decoration:none;
}
.tp-caption.arrowicon,.arrowicon
{
border-color:#222;
border-style:none;
border-width:0;
line-height:1px;
}
.tp-caption.MarkerDisplay,.MarkerDisplay
{
background-color:transparent;
border-color:#000;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
font-family:"Permanent Marker";
font-style:normal;
padding:0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.Restaurant-Display,.Restaurant-Display
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:#fff;
font-family:Roboto;
font-size:120px;
font-style:normal;
font-weight:700;
line-height:120px;
padding:0;
text-decoration:none;
}
.tp-caption.Restaurant-Cursive,.Restaurant-Cursive
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:#fff;
font-family:"Nothing you could do";
font-size:30px;
font-style:normal;
font-weight:400;
letter-spacing:2px;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.Restaurant-ScrollDownText,.Restaurant-ScrollDownText
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:#fff;
font-family:Roboto;
font-size:17px;
font-style:normal;
font-weight:400;
letter-spacing:2px;
line-height:17px;
padding:0;
text-decoration:none;
}
.tp-caption.Restaurant-Description,.Restaurant-Description
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:#fff;
font-family:Roboto;
font-size:20px;
font-style:normal;
font-weight:300;
letter-spacing:3px;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.Restaurant-Price,.Restaurant-Price
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:#fff;
font-family:Roboto;
font-size:30px;
font-style:normal;
font-weight:300;
letter-spacing:3px;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.Restaurant-Menuitem,.Restaurant-Menuitem
{
background-color:rgba(0,0,0,1.00);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:17px;
font-style:normal;
font-weight:400;
letter-spacing:2px;
line-height:17px;
padding:10px 30px;
text-align:left;
text-decoration:none;
}
.tp-caption.Furniture-LogoText,.Furniture-LogoText
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(230,207,163,1.00);
font-family:Raleway;
font-size:160px;
font-style:normal;
font-weight:300;
line-height:150px;
padding:0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.Furniture-Plus,.Furniture-Plus
{
background-color:rgba(255,255,255,1.00);
border-color:transparent;
border-radius:30px 30px 30px 30px;
border-style:none;
border-width:0;
box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
color:rgba(230,207,163,1.00);
font-family:Raleway;
font-size:20px;
font-style:normal;
font-weight:400;
line-height:20px;
padding:6px 7px 4px;
text-decoration:none;
text-shadow:none;
}
.tp-caption.Furniture-Title,.Furniture-Title
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(0,0,0,1.00);
font-family:Raleway;
font-size:20px;
font-style:normal;
font-weight:700;
letter-spacing:3px;
line-height:20px;
padding:0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.Furniture-Subtitle,.Furniture-Subtitle
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(0,0,0,1.00);
font-family:Raleway;
font-size:17px;
font-style:normal;
font-weight:300;
line-height:20px;
padding:0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.Gym-Display,.Gym-Display
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:80px;
font-style:normal;
font-weight:900;
line-height:70px;
padding:0;
text-decoration:none;
}
.tp-caption.Gym-Subline,.Gym-Subline
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:30px;
font-style:normal;
font-weight:100;
letter-spacing:5px;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.Gym-SmallText,.Gym-SmallText
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:17px;
font-style:normal;
font-weight:300;
line-height:22;
padding:0;
text-decoration:none;
text-shadow:none;
}
.tp-caption.Fashion-SmallText,.Fashion-SmallText
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:12px;
font-style:normal;
font-weight:600;
letter-spacing:2px;
line-height:20px;
padding:0;
text-decoration:none;
}
.tp-caption.Fashion-BigDisplay,.Fashion-BigDisplay
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(0,0,0,1.00);
font-family:Raleway;
font-size:60px;
font-style:normal;
font-weight:900;
letter-spacing:2px;
line-height:60px;
padding:0;
text-decoration:none;
}
.tp-caption.Fashion-TextBlock,.Fashion-TextBlock
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(0,0,0,1.00);
font-family:Raleway;
font-size:20px;
font-style:normal;
font-weight:400;
letter-spacing:2px;
line-height:40px;
padding:0;
text-decoration:none;
}
.tp-caption.Sports-Display,.Sports-Display
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:130px;
font-style:normal;
font-weight:100;
letter-spacing:13px;
line-height:130px;
padding:0;
text-decoration:none;
}
.tp-caption.Sports-DisplayFat,.Sports-DisplayFat
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:130px;
font-style:normal;
font-weight:900;
line-height:130px;
padding:0;
text-decoration:none;
}
.tp-caption.Sports-Subline,.Sports-Subline
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(0,0,0,1.00);
font-family:Raleway;
font-size:32px;
font-style:normal;
font-weight:400;
letter-spacing:4px;
line-height:32px;
padding:0;
text-decoration:none;
}
.tp-caption.Instagram-Caption,.Instagram-Caption
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:20px;
font-style:normal;
font-weight:900;
line-height:20px;
padding:0;
text-decoration:none;
}
.tp-caption.News-Title,.News-Title
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:"Roboto Slab";
font-size:70px;
font-style:normal;
font-weight:400;
line-height:60px;
padding:0;
text-decoration:none;
}
.tp-caption.News-Subtitle,.News-Subtitle
{
background-color:rgba(255,255,255,0);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:"Roboto Slab";
font-size:15px;
font-style:normal;
font-weight:300;
line-height:24px;
padding:0;
text-decoration:none;
}
.tp-caption.News-Subtitle:hover,.News-Subtitle:hover
{
background-color:rgba(255,255,255,0);
border-color:transparent;
border-radius:0 0 0 0;
border-style:solid;
border-width:0;
color:rgba(255,255,255,0.65);
text-decoration:none;
}
.tp-caption.Photography-Display,.Photography-Display
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:80px;
font-style:normal;
font-weight:100;
letter-spacing:5px;
line-height:70px;
padding:0;
text-decoration:none;
}
.tp-caption.Photography-Subline,.Photography-Subline
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(119,119,119,1.00);
font-family:Raleway;
font-size:20px;
font-style:normal;
font-weight:300;
letter-spacing:3px;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.Photography-ImageHover,.Photography-ImageHover
{
background-color:transparent;
border-color:rgba(255,255,255,0);
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-size:20px;
font-style:normal;
font-weight:400;
line-height:22;
padding:0;
text-decoration:none;
}
.tp-caption.Photography-ImageHover:hover,.Photography-ImageHover:hover
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Photography-Menuitem,.Photography-Menuitem
{
background-color:rgba(0,0,0,0.65);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:20px;
font-style:normal;
font-weight:300;
letter-spacing:2px;
line-height:20px;
padding:3px 5px 3px 8px;
text-decoration:none;
}
.tp-caption.Photography-Menuitem:hover,.Photography-Menuitem:hover
{
background-color:rgba(0,255,222,0.65);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Photography-Textblock,.Photography-Textblock
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:17px;
font-style:normal;
font-weight:300;
letter-spacing:2px;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.Photography-Subline-2,.Photography-Subline-2
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,0.35);
font-family:Raleway;
font-size:20px;
font-style:normal;
font-weight:300;
letter-spacing:3px;
line-height:30px;
padding:0;
text-decoration:none;
}
.tp-caption.Photography-ImageHover2,.Photography-ImageHover2
{
background-color:transparent;
border-color:rgba(255,255,255,0);
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Arial;
font-size:20px;
font-style:normal;
font-weight:400;
line-height:22;
padding:0;
text-decoration:none;
}
.tp-caption.Photography-ImageHover2:hover,.Photography-ImageHover2:hover
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.WebProduct-Title,.WebProduct-Title
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(51,51,51,1.00);
font-family:Raleway;
font-size:90px;
font-style:normal;
font-weight:100;
line-height:90px;
padding:0;
text-decoration:none;
}
.tp-caption.WebProduct-SubTitle,.WebProduct-SubTitle
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(153,153,153,1.00);
font-family:Raleway;
font-size:15px;
font-style:normal;
font-weight:400;
line-height:20px;
padding:0;
text-decoration:none;
}
.tp-caption.WebProduct-Content,.WebProduct-Content
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(153,153,153,1.00);
font-family:Raleway;
font-size:16px;
font-style:normal;
font-weight:600;
line-height:24px;
padding:0;
text-decoration:none;
}
.tp-caption.WebProduct-Menuitem,.WebProduct-Menuitem
{
background-color:rgba(51,51,51,1.00);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:15px;
font-style:normal;
font-weight:500;
letter-spacing:2px;
line-height:20px;
padding:3px 5px 3px 8px;
text-align:left;
text-decoration:none;
}
.tp-caption.WebProduct-Menuitem:hover,.WebProduct-Menuitem:hover
{
background-color:rgba(255,255,255,1.00);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(153,153,153,1.00);
text-decoration:none;
}
.tp-caption.WebProduct-Title-Light,.WebProduct-Title-Light
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:90px;
font-style:normal;
font-weight:100;
line-height:90px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.WebProduct-SubTitle-Light,.WebProduct-SubTitle-Light
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,0.35);
font-family:Raleway;
font-size:15px;
font-style:normal;
font-weight:400;
line-height:20px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.WebProduct-Content-Light,.WebProduct-Content-Light
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,0.65);
font-family:Raleway;
font-size:16px;
font-style:normal;
font-weight:600;
line-height:24px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.FatRounded,.FatRounded
{
background-color:rgba(0,0,0,0.50);
border-color:rgba(211,211,211,1.00);
border-radius:50px 50px 50px 50px;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:30px;
font-style:normal;
font-weight:900;
line-height:30px;
padding:20px 22px 20px 25px;
text-align:left;
text-decoration:none;
text-shadow:none;
}
.tp-caption.FatRounded:hover,.FatRounded:hover
{
background-color:rgba(0,0,0,1.00);
border-color:rgba(211,211,211,1.00);
border-radius:50px 50px 50px 50px;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.NotGeneric-Title,.NotGeneric-Title
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:70px;
font-style:normal;
font-weight:800;
line-height:70px;
padding:10px 0;
text-decoration:none;
}
.tp-caption.NotGeneric-SubTitle,.NotGeneric-SubTitle
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:13px;
font-style:normal;
font-weight:500;
letter-spacing:4px;
line-height:20px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.NotGeneric-CallToAction,.NotGeneric-CallToAction
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.50);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:14px;
font-style:normal;
font-weight:500;
letter-spacing:3px;
line-height:14px;
padding:10px 30px;
text-align:left;
text-decoration:none;
}
.tp-caption.NotGeneric-CallToAction:hover,.NotGeneric-CallToAction:hover
{
background-color:transparent;
border-color:rgba(255,255,255,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.NotGeneric-Icon,.NotGeneric-Icon
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0);
border-radius:0 0 0 0;
border-style:solid;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:30px;
font-style:normal;
font-weight:400;
letter-spacing:3px;
line-height:30px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.NotGeneric-Menuitem,.NotGeneric-Menuitem
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.15);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:14px;
font-style:normal;
font-weight:500;
letter-spacing:3px;
line-height:14px;
padding:27px 30px;
text-align:left;
text-decoration:none;
}
.tp-caption.NotGeneric-Menuitem:hover,.NotGeneric-Menuitem:hover
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.MarkerStyle,.MarkerStyle
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:"Permanent Marker";
font-size:17px;
font-style:normal;
font-weight:100;
line-height:30px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.Gym-Menuitem,.Gym-Menuitem
{
background-color:rgba(0,0,0,1.00);
border-color:rgba(255,255,255,0);
border-radius:3px 3px 3px 3px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:20px;
font-style:normal;
font-weight:300;
letter-spacing:2px;
line-height:20px;
padding:3px 5px 3px 8px;
text-align:left;
text-decoration:none;
}
.tp-caption.Gym-Menuitem:hover,.Gym-Menuitem:hover
{
background-color:rgba(0,0,0,1.00);
border-color:rgba(255,255,255,0.25);
border-radius:3px 3px 3px 3px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Newspaper-Button,.Newspaper-Button
{
background-color:rgba(255,255,255,0);
border-color:rgba(255,255,255,0.25);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:13px;
font-style:normal;
font-weight:700;
letter-spacing:2px;
line-height:17px;
padding:12px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Newspaper-Button:hover,.Newspaper-Button:hover
{
background-color:rgba(255,255,255,1.00);
border-color:rgba(255,255,255,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(0,0,0,1.00);
text-decoration:none;
}
.tp-caption.Newspaper-Subtitle,.Newspaper-Subtitle
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(168,216,238,1.00);
font-family:Roboto;
font-size:15px;
font-style:normal;
font-weight:900;
line-height:20px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.Newspaper-Title,.Newspaper-Title
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:"Roboto Slab";
font-size:50px;
font-style:normal;
font-weight:400;
line-height:55px;
padding:0 0 10px;
text-align:left;
text-decoration:none;
}
.tp-caption.Newspaper-Title-Centered,.Newspaper-Title-Centered
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:"Roboto Slab";
font-size:50px;
font-style:normal;
font-weight:400;
line-height:55px;
padding:0 0 10px;
text-align:center;
text-decoration:none;
}
.tp-caption.Hero-Button,.Hero-Button
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.50);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:14px;
font-style:normal;
font-weight:500;
letter-spacing:3px;
line-height:14px;
padding:10px 30px;
text-align:left;
text-decoration:none;
}
.tp-caption.Hero-Button:hover,.Hero-Button:hover
{
background-color:rgba(255,255,255,1.00);
border-color:rgba(255,255,255,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(0,0,0,1.00);
text-decoration:none;
}
.tp-caption.Video-Title,.Video-Title
{
background-color:rgba(0,0,0,1.00);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:30px;
font-style:normal;
font-weight:900;
line-height:30px;
padding:5px;
text-align:left;
text-decoration:none;
}
.tp-caption.Video-SubTitle,.Video-SubTitle
{
background-color:rgba(0,0,0,0.35);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:12px;
font-style:normal;
font-weight:600;
letter-spacing:2px;
line-height:12px;
padding:5px;
text-align:left;
text-decoration:none;
}
.tp-caption.NotGeneric-Button,.NotGeneric-Button
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.50);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:14px;
font-style:normal;
font-weight:500;
letter-spacing:3px;
line-height:14px;
padding:10px 30px;
text-align:left;
text-decoration:none;
}
.tp-caption.NotGeneric-Button:hover,.NotGeneric-Button:hover
{
background-color:transparent;
border-color:rgba(255,255,255,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.NotGeneric-BigButton,.NotGeneric-BigButton
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.15);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:14px;
font-style:normal;
font-weight:500;
letter-spacing:3px;
line-height:14px;
padding:27px 30px;
text-align:left;
text-decoration:none;
}
.tp-caption.NotGeneric-BigButton:hover,.NotGeneric-BigButton:hover
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.WebProduct-Button,.WebProduct-Button
{
background-color:rgba(51,51,51,1.00);
border-color:rgba(0,0,0,1.00);
border-radius:0 0 0 0;
border-style:none;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:16px;
font-style:normal;
font-weight:600;
letter-spacing:1px;
line-height:48px;
padding:0 40px;
text-align:left;
text-decoration:none;
}
.tp-caption.WebProduct-Button:hover,.WebProduct-Button:hover
{
background-color:rgba(255,255,255,1.00);
border-color:rgba(0,0,0,1.00);
border-radius:0 0 0 0;
border-style:none;
border-width:2px;
color:rgba(51,51,51,1.00);
text-decoration:none;
}
.tp-caption.Restaurant-Button,.Restaurant-Button
{
background-color:rgba(10,10,10,0);
border-color:rgba(255,255,255,0.50);
border-radius:0 0 0 0;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:17px;
font-style:normal;
font-weight:500;
letter-spacing:3px;
line-height:17px;
padding:12px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Restaurant-Button:hover,.Restaurant-Button:hover
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,224,129,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Gym-Button,.Gym-Button
{
background-color:rgba(139,192,39,1.00);
border-color:rgba(0,0,0,0);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:15px;
font-style:normal;
font-weight:600;
letter-spacing:1px;
line-height:15px;
padding:13px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Gym-Button:hover,.Gym-Button:hover
{
background-color:rgba(114,168,0,1.00);
border-color:rgba(0,0,0,0);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Gym-Button-Light,.Gym-Button-Light
{
background-color:transparent;
border-color:rgba(255,255,255,0.25);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:15px;
font-style:normal;
font-weight:600;
line-height:15px;
padding:12px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Gym-Button-Light:hover,.Gym-Button-Light:hover
{
background-color:rgba(114,168,0,0);
border-color:rgba(139,192,39,1.00);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Sports-Button-Light,.Sports-Button-Light
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.50);
border-radius:0 0 0 0;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:17px;
font-style:normal;
font-weight:600;
letter-spacing:2px;
line-height:17px;
padding:12px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Sports-Button-Light:hover,.Sports-Button-Light:hover
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Sports-Button-Red,.Sports-Button-Red
{
background-color:rgba(219,28,34,1.00);
border-color:rgba(219,28,34,0);
border-radius:0 0 0 0;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:17px;
font-style:normal;
font-weight:600;
letter-spacing:2px;
line-height:17px;
padding:12px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Sports-Button-Red:hover,.Sports-Button-Red:hover
{
background-color:rgba(0,0,0,1.00);
border-color:rgba(0,0,0,1.00);
border-radius:0 0 0 0;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Photography-Button,.Photography-Button
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.25);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
font-family:Raleway;
font-size:15px;
font-style:normal;
font-weight:600;
letter-spacing:1px;
line-height:15px;
padding:13px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Photography-Button:hover,.Photography-Button:hover
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,1.00);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:1px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Newspaper-Button-2,.Newspaper-Button-2
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,0.50);
border-radius:3px 3px 3px 3px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:15px;
font-style:normal;
font-weight:900;
line-height:15px;
padding:10px 30px;
text-align:left;
text-decoration:none;
}
.tp-caption.Newspaper-Button-2:hover,.Newspaper-Button-2:hover
{
background-color:rgba(0,0,0,0);
border-color:rgba(255,255,255,1.00);
border-radius:3px 3px 3px 3px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Feature-Tour,.Feature-Tour
{
background-color:rgba(139,192,39,1.00);
border-color:rgba(0,0,0,0);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:17px;
font-style:normal;
font-weight:700;
line-height:17px;
padding:17px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Feature-Tour:hover,.Feature-Tour:hover
{
background-color:rgba(114,168,0,1.00);
border-color:rgba(0,0,0,0);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Feature-Examples,.Feature-Examples
{
background-color:transparent;
border-color:rgba(33,42,64,0.15);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:2px;
color:rgba(33,42,64,0.50);
font-family:Roboto;
font-size:17px;
font-style:normal;
font-weight:700;
line-height:17px;
padding:15px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Feature-Examples:hover,.Feature-Examples:hover
{
background-color:transparent;
border-color:rgba(139,192,39,1.00);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:2px;
color:rgba(139,192,39,1.00);
text-decoration:none;
}
.tp-caption.subcaption,.subcaption
{
background-color:transparent;
border-color:rgba(0,0,0,1.00);
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(111,124,130,1.00);
font-family:roboto;
font-size:19px;
font-style:normal;
font-weight:400;
line-height:24px;
padding:0;
text-align:left;
text-decoration:none;
text-shadow:none;
}
.tp-caption.menutab,.menutab
{
background-color:transparent;
border-color:rgba(0,0,0,1.00);
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(41,46,49,1.00);
font-family:roboto;
font-size:25px;
font-style:normal;
font-weight:300;
line-height:30px;
padding:0;
text-align:left;
text-decoration:none;
text-shadow:none;
}
.tp-caption.menutab:hover,.menutab:hover
{
background-color:transparent;
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(213,0,0,1.00);
text-decoration:none;
}
.tp-caption.maincontent,.maincontent
{
background-color:transparent;
border-color:rgba(0,0,0,1.00);
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(41,46,49,1.00);
font-family:roboto;
font-size:21px;
font-style:normal;
font-weight:300;
line-height:26px;
padding:0;
text-align:left;
text-decoration:none;
text-shadow:none;
}
.tp-caption.minitext,.minitext
{
background-color:transparent;
border-color:rgba(0,0,0,1.00);
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(185,186,187,1.00);
font-family:roboto;
font-size:15px;
font-style:normal;
font-weight:400;
line-height:20px;
padding:0;
text-align:left;
text-decoration:none;
text-shadow:none;
}
.tp-caption.Feature-Buy,.Feature-Buy
{
background-color:rgba(0,154,238,1.00);
border-color:rgba(0,0,0,0);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:17px;
font-style:normal;
font-weight:700;
line-height:17px;
padding:17px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Feature-Buy:hover,.Feature-Buy:hover
{
background-color:rgba(0,133,214,1.00);
border-color:rgba(0,0,0,0);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Feature-Examples-Light,.Feature-Examples-Light
{
background-color:transparent;
border-color:rgba(255,255,255,0.15);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:17px;
font-style:normal;
font-weight:700;
line-height:17px;
padding:15px 35px;
text-align:left;
text-decoration:none;
}
.tp-caption.Feature-Examples-Light:hover,.Feature-Examples-Light:hover
{
background-color:transparent;
border-color:rgba(255,255,255,1.00);
border-radius:30px 30px 30px 30px;
border-style:solid;
border-width:2px;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Facebook-Likes,.Facebook-Likes
{
background-color:rgba(59,89,153,1.00);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
font-family:Roboto;
font-size:15px;
font-style:normal;
font-weight:500;
line-height:22px;
padding:5px 15px;
text-align:left;
text-decoration:none;
}
.tp-caption.Twitter-Favorites,.Twitter-Favorites
{
background-color:rgba(255,255,255,0);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(136,153,166,1.00);
font-family:Roboto;
font-size:15px;
font-style:normal;
font-weight:500;
line-height:22px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.Twitter-Link,.Twitter-Link
{
background-color:rgba(255,255,255,1.00);
border-color:transparent;
border-radius:30px 30px 30px 30px;
border-style:none;
border-width:0;
color:rgba(135,153,165,1.00);
font-family:Roboto;
font-size:15px;
font-style:normal;
font-weight:500;
line-height:15px;
padding:11px 11px 9px;
text-align:left;
text-decoration:none;
}
.tp-caption.Twitter-Link:hover,.Twitter-Link:hover
{
background-color:rgba(0,132,180,1.00);
border-color:transparent;
border-radius:30px 30px 30px 30px;
border-style:none;
border-width:0;
color:rgba(255,255,255,1.00);
text-decoration:none;
}
.tp-caption.Twitter-Retweet,.Twitter-Retweet
{
background-color:rgba(255,255,255,0);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(136,153,166,1.00);
font-family:Roboto;
font-size:15px;
font-style:normal;
font-weight:500;
line-height:22px;
padding:0;
text-align:left;
text-decoration:none;
}
.tp-caption.Twitter-Content,.Twitter-Content
{
background-color:rgba(255,255,255,1.00);
border-color:transparent;
border-radius:0 0 0 0;
border-style:none;
border-width:0;
color:rgba(41,47,51,1.00);
font-family:Roboto;
font-size:20px;
font-style:normal;
font-weight:500;
line-height:28px;
padding:30px 30px 70px;
text-align:left;
text-decoration:none;
}
.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"]{ 	
font-family: "Arial", sans-serif;
font-size: 15px;
color: #000;
background-color: #fff;
line-height: 46px;
padding: 0 20px;
cursor: text;
border: 0;
width: 400px;
margin-bottom: 0px;
-webkit-transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-ms-transition: background-color 0.5s;
transition: background-color 0.5s;
border-radius: 0px;
}
.tp-caption.BigBold-Title,
.BigBold-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 110px;
line-height: 100px;
font-weight: 800;
font-style: normal;
font-family: Raleway;
padding: 10px 0px 10px 0;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
color: rgba(255, 255, 255, 0.50);
font-size: 15px;
line-height: 24px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 1px
}
.tp-caption.BigBold-Button,
.BigBold-Button {
color: rgba(255, 255, 255, 1.00);
font-size: 13px;
line-height: 13px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 15px 50px 15px 50px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.50);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 1px
}
.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
color: rgba(41, 46, 49, 1.00);
font-size: 17px;
line-height: 28px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 30px 30px 30px 30px;
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(41, 46, 49, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
color: rgba(41, 46, 49, 1.00);
font-size: 13px;
line-height: 13px;
font-weight: 700;
font-style: normal;
font-family: Raleway;
padding: 15px 70px 15px 50px;
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(41, 46, 49, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 1px
}
.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(41, 46, 49, 1.00);
border-color: rgba(41, 46, 49, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
color: rgba(41, 46, 49, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 700;
font-style: normal;
font-family: Raleway;
padding: 14px 14px 14px 16px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(41, 46, 49, 0);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: left;
letter-spacing: 1px
}
.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(41, 46, 49, 1.00);
border-color: rgba(41, 46, 49, 0);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px
}
.tp-caption.Video-SubTitle,
.Video-SubTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 12px;
line-height: 12px;
font-weight: 600;
font-style: normal;
font-family: Raleway;
padding: 5px 5px 5px 5px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.35);
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 2px;
text-align: left
}
.tp-caption.Video-Title,
.Video-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 30px;
line-height: 30px;
font-weight: 900;
font-style: normal;
font-family: Raleway;
padding: 5px 5px 5px 5px;
text-decoration: none;
background-color: rgba(0, 0, 0, 1.00);
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
color: rgba(255, 255, 255, 1.00);
font-size: 25px;
line-height: 30px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
color: rgba(255, 255, 255, 1.00);
font-size: 25px;
line-height: 25px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 12px 20px 12px 20px;
text-decoration: none;
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 2px;
border-radius: 5px 5px 5px 5px;
text-align: left;
letter-spacing: 1px
}
.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 0.15);
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 2px;
border-radius: 5px 5px 5px 5px
}
.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
color: rgba(255, 255, 255, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 800;
font-style: normal;
font-family: Raleway;
padding: 0px 0px 0px 0;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 700;
font-style: normal;
font-family: Raleway;
padding: 20px 50px 20px 50px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.15);
border-style: solid;
border-width: 2px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 3px
}
.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 2px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
color: rgba(255, 255, 255, 1.00);
font-size: 14px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
text-shadow: none
}
.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
color: rgba(41, 46, 49, 1.00);
font-size: 33px;
line-height: 45px;
font-weight: 600;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
color: rgba(111, 124, 130, 1.00);
font-size: 16px;
line-height: 24px;
font-weight: 600;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
color: rgba(41, 46, 49, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
padding: 10px 10px 10px 10px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
color: rgba(111, 124, 130, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px
}
.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
color: rgba(41, 46, 49, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
color: rgba(111, 124, 130, 1.00);
font-size: 25px;
line-height: 25px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
color: rgba(111, 124, 130, 1.00);
font-size: 17px;
line-height: 28px;
font-weight: 500;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
color: rgba(41, 46, 49, 1.00);
font-size: 13px;
line-height: 13px;
font-weight: 700;
font-style: normal;
font-family: Raleway;
padding: 15px 50px 15px 50px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(41, 46, 49, 0.50);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 1px
}
.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(41, 46, 49, 1.00);
border-color: rgba(41, 46, 49, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
color: rgba(41, 46, 49, 1.00);
font-size: 13px;
line-height: 13px;
font-weight: 700;
font-style: normal;
font-family: Raleway;
padding: 14px 14px 14px 16px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(41, 46, 49, 0.50);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: left;
letter-spacing: 1px
}
.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(41, 46, 49, 1.00);
border-color: rgba(41, 46, 49, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px
}
.tp-caption.Newspaper-Title,
.Newspaper-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 55px;
font-weight: 400;
font-style: normal;
font-family: "Roboto Slab";
padding: 0 0 10px 0;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
color: rgba(168, 216, 238, 1.00);
font-size: 15px;
line-height: 20px;
font-weight: 900;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Newspaper-Button,
.Newspaper-Button {
color: rgba(255, 255, 255, 1.00);
font-size: 13px;
line-height: 17px;
font-weight: 700;
font-style: normal;
font-family: Roboto;
padding: 12px 35px 12px 35px;
text-decoration: none;
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.25);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 2px;
text-align: left
}
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.rtwhitemedium,
.rtwhitemedium {
font-size: 22px;
line-height: 26px;
color: rgb(255, 255, 255);
text-decoration: none;
background-color: transparent;
border-width: 0px;
border-color: rgb(0, 0, 0);
border-style: none;
text-shadow: none
}
@media only screen and (max-width: 767px) {
.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"] { width: 200px !important; }
}
.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {	
font-family: "Arial", sans-serif;
line-height: 46px;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 15px;
font-weight: 700;
padding: 0 20px;
border: 0;
background: #009aee;
color: #fff;
border-radius: 0px;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important
}
.tp-caption.Concept-Title,
.Concept-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 700;
font-style: normal;
font-family: "Roboto Condensed";
padding: 0px 0px 10px 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 5px
}
.tp-caption.Concept-SubTitle,
.Concept-SubTitle {
color: rgba(255, 255, 255, 0.65);
font-size: 25px;
line-height: 25px;
font-weight: 700;
font-style: italic;
font-family: ""Playfair Display"";
padding: 0px 0px 10px 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Concept-Content,
.Concept-Content {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 30px;
font-weight: 400;
font-style: normal;
font-family: "Roboto Condensed";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 1.00);
border-style: none;
border-width: 2px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Concept-MoreBtn,
.Concept-MoreBtn {
color: rgba(255, 255, 255, 1.00);
font-size: 30px;
line-height: 30px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 10px 8px 7px 10px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px;
letter-spacing: 1px;
text-align: left
}
.tp-caption.Concept-MoreBtn:hover,
.Concept-MoreBtn:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 0.15);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px
}
.tp-caption.Concept-LessBtn,
.Concept-LessBtn {
color: rgba(255, 255, 255, 1.00);
font-size: 30px;
line-height: 30px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 10px 8px 7px 10px;
text-decoration: none;
text-align: left;
background-color: rgba(0, 0, 0, 1.00);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px;
letter-spacing: 1px;
text-align: left
}
.tp-caption.Concept-LessBtn:hover,
.Concept-LessBtn:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px
}
.tp-caption.Concept-SubTitle-Dark,
.Concept-SubTitle-Dark {
color: rgba(0, 0, 0, 0.65);
font-size: 25px;
line-height: 25px;
font-weight: 700;
font-style: italic;
font-family: "Playfair Display";
padding: 0px 0px 10px 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Concept-Title-Dark,
.Concept-Title-Dark {
color: rgba(0, 0, 0, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 700;
font-style: normal;
font-family: "Roboto Condensed";
padding: 0px 0px 10px 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 5px
}
.tp-caption.Concept-MoreBtn-Dark,
.Concept-MoreBtn-Dark {
color: rgba(0, 0, 0, 1.00);
font-size: 30px;
line-height: 30px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 10px 8px 7px 10px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px;
letter-spacing: 1px;
text-align: left
}
.tp-caption.Concept-MoreBtn-Dark:hover,
.Concept-MoreBtn-Dark:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(0, 0, 0, 1.00);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 50px 50px 50px 50px
}
.tp-caption.Concept-Content-Dark,
.Concept-Content-Dark {
color: rgba(0, 0, 0, 1.00);
font-size: 20px;
line-height: 30px;
font-weight: 400;
font-style: normal;
font-family: "Roboto Condensed";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 1.00);
border-style: none;
border-width: 2px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Concept-Notice,
.Concept-Notice {
color: rgba(255, 255, 255, 1.00);
font-size: 15px;
line-height: 15px;
font-weight: 400;
font-style: normal;
font-family: "Roboto Condensed";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 1.00);
border-style: none;
border-width: 2px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 2px
}
.tp-caption.Concept-Content a,
.tp-caption.Concept-Content a:visited {
color: #fff !important;
border-bottom: 1px solid #fff !important;
font-weight: 700 !important;
}
.tp-caption.Concept-Content a:hover {
border-bottom: 1px solid transparent !important;
}
.tp-caption.Concept-Content-Dark a,
.tp-caption.Concept-Content-Dark a:visited {
color: #000 !important;
border-bottom: 1px solid #000 !important;
font-weight: 700 !important;
}
.tp-caption.Concept-Content-Dark a:hover {
border-bottom: 1px solid transparent !important;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important
}
.tp-caption.Creative-Title,
.Creative-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Creative-SubTitle,
.Creative-SubTitle {
color: rgba(205, 176, 131, 1.00);
font-size: 14px;
line-height: 14px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 2px
}
.tp-caption.Creative-Button,
.Creative-Button {
color: rgba(205, 176, 131, 1.00);
font-size: 13px;
line-height: 13px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 15px 50px 15px 50px;
text-decoration: none;
text-align: left;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(205, 176, 131, 0.25);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 2px
}
.tp-caption.Creative-Button:hover,
.Creative-Button:hover {
color: rgba(205, 176, 131, 1.00);
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(205, 176, 131, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.subcaption,
.subcaption {
color: rgba(111, 124, 130, 1.00);
font-size: 19px;
line-height: 24px;
font-weight: 400;
font-style: normal;
font-family: roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: rgba(0, 0, 0, 1.00);
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-shadow: none;
text-align: left
}
.tp-caption.RedDot,
.RedDot {
color: rgba(0, 0, 0, 1.00);        
font-weight: 400;
font-style: normal;        
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: left;
background-color: rgba(213, 0, 0, 1.00);
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 5px;
border-radius: 50px 50px 50px 50px
}
.tp-caption.RedDot:hover,
.RedDot:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 0.75);
border-color: rgba(213, 0, 0, 1.00);
border-style: solid;
border-width: 5px;
border-radius: 50px 50px 50px 50px
}
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
color: rgba(0, 0, 0, 1.00);
font-size: 40px;
line-height: 40px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
}
.tp-caption.Woo-Rating,
.Woo-Rating {
color: rgba(0, 0, 0, 1.00);
font-size: 14px;
line-height: 30px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
}
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
color: rgba(0, 0, 0, 1.00);
font-size: 18px;
line-height: 18px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 2px;
}
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
color: rgba(0, 0, 0, 1.00);
font-size: 60px;
line-height: 60px;
font-weight: 700;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
}
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
color: rgba(0, 0, 0, 1.00);
font-size: 15px;
line-height: 15px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 12px 75px 12px 50px;
text-decoration: none;
background-color: rgba(254, 207, 114, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
text-align: left;
}
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(243, 168, 71, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px
}
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
color: rgba(0, 0, 0, 1.00);
font-size: 15px;
line-height: 15px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 12px 35px 12px 35px;
text-decoration: none;
background-color: rgba(254, 207, 114, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
text-align: left;
}
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(243, 168, 71, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px
}
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
color: rgba(0, 0, 0, 1.00);
font-size: 40px;
line-height: 40px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
}
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
color: rgba(0, 0, 0, 1.00);
font-size: 18px;
line-height: 18px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 2px;
}
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
color: rgba(0, 0, 0, 1.00);
font-size: 60px;
line-height: 60px;
font-weight: 700;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
}
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
color: rgba(0, 0, 0, 1.00);
font-size: 15px;
line-height: 15px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 12px 75px 12px 50px;
text-decoration: none;
background-color: rgba(254, 207, 114, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
text-align: left;
}
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(243, 168, 71, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px
}
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
color: rgba(0, 0, 0, 1.00);
font-size: 15px;
line-height: 15px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 12px 35px 12px 35px;
text-decoration: none;
background-color: rgba(254, 207, 114, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
text-align: left;
}
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(243, 168, 71, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 4px 4px 4px 4px
}
.tp-caption.FullScreen-Toggle,
.FullScreen-Toggle {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
padding: 11px 8px 11px 12px;
text-decoration: none;
text-align: left;
background-color: rgba(0, 0, 0, 0.50);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 3px;
text-align: left
}
.tp-caption.FullScreen-Toggle:hover,
.FullScreen-Toggle:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(0, 0, 0, 1.00);
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Agency-Title,
.Agency-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 900;
font-style: normal;
font-family: lato;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 10px
}
.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: italic;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
color: rgba(255, 255, 255, 1.00);
font-size: 30px;
line-height: 71px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 0px;
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 2px;
border-radius: 100px 100px 100px 100px;
text-align: center
}
.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 2px;
border-radius: 100px 100px 100px 100px;
cursor: pointer
}
.tp-caption.Agency-SmallText,
.Agency-SmallText {
color: rgba(255, 255, 255, 1.00);
font-size: 12px;
line-height: 12px;
font-weight: 900;
font-style: normal;
font-family: lato;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 5px
}
.tp-caption.Agency-Social,
.Agency-Social {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: rgba(51, 51, 51, 1.00);
border-style: solid;
border-width: 2px;
border-radius: 30px 30px 30px 30px;
text-align: center
}
.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(51, 51, 51, 1.00);
border-color: rgba(51, 51, 51, 1.00);
border-style: solid;
border-width: 2px;
border-radius: 30px 30px 30px 30px;
cursor: pointer
}
.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 50px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 0px;
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-style: none;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
text-align: center
}
.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 0);
border-style: none;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
cursor: pointer
}
.tp-caption.Dining-Title,
.Dining-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 400;
font-style: normal;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 10px
}
.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
color: rgba(255, 255, 255, 0.50);
font-size: 15px;
line-height: 15px;
font-weight: 700;
font-style: normal;
font-family: Lato;
padding: 17px 73px 17px 50px;
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 0.25);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 2px
}
.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(0, 0, 0, 0);
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px
}
.tp-caption.Dining-Social,
.Dining-Social {
color: rgba(255, 255, 255, 1.00);
font-size: 25px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 0.25);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: center
}
.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(255, 255, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
cursor: pointer
}
tp-caption.Team-Thumb,
.Team-Thumb {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 22px;
font-weight: 400;
font-style: normal;
font-family: Arial;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.Team-Name,
.Team-Name {
color: rgba(255, 255, 255, 1.00);
font-size: 70px;
line-height: 70px;
font-weight: 900;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Team-Position,
.Team-Position {
color: rgba(255, 255, 255, 1.00);
font-size: 30px;
line-height: 30px;
font-weight: 400;
font-style: normal;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Team-Description,
.Team-Description {
color: rgba(255, 255, 255, 1.00);
font-size: 18px;
line-height: 28px;
font-weight: 400;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Team-Social,
.Team-Social {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: Arial;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.Team-Social:hover,
.Team-Social:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
}
.tp-caption.VideoControls-Play,
.VideoControls-Play {
color: rgba(0, 0, 0, 1.00);
font-size: 50px;
line-height: 120px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 7px;
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
text-align: center
}
.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
cursor: pointer
}
.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 40px;
line-height: 40px;
font-weight: 900;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 10px
}
.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: italic;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 50px;
font-weight: 400;
font-style: normal;
font-family: Arial;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
}
.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
color: rgba(0, 0, 0, 1.00);
font-size: 20px;
line-height: 50px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 0px;
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
text-align: center
}
.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
cursor: pointer
}
.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
color: rgba(0, 0, 0, 1.00);
font-size: 20px;
line-height: 50px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 0px;
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
text-align: center
}
.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 100px 100px 100px 100px;
cursor: pointer
}
.soundcloudwrapper iframe {
width: 100% !important
}
.tp-caption.SleekLanding-Title,
.SleekLanding-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 35px;
line-height: 40px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 5px
}
.tp-caption.SleekLanding-ButtonBG,
.SleekLanding-ButtonBG {
color: rgba(0, 0, 0, 1.00);
font-weight: 700;
font-style: normal;    
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: rgba(255, 255, 255, 0.10);
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-width: 0px;
border-radius: 5px 5px 5px 5px;
text-align: left;    
box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15)
}
.tp-caption.SleekLanding-SmallTitle,
.SleekLanding-SmallTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 13px;
line-height: 50px;
font-weight: 900;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left;
letter-spacing: 2px
}
.tp-caption.SleekLanding-BottomText,
.SleekLanding-BottomText {
color: rgba(255, 255, 255, 1.00);
font-size: 15px;
line-height: 24px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.SleekLanding-Social,
.SleekLanding-Social {
color: rgba(255, 255, 255, 1.00);
font-size: 22px;
line-height: 30px;
font-weight: 400;
font-style: normal;
font-family: Arial;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.SleekLanding-Social:hover,
.SleekLanding-Social:hover {
color: rgba(0, 0, 0, 0.25);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
#rev_slider_429_1_wrapper .tp-loader.spinner2 {
background-color: #555555 !important;
}
.tp-fat {
font-weight: 900 !important;
}
.tp-caption.PostSlider-Category,
.PostSlider-Category {
color: rgba(0, 0, 0, 1.00);
font-size: 15px;
line-height: 15px;
font-weight: 300;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 3px;
text-align: left
}
.tp-caption.PostSlider-Title,
.PostSlider-Title {
color: rgba(0, 0, 0, 1.00);
font-size: 40px;
line-height: 40px;
font-weight: 400;
font-style: normal;
font-family: "Playfair Display";
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.PostSlider-Content,
.PostSlider-Content {
color: rgba(119, 119, 119, 1.00);
font-size: 15px;
line-height: 23px;
font-weight: 400;
font-style: normal;
font-family: Roboto;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.PostSlider-Button,
.PostSlider-Button {
color: rgba(0, 0, 0, 1.00);
font-size: 15px;
line-height: 40px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 1px 56px 1px 32px;
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
text-align: left
}
.tp-caption.PostSlider-Button:hover,
.PostSlider-Button:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(238, 238, 238, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
} @media only screen and (max-width: 960px) {} @media only screen and (max-width: 768px) {} .tp-caption.LandingPage-Title,
.LandingPage-Title {
color:rgba(255,
255,
255,
1.00);
font-size:70px;
line-height:80px;
font-weight:900;
font-style:normal;
font-family:Lato;
padding:0 0 0 0px;
text-decoration:none;
background-color:transparent;
border-color:transparent;
border-style:none;
border-width:0px;
border-radius:0 0 0 0px;
text-align:left;
letter-spacing:10px
}
.tp-caption.LandingPage-SubTitle,
.LandingPage-SubTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 30px;
font-weight: 400;
font-style: italic;
font-family: Georgia, serif;
padding: 0 0 0 0px;
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.LandingPage-Button,
.LandingPage-Button {
color: rgba(0, 0, 0, 1.00);
font-size: 15px;
line-height: 54px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 35px 0px 35px;
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
text-align: left;
letter-spacing: 3px
}
.tp-caption.LandingPage-Button:hover,
.LandingPage-Button:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
}
.tp-caption.App-Content a,
.tp-caption.App-Content a:visited {
color: #89124e !important;
border-bottom: 1px solid transparent !important;
font-weight: bold !important;
}
.tp-caption.App-Content a:hover {
border-bottom: 1px solid #89124e !important;
}
.tp-caption.RockBand-LogoText,
.RockBand-LogoText {
color: rgba(255, 255, 255, 1.00);
font-size: 60px;
line-height: 60px;
font-weight: 700;
font-style: normal;
font-family: Oswald;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #fff !important;
text-decoration: underline !important;
}
.tp-caption.Twitter-Content a:hover {
color: #fff !important;
text-decoration: none !important;
}
.soundcloudwrapper iframe {
width: 100% !important
}
.tp-caption.Agency-LogoText,
.Agency-LogoText {
color: rgba(255, 255, 255, 1.00);
font-size: 12px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 1px
}
.tp-caption.ComingSoon-Highlight,
.ComingSoon-Highlight {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 37px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 20px 3px 20px;
text-decoration: none;
text-align: left;
background-color: rgba(0, 154, 238, 1.00);
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ComingSoon-Count,
.ComingSoon-Count {
color: rgba(255, 255, 255, 1.00);
font-size: 50px;
line-height: 50px;
font-weight: 900;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.ComingSoon-CountUnit,
.ComingSoon-CountUnit {
color: rgba(255, 255, 255, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.ComingSoon-NotifyMe,
.ComingSoon-NotifyMe {
color: rgba(164, 157, 143, 1.00);
font-size: 27px;
line-height: 35px;
font-weight: 600;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
#mc_embed_signup input#mce-EMAIL {
font-family: "Lato", sans-serif;
font-size: 15px;
color: #000;
background-color: #fff;
line-height: 46px;
padding: 0 20px;
cursor: text;
border: 1px solid #fff;
width: 400px;
margin-bottom: 0px;
-webkit-transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-ms-transition: background-color 0.5s;
transition: background-color 0.5s;
border-radius: 0px;
}
#mc_embed_signup input#mce-EMAIL[type="email"]:focus {
background-color: #fff;
border: 1px solid #666;
border-right: 0;
}
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
font-family: "Lato", sans-serif;
line-height: 46px;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 13px;
font-weight: 900;
padding: 0 20px;
border: 1px solid #009aee;
background: #009aee;
color: #fff;
border-radius: 0px;
}
#mc_embed_signup input#mc-embedded-subscribe:hover {
background: #0083d4;
}
@media only screen and (max-width: 767px) {
#mc_embed_signup input#mce-EMAIL {
width: 200px;
}
}
.tp-caption.Agency-SmallTitle,
.Agency-SmallTitle {
color: rgba(255, 255, 255, 1.00);
font-size: 15px;
line-height: 22px;
font-weight: 400;
font-style: normal;
font-family: lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 6px
}
.tp-caption.Agency-SmallContent,
.Agency-SmallContent {
color: rgba(255, 255, 255, 1.00);
font-size: 15px;
line-height: 24px;
font-weight: 400;
font-style: normal;
font-family: lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.Agency-SmallLink,
.Agency-SmallLink {
color: rgba(248, 124, 9, 1.00);
font-size: 12px;
line-height: 22px;
font-weight: 700;
font-style: normal;
font-family: lato;
padding: 0 0 0px 0;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 2px;
border-bottom: 1px solid #f87c09 !important
}
.tp-caption.Agency-SmallLink:hover,
.Agency-SmallLink:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.Agency-NavButton,
.Agency-NavButton {
color: rgba(51, 51, 51, 1.00);
font-size: 17px;
line-height: 50px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 0px 0px 0px 0px;
text-decoration: none;
text-align: center;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
text-align: center
}
.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(51, 51, 51, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
}
.tp-caption.Agency-SmallLinkGreen,
.Agency-SmallLinkGreen {
color: rgba(109, 177, 155, 1.00);
font-size: 12px;
line-height: 22px;
font-weight: 700;
font-style: normal;
font-family: lato;
padding: 0 0 0px 0;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 2px;
border-bottom: 1px solid #6db19b !important
}
.tp-caption.Agency-SmallLinkGreen:hover,
.Agency-SmallLinkGreen:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.Agency-SmallLinkBlue,
.Agency-SmallLinkBlue {
color: rgba(153, 153, 153, 1.00);
font-size: 12px;
line-height: 22px;
font-weight: 700;
font-style: normal;
font-family: lato;
padding: 0 0 0px 0;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 2px;
border-bottom: 1px solid #999 !important
}
.tp-caption.Agency-SmallLinkBlue:hover,
.Agency-SmallLinkBlue:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.Agency-LogoText,
.Agency-LogoText {
color: rgba(255, 255, 255, 1.00);
font-size: 12px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
letter-spacing: 1px
}
.tp-caption.Agency-ArrowTooltip,
.Agency-ArrowTooltip {
color: rgba(51, 51, 51, 1.00);
font-size: 15px;
line-height: 20px;
font-weight: 400;
font-style: normal;
font-family: "Permanent Marker";
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.Agency-SmallSocial,
.Agency-SmallSocial {
color: rgba(255, 255, 255, 1.00);
font-size: 30px;
line-height: 30px;
font-weight: 400;
font-style: normal;
font-family: Arial;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.Agency-SmallSocial:hover,
.Agency-SmallSocial:hover {
color: rgba(51, 51, 51, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important
}
.tp-caption.CreativeFrontPage-Btn,
.CreativeFrontPage-Btn {
color: rgba(255, 255, 255, 1.00);
font-size: 14px;
line-height: 60px;
font-weight: 900;
font-style: normal;
font-family: Roboto;
padding: 0px 50px 0px 50px;
text-decoration: none;
text-align: left;
background-color: rgba(0, 104, 92, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 4px 4px 4px 4px;
letter-spacing: 2px
}
.tp-caption.CreativeFrontPage-Btn:hover,
.CreativeFrontPage-Btn:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: rgba(0, 0, 0, 0.25);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 4px 4px 4px 4px;
cursor: pointer
}
.tp-caption.CreativeFrontPage-Menu,
.CreativeFrontPage-Menu {
color: rgba(255, 255, 255, 1.00);
font-size: 14px;
line-height: 14px;
font-weight: 500;
font-style: normal;
font-family: roboto;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 2px
}
.tp-flip-index {
z-index: 1000 !important;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important
}
.tp-caption.FullScreenMenu-Category,
.FullScreenMenu-Category {
color: rgba(17, 17, 17, 1.00);
font-size: 20px;
line-height: 20px;
font-weight: 700;
font-style: normal;
font-family: BenchNine;
padding: 21px 30px 16px 30px;
text-decoration: none;
text-align: left;
background-color: rgba(255, 255, 255, 0.90);
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 3px
}
.tp-caption.FullScreenMenu-Title,
.FullScreenMenu-Title {
color: rgba(255, 255, 255, 1.00);
font-size: 65px;
line-height: 70px;
font-weight: 700;
font-style: normal;
font-family: BenchNine;
padding: 21px 30px 16px 30px;
text-decoration: none;
text-align: left;
background-color: rgba(17, 17, 17, 0.90);
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important
}
.tp-caption.TechJournal-Button,
.TechJournal-Button {
color: rgba(255, 255, 255, 1.00);
font-size: 13px;
line-height: 40px;
font-weight: 900;
font-style: normal;
font-family: Raleway;
padding: 1px 30px 1px 30px;
text-decoration: none;
text-align: left;
background-color: rgba(138, 0, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
letter-spacing: 3px
}
.tp-caption.TechJournal-Button:hover,
.TechJournal-Button:hover {
color: rgba(0, 0, 0, 1.00);
text-decoration: none;
background-color: rgba(255, 255, 255, 1.00);
border-color: rgba(0, 0, 0, 1.00);
border-style: solid;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
cursor: pointer
}
.tp-caption.TechJournal-Big,
.TechJournal-Big {
color: rgba(255, 255, 255, 1.00);
font-size: 120px;
line-height: 120px;
font-weight: 900;
font-style: normal;
font-family: Raleway;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
letter-spacing: 0px
}
.rev_slider {
overflow: hidden;
}
.effect_layer {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important
}
#menu_forcefullwidth {
z-index: 5000;
position: fixed !important;
top: 0px;
left: 0px;
width: 100%
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
color: rgba(51, 51, 51, 1.00);
font-size: 55px;
line-height: 65px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
color: rgba(0, 150, 255, 1.00);
font-size: 25px;
line-height: 24px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
color: rgba(51, 51, 51, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 32px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 1px 1px 1px 1px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: rgba(51, 51, 51, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: center
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
color: rgba(0, 150, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(0, 150, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
cursor: pointer
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
color: rgba(51, 51, 51, 1.00);
font-size: 55px;
line-height: 65px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
color: rgba(0, 150, 255, 1.00);
font-size: 25px;
line-height: 24px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
color: rgba(51, 51, 51, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 32px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 1px 1px 1px 1px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: rgba(51, 51, 51, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: center
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
color: rgba(0, 150, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(0, 150, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
cursor: pointer
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
color: rgba(51, 51, 51, 1.00);
font-size: 55px;
line-height: 65px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 32px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 1px 1px 1px 1px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: rgba(51, 51, 51, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: center
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
color: rgba(0, 150, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(0, 150, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
cursor: pointer
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
color: rgba(51, 51, 51, 1.00);
font-size: 55px;
line-height: 65px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
color: rgba(0, 150, 255, 1.00);
font-size: 25px;
line-height: 24px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
color: rgba(51, 51, 51, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 32px;
font-weight: 500;
font-style: normal;
font-family: Roboto;
padding: 1px 1px 1px 1px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: rgba(51, 51, 51, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
text-align: center
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
color: rgba(0, 150, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: rgba(0, 150, 255, 1.00);
border-style: solid;
border-width: 1px;
border-radius: 30px 30px 30px 30px;
cursor: pointer
}
.rev_slider {
overflow: hidden;
}
.effect_layer {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.gyges .tp-thumb {
opacity: 1
}
.gyges .tp-thumb-img-wrap {
padding: 3px;
background-color: rgba(0, 0, 0, 0.25);
display: inline-block;
width: 100%;
height: 100%;
position: relative;
margin: 0px;
box-sizing: border-box;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.gyges .tp-thumb-image {
padding: 3px;
display: block;
box-sizing: border-box;
position: relative;
-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
color: rgba(51, 51, 51, 1.00);
font-size: 55px;
line-height: 65px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
color: rgba(0, 150, 255, 1.00);
font-size: 25px;
line-height: 24px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
color: rgba(51, 51, 51, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.FullSiteBlock-FooterLink,
.FullSiteBlock-FooterLink {
color: rgba(85, 85, 85, 1.00);
font-size: 15px;
line-height: 20px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: left
}
.tp-caption.FullSiteBlock-FooterLink:hover,
.FullSiteBlock-FooterLink:hover {
color: rgba(0, 150, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.fb-share-button.fb_iframe_widget iframe {
width: 115px!important;
}
#tp-socialwrapper {
opacity: 0;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
color: #0084B4 !important
}
.tp-caption.Twitter-Content a:hover {
color: #0084B4 !important;
text-decoration: underline !important
}
#menu_forcefullwidth {
z-index: 5000;
position: fixed !important;
top: 0px;
left: 0px;
width: 100%
}
#tp-menubg {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000', GradientType=0); }
#mc_embed_signup input[type="email"] {
font-family: "Lato", sans-serif;
font-size: 16px;
font-weight: 400;
background-color: #fff;
color: #888 !important;
line-height: 46px;
padding: 0 20px;
cursor: text;
border: 0;
width: 400px;
margin-bottom: 0px;
-webkit-transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-ms-transition: background-color 0.5s;
transition: background-color 0.5s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#mc_embed_signup input[type="email"]::-webkit-input-placeholder {
color: #888 !important;
}
#mc_embed_signup input[type="email"]::-moz-placeholder {
color: #888 !important;
}
#mc_embed_signup input[type="email"]:-ms-input-placeholder {
color: #888 !important;
}
#mc_embed_signup input[type="email"]:focus {
background-color: #f5f5f5;
color: #454545;
}
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
font-family: "Lato", sans-serif;
line-height: 46px;
font-size: 16px;
font-weight: 700;
padding: 0 30px;
border: 0;
background: #f04531;
text-transform: none;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#mc_embed_signup input#mc-embedded-subscribe:hover {
background: #e03727;
}
@media only screen and (max-width: 767px) {
#mc_embed_signup input[type="email"] {
width: 260px;
}
}
@media only screen and (max-width: 480px) {
#mc_embed_signup input[type="email"] {
width: 160px;
}
}
#rev_slider_167_6 .uranus.tparrows {
width: 50px;
height: 50px;
background: rgba(255, 255, 255, 0);
}
#rev_slider_167_6 .uranus.tparrows:before {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 40px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
#rev_slider_167_6 .uranus.tparrows:hover:before {
opacity: 0.75;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
color: rgba(51, 51, 51, 1.00);
font-size: 25px;
line-height: 34px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center
}
.tp-caption.ParallaxWebsite-FooterItem,
.ParallaxWebsite-FooterItem {
color: rgba(255, 255, 255, 0.50);
font-size: 16px;
line-height: 24px;
font-weight: 400;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: left;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px
}
.tp-caption.ParallaxWebsite-FooterItem:hover,
.ParallaxWebsite-FooterItem:hover {
color: rgba(255, 255, 255, 1.00);
text-decoration: none;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
cursor: pointer
}
.fb-share-button.fb_iframe_widget iframe {
width: 115px!important;
}
iframe.twitter-share-button {
display: none;
}
.fb-share-button.fb_iframe_widget iframe {
display: none;
}
.tp-caption.FullSiteBlock-Link, 
.FullSiteBlock-Link {
color: rgba(0,150,255,1.00);
font-size: 25px;
line-height: 24px;
font-weight: 300;
font-style: normal;
font-family: Lato;
padding: 0 0 0 0px;
text-decoration: none;
text-align: center;
background-color: transparent;
border-color: transparent;
border-style: none;
border-width: 0px;
border-radius: 0 0 0 0px;
text-align: center;
}
.ares.tparrows {
cursor:pointer;
background:#fff;
min-width:60px;
min-height:60px;
position:absolute;
display:block;
z-index:100;
border-radius:50%;
}
.ares.tparrows:hover {
}
.ares.tparrows:before {
font-family: "revicons";
font-size:25px;
color:#aaa;
display:block;
line-height: 60px;
text-align: center;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s;
z-index:2;
position:relative;
}
.ares.tparrows.tp-leftarrow:before {
content: "\e81f";
}
.ares.tparrows.tp-rightarrow:before {
content: "\e81e";
}
.ares.tparrows:hover:before {
color:#000;
}
.ares .tp-title-wrap { 
position:absolute;
z-index:1;
display:inline-block;
background:#fff;
min-height:60px;
line-height:60px;
top:0px;
margin-left:30px;
border-radius:0px 30px 30px 0px;
overflow:hidden;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transform:scaleX(0);  
-webkit-transform:scaleX(0);  
transform-origin:0% 50%; 
-webkit-transform-origin:0% 50%;
}
.ares.tp-rightarrow .tp-title-wrap { 
right:0px;
margin-right:30px;margin-left:0px;
-webkit-transform-origin:100% 50%;
border-radius:30px 0px 0px 30px;
}
.ares.tparrows:hover .tp-title-wrap {
transform:scaleX(1) scaleY(1);
-webkit-transform:scaleX(1) scaleY(1);
}
.ares .tp-arr-titleholder {
position:relative;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transform:translateX(200px);  
text-transform:uppercase;
color:#000;
font-weight:400;
font-size:14px;
line-height:60px;
white-space:nowrap;
padding:0px 20px;
margin-left:10px;
opacity:0;
}
.ares.tp-rightarrow .tp-arr-titleholder {
transform:translateX(-200px); 
margin-left:0px; margin-right:10px;
}
.ares.tparrows:hover .tp-arr-titleholder {
transform:translateX(0px);
-webkit-transform:translateX(0px);
transition-delay: 0.1s;
opacity:1;
} .ares.tp-bullets {
}
.ares.tp-bullets:before {
content:" ";
position:absolute;
width:100%;
height:100%;
background:transparent;
padding:10px;
margin-left:-10px;margin-top:-10px;
box-sizing:content-box;
}
.ares .tp-bullet {
width:13px;
height:13px;
position:absolute;
background:#e5e5e5;
border-radius:50%;
cursor: pointer;
box-sizing:content-box;
}
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
background:#fff;
}
.ares .tp-bullet-title {
position:absolute;
color:#888;
font-size:12px;
padding:0px 10px;
font-weight:600;
right:27px;
top:-4px;
background:#fff;
background:rgba(255,255,255,0.75);
visibility:hidden;
transform:translateX(-20px);
-webkit-transform:translateX(-20px);
transition:transform 0.3s;
-webkit-transition:transform 0.3s;
line-height:20px;
white-space:nowrap;
}     
.ares .tp-bullet-title:after {
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent rgba(255,255,255,0.75);
content:" ";
position:absolute;
right:-10px;
top:0px;
}
.ares .tp-bullet:hover .tp-bullet-title{
visibility:visible;
transform:translateX(0px);
-webkit-transform:translateX(0px);
}
.ares .tp-bullet.selected:hover .tp-bullet-title {
background:#fff;
}
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
border-color:transparent transparent transparent #fff;
}
.ares.tp-bullets:hover .tp-bullet-title {
visibility:hidden;
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
visibility:visible;
} .ares .tp-tab { 
opacity:1;      
padding:10px;
box-sizing:border-box;
font-family: "Roboto", sans-serif;
border-bottom: 1px solid #e5e5e5;
}
.ares .tp-tab-image 
{ 
width:60px;
height:60px; max-height:100%; max-width:100%;
position:relative;
display:inline-block;
float:left;
}
.ares .tp-tab-content 
{
background:rgba(0,0,0,0); 
position:relative;
padding:15px 15px 15px 85px;
left:0px;
overflow:hidden;
margin-top:-15px;
box-sizing:border-box;
color:#333;
display: inline-block;
width:100%;
height:100%;
position:absolute; }
.ares .tp-tab-date
{
display:block;
color: #aaa;
font-weight:500;
font-size:12px;
margin-bottom:0px;
}
.ares .tp-tab-title 
{
display:block;	
text-align:left;
color:#333;
font-size:14px;
font-weight:500;
text-transform:none;
line-height:17px;
}
.ares .tp-tab:hover,
.ares .tp-tab.selected {
background:#eee; 
}
.ares .tp-tab-mask {
} @media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 768px) {
}  .custom.tparrows {
cursor:pointer;
background:#000;
background:rgba(0,0,0,0.5);
width:40px;
height:40px;
position:absolute;
display:block;
z-index:10000;
}
.custom.tparrows:hover {
background:#000;
}
.custom.tparrows:before {
font-family: "revicons";
font-size:15px;
color:#fff;
display:block;
line-height: 40px;
text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
content: "\e824";
}
.custom.tparrows.tp-rightarrow:before {
content: "\e825";
} .custom.tp-bullets {
}
.custom.tp-bullets:before {
content:" ";
position:absolute;
width:100%;
height:100%;
background:transparent;
padding:10px;
margin-left:-10px;margin-top:-10px;
box-sizing:content-box;
}
.custom .tp-bullet {
width:12px;
height:12px;
position:absolute;
background:#aaa;
background:rgba(125,125,125,0.5);
cursor: pointer;
box-sizing:content-box;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
background:rgb(125,125,125);
}
.custom .tp-bullet-image {
}
.custom .tp-bullet-title {
}    .dione.tparrows {
height:100%;
width:100px;
background:transparent;
background:rgba(0,0,0,0);
line-height:100%;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.dione.tparrows:hover {
background:rgba(0,0,0,0.45);
}
.dione .tp-arr-imgwrapper {
width:100px;
left:0px;
position:absolute;
height:100%;
top:0px;
overflow:hidden;
}
.dione.tp-rightarrow .tp-arr-imgwrapper {
left:auto;
right:0px;
}
.dione .tp-arr-imgholder {
background-position:center center;
background-size:cover;
width:100px;
height:100%;
top:0px;
visibility:hidden;
transform:translateX(-50px);
-webkit-transform:translateX(-50px);
transition:all 0.3s;
-webkit-transition:all 0.3s;
opacity:0;
left:0px;
}
.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
right:0px;
left:auto;
transform:translateX(50px);
-webkit-transform:translateX(50px);
}
.dione.tparrows:before {
position:absolute;
line-height:30px;
margin-left:-22px;
top:50%;
left:50%;
font-size:30px;
margin-top:-15px;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.dione.tparrows.tp-rightarrow:before {
margin-left:6px;
}
.dione.tparrows:hover:before {
transform:translateX(-20px);
-webkit-transform:translateX(-20px);
opacity:0;
}
.dione.tparrows.tp-rightarrow:hover:before {
transform:translateX(20px);
-webkit-transform:translateX(20px);
}
.dione.tparrows:hover .tp-arr-imgholder {
transform:translateX(0px);
-webkit-transform:translateX(0px);
opacity:1;
visibility:visible;
} .dione .tp-bullet { 
opacity:1;
width:50px;
height:50px;    
padding:3px;
background:#000;
background-color:rgba(0,0,0,0.25);
margin:0px;
box-sizing:border-box;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.dione .tp-bullet-image {
display:block;
box-sizing:border-box;
position:relative;
-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
width:44px;
height:44px;
background-size:cover;
background-position:center center;
}  
.dione .tp-bullet-title { 
position:absolute; 
bottom:65px;
display:inline-block;
left:50%;
background:#000;
background:rgba(0,0,0,0.75);
color:#fff;
padding:10px 30px;
border-radius:4px;
-webkit-border-radius:4px;
opacity:0;
transition:all 0.3s;
-webkit-transition:all 0.3s;
transform: translateZ(0.001px) translateX(-50%) translateY(14px);
transform-origin:50% 100%;
-webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
-webkit-transform-origin:50% 100%;
opacity:0;
white-space:nowrap;
}
.dione .tp-bullet:hover .tp-bullet-title {
transform:rotateX(0deg) translateX(-50%);
-webkit-transform:rotateX(0deg) translateX(-50%);
opacity:1;
}
.dione .tp-bullet.selected,
.dione .tp-bullet:hover  {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}
.dione .tp-bullet-title:after {
content:" ";
position:absolute;
left:50%;
margin-left:-8px;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: rgba(0,0,0,0.75) transparent transparent transparent;
bottom:-8px;
}  .erinyen.tparrows {
cursor:pointer;
background:#000;
background:rgba(0,0,0,0.5);
min-width:70px;
min-height:70px;
position:absolute;
display:block;
z-index:1000;
border-radius:35px;   
}
.erinyen.tparrows:before {
font-family: "revicons";
font-size:20px;
color:#fff;
display:block;
line-height: 70px;
text-align: center;    
z-index:2;
position:relative;
}
.erinyen.tparrows.tp-leftarrow:before {
content: "\e824";
}
.erinyen.tparrows.tp-rightarrow:before {
content: "\e825";
}
.erinyen .tp-title-wrap { 
position:absolute;
z-index:1;
display:inline-block;
background:#000;
background:rgba(0,0,0,0.5);
min-height:70px;
line-height:70px;
top:0px;
margin-left:0px;
border-radius:35px;
overflow:hidden; 
transition: opacity 0.3s;
-webkit-transition:opacity 0.3s;
-moz-transition:opacity 0.3s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);  
visibility:hidden;
opacity:0;
}
.erinyen.tparrows:hover .tp-title-wrap{
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
opacity:1;
visibility:visible;
}
.erinyen.tp-rightarrow .tp-title-wrap { 
right:0px;
margin-right:0px;margin-left:0px;
-webkit-transform-origin:100% 50%;
border-radius:35px;
padding-right:20px;
padding-left:10px;
}
.erinyen.tp-leftarrow .tp-title-wrap { 
padding-left:20px;
padding-right:10px;
}
.erinyen .tp-arr-titleholder {
letter-spacing: 3px;
position:relative;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transform:translateX(200px);  
text-transform:uppercase;
color:#fff;
font-weight:600;
font-size:13px;
line-height:70px;
white-space:nowrap;
padding:0px 20px;
margin-left:11px;
opacity:0;  
}
.erinyen .tp-arr-imgholder {
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
background-position:center center;
background-size:cover;
}
.erinyen .tp-arr-img-over {
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
background:#000;
background:rgba(0,0,0,0.5);
}
.erinyen.tp-rightarrow .tp-arr-titleholder {
transform:translateX(-200px); 
margin-left:0px; margin-right:11px;
}
.erinyen.tparrows:hover .tp-arr-titleholder {
transform:translateX(0px);
-webkit-transform:translateX(0px);
transition-delay: 0.1s;
opacity:1;
} .erinyen.tp-bullets {
}
.erinyen.tp-bullets:before {
content:" ";
position:absolute;
width:100%;
height:100%;
background: #555555; background: -moz-linear-gradient(top,  #555555 0%, #222222 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); background: -webkit-linear-gradient(top,  #555555 0%,#222222 100%); background: -o-linear-gradient(top,  #555555 0%,#222222 100%); background: -ms-linear-gradient(top,  #555555 0%,#222222 100%); background: linear-gradient(to bottom,  #555555 0%,#222222 100%); filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); padding:10px 15px;
margin-left:-15px;margin-top:-10px;
box-sizing:content-box;
border-radius:10px;
box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3);
}
.erinyen .tp-bullet {
width:13px;
height:13px;
position:absolute;
background:#111;	
border-radius:50%;
cursor: pointer;
box-sizing:content-box;
}
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
background: #e5e5e5; background: -moz-linear-gradient(top,  #e5e5e5 0%, #999999 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); background: -webkit-linear-gradient(top,  #e5e5e5 0%,#999999 100%); background: -o-linear-gradient(top,  #e5e5e5 0%,#999999 100%); background: -ms-linear-gradient(top,  #e5e5e5 0%,#999999 100%); background: linear-gradient(to bottom,  #e5e5e5 0%,#999999 100%); filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); border:1px solid #555;
width:12px;height:12px;
}
.erinyen .tp-bullet-image {
}
.erinyen .tp-bullet-title {
} .erinyen .tp-thumb {
opacity:1
}
.erinyen .tp-thumb-over {
background:#000;
background:rgba(0,0,0,0.25);
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
z-index:1;
-webkit-transition:all 0.3s;
transition:all 0.3s;
}
.erinyen .tp-thumb-more:before {
font-family: "revicons";
font-size:12px;
color:#aaa;
color:rgba(255,255,255,0.75);
display:block;
line-height: 12px;
text-align: left;    
z-index:2;
position:absolute;
top:20px;
right:20px;
z-index:2;
}
.erinyen .tp-thumb-more:before {
content: "\e825";
}
.erinyen .tp-thumb-title {
font-family:"Raleway";
letter-spacing:1px;
font-size:12px;
color:#fff;
display:block;
line-height: 15px;
text-align: left;    
z-index:2;
position:absolute;
top:0px;
left:0px;
z-index:2;
padding:20px 35px 20px 20px;
width:100%;
height:100%;
box-sizing:border-box;
transition:all 0.3s;
-webkit-transition:all 0.3s;
font-weight:500;
}
.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
color:#aaa;
}
.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
background:#fff;
}
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
color:#000;
} .erinyen .tp-tab-title {
color:#a8d8ee;
font-size:13px;
font-weight:700;
text-transform:uppercase;
font-family:"Roboto Slab"
margin-bottom:5px;
}
.erinyen .tp-tab-desc {
font-size:18px;
font-weight:400;
color:#fff;
line-height:25px;
font-family:"Roboto Slab";
}   .gyges.tp-bullets {
}
.gyges.tp-bullets:before {
content:" ";
position:absolute;
width:100%;
height:100%;
background: #777777; background: -moz-linear-gradient(top,  #777777 0%, #666666 100%); 
background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%,#777777), color-stop(100%,#666666)); 
background: -webkit-linear-gradient(top,  #777777 0%,#666666 100%); 
background: -o-linear-gradient(top,  #777777 0%,#666666 100%); 
background: -ms-linear-gradient(top,  #777777 0%,#666666 100%); 
background: linear-gradient(to bottom,  #777777 0%,#666666 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", 
endColorstr="#666666",GradientType=0 ); 
padding:10px;
margin-left:-10px;margin-top:-10px;
box-sizing:content-box;
border-radius:10px;
}
.gyges .tp-bullet {
width:12px;
height:12px;
position:absolute;
background:#333;
border:3px solid #444;
border-radius:50%;
cursor: pointer;
box-sizing:content-box;
}
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
background: #ffffff; background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", 
endColorstr="#e1e1e1",GradientType=0 ); }
.gyges .tp-bullet-image {
}
.gyges .tp-bullet-title {
} .gyges .tp-thumb { 
opacity:1
}
.gyges .tp-thumb-img-wrap {
padding:3px;
background:#000;
background-color:rgba(0,0,0,0.25);
display:inline-block;
width:100%;
height:100%;
position:relative;
margin:0px;
box-sizing:border-box;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.gyges .tp-thumb-image {
padding:3px; 
display:block;
box-sizing:border-box;
position:relative;
-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
}  
.gyges .tp-thumb-title { 
position:absolute; 
bottom:100%; 
display:inline-block;
left:50%;
background:rgba(255,255,255,0.8);
padding:10px 30px;
border-radius:4px;
-webkit-border-radius:4px;
margin-bottom:20px;
opacity:0;
transition:all 0.3s;
-webkit-transition:all 0.3s;
transform: translateZ(0.001px) translateX(-50%) translateY(14px);
transform-origin:50% 100%;
-webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
-webkit-transform-origin:50% 100%;
white-space:nowrap;
}
.gyges .tp-thumb:hover .tp-thumb-title {
transform:rotateX(0deg) translateX(-50%);
-webkit-transform:rotateX(0deg) translateX(-50%);
opacity:1;
}
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}
.gyges .tp-thumb-title:after {
content:" ";
position:absolute;
left:50%;
margin-left:-8px;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: rgba(255,255,255,0.8) transparent transparent transparent;
bottom:-8px;
} .gyges .tp-tab { 
opacity:1;      
padding:10px;
box-sizing:border-box;
font-family: "Roboto", sans-serif;
border-bottom: 1px solid rgba(255,255,255,0.15);
}
.gyges .tp-tab-image 
{ 
width:60px;
height:60px; max-height:100%; max-width:100%;
position:relative;
display:inline-block;
float:left;
}
.gyges .tp-tab-content 
{
background:rgba(0,0,0,0); 
position:relative;
padding:15px 15px 15px 85px;
left:0px;
overflow:hidden;
margin-top:-15px;
box-sizing:border-box;
color:#333;
display: inline-block;
width:100%;
height:100%;
position:absolute; }
.gyges .tp-tab-date
{
display:block;
color: rgba(255,255,255,0.25);
font-weight:500;
font-size:12px;
margin-bottom:0px;
}
.gyges .tp-tab-title 
{
display:block;  
text-align:left;
color:#fff;
font-size:14px;
font-weight:500;
text-transform:none;
line-height:17px;
}
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
background:rgba(0,0,0,0.5); 
}
.gyges .tp-tab-mask {
} @media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 768px) {
}  .hades.tparrows {
cursor:pointer;
background:#000;
background:rgba(0,0,0,0.15);
width:100px;
height:100px;
position:absolute;
display:block;
z-index:1000;
}
.hades.tparrows:before {
font-family: "revicons";
font-size:30px;
color:#fff;
display:block;
line-height: 100px;
text-align: center;
transition: background 0.3s, color 0.3s;
}
.hades.tparrows.tp-leftarrow:before {
content: "\e824";
}
.hades.tparrows.tp-rightarrow:before {
content: "\e825";
}
.hades.tparrows:hover:before {
color:#aaa;
background:#fff;
background:rgba(255,255,255,1);
}
.hades .tp-arr-allwrapper {
position:absolute;
left:100%;
top:0px;
background:#888; 
width:100px;height:100px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0.0;
-khtml-opacity: 0.0;
opacity: 0.0;
-webkit-transform: rotatey(-90deg);
transform: rotatey(-90deg);
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
left:auto;
right:100%;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform: rotatey(90deg);
transform: rotatey(90deg);
}
.hades:hover .tp-arr-allwrapper {
-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;  
-webkit-transform: rotatey(0deg);
transform: rotatey(0deg);
}
.hades .tp-arr-iwrapper {
}
.hades .tp-arr-imgholder {
background-size:cover;
position:absolute;
top:0px;left:0px;
width:100%;height:100%;
}
.hades .tp-arr-titleholder {
}
.hades .tp-arr-subtitleholder {
} .hades.tp-bullets {
}
.hades.tp-bullets:before {
content:" ";
position:absolute;
width:100%;
height:100%;
background:transparent;
padding:10px;
margin-left:-10px;margin-top:-10px;
box-sizing:content-box;
}
.hades .tp-bullet {
width:3px;
height:3px;
position:absolute;
background:#888;	
cursor: pointer;
border:5px solid #fff;
box-sizing:content-box;
box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
-webkit-perspective:400;
perspective:400;
-webkit-transform:translatez(0.01px);
transform:translatez(0.01px);
}
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
background:#555;
}
.hades .tp-bullet-image {
position:absolute;top:-80px; left:-60px;width:120px;height:60px;
background-position:center center;
background-size:cover;
visibility:hidden;
opacity:0;
transition:all 0.3s;
-webkit-transform-style:flat;
transform-style:flat;
perspective:600;
-webkit-perspective:600;
transform: rotatex(-90deg);
-webkit-transform: rotatex(-90deg);
box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
transform-origin:50% 100%;
-webkit-transform-origin:50% 100%;
}
.hades .tp-bullet:hover .tp-bullet-image {
display:block;
opacity:1;
transform: rotatex(0deg);
-webkit-transform: rotatex(0deg);
visibility:visible;
}
.hades .tp-bullet-title {
} .hades .tp-thumb { 
opacity:1
}
.hades .tp-thumb-img-wrap {
border-radius:50%;
padding:3px;
display:inline-block;
background:#000;
background-color:rgba(0,0,0,0.25);
width:100%;
height:100%;
position:relative;
margin:0px;
box-sizing:border-box;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.hades .tp-thumb-image {
padding:3px; 
border-radius:50%;
display:block;
box-sizing:border-box;
position:relative;
-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
}  
.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}
.hades .tp-thumb-title:after {
content:" ";
position:absolute;
left:50%;
margin-left:-8px;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: rgba(0,0,0,0.75) transparent transparent transparent;
bottom:-8px;
} .hades .tp-tab {
opacity:1;
}
.hades .tp-tab-title
{
display:block;
color:#333;
font-weight:600;
font-size:18px;
text-align:center;
line-height:25px;      
} 
.hades .tp-tab-price
{
display:block;
text-align:center;
color:#999;
font-size:16px;
margin-top:10px;
line-height:20px
}
.hades .tp-tab-button {
display:inline-block;
margin-top:15px;
text-align:center;
padding:5px 15px;
color:#fff;
font-size:14px;
background:#219bd7;
border-radius:4px;
font-weight:400;
}
.hades .tp-tab-inner {
text-align:center;
}  .hebe.tparrows {
cursor:pointer;
background:#fff;
min-width:70px;
min-height:70px;
position:absolute;
display:block;
z-index:1000;
}
.hebe.tparrows:hover {
}
.hebe.tparrows:before {
font-family: "revicons";
font-size:30px;
color:#aaa;
display:block;
line-height: 70px;
text-align: center;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s;
z-index:2;
position:relative;
background:#fff;
min-width:70px;
min-height:70px;
}
.hebe.tparrows.tp-leftarrow:before {
content: "\e824";
}
.hebe.tparrows.tp-rightarrow:before {
content: "\e825";
}
.hebe.tparrows:hover:before {
color:#000;
}
.hebe .tp-title-wrap { 
position:absolute;
z-index:0;
display:inline-block;
background:#000;
background:rgba(0,0,0,0.75);
min-height:60px;
line-height:60px;
top:-10px;
margin-left:0px;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transform:scaleX(0);  
-webkit-transform:scaleX(0);  
transform-origin:0% 50%; 
-webkit-transform-origin:0% 50%;
}
.hebe.tp-rightarrow .tp-title-wrap { 
right:0px;
-webkit-transform-origin:100% 50%;
}
.hebe.tparrows:hover .tp-title-wrap {
transform:scaleX(1);
-webkit-transform:scaleX(1);
}
.hebe .tp-arr-titleholder {
position:relative;
text-transform:uppercase;
color:#fff;
font-weight:600;
font-size:12px;
line-height:90px;
white-space:nowrap;
padding:0px 20px 0px 90px;
}
.hebe.tp-rightarrow .tp-arr-titleholder {
margin-left:0px; 
padding:0px 90px 0px 20px;
}
.hebe.tparrows:hover .tp-arr-titleholder {
transform:translateX(0px);
-webkit-transform:translateX(0px);
transition-delay: 0.1s;
opacity:1;
}
.hebe .tp-arr-imgholder{
width:90px;
height:90px;
position:absolute;
left:100%;
display:block;
background-size:cover;
background-position:center center;
top:0px; right:-90px;
}
.hebe.tp-rightarrow .tp-arr-imgholder{
right:auto;left:-90px;
} .hebe.tp-bullets {
}
.hebe.tp-bullets:before {
content:" ";
position:absolute;
width:100%;
height:100%;
background:transparent;
padding:10px;
margin-left:-10px;margin-top:-10px;
box-sizing:content-box;
}
.hebe .tp-bullet {
width:3px;
height:3px;
position:absolute;
background:#fff;  
cursor: pointer;
border:5px solid #222;
border-radius:50%;
box-sizing:content-box;
-webkit-perspective:400;
perspective:400;
-webkit-transform:translateZ(0.01px);
transform:translateZ(0.01px);
transition:all 0.3s;
}
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
background:#222;
border-color:#fff;
}
.hebe .tp-bullet-image {
position:absolute;
top:-90px; left:-40px;
width:70px;
height:70px;
background-position:center center;
background-size:cover;
visibility:hidden;
opacity:0;
transition:all 0.3s;
-webkit-transform-style:flat;
transform-style:flat;
perspective:600;
-webkit-perspective:600;
transform: scale(0);
-webkit-transform: scale(0);
transform-origin:50% 100%;
-webkit-transform-origin:50% 100%;
border-radius:6px;
}
.hebe .tp-bullet:hover .tp-bullet-image {
display:block;
opacity:1;
transform: scale(1);
-webkit-transform: scale(1);
visibility:visible;
}
.hebe .tp-bullet-title {
} .hebe .tp-tab-title {
color:#a8d8ee;
font-size:13px;
font-weight:700;
text-transform:uppercase;
font-family:"Roboto Slab"
margin-bottom:5px;
}
.hebe .tp-tab-desc {
font-size:18px;
font-weight:400;
color:#fff;
line-height:25px;
font-family:"Roboto Slab";
}  .hephaistos.tparrows {
cursor:pointer;
background:#000;
background:rgba(0,0,0,0.5);
width:40px;
height:40px;
position:absolute;
display:block;
z-index:1000;
border-radius:50%;
}
.hephaistos.tparrows:hover {
background:#000;
}
.hephaistos.tparrows:before {
font-family: "revicons";
font-size:18px;
color:#fff;
display:block;
line-height: 40px;
text-align: center;
}
.hephaistos.tparrows.tp-leftarrow:before {
content: "\e82c";
margin-left:-2px;
}
.hephaistos.tparrows.tp-rightarrow:before {
content: "\e82d";
margin-right:-2px;
} .hephaistos.tp-bullets {
}
.hephaistos.tp-bullets:before {
content:" ";
position:absolute;
width:100%;
height:100%;
background:transparent;
padding:10px;
margin-left:-10px;margin-top:-10px;
box-sizing:content-box;
}
.hephaistos .tp-bullet {
width:12px;
height:12px;
position:absolute;
background:#999;
border:3px solid #f5f5f5;
border-radius:50%;
cursor: pointer;
box-sizing:content-box;
box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);
}
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
background:#fff;
border-color:#000;
}
.hephaistos .tp-bullet-image {
}
.hephaistos .tp-bullet-title {
}  .hermes.tparrows {
cursor:pointer;
background:#000;
background:rgba(0,0,0,0.5);
width:30px;
height:110px;
position:absolute;
display:block;
z-index:1000;
}
.hermes.tparrows:before {
font-family: "revicons";
font-size:15px;
color:#fff;
display:block;
line-height: 110px;
text-align: center;
transform:translateX(0px);
-webkit-transform:translateX(0px);
transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
content: "\e824";
}
.hermes.tparrows.tp-rightarrow:before {
content: "\e825";
}
.hermes.tparrows.tp-leftarrow:hover:before {
transform:translateX(-20px);
-webkit-transform:translateX(-20px);
opacity:0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
transform:translateX(20px);
-webkit-transform:translateX(20px);
opacity:0;
}
.hermes .tp-arr-allwrapper {
overflow:hidden;
position:absolute;
width:180px;
height:140px;
top:0px;
left:0px;
visibility:hidden;
-webkit-transition: -webkit-transform 0.3s 0.3s;
transition: transform 0.3s 0.3s;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.hermes.tp-rightarrow .tp-arr-allwrapper {
right:0px;left:auto;
}
.hermes.tparrows:hover .tp-arr-allwrapper {
visibility:visible;
}
.hermes .tp-arr-imgholder {
width:180px;position:absolute;
left:0px;top:0px;height:110px;
transform:translateX(-180px);
-webkit-transform:translateX(-180px);
transition:all 0.3s;
transition-delay:0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder{
transform:translateX(180px);
-webkit-transform:translateX(180px);
}
.hermes.tparrows:hover .tp-arr-imgholder {
transform:translateX(0px);
-webkit-transform:translateX(0px);            
}
.hermes .tp-arr-titleholder {
top:110px;
width:180px;
text-align:left; 
display:block;
padding:0px 10px;
line-height:30px; background:#000;
background:rgba(0,0,0,0.75);color:#fff;
font-weight:600; position:absolute;
font-size:12px;
white-space:nowrap;
letter-spacing:1px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
box-sizing:border-box;
}
.hermes.tparrows:hover .tp-arr-titleholder {
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
} .hermes.tp-bullets {
}
.hermes .tp-bullet {
overflow:hidden;
border-radius:50%;
width:16px;
height:16px;
background-color: rgba(0, 0, 0, 0);
box-shadow: inset 0 0 0 2px #FFF;
-webkit-transition: background 0.3s ease;
transition: background 0.3s ease;
position:absolute;
}
.hermes .tp-bullet:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.hermes .tp-bullet:after {
content: ' ';
position: absolute;
bottom: 0;
height: 0;
left: 0;
width: 100%;
background-color: #FFF;
box-shadow: 0 0 1px #FFF;
-webkit-transition: height 0.3s ease;
transition: height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
height:100%;
} .hermes .tp-tab { 
opacity:1;  
padding-right:10px;
box-sizing:border-box;
}
.hermes .tp-tab-image 
{ 
width:100%;
height:60%;
position:relative;
}
.hermes .tp-tab-content 
{
background:rgb(54,54,54); 
position:absolute;
padding:20px 20px 20px 30px;
box-sizing:border-box;
color:#fff;
display:block;
width:100%;
min-height:40%;
bottom:0px;
left:-10px;
}
.hermes .tp-tab-date
{
display:block;
color:#888;
font-weight:600;
font-size:12px;
margin-bottom:10px;
}
.hermes .tp-tab-title 
{
display:block;	
color:#fff;
font-size:16px;
font-weight:800;
text-transform:uppercase;
line-height:19px;
}
.hermes .tp-tab.selected .tp-tab-title:after {
width: 0px;
height: 0px;
border-style: solid;
border-width: 30px 0 30px 10px;
border-color: transparent transparent transparent rgb(54,54,54);
content:" ";
position:absolute;
right:-9px;
bottom:50%;
margin-bottom:-30px;
}
.hermes .tp-tab-mask {
padding-right:10px !important;
} @media only screen and (max-width: 960px) {
.hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;}
.hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;}
.hermes .tp-tab-content { padding:15px 15px 15px 25px;}
}
@media only screen and (max-width: 768px) {
.hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;}
.hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;}
.hermes .tp-tab-content {padding:10px 10px 10px 20px;}
}  .hesperiden.tparrows {
cursor:pointer;
background:#000;
background:rgba(0,0,0,0.5);
width:40px;
height:40px;
position:absolute;
display:block;
z-index:1000;
border-radius: 50%;
}
.hesperiden.tparrows:hover {
background:#000;
}
.hesperiden.tparrows:before {
font-family: "revicons";
font-size:20px;
color:#fff;
display:block;
line-height: 40px;
text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
content: "\e82c";
margin-left:-3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
content: "\e82d";
margin-right:-3px;
} .hesperiden.tp-bullets {
}
.hesperiden.tp-bullets:before {
content:" ";
position:absolute;
width:100%;
height:100%;
background:transparent;
padding:10px;
margin-left:-10px;margin-top:-10px;
box-sizing:content-box;
border-radius:8px;
}
.hesperiden .tp-bullet {
width:12px;
height:12px;
position:absolute;
background: #999999; background: -moz-linear-gradient(top,  #999999 0%, #e1e1e1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), 
color-stop(100%,#e1e1e1)); background: -webkit-linear-gradient(top,  #999999 0%,#e1e1e1 100%); background: -o-linear-gradient(top,  #999999 0%,#e1e1e1 100%); background: -ms-linear-gradient(top,  #999999 0%,#e1e1e1 100%); background: linear-gradient(to bottom,  #999999 0%,#e1e1e1 100%); filter: progid:dximagetransform.microsoft.gradient( 
startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); border:3px solid #e5e5e5;
border-radius:50%;
cursor: pointer;
box-sizing:content-box;
}
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
background:#666;
}
.hesperiden .tp-bullet-image {
}
.hesperiden .tp-bullet-title {
} .hesperiden .tp-thumb {
opacity:1;
-webkit-perspective: 600px;
perspective: 600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
font-size:12px;
position:absolute;
margin-top:-10px;
color:#fff;
display:block;
z-index:10000;
background-color:#000;
padding:5px 10px; 
bottom:0px;
left:0px;
width:100%;
box-sizing:border-box;
text-align:center;
overflow:hidden;
white-space:nowrap;
transition:all 0.3s;
-webkit-transition:all 0.3s;
transform:rotatex(90deg) translatez(0.001px);
transform-origin:50% 100%;
-webkit-transform:rotatex(90deg) translatez(0.001px);
-webkit-transform-origin:50% 100%;
opacity:0;
}
.hesperiden .tp-thumb:hover .tp-thumb-title {
transform:rotatex(0deg);
-webkit-transform:rotatex(0deg);
opacity:1;
} .hesperiden .tp-tab { 
opacity:1;      
padding:10px;
box-sizing:border-box;
font-family: "Roboto", sans-serif;
border-bottom: 1px solid #e5e5e5;
}
.hesperiden .tp-tab-image 
{ 
width:60px;
height:60px; max-height:100%; max-width:100%;
position:relative;
display:inline-block;
float:left;
}
.hesperiden .tp-tab-content 
{
background:rgba(0,0,0,0); 
position:relative;
padding:15px 15px 15px 85px;
left:0px;
overflow:hidden;
margin-top:-15px;
box-sizing:border-box;
color:#333;
display: inline-block;
width:100%;
height:100%;
position:absolute; }
.hesperiden .tp-tab-date
{
display:block;
color: #aaa;
font-weight:500;
font-size:12px;
margin-bottom:0px;
}
.hesperiden .tp-tab-title 
{
display:block;	
text-align:left;
color:#333;
font-size:14px;
font-weight:500;
text-transform:none;
line-height:17px;
}
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
background:#eee; 
}
.hesperiden .tp-tab-mask {
} @media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 768px) {
}  .metis.tparrows {
background:#fff;
padding:10px;
transition:all 0.3s;
-webkit-transition:all 0.3s;
width:60px;
height:60px;
box-sizing:border-box;
}
.metis.tparrows:hover {
background:#fff;
background:rgba(255,255,255,0.75);
}
.metis.tparrows:before {
color:#000;  
transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.metis.tparrows:hover:before {
transform:scale(1.5);
} .metis .tp-bullet { 
opacity:1;
width:50px;
height:50px;    
padding:3px;
background:#000;
background-color:rgba(0,0,0,0.25);
margin:0px;
box-sizing:border-box;
transition:all 0.3s;
-webkit-transition:all 0.3s;
border-radius:50%;
}
.metis .tp-bullet-image {
border-radius:50%;
display:block;
box-sizing:border-box;
position:relative;
-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
width:44px;
height:44px;
background-size:cover;
background-position:center center;
}  
.metis .tp-bullet-title { 
position:absolute; 
bottom:65px;
display:inline-block;
left:50%;
background:#000;
background:rgba(0,0,0,0.75);
color:#fff;
padding:10px 30px;
border-radius:4px;
-webkit-border-radius:4px;
opacity:0;
transition:all 0.3s;
-webkit-transition:all 0.3s;
transform: translateZ(0.001px) translateX(-50%) translateY(14px);
transform-origin:50% 100%;
-webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
-webkit-transform-origin:50% 100%;
opacity:0;
white-space:nowrap;
}
.metis .tp-bullet:hover .tp-bullet-title {
transform:rotateX(0deg) translateX(-50%);
-webkit-transform:rotateX(0deg) translateX(-50%);
opacity:1;
}
.metis .tp-bullet.selected,
.metis .tp-bullet:hover  {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}
.metis .tp-bullet-title:after {
content:" ";
position:absolute;
left:50%;
margin-left:-8px;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: rgba(0,0,0,0.75) transparent transparent transparent;
bottom:-8px;
}
.metis .tp-tab-number {
color: #fff;
font-size: 40px;
line-height: 30px;
font-weight: 400;
font-family: "Playfair Display";
width: 50px;
margin-right: 17px;
display: inline-block;
float: left;
}
.metis .tp-tab-mask {
padding-left: 20px;
left: 0px;
max-width: 90px !important;
transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
}
.metis:hover .tp-tab-mask {
padding-left: 0px;
left: 50px;
max-width: 500px !important;
}
.metis .tp-tab-divider {
border-right: 1px solid transparent;
height: 30px;
width: 1px;
margin-top: 5px;
display: inline-block;
float: left;
}
.metis .tp-tab-title {
color: #fff;
font-size: 20px;
line-height: 20px;
font-weight: 400;
font-family: "Playfair Display";
position: relative;
padding-top: 10px;
padding-left: 30px;
display: inline-block;
transform: translateX(-100%);
transition: 0.4s all;
}
.metis .tp-tab-title-mask {
position: absolute;
overflow: hidden;
left: 67px;
}
.metis:hover .tp-tab-title {
transform: translateX(0);
}
.metis .tp-tab {
opacity: 0.15;
transition: 0.4s all;
}
.metis .tp-tab:hover,
.metis .tp-tab.selected {
opacity: 1;
}
.metis .tp-tab.selected .tp-tab-divider {
border-right: 1px solid #cdb083;
}
.metis.tp-tabs {
max-width: 118px !important;
padding-left: 50px;
}
.metis.tp-tabs:before {
content: " ";
height: 100%;
width: 88px;
background: rgba(0, 0, 0, 0.15);
border-right: 1px solid rgba(255, 255, 255, 0.10);
left: 0px;
top: 0px;
position: absolute;
transition: 0.4s all;
}
.metis.tp-tabs:hover:before {
width: 118px;
}
@media (max-width: 499px) {
.metis.tp-tabs:before {
background: rgba(0, 0, 0, 0.75);
}
}  .persephone.tparrows {
cursor:pointer;
background:#aaa;
background:rgba(200,200,200,0.5);
width:40px;
height:40px;
position:absolute;
display:block;
z-index:100;
border:1px solid #f5f5f5;
}
.persephone.tparrows:hover {
background:#333;
}
.persephone.tparrows:before {
font-family: "revicons";
font-size:15px;
color:#fff;
display:block;
line-height: 40px;
text-align: center;
}
.persephone.tparrows.tp-leftarrow:before {
content: "\e824";
}
.persephone.tparrows.tp-rightarrow:before {
content: "\e825";
} .persephone.tp-bullets {
}
.persephone.tp-bullets:before {
content:" ";
position:absolute;
width:100%;
height:100%;
background:#transparent;
padding:10px;
margin-left:-10px;margin-top:-10px;
box-sizing:content-box;
}
.persephone .tp-bullet {
width:12px;
height:12px;
position:absolute;
background:#aaa;
border:1px solid #e5e5e5;	
cursor: pointer;
box-sizing:content-box;
}
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
background:#222;
}
.persephone .tp-bullet-image {
}
.persephone .tp-bullet-title {
}  .uranus.tparrows {
width:50px;
height:50px;
background:transparent;
}
.uranus.tparrows:before {
width:50px;
height:50px;
line-height:50px;
font-size:40px;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.uranus.tparrows:hover:before {
opacity:0.75;
} .uranus .tp-bullet{
border-radius: 50%;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
-webkit-transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
background:transparent;
}
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
box-shadow: 0 0 0 2px #FFF;
border:none;
border-radius: 50%;
background:transparent;
}
.uranus .tp-bullet-inner {
background-color: rgba(255, 255, 255, 0.7);
-webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
transition: background-color 0.3s ease, transform 0.3s ease;
top: 0;
left: 0;
width: 100%;
height: 100%;
outline: none;
border-radius: 50%;
background-color: #FFF;
background-color: rgba(255, 255, 255, 0.3);
text-indent: -999em;
cursor: pointer;
position: absolute;
}
.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner{
transform: scale(0.4);
-webkit-transform: scale(0.4);
background-color:#fff;
}  .zeus.tparrows {
cursor:pointer;
min-width:70px;
min-height:70px;
position:absolute;
display:block;
z-index:100;
border-radius:35px;   
overflow:hidden;
background:rgba(0,0,0,0.10);
}
.zeus.tparrows:before {
font-family: "revicons";
font-size:20px;
color:#fff;
display:block;
line-height: 70px;
text-align: center;    
z-index:2;
position:relative;
}
.zeus.tparrows.tp-leftarrow:before {
content: "\e824";
}
.zeus.tparrows.tp-rightarrow:before {
content: "\e825";
}
.zeus .tp-title-wrap {
background:#000;
background:rgba(0,0,0,0.5);
width:100%;
height:100%;
top:0px;
left:0px;
position:absolute;
opacity:0;
transform:scale(0);
-webkit-transform:scale(0);
transition: all 0.3s;
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
border-radius:50%;
}
.zeus .tp-arr-imgholder {
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
background-position:center center;
background-size:cover;
border-radius:50%;
transform:translateX(-100%);
-webkit-transform:translateX(-100%);
transition: all 0.3s;
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
}
.zeus.tp-rightarrow .tp-arr-imgholder {
transform:translateX(100%);
-webkit-transform:translateX(100%);
}
.zeus.tparrows:hover .tp-arr-imgholder {
transform:translateX(0);
-webkit-transform:translateX(0);
opacity:1;
}
.zeus.tparrows:hover .tp-title-wrap {
transform:scale(1);
-webkit-transform:scale(1);
opacity:1;
} .zeus .tp-bullet {
box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%;
background-color: rgba(0, 0, 0, 0);
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
width:13px;height:13px;
border:2px solid #fff;
}
.zeus .tp-bullet:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
border-radius: 50%;
background-color: #FFF;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
}
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after{
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.zeus .tp-bullet-image,
.zeus .tp-bullet-imageoverlay{
width:135px;
height:60px;
position:absolute;
background:#000;
background:rgba(0,0,0,0.5);
bottom:25px;
left:50%;
margin-left:-65px;
box-sizing:border-box;
background-size:cover;
background-position:center center;
visibility:hidden;
opacity:0;
-webkit-backface-visibility: hidden; 
backface-visibility: hidden;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
border-radius:4px;
}
.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
z-index:2;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}     
.zeus .tp-bullet-title { 
color:#fff;
text-align:center;
line-height:15px;
font-size:13px;
font-weight:600;  
z-index:3;
visibility:hidden;
opacity:0;
-webkit-backface-visibility: hidden; 
backface-visibility: hidden;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position:absolute;
bottom:45px;
width:135px;
vertical-align:middle;
left:-57px;
}
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay{
opacity:1;
visibility:visible;
-webkit-transform:translateY(0px);
transform:translateY(0px);         
} .zeus .tp-thumb {
opacity:1
}
.zeus .tp-thumb-over {
background:#000;
background:rgba(0,0,0,0.25);
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
z-index:1;
-webkit-transition:all 0.3s;
transition:all 0.3s;
}
.zeus .tp-thumb-more:before {
font-family: "revicons";
font-size:12px;
color:#aaa;
color:rgba(255,255,255,0.75);
display:block;
line-height: 12px;
text-align: left;    
z-index:2;
position:absolute;
top:20px;
right:20px;
z-index:2;
}
.zeus .tp-thumb-more:before {
content: "\e825";
}
.zeus .tp-thumb-title {
font-family:"Raleway";
letter-spacing:1px;
font-size:12px;
color:#fff;
display:block;
line-height: 15px;
text-align: left;    
z-index:2;
position:absolute;
top:0px;
left:0px;
z-index:2;
padding:20px 35px 20px 20px;
width:100%;
height:100%;
box-sizing:border-box;
transition:all 0.3s;
-webkit-transition:all 0.3s;
font-weight:500;
}
.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
color:#aaa;
}
.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
background:#000;
}
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
color:#fff;
} .zeus .tp-tab { 
opacity:1;      
box-sizing:border-box;
}
.zeus .tp-tab-title { 
display: block;
text-align: center;
background: rgba(0,0,0,0.25);
font-family: "Roboto Slab", serif; 
font-weight: 700; 
font-size: 13px; 
line-height: 13px;
color: #fff; 
padding: 9px 10px; }
.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
color: #000;
background:rgba(255,255,255,1); 
} .post-tabs .tp-thumb {
opacity:1
}
.post-tabs .tp-thumb-over {
background:#252525;
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
z-index:1;
-webkit-transition:all 0.3s;
transition:all 0.3s;
}
.post-tabs .tp-thumb-more:before {
font-family: "revicons";
font-size:12px;
color:#aaa;
color:rgba(255,255,255,0.75);
display:block;
line-height: 12px;
text-align: left;    
z-index:2;
position:absolute;
top:15px;
right:15px;
z-index:2;
}
.post-tabs .tp-thumb-more:before {
content: "\e825";
}
.post-tabs .tp-thumb-title {
font-family:"raleway";
letter-spacing:1px;
font-size:12px;
color:#fff;
display:block;
line-height: 15px;
text-align: left;    
z-index:2;
position:absolute;
top:0px;
left:0px;
z-index:2;
padding:15px 30px 15px 15px;
width:100%;
height:100%;
box-sizing:border-box;
transition:all 0.3s;
-webkit-transition:all 0.3s;
font-weight:500;
}
.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
color:#aaa;
}
.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
background:#fff;
}
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
color:#000;
} 
.language-switcher {
position: absolute;
top: 0;
right: 0;
width: 110px;
height: 30px;
background: #ffffff;
display: block;
padding: 0px 0px;
border-radius: 0;
}
#polyglotLanguageSwitcher{}
#polyglotLanguageSwitcher, 
#polyglotLanguageSwitcher * {
margin: 0;
padding: 4px 0px 4px;
outline: none;
}
#polyglotLanguageSwitcher ul {
list-style: none;	
}
#polyglotLanguageSwitcher {
color: #fff !importent;
line-height: normal;
position: relative; }
#polyglotLanguageSwitcher form {
display: none;	
}  #polyglotLanguageSwitcher a {
text-decoration: none;
display: block;
padding: 2px 0px 2px 0;
padding-left: 30px;
background-repeat: no-repeat;
background-position: 0px center;
color: #26272b;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
font-family: 'Rubik', sans-serif;
transition: all 500ms ease;
}
#polyglotLanguageSwitcher a.current:link, #polyglotLanguageSwitcher a.current:visited, #polyglotLanguageSwitcher a.current:active {
position: relative; }
#polyglotLanguageSwitcher a.active { border-bottom: none !important;
border-radius: 3px 3px 0 0 !important;
}
#polyglotLanguageSwitcher span.trigger {
display: block;
position: absolute;
top: 2px;
right: 32px;
}
#polyglotLanguageSwitcher span.trigger:before {
content: '\f107';
font-family: FontAwesome;
position: absolute;
color: #020e28;
font-size: 16px;
top: 0px;
right:-32px;
}
#polyglotLanguageSwitcher a.current:hover span.trigger, #polyglotLanguageSwitcher a.current:active span.trigger, #polyglotLanguageSwitcher a.active span.trigger {
background-position: left bottom !important;
} #polyglotLanguageSwitcher ul.dropdown {
display: none;
position: absolute;
top: 35px;
left: 0px;
border-top: none !important;
border-radius: 0;
background: #27282c;
width: 110px;
padding: 0;
z-index: 9999999;
}
#polyglotLanguageSwitcher ul.dropdown li {
width: 100%;
padding: 2px 5px;
display: block;
border-top: 1px solid #1a1b1f;
border-bottom: 1px solid #3d3e42;
transition: all 0.2s ease-in-out;
}
#polyglotLanguageSwitcher ul.dropdown li:first-child {
border-top: none;
}
#polyglotLanguageSwitcher ul.dropdown li:last-child { 
border-bottom: none;	
}
#polyglotLanguageSwitcher ul.dropdown li a {
width:100%;
color: #ffffff;
}
#polyglotLanguageSwitcher ul.dropdown li:after {
display: none !important;
}
#polyglotLanguageSwitcher ul.dropdown li:hover a {
color: #ddd;
}
#en { 
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/language-switcher/gb.png);
}
#fr { 
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/language-switcher/fr.png);	
}
#de { 
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/language-switcher/de.png);
}
#it { 
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/language-switcher/it.png);
}
#es { 
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/assets/language-switcher/es.png);
}
@font-face {
font-family: 'energy-icon';
src:  url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/energy-icon/fonts/energy-iconffe0.eot?34zu87);
src:  url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/energy-icon/fonts/energy-iconffe0.eot?34zu87#iefix) format('embedded-opentype'),
url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/energy-icon/fonts/energy-iconffe0.ttf?34zu87) format('truetype'),
url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/energy-icon/fonts/energy-iconffe0.woff?34zu87) format('woff'),
url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/plugins/energy-icon/fonts/energy-iconffe0.svg?34zu87#energy-icon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="energy-icon-"], [class*=" energy-icon-"] { font-family: 'energy-icon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.energy-icon-caret-down:before {
content: "\e93f";
}
.energy-icon-folder:before {
content: "\e93e";
}
.energy-icon-architect:before {
content: "\e900";
}
.energy-icon-arrow-pointing-north:before {
content: "\e901";
}
.energy-icon-black-envelope:before {
content: "\e902";
}
.energy-icon-brainstorming:before {
content: "\e903";
}
.energy-icon-calendar:before {
content: "\e904";
}
.energy-icon-call-answer:before {
content: "\e905";
}
.energy-icon-chronometer-outline:before {
content: "\e906";
}
.energy-icon-cleaning-service:before {
content: "\e907";
}
.energy-icon-electric-heating-tool-with-water-system:before {
content: "\e908";
}
.energy-icon-energy-1:before {
content: "\e909";
}
.energy-icon-energy:before {
content: "\e90a";
}
.energy-icon-energy-saving:before {
content: "\e90b";
}
.energy-icon-engineer:before {
content: "\e90c";
}
.energy-icon-envelope-of-white-paper:before {
content: "\e90d";
}
.energy-icon-factory:before {
content: "\e90e";
}
.energy-icon-firewood:before {
content: "\e90f";
}
.energy-icon-gear-1:before {
content: "\e910";
}
.energy-icon-gear:before {
content: "\e911";
}
.energy-icon-geothermal-energy-1:before {
content: "\e912";
}
.energy-icon-geothermal-energy:before {
content: "\e913";
}
.energy-icon-guarantee:before {
content: "\e914";
}
.energy-icon-headset:before {
content: "\e915";
}
.energy-icon-heating:before {
content: "\e916";
}
.energy-icon-hydro-power:before {
content: "\e917";
}
.energy-icon-idea:before {
content: "\e918";
}
.energy-icon-industrial-robot:before {
content: "\e919";
}
.energy-icon-internet:before {
content: "\e91a";
}
.energy-icon-link:before {
content: "\e91b";
}
.energy-icon-manager:before {
content: "\e91c";
}
.energy-icon-menu:before {
content: "\e91d";
}
.energy-icon-message:before {
content: "\e91e";
}
.energy-icon-mill:before {
content: "\e91f";
}
.energy-icon-money-bag:before {
content: "\e920";
}
.energy-icon-musica-searcher:before {
content: "\e921";
}
.energy-icon-natural-rocks-collapse:before {
content: "\e922";
}
.energy-icon-online-shopping-cart:before {
content: "\e923";
}
.energy-icon-order:before {
content: "\e924";
}
.energy-icon-placeholder-filled-tool-shape-for-maps:before {
content: "\e925";
}
.energy-icon-pump:before {
content: "\e926";
}
.energy-icon-pumpjack:before {
content: "\e927";
}
.energy-icon-quality:before {
content: "\e928";
}
.energy-icon-quote:before {
content: "\e929";
}
.energy-icon-recycled:before {
content: "\e92a";
}
.energy-icon-renewable-energy:before {
content: "\e92b";
}
.energy-icon-right-arrow:before {
content: "\e92c";
}
.energy-icon-road-split:before {
content: "\e92d";
}
.energy-icon-sea-dyke:before {
content: "\e92e";
}
.energy-icon-shop-bag-1:before {
content: "\e92f";
}
.energy-icon-shop-bag-2:before {
content: "\e930";
}
.energy-icon-shop-bag-3:before {
content: "\e931";
}
.energy-icon-shop-bag:before {
content: "\e932";
}
.energy-icon-shopping-list:before {
content: "\e933";
}
.energy-icon-smart-home:before {
content: "\e934";
}
.energy-icon-smoke-detector:before {
content: "\e935";
}
.energy-icon-star:before {
content: "\e936";
}
.energy-icon-telephone:before {
content: "\e937";
}
.energy-icon-thunder:before {
content: "\e938";
}
.energy-icon-turbine:before {
content: "\e939";
}
.energy-icon-user-image-with-black-background:before {
content: "\e93a";
}
.energy-icon-verified-text-paper:before {
content: "\e93b";
}
.energy-icon-windmill:before {
content: "\e93c";
}
.energy-icon-world:before {
content: "\e93d";
} *{
margin:0px;
padding:0px;
border: none;
outline: none;
font-size: 100%;
}
html,
body { 
height: 100%;
}
body {
color: #828282;
font-size: 15px;
line-height: 25px;
font-weight: 400;
font-family: 'Rubik', sans-serif;
}
button:focus{
outline: none;
}
button {
cursor: pointer;
border: none;
background: transparent;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
color: #3a3a3a;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin: 0;
}
h3 {
color: #27282c;
font-size: 20px; 
line-height: 26px;
}
h4 {
}
a,
a:hover,
a:active,
a:focus {
text-decoration: none;
outline: none;
border: none;
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
.fix{
position: relative;
display: block;
overflow: hidden;
}
img {
max-width: 100%;
height: auto;
}
i {
font-style: normal;
}
ul,
li {
list-style: none;
margin: 0;
padding: 0;
}
ol,
li{
margin: 0;
padding: 0;    
}
.clr1{
color: #f36727;
}
.bgclr1{
background: #f36727;    
}
.secpd1{
padding: 100px 0;
}
.secpd2{
padding: 100px 0 60px;
}
.secpd3{
padding: 100px 0 70px;
}
.btn-one {
position: relative;
display: inline-block;
background: rgb(203 158 36);
color: #ffffff;
font-size: 15px;
line-height: 60px;
font-weight: 500;
text-transform: capitalize;
font-family: 'Rubik', sans-serif;
padding: 0 30px 0;
transition: all 500ms ease;
}
.btn-one img {
position: relative;
display: inline-block;
padding-left: 10px;
width: auto;
}
.btn-one span:before {
font-size: 26px;
line-height: 14px;
display: inline-block;
padding-left: 10px;
position: relative;
top: 4px;
}
.btn-one:hover{
color: #ffffff;
background: #27282c;
}
.btn-two{
color: #27282c;
font-size: 15px;
line-height: 20px;;
font-weight: 500;
text-transform: capitalize;
font-family: 'Rubik', sans-serif;
transition: all 500ms ease;
}
.btn-two span:before {
position: relative;
top: 5px;
font-size: 26px;
line-height: 14px;
display: inline-block;
padding-left: 10px;
}
.btn-two:hover{
color: #e9212e;
}
.btn-three {
position: relative;
display: inline-block;
background: #ffffff;
color: #203260;
font-size: 14px;
line-height: 62px;
font-weight: 700;
height: 60px;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
padding: 0 30px 0;
border-radius: 5px;
transition: all 500ms ease;
}
.btn-three span:before {
position: relative;
display: inline-block;
top: 4px;
padding-left: 9px;
font-size: 20px;
font-weight: 400;
}
.btn-three:hover{
color: #3aa40c;
}
.sec-title {
position: relative;
display: block;
margin-top: -5px;
padding-bottom: 50px;
}
.sec-title.max-width{
max-width: 650px;
margin: -5px auto 0;
}
.sec-title.with-text{
padding-bottom: 52px;    
}
.sec-title p{
color: #cb9e24;
font-size: 14px;
line-height: 20px;
font-weight: 600;
text-transform: uppercase;
margin: 0 0 7px;
font-family: 'Poppins', sans-serif;
}
.sec-title .title {
position: relative;
display: block;
color: #27282c;
font-size: 36px;
line-height: 44px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.sec-title .title.clr-white{
color: #ffffff;    
}
.sec-title .title span{
font-weight: 400;
}
.sec-title .bottom-text{
color: #7c7e84;
font-size: 17px;
line-height: 27px;
font-weight: 400;
text-transform: none;
margin: 13px 0 0;
font-family: 'Rubik', sans-serif;
}
.parallax-bg-one {
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.parallax-bg-one::before {
background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
} 
.parallax-bg-two {
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.parallax-bg-two::before {
background: rgba(9, 23, 33, 0.90) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
} 
.flex-box {
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
}
.flex-box-two {
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.flex-box-three {
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.flex-box-four {
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.flex-box-five {
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.owl-nav-style-one{}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
background: #ffffff none repeat scroll 0 0;
border-radius: 50%;
color: #909090;
font-size: 24px;
font-weight: 700;
height: 50px;
line-height: 46px;
margin: 0 0 0 0px;
padding: 0;
width: 50px;
border: 1px solid #f3f3f3;    
transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
margin-left: 10px;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
border-color: #172272;
color: #172272;
}
.owl-nav-style-two{}
.owl-nav-style-two .owl-controls { }
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
background: #fff none repeat scroll 0 0;
border-radius: 0%;
color: #3740b0;
font-size: 24px;
font-weight: 700;
height: 50px;
line-height: 50px;
margin: 0 0 0 0px;
padding: 0;
width: 50px;
transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover{
color: #ffffff;
background: #3740b0;
}
.accordion-box {
position: relative;
display: block;
overflow: hidden;
}
.accordion-box .accordion {
position: relative;
display: block;
margin-bottom: 20px;
}
.accordion-box .accordion .accord-btn {
position: relative;
display: block;
cursor: pointer;
background: #ffffff;
padding-left: 40px;
padding-right: 70px;
padding-top: 22px;
padding-bottom: 22px;
-webkit-box-shadow: 0px 3px 5px 2px #ededed; 
box-shadow: 0px 3px 5px 2px #ededed;
transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
color: #27282c;
font-size: 18px;
line-height: 26px;
font-weight: 600;
transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
font-family: "Flaticon";
position: absolute;
top: 22px;
right: 40px;
color: #b4b4b4;
content: "\f10d";
font-size: 25px;
line-height: 25px;
font-weight: 300;
transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active{
background: #27282c;
transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn.active h4 {
color: #ffffff;
}
.accordion-box .accordion .accord-btn.active:after{
color: #ffffff;
}
.accordion-box .accordion .accord-content {
position: relative;
display: block;
padding-top: 29px;
padding-bottom: 7px;
padding-left: 0px;
padding-right: 40px;
display: none;
}
.accordion-box .accordion .accord-content.collapsed {
display: block;
}
.accordion-box .accordion .accord-content p {
margin: 0;
}
.boxed_wrapper {
background: #fff none repeat scroll 0 0;
position: relative;
margin: 0 auto;
width: 100%;
min-width: 320px;
min-height: 400px;
overflow: hidden;  
} .preloader{ 
position:fixed; 
left:0px; 
top:0px; 
width:100%; 
height:100%; 
z-index:999999999999999999; 
background-color:#f1f2f3; 
background-position:center center; 
background-repeat:no-repeat; 
background-image:url(https://www.guvenbiriskele.com.tr/wp-content/uploads/2023/06/Spin.gif);
}
.preloader.style-two {
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/images/home-pages/preloader-2.html);
}
.preloader.style-three {
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/images/home-pages/preloader-3.html);
}
.preloader.style-four {
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/images/home-pages/preloader-4.html);
}
.preloader.style-five {
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/images/home-pages/preloader-5.html);
} .scroll-to-top {
position: fixed;
right: 20px;
bottom: 30px;
width: 55px;
height: 55px;
background: #cb9e24;
border: 2px solid #cb9e24;
border-radius: 0%;
color: #ffffff;
font-size: 25px;
line-height: 50px;
font-weight: 400;
cursor: pointer;
display: none;
text-align: center;
transition: all 500ms ease 0s;
z-index: 99999999999;
box-shadow: 0px 5px 10px -10px rgba(27,27,27,1);
}
.scroll-to-top:hover {
opacity: .5;
}
.scroll-to-top-style2 {
position: fixed;
bottom: 25px;
right: 15px;
background: #e9212e;
border: 2px solid #e9212e;
width: 55px;
height: 55px;
border-radius: 0%;
color: #ffffff;
font-size: 25px;
line-height: 50px;
font-weight: normal;
cursor: pointer;
display: none;
text-align: center;
transition: all 500ms ease 0s;
z-index: 9999999999999;
box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top-style2:hover {
opacity: .5;
} input:focus,
textarea:focus,
select:focus {
border-color: #43c3ea;
outline: none;
}
#contact-form input[type="text"].error{
border-color: red;    
}
#contact-form input[type="email"].error{
border-color: red;    
}
#contact-form select.error {
border-color: red;
}
#contact-form textarea.error{
border-color: red;    
} .post-pagination{
position: relative;
display: block;
}
.post-pagination.martop20{
margin-top: 20px;
}
.post-pagination li {
display: inline-block;
margin: 0 3px;
}
.post-pagination li a {
position: relative;
display: block;
background: #ffffff;
border-radius: 0px;
border: 1px solid #ededed;
color: #2f2f2f;
font-size: 18px;
font-weight: 600;
height: 50px;
width: 50px;
padding: 11px 0;
transition: all 500ms ease 0s;
font-family: 'Poppins', sans-serif;
}
.post-pagination li a i {
position: relative;
font-size: 20px;
}
.post-pagination li.active a, 
.post-pagination li:hover a {
color: #fff;
background: #e9212e;
border: 1px solid #e9212e;
} .post-pagination2{
display: block;
margin-top: 20px;
}
.post-pagination2 li {
display: inline-block;
margin: 0 3px;
}
.post-pagination2 li a {
position: relative;
display: block;
color: #222222;
font-size: 18px;
font-weight: 600;
height: 32px;
width: 32px;
line-height: 32px;
text-align: center;
transition: all 500ms ease 0s;
font-family: 'Poppins', sans-serif;
border-radius: 50%;
}
.post-pagination2 li.active a, 
.post-pagination2 li:hover a {
background: #f36727;
color: #ffffff;
}
.post-pagination2 li a.left {
width: auto;
height: auto;
display: block;
color: #868298;
padding-right: 10px;
transition: all 500ms ease;
}
.post-pagination2 li:hover a.left{
background: none;
}
.post-pagination2 li a.left i {
position: relative;
top: 1px;
display: inline-block;
padding-right: 8px;
font-size: 21px;
}
.post-pagination2 li a.left:hover{
color: #f36727;
}
.post-pagination2 li a.right {
width: auto;
height: auto;
display: block;
color: #868298;
padding-left: 10px;
transition: all 500ms ease;
}
.post-pagination2 li a.right:hover{
color: #f36727;    
}
.post-pagination2 li:hover a.right{
background: none;
}
.post-pagination2 li a.right i {
position: relative;
top: 1px;
display: inline-block;
padding-left: 8px;
font-size: 21px;
} .overlay-style-one{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(233, 33, 48, 0.85);
transition: all 700ms ease 100ms;
opacity: 0;
z-index: 2;
}
.overlay-style-one .box{
display: table;
height: 100%;
width: 100%;    
}
.overlay-style-one .box .content{
display: table-cell;
text-align: center;
vertical-align: middle;    
}
.overlay-style-two{
position: absolute;
left: 0px;
bottom: 0px;
right: 0px;
top: 0px;
z-index: 2;
opacity: 0;
transition: all 900ms ease;    
}
.overlay-style-two:before{
position: absolute;
content: '';
top: 0px;
left: 0px;
width: 100%;
height: 50%;
display: block;
opacity: 0;
text-align: center;
transform: perspective(400px) rotateX(-90deg);
transform-origin: top;
transition: all 0.5s;
background-color: rgba(0, 0, 0, 0.80);
}
.overlay-style-two:after{
position: absolute;
content: '';
left: 0px;
bottom: 0px;
width: 100%;
height: 50%;
display: block;
opacity: 0;
text-align: center;
transform: perspective(400px) rotateX(90deg);
transform-origin: bottom;
transition: all 0.5s;
background-color: rgba(0, 0, 0, 0.80);
}
.review-box {
position: relative;
display: block;
overflow: hidden;
line-height: 16px;
}
.review-box ul {
display: block;
overflow: hidden;
}
.review-box ul li {
display: inline-block;
float: left;
margin-right: 4px;
}
.review-box ul li:last-child{
margin-right: 0px;    
}
.review-box ul li i {
font-size: 16px;
color: #e9212e;
}
.sociallinks-style-one{
}
.sociallinks-style-one li{
display: inline-block;
float: left;
margin-right: 20px;
}
.sociallinks-style-one li:last-child{
margin-right: 0px;
}
.sociallinks-style-one li a i{
color: #9491a2;
font-size: 15px;
font-weight: 400;
transition: all 500ms ease;
}
.sociallinks-style-one li a:hover i{
color: #39345a;
}
.sociallinks-style-two{
overflow: hidden;
}
.sociallinks-style-two li {
display: inline-block;
float: left;
margin-right: 20px;
}
.sociallinks-style-two li:last-child{
margin-right: 0px;    
}
.sociallinks-style-two li a i {
position: relative;
display: block;
width: 50px;
height: 50px;
background: #203260;
border: 1px solid #31426c;
border-radius: 50%;
color: #ffffff;
font-size: 14px;
line-height: 48px;
text-align: center;
transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i{
color: #3398fd;
transform: rotate(360deg);
} @keyframes menu_sticky {
0%   {margin-top:-90px;}
50%  {margin-top: -74px;}
100% {margin-top: 0;}
} .top-bar-style1 {
position: relative;
display: block;
background: #26272b;
padding: 19px 0 62px;
}
.top-style1{
position: relative;
display: block;
text-align: center;
}
.top-style1 p{
margin: 0;    
}
.top-style1 p a{
color: #ffffff;  
transition: all 300ms ease 100ms;
}
.top-style1 p a:hover{
color: #828282;    
} .main-header {
position: relative;
display: block;
z-index: 999;
}
.main-header.header-style1{}
.header-upper-style1{
position: relative;
display: block;  
background: #f6f6f6;
}
.header-upper-style1.fixed-header .inner-container {
position: fixed;
top: 0px;
left: 0;
right: 0;
width: 100%;
max-width: 1170px;
margin: 0 auto;
box-shadow: 0 0 10px rgba(0,0,0,.1);
transition: all 900ms ease 100ms;
z-index: 9999999999;
}
.header-upper-style1.fixed-header .logo-box-style1 {
margin: 10px 0;
transition: all 500ms ease 100ms;
}
.header-upper-style1.fixed-header .main-menu .navigation > li > a {
padding: 29px 0px 27px;
transition: all 500ms ease 100ms;
}
.header-upper-style1.fixed-header .outer-search-box {
padding: 10px 0;
transition: all 500ms ease 100ms;
}
.header-upper-style1.fixed-header .cart-box {
margin: 10px 0;
transition: all 500ms ease 100ms;
}
.header-upper-style1 .inner-container {
position: relative;
display: block;
padding: 0 40px;
margin-top: -45px;
background: #ffffff;
-webkit-box-shadow: 0px 4px 11px -1px #ECECEC; 
box-shadow: 0px 4px 11px -1px #ECECEC;
z-index: 9999999999;
}
.logo-box-style1 {
position: relative;
display: block;
margin: 20px 0;
transition: all 500ms ease 100ms;
}
.logo-box-style1 a{
display: inline-block;
}
.main-menu-box{
position: relative;
display: block;       
}
.main-menu {
position: relative;
display: inline-block;
float: left;
}
.main-menu .navbar-collapse {
padding: 0px
}
.main-menu .navigation {
position: relative;
}
.main-menu .navigation > li {
position: relative;
display: inline-block;
float: left;
margin-right: 35px;
}
.main-menu .navigation > li:last-child{
margin-right: 0;
}
.main-menu .navigation > li > a {
position: relative;
display: block;
color: #27282c;
font-size: 14px;
line-height: 14px;
font-weight: 500;
text-transform: uppercase;
opacity: 1;
padding: 39px 0px 37px;
transition: all 300ms ease;
font-family: 'Rubik', sans-serif;
}
.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {
color: rgb(203 158 36); 
}
.main-menu .navigation > li > ul {
position: absolute;
left: 0px;
top: 130%;
width: 270px;
background: transparent;
padding: 10px 0px 0;
visibility: hidden;
opacity: 0;
display: block;
border-radius: 0px;
transition: all 500ms ease;
z-index: 100;
}
.main-menu .navigation > li > ul:before {
position: absolute;
top: 10px;
left: 0;
bottom: 0;
width: 100%;
background: #ffffff;
content: "";
z-index: -1;
}
.main-menu .navigation > li:hover > ul {
top: 100%;
opacity: 1;
visibility: visible;
}
.main-menu .navigation > li > ul > li {
position: relative;
display: block;
float: none;
margin: 0;
padding: 0;
width: 100%;
transition: all 500ms ease;
z-index: 1;
}
.main-menu .navigation > li > ul > li > a {
position: relative;
display: block;
color: #828282;
font-size: 15px;
line-height: 15px;
font-weight: 400;
border-bottom: 1px solid #e2e8f0;
text-transform: capitalize;
transition: all 500ms ease 0s;
padding: 16px 30px 15px;
padding-right: 0;
font-family: 'Rubik', sans-serif;
}
.main-menu .navigation > li > ul > li:last-child a{
border-bottom: none;
}
.main-menu .navigation > li > ul > li > a:after {
position: absolute;
top: 0;
left: 30px;
bottom: 0;
content: "";
background: url(https://www.guvenbiriskele.com.tr/wp-content/uploads/2023/06/ok.jpg);
width: 26px;
height: 11px;
opacity: 0;
transform: scale(0);
transition: all 500ms ease;
margin: 20px 0;
}
.main-menu .navigation > li > ul > li:hover a:after{
opacity: 1;
transform: scale(1.0);
}
.main-menu .navigation > li > ul > li:hover > a {
color: rgb(45 65 90);
padding-left: 70px;
}
.main-menu .navigation > li > ul > li > ul {
position: absolute;
left: 100%;
top: 20px;
width: 270px;
margin-left: 0px;
visibility: hidden;
opacity: 0;
background: transparent;
z-index: 100;
box-shadow: 0 6px 12px rgba(0,0,0,.175);
transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li > ul:before {
position: absolute;
left: 0px;
bottom: 0;
width: 100%;
height: 100%;
background: #ffffff;
content: "";
z-index: -1;
border-radius: 0px;
}
.main-menu .navigation > li > ul > li:hover > ul{
visibility: visible;
opacity: 1;
top: 0px;
}
.main-menu .navigation > li > ul > li > ul > li{
position: relative;
display: block;
float: none;
margin: 0;
padding: 0;
width: 100%;
transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li a{
position: relative;
display: block;
color: #828282;
font-size: 15px;
line-height: 20px;
font-weight: 400;
border-bottom: 1px solid #e2e8f0 !important;
text-transform: capitalize;
transition: all 500ms ease 0s;
padding: 16px 30px 15px;
padding-right: 0;
font-family: 'Rubik', sans-serif;
}
.main-menu .navigation > li > ul > li > ul > li:last-child a{
border-bottom: 0px !important;   
}
.main-menu .navigation > li > ul > li > ul > li a:before {
position: absolute;
top: 0;
left: 30px;
bottom: 0;
content: "";
background: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/images/icon/dropdown-menu-arrow.png);
width: 26px;
height: 11px;
opacity: 0;
transform: scale(0);
transition: all 500ms ease;
margin: 20px 0;
}
.main-menu .navigation > li > ul > li > ul > li:hover a:before{
opacity: 1;
transform: scale(1.0) !important;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
color: #e9212e;
padding-left: 70px;
} .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
position: absolute;
right: 10px;
top: 6px;
width: 34px;
height: 30px;
border: 1px solid #ffffff;
background: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/images/icon/submenu-icon.png) center center no-repeat;
background-size: 20px;
cursor: pointer;
z-index: 5;
display: none;
border-radius: 3px;
}
.mainmenu-right {
position: relative;
display: inline-block;
float: right;
margin-left: 30px;
}
.outer-search-box {
position: relative;
display: inline-block;
float: left;
padding: 20px 0;
margin-right: 20px;
transition: all 500ms ease 100ms;
}
.outer-search-box .seach-toggle {
position: relative;
display: block;
color: #27282c;
font-size: 16px;
line-height: 50px;
cursor: pointer;
text-align: center;
height: 50px;
width: 50px;
border-radius: 3px;
margin: 0;
border-right: 1px solid #ededed;
transition: all 500ms ease;
}
.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active{
color: #e9212e;
background: #ededed;
}
.search-box {
position: absolute;
top: 120%;
right: 0%;
background: #27282c;
opacity: 0;
padding: 20px;
transition: all 500ms ease 0s;
visibility: hidden;
z-index: 100;
margin-left: 0;
}
.search-box.now-visible {
top: 100%;
opacity: 1;
visibility: visible;
z-index: 100;
}
.search-box .form-group{
position:relative;
padding: 0px;
margin: 0px;
width: 100%;
min-width: 250px;
}
.search-box .form-group input[type="search"] {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #1f1f23;
color: #000;
display: block;
font-size: 13px;
line-height: 24px;
position: relative;
transition: all 500ms ease 0s;
width: 100%;
height: 45px;
padding-left: 15px;
padding-right: 50px;
}
.search-box .form-group input[type="search"]:focus{
border-color: #f5f5f5;	
}
.search-box .form-group button, 
.search-box .form-group input[type="submit"] {
position: absolute;
right: 0;
top: 0;
display: block;
cursor: pointer;
background: #1f1f23;
color: #fff;
font-size: 13px;
height: 45px;
line-height: 45px;
width: 45px;
transition: all 500ms ease 0s;
}
.search-box .form-group button:hover,
.search-box .form-group input:focus + button{
color: #222222;
background: #f5f5f5;
}
.cart-box {
position: relative;
display: inline-block;
float: right;
height: 50px;
padding: 15px 0;
margin: 20px 0;
transition: all 500ms ease 100ms;
}
.cart-box a{
display: inline-block;
font-family: 'Rubik', sans-serif;
}
.cart-box a span:before{
position: relative;
display: inline-block;
float: left;
color: #27282c;
font-size: 20px;
line-height: 20px;
padding-right: 6px;
transition: all 500ms ease;
}
.cart-box a:hover span:before{
color: #e9212e;    
}
.cart-box a span.number {
position: relative;
display: inline-block;
float: left;
color: #e9212e;
font-size: 14px;
line-height: 14px;
font-weight: 600;
}
.header-lower-style1 {
position: relative;
display: block;
background: #f6f6f6;
padding: 30px 0;
}
.header-lower-style1 .inner-content{
position: relative;
display: block; 
border-right: 1px solid #dddddd;
}
.header-contact-info {
position: relative;
display: block;
border-left: 1px solid #dddddd;
padding-left: 20px;
}
.header-contact-info li {
position: relative;
display: inline-block;
float: left;
border-right: 1px solid #dddddd;
padding-right: 30px;
margin-right: 30px;
}
.header-contact-info li:last-child{
margin-right: 0;
}
.header-contact-info li .single-item{
position: relative;
display: block;
}
.header-contact-info li .single-item .icon{
width: 50px;
}
.header-contact-info li .single-item .icon span:before {
position: relative;
top: 2px;
color: #b7b7b7;
font-size: 50px;
line-height: 50px;
transition: all 300ms ease 100ms;
}
.header-contact-info li:hover .single-item .icon span:before{
color: #e9212e;    
}
.header-contact-info li .single-item .icon,
.header-contact-info li .single-item .text{
display: table-cell;
vertical-align: middle;
}
.header-contact-info li .single-item .text{
padding-left: 15px;
}
.header-contact-info li .single-item .text h3{
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
font-family: 'Rubik', sans-serif;
}
.header-contact-info li .single-item .text p{
line-height: 18px;
margin: 6px 0 0;
}
.header-social-links-style1 {
position: relative;
display: block;
padding-right: 20px;
margin: 2px 0 3px;
}
.header-social-links-style1 li{
position: relative;
display: inline-block;
float: left;
margin-right: 15px;
}
.header-social-links-style1 li:last-child{
margin-right: 0;
}
.header-social-links-style1 li a{}
.header-social-links-style1 li a i{
position: relative;
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
background: #ffffff;
color: #7c7e84;
font-size: 14px;
line-height: 50px;
text-align: center;
transition: all 700ms ease 100ms; 
}
.header-social-links-style1 li a:hover i{
color: #ffffff;
background: #e9212e;
transform: rotate(360deg);
} .main-slider {
position: relative;
z-index: 10;
}
.main-slider .tp-caption{
z-index:5 ;
}
.main-slider .tp-dottedoverlay{
background: none !important;
}
.main-slider .tparrows {
top: 40% !important;
}   
.main-slider .slide-content{
position: relative;
display: block;
}
.main-slider .slide-content .big-title{
position: relative;
color: #ffffff;
font-size: 72px;
line-height: 1.1em;
font-weight: 700;
text-transform: none;
font-family: 'Poppins', sans-serif;
}
.main-slider .slide-content .text{
position: relative;
display: block;
color: #ffffff;
font-size: 18px;
line-height: 1.5em;
font-weight: 400;
letter-spacing: normal;
text-transform: none;
font-family: 'Rubik', sans-serif;
}
.main-slider .slide-content .btn-box{}
.main-slider .slide-content .btn-box a{
}
.main-slider .slide-content .btn-box a.project-view-button {
position: relative;
display: inline-block;
margin-left: 35px;
color: #ffffff;
font-size: 15px;
line-height: 56px;
font-weight: 500;
font-family: 'Rubik', sans-serif;
transition: all 500ms ease;
}
.main-slider .slide-content .btn-box a.project-view-button:hover{
color: #e9212e;
}
.main-slider .slide-content .btn-box a.project-view-button:before {
position: absolute;
left: 0;
bottom: 16px;
right: 0;
height: 2px;
background: #ffffff;
content: "";
} .main-slider.style2 {
position: relative;
display: block;
z-index: 10;
}
.main-slider.style2 .slide-content .big-title{
position: relative;
color: #ffffff;
font-size: 60px;
line-height: 1.2em;
font-weight: 500;
text-transform: uppercase;
font-family: 'Rubik', sans-serif;
}
.main-slider.style2 .slide-content .text{
position: relative;
display: block;
color: #ffffff;
font-size: 18px;
line-height: 1.6em;
font-weight: 400;
letter-spacing: normal;
text-transform: none;
font-family: 'Rubik', sans-serif;
}
.main-slider.style2 .slide-content .btn-box a.play-button{
width: 70px;
}
.main-slider.style2 .slide-content .btn-box a.play-button,
.main-slider.style2 .slide-content .btn-box a.slide-style2-button{
display: table-cell;
vertical-align: middle;
}
.main-slider.style2 .slide-content .btn-box a.play-button{
position: relative;
display: inline-block;
width: 70px;
height: 70px;
border-radius: 50%;
background: #e9212e;
text-align: center; 
}
.main-slider.style2 .slide-content .btn-box a.play-button span:before{
position: relative;
display: block;
color: #ffffff;
font-size: 30px;
line-height: 70px;
}
.main-slider.style2 .slide-content .btn-box a.slide-style2-button {
position: relative;
display: inline-block;
margin-left: 25px;
color: #ffffff;
font-size: 15px;
line-height: 70px;
font-weight: 500;
font-family: 'Rubik', sans-serif;
transition: all 500ms ease;
}
.main-slider.style2 .slide-content .btn-box a.slide-style2-button:before {
position: absolute;
left: 0;
bottom: 25px;
right: 0;
height: 2px;
background: #ffffff;
content: "";
}
.main-slider.style2 .tp-bullets {
position: absolute;
top: 50% !important;
right: 20px !important;
opacity: 1 !important;
display: block !important;
text-align: center;
width: auto !important;
text-align: right;
left: auto !important;
transform: none !important;
}
.main-slider.style2 .hermes .tp-bullet {
position: relative !important;
display: block !important;
right: 0 !important;
margin: 10px 0 !important;
left: auto !important;
top: auto !important;
width: 12px;
height: 12px;
}
.main-slider.style2 .hermes .tp-bullet:after {
position: absolute;
content: ' ';
bottom: 0;
height: 0;
left: 0;
width: 100%;
background-color: #FFF;
box-shadow: 0 0 1px #FFF;
-webkit-transition: height 0.3s ease;
transition: height 0.3s ease;
}
.tp-bullet.selected, 
.tp-bullet:hover {
background: #fff;
} .main-slider.style3 .slide-content .big-title{
position: relative;
color: #ffffff;
font-size: 72px;
line-height: 1.2em;
font-weight: 700;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
}
.main-slider.style3 .slide-content .text{
position: relative;
display: block;
color: #ffffff;
font-size: 18px;
line-height: 1.6em;
font-weight: 400;
letter-spacing: normal;
text-transform: none;
font-family: 'Rubik', sans-serif;
}
.main-slider.style3 .slide-content .btn-box a{
} .highlights-area{
position: relative;
display: block;
background: transparent;
margin-top: -135px;
z-index: 100;
}
.single-highlight-box{
position: relative;
display: block;
background: transparent;
padding-top: 55px;
margin-bottom: 50px;
}
.single-highlight-box .icon-holder{
position: absolute;
top: 0;
left: 0;
right: 0;
width: 110px;
height: 110px;
background: #ffffff;
margin: 0 auto;
border-radius: 50%;
border: 3px solid #e9212e;
text-align: center;
z-index: 3;
}
.single-highlight-box .icon-holder::before {
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
content: "";
background: #e9212e;
border-radius: 50%;
transition: all 0.5s ease-in-out 0s;
transform-style: preserve-3d;
transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
opacity: 0;
z-index: -1;
}
.single-highlight-box:hover .icon-holder::before{
transform: perspective(1200px) rotateY(0deg) translateZ(0px);
transition-delay: 0.1s;
opacity: 1;
}
.single-highlight-box .icon-holder span:before {
display: block;
color: #b3b3b3;
font-size: 50px;
line-height: 104px;
transition: all 0.7s ease-in-out 0s;
}
.single-highlight-box:hover .icon-holder span:before{
color: #ffffff;
}
.single-highlight-box .inner-content{
position: relative;
display: block;
background: #ffffff;
padding-top: 55px;
box-shadow: 0px 4px 11px -1px #ECECEC;  
}
.single-highlight-box .inner-content .text{
position: relative;
display: block;
padding: 26px 30px 32px;  
}
.single-highlight-box .inner-content h3 {
font-weight: 600;
margin: 0px 0 18px;
}
.single-highlight-box .inner-content p{
margin: 0;
}
.single-highlight-box .inner-content a{
position: relative;
display: block;
background: #f6f6f6;
color: #27282c;
}
.single-highlight-box:hover .inner-content a{
color: #e9212e;    
} .about-area{
position: relative;
display: block;
padding-top: 60px;
padding-bottom: 110px;
}
.about-image-box {
position: relative;
display: block;
max-width: 470px;
width: 100%;
background: #f6f6f6;
padding-top: 60px;
padding-left: 60px;
}
.about-image-box:before{
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 100%;
background: #ffffff;
content: "";
z-index: 1;
}
.about-image-box .inner-box{
position: relative;
display: block;
z-index: 2;
}
.about-image-box .inner-box img{
width: 100%;
}
.about-image-box .inner-box .overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.about-image-box .inner-box .overlay .box{
display: table;
width: 100%;
height: 100%;
}
.about-image-box .inner-box .overlay .box .icon{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.about-image-box .inner-box .overlay .box .icon img{
width: auto;
}
.about-image-box .text-box {
position: relative;
display: block;
padding-top: 33px;
padding-bottom: 52px;
padding-right: 20px;
margin-right: 60px;
z-index: 1;
}
.about-image-box .text-box:before {
position: absolute;
right: 40px;
bottom: 30px;
font-family: 'icomoon';
content: "\e939";
color: #ebebeb;
font-size: 70px;
line-height: 70px;
transform: perspective(1200px) rotateX(180deg) translateZ(0px);
z-index: -1;
}
.about-image-box .text-box p {
color: #828282;
font-size: 20px;
line-height: 30px;
margin: 0 0 17px;
}
.about-image-box .text-box h3{
color: #3a3a3a;
font-size: 18px;
font-weight: 600;
}
.about-image-box .text-box h3 span{
color: #e9212e;
font-size: 15px;
font-weight: 400;
font-family: 'Rubik', sans-serif;
}
.about-text{
position: relative;
display: block;
padding-left: 100px;
}
.about-text .sec-title {
padding-bottom: 44px;
}
.about-text .inner-content{
position: relative;
display: block;    
}
.about-text .inner-content .text {
display: block;
padding-bottom: 26px;
}
.about-carousel-box{
position: relative;
display: block;
background: #e9212e;
padding: 41px 41px 37px;
z-index: 1;
}
.about-carousel-box:before {
position: absolute;
left: 40px;
bottom: -30px;
font-family: "Flaticon";
content: "\f103";
color: #e9212e;
font-size: 40px;
line-height: 40px;
transform: perspective(1200px) rotateY(180deg) translateZ(0px);
}
.about-carousel-box .single-box{
position: relative;
display: block;
}
.about-carousel-box .single-box .icon-holder{
width: 90px;
}
.about-carousel-box .single-box .icon-holder span:before{
color: #ffffff;
font-size: 90px;
line-height: 90px;
margin-left: 1px;
}
.about-carousel-box .single-box .icon-holder,
.about-carousel-box .single-box .text-holder{
display: table-cell;
vertical-align: middle;
}
.about-carousel-box .single-box .text-holder{
padding-left: 30px;
}
.about-carousel-box .single-box .text-holder h3{
color: #ffffff;
font-size: 20px;
font-weight: 600;
margin: 0 0 21px;
text-decoration: underline;
}
.about-carousel-box .single-box .text-holder p{
color: #ffffff;
margin: 0;
}
.about-carousel-box.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
padding-bottom: 0px;
}
.about-carousel-box .owl-dots {
position: absolute;
margin-top: 105px !important;
height: 25px;
line-height: 25px;
left: -10px;
}
.about-carousel-box .owl-dots .owl-dot{
background-image: none;
width: 20px;
height: 5px;
margin: 0px 10px;
background: #e1e1e1;
border: 2px solid #e1e1e1;
padding: 0px;
border-radius: 0%;
transition: all 500ms ease;
display: inline-block;
}
.about-carousel-box .owl-dots .owl-dot span{
display: none;	
}
.about-carousel-box .owl-dots .owl-dot.active{
background: #e9212e;
border-color: #e9212e;
} .working-area {
position: relative;
display: block;
background-attachment: fixed;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
padding: 110px 0 60px;
z-index: 1;
}
.working-area::before {
background: rgba(40, 41, 46, 0.97) none repeat scroll 0 0;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: "";
z-index: -1;
} 
.single-working-box{
position: relative;
display: block;
margin-bottom: 50px;
}
.single-working-box .img-holder{
position: relative;
display: block;
}
.single-working-box .img-holder .inner{
position: relative;
display: block;
overflow: hidden;
}
.single-working-box .img-holder .inner img{
width: 100%;
transform: scale(1.01);
transition: all 700ms ease 300ms;
}
.single-working-box:hover .img-holder .inner img{
transform:scale(1.2) rotate(2deg);	
} 
.single-working-box .img-holder .inner .overlay-style-one{
background-color: rgba(0, 0, 0, 0.85);
}
.single-working-box:hover .img-holder .inner .overlay-style-one{
opacity: 1;    
}
.single-working-box .img-holder .inner:before,
.single-working-box .img-holder .inner:after {
position: absolute;
top: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
transition: all 700ms ease 500ms;
border-radius: 0px;
z-index: 3;
}
.single-working-box .img-holder .inner:before {
transform: scale(0, 1);
transform-origin: bottom center;
border-top: 4px solid #e9212e;
border-bottom: 4px solid #e9212e;
}
.single-working-box:hover .img-holder .inner:before {
transform: scale(1, 1);
}
.single-working-box .img-holder .inner:after {
transform: scale(1, 0);
transform-origin: left center;
border-left: 4px solid #e9212e;
border-right: 4px solid #e9212e;
}
.single-working-box:hover .img-holder .inner:after{
transform: scale(1, 1);    
}
.single-working-box .text-holder{
position: relative;
display: block;
background: #ffffff;
margin: 0 20px;
margin-top: -40px;
z-index: 5;
}
.single-working-box .text-holder .plus-icon-box {
position: absolute;
right: 30px;
top: -25px;
width: 50px;
height: 50px;
background: #e9212e;
border-radius: 50%;
text-align: center;
display: block;
padding: 15px 0;
transition: all 300ms ease 100ms;
}
.single-working-box:hover .text-holder .plus-icon-box {
top: -50px;
height: 75px;
background: #e9212e;
border-radius: 25px 25px 0px 0px;
padding: 27px 0;
}
.single-working-box .text-holder .plus-icon-box span:before{
display: block;
color: #ffffff;
font-size: 20px;
line-height: 20px;
}
.single-working-box .text-holder .outer-box {
position: relative;
display: block;
padding-left: 70px;
padding-top: 35px;
padding-bottom: 32px;
}
.single-working-box .text-holder .outer-box .icon{
position: absolute;
top: 0;
left: 0;
width: 70px;
height: 100%;
background: rgb(237,237,237);
background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(237,237,237,0) 0%, rgba(237,237,237,1) 100%, rgba(32,50,96,0) 100%, rgba(32,50,96,0.6530987394957983) 100%, rgba(80,166,253,1) 100%, rgba(93,173,253,1) 100%);
}
.single-working-box .text-holder .outer-box .icon .inner {
display: table;
width: 100%;
height: 100%;
}
.single-working-box .text-holder .outer-box .icon .inner .box{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.single-working-box .text-holder .outer-box .icon .inner .box span:before{
color: #e9212e;
font-size: 35px;
line-height: 35px;
}
.single-working-box .text-holder .outer-box .text{
position: relative;
display: block;
padding-left: 30px;
}
.single-working-box .text-holder .outer-box .text h3{
color: #27282c;
font-weight: 600;
margin: 0 0 13px;
}
.single-working-box .text-holder .outer-box .text p{
margin: 0;
} .recently-project-area{
position: relative;
display: block;
padding: 110px 0 108px;
}
.recently-project-area .container-fluid {
padding-right: 10px;
padding-left: 10px;
}
.more-project-button {
position: relative;
display: block;
margin-top: 39px;
}
.single-project-style1{
position: relative;
display: block;
z-index: 6;
}
.single-project-style1 .img-holder{
position: relative;
display: block;
overflow: hidden;
z-index: 5;
}
.single-project-style1 .img-holder img{
width: 100%;
transform: scale(1.01);
transition: all 700ms ease;
}
.single-project-style1:hover .img-holder img {
transform:scale(1.2) rotate(2deg);	
}
.single-project-style1 .overlay-content{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(0, 0, 0, 0.80);
transform: scaleX(0);
transition: all 700ms ease 100ms;
}
.single-project-style1:hover .overlay-content{
transform: scaleY(1);
}
.single-project-style1 .overlay-content .inner-content{
display: table;
width: 100%;
height: 100%;
}
.single-project-style1 .overlay-content .inner-content .link-box {
display: table-cell;
vertical-align: middle;
text-align: center;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
transition: all 300ms ease 100ms;
}
.single-project-style1:hover .overlay-content .inner-content .link-box{
opacity: 1;
transform: translate3d(0px, 0px, 0px); 
transition: all 700ms ease 500ms;
}
.single-project-style1 .overlay-content .inner-content .link-box a {
background: #ffffff;
color: #27282c;
line-height: 55px;
padding: 0 25px 0;
}
.single-project-style1 .overlay-content .inner-content .link-box a:hover{
color: #ffffff;
background: #e9212e;  
}
.single-project-style1 .img-holder .title-box {
position: absolute;
left: 0px;
bottom: 0px;
right: 0px;
text-align: center;
display: block;
padding-bottom: 34px;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
opacity: 0;
transition: all 300ms ease 200ms;
z-index: 3;
}
.single-project-style1:hover .img-holder .title-box{
transform: translate3d(0px, 0px, 0px); 
opacity: 1;
transition: all 700ms ease 800ms;    
}
.single-project-style1 .img-holder .title-box span{
color: #95979c;
}
.single-project-style1 .img-holder .title-box h3{
color: #ffffff;
font-weight: 600;
margin: 3px 0 0;
}
.project-carousel.owl-carousel .owl-stage-outer{
padding: 0px;
}
.project-carousel .owl-dots {
position: relative;
display: block !important;
margin-top: 43px !important;
line-height: 14px;
}
.project-carousel .owl-dots .owl-dot{
background-image: none;
width: 20px;
height: 5px;
margin: 0px 10px;
background: #e1e1e1;
border: 2px solid #e1e1e1;
padding: 0px;
border-radius: 0%;
transition: all 500ms ease;
display: inline-block;
}
.project-carousel .owl-dots .owl-dot span{
display:none;	
}
.project-carousel .owl-dots .owl-dot.active{
background: #e9212e;
border-color: #e9212e;
} .working-process-area{
position: relative;
display: block;
background: #f6f6f6;
padding: 110px 0 50px; 
z-index: 2;
}
.single-working-process{
position: relative;
display: block;
padding-top: 40px;
background: transparent;
transition:all 500ms ease;
margin-bottom: 60px;
}
.single-working-process:hover{
transform:translateY(-10px);
}
.single-working-process .top-box {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 90px;
height: 90px;
display: block;
border: 3px solid #e9212e;
padding: 27px 0;
background: #ffffff;
border-radius: 50%;
text-align: center;
margin: 0 auto;
z-index: 3;
}
.single-working-process .top-box::before {
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
content: "";
background: #e9212e;
border-radius: 50%;
transition: all 0.5s ease-in-out 0s;
transform-style: preserve-3d;
transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
opacity: 0;
z-index: -1;
}
.single-working-process:hover .top-box::before{
transform: perspective(1200px) rotateY(0deg) translateZ(0px);
transition-delay: 0.1s;
opacity: 1;
}
.single-working-process .top-box span{
color: #27282c;
font-size: 24px;
line-height: 30px;
font-weight: 500;
text-transform: uppercase;
transition: all 700ms ease 100ms;
}
.single-working-process:hover .top-box span{
color: #ffffff; 
transition: all 700ms ease 500ms;
}
.single-working-process .inner{
position: relative;
display: block;
padding: 82px 30px 50px;
background: #ffffff;
border-top: 3px solid #e9212e;
-webkit-box-shadow: 0px 6px 10px 3px #e8e8e8; 
box-shadow: 0px 6px 10px 3px #e8e8e8;
transition: all 300ms ease;
}
.single-working-process:hover .inner{
box-shadow: none;
}
.single-working-process .inner h3{
color: #27282c;
font-weight: 600;
margin: 0 0 18px;
}
.single-working-process .inner p{
margin: 0;
}
.single-working-process .inner .icon-holder{
position: relative;
display: block;
padding-top: 22px;
}
.single-working-process .inner .icon-holder span:before{
color: #bababa;
font-size: 80px;
line-height: 80px;
transition: all 700ms ease 500ms;
}
.single-working-process:hover .inner .icon-holder span:before{
color: #e9212e;
transition: all 700ms ease 500ms;
} .slogan-area {
position: relative;
display: block;
background: #e9212e;
padding: 35px 0;
}
.slogan-area .title {
position: relative;
display: block;
}
.slogan-area .title h3{
color: #ffffff;
font-size: 20px;
line-height: 30px;
font-weight: 700;
}
.slogan-area .button {
position: relative;
display: block;  
}
.slogan-area .button a{
color: #27282c;
background: #ffffff;
}
.slogan-area .button a:hover{
color: #ffffff;
background: #e11f2c;
} .testimonial-area {
position: relative;
display: block;
padding: 110px 0 60px;
background: #ffffff;
}
.more-reviews-button {
position: relative;
display: block;
margin-top: 39px;
}
.single-testimonial-item{
position: relative;
display: block;
background: #ffffff;
-webkit-box-shadow: 0px 2px 10px 3px #f6f6f6; 
box-shadow: 0px 2px 10px 3px #f6f6f6;
margin-bottom: 50px;
}
.single-testimonial-item .inner-content{
position: relative;
display: block;
padding: 55px 30px 52px;
background: #ffffff;
}
.single-testimonial-item .inner-content .client-info{
position: relative;
display: block; 
padding-bottom: 22px;
}
.single-testimonial-item .inner-content .client-info h3{
color: #3a3a3a;
font-weight: 600;
margin: 0 0 3px;
}
.single-testimonial-item .inner-content .client-info span{
}
.single-testimonial-item .inner-content .img-box{
position: relative;
display: block;
overflow: hidden;
width: 100px;
height: 100px;
margin: 0 auto;
border-radius: 50%;
z-index: 2;
}
.single-testimonial-item .inner-content .img-box::before {
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
content: "";
background: rgba(0, 0, 0, 0.70);
border-radius: 50%;
transition: all 0.5s ease-in-out 0s;
transform-style: preserve-3d;
transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
opacity: 0;
z-index: 4;
}
.single-testimonial-item:hover .inner-content .img-box::before{
transform: perspective(1200px) rotateY(0deg) translateZ(0px);
transition-delay: 0.1s;
opacity: 1;
}
.single-testimonial-item .inner-content .img-box img{
width: 100%;
transition: all 700ms ease 800ms;
border-radius: 50%;
}
.single-testimonial-item:hover .inner-content .img-box img{
transform: rotate(360deg);	    
}
.single-testimonial-item .inner-content .text-box{
position: relative;
display: block;
padding-top: 24px;
}
.single-testimonial-item .inner-content .text-box p{
margin: 0;
}
.single-testimonial-item .quote-icon{
position: absolute;
top: 0;
left: 0;
width: 60px;
height: 70px;
background: #e9212e;
z-index: 3;
}
.single-testimonial-item .quote-icon span:before{
color: #ffffff;
font-size: 30px;
display: block;
padding: 20px 0;
} .appointment-area {
position: relative;
display: block;
background: #27282c;
background-position: top right;
background-attachment: scroll;
background-repeat: no-repeat;
background-size: auto;
padding-top: 110px;
padding-bottom: 110px;
z-index: 1;
}
.map-content-box .sec-title .title{
color: #ffffff;    
}
.map-content-box .inner{
position: relative;
display: block;
max-width: 570px;
width: 100%;
margin: 0 auto;
z-index: 99;
}
.map-content-box .inner .overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.map-content-box .inner .overlay .single-location-box{
position: absolute;
}
.map-content-box .inner .overlay .single-location-box.one {
top: 60px;
left: 70px;
}
.map-content-box .inner .overlay .single-location-box.two{
top: 100px;
left: 50%;    
}
.map-content-box .inner .overlay .single-location-box.three{
left: 150px; 
bottom: 70px;
}
.map-content-box .inner .overlay .single-location-box.four{
right: 50px;
bottom: 60px;
}
.map-content-box .inner .overlay .marker-box{
display: inline-block;
}
.map-content-box .inner .overlay .marker-box span:before{
color: #ffffff;
font-size: 50px;
line-height: 50px;
cursor: pointer;
}
.map-content-box .inner .overlay .location-info {
position: absolute;
left: -10px;
bottom: 100px;
width: 270px;
opacity: 0;
visibility: hidden;
padding: 25px 30px 22px;
padding-right: 20px;
margin-left: 0;
border-radius: 0px;
background-color: #ffffff;
transition: all 0.3s ease;
z-index: 9999999999;
}
.map-content-box .inner .overlay .location-info:before {
position: absolute;
left: 30px;
bottom: -30px;
font-family: "Flaticon";
content: "\f103";
color: #ffffff;
font-size: 40px;
line-height: 40px;
transform: perspective(1200px) rotateY(180deg) translateZ(0px);
}
.map-content-box .inner .overlay .single-location-box:hover .location-info  {
opacity: 1;
visibility: visible;
bottom: 90px;
}
.map-content-box .inner .overlay .single-location-box:hover .marker-box span:before{
color: #e9212e;
transition: all 500ms ease;
}
.map-content-box .inner .overlay .location-info h3{
color: #27282c;
font-weight: 700;
margin: 0 0 13px;
}
.map-content-box .inner .overlay .location-info p{
margin: 0;    
}
.appointment-box{
position: relative;
display: block;
padding: 44px 50px 50px;
max-width: 570px;
width: 100%;
background: #ffffff;
}
.appointment-box .title-box{
position: relative;
display: block;  
padding-bottom: 22px;
}
.appointment-box .title-box h2{
color: #27282c;
font-size: 24px;
line-height: 34px;
font-weight: 600;
margin: 0 0 10px;
}
.appointment-box .title-box span{}
.appointment{
position: relative;
display: block;
}
.appointment-form .single-box{
position: relative;
display: block;
}
.appointment-form input[type="text"], 
.appointment-form input[type="email"], 
.appointment-form textarea {
position: relative;
display: block;
padding: 0 20px;
border: 1px solid #ededed;
background: #ffffff;
color: #7c7e84;
font-size: 15px;
font-weight: 400;
width: 100%;
height: 60px;
margin-bottom: 20px;
border-radius: 5px;
transition: all 500ms ease; 
}
.appointment-form input[type="text"]:focus{
border-color: #e9212e;    
}
.appointment-form input[type="email"]:focus{
border-color: #e9212e;     
}
.appointment-form .single-box button{
display: block;
width: 100%;
background: #e9212e;
color: #ffffff;
margin-top: 20px;
border-radius: 5px;
}
.appointment-form input::-webkit-input-placeholder {
color: #7c7e84;
}
.appointment-form input:-moz-placeholder {
color: #7c7e84;
}
.appointment-form input::-moz-placeholder {
color: #7c7e84;
}
.appointment-form input:-ms-input-placeholder {
color: #7c7e84;
}
.appointment-form .single-box .bootstrap-select {
position: relative;
display: block;
}
.appointment-form .single-box .bootstrap-select>.dropdown-toggle {
outline: none !important;
border-radius: 5px;
border: 1px solid #edf2f7;
height: 60px;
background-color: transparent;
padding: 0;
padding-left: 20px;
color: #83888d;
line-height: 60px;
margin: 0;
box-shadow: none !important;
}
.appointment-form .single-box .bootstrap-select>.dropdown-toggle::after {
position: absolute;
top: 50%;
right: 20px;
width: auto;
height: auto;
font-family: 'FontAwesome';
content: '\f107';
color: #83888d;
font-size: 18px;
transform: translateY(-50%);
margin: 0;
border: none;
}
.appointment-form .single-box .bootstrap-select .dropdown-menu {
margin: 0;
padding: 0;
border-radius: 0;
border: 0px solid #ddd;
background: #f9f9f9;
font-size: 16px;
color: #000000;
}
.appointment-form .single-box .dropdown-item {
display: block;
width: 100%;
padding: 9px 20px 9px;
font-weight: 400;
color: #222222;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
border-radius: 0;
transition: all 500ms ease;
}
.appointment-form .single-box .dropdown-item.active,
.appointment-form .single-box .dropdown-item:active {
background: #e9212e;
color: #fff;
}
.appointment-form .single-box .dropdown-item:hover {
background: #e9212e;
color: #fff;
} .latest-blog-area {
position: relative;
display: block;
background: #ffffff;
padding-top: 110px;
padding-bottom: 50px;
}
.single-blog-post {
position: relative;
display: block;
margin-bottom: 52px;
}
.single-blog-post .img-holder {
position: relative;
display: block;
overflow: hidden;
}
.single-blog-post:hover .overlay-style-two{
opacity: 1;
}
.single-blog-post:hover .img-holder .overlay-style-two:before{
opacity: 1;
transform: perspective(400px) rotateX(0deg);
transition: all 700ms ease 100ms;	
}
.single-blog-post:hover .img-holder .overlay-style-two:after{
opacity: 1;
transform: perspective(400px) rotateX(0deg);
transition: all 700ms ease 300ms;	
}
.single-blog-post .img-holder img {
width: 100%;
transform: scale(1.01);
transition: all 700ms ease;
}
.single-blog-post:hover .img-holder img {
transform:scale(1.2) rotate(2deg);	
}
.single-blog-post .img-holder .overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
transform: translate3d(0px, -100%, 0px);
transition: all 700ms ease 300ms;
}
.single-blog-post:hover .img-holder .overlay{
transition: all 700ms ease 500ms;
transform: translate3d(0px, 0px, 0px);      
}
.single-blog-post .img-holder .overlay .box{
display: table;
width: 100%;
height: 100%;
}
.single-blog-post .img-holder .overlay .box .link-icon{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.single-blog-post .img-holder .overlay .box .link-icon a span:before{
display: inline-block;
color: #ffffff;
font-size: 35px;
line-height: 35px;
transition: all 500ms ease;
}
.single-blog-post .img-holder .overlay .box .link-icon a:hover span:before{
color: #e9212e;    
}
.single-blog-post .text-holder {
position: relative;
display: block;
padding-top: 20px;
}
.single-blog-post .text-holder .post-date {
position: relative;
display: inline-block;
height: 45px;
border-bottom: 3px solid #dadada;
transition: all 700ms ease 500ms;
}
.single-blog-post .text-holder .post-date h3 {
position: relative;
display: block;
color: #e9212e;
font-size: 36px;
line-height: 38px;
font-weight: 600;
text-transform: uppercase;
}
.single-blog-post .text-holder .post-date h3 span{
color: #27282c;
font-size: 14px;
}
.single-blog-post .meta-box {
position: relative;
display: block;
overflow: hidden;
min-height: 30px;
margin-top: 16px;
margin-bottom: 10px;
}
.single-blog-post .meta-box .meta-info {
position: relative;
display: block;
overflow: hidden;
}
.single-blog-post .meta-box .meta-info li {
position: relative;
display: inline-block;
float: left;
line-height: 20px;
padding-right: 16px;
margin-right: 14px;
font-weight: 500;
}
.single-blog-post .meta-box .meta-info li:before{
position: absolute;
top: 3px;
right: 0px;
width: 1px;
height: 12px;
background: #d3d9e0;
content: "";
}
.single-blog-post .meta-box .meta-info li:last-child{
padding-right: 0;
margin-right: 0;
}
.single-blog-post .meta-box .meta-info li:last-child:before{
display: none;
}
.single-blog-post .meta-box .meta-info li a{
color: #e9212e;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
transition: all 500ms ease;
}
.single-blog-post .meta-box .meta-info li a:hover{
color: #828282;
}
.single-blog-post .text-holder .blog-title {
position: relative;
display: block;
font-size: 20px;
line-height: 28px;
font-weight: 600;
}
.single-blog-post .text-holder .blog-title a{
color: #27282c;
transition: all 500ms ease;
}
.single-blog-post .text-holder .blog-title a:hover{
color: #e9212e;
}
.single-blog-post .text-holder .text{
display: block;
margin-top: 12px;
}
.single-blog-post .text-holder .text p{
margin: 0 0 26px;    
} .brand-area {
position: relative;
display: block;
background: #f6f6f6;
padding-top: 110px;
padding-bottom: 90px;
}
.brand-items{
position: relative;
display: block;
}
.single-brand-item {
position: relative;
display: block;
}
.single-brand-item a {
display: block;
background: #ffffff;
text-align: center;
transition: all 700ms ease 200ms;
}
.single-brand-item a:hover{
-webkit-box-shadow: 0px 5px 10px 2px #ebebeb; 
box-shadow: 0px 5px 10px 2px #ebebeb;    
}
.single-brand-item a img{
width: auto;
transition: all 900ms ease 200ms;
transform: perspective(1200px) rotateY(0deg) translateZ(0px);
}
.single-brand-item:hover a img{
filter: brightness(0%); 
transform: perspective(1200px) rotateY(360deg) translateZ(0px);
}
.single-brand-item .overlay-content {
position: absolute;
left: 0px;
right: 0;
bottom: -35px;
width: 130px;
margin: 0 auto;
opacity: 0;
visibility: hidden;
padding: 3px 0px 2px;
text-align: center;
background-color: #e9212e;
transition: all 300ms ease 100ms;
z-index: 999;
}
.single-brand-item:hover .overlay-content{
bottom: -15px; 
visibility: visible;
opacity: 1;
}
.single-brand-item .overlay-content:before {
font-family: FontAwesome;
content: "\f0de";
position: absolute;
top: -8px;
left: 0;
right: 0;
text-align: center;
color: #e9212e;
font-size: 30px;
}
.single-brand-item .overlay-content p{
color: #ffffff;
font-size: 16px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
margin: 0;
}
.brand-items-carousel.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
padding-bottom: 20px;
}
.brand-items-carousel.owl-carousel .owl-nav {
position: absolute;
right: 0;
top: -115px;
margin: 0;
display: block;
}
.brand-items-carousel.owl-carousel .owl-nav [class*="owl-"] {
position: relative;
display: inline-block;
background: #f6f6f6;
width: 55px;
height: 55px;
border: 1px solid #dddddd;
line-height: 54px;
margin: 0;
padding: 0;
transition: all 700ms ease 100ms;
border-radius: 50%;
}
.brand-items-carousel.owl-carousel .owl-nav [class*="owl-"] i:before{
color: #ababab;
font-size: 20px;
font-weight: 400;
}
.brand-items-carousel.owl-carousel .owl-nav .owl-next {
margin-left: 10px;
}
.brand-items-carousel.owl-carousel .owl-nav [class*="owl-"]:hover{
border-color: #e9212e;
} .footer-area {
position: relative;
display: block;
background: #1f2f43;
padding-top: 110px;
padding-bottom: 110px;
z-index: 1;
}
.footer-shape-bg{
position: absolute;
top: 0;
right: 0;
background-repeat: no-repeat;
background-position: top right;
height: 695px;
width: 695px;
background-image: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/images/footer/footer-shape.png);
z-index: -1;
}
.single-footer-widget {
position: relative;
display: block;
overflow: hidden;
}
.single-footer-widget .title {
position: relative;
display: block;
padding-bottom: 27px;
margin-top: -1px;
margin-bottom: 40px;
z-index: 1;
}
.single-footer-widget .title:before{
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background: #404043;
content: "";
z-index: -1;
} 
.single-footer-widget .title:after{
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 1px;
background: #e9212e;
content: "";
z-index: 1;
} 
.single-footer-widget .title h3 {
color: #ffffff;
font-size: 24px;
line-height: 24px;
font-weight: 600;
text-transform: capitalize;
}
.single-footer-widget .contact-info-box{
position: relative;
display: block;
}
.single-footer-widget .contact-info-box .footer-logo {
position: relative;
display: block;
padding-bottom: 33px;
}
.single-footer-widget .contact-info-box .footer-logo a{
display: inline-block;
}
.single-footer-widget .contact-info-box ul {
position: relative;
display: block;
}
.single-footer-widget .contact-info-box ul li {
position: relative;
display: block;
margin-bottom: 15px;
}
.single-footer-widget .contact-info-box ul li:last-child{
margin-bottom: 0;
}
.single-footer-widget .contact-info-box ul li h6{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 14px;
line-height: 20px;
font-weight: 600;
text-transform: uppercase;
border-bottom: 2px solid #404043;
}
.single-footer-widget .contact-info-box ul li p{
color: #7c7e84; 
margin: 13px 0 0;
}
.single-footer-widget .services-links{
position: relative;
display: block;
}
.single-footer-widget .services-links ul {
position: relative;
display: block;
overflow: hidden;
margin-top: -19px;
}
.single-footer-widget .services-links ul li {
position: relative;
display: block;
border-bottom: 1px solid #333438;
line-height: 50px;
}
.single-footer-widget .services-links ul li a{
color: #7c7e84;
font-size: 15px;
font-weight: 400;
padding-left: 20px;
transition: all 500ms ease;
}
.single-footer-widget .services-links ul li a:hover{
color: #ffffff;
}
.single-footer-widget .services-links ul li a:before {
position: absolute;
top: 0px;
left: 0;
content: "\f107";
font-family: "Flaticon";
color: #7c7e84;
font-size: 10px;
transition: all 500ms ease;
font-weight: 600;
line-height: 20px;
margin: 14px 0 16px;
}
.single-footer-widget .services-links ul li a:hover:before{
content: "\f108";
color: #ffffff;
transition: all 500ms ease;
}
.single-footer-widget .recent-news {
position: relative;
display: block;
overflow: hidden;
}
.single-footer-widget .recent-news li {
position: relative;
display: block;
padding-left: 75px;
min-height: 75px;
margin-bottom: 30px;
}
.single-footer-widget .recent-news li:last-child{
margin-bottom: 0;
}
.single-footer-widget .recent-news li .img-holder {
position: absolute;
top: 0;
left: 0;
width: 75px;
height: 75px;
display: block;
overflow: hidden;
}
.single-footer-widget .recent-news li .img-holder img{
transition: all 0.5s ease-in-out 0.6s;
width: 100%;
transform: scale(1.0, 1.0); 
}
.single-footer-widget .recent-news li:hover .img-holder img{
transform: scale(1.2, 1.2);
} 
.single-footer-widget .recent-news li:hover .img-holder .overlay-style-one{
opacity: 1;    
}
.single-footer-widget .recent-news li .img-holder .overlay-style-one .content a span:before{
position: relative;
display: inline-block;
width: 25px;
height: 25px;
color: #ffffff;
font-size: 25px;
line-height: 25px;
font-weight: 400;
filter: alpha(opacity=0);
opacity: 0;
transform: perspective(1200px) rotateY(-90deg) scale(5);
transition: all 0.5s ease-in-out 0.3s;
}
.single-footer-widget .recent-news li:hover .img-holder .overlay-style-one .content a span:before{
filter: alpha(opacity=100);
opacity: 1;
transform: perspective(1200px) rotateY(0deg) scale(1.0);
transition-delay: 0.1s;   
}
.single-footer-widget .recent-news li .title-holder{
position: relative;
display: block;
padding-left: 20px;
}
.single-footer-widget .recent-news li .title-holder p{
color: #7c7e84;
line-height: 16px;
margin: 0 0 9px;
}
.single-footer-widget .recent-news li .title-holder h5{
font-size: 16px;
line-height: 22px;
font-weight: 600;
}
.single-footer-widget .recent-news li .title-holder h5 a{
color: #ffffff;
}
.single-footer-widget .brochures-carousel-box{
position: relative;
display: block;
max-width: 270px;
width: 100%;
background: #ffffff;
}
.single-footer-widget .brochures-carousel-box .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-footer-widget .brochures-carousel-box .img-holder img{}
.single-footer-widget .brochures-carousel-box .title-holder{
position: relative;
display: block;
padding: 24px 30px 22px;
z-index: 1;
}
.single-footer-widget .brochures-carousel-box .title-holder:before{
position: absolute;
right: 15px;
bottom: 20px;
font-family: "Flaticon";
content: "\f109";
color: #ececec;
font-size: 80px;
line-height: 80px;
z-index: -1;
}
.single-footer-widget .brochures-carousel-box .title-holder h3{
color: #27282c;
font-size: 18px;
line-height: 26px;
font-weight: 600;
margin: 0 0 17px;
}
.single-footer-widget .brochures-carousel-box .title-holder h3 a{}
.brochures-carousel-box .owl-dots {
position: absolute;
margin-top: -177px !important;
height: 25px;
line-height: 25px;
right: 15px;
}
.brochures-carousel-box .owl-dots .owl-dot{
background-image: none;
width: 12px;
height: 12px;
margin: 0px 5px;
background: transparent;
border: 2px solid #ffffff;
padding: 0px;
border-radius: 50%;
transition: all 500ms ease;
display: inline-block;
}
.brochures-carousel-box .owl-dots .owl-dot span{
display: none;	
}
.brochures-carousel-box .owl-dots .owl-dot.active{
background: #ffffff;
} .footer-bottom-area {
position: relative;
display: block;
padding: 20px 0;
background: #ffffff;
z-index: 10;
}
.footer-bottom-area .copyright-text {
margin: 0;
}
.footer-bottom-area .copyright-text p {
color: #7c7e84;
font-size: 15px;
line-height: 24px;
font-weight: 400;
margin: 0;
}
.footer-bottom-area .copyright-text p a {
color: #e9212e;
font-weight: 500;
transition: all 500ms ease;
}
.footer-bottom-area .copyright-text p a:hover{
color: #7c7e84;
}
.footer-social-links {
position: relative;
display: block;
}
.footer-social-links span{
position: relative;
display: inline-block;
float: left;
padding-right: 15px;
color: #27282c;
font-size: 14px;
line-height: 30px;
font-weight: 600;
}
.footer-social-links .sociallinks-style-one{
position: relative;
display: inline-block;
line-height: 30px;
float: left;    
}
.footer-social-links .sociallinks-style-one li a i {
color: #7c7e84;
font-size: 14px;
font-weight: 400;
transition: all 500ms ease;
}
.footer-social-links .sociallinks-style-one li a:hover i{
color: #e9212e;    
} .top-bar-style2{
position: relative;
display: block;
background: #293544;
padding: 0px 20px;
}
.top-style2 {
display: flow-root;
justify-content: space-between;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
}
.top-style2-left{
position: relative;
display: block;    
top: 5px;
}
.top-style2-left p{
position: relative;
display: inline-block;
float: left;
color: #ffffff;
font-size: 15px;
font-weight: 500;
line-height: 30px;
margin: 0;
font-family: 'Poppins', sans-serif;
}
.top-style2-left p span:before{
position: relative;
top: 3px;
color: #e9212e;
font-size: 20px;
line-height: 20px;
display: inline-block;
padding-right: 9px;
}
.top-style2-left ul{
position: relative;
display: inline-block;
float: left;
padding-left: 20px;
}
.top-style2-left ul li{
position: relative;
display: inline-block;
float: left;
padding-right: 16px;
margin-right: 15px;
color: #7c7e84;
font-size: 15px;
line-height: 30px;
}
.top-style2-left ul li:last-child{
padding-right: 0;
margin-right: 0;
}
.top-style2-left ul li:before{
position: absolute;
top: 7px;
right: 0;
width: 1px;
height: 15px;
background: #404043;
content: "";
}
.top-style2-left ul li:last-child:before{
display: none;
}
.top-style2-right {
position: relative;
display: block;
overflow: hidden;
float: right;
}
.top-style2-right .top-right-menu {
position: relative;
display: inline-block;
float: left;
padding-right: 20px;
margin-right: 20px;
}
.top-style2-right .top-right-menu:before{
position: absolute;
top: 7px;
right: 0;
width: 1px;
height: 15px;
background: #404043;
content: "";    
}
.top-style2-right .top-right-menu li{
position: relative;
display: inline-block;
float: left;
line-height: 30px;
padding-right: 30px;
}
.top-style2-right .top-right-menu li:last-child{
padding-right: 0;
}
.top-style2-right .top-right-menu li a{
color: #7c7e84;
font-size: 15px; 
transition: all 500ms ease;
}
.top-style2-right .top-right-menu li a:hover{
color: #e9212e;
}
.top-style2-right .topbar-social-links{
position: relative;
display: inline-block;
float: right;    
}
.top-style2-right .topbar-social-links li{
position: relative;
display: inline-block;
float: left;
line-height: 30px;
padding-right: 30px;    
}
.top-style2-right .topbar-social-links li:last-child{
padding-right: 0;
}
.top-style2-right .topbar-social-links li a i{
color: #7c7e84;
font-size: 14px;
transition: all 500ms ease;
}
.top-style2-right .topbar-social-links li a:hover i{
color: #cb9e24;
} .header-style2{
position: relative;
display: block;
z-index: 9999;    
}
.header-style2.stricky-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99999999;
background: #ffffff;
margin: 0;
animation-name: menu_sticky;
animation-duration: 0.60s;
animation-timing-function: ease-out;
transition: all .25s ease-in-out;
-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
-moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
-ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
-o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.header-style2 .inner-container {
position: relative;
padding: 0 80px;
}
.logo-box-style2 {
position: relative;
display: block;
margin: 3px 0;
transition: all 500ms ease 100ms;
}
.logo-box-style2 a {
display: inline-block;
}
.main-menu.style2 .navigation > li {
margin-right: 35px;
}
.main-menu.style2 .navigation > li:last-child {
margin-right: 0px;
}
.main-menu.style2 .navigation > li > a {
padding: 39px 0px 37px;
}
.main-menu.style2 .navigation > li.dropdown > a:after {
font-family: FontAwesome;
position: absolute;
right: -18px;
top: 0px;
display: block;
font-size: 15px;
line-height: 90px;
color: #919191;
font-weight: 400;
content: "\f107";
z-index: 5;
}
.mainmenu-right.style2 {
margin-left: 40px;
}
.mainmenu-right.style2 .cart-box {
float: left;
}
.mainmenu-right.style2 .button {
position: relative;
display: inline-block;
float: right;
margin-left: 35px;
padding: 20px 0;
}
.mainmenu-right.style2 .button a {
line-height: 50px;
padding: 0 20px 0;
} .about-style2-area{
position: relative;
display: block;
padding: 35px 0 60px;
}
.about-style2-text{
position: relative;
display: block;
}
.about-style2-text .sec-title {
padding-bottom: 30px;
}
.about-style2-text .sec-title p{
margin: 0 0 27px;
}
.about-style2-text .text {
position: relative;
display: block;
border-top: 1px dashed #cccccc;
padding-top: 17px;
padding-bottom: 35px;
}
.about-style2-text .text p{
margin: 0;
}
.about-style2-text .authorised-info{
position: relative;
display: block;
}
.about-style2-text .authorised-info .signature{
width: 185px;
}
.about-style2-text .authorised-info .signature,
.about-style2-text .authorised-info .name{
display: table-cell;
vertical-align: middle;
}
.about-style2-text .authorised-info .name{
border-left: 1px solid #ededed;
padding-left: 20px;
}
.about-style2-text .authorised-info .name h3{
color: #27282c;
font-weight: 600;
margin: 0 0 5px;
}
.about-style2-text .authorised-info .name p{
color: #e9212e;
line-height: 20px;
margin: 0;
}
.about-style2-text .button{
position: relative;
display: block;
padding-top: 0px;
}
.about-style2-image-box{
position: relative;
display: block;
}
.about-style2-image-box .pattern{
position: absolute;
top: -35px;
left: 5px;
right: 0;
bottom: -110px;
background: #f9f9f9;
background-repeat: no-repeat;
width: 664px;
content: "";
}
.about-style2-image-box .image{
position: relative;
display: block;
max-width: 600px;
width: 100%;
margin: 0 auto;
z-index: 3;
}
.about-style2-image-box img{
width: 100%;
}
.about-style2-image-box .overlay-box{
position: absolute;
left: 40px;
bottom: 30px;
right: 40px;
background: #ffffff;
}
.about-style2-image-box .overlay-box:before {
font-family: FontAwesome;
position: absolute;
top: -20px;
left: 30px;
content: "\f0d8";
color: #ffffff;
font-size: 50px;
}
.about-style2-image-box .overlay-box .title {
position: relative;
display: block;
float: left;
padding: 5px 0 0px;
padding-left: 30px;
}
.about-style2-image-box .overlay-box .title h1{
color: #555555;
font-size: 28px;
font-weight: 500;
filter: alpha(opacity=50);
font-family: 'Rubik', sans-serif;
}
.about-style2-image-box .overlay-box .title h1 span{
position: relative;
display: inline-block;
font-size: 18px;
line-height: 24px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.about-style2-image-box .overlay-box .button{
position: relative;
display: block;
float: right;    
}
.about-style2-image-box .overlay-box .button a span:before {
position: relative;
display: block;
width: 80px;
background: rgb(203 158 36);
color: #ffffff;
font-size: 23px;
line-height: 50px;
text-align: center;
transform: rotate(180deg);
} .working-style2-area {
position: relative;
display: block;
background-attachment: fixed;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
padding: 0px 0 110px;
margin-top: 110px;
z-index: 1;
}
.working-style2-area::before {
background: rgba(0, 0, 0, 0.80) none repeat scroll 0 0;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: "";
z-index: -1;
} 
.working-style2-content {
margin-top: -110px;
}
.single-working-box-style2{
position: relative;
display: block;
width: 25%;
float: left;
}
.single-working-box-style2 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-working-box-style2 .img-holder img{
width: 100%;
transform: scale(1.0);
transition: all 700ms ease;    
}
.single-working-box-style2:hover .img-holder img {
transform: scale(1.2);    
}
.single-working-box-style2 .static-content{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2; 
visibility: visible;
opacity: 1;
transform: translateY(0px);
transition: all 500ms ease 100ms;
}
.single-working-box-style2:hover .static-content{
opacity: 0;
visibility: hidden;
transform: translateY(100%);
transition: all 900ms ease 100ms;    
}
.single-working-box-style2 .static-content .box{
display: table;
width: 100%;
height: 100%;    
}
.single-working-box-style2 .static-content .box .inner{
display: table-cell;
vertical-align: middle;
text-align: center;    
}
.single-working-box-style2 .icon-holder{
position: relative;
display: block;
width: 110px;
height: 110px;
margin: 0 auto 60px;
text-align: center;
border: 2px solid #ffffff;
border-radius: 50%;
}
.single-working-box-style2 .icon-holder span:before {
display: block;
color: #ffffff;
font-size: 55px;
line-height: 106px;
}
.single-working-box-style2 .text-holder{
position: relative;
display: block;
}
.single-working-box-style2 .text-holder .title{
position: relative;
display: block;
}
.single-working-box-style2 .text-holder .title h3{
color: #ffffff;
font-size: 20px;
line-height: 30px;
font-weight: 600;
z-index: 1;
}
.single-working-box-style2 .text-holder .title .count {
position: absolute;
top: 0;
left: 0;
right: 0;
color: #2d2e32;
font-size: 100px;
line-height: 70px;
font-weight: 500;
font-family: 'Rubik', sans-serif;
z-index: -1;
}
.single-working-box-style2 .overlay-content{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
opacity: 0;
transform: translateY(100%);
transition: all 300ms ease 100ms;
}
.single-working-box-style2:hover .overlay-content{
opacity: 1;
transform: translateY(-10px);
transition: all 900ms ease 300ms; 
}
.single-working-box-style2 .overlay-content .box{
display: table;
width: 100%;
height: 100%;    
}
.single-working-box-style2 .overlay-content .box .inner{
display: table-cell;
vertical-align: middle;
text-align: center;    
}
.single-working-box-style2 .overlay-content .icon-holder {
margin: 0 auto 50px;
border: 2px solid rgb(203 158 36);
background: rgb(203 158 36);
}
.single-working-box-style2 .text-holder .text{
position: relative;
display: block;
padding: 0 20px;
margin-top: 34px;
}
.single-working-box-style2 .text-holder .text p{
color: #fff;
margin: 0;
}
.single-working-box-style2 .read-more a span:before {
position: absolute;
left: 0;
bottom: -30px;
right: 0;
width: 60px;
height: 60px;
margin: 0 auto;
background: #cb9e24;
border-radius: 50%;
color: #ffffff;
font-size: 20px;
line-height: 60px;
text-align: center;
opacity: 0;
transform: scale(0.5);
transition: all 200ms ease 100ms; 
}
.single-working-box-style2:hover .read-more a span:before{
opacity: 1.0;
transform: scale(1.0);
transition: all 900ms ease 900ms;     
}
.working-style-bottom{
position: relative;
display: block;
padding-top: 84px;
}
.working-style-bottom p{
color: #ffffff;
font-size: 18px;
font-weight: 500;
line-height: 28px;
margin: 0 0 42px;
font-family: 'Poppins', sans-serif;
}
.working-style-bottom a{
padding: 0 40px;
} .services-style1-area {
position: relative;
display: block;
padding: 20px 0 45px;
}
.single-service-style1 {
position: relative;
display: block;
margin-bottom: 50px;
}
.single-service-style1 .img-holder{
position: relative;
display: block;
overflow: hidden; 
z-index: 1;
}
.single-service-style1 .img-holder img {
width: 100%;
transform: scale(1.01);
transition: all 700ms ease;
}
.single-service-style1:hover .img-holder img {
transform: scale(1.2);    
}
.single-service-style1:hover .overlay-style-two{
opacity: 1;
}
.single-service-style1 .img-holder .overlay-style-two:before{
background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style1:hover .img-holder .overlay-style-two:before{
opacity: 1;
transform: perspective(400px) rotateX(0deg);
transition: all 700ms ease 100ms;	
}
.single-service-style1 .img-holder .overlay-style-two:after{
background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style1:hover .img-holder .overlay-style-two:after{
opacity: 1;
transform: perspective(400px) rotateX(0deg);
transition: all 700ms ease 300ms;	
}
.single-service-style1 .overlay-content-box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5;
}
.single-service-style1 .overlay-content-box .box{
display: table;
width: 100%;
height: 100%;
}
.single-service-style1 .overlay-content-box .box .inner{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.single-service-style1 .overlay-content-box .icon {
position: relative;
display: block;
margin: 0 0 11px;
opacity: 0;
transform: translate3d(0px, -50%, 0px);
transition: all 300ms ease 100ms;
}
.single-service-style1:hover .overlay-content-box .icon{
opacity: 1;
transform: translate3d(0px, 0%, 0px);
transition: all 700ms ease 800ms;
}
.single-service-style1 .overlay-content-box .icon span:before{
display: inline-block;
color: rgb(203 158 36);
font-size: 60px;
line-height: 60px;
}
.single-service-style1 .overlay-content-box .title{
position: relative;
display: block;
opacity: 0;
transform: translate3d(0px, 50%, 0px);
transition: all 300ms ease 100ms;
}
.single-service-style1:hover .overlay-content-box .title{
opacity: 1;
transform: translate3d(0px, 0%, 0px);
transition: all 700ms ease 900ms;    
}
.single-service-style1 .overlay-content-box .title h3{
color: #ffffff;
font-weight: 600;
}
.single-service-style1 .text-holder{
position: relative;
display: block; 
border: 1px solid #ededed;
padding: 10px 30px 10px;
}
.single-service-style1 .text-holder .inner-content{
position: relative;
display: block;  
-webkit-transform: translateY(0%);
transform: translateY(0%);
transition: all 700ms ease 800ms;
}
.single-service-style1:hover .text-holder .inner-content{
opacity: 0;
-webkit-transform: translateY(-40%);
transform: translateY(-40%); 
transition: all 700ms ease 500ms;
}
.single-service-style1 .text-holder .top {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
.single-service-style1 .text-holder .top .icon{}
.single-service-style1 .text-holder .top .icon span:before{
color: #b3b3b3;
font-size: 60px;
line-height: 60px;
}
.single-service-style1 .text-holder .top .count{}
.single-service-style1 .text-holder .top .count h1{
font-size: 48px;
line-height: 40px;
font-weight: 500;
background: -moz-linear-gradient(45deg, rgba(65,94,82,1) 0%, rgba(255,0,0,1) 1%, rgba(77,0,0,1) 100%); background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(65,94,82,1)), color-stop(1%, rgba(255,0,0,1)), color-stop(100%, rgba(77,0,0,1))); background: -webkit-linear-gradient(45deg, rgba(65,94,82,1) 0%, rgba(255,0,0,1) 1%, rgba(77,0,0,1) 100%); background: -o-linear-gradient(45deg, rgba(65,94,82,1) 0%, rgba(255,0,0,1) 1%, rgba(77,0,0,1) 100%); background: -ms-linear-gradient(45deg, rgba(65,94,82,1) 0%, rgba(255,0,0,1) 1%, rgba(77,0,0,1) 100%); background: linear-gradient(45deg, rgba(65,94,82,1) 0%, rgba(255,0,0,1) 1%, rgba(77,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D0000', endColorstr='#415E52',GradientType=1 ); -webkit-background-clip: text;
-webkit-text-fill-color: transparent; 
font-family: 'Rubik', sans-serif;
}
.single-service-style1 .text-holder .bottom {
padding-top: 7px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.single-service-style1 .text-holder .bottom .title{}
.single-service-style1 .text-holder .bottom .title h3{
color: #27282c;
font-weight: 600;
}
.single-service-style1 .text-holder .bottom .read-more{}
.single-service-style1 .text-holder .bottom .read-more a span:before {
color: #b3b3b3;
font-size: 25px;
line-height: 36px;
}
.single-service-style1 .text-holder .overlay-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffffff;
display: block;
padding: 28px 30px 0;
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
transition: all 700ms ease 100ms;
}
.single-service-style1:hover .text-holder .overlay-content {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all 700ms ease 500ms;
}
.single-service-style1 .text-holder .overlay-content .text {
position: relative;
display: block;
}
.single-service-style1 .text-holder .overlay-content .text p{
margin: 0;
}
.single-service-style1 .text-holder .overlay-content .read-more{}
.single-service-style1 .text-holder .overlay-content .read-more a span:before {
position: absolute;
left: 0;
bottom: -30px;
right: 0;
width: 60px;
height: 60px;
margin: 0 auto;
background: rgb(203 158 36);
display: block;
text-align: center;
border-radius: 50%;
color: #ffffff;
font-size: 24px;
line-height: 60px;
} .slogan-style2-area{
position: relative;
display: block;
background-attachment: fixed;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
padding: 85px 0 42px;
z-index: 1;  
}
.slogan-style2-area .icon-holder{
position: absolute;
top: -60px;
left: 0;
right: 0;
width: 120px;
height: 120px;
background: rgb(203 158 36);
margin: 0 auto;
border-radius: 50%;
text-align: center;
animation: fa-spin 9s ease infinite;
}
.slogan-style2-area .icon-holder span:before {
position: relative;
display: block;
color: #ffffff;
font-size: 80px;
line-height: 120px;
}
.slogan-style2-area .inner-content {
display: flex;
align-items: center;
flex-direction: column;
text-align: center;
}
.slogan-style2-area .inner-content .title{
display: block;
padding-bottom: 40px;
}
.slogan-style2-area .inner-content .title h1{
color: #ffffff;
font-size: 22px;
line-height: 44px;
font-weight: 700;
text-transform: uppercase;
}
.slogan-style2-area .inner-content .title h1 span{
font-weight: 400;
}
.slogan-style2-area .inner-content .button{}
.slogan-style2-area .inner-content .button a{
color: #27282c;
background: #ffffff;
margin: 0 13px;
padding: 0 40px 0;
}
.slogan-style2-area .inner-content .button a:hover{
color: #ffffff;
background: #27282c;
}
.slogan-style2-area .inner-content .button a.call-us{
color: #ffffff;
background: rgb(203 158 36);
}
.slogan-style2-area .inner-content .button a.call-us i:before {
position: relative;
top: 2px;
display: inline-block;
padding-right: 10px;
font-size: 20px;
line-height: 20px;
} .why-choose-area{
position: relative;
display: block;
background-attachment: fixed;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
padding: 30px 0 30px;
z-index: 1;
}
.why-choose-title{
position: relative;
display: block;
padding-bottom: 80px;
background: #1f2f43;
max-width: 390px;
width: 100%;
}
.why-choose-title .sec-title {
margin: 0;
padding-top: 50px;
padding-left: 40px;
padding-bottom: 28px;
}
.why-choose-title .sec-title .icon {
position: relative;
display: block;
margin-bottom: 32px;
}
.why-choose-title .sec-title .title {
color: #ffffff;
font-size: 25px;
line-height: 40px;
}
.why-choose-title ul{
position: relative;
display: block; 
padding-left: 40px;
}
.why-choose-title ul li{
position: relative;
display: block;
padding-left: 35px;
color: #ffffff;
font-size: 16px;
margin-bottom: 17px;
}
.why-choose-title ul li:last-child{
margin-bottom: 0;
}
.why-choose-title ul li:before{
font-family: 'icomoon';
content: "\e935";
position: absolute;
top: 2px;
left: 0;
color: #cb9e24;
font-size: 20px;
line-height: 20px;
}
.why-choose-title .button{
position: relative;
display: block;
margin-top: 52px;
z-index: 1;
}
.why-choose-title .button:before{
position: absolute;
top: 0;
left: -10px;
bottom: 0;
width: 10px;
background: rgb(203 158 36);
content: "";
z-index: -1;
}
.why-choose-title .button:after {
position: absolute;
top: -15px;
left: -10px;
width: 10px;
height: 15px;
content: "";
background: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/images/icon/button-shape.png);
z-index: -1;
}
.why-choose-title .button a {
position: relative;
display: block;
background: rgb(203 158 36);
color: #ffffff;
line-height: 70px;
padding: 0 40px 0;
}
.why-choose-title .button a:hover{
background: rgb(203 158 36);
}
.why-choose-content{
position: relative;
max-width: 748px;
width: 100%;
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
}
.why-choose-content .single-box{
position: relative;
display: block;
padding: 26px 40px 42px;
padding-right: 30px;
width: 50%;
}
.why-choose-content .single-box.redbg{
background: rgb(203 158 36);
}
.why-choose-content .single-box.whitebg{
background: #ffffff;
}
.why-choose-content .single-box.blackbg{
background: #1f2f43;
}
.why-choose-content .single-box .icon-holder{
position: relative;
display: block;
padding: 10px;
width: 70px;
height: 70px;
z-index: 1;
}
.why-choose-content .single-box .icon-holder:before{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: #273b5e;
border-radius: 50%;
z-index: -1;
}
.why-choose-content .single-box .icon-holder span:before{
color: #ffffff;
font-size: 50px;
line-height: 50px;
}
.why-choose-content .single-box .text-holder{
position: relative;
display: block;
padding-top: 16px;
}
.why-choose-content .single-box .text-holder h3{
color: #ffffff;
font-size: 20px;
font-weight: 600;
margin: 0 0 18px;
}
.why-choose-content .single-box .text-holder p{
color: #ffffff;
margin: 0;
}
.why-choose-content .single-box.whitebg .text-holder h3{
color: rgb(203 158 36);
}
.why-choose-content .single-box.whitebg .text-holder p{
color: #828282;    
}
.why-choose-content .single-box.whitebg .icon-holder:before{
background: #273b5e;
}
.why-choose-content .single-box.whitebg .icon-holder span:before{
color: rgb(203 158 36);
}
.why-choose-content .single-box.blackbg .text-holder p{
color: #828282;    
}
.why-choose-content .single-box.blackbg .icon-holder:before{
background: #cb9e24;
}
.why-choose-content .single-box.blackbg .icon-holder span:before{
color: #ffffff;
} .recently-project-style2-area{
position: relative;
display: block;
padding: 110px 0 108px;
}
.single-project-style2{
position: relative;
display: block;
}
.single-project-style2 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-project-style2 .img-holder:before{
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 40%;
content: "";
transition: all 300ms ease 100ms;
z-index: 2;
background: rgb(39,40,44);
background: linear-gradient(180deg, rgba(39,40,44,0) 40%, rgba(39,40,44,0.8407738095238095) 78%, rgba(39,40,44,1) 94%, rgba(39,40,44,1) 100%, rgba(39,40,44,1) 100%, rgba(237,237,237,1) 100%, rgba(32,50,96,0) 100%);
}
.single-project-style2:hover .img-holder:before{
opacity: 0;    
}
.single-project-style2 .img-holder:after{
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 100%;
content: "";
opacity: 0;
transition: all 300ms ease 100ms;
z-index: 2;
background: rgb(39,40,44);
background: linear-gradient(0deg, rgba(39,40,44,0) 0%, rgba(39,40,44,0.8407738095238095) 0%, rgba(39,40,44,1) 0%, rgba(39,40,44,0.7959558823529411) 100%, rgba(39,40,44,1) 100%, rgba(39,40,44,1) 100%, rgba(237,237,237,1) 100%, rgba(32,50,96,0) 100%);
}
.single-project-style2:hover .img-holder:after{
opacity: 1;    
}
.single-project-style2 .img-holder img{
width: 100%;
transform: scale(1.01);
transition: all 700ms ease;
}
.single-project-style2:hover .img-holder img {
transform:scale(1.2) rotate(2deg);	
}
.single-project-style2 .read-more{
position: absolute;
top: 40px;
left: 40px;
z-index: 3;
}
.single-project-style2 .read-more a span:before{
position: relative;
display: block;
width: 60px;
height: 60px;
background: #ffffff;
border-radius: 50%;
color: #858585;
font-size: 20px;
line-height: 60px;
text-align: center;
transition: all 700ms ease 400ms;
}
.single-project-style2:hover .read-more a span:before{
color: #ffffff;
background: #e9212e;
transform: perspective(400px) rotate(360deg);    
}
.single-project-style2 .title-box{
position: absolute;
left: 40px;
bottom: 34px;
z-index: 3;
}
.single-project-style2 .title-box span{
color: #7c7e84;
}
.single-project-style2 .title-box h3{
color: #ffffff;
font-weight: 600;
margin: 3px 0 0;
}
.project-carousel-v2 .owl-dots {
position: relative;
display: block !important;
margin-top: 43px !important;
line-height: 14px;
}
.project-carousel-v2 .owl-dots .owl-dot{
background-image: none;
width: 20px;
height: 5px;
margin: 0px 10px;
background: #e1e1e1;
border: 2px solid #e1e1e1;
padding: 0px;
border-radius: 0%;
transition: all 500ms ease;
display: inline-block;
}
.project-carousel-v2 .owl-dots .owl-dot span{
display:none;	
}
.project-carousel-v2 .owl-dots .owl-dot.active{
background: #e9212e;
border-color: #e9212e;
} .working-process-style2-area{
position: relative;
display: block;
background-attachment: fixed;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
padding: 110px 0 110px;
z-index: 1;
}
.single-working-process-style2{
position: relative;
display: block;
max-width: 370px;
min-width: 370px;
width: 100%;
margin: 0 auto;
background: #ffffff;
}
.single-working-process-style2 .top-box {
position: relative;
display: block;
padding: 30px 40px 20px;
z-index: 2;
}
.single-working-process-style2 .top-box:before{
position: absolute;
top: 11px;
right: 0;
width: 370px;
height: 113px;
background: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/images/pattern/working-process-item-bg.png);
content: "";
z-index: -1;
opacity: 1;
transition: all 300ms ease 100ms;
}
.single-working-process-style2:hover .top-box:before{
opacity: 0;
transition: all 900ms ease 500ms;
}
.single-working-process-style2 .top-box:after{
position: absolute;
top: 0px;
left: 0;
width: 370px;
height: 99px;
background: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/images/pattern/working-process-item-hover-bg.png);
content: "";
z-index: -1;
transition: all 900ms ease 100ms;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(-90deg) translateZ(-45px);
opacity: 0;
}
.single-working-process-style2:hover .top-box:after{
opacity: 1;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 900ms ease 300ms;
}
.single-working-process-style2 .top-box .count{
position: relative;
display: block;
float: left;
}
.single-working-process-style2 .top-box .count h1 {
color: #e9212e;
font-size: 60px;
line-height: 46px;
font-weight: 500;
font-family: 'Rubik', sans-serif;
transition: all 700ms ease 500ms;
}
.single-working-process-style2:hover .top-box .count h1{
color: #ffffff;    
}
.single-working-process-style2 .top-box .icon{
position: relative;
display: block;
float: right;
}
.single-working-process-style2 .top-box .icon span:before{
color: #d0d0d0;
font-size: 70px;
line-height: 70px;
}
.single-working-process-style2 .inner {
position: relative;
display: block;
overflow: hidden;
padding: 35px 40px 52px;
width: 100%;
}
.single-working-process-style2 .inner h3 {
color: #27282c;
font-weight: 600;
margin: 0 0 18px;
}
.single-working-process-style2 .inner p {
margin: 0;
}
.working-process-carousel.owl-carousel .owl-nav {
position: absolute;
right: 0;
top: -115px;
margin: 0;
display: block;
}
.working-process-carousel.owl-carousel .owl-nav [class*="owl-"] {
position: relative;
display: inline-block;
background: transparent;
width: 55px;
height: 55px;
border: 1px solid #dddddd;
line-height: 54px;
margin: 0;
padding: 0;
transition: all 700ms ease 100ms;
border-radius: 50%;
}
.working-process-carousel.owl-carousel .owl-nav [class*="owl-"] i:before{
color: #ababab;
font-size: 20px;
font-weight: 400;
}
.working-process-carousel.owl-carousel .owl-nav .owl-next {
margin-left: 10px;
}
.working-process-carousel.owl-carousel .owl-nav [class*="owl-"]:hover{
border-color: #e9212e;
} .testimonial-style2-area{
position: relative;
display: block;
padding: 110px 0 108px;
}
.testimonial-style2-area .sec-title{
padding-bottom: 40px;
}
.single-testimonial-style2 {
position: relative;
display: block;
border: 1px solid transparent;
transition: all 700ms ease 300ms;
}
.single-testimonial-style2 .inner-content{
position: relative;
display: block;
overflow: hidden;
}
.single-testimonial-style2 .static-content {
position: relative;
display: block;
padding: 55px 40px 62px;
transform: translateY(0%);
transition: all 700ms ease 100ms;   
}
.single-testimonial-style2:hover .static-content{
opacity: 0;
transform: translateY(-10%);
transition: all 900ms ease 100ms;    
}
.single-testimonial-style2 .static-content .quote-icon{
position: relative;
display: block;  
padding-bottom: 11px;
}
.single-testimonial-style2 .static-content .quote-icon span:before{
color: #e9212e;
font-size: 63px;
line-height: 63px;
}
.single-testimonial-style2 .text-box{}
.single-testimonial-style2 .text-box p{
margin: 0;
}
.single-testimonial-style2 .static-content .client-info{
position: relative;
display: block;
padding-top: 32px;
}
.single-testimonial-style2 .client-info .review-box{}
.single-testimonial-style2 .client-info .review-box ul{}
.single-testimonial-style2 .client-info .review-box ul li {
float: none;
margin: 0 1px;
}
.single-testimonial-style2 .client-info .review-box ul li i{}
.single-testimonial-style2 .client-info h3{
color: #27282c;
font-size: 18px;
font-weight: 600;
margin: 8px 0 0;
}
.single-testimonial-style2 .client-info {
position: relative;
display: block;
}
.single-testimonial-style2 .overlay-content {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #ffffff;
display: block;
padding: 50px 40px 0;
opacity: 0;
transform: translateY(-10%);
transition: all 700ms ease 100ms;
}
.single-testimonial-style2:hover .overlay-content{
opacity: 1;
transform: translateY(0%);
transition: all 900ms ease 100ms;    
}
.single-testimonial-style2 .overlay-content .img-box{
position: relative;
display: block;
width: 80px;
height: 80px;
margin: 0 auto;
}
.single-testimonial-style2 .overlay-content .img-box img{
border-radius: 50%;
}
.single-testimonial-style2 .overlay-content .text-box {
position: relative;
display: block;
padding: 10px 0 10px;
margin: 14px 0 0;
z-index: 2;
}
.single-testimonial-style2 .overlay-content .text-box .quote-icon{
position: absolute;
top: -18px;
left: 0;
right: 0;
z-index: -1;
}
.single-testimonial-style2 .overlay-content .text-box .quote-icon span:before{
color: #f6f6f6;
font-size: 128px;
line-height: 128px;
}
.single-testimonial-style2 .overlay-content .client-info {
position: relative;
display: block;
padding-top: 22px;
}
.testimonial-style2-content{
overflow: hidden;
}
.testimonial-style2-content .owl-carousel{
display: block;
max-width: 370px;
width: 100%;
margin: 0 auto;
}
.testimonial-style2-content .owl-carousel .owl-stage-outer{
overflow: visible;
padding: 10px 0px 43px;
}
.testimonial-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-testimonial-style2{
-webkit-box-shadow: 0px 2px 5px 4px #f6f6f6; 
box-shadow: 0px 2px 5px 4px #f6f6f6;
transition: all 700ms ease 800ms;
}
.testimonial-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-testimonial-style2 .static-content{
opacity: 0;
transform: translateY(-10%); 
transition: all 900ms ease 300ms; 
}
.testimonial-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-testimonial-style2 .overlay-content{
opacity: 1;
transform: translateY(0%);
transition: all 900ms ease 300ms;    
}
.testimonial-carousel .owl-dots {
position: relative;
display: block !important;
margin-top: 0px !important;
line-height: 14px;
}
.testimonial-carousel .owl-dots .owl-dot{
background-image: none;
width: 20px;
height: 5px;
margin: 0px 10px;
background: #e1e1e1;
border: 2px solid #e1e1e1;
padding: 0px;
border-radius: 0%;
transition: all 500ms ease;
display: inline-block;
}
.testimonial-carousel .owl-dots .owl-dot span{
display:none;	
}
.testimonial-carousel .owl-dots .owl-dot.active{
background: #e9212e;
border-color: #e9212e;
} .contact-details-area{
position: relative;
display: block;
padding: 110px 0 0;
z-index: 4;
}
.contact-details-area .sec-title {
z-index: 3;
}
.contact-details-area .parallax-background{
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 550px;
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
z-index: 1;
}
.contact-details-content{
position: relative;
display: block;
background: #f6f6f6;
z-index: 3;
}
.content-info-box{
position: relative;
display: block;
background-attachment: scroll;
background-position: left top;
background-repeat: no-repeat;
background-size: auto;
min-height: 650px;
margin-right: 30px;
}
.content-info-box .inner-content {
display: flex;
flex-direction: column;
align-items: flex-end;
flex-wrap: wrap;
padding: 70px 0 70px;
}
.content-info-box .inner-content .inner{
-webkit-box-shadow: 3px 0px 5px 0px #ededed; 
box-shadow: 3px 0px 5px 0px #ededed;    
}
.content-info-box .inner-content .single-info-box{
max-width: 270px;
width: 100%;
background: #e9212e;
text-align: center;
padding: 50px 30px 42px;
}
.content-info-box .inner-content .single-info-box .icon{
margin-bottom: 20px;
}
.content-info-box .inner-content .single-info-box .icon span:before{
color: #f6f6f6;
font-size: 50px;
line-height: 50px;
}
.content-info-box .inner-content .single-info-box .text{}
.content-info-box .inner-content .single-info-box .text h3{
color: #f6f6f6;
font-size: 18px;
font-weight: 600;
margin: 0 0 12px;
}
.content-info-box .inner-content .single-info-box .text p{
color: #f6f6f6;
margin: 0;
}
.content-info-box .inner-content .single-info-box.white-bg{
background: #f4f4f4;
}
.content-info-box .inner-content .single-info-box.white-bg .icon span:before{
color: #e9212e;    
}
.content-info-box .inner-content .single-info-box.white-bg .text h3{
color: #27282c;    
}
.content-info-box .inner-content .single-info-box.white-bg .text p{
color: #828282;        
}
.contact-details-form-box {
position: relative;
display: block;
padding: 65px 60px 0px;
width: 100%;
padding-left: 0;
}
.contact-details-form-box .title-box{
position: relative;
display: block;  
padding-bottom: 42px;
}
.contact-details-form-box .title-box h2{
color: #27282c;
font-size: 30px;
line-height: 36px;
font-weight: 600;
}
.contact-details-box{
position: relative;
display: block;
}
.contact-details-form .single-box{
position: relative;
display: block;
}
.contact-details-form input[type="text"], 
.contact-details-form input[type="email"], 
.contact-details-form textarea {
position: relative;
display: block;
padding: 0 20px;
border: 1px solid #e0e0e0;
background: #f6f6f6;
color: #7c7e84;
font-size: 15px;
font-weight: 400;
width: 100%;
height: 55px;
margin-bottom: 30px;
border-radius: 0px;
transition: all 500ms ease; 
}
.contact-details-form textarea {
padding: 15px 20px;
height: 120px;
margin-top: 30px;
margin-bottom: 50px;
}
.contact-details-form input[type="text"]:focus{
border-color: #e9212e;    
}
.contact-details-form input[type="email"]:focus{
border-color: #e9212e;     
}
.contact-details-form textarea:focus{
border-color: #e9212e;      
}
.contact-details-form .single-box button{
padding: 0 40px;
}
.contact-details-form input::-webkit-input-placeholder {
color: #7c7e84;
}
.contact-details-form input:-moz-placeholder {
color: #7c7e84;
}
.contact-details-form input::-moz-placeholder {
color: #7c7e84;
}
.contact-details-form input:-ms-input-placeholder {
color: #7c7e84;
}
.contact-details-form .single-box .bootstrap-select {
position: relative;
display: block;
}
.contact-details-form .single-box .bootstrap-select>.dropdown-toggle {
position: relative;
display: block;
outline: none !important;
border-radius: 0px;
background-color: #f6f6f6;
border: 1px solid #e0e0e0;
height: 55px;
line-height: 55px;
padding: 0;
padding-left: 20px;
color: #7c7e84;
margin: 0;
box-shadow: none !important;
}
.contact-details-form .single-box .bootstrap-select>.dropdown-toggle::after {
position: absolute;
top: 50%;
right: 20px;
width: auto;
height: auto;
font-family: 'FontAwesome';
content: '\f107';
color: #7c7e84;
font-size: 18px;
transform: translateY(-50%);
margin: 0;
border: none;
}
.contact-details-form .single-box .bootstrap-select .dropdown-menu {
position: static;
margin: 0;
padding: 0;
border-radius: 0;
border: 0px solid #ddd;
background: #f9f9f9;
font-size: 16px;
color: #000000;
}
.contact-details-form .single-box .dropdown-item {
display: block;
width: 100%;
padding: 9px 20px 9px;
font-weight: 400;
color: #222222;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
border-radius: 0;
transition: all 500ms ease;
}
.contact-details-form .single-box .dropdown-item.active,
.contact-details-form .single-box .dropdown-item:active {
background: #e9212e;
color: #fff;
}
.contact-details-form .single-box .dropdown-item:hover {
background: #e9212e;
color: #fff;
} .latest-blog-area.style2{}
.more-blog-button {
position: relative;
display: block;
margin-top: 39px;
} .brand-area.style2{
padding-top: 110px;
padding-bottom: 110px;    
}
.single-brand-item.style2{
max-width: 170px;
width: 100%;
float: left;
margin-right: 30px;
}
.single-brand-item.style2:last-child{
margin-right: 0;
}
.single-brand-item.style2 a:hover{
-webkit-box-shadow: 0px -4px 10px 3px #e8e8e8; 
box-shadow: 0px -4px 10px 3px #e8e8e8;  
} .instagram-area {
position: relative;
display: block;
background: #e9212e;
}
.instagram-title {
position: relative;
display: block;
margin-right: -30px;
padding: 43px 0;
z-index: 3;
}
.instagram-title .pattern-bg {
position: absolute;
top: 0;
left: -500px;
bottom: 0;
right: 0;
background: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/images/pattern/instagram-title-bg.png);
z-index: -1;
background-repeat: no-repeat;
}
.instagram-title h3{
color: #ffffff;
font-size: 20px;
line-height: 28px;
font-weight: 600;
margin: 0 0 17px;
}
.instagram-title a{
color: #ffffff;
}
.instagram-title a:hover{
color: #27282c;    
}
.instagram-items {
position: relative;
display: block;
margin-right: -375px;
z-index: 3;
}
.instagram-items li{
position: relative;
display: inline-block;
float: left;
}
.instagram-items li .img-holder {
position: relative;
display: block;
overflow: hidden;
}
.instagram-items li:hover .overlay-style-two{
opacity: 1;
}
.instagram-items li .img-holder .overlay-style-two:before {
background-color: rgba(40, 41, 46, 0.95);
}
.instagram-items li:hover .img-holder .overlay-style-two:before{
opacity: 1;
transform: perspective(400px) rotateX(0deg);
transition: all 700ms ease 100ms;	
}
.instagram-items li .img-holder .overlay-style-two:after {
background-color: rgba(40, 41, 46, 0.95);
}
.instagram-items li:hover .img-holder .overlay-style-two:after{
opacity: 1;
transform: perspective(400px) rotateX(0deg);
transition: all 700ms ease 300ms;	
}
.instagram-items li .img-holder img {
width: 100%;
transform: scale(1.01);
transition: all 700ms ease;
}
.instagram-items li:hover .img-holder img {
transform:scale(1.2) rotate(2deg);	
}
.instagram-items li .img-holder .overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
transform: translate3d(0px, -100%, 0px);
transition: all 700ms ease 300ms;
}
.instagram-items li:hover .img-holder .overlay{
transition: all 700ms ease 500ms;
transform: translate3d(0px, 0px, 0px);      
}
.instagram-items li .img-holder .overlay .box{
display: table;
width: 100%;
height: 100%;
}
.instagram-items li .img-holder .overlay .box .link-icon{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.instagram-items li .img-holder .overlay .box .link-icon a span:before{
display: inline-block;
color: #ffffff;
font-size: 30px;
line-height: 30px;
transition: all 500ms ease;
}
.instagram-items li .img-holder .overlay .box .link-icon a:hover span:before{
color: #e9212e;    
} .footer-area.style2 {
padding: 110px 0 100px;
z-index: 10;
}
.single-footer-widget .title-style2 {
position: relative;
display: block;
margin-top: 0px;
padding-bottom: 33px;
}
.single-footer-widget .title-style2 h3 {
color: #ffffff;
font-size: 24px;
line-height: 30px;
font-weight: 600;
text-transform: capitalize;
}
.single-footer-widget .our-info-box{}
.single-footer-widget .our-info-box .footer-logo{
position: relative;
display: block;
padding-bottom: 34px;
}
.single-footer-widget .our-info-box .footer-logo a{
display: inline-block;
}
.single-footer-widget .our-info-box .text{
position: relative;
display: block;
padding-bottom: 23px;
}
.single-footer-widget .our-info-box .text p{
color: #fff;
margin: 0;
}
.single-footer-widget .our-info-box .follow-us-social-links{
position: relative;
display: block;    
}
.single-footer-widget .our-info-box .follow-us-social-links span{
position: relative;
display: inline-block;
padding-right: 6px;
color: #ffffff;
font-size: 15px;
line-height: 30px;
float: left;
}
.single-footer-widget .our-info-box .follow-us-social-links ul{
position: relative;
display: inline-block;
float: left;
line-height: 30px;
}
.single-footer-widget .our-info-box .follow-us-social-links ul li{
position: relative;
display: inline-block;
float: left;
padding-right: 11px;
margin-right: 10px;
}
.single-footer-widget .our-info-box .follow-us-social-links ul li:before {
position: absolute;
top: 10px;
right: 0;
width: 1px;
height: 11px;
background: #404146;
content: "";
transform: rotate(15deg);
}
.single-footer-widget .our-info-box .follow-us-social-links ul li:last-child{
padding-right: 0;
margin-right: 0;
}
.single-footer-widget .our-info-box .follow-us-social-links ul li a{
color: #7c7e84;
font-size: 15px;
transition: all 300ms ease 100ms;
}
.single-footer-widget .our-info-box .follow-us-social-links ul li a:hover{
color: #ffffff;
}
.single-footer-widget .usefull-links {
position: relative;
display: block;
overflow: hidden;
margin-top: -12px;
}
.single-footer-widget .usefull-links ul {
position: relative;
display: block;
overflow: hidden;
}
.single-footer-widget .usefull-links ul.marleft30{
margin-left: 30px;
}
.single-footer-widget .usefull-links ul.borders-left {
position: relative;
margin-left: 80px;
padding-left: 30px;
}
.single-footer-widget .usefull-links ul li {
position: relative;
display: block;
line-height: 36px;
}
.single-footer-widget .usefull-links ul li a{
color: #fff;
font-size: 15px;
font-weight: 400;
padding-left: 20px;
transition: all 500ms ease;
}
.single-footer-widget .usefull-links ul li a:hover{
color: #cb9e24;
}
.single-footer-widget .usefull-links ul li a:before {
position: absolute;
top: 0px;
left: 0;
content: "\f107";
font-family: "Flaticon";
color: #7c7e84;
font-size: 10px;
transition: all 500ms ease;
font-weight: 600;
line-height: 36px;
margin: 0px 0 0px;
}
.single-footer-widget .usefull-links ul li a:hover:before{
color: #ffffff;
content: "\f108";
transition: all 500ms ease;
}
.single-footer-widget .usefull-links ul.borders-left:before{
position: absolute;
top: 12px;
left: 0;
bottom: 7px;
width: 1px;
background: #404043;
content: "";
}
.single-footer-widget .subscribe-box{
position: relative;
display: block;    
}
.single-footer-widget .subscribe-form {
position: relative;
display: block;
max-width: 370px;
width: 100%;
}
.single-footer-widget .subscribe-form input[type="email"]{
position: relative;
display: block;
background: #27282c;
border: 1px solid #404043;
color: #62656f;
font-size: 15px;
font-weight: 400;
width: 100%;
height: 52px;
margin-bottom: 0px;
padding: 0 20px;
transition: all 500ms ease;
}
.single-footer-widget .subscribe-form input::-webkit-input-placeholder {
color: #62656f;
}
.single-footer-widget .subscribe-form input:-moz-placeholder {
color: #62656f;
}
.single-footer-widget .subscribe-form input::-moz-placeholder {
color: #62656f;
}
.single-footer-widget .subscribe-form input:-ms-input-placeholder {
color: #62656f;
}
.single-footer-widget .subscribe-form button {
margin-top: 20px;
line-height: 50px;
}
.single-footer-widget .subscribe-form input[type="email"]:focus {
border: 1px solid #ffffff;
background: #ffffff;
color: #222222;
}
.single-footer-widget .subscribe-form input[type="email"]:focus + button, 
.single-footer-widget .subscribe-form button:hover {
background: #191a1c;
color: #fff;
}
.single-footer-widget .subscribe-box .text{
position: relative;
display: block;
padding-top: 14px;
}
.single-footer-widget .subscribe-box .text p{
color: #7c7e84;
font-size: 15px;
margin: 0;
}
.single-footer-widget .subscribe-box .text p span{
color: #e9212e;
} .topbar-style3-area {
position: relative;
display: block;
border-bottom: 1px solid #ededed;
padding: 12px 0;
}
.topbar-style3-content {
position: relative;
display: flex;
justify-content: space-between;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
}
.topbar-style3-left{
position: relative;
display: block;    
}
.topbar-style3-left ul{}
.topbar-style3-left ul li{
display: inline-block;
float: left;
margin-right: 30px;
line-height: 28px;
}
.topbar-style3-left ul li:last-child{
margin-right: 0;
}
.topbar-style3-left ul li a{
color: #7c7e84;
font-size: 15px;
font-weight: 400;
transition: all 500ms ease;
}
.topbar-style3-left ul li a:hover{
color: #e9212e;
}
.topbar-style3-right {
position: relative;
display: block;
max-width: 270px;
width: 100%;
}
.topbar-style3-right ul {
position: relative;
display: block;
overflow: hidden;
float: left;
border-right: 1px solid #dadada;
padding-right: 20px;
}
.topbar-style3-right ul li{
position: relative;
display: inline-block;
float: left;
margin-right: 20px;
line-height: 28px;
}
.topbar-style3-right ul li:last-child{
margin-right: 0;
}
.topbar-style3-right ul li a{
color: #7c7e84;
font-size: 14px;
font-weight: 400;
}
.topbar-style3-right ul li a:hover{
color: #e9212e;
} .header-style3-area{
position: relative;
display: block;
}
.header-style3-content{
position: relative;
display: block;
overflow: hidden;
}
.logo-box-style3 {
position: relative;
display: block;
margin: 30px 0;
}
.logo-box-style3 a{
display: inline-block;
}
.header-contact-info.style2 {
position: relative;
display: block;
padding-left: 90px;
border-left: none;
margin: 27px 0 28px;
}
.header-contact-info.style2 li:last-child {
margin-right: 0;
padding-right: 0;
border: none;
}
.header-call-button {
position: relative;
display: block;
width: 270px;
background: #e9212e;
text-align: right;
padding: 30px 30px 30px;
z-index: 1;
}
.header-call-button:before{
position: absolute;
left: 30px;
bottom: 0;
right: 30px;
height: 1px;
background: #ea5f68;
content: "";
}
.header-call-button .inner{
position: relative;
display: block;
padding-right: 60px;
}
.header-call-button .inner .icon {
position: absolute;
top: 0;
right: 0;
transform: rotateY(180deg);
}
.header-call-button .inner .icon span:before {
color: #ffffff;
font-size: 40px;
line-height: 50px;
}
.header-call-button .inner .title{
position: relative;
display: block;
}
.header-call-button .inner .title span{
color: #ffffff;
font-size: 15px;
font-weight: 400;
}
.header-call-button .inner .title h3{
color: #ffffff;
font-size: 18px;
line-height: 22px;
font-weight: 500;
margin: 3px 0 0;
font-family: 'Rubik', sans-serif;
} .mainmenu-style3-area{
position: relative;
display: block;   
background: #27282c;
}
.mainmenu-style3-area.stricky-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99999999;
background: #27282C;
margin: 0;
animation-name: menu_sticky;
animation-duration: 0.60s;
animation-timing-function: ease-out;
transition: all .25s ease-in-out;
-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
-moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
-ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
-o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.main-menu.style3 {
position: relative;
display: inline-block;
border-left: 1px solid #1a1b1f;
}
.main-menu.style3 .navigation > li {
position: relative;
display: inline-block;
float: left;
margin-right: 0;
border-left: 1px solid #3d3e42;
border-right: 1px solid #1a1b1f;
}
.main-menu.style3 .navigation > li:last-child{
border-right: none;
}
.main-menu.style3 .navigation > li > a {
color: #ffffff;
padding: 30px 35px 26px;
}
.main-menu.style3 .navigation > li:last-child > a{
padding-right: 0;
}
.main-menu.style3 .navigation > li:hover > a, 
.main-menu.style3 .navigation > li.current > a {
color: #e9212e; 
}
.mainmenu-right.style3 {
position: relative;
display: inline-block;
float: right;
margin: 0;
}
.mainmenu-right.style3 .button a {
line-height: 70px;
width: 270px;
padding: 0;
text-align: center;
}
.mainmenu-right.style3 .button a:hover{
background: #232427;
} .featured-area {
position: relative;
display: block;
margin-top: -160px;
z-index: 10;
background: transparent;
}
.single-featured-box{
position: relative;
display: block;
padding-top: 50px;
max-width: 370px;
width: 100%;
margin: 0 auto;
overflow: hidden;
}
.single-featured-box .inner{
position: relative;
display: block;
background: #e9212e;
transition: all 300ms ease 100ms;
}
.single-featured-box .inner .img-holder {
position: relative;
display: block;
width: 255px;
height: 270px;
float: right;
}
.single-featured-box .inner .static-content {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
display: block;
padding-top: 125px;
padding-left: 30px;
opacity: 1;
visibility: visible;
z-index: 1;
transform: translateY(0px);
transition: all 500ms ease 100ms;
}
.single-featured-box:hover .inner .static-content{
opacity: 0;
visibility: hidden;
transform: translateY(50%);
transition: all 900ms ease 100ms;  
}
.single-featured-box .icon{
position: relative;
display: block;
padding-bottom: 20px;
}
.single-featured-box .icon span:before{
color: #ffffff;
font-size: 60px;
line-height: 60px;
}
.single-featured-box .title{
position: relative;
display: block;    
}
.single-featured-box .title h3{
color: #ffffff;
font-weight: 600;
}
.single-featured-box .inner .overlay-content {
position: absolute;
top: -50px;
left: 0;
bottom: 0;
right: 0;
display: block;
padding-top: 50px;
padding-left: 30px;
padding-right: 30px;
z-index: 3;
background: #27282c;
transition: all 300ms ease 100ms;
opacity: 0;
visibility: hidden;
transform: translateY(100%);
transition: all 500ms ease 100ms;
}
.single-featured-box:hover .inner .overlay-content{
opacity: 1;  
visibility: visible; 
transform: translateY(0%);
transition: all 900ms ease 100ms;  
}
.single-featured-box .inner .overlay-content .icon span:before{
color: #e9212e;
}
.single-featured-box .inner .overlay-content .text{
position: relative;
display: block;
padding-top: 18px;
padding-bottom: 0px;
}
.single-featured-box .inner .overlay-content .text p{
color: #ffffff;
margin: 0 0 26px;
}
.single-featured-box .inner .overlay-content .text a{
color: #ffffff;    
}
.single-featured-box .overlay-content .overlay-image{
position: absolute;
bottom: 0;
right: 0;
width: 255px;
height: 00px;
opacity: 0;
transform: scale(0.5);
transition: all 500ms ease 100ms;
}
.single-featured-box:hover .overlay-content .overlay-image{
opacity: 1;
height: 270px;
transform: scale(1.0); 
transition: all 900ms ease 500ms;  
}
.about-style3-content{
position: relative;
display: block;
padding-top: 110px;
padding-bottom: 110px;
}
.about-style3-content .sec-title{
padding-bottom: 40px;
margin: 0;
}
.about-style3-content .sec-title p {
margin: 15px 0 27px;
}
.about-style3-content .button{}
.about-style3-content .button a{
padding: 0 40px;
margin: 0 13px;
}
.about-style3-content .button a.black{
background: #27282c;
}
.about-style3-bg {
position: absolute;
left: 0;
top: -60px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
z-index: -1;
opacity: 1;
}
@-webkit-keyframes banner-animate {
0% {
-webkit-transform: translateX(-300px);
transform: translateX(-300px);
}
50% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(-300px);
transform: translateX(-300px);
}
}
@keyframes banner-animate {
0% {
-webkit-transform: translateX(-300px);
transform: translateX(-300px);
}
50% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(-300px);
transform: translateX(-300px);
}
}
.banner-animate {
animation-name: banner-animate; 
animation-duration: 70s; 
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: banner-animate; 
-webkit-animation-duration: 70s; 
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: banner-animate; 
-moz-animation-duration: 70s; 
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: banner-animate; 
-ms-animation-duration: 70s; 
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: banner-animate; 
-o-animation-duration: 70s; 
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
} .services-style2-area {
position: relative;
display: block;
background: #f6f6f6;
padding: 110px 0 108px;
z-index: 1;
}
.services-style2-area:before{
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 407px;
background: #ffffff;
content: "";
z-index: -1;
}
.single-service-style2 .img-holder{
position: relative;
display: block;
overflow: hidden; 
z-index: 1;
}
.single-service-style2 .img-holder img {
width: 100%;
transform: scale(1.01);
transition: all 700ms ease;
}
.single-service-style2:hover .img-holder img {
transform: scale(1.2);    
}
.single-service-style2:hover .overlay-style-two{
opacity: 1;
}
.single-service-style2 .img-holder .overlay-style-two:before{
background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style2:hover .img-holder .overlay-style-two:before{
opacity: 1;
transform: perspective(400px) rotateX(0deg);
transition: all 700ms ease 100ms;	
}
.single-service-style2 .img-holder .overlay-style-two:after{
background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style2:hover .img-holder .overlay-style-two:after{
opacity: 1;
transform: perspective(400px) rotateX(0deg);
transition: all 700ms ease 300ms;	
}
.single-service-style2 .text-holder{
position: relative;
display: block;
background: transparent;
z-index: 10;
}
.single-service-style2 .text-holder .icon-holder {
position: relative;
display: block;
width: 110px;
height: 110px;
border-radius: 50%;
margin: -55px auto 0;
border: 4px dotted #c9c9c9;
background: #ffffff;
text-align: center;
z-index: 2;
}
.single-service-style2 .text-holder .icon-holder span:before {
display: block;
color: #b3b3b3;
font-size: 50px;
line-height: 102px;
}
.single-service-style2 .text-holder .inner{
position: relative;
display: block;
padding: 26px 0px 0px;
text-align: center;
background: #ffffff;
z-index: 1;
}
.single-service-style2 .text-holder .inner:before {
position: absolute;
top: -55px;
left: 0;
bottom: 0;
right: 0;
background: #ffffff;
content: "";
z-index: -1;
}
.single-service-style2 .text-holder .inner h3{
color: #27282c;
font-weight: 600;
margin: 0 0 18px;
}
.single-service-style2 .text-holder .inner .text {
position: relative;
display: block;
padding: 0 30px 32px;
}
.single-service-style2 .text-holder .inner .text p{
margin: 0;
}
.single-service-style2 .text-holder .inner .read-more a{
color: #27282c;
background: #f6f6f6;
display: block;
}
.services-style2-content{
overflow: hidden;
}
.services-style2-content .owl-carousel{
display: block;
max-width: 370px;
width: 100%;
margin: 0 auto;
}
.services-style2-content .owl-carousel .owl-stage-outer{
overflow: visible;
padding: 0px 0px 43px;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .overlay-style-two{
opacity: 1;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .overlay-style-two:before{
opacity: 1;
transform: perspective(400px) rotateX(0deg);
transition: all 700ms ease 300ms;	
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .overlay-style-two:after{
opacity: 1;
transform: perspective(400px) rotateX(0deg);
transition: all 700ms ease 500ms;	
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .text-holder .icon-holder {
border: 4px dotted #e9212e;
transition: all 700ms ease 700ms;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .text-holder .icon-holder span:before {
color: #e9212e;
transition: all 700ms ease 800ms;
}
.services-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-service-style2 .text-holder .inner .read-more a{
color: #ffffff;
background: #e9212e;
transition: all 700ms ease 900ms;
}
.services-carousel .owl-dots {
position: relative;
display: block !important;
margin-top: 0px !important;
line-height: 14px;
}
.services-carousel .owl-dots .owl-dot{
background-image: none;
width: 20px;
height: 5px;
margin: 0px 10px;
background: #e1e1e1;
border: 2px solid #e1e1e1;
padding: 0px;
border-radius: 0%;
transition: all 500ms ease;
display: inline-block;
}
.services-carousel .owl-dots .owl-dot span{
display:none;	
}
.services-carousel .owl-dots .owl-dot.active{
background: #e9212e;
border-color: #e9212e;
} .latest-projects-area{
position: relative;
display: block;
background: #27282c;
width: 100%;
padding: 110px 60px 104px;
}
.latest-projects-v3{
padding: 0;
}
.single-project-style3 .img-holder{
position: relative;
display: block;
overflow: hidden;
z-index: 10;
}
.single-project-style3 .img-holder img{
width: 100%;
transform: scale(1.01);
transition: all 700ms ease;
}
.single-project-style3:hover .img-holder img {
transform:scale(1.2) rotate(2deg);	
}
.single-project-style3 .overlay-content{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(0, 0, 0, 0.70);
transform: scaleX(0);
border: 4px solid #e9212e;
transition: all 700ms ease 100ms;
z-index: 3;
}
.single-project-style3:hover .overlay-content{
transform: scaleY(1);
}
.single-project-style3 .overlay-content .inner-content{
display: table;
width: 100%;
height: 100%;
}
.single-project-style3 .overlay-content .inner-content .links-icons{
display: table-cell;
vertical-align: middle;
text-align: center;
transform: scale(0);
transition: all 700ms ease 500ms;
}
.single-project-style3:hover .overlay-content .inner-content .links-icons{
transform: scale(1.0);    
}
.single-project-style3 .overlay-content .inner-content .links-icons a span:before{
position: relative;
display: block;
width: 35px;
height: 35px;
margin: 0 auto;
color: #ffffff;
font-size: 35px;
line-height: 35px;
font-weight: 400;
transition: all 500ms ease;
}
.single-project-style3 .overlay-content .inner-content .links-icons a:hover span:before{
color: #e9212e;    
}
.single-project-style3 .title-holder{
position: relative;
display: block;
padding-top: 24px;
}
.single-project-style3 .title-holder span{
color: #7c7e84;
}
.single-project-style3 .title-holder h3{
color: #ffffff;
font-weight: 600;
margin: 3px 0 0;
}
.project-carousel-v3.owl-carousel .owl-nav {
position: absolute;
top: -115px;
display: block;
left: 0;
right: 0;
max-width: 1170px;
width: 100%;
margin: 0 auto;
}
.project-carousel-v3.owl-carousel .owl-nav [class*="owl-"] {
position: absolute;
right: 0;
display: inline-block;
background: transparent;
width: 55px;
height: 55px;
border: 1px solid #3f3f42;
line-height: 54px;
margin: 0;
padding: 0;
transition: all 700ms ease 100ms;
border-radius: 50%;
}
.project-carousel-v3.owl-carousel .owl-nav .owl-prev {
right: 65px;
}
.project-carousel-v3.owl-carousel .owl-nav [class*="owl-"] i:before{
color: #5e5e5e;
font-size: 20px;
font-weight: 400;
}
.project-carousel-v3.owl-carousel .owl-nav .owl-next {
margin-left: 10px;
}
.project-carousel-v3.owl-carousel .owl-nav [class*="owl-"]:hover{
border-color: #e9212e;
} .team-area {
position: relative;
display: block;
padding-top: 110px;
padding-bottom: 60px;
}
.view-all-member{
position: relative;
display: block;
margin-top: 39px;    
}
.single-team-member {
position: relative;
display: block;
margin-bottom: 50px;
transition: all 500ms ease;
}
.single-team-member .img-holder {
position: relative;
display: block;
overflow: hidden;
}
.single-team-member .img-holder img{
width: 100%;
transform: scale(1.0);
transition: all 700ms ease;
}
.single-team-member:hover .img-holder img{
transform:scale(1.05) rotate(0deg);	
}
.single-team-member .sociallinks {
position: absolute;
top: 0;
left: 0;
right: 0;
border-top: 4px solid #27282c;
text-align: center;
transition: all 900ms ease 100ms;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
opacity: 0;
}
.single-team-member:hover .sociallinks{
opacity: 1;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 900ms ease 300ms;
}
.single-team-member .sociallinks li {
position: relative;
display: inline-block;
float: left;
width: 20%;
line-height: 60px;
border-right: 1px solid #ededed;
}
.single-team-member .sociallinks li:last-child{
border-right: none;
}
.single-team-member .sociallinks li a i{
position: relative;
display: block;
background: #ffffff;
color: #7c7e84;
font-size: 14px;
line-height: 60px;
transition: all 500ms ease;
}
.single-team-member .sociallinks li a:hover i{
color: #ffffff;
background: #e9212e;
}
.single-team-member .overlay {
position: absolute;
top: 64px;
left: 0;
bottom: 0;
right: 0;
z-index: 3;
background: rgba(0, 0, 0, 0.85);
transition: all 900ms ease 100ms;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
}
.single-team-member:hover .overlay{
opacity: 1;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 900ms ease 300ms;    
}
.single-team-member .overlay .box{
display: table;
width: 100%;
height: 100%;
}
.single-team-member .overlay .box .link{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.single-team-member .overlay .box .link a{
color: #ffffff;    
}
.single-team-member .name {
position: relative;
display: block;
background: #ffffff;
padding: 24px 0 24px;
transition: all 700ms ease 600ms;
-webkit-box-shadow: 0px 3px 7px 1px #f3f3f3; 
box-shadow: 0px 3px 7px 1px #f3f3f3;
}
.single-team-member:hover .name{
-webkit-box-shadow: 0px 3px 15px 1px #F3F3F3; 
box-shadow: 0px 3px 15px 1px #F3F3F3; 
}
.single-team-member .name p {
position: relative;
display: inline-block;
background: #ffffff;
margin: 0;
line-height: 20px;
padding: 0 30px;
z-index: 1;
}
.single-team-member .name p:before {
position: absolute;
top: 10px;
left: 0;
right: 0;
height: 1px;
background: #ededed;
content: "";
z-index: -1;  
}
.single-team-member .name p span {
position: relative;
display: inline-block;
background: #ffffff;
padding: 0 10px;
color: #828282;
line-height: 20px;
margin: 0;
z-index: 2;
}
.single-team-member .name h3{
color: #27282c;
font-weight: 600;
margin: 8px 0 0;
} .testimonial-style3-area{
position: relative;
display: block;
background: #f6f6f6;
padding: 110px 0 60px;
}
.single-testimonial-style3{
position: relative;
display: block;
padding-left: 20px;
z-index: 1;
}
.single-testimonial-style3:before{
position: absolute;
top: 20px;
left: 0;
bottom: -20px;
right: 20px;
border: 1px solid #dadada;
content: "";
z-index: -1;
}
.single-testimonial-style3 .inner-content{
position: relative;
display: block;
background: #ffffff;
padding: 50px 40px 48px; 
z-index: 1;
}
.single-testimonial-style3 .inner-content:before {
font-family: 'icomoon';
position: absolute;
bottom: 38px;
right: 40px;
content: "\e906";
color: #f6f6f6;
font-size: 120px;
line-height: 90px;
z-index: -1;
}
.single-testimonial-style3 .client-info{
position: relative;
display: block;
}
.single-testimonial-style3 .client-info .image{
width: 50px;
}
.single-testimonial-style3 .client-info .image img{
border-radius: 50%;
}
.single-testimonial-style3 .client-info .image,
.single-testimonial-style3 .client-info .title{
display: table-cell;
vertical-align: middle;
}
.single-testimonial-style3 .client-info .title{
padding-left: 20px;
}
.single-testimonial-style3 .client-info .title h3{
color: #27282c;
font-size: 18px;
font-weight: 600;
margin: 0 0 2px;
}
.single-testimonial-style3 .client-info .title span{
color: #e9212e;
}
.single-testimonial-style3 .text-box{
position: relative;
display: block;
padding-top: 20px;
padding-bottom: 21px;
}
.single-testimonial-style3 .text-box p{
line-height: 28px;
margin: 0;
}
.testimonial-carousel-2.owl-carousel .owl-stage-outer {
padding: 0px 0px 63px;
}
.testimonial-carousel-2 .owl-dots {
position: relative;
display: block !important;
margin-top: 0px !important;
line-height: 14px;
}
.testimonial-carousel-2 .owl-dots .owl-dot{
background-image: none;
width: 20px;
height: 5px;
margin: 0px 10px;
background: #e1e1e1;
border: 2px solid #e1e1e1;
padding: 0px;
border-radius: 0%;
transition: all 500ms ease;
display: inline-block;
}
.testimonial-carousel-2 .owl-dots .owl-dot span{
display:none;	
}
.testimonial-carousel-2 .owl-dots .owl-dot.active{
background: #e9212e;
border-color: #e9212e;
}
.testimonial-style3-area .owl-nav{
display: none;
}
.brand-style3{
padding-top: 30px; 
}
.single-brand-item.style3{
max-width: 170px;
width: 100%;
float: left;
margin-right: 30px;
}
.single-brand-item.style3 a {
display: block;
background: transparent;
text-align: center;
transition: all 700ms ease 200ms;
}
.single-brand-item.style3:last-child{
margin-right: 0;
}
.single-brand-item.style3 a:hover{
box-shadow: none; 
} .latest-blog-area.style3{
padding-top: 110px;
padding-bottom: 70px;    
}
.single-blog-post.style2{
margin-bottom: 40px; 
-webkit-box-shadow: 0px 3px 9px 2px #ebebeb; 
box-shadow: 0px 3px 9px 2px #ebebeb;
}
.single-blog-post.style2 .text-holder{
padding: 25px 30px 20px;
}
.single-blog-post.style2 .meta-box {
min-height: 30px;
margin-top: 16px;
margin-bottom: 0px;
}
.single-blog-post.style2 .img-holder{
z-index: 1;
}
.single-blog-post.style2 .img-holder:before{
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 40%;
content: "";
transition: all 300ms ease 100ms;
z-index: 2;
background: rgb(39,40,44);
background: linear-gradient(180deg, rgba(39,40,44,0) 40%, rgba(39,40,44,0.8407738095238095) 78%, rgba(39,40,44,1) 94%, rgba(39,40,44,1) 100%, rgba(39,40,44,1) 100%, rgba(237,237,237,1) 100%, rgba(32,50,96,0) 100%);
}
.single-blog-post.style2 .overlay-title{
position: absolute;
left: 30px;
bottom: 23px;
right: 30px;
z-index: 3;
}
.single-blog-post.style2 .overlay-title .blog-title{
position: relative;
display: block;
font-size: 20px;
line-height: 28px;
font-weight: 600; 
}
.single-blog-post.style2 .overlay-title .blog-title a{
color: #ffffff;
transition: all 500ms ease;    
}
.single-blog-post.style2 .overlay-title .blog-title a:hover{
color: #e9212e;
} .home-google-map-area{
position: relative;
display: block;
}
.home-google-map-area .container-fluid{
padding: 0;
}
#home-google-map {
height: 550px;
width: 100%;
} .footer-area.style3 {
padding: 110px 0 100px;
}
.single-footer-widget .our-info-box.style2 .text{
padding: 0;
}
.single-footer-widget .our-info-box .more-info-about-company {
color: #ffffff;
margin-top: 26px;
display: inline-block;
}
.single-footer-widget .work-gallery {
position: relative;
display: block;
overflow: hidden;
margin-left: -7.5px;
margin-right: -7.5px;
}
.single-footer-widget .work-gallery li {
position: relative;
display: inline-block;
float: left;
margin: 0 7.5px 15px;
}
.single-footer-widget .work-gallery li .img-holder {
position: relative;
display: block;
overflow: hidden;
}
.single-footer-widget .work-gallery li .img-holder img{
transition: all 0.5s ease-in-out 0.6s;
width: 100%;
transform: scale(1.1, 1.1); 
}
.single-footer-widget .work-gallery li:hover .img-holder img{
transform: scale(1.2, 1.2);
} 
.single-footer-widget .work-gallery li:hover .img-holder .overlay-style-one{
opacity: 1;    
}
.single-footer-widget .work-gallery li .img-holder .overlay-style-one .content a i{
color: #ffffff;
font-size: 18px;
filter: alpha(opacity=0);
opacity: 0;
transform: scale(3);
transition: all 0.3s ease-in-out 0.3s;
}
.single-footer-widget .work-gallery li:hover .img-holder .overlay-style-one .content a i{
filter: alpha(opacity=100);
opacity: 1;
transform: scale(1);
transition-delay: 0.1s;   
}
.single-footer-widget .work-gallery li .img-holder .overlay-style-one .content a:hover i{
color: #222222;
} .footer-bottom-area.style2 {
background: #1f1f23;
}
.footer-social-links.clr-white span{
color: #ffffff;
} .breadcrumb-area {
position: relative;
background-attachment: scroll;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
padding: 0px 0 0px;
z-index: 10;
}
.breadcrumb-area .inner-content {
position: relative;
display: block;
padding: 60px 0 0;
}
.breadcrumb-area .title {
position: relative;
display: block;
padding-top: 0px;
padding-bottom: 47px;
}
.breadcrumb-area .title:before{
position: absolute;
top: -4;
left: 0;
width: 120px;
height: 2px;
background: #ffffff;
content: "";
}
.breadcrumb-area .title h1{
color: #ffffff;
font-size: 20px;
line-height: 35px;
font-weight: 700;
text-transform: capitalize;
margin: 0;
}
.breadcrumb-area .breadcrumb-menu {
position: relative;
display: inline-block;
line-height: 10px;
}
.breadcrumb-area .breadcrumb-menu ul {
position: relative;
display: inline-block;
line-height: 30px;
padding-bottom: 20px;
}
.breadcrumb-area .breadcrumb-menu ul li {
position: relative;
display: inline-block;
float: left;
color: #ffffff;
font-size: 15px;
line-height: 30px;
font-weight: 400;
text-transform: capitalize;
transition: all 500ms ease;
margin-right: 10px;
padding-right: 17px;
}
.breadcrumb-area .breadcrumb-menu ul li:before {
position: absolute;
top: 0;
bottom: 0;
right: 0px;
width: 7px;
height: 2px;
background: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/images/icon/arrow.png);
content: "";
margin: 14px 0;
}
.breadcrumb-area .breadcrumb-menu ul li:last-child:before{
display: none;
} 
.breadcrumb-area .breadcrumb-menu ul li:last-child{
margin-right: 0;
padding-right: 0;
}
.breadcrumb-area .breadcrumb-menu ul li a{
color: #ffffff;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
transition: all 500ms ease;
}
.breadcrumb-area .breadcrumb-menu ul li.active{
font-weight: 500;
}
.breadcrumb-area .breadcrumb-menu ul li a:hover{
color: #e9212e;     
} .breadcrumb-area.style2{}
.breadcrumb-area .inner-content-box .title-s2 {
position: relative;
display: block;
padding: 143px 0 86px;
}
.breadcrumb-area .inner-content-box .title-s2 span{
color: #e9212e;
font-size: 14px;
line-height: 18px;
font-weight: 600;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.breadcrumb-area .inner-content-box .title-s2 h1{
color: #ffffff;
font-size: 48px;
line-height: 62px;
font-weight: 700;
margin: 14px 0 0;
text-transform: capitalize;
} .company-overview-area{
position: relative;
display: block;
padding: 105px 0 116px;
z-index: 1;
}
.company-overview-area:before{
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 580px;
background: #f6f6f6;
content: "";
z-index: -1;
}
.intro-box {
position: relative;
display: flex;
flex-direction: row;
align-items: flex-end;
margin-bottom: 70px;
}
.intro-box .sec-title{
position: relative;
display: block;
max-width: 530px;
width: 100%;
margin: 0;
padding: 0;
}
.intro-box .text{
position: relative;
display: block;
max-width: 640px;
width: 100%;
}
.intro-box .text p{
margin: 0;
}
.history-content-box{
position: relative;
display: block;
}
.single-history-content{
position: relative;
display: block;
overflow: hidden;
width: 100%;
background: #ffffff;
-webkit-box-shadow: 4px 0px 9px 2px #f6f6f6; 
box-shadow: 4px 0px 9px 2px #f6f6f6;
}
.single-history-content .img-box{
position: relative;
display: block;
width: 50%;
float: left;
}
.single-history-content .img-box .inner{
padding-right: 15px;    
}
.single-history-content .img-box .inner img{
width: 100%;
}
.single-history-content .text-box {
position: relative;
display: block;
width: 50%;
float: left;
padding-left: 65px;
min-height: 450px;
}
.single-history-content .text-box .inner {
position: relative;
display: block;
padding-top: 70px;
padding-right: 50px;
}
.single-history-content .text-box .inner .date{
position: relative;
display: block;
width: 130px;
background: #e9212e;
text-align: center;
z-index: 1;
}
.single-history-content .text-box .inner .date:before {
position: absolute;
left: 0;
bottom: -9px;
width: 9px;
height: 10px;
background: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/images/icon/arrow-2.png);
content: "";
z-index: -1;
}
.single-history-content .text-box .inner .date h3{
color: #ffffff;
font-size: 24px;
line-height: 42px;
font-weight: 500;
font-family: 'Rubik', sans-serif;
}
.single-history-content .text-box .inner .title{
position: relative;
display: block;
padding: 43px 0 31px;
}
.single-history-content .text-box .inner .title h3{
color: #27282c;
font-size: 24px;
line-height: 32px;
font-weight: 600;
text-transform: uppercase;
}
.single-history-content .text-box .inner .text{
position: relative;
display: block;
}
.single-history-content .text-box .inner .text p{
margin: 0 0 33px;
}
.history-carousel.owl-carousel .owl-stage-outer {
padding: 10px 0 40px;
padding-right: 10px;
}
.history-carousel.owl-theme .owl-nav {
position: relative;
display: block;
width: 200px;
margin: 0 auto;
text-align: center;
}
.history-carousel.owl-theme .owl-nav [class*="owl-"] {
position: absolute;
top: 0;
display: block;
background: transparent;
color: #a7a7a7;
font-size: 20px;
line-height: 30px;
width: 30px;
height: 30px;
margin: 0;
padding: 0;
border: 0px solid;
transition: all 700ms ease 0s;
}
.history-carousel.owl-theme .owl-nav .owl-prev{
left: 0;
}
.history-carousel.owl-theme .owl-nav .owl-next{
right: 0;
}
.history-carousel .owl-dots {
position: relative;
display: block !important;
margin-top: 0px !important;
line-height: 30px;
width: 140px;
margin: 0 auto;
}
.history-carousel .owl-dots .owl-dot{
background-image: none;
width: 8px;
height: 8px;
margin: 0px 7.5px;
background: #dadada;
border: 2px solid #dadada;
padding: 0px;
border-radius: 50%;
transition: all 500ms ease;
display: inline-block;
}
.history-carousel .owl-dots .owl-dot span{
display:none;	
}
.history-carousel .owl-dots .owl-dot.active{
background: #e9212e;
border-color: #e9212e;
}
.fact-counter{
padding-top: 90px;
}
.single-fact-counter {
position: relative;
display: block;
width: 100%;
}
.single-fact-counter .count-box {
position: relative;
width: 90px;
padding-left: 35px;
z-index: 1;
}
.single-fact-counter .count-box:before {
position: absolute;
top: -8px;
left: 0;
width: 70px;
height: 70px;
background: #ffffff;
content: "";
z-index: -1;
}
.single-fact-counter .count-box h1{
color: #27282c;
font-size: 48px;
line-height: 40px;
font-weight: 400;
font-family: 'Rubik', sans-serif;
}
.single-fact-counter .count-box h1 span{
display: inline-block;
float: left;
}
.single-fact-counter .count-box h1 img{
display: inline-block;
float: left;
padding-left: 1px;
}
.single-fact-counter .count-box,
.single-fact-counter .title{
display: table-cell;
vertical-align: middle;
}
.single-fact-counter .title{
padding-left: 20px;
}
.single-fact-counter .title h3 {
color: #27282c;
font-size: 18px;
line-height: 28px;
font-weight: 600;
} .view-all-member.style2 {
margin: 0px 0 0;
}
.view-all-member.style2 a{
line-height: 56px;
} .footer-area.style4 {
padding: 30px 0 65px;
z-index: 10;
} .footer-contact-info-area {
position: relative;
display: block;
background: transparent;
margin: -60px 0 -60px;
z-index: 100;
}
.footer-contact-info{
position: relative;
display: block;
background: #ffffff;
}
li .footer-contact-info{}
li .single-footer-contact-info {
position: relative;
display: inline-block;
float: left;
max-width: 377px;
width: 100%;
border-right: 1px solid #ededed;
}
li:last-child .single-footer-contact-info {
border-right: 0px solid;
}
li .single-footer-contact-info .inner {
position: relative;
display: block;
padding: 20px 13px 20px;
}
li .single-footer-contact-info .icon{
width: 60px;
}
li .single-footer-contact-info .icon span:before{
color: #2f3033;
font-size: 50px;
transition: all 500ms ease;
}
li .single-footer-contact-info:hover .icon span:before{
color: #cb9e24;
}
li .single-footer-contact-info .icon,
li .single-footer-contact-info .text{
display: table-cell;
vertical-align: middle;
}
li .single-footer-contact-info .text p{
color: #cb9e24;
margin: 0;
}
li .single-footer-contact-info .text p span{
color: #27282c;
} .footer-bottom-area.style3 {
position: relative;
display: block;
padding: 65px 0 7px;
background: #0f1e30;
z-index: 10;
} .faq-area{
position: relative;
display: block;
padding: 110px 0 110px;
}
.faq-content-box {
position: relative;
display: block;
background: #f6f6f6;
padding: 60px 60px 40px;
} .error-page-area{
position: relative;
display: block;
background: #f6f6f6;
padding: 145px 0 150px;
}
.error-content{
position: relative;
display: block;
z-index: 3;
}
.error-content span{
color: #828282;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.error-content .title{
position: relative;
display: block;
color: #e9212e;
font-size: 180px;
line-height: 150px;
font-weight: 700;
text-transform: uppercase;
margin: 13px 0 14px;
}
.error-content p{
font-size: 18px;
line-height: 28px;
margin: 0 0 32px;
}
.error-content .button{}
.error-content .button a {
width: 270px;
} .services-style2-service-page{
position: relative;
display: block;
padding-top: 110px;
padding-bottom: 70px;
}
.services-style2-service-page .sec-title{
position: relative;
display: block;
}
.services-style2-service-page .text {
position: relative;
display: block;
margin-top: 10px;
}
.services-style2-service-page .text p{
font-size: 17px;
line-height: 27px;
margin: 0;
}
.single-service-style2{
margin-bottom: 40px;
}
.single-service-style2:hover .text-holder .icon-holder {
border: 4px dotted #e9212e;
transition: all 700ms ease 700ms;
}
.single-service-style2:hover .text-holder .icon-holder span:before {
color: #e9212e;
transition: all 700ms ease 800ms;
}
.single-service-style2:hover .text-holder .inner .read-more a{
color: #ffffff;
background: #e9212e;
transition: all 700ms ease 900ms;
} .services-style1-service-page{
position: relative;
display: block;
background: #f6f6f6;
padding: 110px 0 60px;
}
.single-service-style1 .text-holder.bg-white {
position: relative;
display: block;
border: 1px solid #ededed;
padding: 35px 30px 28px;
background: #ffffff;
}
.single-service-style1 .text-holder.bg-white .overlay-content .read-more a span:before {
position: absolute;
left: auto;
right: 30px;
transform: scale(0);
transition: all 300ms ease 100ms;
}
.single-service-style1:hover .text-holder.bg-white .overlay-content .read-more a span:before{
transform: scale(1.0);
transition: all 900ms ease 900ms;
} .testimonial-style3-service-page{
position: relative;
display: block;
background: #ffffff;
padding: 110px 0 110px;
}
.testimonial-style3-service-page .sec-title {
padding-bottom: 40px;
}
.testimonial-style3-service-page .single-testimonial-style3:before {
position: absolute;
top: 20px;
left: 0;
bottom: -20px;
right: 30px;
border: 1px solid #ededed;
content: "";
z-index: -1;
}
.testimonial-style3-service-page .single-testimonial-style3 .inner-content {
background: #ffffff;
padding: 50px 40px 48px;
-webkit-box-shadow: 0px 2px 7px 3px #f6f6f6; 
box-shadow: 0px 2px 7px 3px #f6f6f6;
margin-top: 10px;
margin-right: 10px;
}
.testimonial-style3-service-page .testimonial-carousel-2.owl-carousel .owl-stage-outer {
padding: 0px 0px 20px;
}
.testimonial-style3-service-page .testimonial-carousel-2 .owl-dots {
display: none !important;
}
.testimonial-style3-service-page .owl-carousel .owl-nav {
position: absolute;
top: -115px;
left: auto;
right: 10px;
max-width: 1170px;
width: 100%;
}
.testimonial-style3-service-page .owl-carousel .owl-nav [class*="owl-"] {
position: absolute;
right: 0;
display: inline-block;
background: transparent;
width: 55px;
height: 55px;
border: 1px solid #ededed;
line-height: 54px;
margin: 0;
padding: 0;
transition: all 700ms ease 100ms;
border-radius: 50%;
}
.testimonial-style3-service-page .owl-carousel .owl-nav .owl-prev {
right: 65px;
}
.testimonial-style3-service-page .owl-carousel .owl-nav [class*="owl-"] i:before{
color: #bfbfbf;
font-size: 20px;
font-weight: 400;
transition: all 500ms ease;
}
.testimonial-style3-service-page .owl-carousel .owl-nav [class*="owl-"]:hover i:before{
color: #ffffff;
}
.testimonial-style3-service-page .owl-carousel .owl-nav .owl-next {
margin-left: 10px;
}
.testimonial-style3-service-page .owl-carousel .owl-nav [class*="owl-"]:hover{
background: #e9212e;
border-color: #e9212e;
} .single-service-area{
position: relative;
display: block;
padding: 110px 0 110px;
}
.single-service-top {
position: relative;
display: block;
}
.single-service-image-box{
position: relative;
display: block;
}
.single-service-image-box img{
width: 100%;
}
.single-service-top .text {
position: relative;
display: block;
padding-top: 41px;
padding-bottom: 26px;
}
.single-service-top .text h2{
color: #27282c;
font-size: 30px;
line-height: 40px;
font-weight: 700;
text-transform: uppercase;
}
.single-service-top .text .inner{
position: relative;
display: block;
padding-top: 14px;
}
.advantages-content{
position: relative;
display: block;
}
.single-advantages-box{
position: relative;
display: block;
border: 1px solid #ededed;
text-align: center;
transition: all 700ms ease 500ms;
}
.single-advantages-box:hover{
-webkit-box-shadow: 0px 4px 13px 0px #D4D4D4; 
box-shadow: 0px 4px 13px 0px #D4D4D4;
}
.single-advantages-box .inner {
position: relative;
display: block;
padding: 29px 0 23px;
overflow: hidden;
}
.single-advantages-box .static-content{
position: relative;
display: block;
-webkit-transform: translateY(0%);
transform: translateY(0%);
transition: all 700ms ease 200ms;
}
.single-advantages-box:hover .static-content{
opacity: 0;
transform: translateY(-40%); 
transition: all 700ms ease 200ms;    
}
.single-advantages-box .icon-holder{
position: relative;
display: block;
padding-bottom: 26px;
}
.single-advantages-box .icon-holder span:before{
color: #e9212e;
font-size: 65px;
line-height: 65px;
}
.single-advantages-box .title{
position: relative;
display: block;    
}
.single-advantages-box .title h3{
color: #27282c;
font-size: 18px;
line-height: 24px;
font-weight: 600;
}
.single-advantages-box .overlay-text{
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
background: #e9212e;
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
transition: all 700ms ease 200ms;
}
.single-advantages-box:hover .overlay-text{
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
transition: all 700ms ease 200ms;    
}
.single-advantages-box .overlay-text .box{
display: table;
width: 100%;
height: 100%;
}
.single-advantages-box .overlay-text .box .inner-text{
display: table-cell;
vertical-align: middle;
text-align: center;
padding: 0 10px;
}
.single-advantages-box .overlay-text .box .inner-text p{
color: #ffffff;
margin: 0;
}
.how-work-box{
position: relative;
display: block;
padding-top: 80px;
}
.how-work-box .image-box{
position: relative;
display: block;
}
.how-work-box .image-box img{
width: 100%;
}
.how-work-box .how-works-content{
position: relative;
display: block;
}
.how-work-box .how-works-content h2{
color: #27282c;
font-size: 24px;
font-weight: 700;
margin-top: -5px;
text-transform: uppercase;
}
.how-work-box .how-works-content ul{
position: relative;
display: block;
overflow: hidden;
padding-top: 28px;
}
.how-work-box .how-works-content ul li{
position: relative;
display: block;
padding-left: 20px;
margin-bottom: 26px;
}
.how-work-box .how-works-content ul li:last-child{
margin-bottom: 0;
}
.how-work-box .how-works-content ul li .icon {
position: absolute;
top: 6px;
left: 1px;
}
.how-work-box .how-works-content ul li .icon span:before{
color: #e9212e;
font-size: 20px;
}
.how-work-box .how-works-content ul li .text{
position: relative;
display: block;
padding-left: 20px;
}
.how-work-box .how-works-content ul li .text span{
color: #e9212e;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
}
.how-work-box .how-works-content ul li .text h3{
color: #27282c;
font-size: 20px;
line-height: 28px;
font-weight: 600;
margin: 2px 0 12px;
}
.how-work-box .how-works-content ul li .text p{
margin: 0;
}
.concept-design-pricing-box {
position: relative;
display: block;
padding-top: 64px;
}
.concept-design-pricing-box .title{
display: block;
padding-bottom: 32px;
}
.concept-design-pricing-box .title h2{
color: #27282c;
font-size: 24px;
line-height: 32px;
font-weight: 700;
text-transform: uppercase;
}
.concept-design-pricing-box .inner-content{
position: relative;
display: block;
}
.single-pricing-box{
position: relative;
display: block; 
max-width: 370px;
width: 100%;
margin: 0 auto 30px;
}
.single-pricing-box .inner{
position: relative;
display: block;
overflow: hidden;
}
.single-pricing-box .inner .img-box{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.single-pricing-box .inner .img-box:before{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(40, 41, 46, 0.95);
z-index: 1;
}
.single-pricing-box .inner .img-box img{
width: 100%;
height: 100%;
}
.single-pricing-box .static-content{
position: relative;
display: block;
overflow: hidden;
z-index: 3;
opacity: 1;
transform: translateX(0%) translateY(0%) scale(1.0); 
transition: all 700ms ease 100ms;
}
.single-pricing-box:hover .static-content{
opacity: 0;
transform: translateX(0%) translateY(70%) scale(0.5); 
transition: all 900ms ease 100ms;
}
.single-pricing-box .static-content .table-header {
position: relative;
display: block;
padding-top: 46px;
}
.single-pricing-box .static-content .table-header .top {
position: relative;
display: block;
padding-bottom: 25px;
}
.single-pricing-box .static-content .table-header .top h3{
color: #ffffff;
font-size: 20px;
font-weight: 600;
margin: 0 0 3px;
}
.single-pricing-box .static-content .table-header .top span{
color: #ffffff;    
}
.single-pricing-box .static-content .table-header .top span b{
color: #e9212e;    
}
.single-pricing-box .static-content .table-header .package {
position: relative;
display: block;
}
.single-pricing-box .static-content .table-header .package h1 {
color: #e9212e;
font-size: 60px;
line-height: 50px;
font-weight: 500;
font-family: 'Rubik', sans-serif;
}
.single-pricing-box .static-content .table-header .package span {
position: relative;
top: -17px;
display: inline-block;
font-size: 32px;
line-height: 32px;
padding-right: 2px;
}
.single-pricing-box .static-content .table-header .package p{
color: #ffffff;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin: 8px 0 0;
font-family: 'Poppins', sans-serif;
}
.single-pricing-box .static-content .button{
position: relative;
display: block;
padding-top: 32px;
padding-bottom: 50px;
}
.single-pricing-box .static-content .button a{}
.single-pricing-box .inner .overlay-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
display: block;
z-index: 10;
padding: 40px 40px 0px;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateY(90deg) translateX(-1200px);
transition: all 700ms ease 100ms;
}
.single-pricing-box:hover .inner .overlay-content{
opacity: 1;
transform: perspective(1200px) rotateY(0deg) translateX(0px);
transition: all 900ms ease 100ms;
}
.single-pricing-box .overlay-content ul {
position: relative;
display: block;
padding-bottom: 33px;
}
.single-pricing-box .overlay-content ul li{
position: relative;
display: block;
color: #ffffff;
line-height: 42px;
padding-left: 30px;
}
.single-pricing-box .overlay-content ul li:before{
position: absolute;
top: 0;
left: 0;
font-family: FontAwesome;
content: "\f058";
color: #b3b9c8;
font-size: 16px;
}
.single-pricing-box .overlay-content a{
color: #ffffff;
}
.additional-information-box {
position: relative;
display: block;
padding-top: 43px;
}
.additional-information-box .title{
display: block;
padding-bottom: 32px;    
}
.additional-information-box .title h2{
color: #27282c;
font-size: 24px;
line-height: 32px;
font-weight: 700;
text-transform: uppercase;    
}
.additional-information-box .additional-info-content-box {
position: relative;
display: block;
background: #f6f6f6;
padding: 40px 30px 20px;
}
.additional-info-content-box .accordion-box .accordion .accord-btn h4{
font-size: 17px;
}
.single-service-sidebar {
position: relative;
display: block;
max-width: 340px;
width: 100%;
z-index: 1;
}
.single-service-sidebar:before {
position: absolute;
top: -300px;
right: -30px;
bottom: -5000px;
width: 1px;
background: #ededed;
content: "";
z-index: -1;
}
.single-service-sidebar .single-sidebar{
position: relative;
display: block;
margin-bottom: 50px;
}
.single-service-sidebar .service-pages{
position: relative;
display: block;
border: 1px solid #ededed;
border-bottom: none;
}
.single-service-sidebar .service-pages li{
position: relative;
display: block;
height: 64px;
border-bottom: 1px solid #ededed;
transition: all 500ms ease;
z-index: 5;
}
.single-service-sidebar .service-pages li.active,
.single-service-sidebar .service-pages li:hover{
-webkit-box-shadow: 0px 4px 7px 0px #ededed; 
box-shadow: 0px 4px 7px 0px #ededed; 
}
.single-service-sidebar .service-pages li:before {
position: absolute;
top: 20px;
left: -1px;
bottom: 20px;
width: 3px;
background: #e9212e;
content: "";
z-index: 3;
opacity: 0;
transition: all 700ms ease 300ms;
transform: translateX(0%) translateY(0%) scaleY(0.1);
}
.single-service-sidebar .service-pages li.active:before,
.single-service-sidebar .service-pages li:hover:before{
opacity: 1;
transform: translateX(0%) translateY(0%) scaleY(1.0);
transition: all 700ms ease 100ms;
}
.single-service-sidebar .service-pages li a {
position: relative;
display: block;
padding-left: 30px;
color: #27282c;
font-size: 15px;
font-weight: 600;
text-transform: capitalize;
transition: all 500ms ease;
font-family: 'Poppins', sans-serif;
}
.single-service-sidebar .service-pages li a .title{
position: relative;
display: block;
z-index: 1;
}
.single-service-sidebar .service-pages li a .title .overlay-title {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
}
.single-service-sidebar .service-pages li a .title .overlay-title h3 {
color: #e9212e;
font-size: 20px;
line-height: 63px;
transform: scale(0.5);
opacity: 0;
transition: all 300ms ease 100ms;
}
.single-service-sidebar .service-pages li a .title h3.static {
font-size: 15px;
transform: scale(1.0);
line-height: 63px;
transition: all 300ms ease 100ms;
}
.single-service-sidebar .service-pages li.active a .title .overlay-title h3, 
.single-service-sidebar .service-pages li:hover a .title .overlay-title h3 {
opacity: 1;
transform: scale(1.0); 
}
.single-service-sidebar .service-pages li.active a .title h3.static,
.single-service-sidebar .service-pages li:hover a .title h3.static{
opacity: 0;    
}
.sidebar-contact-box{
position: relative;
display: block;
padding-bottom: 50px;
}
.sidebar-contact-box .inner-content{
position: relative;
display: block;
padding: 48px 40px 50px;
background: #27282c;
z-index: 1;
}
.sidebar-contact-box .inner-content .icon-holder{
position: relative;
display: block;
padding-bottom: 22px;
}
.sidebar-contact-box .inner-content .icon-holder span:before{
color: #e9212e;
font-size: 65px;
line-height: 65px;
}
.sidebar-contact-box .inner-content h3{
color: #ffffff;
font-size: 20px;
line-height: 30px;
font-weight: 600;
margin: 0 0 22px;
}
.sidebar-contact-box .inner-content .bottom-box{
position: relative;
display: block;
border-top: 1px solid #404043;
padding-top: 25px;
}
.sidebar-contact-box .inner-content .bottom-box h2{
color: #ffffff;
font-size: 24px;
font-weight: 400;
margin: 0 0 3px;
font-family: 'Rubik', sans-serif;
}
.sidebar-contact-box .inner-content .bottom-box span{
color: #ffffff;
}
.sidebar-contact-box .inner-content .button {
position: relative;
display: block;
padding-top: 32px;
}
.sidebar-contact-box .inner-content .button a {
display: block;
}
.single-service-sidebar .service-pack-download {
position: relative;
display: block;
}
.single-service-sidebar .service-pack-download li {
position: relative;
display: block;
background: #e9212e;
transition: all 500ms ease;
padding: 17px 30px 17px;
}
.single-service-sidebar .service-pack-download li .title-holder{
position: relative;
display: block;
float: left;
}
.single-service-sidebar .service-pack-download li .title-holder a{
color: #ffffff;
font-size: 15px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.single-service-sidebar .service-pack-download li .title-holder a span{
font-size: 14px;
font-weight: 400;
}
.single-service-sidebar .service-pack-download li .icon-holder {
position: relative;
display: block;
float: right;
}
.single-service-sidebar .service-pack-download li .icon-holder i {
position: relative;
top: 2px;
color: #ffffff;
font-size: 18px;
line-height: 26px;
} .main-project-area{
position: relative;
display: block;
background: #ffffff;
padding: 108px 0 80px;
}
.project-filter {
position: relative;
display: block;
text-align: center;
margin-bottom: 44px;
}
.project-filter li {
position: relative;
display: inline-block;
}
.project-filter li + li {}
.project-filter li .filter-text {
color: #27282c;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
display: block;
padding: 8px 10px 8px;
padding-right: 26px;
cursor: pointer;
transition: all .4s ease;
}
.project-filter li:hover .filter-text, 
.project-filter li.active .filter-text {
color: #e9212e;
}
.project-filter li .count {
position: absolute;
top: -13px;
right: 15%;
color: #e9212e;
font-size: 12px;
line-height: 20px;
font-weight: 700;
display: inline-block;
opacity: 0;
-webkit-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
-webkit-transition: all .4s ease;
transition: all .4s ease;
font-family: 'Poppins', sans-serif;
}
.project-filter li:hover .count, 
.project-filter li.active .count {
opacity: 1;
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}
.single-project-style4{
position: relative;
display: block;
max-width: 370px;
min-width: 300px;
width: 100%;
margin: 0 auto 30px;
}
.single-project-style4 .img-holder{
position: relative;
display: block;
overflow: hidden;
z-index: 10;
}
.single-project-style4 .img-holder .inner {
position: relative;
display: block;
}
.single-project-style4 .img-holder .inner:before{
position: absolute;
top: -37px;
left: -37px;
bottom: -37px;
right: -37px;
content: '';
border: 37px solid #ffffff;
opacity: 1;
transition: all 300ms ease 100ms;
z-index: 1;
}
.single-project-style4:hover .img-holder .inner:before{
left: 3px;
top: 3px;
bottom: 3px;
right: 3px;
transition: all 300ms ease 100ms;
}
.single-project-style4 .img-holder:before,
.single-project-style4 .img-holder:after {
position: absolute;
top: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
transform-origin: left top;
transition: all 900ms ease 300ms;
border-radius: 0px;
z-index: 1;
}
.single-project-style4 .img-holder:before {
transform: scale(0, 1);
transform-origin: bottom center;
border-top: 3px solid #27282c;
border-bottom: 3px solid #27282c;
}
.single-project-style4:hover .img-holder:before {
transform: scale(1, 1);
}
.single-project-style4 .img-holder:after {
transform: scale(1, 0);
transform-origin: left center;
border-left: 3px solid #27282c;
border-right: 3px solid #27282c;
}
.single-project-style4:hover .img-holder:after{
transform: scale(1, 1);    
}
.single-project-style4 .img-holder img{
width: 100%;
transform: scale(1.0);
transition: all 700ms ease;
}
.single-project-style4:hover .img-holder img {
transform:scale(1.2) rotate(0deg);	 
}
.single-project-style4 .overlay-box{
position: absolute;
top: 40px;
left: 40px;
right: 40px;
height: 280px;
background: rgba(40, 41, 46, 0.90);
z-index: 3;
opacity: 0;
transform:scale(0) rotate(0deg);	
transition: all 700ms ease 300ms;
}
.single-project-style4:hover .overlay-box{
opacity: 1; 
transform:scale(1.0) rotate(0deg);	
transition: all 700ms ease 500ms;
}
.single-project-style4 .overlay-box .box{
display: table;
width: 100%;
height: 100%;
}
.single-project-style4 .overlay-box .box .link{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.single-project-style4 .overlay-box .box .link a span:before{
color: #ffffff;
font-size: 40px;
line-height: 40px;
transition: all 500ms ease;
}
.single-project-style4 .overlay-box .box .link a:hover span:before{
color: #e9212e;    
}
.single-project-style4 .img-holder .overlay-content {
position: absolute;
left: 40px;
right: 40px;
bottom: 3px;
height: 117px;
background: #ffffff;
z-index: 11;
text-align: center;
transition: all 700ms ease 300ms;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) translateZ(-32px);
}
.single-project-style4:hover .img-holder .overlay-content {
opacity: 1;
transform: perspective(1200px) rotateX(0deg) translateZ(0px);
transition: all 900ms ease 300ms;
}
.single-project-style4 .img-holder .overlay-content .title{
position: relative;
display: block;
padding-top: 33px;
}
.single-project-style4 .img-holder .overlay-content .title span{
color: #7c7e84;
}
.single-project-style4 .img-holder .overlay-content .title h3{
font-size: 20px;
font-weight: 600;
margin: 3px 0 0;
}
.single-project-style4 .img-holder .overlay-content .title h3 a{
color: #27282c;
transition: all 500ms ease;
}
.single-project-style4 .img-holder .overlay-content .title h3 a:hover{
color: #e9212e;       
} .main-project-area.style2{
position: relative;
display: block;
padding-bottom: 110px;
}
.single-project-style5{
position: relative;
display: block;
margin-bottom: 30px;
-webkit-box-shadow: 0px 4px 8px 2px #f3f3f3; 
box-shadow: 0px 4px 8px 2px #f3f3f3;
}
.single-project-style5 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-project-style5 .img-holder .inner {
position: relative;
display: block;
}
.single-project-style5 .img-holder img{
width: 100%;
transform: scale(1.0);
transition: all 700ms ease;
}
.single-project-style5:hover .img-holder img {
transform:scale(1.2) rotate(2deg);	 
}
.single-project-style5 .overlay-box{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0;
background: rgba(40, 41, 46, 0.90);
z-index: 3;
opacity: 0;
transform:scale(0) rotate(0deg);	
transition: all 700ms ease 300ms;
}
.single-project-style5:hover .overlay-box{
opacity: 1; 
transform:scale(1.0) rotate(0deg);	
transition: all 700ms ease 200ms;
}
.single-project-style5 .overlay-box .box{
display: table;
width: 100%;
height: 100%;
}
.single-project-style5 .overlay-box .box .link{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.single-project-style5 .overlay-box .box .link a span:before{
color: #ffffff;
font-size: 40px;
line-height: 40px;
transition: all 500ms ease;
}
.single-project-style5 .overlay-box .box .link a:hover span:before{
color: #e9212e;    
}
.single-project-style5 .title{
position: relative;
display: block;
padding-top: 24px;
padding-bottom: 24px;
text-align: center;
}
.single-project-style5 .title span{
color: #7c7e84;
}
.single-project-style5 .title h3{
font-size: 20px;
font-weight: 600;
margin: 3px 0 0;
}
.single-project-style5 .title h3 a{
color: #27282c;
transition: all 500ms ease;
}
.single-project-style5 .title h3 a:hover{
color: #e9212e;       
} .main-project-area.style3{
position: relative;
display: block;
padding-bottom: 110px;    
}
.main-project-style3{
padding: 0;
}
.main-project-style3 .mar0{
margin: 0;
}
.main-project-style3 .pd0{
padding: 0;
}
.single-project-style6{
position: relative;
display: block;
}
.single-project-style6 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-project-style6 .img-holder img{
width: 100%;
transform: scale(1.01);
transition: all 700ms ease;
}
.single-project-style6:hover .img-holder img {
transform:scale(1.2) rotate(2deg);	
}
.single-project-style6 .overlay-content{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(40, 41, 46, 0.95);
transform: scaleX(0);
transition: all 700ms ease 100ms;
}
.single-project-style6:hover .overlay-content{
transform: scaleY(1);
}
.single-project-style6 .overlay-content .inner-content{
display: table;
width: 100%;
height: 100%;
}
.single-project-style6 .overlay-content .inner-content .title-box {
display: table-cell;
vertical-align: middle;
text-align: center;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
transition: all 300ms ease 100ms;
}
.single-project-style6:hover .overlay-content .inner-content .title-box{
opacity: 1;
transform: translate3d(0px, 0px, 0px); 
transition: all 700ms ease 500ms;
}
.single-project-style6 .overlay-content .inner-content .title-box span{
color: #7c7e84;
}
.single-project-style6 .overlay-content .inner-content .title-box h3{
font-size: 20px;
font-weight: 600;
margin: 3px 0 0;
}
.single-project-style6 .overlay-content .inner-content .title-box a {
color: #ffffff;
transition: all 500ms ease;
}
.single-project-style6 .overlay-content .inner-content .title-box a:hover{
color: #e9212e;
}
.load-more-project-style3-button{
position: relative;
display: block;
padding-top: 60px;
} .main-project-area.style4{
position: relative;
display: block;
padding-bottom: 110px;    
}
.main-project-style4{
padding-left: 60px;
padding-right: 60px;
}
.main-project-style4 .row {
margin-left: -30px;
margin-right: -30px;
}
.main-project-style4 .row [class*=col-] {
padding-left: 30px;
padding-right: 30px;
}
.single-project-style7{
position: relative;
display: block;
margin-bottom: 31px;
}
.single-project-style7 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-project-style7 .img-holder img{
width: 100%;
transform: scale(1.01);
transition: all 700ms ease;
}
.single-project-style7:hover .img-holder img {
transform:scale(1.2) rotate(2deg);	
}
.single-project-style7 .overlay-content{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(40, 41, 46, 0.95);
transform: scaleX(0);
transition: all 700ms ease 100ms;
}
.single-project-style7:hover .overlay-content{
transform: scaleY(1);
}
.single-project-style7 .overlay-content .inner-content{
display: table;
width: 100%;
height: 100%;
}
.single-project-style7 .overlay-content .inner-content .title-box {
display: table-cell;
vertical-align: middle;
text-align: center;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
transition: all 300ms ease 100ms;
}
.single-project-style7:hover .overlay-content .inner-content .title-box{
opacity: 1;
transform: translate3d(0px, 0px, 0px); 
transition: all 700ms ease 500ms;
}
.single-project-style7 .overlay-content .inner-content .title-box span{
color: #7c7e84;
}
.single-project-style7 .overlay-content .inner-content .title-box h3{
font-size: 20px;
font-weight: 600;
margin: 3px 0 0;
}
.single-project-style7 .overlay-content .inner-content .title-box h3 a {
color: #ffffff;
transition: all 500ms ease;
}
.single-project-style7 .overlay-content .inner-content .title-box a:hover{
color: #e9212e;
}
.single-project-style7 .title{
position: relative;
display: block;
padding-top: 24px;
padding-bottom: 24px;
text-align: center;
opacity: 1;
transform: translate3d(0px, 0px, 0px); 
transition: all 300ms ease 100ms;
}
.single-project-style7:hover .title{
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(-90deg) translateZ(-45px);
transition: all 700ms ease 500ms;
}
.single-project-style7 .title span{
color: #7c7e84;
}
.single-project-style7 .title h3{
font-size: 20px;
font-weight: 600;
margin: 3px 0 0;
}
.single-project-style7 .title h3 a{
color: #27282c;
transition: all 500ms ease;
}
.single-project-style7 .title h3 a:hover{
color: #e9212e;       
}
.load-more-project-style4-button{
position: relative;
display: block;
padding-top: 0px;
} .main-project-area.style5{
position: relative;
display: block;
padding-top: 110px;
padding-bottom: 50px;
z-index: 1;
}
.main-project-area.style5:before{
position: absolute;
top: -150px;
left: 50%;
bottom: -500px;
width: 1px;
background: #ededed;
content: "";
z-index: -1;    
}
.main-project-style5{
position: relative;
display: block;
z-index: 1;
}
.main-project-style5:before{
position: absolute;
top: -150px;
left: -80px;
bottom: -500px;
width: 1px;
background: #ededed;
content: "";
z-index: -1;
}
.main-project-style5:after{
position: absolute;
top: -150px;
right: -80px;
bottom: -500px;
width: 1px;
background: #ededed;
content: "";
z-index: -1;
}
.main-project-style5 .row {
margin-left: -45px;
margin-right: -45px;
}
.main-project-style5 .row [class*=col-] {
padding-left: 45px;
padding-right: 45px;
}
.single-project-style8{
position: relative;
display: block;
margin-bottom: 60px;
}
.single-project-style8 .img-holder {
position: relative;
display: block;
overflow: hidden;
z-index: 10;
}
.single-project-style8 .img-holder:before,
.single-project-style8 .img-holder:after {
position: absolute;
top: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
transform: scale(0);
-webkit-transform-origin: left top;
transform-origin: left top;
transition: all 700ms ease 100ms;
border-radius: 0px;
z-index: 3;
}
.single-project-style8 .img-holder:before {
transform: scale(0, 1);
transform-origin: bottom center;
border-top: 40px solid #ffffff;
border-bottom: 40px solid #ffffff;
}
.single-project-style8:hover .img-holder:before {
transform: scale(1, 1);
transition: all 700ms ease 100ms;
}
.single-project-style8 .img-holder:after {
transform: scale(1, 0);
transform-origin: left center;
border-left: 40px solid #ffffff;
border-right: 40px solid #ffffff;
}
.single-project-style8:hover .img-holder:after{
transform: scale(1, 1);
transition: all 700ms ease 100ms;
}
.single-project-style8 .img-holder img{
width: 100%;
transform: scale(1.01);
transition: all 700ms ease;
}
.single-project-style8:hover .img-holder img {
transform:scale(1.2) rotate(2deg);	
}
.single-project-style8 .overlay-content{
position: absolute;
top: 40px;
left: 40px;
bottom: 40px;
right: 40px;
content: "";
background: rgba(40, 41, 46, 0.95);
transform: scaleX(0);
transition: all 700ms ease 100ms;
z-index: 5;
}
.single-project-style8:hover .overlay-content{
transform: scaleY(1);
}
.single-project-style8 .overlay-content .inner-content{
display: table;
width: 100%;
height: 100%;
}
.single-project-style8 .overlay-content .inner-content .title-box {
display: table-cell;
vertical-align: middle;
text-align: center;
opacity: 0;
transform-style: preserve-3d;
transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
transition: all 300ms ease 100ms;
z-index: 3;
}
.single-project-style8:hover .overlay-content .inner-content .title-box{
opacity: 1;
transform: translate3d(0px, 0px, 0px); 
transition: all 700ms ease 500ms;
}
.single-project-style8 .overlay-content .inner-content .title-box span{
color: #7c7e84;
}
.single-project-style8 .overlay-content .inner-content .title-box h3{
font-size: 20px;
font-weight: 600;
margin: 3px 0 0;
}
.single-project-style8 .overlay-content .inner-content .title-box a {
color: #ffffff;
transition: all 500ms ease;
}
.single-project-style8 .overlay-content .inner-content .title-box a:hover{
color: #e9212e;
} .main-project-area.style6{
position: relative;
display: block;
padding-top: 110px;
padding-bottom: 40px;
z-index: 1;
}
.main-project-area.style6:before{
position: absolute;
top: -150px;
left: 50%;
bottom: -500px;
width: 1px;
background: #ededed;
content: "";
z-index: -1;    
}
.main-project-style6{
position: relative;
display: block;
z-index: 1;
}
.main-project-style6:before{
position: absolute;
top: -150px;
left: -100px;
bottom: -500px;
width: 1px;
background: #ededed;
content: "";
z-index: -1;
}
.main-project-style6:after{
position: absolute;
top: -150px;
right: -100px;
bottom: -500px;
width: 1px;
background: #ededed;
content: "";
z-index: -1;
}
.main-project-style6 .row {
margin-left: -115px;
margin-right: -115px;
}
.main-project-style6 .row [class*=col-] {
padding-left: 115px;
padding-right: 115px;
}
.single-project-style9{
position: relative;
display: block;
margin-bottom: 40px;
}
.single-project-style9 .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-project-style9 .img-holder img{
width: 100%;
transform: scale(1.0);
transition: all 700ms ease;
}
.single-project-style9:hover .img-holder img {
transform:scale(1.2) rotate(2deg);	 
}
.single-project-style9 .overlay-box{
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0;
background: rgba(40, 41, 46, 0.95);
z-index: 3;
opacity: 0;
transform:scale(0) rotate(0deg);	
transition: all 700ms ease 300ms;
}
.single-project-style9:hover .overlay-box{
opacity: 1; 
transform:scale(1.0) rotate(0deg);	
transition: all 700ms ease 200ms;
}
.single-project-style9 .overlay-box .box{
display: table;
width: 100%;
height: 100%;
}
.single-project-style9 .overlay-box .box .link{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.single-project-style9 .overlay-box .box .link a span:before{
color: #ffffff;
font-size: 40px;
line-height: 40px;
transition: all 500ms ease;
}
.single-project-style9 .overlay-box .box .link a:hover span:before{
color: #e9212e;    
}
.single-project-style9 .title{
position: relative;
display: block;
padding-top: 24px;
padding-bottom: 24px;
}
.single-project-style9 .title span{
color: #7c7e84;
}
.single-project-style9 .title h3{
font-size: 20px;
font-weight: 600;
margin: 3px 0 0;
}
.single-project-style9 .title h3 a{
color: #27282c;
transition: all 500ms ease;
}
.single-project-style9 .title h3 a:hover{
color: #e9212e;       
} .project-description-area {
position: relative;
display: block;
margin-top: 110px;
padding: 110px 0 50px;
}
.project-description-area .pattern-bg {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.project-description-image-box{
position: relative;
display: block;
z-index: 3;
}
.project-description-image-box img{
max-width: none;
float: right;
}
.project-description-content {
position: relative;
display: block;
z-index: 3;
padding-top: 45px;
padding-left: 100px;
}
.project-description-content .sec-title {
padding-bottom: 32px;
}
.project-description-content .sec-title p{
margin: 0 0 5px;
}
.project-description-content .sec-title .title {
font-size: 30px;
}
.project-description-content .inner-content{
position: relative;
display: block;
}
.project-description-content .inner-content .bottpm-text{
position: relative;
display: block;
padding-top: 10px;
}
.project-description-content .inner-content ul {
position: relative;
display: block;
padding-top: 2px;
}
.project-description-content .inner-content ul li{
position: relative;
display: block;
line-height: 41px;
padding-left: 40px;
}
.project-description-content .inner-content ul li:before{
font-family: 'icomoon';
position: absolute;
top: 0;
left: 0;
bottom: 0;
content: "\e910";
color: #a7a7a7;
font-size: 25px;
} .project-info-area{
position: relative;
display: block;
padding-top: 110px;
padding-bottom: 110px;
} 
.project-info-area .pattern-bg {
position: absolute;
top: 0;
right: 0;
z-index: 1;
}
.project-info-content{
position: relative;
display: block;
max-width: 370px;
width: 100%;
margin: -6px auto 0;
z-index: 3;
}
.project-info-content .project-info-title{
position: relative;
display: block;
padding-left: 70px;
padding-bottom: 33px;
}
.project-info-content .project-info-title:before {
position: absolute;
top: 14px;
left: 0;
width: 70px;
height: 1px;
background: #e9212e;
content: "";
}
.project-info-content .project-info-title h3{
position: relative;
display: block;
padding-left: 20px;
color: #27282c;
font-size: 24px;
line-height: 30px;
font-weight: 700;
text-transform: uppercase;
}
.project-info-content .inner-content {
position: relative;
display: block;
padding: 38px 50px 32px;
box-shadow: 0px 0px 9px 3px #f6f6f6;
}
.project-info-content .inner-content ul{
position: relative;
display: block;
}
.project-info-content .inner-content ul li {
position: relative;
display: block;
border-bottom: 1px solid #ededed;
padding-bottom: 12px;
margin-bottom: 17px;
}
.project-info-content .inner-content ul li:last-child{
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.project-info-content .inner-content ul li .icon{
width: 30px;
}
.project-info-content .inner-content ul li .icon span:before{
color: #27282c;
font-size: 30px;
line-height: 30px;
}
.project-info-content .inner-content ul li .icon,
.project-info-content .inner-content ul li .title{
display: table-cell;
vertical-align: middle;
}
.project-info-content .inner-content ul li .title{
padding-left: 20px;
}
.project-info-content .inner-content ul li .title h4{
color: #27282c;
font-size: 16px;
line-height: 20px;
font-weight: 600;
margin: 0 0 4px;
}
.project-info-content .inner-content ul li .title span{}
.project-info-image-box{
position: relative;
display: block;
z-index: 3;
}
.project-info-image-box img{
max-width: none;
float: left;
} .video-image-holder-area{
position: relative;
display: block;
}
.video-image-holder-area .container-fluid {
padding-right: 50px;
padding-left: 50px;
}
.video-holder-box {
position: relative;
display: block;
width: 100%;
}
.video-holder-box .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.video-holder-box .img-holder img{
width: 100%;
}
.video-holder-box .img-holder .icon-holder{
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
content: "";
background: rgba(255, 255, 255, 0.02);
transition: all 900ms ease;
z-index: 3;
opacity: 1;    
}
.video-holder-box .img-holder .icon-holder .icon{
display: table;
width: 100%;
height: 100%;
}
.video-holder-box .img-holder .icon-holder .icon .inner{
display: table-cell;
vertical-align: middle;
}
.video-holder-box .img-holder .icon-holder .icon .inner a {
position: relative;
display: inline-block;
border: 4px solid rgba(255, 255, 255, 0.99);
color: #ffffff;
height: 100px;
width: 100px;
border-radius: 50%;
text-align: center;
transition: all 500ms ease;
}
.video-holder-box .img-holder .icon-holder .icon .inner a span:before {
position: relative;
display: block;
width: 100%;
height: 100%;
font-size: 40px;
line-height: 92px;
border-radius: 50%;
-webkit-animation: pulse 2s infinite;
-o-animation: pulse 2s infinite;
animation: pulse 2s infinite;
transition: all 1s ease;
}
@keyframes pulse {
50% {
box-shadow: 0 0 0 5px rgba(255,255,255,.1),
0 0 0 20px rgba(238, 238,238, 0.3000);
}
}
.single-project-image-gallery{
position: relative;
display: block;
}
.single-project-image-gallery img{
width: 100%;
} .similar-projects-area{
position: relative;
display: block;
padding: 103px 0 54px;
}
.similar-projects-content{
padding-left: 60px;
padding-right: 60px;
}
.similar-projects-content .row {
margin-left: -30px;
margin-right: -30px;
}
.similar-projects-content .row [class*=col-] {
padding-left: 30px;
padding-right: 30px;
}
.similar-project-title{
position: relative;
display: block;
padding-bottom: 41px;
}
.similar-project-title h2{
color: #27282c;
font-size: 30px;
line-height: 38px;
font-weight: 700;
text-transform: uppercase;
}
.single-similar-project{
position: relative;
display: block;
text-align: center;
margin-bottom: 50px;
}
.single-similar-project .img-holder{
position: relative;
display: block;
overflow: hidden;
z-index: 2;
}
.single-similar-project .img-holder::before {
position: absolute;
top: 0;
left: -100%;
width: 50%;
height: 100%;
content: '';
background: linear-gradient(to right, rgba(233,33,48, 0) 0%, rgba(233,33,48, .3) 100%);
transform: skewX(-25deg);
z-index: 2;
}
.single-similar-project:hover .img-holder::before{
-webkit-animation: shine 1.5s;
animation: shine 1.5s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.single-similar-project .img-holder img{
width: 100%;
transition: all 1500ms ease;    
}
.single-similar-project:hover .img-holder img{
transform:scale(1.3) rotate(0deg);	  
}
.single-similar-project .title-holder{
position: relative;
display: block;
padding-top: 24px;
}
.single-similar-project .title-holder span{
color: #7c7e84;
}
.single-similar-project .title-holder h3{
font-size: 20px;
line-height: 26px;
font-weight: 600;
margin: 3px 0 0;
}
.single-similar-project .title-holder h3 a{
color: #27282c;
} #blog-area{
position: relative;
display: block;
padding: 110px 0 110px;
}
#blog-area.blog-default-area {
position: relative;
display: block;
padding: 110px 0 40px;
}
.single-blog-colum-style1{
position: relative;
display: block;
padding-left: 30px;
z-index: 1;
}
.single-blog-colum-style1:before{
position: absolute;
top: -300px;
left: 0;
bottom: -2000px;
width: 1px;
background: #ededed;
content: "";
z-index: -1;
}
.single-blog-post.style3{
margin-bottom: 62px;    
}
.single-blog-post.style3 .img-holder .overlay {
transform: translate3d(0px, 0%, 0px);
}
.single-blog-post.style3 .post-date {
position: absolute;
top: 20px;
right: 20px;
width: 65px;
height: 75px;
text-align: center;
background: #e9212e;
display: block;
padding: 13px 0 6px;
transition: all 700ms ease 500ms;
z-index: 3;
}
.single-blog-post.style3 .post-date h3{
color: #ffffff;
font-size: 14px;
line-height: 24px;
font-weight: 500;
text-transform: uppercase;
font-family: 'Rubik', sans-serif;
}
.single-blog-post.style3 .post-date h3 span{
font-size: 24px;
}
.single-blog-post.style3 .text-holder {
position: relative;
display: block;
padding-top: 24px;
}
.single-blog-post.style3 .text-holder:before {
position: absolute;
top: 30px;
left: -29px;
width: 3px;
height: 20px;
background: #e9212e;
content: "";
z-index: 99;
}
.single-blog-post.style3 .text-holder:after {
position: absolute;
top: 30px;
left: -29px;
width: 3px;
background: #e9212e;
content: "";
z-index: 99;
bottom: 8px;
transform: scaleY(0);
transition: all 700ms ease 400ms;
}
.single-blog-post.style3:hover .text-holder:after{
transform: scaleY(1);
}
.single-blog-post.style3 .meta-box {
margin-top: 14px;
margin-bottom: 0px;
}
.single-blog-post.style3 .text-holder .text {
margin-top: 9px;
}
.single-blog-post.style3 .text-holder .text p {
margin: 0 0 26px;
} #blog-area.blog-large-area{
position: relative;
display: block;
}
.single-blog-post.style4{
position: relative;
display: block;
padding-left: 30px;
padding-right: 35px;
margin-bottom: 80px;
z-index: 1;
}
.single-blog-post.style4:before{
position: absolute;
top: -300px;
left: 0;
bottom: -500px;
width: 1px;
background: #ededed;
content: "";
z-index: -1;    
}
.single-blog-post.style4 .img-holder .overlay .box .link-icon a span:before {
font-size: 55px;
line-height: 55px;
}
.single-blog-post.style4 .text-holder {
position: relative;
display: block;
padding-top: 32px;
}
.single-blog-post.style4 .text-holder:before {
position: absolute;
top: 40px;
left: -29px;
width: 3px;
height: 20px;
background: #e9212e;
content: "";
z-index: 99;
}
.single-blog-post.style4 .text-holder:after {
position: absolute;
top: 0px;
left: -29px;
width: 3px;
background: #e9212e;
content: "";
z-index: 99;
bottom: 0px;
transform: scaleY(0);
transition: all 700ms ease 400ms;
}
.single-blog-post.style4:hover .text-holder:after{
transform: scaleY(1);
}
.single-blog-post.style4 .text-holder .blog-title {
font-size: 30px;
line-height: 40px;
}
.single-blog-post.style4 .meta-box {
margin-top: 11px;
margin-bottom: 0px;
border-bottom: 1px solid #ededed;
padding-bottom: 25px;
}
.single-blog-post.style4 .text-holder .text {
margin-top: 24px;
}
.single-blog-post.style4 .text-holder .text p {
margin: 0 0 32px;
}
#blog-area .sidebar-wrapper {
position: relative;
display: block;
max-width: 300px;
margin-left: -30px;
}
.sidebar-title {
position: relative;
display: block;
margin-top: -4px;
padding-bottom: 6px;
}
.sidebar-title:before {
position: absolute;
top: 10px;
left: -30px;
width: 10px;
height: 5px;
background: #e9212e;
content: "";
}
.sidebar-title .title {
color: #27282c;
font-size: 20px;
line-height: 24px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.sidebar-wrapper .single-sidebar {
position: relative;
display: block;
padding: 40px 30px 0;
-webkit-box-shadow: 0px 0px 8px 2px #f6f6f6; 
box-shadow: 0px 0px 8px 2px #f6f6f6;
margin-bottom: 50px;
}
.sidebar-search-box .search-form {
position: relative;
display: block;
max-width: 300px;
margin-bottom: 50px;
-webkit-box-shadow: 0px 0px 8px 2px #f6f6f6; 
box-shadow: 0px 0px 8px 2px #f6f6f6;
}
.sidebar-search-box .search-form input[type="text"] {
position: relative;
display: block;
background: #ffffff;
border: 1px solid #f6f6f6;
color: #828282;
font-size: 15px;
font-weight: 400;
height: 60px;
width: 100%;
padding-left: 20px;
padding-right: 65px;
border-radius: 0px;
transition: all 500ms ease 0s;
}
.sidebar-wrapper .search-form button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
display: block;
background: #e9212e;
color: #ffffff;
font-size: 14px;
height: 60px;
width: 60px;
border: 0px solid #e9212e;
line-height: 60px;
text-align: center;
border-radius: 0px;
transition: all 500ms ease 0s;
margin: 0;
}
.sidebar-wrapper .search-form button i {
font-size: 14px
}
.sidebar-wrapper .search-form input[type="text"]:focus {
border: 1px solid #e9212e;
background: #fff;
color: #000000;
}
.sidebar-wrapper .search-form input[type="text"]:focus + button, 
.sidebar-wrapper .search-form button:hover {
border-color: #e9212e;
color: #ffffff;
}
.single-sidebar .categories {
position: relative;
display: block;
padding-bottom: 20px;
}
.single-sidebar .categories li {
position: relative;
display: block;
}
.single-sidebar .categories li a {
position: relative;
display: block;
padding-left: 20px;
color: #828282;
font-size: 15px;
line-height: 50px;
font-weight: 400;
border-bottom: 1px solid #ededed;
font-family: 'Rubik', sans-serif;
transition: all 700ms ease;
z-index: 1;
}
.single-sidebar .categories li a sup {
font-size: 12px;
display: inline-block;
padding-left: 5px;
transform: scaleX(0);
transition: all 300ms ease 100ms;
}
.single-sidebar .categories li:hover a sup{
transform: scaleX(1.0); 
transition: all 300ms ease 100ms;
}
.single-sidebar .categories li:last-child a{
border: none;
}
.single-sidebar .categories li:hover a{
color: #e9212e;
transition: all 700ms ease;
}
.single-sidebar .categories li a:before{
position: absolute;
top: 0px;
left: 0;
content: "\f107";
font-family: "Flaticon";
color: #828282;
font-size: 10px;
transition: all 900ms ease;
font-weight: 600;
line-height: 50px;
margin: 0px;  
}
.single-sidebar .categories li:hover a:before{
color: #e9212e;
content: "\f108";
transition: all 900ms ease;
} 
.single-sidebar .recent-post {
position: relative;
display: block;
overflow: hidden;
padding: 19px 0 35px;
}
.single-sidebar .recent-post li {
position: relative;
display: block;
border-bottom: 1px solid #ededed;
min-height: 65px;
padding-left: 60px;
padding-bottom: 25px;
margin-bottom: 30px;
}
.single-sidebar .recent-post li:last-child{
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.single-sidebar .recent-post li .img-holder {
position: absolute;
top: 0px;
left: 0;
width: 60px;
height: 60px;
display: block;
overflow: hidden;
}
.single-sidebar .recent-post li .img-holder img {
transition: all 0.4s ease-in-out 0.5s;    
width: 100%;
transform: scale(1.1, 1.1);      
}
.single-sidebar .recent-post li:hover .img-holder img {
transition-delay: 0s;
transform: scale(1.2, 1.2);    
}
.single-sidebar .recent-post li .img-holder .overlay-style-one{
background: rgba(233, 33, 48, 0.90);
}
.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a{
display: inline-block;
width: 20px;
height: 20px;
filter: alpha(opacity=0);
transform: scale(3);
transition: all 0.3s ease-in-out 0.3s;
opacity: 0;
z-index: 5;    
}
.single-sidebar .recent-post li:hover .img-holder .overlay-style-one .box .content a{
filter: alpha(opacity=100);
transform: scale(1);
transition-delay: 0.1s; 
opacity: 1;
}
.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a span:before{
color: #ffffff;
font-size: 20px;
line-height: 20px;
transition: all 500ms ease;
}
.single-sidebar .recent-post li .img-holder .overlay-style-one .box .content a:hover span:before{
color: #000000;
}
.single-sidebar .recent-post li:hover .img-holder .overlay-style-one{
opacity: 1;
}
.single-sidebar .recent-post li .title-holder {
padding-left: 20px;
}
.single-sidebar .recent-post li .title-holder span {
display: block;
line-height: 14px;
}
.single-sidebar .recent-post li .title-holder .post-title {
font-size: 14px;
line-height: 22px;
font-weight: 600;
margin: 7px 0 0;
transition: all 500ms ease;
}
.single-sidebar .recent-post li .title-holder .post-title a{
color: #27282c;
transition: all 500ms ease;
}
.single-sidebar .recent-post li .title-holder .post-title a:hover{
color: #e9212e;
}
.single-sidebar .instagram {
position: relative;
display: block;
overflow: hidden;
margin-left: -5px;
margin-right: -5px;
padding: 19px 0 4px;
}
.single-sidebar .instagram li {
position: relative;
display: inline-block;
float: left;
margin: 0 5px 10px;
transition: all 0.5s ease 0s;
}
.single-sidebar .instagram li .img-holder {
position: relative;
display: block;
overflow: hidden;
transition: all 0.5s ease 0s;
z-index: 5;
}
.single-sidebar .instagram li .img-holder img {
transform: scale(1.1, 1.1);
transition: all 0.5s ease 0s;
width: 100%;
}
.single-sidebar .instagram li:hover .img-holder img {
transform: scale(1, 1);
}
.single-sidebar .instagram li .img-holder .overlay-style-one{
background: rgba(40, 41, 46, 0.95);    
}
.single-sidebar .instagram li:hover .img-holder .overlay-style-one {
filter: alpha(opacity=100);
opacity: 1;
transition-delay: 0s;
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a {
position: relative;
display: block;
float: none;
margin: 0;
color: #ffffff;
font-size: 14px;
line-height: 26px;
font-family: 'Poppins', sans-serif;
opacity: 0;
transform: scale(3);
transition: all 0.3s ease-in-out 0.3s;
z-index: 5;
}
.single-sidebar .instagram li:hover .img-holder .overlay-style-one .box .content a{
filter: alpha(opacity=100);
opacity: 1;
transform: scale(1);
transition-delay: 0.1s;    
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a span:before{
display: inline-block;
padding-right: 5px;
font-size: 12px;
filter: alpha(opacity=0);
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a:hover{
color: #e9212e;    
}
.follow-us-button {
position: relative;
display: block;
padding-bottom: 32px;
}
.single-sidebar .popular-tag {
position: relative;
display: block;
margin-left: -2.5px;
margin-right: -2.5px;
padding: 19px 0 35px;
}
.single-sidebar .popular-tag li {
position: relative;
display: inline-block;
float: left;
margin: 0 2.5px 5px;
}
.single-sidebar .popular-tag li a {
position: relative;
display: block;
background: #f6f6f6;
padding: 9px 10px 7px;
color: #828282;
font-size: 15px;
font-weight: 400;
transition: all 500ms ease 0s;
z-index: 1;
}
.single-sidebar .popular-tag li a:hover{
color: #ffffff;
background: #27282c;
} .main-header.blog-single{
-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
-moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
-ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
-o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
box-shadow: 0 0 15px rgba(0,0,0,0.10);
} .single-post-info-area {
position: relative;
display: block;
padding: 104px 0 96px;
}
.single-post-info-content{
position: relative;
display: block;
}
.single-post-info-content .meta-box {
position: relative;
display: block;
overflow: hidden;
}
.single-post-info-content .meta-box .meta-info {
position: relative;
display: block;
overflow: hidden;
text-align: center;
}
.single-post-info-content .meta-box .meta-info li {
position: relative;
display: inline-block;
float: none;
color: #e9212e;
font-size: 15px;
line-height: 20px;
font-weight: 400;
padding-right: 16px;
margin-right: 11px;
}
.single-post-info-content .meta-box .meta-info li:before{
position: absolute;
top: 3px;
right: 0px;
width: 1px;
height: 12px;
background: #d3d9e0;
content: "";
}
.single-post-info-content .meta-box .meta-info li:last-child{
padding-right: 0;
margin-right: 0;
}
.single-post-info-content .meta-box .meta-info li:last-child:before{
display: none;
}
.single-post-info-content .meta-box .meta-info li a{
color: #828282;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
transition: all 500ms ease;
}
.single-post-info-content .meta-box .meta-info li a:hover{
color: #e9212e;
}
.single-post-info-content .blog-title{
color: #26272b;
font-size: 48px;
line-height: 60px;
font-weight: 600;
margin: 22px 0 0;
} #blog-area.blog-single-area {
position: relative;
display: block;
padding: 0 0 110px;
}
.blog-single-area .blog-post {
position: relative;
display: block;
margin-right: 35px;
}
.blog-single-area .single-blog-post {
position: relative;
display: block;
}
.blog-single-area .main-image-box{
position: relative;
display: block;
margin-bottom: 54px;
}
.blog-single-area .main-image-box img{
width: 100%;
}
.single-blog-post .top-text-box {
position: relative;
display: block;
overflow: hidden;
}
.single-blog-post .top-text-box h3{
color: #27282c;
font-size: 20px;
font-weight: 600;
margin: 27px 0 28px;
}
.author-quote-box {
position: relative;
display: block;
padding: 33px 40px 33px;
background: #27282c;
margin-top: 36px;
margin-bottom: 54px;
}
.author-quote-box:before{
font-family: 'icomoon';
position: absolute;
bottom: -35px;
right: 40px;
width: 70px;
height: 70px;
border-radius: 50%;
background: #e9212e;
content: "\e939";
color: #ffffff;
font-size: 32px;
line-height: 70px;
text-align: center;
}
.author-quote-box .text {
position: relative;
display: block;
}
.author-quote-box .text p{
color: #ffffff;
font-size: 24px;
line-height: 32px;
margin: 0 0 27px;
}
.author-quote-box .text .name{
position: relative;
display: block;
}
.author-quote-box .text .name h3{
color: #ffffff;
font-size: 18px;
font-weight: 500;
}
.author-quote-box .text .name h3 span{
color: #7c7e84;
font-size: 15px;
font-weight: 400;
font-family: 'Rubik', sans-serif;
}
.quote-bottom-text{
position: relative;
display: block;
}
.blog-single-image-with-text-box{
position: relative;
display: block;
margin-top: 52px;
}
.blog-single-image-with-text-box .image-box{
position: relative;
display: block;
}
.blog-single-image-with-text-box .image-box li{
position: relative;
display: inline-block;
float: left;
margin-right: 35px;
}
.blog-single-image-with-text-box .image-box li:last-child{
margin-right: 0;
}
.blog-single-image-with-text-box .image-box li img{
width: 100%;
}
.blog-single-image-with-text-box .text-box{
position: relative;
display: block;
margin-top: 54px;
}
.blog-single-bottom-content-box{
position: relative;
display: block;
margin-top: 45px;
}
.blog-single-bottom-content-box h2{
color: #27282c;
font-size: 24px;
line-height: 32px;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 16px;
}
.blog-single-bottom-content-box p{
margin: 0 0 20px;
}
.blog-single-bottom-content-box ul{
position: relative;
display: block;
}
.blog-single-bottom-content-box ul li{
position: relative;
display: block;
padding-left: 40px;
line-height: 36px;
}
.blog-single-bottom-content-box ul li:before{
font-family: "Flaticon";
position: absolute;
top: 0;
left: 0;
content: "\f102";
color: #e9212e;
font-size: 25px;
}
.tag-with-social-links-box {
position: relative;
display: block;
overflow: hidden;
border-top: 1px solid #ededed;
margin-top: 47px;
padding-top: 21px;
}
.tag-with-social-links-box .inner-content{
position: relative;
display: block;
}
.tag-with-social-links-box .tag-box{
position: relative;
display: block;
}
.tag-with-social-links-box .tag-box p {
position: relative;
display: inline-block;
float: left;
color: #27282c;
font-size: 16px;
line-height: 30px;
font-weight: 500;
margin: 0;
font-family: 'Poppins', sans-serif;
}
.tag-with-social-links-box .tag-box ul{
position: relative;
display: inline-block;
float: left;
padding-left: 10px;
}
.tag-with-social-links-box .tag-box ul li {
position: relative;
display: inline-block;
float: left;
margin-right: 5px;
line-height: 30px;
}
.tag-with-social-links-box .tag-box ul li:last-child{
margin-right: 0;
}
.tag-with-social-links-box .tag-box ul li a{
position: relative;
display: block;
color: #828282;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
transition: all 300ms ease 100ms;
}
.tag-with-social-links-box .tag-box ul li a:hover{
color: #e9212e;
}
.tag-with-social-links-box .social-links-box{
position: relative;
display: block;
}
.tag-with-social-links-box .social-links-box p{
position: relative;
display: inline-block;
float: left;
color: #27282c;
font-size: 16px;
line-height: 30px;
font-weight: 500;
margin: 0;
font-family: 'Poppins', sans-serif;    
}
.tag-with-social-links-box .social-links-box p i{
position: relative;
display: inline-block;
padding-right: 8px;
color: #e9212e;
}
.tag-with-social-links-box .social-links-box .sociallinks{
position: relative;
display: inline-block;
float: left;
padding-left: 10px;
}
.tag-with-social-links-box .social-links-box .sociallinks li{
position: relative;
display: inline-block;
float: left;
line-height: 30px;
margin-right: 20px;
}
.tag-with-social-links-box .social-links-box .sociallinks li:last-child{
margin-right: 0;
}
.tag-with-social-links-box .social-links-box .sociallinks li a i {
position: relative;
display: block;
color: #b3b3b3;
font-size: 14px;
line-height: 30px;
}
.tag-with-social-links-box .social-links-box .sociallinks li a:hover i{
color: #e9212e;
}
.blog-prev-next-option {
position: relative;
display: block;
overflow: hidden;
width: 100%;
margin-top: 75px;
}
.blog-prev-next-option .single {
position: relative;
display: block;
max-width: 400px;
width: 100%;
} 
.blog-prev-next-option .single.prev {
position: relative;
display: block;
overflow: hidden;
float: left;
}
.blog-prev-next-option .single .image-thumb {
position: relative;
display: block;
overflow: hidden;
}
.blog-prev-next-option .single .image-thumb img{
transform: scale(1.1, 1.1);
transition: all 0.5s ease 0s;
width: 100%;
}
.blog-prev-next-option .single:hover .image-thumb img{
transform: scale(1, 1);
}
.blog-prev-next-option .single .image-thumb .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(40, 41, 46, 0.95);
transition: all 700ms ease 100ms;
opacity: 0;
}
.blog-prev-next-option .single:hover .image-thumb .overlay {
filter: alpha(opacity=100);
opacity: 1;
transition-delay: 0s;
}
.blog-prev-next-option .single .image-thumb .overlay .box{
display: table;
width: 100%;
height: 100%;
}
.blog-prev-next-option .single .image-thumb .overlay .box .link{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.blog-prev-next-option .single .image-thumb .overlay .box .link a {
position: relative;
display: inline-block;
color: #ffffff;
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
width: 100px;
height: 20px;
filter: alpha(opacity=0);
transform: scale(3);
transition: all 0.3s ease-in-out 0.3s;
opacity: 0;
}
.blog-prev-next-option .single:hover .image-thumb .overlay .box .link a{
filter: alpha(opacity=100);
transform: scale(1);
transition-delay: 0.1s; 
opacity: 1;    
}
.blog-prev-next-option .single .image-thumb .overlay .box .link a:hover{
color: #e9212e;    
}
.blog-prev-next-option .single .image-thumb .overlay .box .link a i{
display: inline-block;
padding-left: 5px;
}
.blog-prev-next-option .single .title {
position: relative;
display: block;
padding: 14px 20px 0;
text-align: center;
}
.blog-prev-next-option .single .title h3 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
}
.blog-prev-next-option .single .title a{
color: #27282c;
transition: all 500ms ease;
}
.blog-prev-next-option .single .title a:hover{
color: #e9212e;
}
.blog-prev-next-option .single.next{
position: relative;
display: block;
overflow: hidden;
float: right;
}
.author-box-holder {
position: relative;
display: block;
background: #ffffff;
padding: 45px 40px 40px;
margin: 73px 0 80px;
box-shadow: 0px 4px 10px 3px #e0e4e6;
}
.author-box-holder .inner-box{
position: relative;
display: block;
}
.author-box-holder .inner-box .img-box{
width: 100px;
}
.author-box-holder .inner-box .img-box img {
width: 100%;
border-radius: 50%;
}
.author-box-holder .inner-box .img-box,
.author-box-holder .inner-box .text{
display: table-cell;
vertical-align: middle;
}
.author-box-holder .inner-box .text{
padding-left: 40px;    
}
.author-box-holder .inner-box .text h3{
color: #222222;
font-size: 20px;
font-weight: 600;
margin: 0;
}
.author-box-holder .inner-box .text h3 span{
color: #e9212e;
font-size: 15px;
font-weight: 400;
font-family: 'Rubik', sans-serif;
}
.author-box-holder .inner-box .text p{
line-height: 25px;
margin: 16px 0 23px;
}
.author-box-holder .inner-box .text .author-social-links{
position: relative;
display: block;
overflow: hidden;
}
.author-box-holder .inner-box .text .author-social-links p{
position: relative;
display: inline-block;
float: left;
padding-right: 10px;
color: #27282c;
font-size: 15px;
font-weight: 500;
line-height: 30px;
margin: 0;
}
.author-box-holder .inner-box .text .author-social-links ul{
position: relative;
display: inline-block;
float: left;
}
.author-box-holder .inner-box .text .author-social-links ul li{
position: relative;
display: inline-block;
float: left;
line-height: 30px;
padding-right: 11px;
margin-right: 10px;
}
.author-box-holder .inner-box .text .author-social-links ul li:before {
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 1px;
height: 12px;
background: #e3e3e3;
content: "";
transform: rotate(15deg);
line-height: 30px;
margin: 8px 0;
}
.author-box-holder .inner-box .text .author-social-links ul li:last-child:before{
display: none;
}
.author-box-holder .inner-box .text .author-social-links ul li:last-child{
padding-right: 0;
margin-right: 0;
}
.author-box-holder .inner-box .text .author-social-links ul li a {
color: #7c7e84;
}
.author-box-holder .inner-box .text .author-social-links ul li a:hover{
color: #e9212e; 
}
.single-blog-title-box{
position: relative;
display: block;
padding-bottom: 32px;
margin-top: -7px;
}
.single-blog-title-box h2{
color: #27282c;
font-size: 24px;
line-height: 32px;
font-weight: 700;
text-transform: uppercase;
}
.blog-single-area .inner-comment-box {
position: relative;
display: block;
overflow: hidden;
}
.blog-single-area .inner-comment-box .single-comment-outer-box{
position: relative;
display: block;
border: 1px solid #ededed;
background: #ffffff;
padding: 35px 40px 32px;
margin-bottom: 40px;
}
.blog-single-area .inner-comment-box .single-comment-outer-box.mar-left{
margin-left: 80px;
}
.blog-single-area .inner-comment-box .single-comment-box {
position: relative;
display: block;
padding-left: 80px;
}
.blog-single-area .inner-comment-box .single-comment-box .img-box {
position: absolute;
top: 4px;
left: 0;
width: 80px;
height: 80px;
}
.blog-single-area .inner-comment-box .single-comment-box .img-box img{
border-radius: 50%;
width: 100%;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box {
position: relative;
display: block;
margin-left: 30px;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 16px;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top .name{
position: relative;
display: block;
float: left;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top .name h3{
color: #27282c;
font-size: 20px;
font-weight: 600;
margin: 0 0 3px;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top .name span {
color: #e9212e;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button{
position: relative;
display: block;
float: right; 
top: -3px;   
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button a{
color: #b3b3b3;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button a:hover{
color: #e9212e;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .top .reply-button a span:before{
position: relative;
top: 1px;
display: inline-block;
padding-right: 10px;
font-size: 14px;
line-height: 14px;
}
.blog-single-area .inner-comment-box .single-comment-box .text-box .text{}
.blog-single-area .inner-comment-box .single-comment-box .text-box .text p{
margin: 0;
}
.add-comment-box {
position: relative;
display: block;
overflow: hidden;
padding-top: 40px;
}
.add-comment-box #add-comment-form {}
.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea{
position: relative;
display: block;
background: #f6f6f6 none repeat scroll 0 0;
border: 1px solid #f6f6f6;
color: #828282;
font-size: 15px;
font-weight: 400;
height: 60px;
padding: 0 30px;
width: 100%;  
border-radius: 0px;
margin-bottom: 30px;
transition: all 500ms ease;
}
.add-comment-box #add-comment-form textarea {
height: 170px;
padding: 13px 30px;
margin-bottom: 30px;
}
.add-comment-box #add-comment-form input[type="text"]:focus{
border-color: #e9212e;    
}
.add-comment-box #add-comment-form input[type="email"]:focus{
border-color: #e9212e;    
}
.add-comment-box #add-comment-form textarea:focus{
border-color: #e9212e;       
}
.add-comment-box #add-comment-form button {
}
.add-comment-box #add-comment-form button:hover{
} #shop-area {
padding-top: 110px;
padding-bottom: 110px;
}
.main-shop-area{
position: relative;
display: block;
background: #ffffff;
}
#shop-area .shop-content {
position: relative;
display: block;
}
.showing-result-shorting {
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding-bottom: 30px;
border-bottom: 1px solid #ededed;
margin-bottom: 50px;
}
.showing-result-shorting .showing{}
.showing-result-shorting .shorting{ }
.showing-result-shorting .showing p {
color: #828282;
font-size: 15px;
font-weight: 400;
margin: 0;
}
.single-product-item {
position: relative;
display: block;
transition: all 500ms ease;
margin-bottom: 50px;
}
.single-product-item .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.single-product-item .img-holder::before {
background: rgba(255, 255, 255, 0.30);    
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
content: "";
opacity: 0;
position: absolute;
z-index: 1;
transition: all 0.4s ease-in-out 0s;
}
.single-product-item:hover .img-holder::before{
opacity: 1;
}
.single-product-item .img-holder img{
transform: scale(1);
transition: all 0.7s ease 0s;
width: 100%;   
}
.single-product-item:hover .img-holder img{
transform: scale(1.1);   
}
.single-product-item .title-holder {
position: relative;
display: block;
background: #ffffff;
padding: 17px 0 13px;
-webkit-box-shadow: 0px 3px 8px 2px #f9f9f9;
box-shadow: 0px 3px 8px 2px #f9f9f9;
margin-left: 20px;
margin-right: 20px;
margin-top: -30px;
z-index: 10;
}
.single-product-item .title-holder .static-content{
position: relative;
display: block;    
}
.single-product-item .title-holder .title {
position: relative;
display: block;
font-size: 16px;
line-height: 22px;
font-weight: 600;
padding: 0 0 3px;
}
.single-product-item .title-holder .title a{
color: #27282c;
transition: all 500ms ease;
}
.single-product-item .title-holder .static-content span{
color: #828282;
}
.single-product-item .title-holder .overlay-content{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #ffffff;
text-align: center;
transform: scaleX(0);
-webkit-transform: scaleX(0);
transition: all 700ms ease 300ms;
}
.single-product-item:hover .title-holder .overlay-content {
transform: scaleY(1);
-webkit-transform: scaleY(1);
transition: all 700ms ease 100ms;
}
.single-product-item .title-holder .overlay-content ul {
position: relative;
display: block;
padding: 22px 0 23px;
width: 153px;
margin: 0 auto;
transform: scale(0);
transition: all 700ms ease 100ms;
}
.single-product-item:hover .title-holder .overlay-content ul{
transform: scale(1);
transition: all 700ms ease 600ms;    
}
.single-product-item .title-holder .overlay-content ul li{
position: relative;
display: inline-block;
float: left;
width: 51px;
text-align: center;
border-right: 1px solid #ededed;
}
.single-product-item .title-holder .overlay-content ul li:last-child{
border: none;
}
.single-product-item .title-holder .overlay-content ul li a{
position: relative;
display: block;
}
.single-product-item .title-holder .overlay-content ul li a span:before{
position: relative;
display: block;
width: 100%;
height: 35px;
color: #b3b3b3;
font-size: 18px;
line-height: 35px;
margin: 0;
transition: all 500ms ease;
}
.single-product-item .title-holder .overlay-content ul li a:hover span:before{
color: #e9212e;
}
.single-product-item .title-holder .overlay-content ul li a .toltip-content {
position: absolute;
left: -50%;
right: 0;
top: -25px;
margin-left: -15px;
opacity: 0;
visibility: hidden;
padding: 0;
text-align: center;
background-color: #27282c;
transition: all 300ms ease 100ms;
z-index: 999;
min-width: 130px;
}
.single-product-item .title-holder .overlay-content ul li a .toltip-content:before {
font-family: FontAwesome;
position: absolute;
left: 0;
bottom: -8px;
right: 0;
content: "\f0d7";
color: #27282c;
font-size: 25px;
text-align: center;
line-height: 10px;
}
.single-product-item .title-holder .overlay-content ul li a .toltip-content p{
color: #ffffff;
font-size: 15px;
line-height: 30px;
margin: 0;
}
.single-product-item .title-holder .overlay-content ul li a:hover .toltip-content{
top: -37px; 
visibility: visible;
opacity: 1;
}
.shop-sidebar-wrapper {
position: relative;
display: block;
max-width: 270px;
width: 100%;
}
.shop-sidebar-wrapper .single-sidebar-box {
position: relative;
display: block;
overflow: hidden;
}
.single-sidebar-box.pdbtm{
padding-bottom: 50px;
}
.shop-sidebar-wrapper .search-form {
position: relative;
display: block;
max-width: 270px;
width: 100%;
margin-bottom: 50px;
}
.shop-sidebar-wrapper .search-form input[type="text"] {
position: relative;
display: block;
background: #fff;
border: 1px solid #ededed;
color: #7e8597;
font-size: 15px;
font-weight: 400;
height: 50px;
max-width: 270px;
width: 100%;
padding-left: 20px;
padding-right: 60px;
border-radius: 0px;
transition: all 500ms ease 0s;
}
.shop-sidebar-wrapper .search-form button {
position: absolute;
top: 0;
right: 0px;
bottom: 0;
display: block;
background: #f6f6f6;
color: #27282c;
font-size: 14px;
height: 50px;
width: 50px;
border: 0px solid #edf2f7;
line-height: 48px;
text-align: center;
border-radius: 0px;
transition: all 500ms ease 0s;
margin: 0;
}
.shop-sidebar-wrapper .search-form button i {
font-size: 14px
}
.shop-sidebar-wrapper .search-form input[type="text"]:focus {
border: 1px solid #e9212e;
background: #fff;
color: #000000;
}
.shop-sidebar-wrapper .search-form input[type="text"]:focus + button, 
.shop-sidebar-wrapper .search-form button:hover {
background: #e9212e;
color: #fff;
}
.shop-sidebar-title {
position: relative;
display: block;
padding-bottom: 23px;
margin-top: -6px;
}
.shop-sidebar-title h3{
color: #303030;
font-size: 18px;
line-height: 26px;
font-weight: 600;
text-transform: capitalize;
}
.single-sidebar-box .categories {
position: relative;
display: block;
border: 1px solid #ededed;
border-bottom: none;
}
.single-sidebar-box .categories li {
position: relative;
display: block;
padding-left: 20px;
line-height: 50px;
border-bottom: 1px solid #ededed;
transition: all 500ms ease;
}
.single-sidebar-box .categories li:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 0px;
background: #e9212e;
content: "";
transition: all 100ms ease;
transition-delay: .3s;
transform: perspective(0px) translateX(0px) rotate(0deg);
}
.single-sidebar-box .categories li:hover:before{
width: 3px;
transform: perspective(0px) translateX(0px) rotate(0deg);    
}
.single-sidebar-box .categories li a {
position: relative;
display: block;
color: #828282;
font-size: 15px;
font-weight: 400;
font-family: 'Rubik', sans-serif;
transition: all 500ms ease;
transition-delay: .2s;
transform: perspective(0px) translateX(0px) rotate(0deg);
}
.single-sidebar-box .categories li:hover a{
color: #e9212e;
transform: perspective(0px) translateX(10px) rotate(0deg);
}
.shop-sidebar-wrapper .price-ranger {
margin-top: 4px;
margin-bottom: 0px;
}
.shop-sidebar-wrapper .price-ranger .ui-widget-content {
background: #edf2f7;
border: none;
height: 2px;
}
.shop-sidebar-wrapper .price-ranger .ui-slider-handle {
position: absolute;
top: -4px;
background: #ffffff;
border: 1px solid #eeeeee;
border-radius: 50%;
height: 10px;
margin-left: -4px;
outline: medium none;
width: 10px !important;
cursor: pointer;
z-index: 2;
}
.shop-sidebar-wrapper .price-ranger .ui-slider-handle:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 4px;
height: 4px;
background: #e9212e;
border-radius: 50%;
content: "";
margin: 2px;
}
.shop-sidebar-wrapper .price-ranger .ui-slider .ui-slider-range {
background: #e9212e;
}
.shop-sidebar-wrapper .price-ranger #slider-range {
margin-left: 4px;
margin-right: 6px;
margin-top: 0;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block {
position: relative;
display: block;
margin-top: 30px;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input {
display: inline-block;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type="submit"] {
position: relative;
display: inline-block;
background: #f6f6f6;
float: left;
margin-right: 10px;
padding: 6px 0 4px;
text-align: center;
width: 90px;
border: none;
color: #27282c;
font-size: 15px;
font-weight: 500;
margin-top: 0;
border-radius: 0;
text-transform: capitalize;
cursor: pointer;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type="submit"]:hover{}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type="text"] {
position: relative;
display: inline-block;
float: left;
color: #828282;
font-size: 15px;
font-weight: 400;
text-align: right;
width: 40px;
line-height: 35px;
border: none;
padding: 0;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type='text'].max {}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block span {
position: relative;
display: inline-block;
color: #828282;
font-size: 15px;
font-weight: 400;
line-height: 35px;
float: left;
}
.shop-sidebar-wrapper .products-post {
position: relative;
display: block;
overflow: hidden;
}
.shop-sidebar-wrapper .products-post li {
position: relative;
display: block;
border-bottom: 1px solid #ededed;
min-height: 70px;
padding-left: 70px;
padding-bottom: 25px;
margin-bottom: 25px;
}
.shop-sidebar-wrapper .products-post li:last-child{
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}
.shop-sidebar-wrapper .products-post li .img-holder {
position: absolute;
top: 0px;
left: 0;
width: 70px;
height: 70px;
display: block;
overflow: hidden;
}
.shop-sidebar-wrapper .products-post li .img-holder img {
transition: all 0.4s ease-in-out 0.5s;    
width: 100%;
transform: scale(1.1, 1.1);      
}
.shop-sidebar-wrapper .products-post li:hover .img-holder img {
transition-delay: 0s;
transform: scale(1.2, 1.2);    
}
.shop-sidebar-wrapper .products-post li .img-holder .overlay-style-one{
background: rgba(233, 33, 48, 0.90);
}
.shop-sidebar-wrapper .products-post li .img-holder .overlay-style-one .box .content a{
display: inline-block;
width: 20px;
height: 20px;
filter: alpha(opacity=0);
transform: scale(3);
transition: all 0.3s ease-in-out 0.3s;
opacity: 0;
z-index: 5;    
}
.shop-sidebar-wrapper .products-post li:hover .img-holder .overlay-style-one .box .content a{
filter: alpha(opacity=100);
transform: scale(1);
transition-delay: 0.1s; 
opacity: 1;
}
.shop-sidebar-wrapper .products-post li .img-holder .overlay-style-one .box .content a span:before{
color: #ffffff;
font-size: 20px;
line-height: 20px;
transition: all 500ms ease;
}
.shop-sidebar-wrapper .products-post li .img-holder .overlay-style-one .box .content a:hover span:before{
color: #000000;
}
.shop-sidebar-wrapper .products-post li:hover .img-holder .overlay-style-one{
opacity: 1;
}
.shop-sidebar-wrapper .products-post li .title-holder {
padding-left: 30px;
min-height: 70px;
}
.shop-sidebar-wrapper .products-post li .title-holder .post-title {
font-size: 16px;
line-height: 20px;
font-weight: 600;
margin: 0 0 14px;
transition: all 500ms ease;
}
.shop-sidebar-wrapper .products-post li .title-holder .post-title a{
color: #27282c;
transition: all 500ms ease;
}
.shop-sidebar-wrapper .products-post li .title-holder .post-title a:hover{
color: #e9212e;
}
.shop-sidebar-wrapper .products-post li .title-holder span {
display: block;
line-height: 14px;
} #shop-area.single-shop-area {
padding-top: 110px;
padding-bottom: 60px;
}
.single-product-image-holder {
margin-right: 35px;
}
.single-product-image-holder img{
width: auto;
}
.single-shop-content .content-box {
position: relative;
display: block;
}
.single-shop-content .content-box span.price {
color: #828282;
font-size: 24px;
font-weight: 400;
}
.single-shop-content .content-box h2 {
color: #27282c;
font-size: 30px;
font-weight: 600;
margin: 6px 0 7px;
text-transform: capitalize;
}
.single-shop-content .content-box .review-box {}
.single-shop-content .content-box .review-box ul {}
.single-shop-content .content-box .review-box ul li {}
.single-shop-content .content-box .review-box ul li i {
color: #f13729;
font-size: 16px;
}
.single-shop-content .content-box .text {
position: relative;
display: block;
overflow: hidden;
padding: 22px 0 16px;
}
.single-shop-content .content-box .text p{
margin: 0;
}
.single-shop-content .content-box .location-box {
margin: 0 0 32px;
}
.single-shop-content .content-box .location-box p {
color: #828282;
font-size: 15px;
margin: 0 0 12px;
}
.single-shop-content .content-box .location-box form {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 9px;
}
.single-shop-content .content-box .location-box form input {
position: relative;
display: inline-block;
float: left;
border: 1px solid #ededed;
height: 50px;
padding-left: 10px;
padding-right: 10px;
width: 180px;
transition: all 500ms ease;
margin: 0;
}
.single-shop-content .content-box .location-box form input:focus{
border-color: #555555;
}
.single-shop-content .content-box .location-box form button {
position: relative;
display: inline-block;
float: left;
background: #f6f6f6;
border: none;
color: #27282c;
font-size: 15px;
font-weight: 500;
line-height: 52px;
height: 50px;
width: 100px;
margin: 0;
padding: 0;
text-align: center;
text-transform: uppercase;
transition: all 500ms ease 0s;
}
.single-shop-content .content-box .location-box form button:hover{
color: #fff;
background: #555555;
}
.single-shop-content .content-box .location-box span {
color: #e9212e;
}
.single-shop-content .content-box .addto-cart-box {}
.single-shop-content .content-box .addto-cart-box .input-group.bootstrap-touchspin {
float: left;
width: 46px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn {
position: relative;
display: block;
float: none;
margin-left: 0px;
width: 100%;
background: #f6f6f6;
border: 1px solid #f6f6f6;
color: #848484;
padding: 12px 11px;
cursor: pointer;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
border-radius: 0
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
border-radius: 0;
margin-top: -2px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
content: "\f0d8";
font-family: FontAwesome;
color: #848484;
font-size: 14px;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
padding: 5px 5px 5px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
content: "\f0d7";
font-family: FontAwesome;
color: #848484;
font-size: 14px;
position: absolute;
top: -1px;
left: 0px;
width: 100%;
height: 100%;
padding: 0px 5px 5px;
}
.single-shop-content .content-box .addto-cart-box button.addtocart {
background: #e9212e;
height: 50px;
width: 170px;
margin-left: 43px;
color: #fff;
padding: 0px 0 0px;
cursor: pointer;
border-radius: 0;
line-height: 50px;
}
.single-shop-content .content-box .addto-cart-box button.addtocart:hover{
background: #26272b;   
}
.share-products-socials {
position: relative;
display: block;
overflow: hidden;
margin-top: 46px;
}
.share-products-socials h5{
position: relative;
display: inline-block;
float: left;
color: #27282c;
font-size: 16px;
line-height: 40px;
font-weight: 600;
text-transform: capitalize;
}
.share-products-socials ul {
position: relative;
display: inline-block;
float: left;
margin-left: 20px;
}
.share-products-socials ul li{
position: relative;
display: inline-block;
float: left;
margin-right: 10px;
}
.share-products-socials ul li:last-child{
margin-right: 0;
}
.share-products-socials ul li a i{
position: relative;
display: block;
width: 40px;
height: 40px;
font-size: 18px;
line-height: 42px;
text-align: center;
transition: all 500ms ease;
}
.share-products-socials ul li a i.fb{
background: #3b5998;
border-color: #3b5998;
color: #ffffff;
}
.share-products-socials ul li a:hover i.fb{
background: #1d376f;    
}
.share-products-socials ul li a i.tw{
background: #55acee;
border-color: #55acee;
color: #ffffff;    
}
.share-products-socials ul li a:hover i.tw{
background: #1e7dc5;    
}
.share-products-socials ul li a i.pin{
background: #cb2027;
border-color: #cb2027;
color: #ffffff;       
}
.share-products-socials ul li a:hover i.pin{
background: #a81218;    
}
.share-products-socials ul li a i.lin{
background: #007ab9;
border-color: #007ab9;
color: #ffffff;      
}
.share-products-socials ul li a:hover i.lin{
background: #01537d;    
}
.product-tab-box {
position: relative;
display: block;
overflow: hidden;
margin-top: 66px;
}
.product-tab-box .tab-btns {
position: relative;
display: block;
text-align: center;
border-bottom: 1px solid #ededed;
margin-bottom: 35px;
z-index: 1;
}
.product-tab-box .tab-btns .tab-btn {
display: inline-block;
float: none;
text-align: center;
margin: 0 2px;
}
.product-tab-box .tab-btns .tab-btn span {
position: relative;
display: block;
background: transparent;
border-radius: 0;
cursor: pointer;
margin: 0;
padding: 15px 20px 13px;
color: #27282c;
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
transition: all 500ms ease;
font-family: 'Poppins', sans-serif;
}
.product-tab-box .tab-btns .tab-btn.active-btn span, 
.product-tab-box .tab-btns .tab-btn:hover span{
color: #e9212e;
}
.product-tab-box .tab-btns .tab-btn span:before{
position: absolute;
left: 0;
bottom: -1px;
right: 0;
height: 1px;
background: #e9212e;
content: "";
opacity: 0;
transition: all 500ms ease;
transition-delay: .3s;
}
.product-tab-box .tab-btns .tab-btn.active-btn span:before,
.product-tab-box .tab-btns .tab-btn:hover span:before{
opacity: 1;
}
.product-tab-box .tabs-content {
position: relative;
display: block;
padding: 0;
}
.product-tab-box .tabs-content .tab{
position: relative;
padding: 0px;
display: none;
}
.product-tab-box .tabs-content .tab.active-tab{
display: block;	
}
.review-box-holder {
position: relative;
display: block;
}
.review-box-holder .single-review-box {
position: relative;
display: block;
padding-left: 70px;
margin-bottom: 40px;
border-bottom: 1px solid #ededed;
padding-bottom: 32px;
}
.review-box-holder .single-review-box .image-holder {
position: absolute;
left: 0;
top: 5px;
}
.review-box-holder .single-review-box .image-holder img{
width: 100%;
border-radius: 50%;
}
.review-box-holder .single-review-box .text-holder {
position: relative;
display: block;
padding-left: 20px;
padding-right: 40px;
}
.review-box-holder .single-review-box .text-holder .top {
position: relative;
display: block;
overflow: hidden;
margin: 0 0 17px;
}
.review-box-holder .single-review-box .text-holder .top .name h3 {
color: #27282c;
font-size: 18px;
font-weight: 600;
margin: 0 0 6px;
text-transform: capitalize;
}
.review-box-holder .single-review-box .text-holder .top .name h3 span{
color: #e9212e;
font-size: 15px;
font-weight: 400;
font-family: 'Rubik', sans-serif;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul {
position: relative;
display: block;
overflow: hidden;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul li {
display: inline-block;
margin-right: 3px;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul li:last-child{
margin-right: 0;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul li i {
color: #e9212e;
font-size: 14px;
}
.review-box-holder .single-review-box .text-holder .text p {
margin: 0;
}
.product-tab-box .review-form {
padding-top: 33px;
}
.product-tab-box .review-form .shop-page-title{
padding-bottom: 28px;
}
.shop-page-title{
position: relative;
display: block;
}
.shop-page-title .title{
color: #222222;
font-size: 24px;
line-height: 32px;
font-weight: 700;
margin: 0 0 6px;
text-transform: uppercase;
font-family: 'Poppins', sans-serif;
}
.shop-page-title .title span{
font-weight: 400;
}
.shop-page-title p{
margin: 0;
}
.shop-page-title p b{
color: #e9212e;
font-weight: 400;
}
.product-tab-box .review-form .add-rating-box {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 20px;
}
.product-tab-box .review-form .add-rating-box .add-rating-title{
position: relative;
display: inline-block;
float: left;    
}
.product-tab-box .review-form .add-rating-box .add-rating-title h4 {
color: #828282;
font-size: 15px;
font-weight: 400;
line-height: 20px;
margin: 0;
text-transform: capitalize;
}
.product-tab-box .review-form .add-rating-box .review-box{
position: relative;
display: inline-block;
float: left; 
padding-left: 20px;
}
.product-tab-box .review-form .add-rating-box .review-box ul li {
position: relative;
display: inline-block;
float: left;
line-height: 20px;
margin-right: 5px;
}
.product-tab-box .review-form .add-rating-box .review-box ul li:last-child{
margin-right: 0px;
}
.product-tab-box .review-form .add-rating-box .review-box ul li i {
color: #b5b5b5;
font-size: 16px;
line-height: 20px;
opacity: 1;
transition: all 500ms ease 0s;
}
.product-tab-box .review-form .input-box p{
color: #828282;
font-size: 15px;
line-height: 20px;
font-weight: 400;
margin: 0 0 5px;
}
.product-tab-box .review-form .input-box p span{
color: #e9212e;    
}
.product-tab-box .review-form form input[type="text"], 
.product-tab-box .review-form form input[type="email"], 
.product-tab-box .review-form form textarea {
position: relative;
display: block;
background: #ffffff;
width: 100%;
height: 60px;
border: 1px solid #ededed;
color: #252525;
font-size: 15px;
padding: 0 20px;
margin-bottom: 30px;
border-radius: 0px;
transition: all 500ms ease;
}
.product-tab-box .review-form form textarea {
height: 170px;
padding: 10px 20px;
margin-bottom: 40px;
}
.product-tab-box .review-form form button {
padding: 0 50px;
}
.product-tab-box .review-form form button:hover{
}
.product-tab-box .review-form form input[type="text"]:focus{
border-color: #e1dddd;
}
.product-tab-box .review-form form input[type="email"]:focus{
border-color: #e1dddd;
}
.product-tab-box .review-form form textarea:focus{
border-color: #e1dddd;  
}
.related-product {
padding-top: 73px;
}
.related-product .shop-page-title {
padding-bottom: 26px;
}
.related-product .single-product-item {} .cart-area {
padding-top: 110px;
padding-bottom: 110px;
}
.cart-area .table-outer {
overflow-x: auto;
position: relative;
width: 100%;
}
.cart-area .cart-table {
min-width: 1024px;
width: 100%;
}
.cart-area .cart-table .cart-header {
position: relative;
background: #f6f6f6;
color: #27282c;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
width: 100%;
font-family: 'Poppins', sans-serif;
}
.cart-area .cart-table thead tr th {
font-weight: 600;
line-height: 24px;
min-width: 110px;
padding: 20px 25px;
}
.cart-area .cart-table thead tr th.prod-column {
padding-left: 30px;
text-align: left;
}
.cart-area .cart-table thead tr th.availability {
padding: 0 40px
}
.cart-area .cart-table tbody tr {
border-bottom: 1px solid #ededed;
}
.cart-area .cart-table tbody tr td {
color: #27282c;
font-size: 18px;
font-weight: 600;
line-height: 24px;
min-width: 100px;
padding: 30px 25px;
font-family: 'Poppins', sans-serif;
}
.cart-area .cart-table tbody tr .prod-column .column-box {
position: relative;
min-height: 100px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
width: 80px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a {
position: relative;
display: block;
border-radius: 0px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a img {
width: 100%;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb, 
.cart-area .cart-table tbody tr .prod-column .column-box .title{
display: table-cell;
vertical-align: middle;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title{
padding-left: 20px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
color: #27282c;
font-size: 18px;
font-weight: 600;
line-height: 20px;
text-transform: capitalize;
}
.cart-area .cart-table tbody tr .qty {
padding-right: 25px;
width: 120px;
}
.cart-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
float: left;
width: 46px;
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn {
position: relative;
display: block;
float: none;
margin-left: 0px;
width: 100%;
background: #f6f6f6;
border: 1px solid #f6f6f6;
color: #848484;
padding: 12px 11px;
cursor: pointer;
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
border-radius: 0
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
border-radius: 0;
margin-top: -2px;
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up:before {
content: "\f0d8";
font-family: FontAwesome;
color: #848484;
font-size: 14px;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
padding: 5px 5px 5px;
}
.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down:before {
content: "\f0d7";
font-family: FontAwesome;
color: #848484;
font-size: 14px;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
padding: 0px 5px 10px;
}
.cart-area .cart-table tbody tr td.unit-price {
padding-left: 40px;
padding-right: 20px;
}
.cart-area .cart-table tbody .available-info {
position: relative;
color: #828282;
font-size: 15px;
font-weight: 400;
line-height: 20px;
padding-left: 50px;
font-family: 'Rubik', sans-serif;
}
.cart-area .cart-table tbody .available-info .icon {
position: absolute;
top: 0px;
left: 0;
width: 40px;
height: 40px;
background: #e9212e;
border-radius: 50%;
color: #ffffff;
font-size: 18px;
line-height: 40px;
text-align: center;
}
.cart-area .cart-table tbody tr td.price {
color: #828282;
font-size: 15px;
font-weight: 400;
font-family: 'Rubik', sans-serif;
}
.cart-area .cart-table tbody tr .sub-total {
color: #e9212e;
font-size: 15px;
font-weight: 400;
font-family: 'Rubik', sans-serif;
}
.cart-area .cart-table tbody tr td .remove{ }
.cart-area .cart-table tbody tr td .remove .checkbox label {
color: #828282;
font-size: 15px;
font-weight: 400;
}
.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
display: inline-block;
position: relative;
top: 1px;
}
.cart-middle {
padding-top: 30px
}
.cart-middle .apply-coupon {
padding-left: 245px;
position: relative;
}
.cart-middle .apply-coupon input[type="text"] {
position: absolute;
top: 0;
left: 0;
width: 225px;
height: 60px;
border: 1px solid #ededed;
color: #828282;
font-size: 15px;
font-weight: 400;
padding: 0 15px;
text-transform: capitalize;
transition: all 500ms ease 0s;
border-radius: 0px;
}
.cart-middle .apply-coupon input[type="text"]:focus {
border: 1px solid #e9212e
}
.cart-middle .apply-coupon .apply-coupon-button button {
color: #27282c;
background: #f6f6f6;
}
.cart-middle .apply-coupon .apply-coupon-button button:hover{
color: #ffffff;
background: #e9212e
}
.cart-middle .update-cart button {
color: #ffffff;
background: #e9212e;
}
.cart-middle .update-cart button:hover{
background: #26272b;
} 
.cart-bottom {
overflow: hidden;
padding-top: 70px;
}
.cart-bottom .calculate-shipping {}
.cart-bottom .calculate-shipping .shop-page-title {
padding-bottom: 16px;
}
.cart-bottom .calculate-shipping .ui-state-default .ui-icon {
background: none
}
.cart-bottom .calculate-shipping .ui-state-default {
position: relative;
display: block;
background: #ffffff;
border: 1px solid #ededed;
border-radius: 0;
color: #828282;
font-size: 15px;
font-weight: 400;
height: 50px;
margin-bottom: 30px;
outline: medium none;
width: 100%;
font-family: 'Rubik', sans-serif;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
display: block;
line-height: 18px;
overflow: hidden;
padding: 15px 19px;
text-align: left;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
position: absolute;
top: 0;
right: 0;
bottom: 0;
border-left: 1px solid #ededed;
display: block;
width: 60px;
height: 48px;
text-indent: 0;
margin: 0;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon::before {
color: #9b9b9b;
content: "\f107";
font-family: FontAwesome;
font-size: 20px;
overflow: visible;
position: absolute;
right: 21px;
top: 12px;
}
.cart-bottom .calculate-shipping input[type="text"] {
position: relative;
display: block;
border: 1px solid #ededed;
color: #828282;
font-size: 15px;
font-weight: 400;
height: 50px;
padding: 0 20px;
width: 100%;
margin-bottom: 30px;
transition: all 500ms ease;
font-family: 'Rubik', sans-serif;
}
.cart-bottom .calculate-shipping input[type="text"]:focus {
border: 1px solid #1d1d1d;
}
.cart-bottom .calculate-shipping button {
color: #27282c;
background: #f6f6f6;
}
.cart-bottom .calculate-shipping button:hover{
color: #ffffff;
background: #e9212e;
}
.cart-bottom button.checkout-btn{
color: #27282c;
background: #f6f6f6;
margin-top: 30px;
}
.cart-bottom button.checkout-btn:hover{
color: #ffffff;
background: #e9212e;
} .checkout-area {
position: relative;
display: block;
padding-top: 110px;
}
.checkout-area .exisitng-customer {
position: relative;
display: block;
background: #f6f6f6;
padding: 20px 28px 21px;
margin-bottom: 20px;
border-radius: 5px;
}
.checkout-area .exisitng-customer:before{
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 100%;
background: #e9212e;
content: "";
}
.checkout-area .exisitng-customer h5{
color: #27282c;
font-size: 16px;
font-weight: 500;
}
.checkout-area .exisitng-customer h5 a{
color: #e9212e;
font-weight: 600;
display: inline-block;
padding-left: 15px;
}
.checkout-area .coupon {
position: relative;
display: block;
background: #f6f6f6;
padding: 20px 28px 21px;
margin-bottom: 53px;
border-radius: 5px;
}
.checkout-area .coupon:before {
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 100%;
background: #e9212e;
content: "";  
}
.checkout-area .coupon h5 {
color: #27282c;
font-size: 16px;
font-weight: 500;
}
.checkout-area .coupon h5 a {
color: #e9212e;
font-weight: 600;
display: inline-block;
padding-left: 15px;  
}
.checkout-area .form .shop-page-title{
padding-bottom: 20px;    
}
.checkout-area .form form .field-label {
color: #27282c;
font-size: 15px;
font-weight: 400;
margin: 0 0 2px;
text-transform: capitalize;
}
.checkout-area .form form .field-input input[type="text"] {
position: relative;
display: block;   
border: 1px solid #ededed;
color: #848484;
font-size: 15px;
height: 48px;
margin-bottom: 25px;
padding: 0 15px;
width: 100%;
border-radius: 0px;
transition: all 500ms ease;
}
.checkout-area .form form .field-input input[type="text"]:focus{
border: 1px solid #e9212e;
}
.checkout-area .create-acc .checkbox {
margin: 7px 0 0;
}
.checkout-area .create-acc .checkbox label {
color: #27282c;
font-size: 16px;
font-weight: 500;
margin: 0;
cursor: pointer;
font-family: 'Poppins', sans-serif;
}
.checkout-area .create-acc .checkbox input {
position: relative;
top: 1px;
}
.checkout-area .shipping-info input[type="checkbox"] {
cursor: pointer;
display: inline-block;
margin: 0 0 0 20px;
position: relative;
top: 0px;
vertical-align: middle;
}
.checkout-area .form form .field-input textarea {
position: relative;
display: block;
border: 1px solid #ededed;
color: #848484;
font-size: 15px;
height: 121px;
margin-bottom: 28px;
padding: 10px 15px;
width: 100%;
border-radius: 0px;
transition: all 500ms ease;
}
.checkout-area .form form .field-input textarea:focus{
border-color: #e9212e;
}
.checkout-area .bottom {
position: relative;
display: block;
background: #fbfbfb;
padding-top: 93px;
padding-bottom: 110px;
margin-top: 82px;
}
.checkout-area .table {
overflow-x: auto;
position: relative;
width: 100%;
margin-bottom: 0;
}
.checkout-area .table .shop-page-title{
padding-bottom: 26px;
}
.checkout-area .table .cart-table {
min-width: auto;
width: 100%;
}
.checkout-area .table .cart-table .cart-header {
position: relative;
background: #f6f6f6;
color: #27282c;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
width: 100%;
font-family: 'Poppins', sans-serif;
}
.checkout-area .table .cart-table thead tr th {
font-weight: 600;
line-height: 24px;
min-width: 110px;
padding: 19px 30px 17px;
border-top: none;
border-bottom: none;
}
.checkout-area .table .cart-table thead tr th.product-column {
padding-left: 30px;
text-align: left;
}
.checkout-area .table .cart-table tbody tr {
border-bottom: 1px solid #f6f6f6;
}
.checkout-area .table .cart-table tbody tr td {
vertical-align: middle
}
.checkout-area .table .cart-table tbody tr td {
min-width: 110px;
padding: 30px 25px;
border-top: none;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box {
min-height: 100px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
width: 80px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb a {
display: block;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
display: block;
width: 100%;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb, 
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{
display: table-cell;
vertical-align: middle;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{
padding-left: 20px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
color: #27282c;
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
}
.checkout-area .table .cart-table tbody tr .qty {
padding-right: 30px;
width: 130px;
}
.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
float: left;
width: 46px;
}
.checkout-area .table .cart-table tbody tr .qty .form-control {
display: block;
background-color: #ffffff;
background-image: none;
border: 1px solid #f6f6f6;
border-right: none;
border-radius: 0 !important;
box-shadow: none;
color: #222222;
font-size: 18px;
font-weight: 500;
height: 50px;
padding: 6px 0;
text-align: center;
font-family: 'Poppins', sans-serif;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn {
position: relative;
display: block;
float: none;
margin-left: 0px;
width: 100%;
background: #ffffff;
border: 1px solid #f6f6f6;
color: #848484;
padding: 12px 11px;
cursor: pointer;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
border-radius: 0
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
border-radius: 0;
margin-top: -2px;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up:before {
content: "\f0d8";
font-family: FontAwesome;
color: #848484;
font-size: 14px;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
padding: 1px 5px 5px;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down:before {
content: "\f0d7";
font-family: FontAwesome;
color: #848484;
font-size: 14px;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
padding: 2px 5px 8px;
}
.checkout-area .table .cart-table tbody tr td.price {
color: #e9212e;
font-size: 15px;
font-weight: 500;
font-family: 'Rubik', sans-serif;
}
.cart-total{
position: relative;
display: block;
}
.cart-total .shop-page-title{
padding-bottom: 26px;
}
.cart-total-table {
border: 1px solid #ededed
}
.cart-total-table li {
border-bottom: 1px solid #ededed
}
.cart-total-table li:last-child {
border-bottom: none
}
.cart-total-table li span.col.col-title {
position: relative;
display: block;
float: left;
border-right: 1px solid #ededed;
color: #27282c;
font-size: 16px;
font-weight: 600;
line-height: 28px;
padding: 10px 18px;
width: 50%;
font-family: 'Poppins', sans-serif;
}
.cart-total-table li span.col {
position: relative;
display: block;
float: left;
color: #828282;
font-size: 16px;
font-weight: 400;
line-height: 28px;
padding: 10px 18px;
width: 50%;
font-family: 'Rubik', sans-serif;
}
.cart-total .payment-options {
position: relative;
display: block;
overflow: hidden;
background: #ffffff;
margin-top: 30px;
border: 1px solid #ededed;
padding: 33px 30px 40px;
}
.cart-total .payment-options .option-block {
margin-bottom: 14px
}
.cart-total .payment-options .option-block .checkbox {
margin: 0 0 5px;
}
.cart-total .payment-options .option-block .checkbox label {
display: block;
font-weight: 500;
min-height: 20px;
padding-left: 0px;
margin: 0;
}
.cart-total .payment-options .option-block .checkbox label input {
position: relative;
top: 1px;
}
.cart-total .payment-options .option-block .checkbox label span {
color: #27282c;
font-size: 16px;
font-weight: 600;
padding-left: 10px;
font-family: 'Poppins', sans-serif;
}
.cart-total .payment-options .option-block .checkbox label span b {
color: #27282c;
display: inline-block;
font-size: 15px;
font-weight: 400;
padding-left: 25px;
text-decoration: underline;
font-family: 'Rubik', sans-serif;
}
.cart-total .payment-options .option-block .text{
padding-left: 30px;
}
.cart-total .payment-options .option-block .text p {
margin: 0;
line-height: 28px;
}
.placeorder-button button {
line-height: 50px;
padding: 0 50px;
margin-top: 17px;
}
.placeorder-button button:hover{} .login-register-area {
position: relative;
display: block;
padding-top: 103px;
padding-bottom: 102px;
}
.login-register-area .form .shop-page-title{
padding-bottom: 26px;
}
.login-register-area .form form {
width: 100%;
}
.login-register-area .form .input-field {
position: relative;
}
.login-register-area .form .input-field input[type="text"] {
position: relative;
display: block;
width: 100%;
height: 50px;
border: 1px solid #ededed;
color: #83888d;
font-size: 15px;
margin-bottom: 30px;
padding-left: 15px;
padding-right: 50px;
transition: all 700ms ease 0s;
}
.login-register-area .form .input-field .icon-holder {
position: absolute;
top: 15px;
right: 20px;
}
.login-register-area .form .input-field .icon-holder i {
color: #999999;
font-size: 14px;
font-weight: 400;
}
.login-register-area .form button {
line-height: 50px;
padding: 0 40px;
}
.login-register-area .form button:hover{ 
}
.login-register-area .form .remember-text {
margin-top: 19px;
}
.login-register-area .form .remember-text .checkbox label {
color: #27282c;
font-size: 16px;
font-weight: 600;
margin: 0;
cursor: pointer;
}
.login-register-area .form .remember-text .checkbox input {
position: relative;
top: 1px;
}
.login-register-area .form .remember-text .checkbox span {
color: #27282c;
font-size: 16px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
}
.login-register-area .form .social-icon {
position: relative;
float: right;
margin-right: -8px;
margin-top: 10px;
}
.login-register-area .form .social-icon .login-with {
position: absolute;
left: -100px;
top: 8px;
margin: 0;
}
.login-register-area .form .social-icon li {
display: inline-block;
margin: 0 8px;
}
.login-register-area .form .social-icon li a i {
background: #47588f none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
display: block;
font-size: 14px;
font-weight: 100;
height: 40px;
line-height: 24px;
padding: 8px 0;
text-align: center;
transition: all 700ms ease 0s;
width: 40px;
}
.login-register-area .form .social-icon li a i.twitter {
background: #33ccfe none repeat scroll 0 0;
}
.login-register-area .form .social-icon li a i.gplus {
background: #dd4b39 none repeat scroll 0 0;
}
.login-register-area .form .right {
display: block;
overflow: hidden;
margin-left: -60px;
}
.login-register-area .form .right h6 {
float: left;
color: #828282;
font-size: 14px;
font-weight: 400;
margin-top: 18px;
}
.login-register-area .form .right h6 span{
color: #e9212e;
}
.login-register-area .form .input-field input[type="text"]:focus{
border: 1px solid #1d1d1d;    
}
.login-register-area .form .social-icon li a:hover i{
background: #18387b;   
}
.login-register-area .form .social-icon li a:hover i.twitter{
background: #12addf;    
}
.login-register-area .form .social-icon li a:hover i.gplus{
background: #c62d1a;
} .breadcrumb-area.contact-page .inner-content-box .title-s2 {
padding: 113px 0 220px;
} .contact-address-area{
position: relative;
display: block;
background: #f6f6f6;
padding-bottom: 0px;
z-index: 100;
}
.single-contact-address-box{
position: relative;
display: block;
background: #ffffff;
text-align: center;
padding: 20px 13px 32px;
-webkit-box-shadow: 0px 4px 6px 2px #ededed; 
box-shadow: 0px 4px 6px 2px #ededed;
margin-top: 0px;
margin-bottom: 0px;
transition: all 900ms ease 600ms;
}
.single-contact-address-box:hover{
-webkit-box-shadow: 0px 5px 12px 2px #ededed; 
box-shadow: 0px 5px 12px 2px #ededed;
}
.single-contact-address-box span:before{
color: #b3b3b3;
font-size: 50px;
line-height: 50px;
transition: all 500ms ease;
}
.single-contact-address-box:hover span:before{
color: #e19e24;
}
.single-contact-address-box h3{
color: #27282c;
font-size: 20px;
line-height: 28px;
font-weight: 600;
margin: 20px 0 12px;
}
.single-contact-address-box p{
margin: 0;
}
.contact-address-area .bottom-text {
position: relative;
display: block;
padding-top: 24px;
}
.contact-address-area .bottom-text p{
margin: 0;
}
.contact-address-area .bottom-text p a{
color: #e9212e;    
} .contact-info-area {
position: relative;
display: block;
background: #ffffff;
padding: 110px 0 110px;
}
.contact-form {
position: relative;
display: block;
z-index: 3;
}
.contact-form .inner-box{
position: relative;
display: block;
background: #ffffff;
border: 1px solid #ededed;
padding: 49px; 
}
.contact-form form{
position: relative;
display: block;
}
.contact-form form .input-box{
position: relative;
display: block;
}
.contact-form form .input-box .icon {
position: absolute;
top: 19px;
left: 20px;
}
.contact-form form .input-box .icon i{
color: #b6b6b6;
font-size: 16px;
}
.contact-form form .input-box .icon.envelop {
position: absolute;
top: 16px;
left: 20px;
}
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
position: relative;
display: block;   
background: #ffffff;
border: 1px solid #ededed;
width: 100%;
height: 60px;
font-size: 15px;
padding-left: 50px;
padding-right: 20px;
border-radius: 0px;
margin-bottom: 30px;
transition: all 500ms ease;
}
.contact-form form textarea {
height: 110px;
padding-left: 50px;
padding-right: 20px;
padding-top: 14px;
padding-bottom: 15px;
}
.contact-form form input[type="text"]:focus{
border-color: #1d1d1d; 
color: #222222;
}
.contact-form form input[type="email"]:focus{
border-color: #1d1d1d;
color: #222222;
}
.contact-form form textarea:focus{
border-color: #1d1d1d;
color: #222222;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
color: #828282;
}
.contact-form form input[type="text"]:-moz-placeholder {
color: #828282;
}
.contact-form form input[type="text"]::-moz-placeholder {
color: #828282;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
color: #828282;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
color: #828282;
}
.contact-form form input[type="email"]:-moz-placeholder {
color: #828282;
}
.contact-form form input[type="email"]::-moz-placeholder {
color: #828282;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
color: #828282;
}
.contact-form form button {
position: relative;
display: block;
width: 100%;
}
.contact-form-image-box {
position: absolute;
top: -110px;
right: -350px;
z-index: 1;
}
.contact-form-image-box img{
max-width: none;
float: left;
} .job-career-brochures-area{
position: relative;
display: block;
}
.job-career-brochures-area .container-fluid{
padding: 0;
}
.job-career-brochures-area .row{
margin: 0;
}
.job-career-brochures-area .row [class*=col-] {
padding-left: 0;
padding-right: 0;
}
.job-career-brochures-box{
position: relative;
display: block;
}
.job-career-brochures-box .img-holder{
position: relative;
display: block;
overflow: hidden;
}
.job-career-brochures-box .img-holder img{
width: 100%;
}
.job-career-brochures-box .overlay-content{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.job-career-brochures-box .overlay-content .innner{
display: table;
width: 100%;
height: 100%;
}
.job-career-brochures-box .overlay-content .innner .box{
display: table-cell;
vertical-align: middle;
text-align: center;
}
.job-career-brochures-box .overlay-content .innner .box h1{
color: #ffffff;
font-size: 36px;
line-height: 44px;
font-weight: 700;
margin: 0 0 14px;
}
.job-career-brochures-box .overlay-content .innner .box p{
color: #ffffff;
margin: 0 0 42px;
}
.job-career-brochures-box .overlay-content .innner .box a{
color: #27282c;
padding: 0 50px 0;
background: #ffffff;
}
.job-career-brochures-box .overlay-content .innner .box a:hover{
color: #ffffff;
background: #f13729;
} .coming-soon-content-area {
position: relative;
display: block;
background-attachment: fixed;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
padding: 110px 0 420px;
z-index: 1;
}
.coming-soon-content{
position: relative;
display: block;
}
.coming-soon-content .logo-box{
position: relative;
display: block;
padding-bottom: 50px;    
}
.coming-soon-content .logo-box a{
display: inline-block;
}
.coming-soon-content .title{
color: #ffffff;
font-size: 60px;
line-height: 70px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
} .timer-area{
position: relative;
display: block;
z-index: 1;
}
.timer-area:before{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//www.guvenbiriskele.com.tr/wp-content/themes/guvenbirphp/images/pattern/timer-area-bg.jpg);
background-repeat: repeat;
background-size: auto;
background-position: left;
content: "";
z-index: -1;
}
.timer-box {
position: relative;
display: block;
overflow: hidden;
background: #e9212e;
max-width: 770px;
width: 100%;
margin: 0 auto;
padding: 74px 110px 72px;
margin-top: -320px;
z-index: 3;
}
.timer-box h1{
color: #ffffff;
font-size: 48px;
line-height: 58px;
font-weight: 700;
text-transform: capitalize;
margin: 0 0 47px;
}
.countdown-timer {}
.countdown-timer .default-coundown {}
.countdown-timer .default-coundown .box {
overflow: hidden;
}
.countdown-timer li {
position: relative;
display: inline-block;
float: none;
padding: 0;
text-align: center;
margin: 0 23px;
}
.countdown-timer li:first-child{
margin-left: 0;
}
.countdown-timer li:last-child{
margin-right: 0;
}
.countdown-timer li span.days,
.countdown-timer li span.hours,
.countdown-timer li span.minutes,
.countdown-timer li span.seconds {
position: relative;
display: block;
background: #ffffff;
width: 100px;
height: 100px;
color: #27282c;
font-size: 48px;
line-height: 100px;
font-weight: 500;
text-align: center;
border-radius: 0px;
font-family: 'Rubik', sans-serif;
}
.countdown-timer li span.hours{}
.countdown-timer li span.minutes{}
.countdown-timer li span.seconds{}
.countdown-timer li span.timeRef {
color: #ffffff;
font-size: 20px;
line-height: 20px;
font-weight: 600;
text-transform: capitalize;
margin-top: 17px;
display: block;
font-family: 'Poppins', sans-serif;
}
.countdown-timer li span.timeRef.clr-1{}
.countdown-timer li span.timeRef.clr-2{}
.countdown-timer li span.timeRef.clr-3{}
.timer-box .subscribe-box{
position: relative;
display: block;
margin-top: 39px;
}
.timer-box .subscribe-box .subscribe-form {
position: relative;
display: block;
width: 100%;
}
.timer-box .subscribe-box .subscribe-form input[type="email"]{
position: relative;
display: block;
background: #ffffff;
border: 1px solid #ffffff;
color: #828282;
font-size: 15px;
font-weight: 400;
width: 100%;
height: 60px;
margin-bottom: 0px;
padding: 0 30px;
padding-right: 185px;
transition: all 500ms ease;
}
.timer-box .subscribe-box .subscribe-form input::-webkit-input-placeholder {
color: #e9212e;
}
.timer-box .subscribe-box .subscribe-form input:-moz-placeholder {
color: #e9212e;
}
.timer-box .subscribe-box .subscribe-form input::-moz-placeholder {
color: #e9212e;
}
.timer-box .subscribe-box .subscribe-form input:-ms-input-placeholder {
color: #e9212e;
}
.timer-box .subscribe-box .subscribe-form button {
position: absolute;
top: 0;
right: 0;
color: #27282c;
background: #ffffff;
border-left: 1px solid #ededed;
padding: 0;
width: 170px;
}
.timer-box .subscribe-box .subscribe-form input[type="email"]:focus {
color: #222222;
border: 1px solid #191a1c;
background: #ffffff;
}
.timer-box .subscribe-box .subscribe-form input[type="email"]:focus + button, 
.timer-box .subscribe-box .subscribe-form button:hover {
background: #191a1c;
color: #fff;
}
.timer-box .subscribe-box .text{
position: relative;
display: block;
padding-top: 14px;
}
.timer-box .subscribe-box .text p{
color: #ffffff;
font-size: 15px;
margin: 0;
}
.timer-box .subscribe-box .text p span{
font-weight: 600;
}@media only screen and (min-width: 1200px){
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) { .top-style2-right .top-right-menu li {
padding-right: 10px;
}
.top-style2-right .topbar-social-links li {
padding-right: 20px;
} .header-style2 .inner-container {
position: relative;
padding: 0 25px;
}    
.main-menu.style2 .navigation > li {
margin-right: 35px;
}
.mainmenu-right.style2 {
margin-left: 0px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1880px) { .instagram-title {
margin-right: -30px;
padding: 190px 0;
}    
.instagram-title .pattern-bg {
position: absolute;
top: 0;
left: -500px;
bottom: -1000px;
right: 0;
background-repeat: repeat;
z-index: -1;
}    
.instagram-items {
margin-right: 0;
}    
.instagram-items li {
width: 254px;
}    
} @media only screen and (min-width: 992px) and (max-width: 1199px) { .header-upper-style1 .inner-container {
padding: 0 20px;
}    
.main-menu .navigation > li {
margin-right: 20px;
}
.header-lower-style1 .inner-content {
border: none;
}    
.header-contact-info {
border-left: none;
padding-left: 0;
float: none !important;
overflow: hidden;
margin-bottom: 23px;
} 
.header-contact-info li {
border-right: none;
padding-right: 0;
margin-right: 50px;
}
.header-social-links-style1 {
padding-right: 0;
margin: 0;
float: none !important;
overflow: hidden;
text-align: center;
}  
.header-social-links-style1 li {
float: none;
margin-right: 0;
margin: 0 8px;
} .about-area {
padding-top: 60px;
padding-bottom: 146px;
}    
.about-text {
padding-left: 0px;
}    
.about-carousel-box .owl-dots {
margin-top: 80px !important;
} .single-working-box .text-holder .outer-box .icon {
width: 50px;
}    
.single-working-box .text-holder .outer-box .text {
padding-left: 0px;
padding-right: 10px;
} .single-working-process .inner {
padding: 82px 10px 50px;
} .single-footer-widget.marbtm50{
margin-bottom: 50px;
} .top-bar-style2 {
padding: 20px 20px;
}    
.top-style2-left {
overflow: hidden;
text-align: center;
}    
.top-style2-left p {
display: block;
float: none;
}  
.top-style2-left ul {
display: block;
overflow: hidden;
float: none;
padding-left: 0;
}    
.top-style2-left ul li {
display: inline-block;
float: none;
padding-right: 16px;
margin-right: 15px;
} 
.top-style2-right {
overflow: hidden;
float: none;
text-align: center;
padding-top: 11px;
} 
.top-style2-right .top-right-menu {
display: block;
overflow: hidden;
float: none;
padding-right: 0;
margin-right: 0;
text-align: center;
}    
.top-style2-right .top-right-menu:before {
display: none;
} 
.top-style2-right .top-right-menu li {
float: none;
padding-right: 0px;
margin: 0 5px;
}    
.top-style2-right .topbar-social-links {
display: block;
float: none;
overflow: hidden;
text-align: center;
}    
.top-style2-right .topbar-social-links li {
float: none;
padding-right: 0;
margin: 0 13px;
} .header-style2 .inner-container {
position: relative;
padding: 0 10px;
}    
.main-menu.style2 .navigation > li {
margin-right: 20px;
}    
.main-menu.style2 .navigation > li.dropdown > a:after {
display: none;
}    
.mainmenu-right.style2 {
margin-left: 0px;
}    
.outer-search-box {
margin-right: 10px;
}    
.mainmenu-right.style2 .button {
margin-left: 15px;
} 
.mainmenu-right.style2 .button a {
padding: 0 15px 0;
}    
.mainmenu-right.style2 .button a.btn-one span:before {
display: none;
} .about-style2-image-box {
margin-top: 170px;
}    
.about-style2-image-box .pattern {
top: -110px;
left: 0;
right: 0;
bottom: -110px;
width: 100%;
height: auto;
} .single-working-box-style2 {
width: 50%;
margin-bottom: 60px;
}    
.working-style-bottom {
padding-top: 24px;
} .why-choose-content {
max-width: 100%;
width: 100%;
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
} .contact-details-form-box .title-box {
padding-bottom: 25px;
}
.contact-details-form-box {
padding: 30px 60px 0px;
padding-left: 0;
} .brand-area.style2 {
padding-top: 110px;
padding-bottom: 80px;
}      
.single-brand-item.style2 {
max-width: 280px;
margin-right: 30px;
margin-bottom: 30px;
} .instagram-title {
margin-right: 0;
padding: 43px 0;
}  
.instagram-title .pattern-bg {
top: 0;
left: -500px;
bottom: -500px;
right: -500px;
background-repeat: repeat;
}     
.instagram-items {
margin-right: 0;
}    
.instagram-items li {
width: 154px;
} .header-contact-info.style2 {
padding-left: 30px;
margin: 30px 0 30px;
float: left !important;
}  
.header-contact-info.style2 li {
margin-right: 20px;
} 
.header-contact-info.style2 li .single-item .icon {
width: 40px;
}    
.header-contact-info.style2 li .single-item .icon span:before {
top: 2px;
font-size: 40px;
line-height: 40px;
}    
.header-contact-info.style2 li .single-item .text {
padding-left: 10px;
}    
.header-contact-info.style2 li .single-item .text h3 {
font-size: 16px;
}    
.header-call-button {
width: 210px;
padding: 30px 10px 30px;
}    
.header-call-button .inner {
padding-right: 45px;
}    
.header-call-button .inner .icon span:before {
font-size: 30px;
}    
.header-call-button .inner .title h3 {
font-size: 16px;
margin: 3px 0 0;
} .main-menu.style3 .navigation > li > a {
padding: 30px 17px 26px;
} .single-brand-item.style3 {
max-width: 130px;
} .single-footer-widget .usefull-links ul {
float: none !important;
}    
.single-footer-widget .usefull-links ul.marleft30 {
margin-left: 0px;
} .company-overview-area {
padding: 105px 0 86px;
}    
.intro-box {
position: relative;
display: block;
margin-bottom: 42px;
} 
.intro-box .text {
max-width: 770px;
width: 100%;
margin-top: 24px;
}    
.single-history-content .text-box {
padding-left: 20px;
min-height: auto;
}    
.single-history-content .text-box .inner {
padding-top: 40px;
padding-right: 20px;
}        
.single-history-content .text-box .inner .title {
position: relative;
display: block;
padding: 25px 0 20px;
}    
.single-history-content .text-box .inner .text p {
margin: 0 0 10px;
}        
.single-fact-counter {
margin-bottom: 30px;
} .single-footer-widget.s4 .usefull-links ul {
float: left !important;
}
li .single-footer-contact-info {
max-width: 310px;
}    
li .single-footer-contact-info .inner {
padding: 35px 15px 30px;
}    
li .single-footer-contact-info .text p br{
display: none;
} .services-style2-service-page .sec-title {
padding-bottom: 13px;
}   
.services-style2-service-page .text {
margin-top: 0px;
margin-bottom: 32px;
}    
.single-service-style2 .text-holder .inner .text {
padding: 0 20px 32px;
}    
.single-service-style2 .text-holder .inner .text p {
font-size: 15px;
line-height: 25px;
} .single-advantages-box {
margin-bottom: 30px;
} 
.how-work-box {
padding-top: 50px;
}    
.how-work-box .how-works-content {
padding-top: 50px;
} .project-description-image-box img {
max-width: 100%;
float: none;
width: 100%;
}    
.project-description-content {
position: relative;
display: block;
z-index: 3;
padding-top: 50px;
padding-left: 0px;
} .project-info-area {
padding-top: 44px;
padding-bottom: 110px;
}    
.project-info-area .pattern-bg {
top: auto;
right: 0;
bottom: 0;
}    
.project-info-content {
margin: -6px auto 30px;
}    
.project-info-image-box img {
max-width: 100%;
float: none;
width: 100%;
} .blog-single-image-with-text-box .image-box li {
margin-right: 30px;
max-width: 270px;
width: 100%;
}    
.blog-prev-next-option .single {
max-width: 270px;
width: 100%;
} .shop-sidebar-wrapper {
float: right;
} .login-register-area .form a.forgot-password {
margin: 70px 0 0;
}    
.login-register-area .form.register {
overflow: hidden;
margin-top: 50px;
}    
.login-register-area .form h6 {
margin: 28px 0 0;
} .job-career-brochures-box .overlay-content .innner .box h1 {
font-size: 28px;
line-height: 38px;
margin: 0 0 14px;
} .single-blog-post.style4:before {
bottom: 0;
}    
} @media only screen and (min-width: 768px) and (max-width: 991px) { .header-upper-style1 .inner-container {
position: relative;
display: block;
padding: 0 20px;
margin-top: -45px;
}    
.logo-box-style1 {
position: absolute;
margin: 15px 0;
top: 0;
left: 20px;
float: none !important;
z-index: 33;
}
.main-menu-box {
position: relative;
display: block;
float: none !important;
}   
.mainmenu-right {
position: absolute;
float: none;
margin-left: 0;
top: 0;
right: 60px;
z-index: 33;
}    
.mainmenu-right .outer-search-box {
padding: 15px 0;
margin-right: 20px;
}
.mainmenu-right .cart-box {
margin: 15px 0;
}    
.header-upper-style1.fixed-header .inner-container {
max-width: 690px;
}  
.header-upper-style1.fixed-header .logo-box-style1 {
margin: 15px 0;
} 
.header-upper-style1.fixed-header .outer-search-box {
padding: 15px 0;
}   
.header-upper-style1.fixed-header .cart-box {
margin: 15px 0;
}
.header-lower-style1 .inner-content {
border: none;
}    
.header-contact-info {
border-left: none;
padding-left: 0;
float: none !important;
overflow: hidden;
margin-bottom: 23px;
text-align: center;
width: 290px;
margin: 0 auto 23px;
}
.header-contact-info li {
border-right: none;
padding-right: 0;
margin-right: 0;
float: none;
display: block;
margin-bottom: 25px;
}
.header-contact-info li:last-child{
margin-bottom: 0;
}    
.header-social-links-style1 {
padding-right: 0;
margin: 0;
float: none !important;
overflow: hidden;
text-align: center;
}  
.header-social-links-style1 li {
float: none;
margin-right: 0;
margin: 0 8px;
} .about-area {
padding-top: 60px;
padding-bottom: 170px;
}       
.about-text {
padding-left: 0;
margin-top: 60px;
}    
.about-carousel-box .owl-dots {
margin-top: 80px !important;
} .slogan-area .flex-box-two {
justify-content: center;
}    
.slogan-area .title {
margin-bottom: 22px;
text-align: center;
} .appointment-area {
background: #27282c;
background-position: unset;
background-attachment: scroll;
background-size: cover;
}   
.appointment-box {
padding: 44px 50px 50px;
margin-top: 40px;
} .brand-area .sec-title {
padding-bottom: 130px;
}    
.brand-items-carousel.owl-carousel .owl-nav {
position: absolute;
left: 0;
right: auto;
top: -100px;
} .single-footer-widget.marbtm50{
margin-bottom: 50px;
} .top-bar-style2 {
padding: 20px 20px;
}    
.top-style2-left {
overflow: hidden;
text-align: center;
}    
.top-style2-left p {
display: block;
float: none;
}  
.top-style2-left ul {
display: block;
overflow: hidden;
float: none;
padding-left: 0;
}    
.top-style2-left ul li {
display: inline-block;
float: none;
padding-right: 16px;
margin-right: 15px;
} 
.top-style2-right {
overflow: hidden;
float: none;
text-align: center;
padding-top: 11px;
} 
.top-style2-right .top-right-menu {
display: block;
overflow: hidden;
float: none;
padding-right: 0;
margin-right: 0;
text-align: center;
}    
.top-style2-right .top-right-menu:before {
display: none;
} 
.top-style2-right .top-right-menu li {
float: none;
padding-right: 0px;
margin: 0 5px;
}    
.top-style2-right .topbar-social-links {
display: block;
float: none;
overflow: hidden;
text-align: center;
}    
.top-style2-right .topbar-social-links li {
float: none;
padding-right: 0;
margin: 0 13px;
} .header-style2 .inner-container {
position: relative;
padding: 0 20px;
}    
.logo-box-style2 {
position: absolute;
margin: 0;
top: 0px;
left: 20px;
margin: 15px 0;
z-index: 33;
}    
.mainmenu-right.style2 {
position: absolute;
top: 0;
right: 60px;
margin: 0;
}
.mainmenu-right.style2 .outer-search-box {
padding: 15px 0;
margin-right: 10px;
} 
.mainmenu-right.style2 .cart-box {
float: left;
margin: 15px 0;
}    
.mainmenu-right.style2 .button {
margin-left: 15px;
padding: 15px 0px;
}
.mainmenu-right.style2 .button a {
padding: 0 15px 0;
}    
.mainmenu-right.style2 .button a.btn-one span:before {
display: none;
} .about-style2-image-box {
margin-top: 170px;
}    
.about-style2-image-box .pattern {
top: -110px;
left: 0;
right: 0;
bottom: -110px;
width: 100%;
height: auto;
} .single-working-box-style2 {
width: 50%;
margin-bottom: 60px;
}       
.working-style-bottom {
padding-top: 24px;
} .why-choose-content {
max-width: 100%;
width: 100%;
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
} .content-info-box {
min-height: 650px;
margin-right: 5px;
}    
.contact-details-form-box {
padding: 65px 60px 110px;
width: 100%;
} .brand-area.style2 {
padding-top: 110px;
padding-bottom: 80px;
}    
.brand-area.style2 .sec-title {
padding-bottom: 50px;
}    
.single-brand-item.style2 {
max-width: 200px;
margin-right: 30px;
margin-bottom: 30px;
} .instagram-title {
margin-right: 0;
padding: 43px 0;
}  
.instagram-title .pattern-bg {
top: 0;
left: -500px;
bottom: -500px;
right: -500px;
background-repeat: repeat;
}     
.instagram-items {
margin-right: 0;
}    
.instagram-items li {
width: 115px;
} .single-footer-widget.pdtop50-s2{
padding-top: 50px;
}    
.single-footer-widget .subscribe-form {
max-width: 450px;
width: 100%;
} .logo-box-style3 {
margin: 30px 0;
float: none !important;
text-align: center;
}    
.header-contact-info.style2 {
position: relative;
display: block;
padding: 0;
margin: 0 auto;
float: none !important;
width: 265px;
}    
.header-call-button {
width: 270px;
padding: 30px 30px 30px;
float: none !important;
margin: 25px auto 0;
} .mainmenu-right.style3 {
position: absolute;
top: 0;
left: 0;
z-index: 33;
float: none !important;
display: inline-block;
right: auto;
margin: 5px 0;
} .about-style3-content .button a.black {
margin-top: 20px;
}       
.about-style3-bg.banner-animate {
animation: none;
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
} .single-brand-item.style3 {
max-width: 200px;
} .single-footer-widget.marbtm50-s3 {
margin-bottom: 50px;
} .company-overview-area {
padding: 105px 0 86px;
}     
.intro-box {
position: relative;
display: block;
margin-bottom: 42px;
} 
.intro-box .text {
max-width: 770px;
width: 100%;
margin-top: 24px;
}     
.single-history-content .img-box {
width: 100%;
float: none;
}    
.single-history-content .img-box .inner {
padding-right: 0;
} 
.single-history-content .text-box {
width: 100%;
float: none;
padding-left: 30px;
min-height: auto;
}    
.single-history-content .text-box .inner {
position: relative;
display: block;
padding-top: 50px;
padding-right: 30px;
padding-bottom: 50px;
}    
.single-fact-counter {
margin-bottom: 30px;
} .footer-area.style4 {
padding: 110px 0 100px;
}    
.single-footer-widget.pdtop50-s4 {
padding-top: 50px;
} .footer-contact-info-area {
margin: 0;
padding: 30px 0 20px;
}    
li .single-footer-contact-info {
display: block;
float: none;
max-width: 300px;
width: 100%;
border-right: none;
overflow: hidden;
margin: 0 auto;
}    
li .single-footer-contact-info .inner {
position: relative;
display: block;
padding: 15px 0px 15px;
} .footer-bottom-area.style3 {
padding: 29px 0 28px;
} .countdown-timer li {
margin: 0 3px;
} .services-style2-service-page .sec-title {
padding-bottom: 13px;
}   
.services-style2-service-page .text {
margin-top: 0px;
margin-bottom: 32px;
}    
.single-service-style2 .text-holder .inner .text {
padding: 0 20px 32px;
} .single-service-sidebar:before {
display: none;
}    
.single-service-top {
margin-top: 50px;
}    
.single-advantages-box {
margin-bottom: 30px;
}    
.how-work-box {
padding-top: 50px;
}    
.how-work-box .how-works-content {
padding-top: 50px;
} .single-project-style8 .overlay-content .inner-content .title-box h3 {
font-size: 15px;
} .project-description-image-box img {
max-width: 100%;
float: none;
width: 100%;
}    
.project-description-content {
position: relative;
display: block;
z-index: 3;
padding-top: 50px;
padding-left: 0px;
} .project-info-area {
padding-top: 44px;
padding-bottom: 110px;
}    
.project-info-area .pattern-bg {
top: auto;
right: 0;
bottom: 0;
}    
.project-info-content {
margin: -6px auto 30px;
}    
.project-info-image-box img {
max-width: 100%;
float: none;
width: 100%;
} #blog-area.blog-large-area {
padding-bottom: 60px;
}    
.single-blog-post.style4 {
padding-left: 30px;
padding-right: 0px;
margin-bottom: 50px;
}  
.single-blog-post.style4:before {
top: -300px;
left: 0;
bottom: 0;
}    
#blog-area .sidebar-wrapper {
position: relative;
display: block;
max-width: 300px;
margin-left: 0px;
z-index: 99;
padding-top: 100px;
} #blog-area.blog-single-area {
position: relative;
display: block;
padding: 0 0 60px;
}    
.blog-single-area .blog-post {
margin-right: 0px;
}    
.blog-single-image-with-text-box .image-box li {
margin-right: 30px;
max-width: 329px;
} 
.blog-prev-next-option .single {
max-width: 330px;
width: 100%;
} .shop-sidebar-wrapper {
padding-top: 100px;   
} .single-product-image-holder {
margin-right: 0;
}    
.single-shop-content .content-box {
margin-top: 40px;
} .cart-area .cart-bottom .calculate-shipping {
padding-bottom: 60px;
} .checkout-area .form.shipping-info {
padding-top: 60px;
}    
.checkout-area .cart-total {
padding-top: 60px;
} .login-register-area .form a.forgot-password {
margin: 70px 0 0;
} 
.login-register-area .register {
padding-top: 50px;
}    
.login-register-area .form h6 {
color: #797979;
float: left;
font-size: 14px;
margin-bottom: 0;
margin-right: 0;
margin-top: 27px;
} .contact-address-area {
padding-bottom: 27px;
}    
.single-contact-address-box {
margin-top: -115px;
margin-bottom: 155px;
}    
.contact-address-area .bottom-text {
padding-top: 0;
margin-top: -100px;
}    
.contact-form-image-box {
position: relative;
z-index: 1;
top: -110px;
right: 0;
} .contact-info-area {
padding: 110px 0 0px;
}       
} @media only screen and (max-width: 767px) { .header-upper-style1 .inner-container {
position: relative;
display: block;
padding: 0 10px;
margin-top: -45px;
}    
.logo-box-style1 {
position: absolute;
margin: 22px 0 23px;
top: 0;
left: 10px;
float: none !important;
z-index: 33;
}
.logo-box-style1 img {
max-width: 70%;
}    
.main-menu-box {
position: relative;
display: block;
float: none !important;
}   
.mainmenu-right {
position: absolute;
float: none;
margin-left: 0;
top: 0;
right: 60px;
z-index: 33;
}    
.mainmenu-right .outer-search-box {
padding: 15px 0;
margin-right: 10px;
}
.mainmenu-right .cart-box {
margin: 15px 0;
}    
.header-upper-style1.fixed-header .inner-container {
max-width: 350px;
}  
.header-upper-style1.fixed-header .logo-box-style1 {
margin: 22px 0 23px;
}
.header-upper-style1.fixed-header .outer-search-box {
padding: 15px 0;
}   
.header-upper-style1.fixed-header .cart-box {
margin: 15px 0;
}
.header-lower-style1 .inner-content {
border: none;
}    
.header-contact-info {
border-left: none;
padding-left: 0;
float: none !important;
overflow: hidden;
margin-bottom: 23px;
text-align: center;
width: 290px;
margin: 0 auto 23px;
}
.header-contact-info li {
border-right: none;
padding-right: 0;
margin-right: 0;
float: none;
display: block;
margin-bottom: 25px;
}
.header-contact-info li:last-child{
margin-bottom: 0;
}    
.header-social-links-style1 {
padding-right: 0;
margin: 0;
float: none !important;
overflow: hidden;
text-align: center;
}  
.header-social-links-style1 li {
float: none;
margin-right: 0;
margin: 0 8px;
} .about-area {
padding-top: 60px;
padding-bottom: 170px;
} 
.about-image-box {
padding-top: 20px;
padding-left: 20px;
}    
.about-text {
padding-left: 0;
margin-top: 60px;
}  
.about-carousel-box .single-box .icon-holder, 
.about-carousel-box .single-box .text-holder {
display: block;
vertical-align: middle;
}  
.about-carousel-box .single-box .text-holder {
padding-left: 0px;
margin-top: 30px;
}    
.about-carousel-box .owl-dots {
margin-top: 80px !important;
} .recently-project-area .sec-title {
padding-bottom: 24px;
float: none !important;
}    
.more-project-button {
float: none !important;
margin: 0;
padding-bottom: 52px;
} .slogan-area .flex-box-two {
justify-content: center;
}    
.slogan-area .title {
margin-bottom: 22px;
text-align: center;
} .testimonial-area .sec-title {
padding-bottom: 24px;
float: none !important;
}    
.more-reviews-button {
float: none !important;
margin: 0;
padding-bottom: 52px;
} .appointment-area {
background: #27282c;
background-position: unset;
background-attachment: scroll;
background-size: cover;
}   
.appointment-box {
padding: 44px 30px 50px;
margin-top: 40px;
} .brand-area .sec-title {
padding-bottom: 130px;
}    
.brand-items-carousel.owl-carousel .owl-nav {
position: absolute;
left: 0;
right: auto;
top: -100px;
} .single-footer-widget.marbtm50{
margin-bottom: 50px;
}    
.single-footer-widget.pdbtm50{
padding-bottom: 50px;
} .footer-bottom-content.flex-box-two{
justify-content: center;
} .top-bar-style2 {
padding: 10px 20px;
}    
.top-style2-left {
overflow: hidden;
text-align: center;
}    
.top-style2-left p {
display: block;
float: none;
}  
.top-style2-left ul {
display: block;
overflow: hidden;
float: none;
padding-left: 0;
}    
.top-style2-left ul li {
display: none;
float: none;
padding-right: 0;
margin-right: 0;
margin: 0 10px;
}
.top-style2-left ul li:before {
display: none;
}    
.top-style2-right .topbar-social-links li a i {
display:none !important;
}
.top-style2-right {
overflow: hidden;
float: none;
text-align: center;
padding-top: 0px;
} 
.top-style2-right .top-right-menu {
display: block;
overflow: hidden;
float: none;
padding-right: 0;
margin-right: 0;
text-align: center;
}    
.top-style2-right .top-right-menu:before {
display: none;
} 
.top-style2-right .top-right-menu li {
float: none;
padding-right: 0px;
margin: 0 5px;
}    
.top-style2-right .topbar-social-links {
display: block;
float: none;
overflow: hidden;
text-align: center;
display: none;
}    
.top-style2-right .topbar-social-links li {
float: none;
padding-right: 0;
margin: 0 13px;
} .header-style2 .inner-container {
position: relative;
padding: 15px 10px;
}    
.logo-box-style2 {
position: absolute;
margin: 0;
top: 5px;
left: 10px;
margin: 0px 0 23px;
z-index: 33;
}
.logo-box-style2 a img{
width: 70%;
}    
.mainmenu-right.style2 {
position: absolute;
top: 0;
right: 60px;
margin: 0;
}
.mainmenu-right.style2 .outer-search-box {
padding: 15px 0;
margin-right: 10px;
} 
.mainmenu-right.style2 .cart-box {
float: left;
margin: 15px 0;
}    
.mainmenu-right.style2 .button {
display: none;
} .about-style2-image-box {
margin-top: 70px;
}    
.about-style2-image-box .pattern {
top: 0px;
left: 0;
right: 0;
bottom: -110px;
width: 100%;
height: auto;
}    
.about-style2-text .authorised-info .signature, 
.about-style2-text .authorised-info .name {
display: block;
}        
.about-style2-text .authorised-info .name {
border-left: none;
padding-left: 0;
margin-top: 20px;
display: none;
} 
.about-style2-image-box .overlay-box {
left: 40px;
bottom: 30px;
right: 40px;
max-width: 300px;
margin: 0 auto;
display:none;
}  
.working-style2-area{
padding: 0px 0 0px !important;
}
.about-style2-image-box .overlay-box .title {
float: none;
padding: 23px 0 20px;
padding-left: 20px;
}    
.about-style2-image-box .overlay-box .button {
float: none;
}
.about-style2-image-box .overlay-box .button a span:before {
margin: 0 auto;
} .single-working-box-style2 {
width: 100%;
margin-bottom: 60px;
}       
.working-style-bottom {
padding-top: 24px;
} .slogan-style2-area .inner-content .button a.call-us {
margin-bottom: 20px;
}    
.slogan-style2-area .inner-content .title.float-bob{
animation: none;
} .why-choose-title {
padding-bottom: 60px;
max-width: 100%;
width: 100%;
}    
.why-choose-content {
max-width: 100%;
width: 100%;
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
}    
.why-choose-content .single-box {
padding: 16px 40px 20px;
padding-right: 30px;
width: 100%;
} .working-process-style2-area .sec-title {
padding-bottom: 125px;
}    
.working-process-carousel.owl-carousel .owl-nav {
position: absolute;
left: 0;
right: auto;
top: -95px;
}    
.single-working-process-style2 {
max-width: 330px;
min-width: 330px;
} 
.single-working-process-style2 .top-box:after {
width: 330px;
} .content-info-box {
min-height: 650px;
margin-right: 5px;
}    
.contact-details-form-box {
padding: 65px 20px 110px;
width: 100%;
} .brand-area.style2 {
padding-top: 110px;
padding-bottom: 80px;
}    
.brand-area.style2 .sec-title {
padding-bottom: 50px;
}    
.single-brand-item.style2 {
max-width: 290px;
float: none;
margin: 0 auto 30px;
}
.single-brand-item.style2:last-child {
margin-right: auto;
} .instagram-title {
margin-right: 0;
padding: 43px 0;
text-align: center;
} 
.instagram-title .pattern-bg {
display: none;
}     
.instagram-items {
margin-right: 0;
}    
.instagram-items li {
width: 270px;
display: block;
float: none;
margin: 0 auto;
} .single-footer-widget.pdtop50-s2{
padding-top: 50px;
} 
.single-footer-widget.marbtm50-s2{
margin-bottom: 50px;
}
.single-footer-widget .usefull-links ul {
float: none !important;
display: block;
}    
.single-footer-widget .usefull-links ul.borders-left {
margin-left: 0;
padding-left: 0;
float: none !important;
display: block;
}    
.single-footer-widget .usefull-links ul.borders-left:before {
display: none;
}    
.single-footer-widget .subscribe-form {
max-width: 450px;
width: 100%;
} .topbar-style3-content {
justify-content: center;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
} .logo-box-style3 {
margin: 30px 0;
float: none !important;
text-align: center;
}    
.header-contact-info.style2 {
position: relative;
display: block;
padding: 0;
margin: 0 auto;
float: none !important;
width: 265px;
}    
.header-call-button {
width: 270px;
padding: 30px 30px 30px;
float: none !important;
margin: 25px auto 0;
} .mainmenu-right.style3 {
position: absolute;
top: 0;
left: 0;
z-index: 33;
float: none !important;
display: inline-block;
right: auto;
margin: 5px 0;
} 
.mainmenu-right.style3 .button a {
width: 230px;
} .about-style3-content .button a.black {
margin-top: 20px;
}       
.about-style3-bg.banner-animate {
animation: none;
background-size: cover;
background-repeat: no-repeat;
background-position: center bottom;
} .latest-projects-area .sec-title {
padding-bottom: 115px;
}    
.project-carousel-v3.owl-carousel .owl-nav {
position: absolute;
top: -90px;
left: 0;
right: 0;
max-width: 120px;
margin: 0 auto;
} .team-area .sec-title{
display: block;
float: none !important;
padding-bottom: 24px;
}    
.view-all-member {
margin-top: 0px;
float: none !important;
padding-bottom: 42px;
} .single-brand-item.style3 {
max-width: 170px;
width: 100%;
float: none;
margin-right: 0;
margin: 0 auto;
}
.single-brand-item.style3:last-child {
margin-right: auto;
} .latest-blog-area.style3 .sec-title {
display: block;
float: none !important;
padding-bottom: 24px;
}    
.more-blog-button {
margin-top: 0px;
float: none !important;
padding-bottom: 42px;
} .single-footer-widget.marbtm50-s3 {
margin-bottom: 50px;
}    
.single-footer-widget .usefull-links ul {
float: none !important;
display: block;
}        
.single-footer-widget .usefull-links ul.marleft30 {
margin-left: 0px;
}    
.single-footer-widget.pdtop50-s3 {
padding-top: 50px;
}    
.footer-bottom-area .copyright-text {
text-align: center;
margin: 0;
} .company-overview-area {
padding: 105px 0 86px;
}     
.intro-box {
position: relative;
display: block;
margin-bottom: 42px;
} 
.intro-box .text {
max-width: 770px;
width: 100%;
margin-top: 24px;
} 
.single-history-content {
box-shadow: none;
}    
.single-history-content .img-box {
width: 100%;
float: none;
}    
.single-history-content .img-box .inner {
padding-right: 0;
}    
.single-history-content .text-box {
width: 100%;
float: none;
padding-left: 0px;
min-height: auto;
}    
.single-history-content .text-box .inner {
position: relative;
display: block;
padding-top: 50px;
padding-right: 0px;
padding-bottom: 50px;
}  
.single-history-content .text-box .inner .title h3 br{
display: none;
}     
.single-fact-counter {
max-width: 270px;
margin: 0 auto 30px;
} .footer-area.style4 {
padding: 45px 0 20px;
} 
.single-footer-widget.marbtm50-s4 {
margin-bottom: 50px;
}    
.single-footer-widget.pdtop50-s4 {
padding-top: 50px;
} .footer-contact-info-area {
margin: 0;
padding: 20px 0 20px;
}    
li .single-footer-contact-info {
display: block;
float: none;
max-width: 300px;
width: 100%;
border-right: none;
overflow: hidden;
margin: 0 auto;
}    
li .single-footer-contact-info .inner {
position: relative;
display: block;
padding: 15px 0px 15px;
} .footer-bottom-area.style3 {
padding: 29px 0 28px;
} .faq-content-box {
padding: 60px 20px 40px;
}    
.accordion-box .accordion .accord-btn h4 {
font-size: 16px;
line-height: 22px;
}    
.accordion-box .accordion .accord-btn {
padding-left: 20px;
padding-right: 40px;
padding-top: 22px;
padding-bottom: 22px;
}    
.accordion-box .accordion .accord-btn::after {
right: 20px;
} .coming-soon-content .title {
font-size: 50px;
line-height: 60px;
} .timer-box {
padding: 74px 15px 72px;
margin-top: -320px;
}    
.countdown-timer li {
margin: 0 3px;
}    
.timer-box .subscribe-box .subscribe-form button {
width: 130px;
}   
.timer-box .subscribe-box .subscribe-form input[type="email"] {
padding: 0 10px;
padding-right: 135px;
} .error-content .title {
font-size: 110px;
line-height: 100px;
margin: 13px 0 14px;
} .services-style2-service-page .sec-title {
padding-bottom: 13px;
}   
.services-style2-service-page .text {
margin-top: 0px;
margin-bottom: 32px;
}    
.single-service-style2 .text-holder .inner .text {
padding: 0 20px 32px;
} .testimonial-style3-service-page .sec-title {
padding-bottom: 115px;
}    
.testimonial-style3-service-page .owl-carousel .owl-nav {
top: -95px;
left: 0;
right: auto;
}   
.testimonial-style3-service-page .owl-carousel .owl-nav .owl-prev {
left: 0px;
right: 0;
}    
.testimonial-style3-service-page .owl-carousel .owl-nav .owl-next {
margin-left: 10px;
right: auto;
left: 60px;
} .single-service-sidebar:before {
display: none;
}    
.single-service-top {
margin-top: 50px;
}    
.single-advantages-box {
margin-bottom: 30px;
}    
.how-work-box {
padding-top: 50px;
}    
.how-work-box .how-works-content {
padding-top: 50px;
}    
.sidebar-contact-box .inner-content {
padding: 48px 15px 50px;
}    
.additional-information-box .additional-info-content-box {
padding: 40px 15px 20px;
} .main-project-area.style5:before {
display: none;
}        
.single-project-style8 .overlay-content .inner-content .title-box h3 {
font-size: 16px;
} .main-project-area.style6:before {
display: none;
} .project-description-image-box img {
max-width: 100%;
float: none;
width: 100%;
}    
.project-description-content {
position: relative;
display: block;
z-index: 3;
padding-top: 50px;
padding-left: 0px;
} .project-info-area {
padding-top: 44px;
padding-bottom: 110px;
}    
.project-info-area .pattern-bg {
top: auto;
right: 0;
bottom: 0;
}    
.project-info-content {
margin: -6px auto 30px;
}    
.project-info-image-box img {
max-width: 100%;
float: none;
width: 100%;
} #blog-area.blog-large-area {
padding-bottom: 60px;
}    
.single-blog-post.style4 {
padding-left: 30px;
padding-right: 0px;
margin-bottom: 50px;
}  
.single-blog-post.style4:before {
top: -300px;
left: 0;
bottom: 0;
} 
.single-blog-post.style4 .text-holder .blog-title {
font-size: 24px;
line-height: 32px;
}    
#blog-area .sidebar-wrapper {
position: relative;
display: block;
max-width: 300px;
margin-left: 0px;
z-index: 99;
padding-top: 100px;
} .breadcrumb-area .inner-content-box .title-s2 h1 {
font-size: 40px;
line-height: 52px;
} #blog-area.blog-single-area {
position: relative;
display: block;
padding: 0 0 60px;
}    
.blog-single-area .blog-post {
margin-right: 0px;
}    
.blog-single-image-with-text-box .image-box li {
margin-right: 30px;
max-width: 329px;
} 
.blog-prev-next-option .single {
max-width: 330px;
width: 100%;
} .single-post-info-area {
padding: 104px 0 99px;
}    
.single-post-info-content .blog-title {
font-size: 36px;
line-height: 46px;
margin: 22px 0 0;
}    
.blog-single-image-with-text-box .image-box li {
margin-right: 0;
max-width: 100%;
float: none;
display: block;
margin-bottom: 10px;
}   
.blog-single-image-with-text-box .image-box li:last-child{
margin-bottom: 0;
}    
.tag-with-social-links-box .tag-box {
float: none !important;
overflow: hidden;
}
.tag-with-social-links-box .social-links-box {
float: none !important;
overflow: hidden;
margin-top: 5px;
}    
.blog-prev-next-option .single {
max-width: 300px;
width: 100%;
float: none !important;
margin: 0 auto;
}    
.blog-prev-next-option .single.prev{
margin-bottom: 30px;
}    
.author-box-holder {
padding: 45px 30px 40px;
}    
.author-box-holder .inner-box .img-box, 
.author-box-holder .inner-box .text {
display: block;
}    
.author-box-holder .inner-box .text {
padding-left: 0px;
margin-top: 20px;
}  
.blog-single-area .inner-comment-box .single-comment-outer-box {
padding: 35px 30px 32px;
}    
.blog-single-area .inner-comment-box .single-comment-box {
padding-left: 0px;
}    
.blog-single-area .inner-comment-box .single-comment-box .img-box {
position: static;
width: 80px;
height: 80px;
}    
.blog-single-area .inner-comment-box .single-comment-box .text-box {
margin-top: 20px;
margin-left: 0px;
}    
.blog-single-area .inner-comment-box .single-comment-outer-box.mar-left {
margin-left: 30px;
}    
.author-quote-box {
padding: 33px 25px 33px;
} .shop-sidebar-wrapper {
padding-top: 100px;   
}     
.showing-result-shorting {
display: flex;
justify-content: space-between;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
padding-bottom: 30px;
border-bottom: 1px solid #ededed;
margin-bottom: 50px;
} 
.showing-result-shorting .showing {
margin: 14px 0 0;
} .single-product-image-holder {
margin-right: 0;
}       
.single-shop-content .content-box {
margin-top: 40px;
} .cart-middle .apply-coupon {
padding-left: 0;
}       
.cart-middle .apply-coupon input[type="text"] {
margin: 0 0 20px;
position: static;
width: 225px;
}    
.cart-area .cart-bottom .calculate-shipping {
padding-bottom: 60px;
}    
.cart-middle .update-cart {
float: left !important;
margin: 20px 0 0;
}        
.cart-bottom .calculate-shipping input[type="text"] {
margin-bottom: 25px;
} .checkout-area .form.shipping-info {
padding-top: 60px;
}    
.checkout-area .cart-total {
padding-top: 60px;
}   
.checkout-area .exisitng-customer h5 a {
display: block;
width: 100%;
padding: 0;
margin-top: 7px;
}
.checkout-area .coupon h5 a {
display: block;
width: 100%;
padding: 0;
margin-top: 7px;
} .login-register-area .form a.forgot-password {
float: left;
margin: 35px 0 0;
}  
.login-register-area .form.register {
padding-top: 60px;
}    
.login-register-area .form .social-icon {
float: left;
margin-right: 0;
margin-top: 30px;
}    
.login-register-area .form .social-icon span {
left: 0;
position: relative;
} 
.login-register-area .form .social-icon .login-with {
position: static;
}    
.login-register-area .form h6 {
margin: 20px 0 0;
}
.login-register-area .form .right {
display: block;
overflow: hidden;
margin-left: 0px;
} .contact-address-area {
padding-bottom: 27px;
}    
.single-contact-address-box {
margin-top: 10px;
margin-bottom: 0px;
}    
.contact-address-area .bottom-text {
padding-top: 0;
margin-top: -100px;
}    
.contact-form-image-box {
position: relative;
z-index: 1;
top: -110px;
right: 0;
} .contact-info-area {
padding: 110px 0 0px;
} .job-career-brochures-box .overlay-content .innner .box h1 {
font-size: 18px;
line-height: 28px;
margin: 0 0 11px;
} 
.job-career-brochures-box .overlay-content .innner .box p {
margin: 0 0 12px;
}
.job-career-brochures-box .overlay-content .innner .box a {
padding: 0 30px 0;
line-height: 50px;
}    
} @media (min-width: 992px){
.navbar-collapse.collapse {
display: block !important;
height: auto;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-toggle {
display: none !important;
} 
}
@media only screen and (max-width: 991px){ 
.mainmenu-area .inner-content{
position: relative;
display: block;
}         
.main-menu {
display: block;
float: none;
padding-top: 17px;
padding-bottom: 0px;
z-index: 5;
width: 100%;
}
.main-menu .navigation li {
margin-left: 0;
margin-right: 0;
padding: 0;
float: none;
}   
.main-menu .collapse {
border: none;
border-radius: 0px !important;
float: none;
margin: 0;
height: auto;
overflow: auto;
padding: 0;
width: 100%;
}    
.main-menu .collapse.in, 
.main-menu .collapsing {
border: none;
border-radius: 0px;
margin: 0;
padding: 0;
border-top: none;
}    
.main-menu .navbar-header {
position: relative;
float: none;
display: block;
text-align: right;
width: 100%;
padding: 63px 0 0;
right: 0px;
z-index: 12;
}    
.main-menu .navbar-header .navbar-toggle {
background: #293544;
border: 1px dashed #293544;
display: inline-block;
border-radius: 3px;
float: none;
margin: 0;
z-index: 7;
width: 50px;
height: 47px;
cursor: pointer;
padding: 0 9px;
position: absolute;
top: 0;
right: 0;
}
.main-menu .navbar-header .navbar-toggle .icon-bar {
display: block;
background: #e7e7e7;
width: 30px;
height: 2px;
border-radius: 1px;
}
.main-menu .navbar-header .navbar-toggle .icon-bar+.icon-bar {
margin-top: 6px;
}     
.main-menu .navbar-collapse > .navigation {
float: none !important;
width: 100% !important;
margin-top: 0px;
margin-bottom: 0px;
}   
.main-menu .navbar-collapse .navigation > li{
display: block;
margin: 0px !important;
padding: 0;
float: none !important;
width:100%;
} 
.main-menu .navbar-collapse > .navigation > li > ul,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
position: relative;
float: none;
visibility: visible;
opacity: 1;
display: none;
margin: 0px;
padding: 0;
left: auto !important;
right: auto !important;
top: auto !important;
width: 100%;
background: none;
border-radius: 0px;
box-shadow: none;
transition: none !important;
}   
.main-menu .navbar-collapse .navigation li,
.main-menu .navbar-collapse .navigation li ul li,
.main-menu .navbar-collapse .navigation li ul li ul li{
background: #293544;
border-top: 1px solid #293544;
opacity:1 !important;
top:0px !important;
left:0px !important;
visibility: visible !important;
}  
.main-menu .navbar-collapse .navigation li:last-child,
.main-menu .navbar-collapse .navigation li ul li:last-child,
.main-menu .navbar-collapse .navigation li ul li ul li:last-child{
border-bottom: 1px solid #151618;         
}
.main-menu .navbar-collapse .navigation li ul li{
border-bottom: 0px solid #151618 !important;
} 
.main-menu .navbar-collapse .navigation li ul li ul li{
border-bottom: 0px solid #151618 !important;
}
.main-menu .navbar-collapse .navigation li a {
padding: 10px 10px !important;
line-height: 22px;
color: #f1f1f1;
text-align: left; 
}
.main-menu .navbar-collapse .navigation li ul li a {
padding: 10px 10px !important;
line-height: 22px;
color: #ffffff;
text-align: left;
font-size: 14px;
font-weight: 400;
border: none !important;
text-transform: capitalize;
font-family: 'Rubik', sans-serif;
} 
.main-menu .navbar-collapse .navigation li a:hover,
.main-menu .navbar-collapse .navigation li a:active,
.main-menu .navbar-collapse .navigation li a:focus{
} 
.main-menu .navbar-collapse > .navigation > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li.current > a{
color: #ffffff !important;
background: #cb9e24;
}        
.main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{
display:block;
}  
.main-menu .navbar-collapse .navigation > li > ul{
border: none;
padding: 0;
margin: 0;
} 
.main-menu .navigation > li > ul > li > a:after {
display: none;
}    
.main-menu.style2 .navigation > li.dropdown > a:after {
display: none;
}    
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {     
.main-slider.style2 .tparrows {
left: 30% !important;
}    
.main-slider.style2 .tp-rightarrow {
left: 38% !important;
}
}
@media only screen and (min-width: 800px) and (max-width: 1199px) {     
.main-slider.style2 .tparrows {
left: 25% !important;
}    
.main-slider.style2 .tp-rightarrow {
left: 35% !important;
}
}
@media only screen and (max-width: 799px){  
.main-slider.style2 .tparrows{
display: none !important;
}    
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {   
.main-slider .slide-content.left-slide{ 
margin-left: 50px; 
}
.main-slider.style2 .slide-content.left-slide{ 
margin-left: 0px; 
}    
}
@media only screen and (max-width: 1199px){  
.main-slider .slide-content.left-slide{ 
margin-left: 50px; 
} 
.main-slider.style2 .slide-content .big-title{
font-size: 40px;
line-height: 1.2em;
}
.main-slider.style2 .slide-content .text{
font-size: 16px;
line-height: 1.6em;
}    
}
@media only screen and (max-width: 1039px){ .highlights-area {
margin-top: 0;
padding-top: 110px;
} .featured-area {
margin-top: 0px;
padding-top: 60px;
background: #ffffff;
}    
.main-slider .tparrows {
top: 50% !important;
}       
.main-slider .slide-content.left-slide{ 
margin-left: 50px; 
}      
.main-slider .slide-content .big-title{
font-size: 50px;
line-height: 1.1em;
}  
.main-slider.style3 .slide-content .big-title{
font-size: 50px;
line-height: 1.2em;
}
.main-slider.style3 .slide-content .text{
font-size: 16px;
line-height: 1.6em;
}    
}
@media only screen and (max-width: 777px){
.main-slider .slide-content .big-title{
font-size: 40px;
line-height: 1.1em;
} 
.main-slider .slide-content .text{
font-size: 16px;
line-height: 1.6em;
font-weight: 400;
}    
.main-slider .slide-content .text br{
display: none;
} 
.main-slider .slide-content .btn-box a.project-view-button {
display: block;
margin-left: 0;
padding: 0;
line-height: 50px;
}    
.main-slider .slide-content .btn-box a.project-view-button:before {
display: none;
}  
.main-slider.style2 .slide-content .big-title{
font-size: 30px;
line-height: 1.2em;
}     
.main-slider.style2 .slide-content .text{
font-size: 15px;
line-height: 1.6em;
}
.main-slider.style3 .slide-content .big-title{
font-size: 30px;
line-height: 1.2em;
}
.main-slider.style3 .slide-content .text{
font-size: 14px;
line-height: 1.6em;
}       
}
@media only screen and (max-width: 599px) { .main-slider .slide-content.left-slide{ 
margin-left: 0px; 
}     
.main-slider .slide-content .big-title{
font-size: 30px;
line-height: 1.0em;
}  
.main-slider .slide-content .text{
font-size: 14px;
line-height: 1.4em;
}
.main-slider .slide-content .btn-box a {
line-height: 50px;
}
.main-slider.style2 .slide-content.left-slide{ 
margin-left: 0px; 
}        
.main-slider.style2 .slide-content .big-title{
font-size: 20px;
line-height: 1.3em;
}     
.main-slider.style2 .slide-content .text{
font-size: 14px;
line-height: 1.6em;
}    
.main-slider.style3 .slide-content .big-title{
font-size: 20px;
line-height: 1.2em;
font-weight: 600;
}
.main-slider.style3 .slide-content .text{
font-size: 14px;
line-height: 1.6em;
}       
}
@media only screen and (max-width: 479px) {       
.main-slider .slide-content.left-slide{ 
margin-left: 0px; 
}    
.main-slider .slide-content .big-title{
font-size: 25px;
line-height: 1.3em;
font-weight: 500;
}         
.main-slider .slide-content .btn-box a{
line-height: 50px;
padding: 0 20px 0;
} 
.main-slider.style2 .slide-content .big-title{
font-size: 20px;
line-height: 1.3em;
}     
.main-slider.style2 .slide-content .text{
font-size: 14px;
line-height: 1.4em;
}    
.main-slider.style2 .slide-content .btn-box a.slide-style2-button {
margin-left: 5px;
line-height: 70px;
}    
.main-slider.style2 .slide-content .btn-box a.slide-style2-button:before {
display: none;
}
.main-slider.style3 .slide-content .big-title{
font-size: 20px;
line-height: 1.2em;
font-weight: 500;
}
.main-slider.style3 .slide-content .text{
font-size: 14px;
line-height: 1.6em;
}       
}
@media only screen and (max-width: 400px) {   
.main-slider .slide-content .big-title{
font-size: 20px;
line-height: 1.3em;
font-weight: 500;
} 
}
.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important;margin-bottom:1.75em}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:transparent}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{content:"";display:block;font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:#fff;width:100%;z-index:1}.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container{color:#000}.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;-o-object-fit:cover;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;text-align:center;width:100%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image img{height:auto;max-width:100%;vertical-align:bottom}.wp-block-image img,.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{box-sizing:border-box; direction:ltr; display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{ grid-column:1;grid-row:1; margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr; grid-column:2;grid-row:1; padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ grid-column:2;grid-row:1 }.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ grid-column:1;grid-row:1 }.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center;position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a{text-decoration:none}.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{stroke:currentColor;display:inline-block;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:transparent;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:transparent;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid rgba(0,0,0,.15);color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container .wp-block-navigation-link a{color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:transparent!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff;color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:transparent;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%);width:100%}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word;word-break:normal}.wp-block-navigation .wp-block-navigation-item__description{display:none}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}.wp-block-post-excerpt{margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block}.wp-block-post-featured-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:transparent}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-title{box-sizing:border-box;word-break:break-word}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{white-space:pre-wrap}.wp-block-preformatted.has-background{padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:3em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:.625em;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{fill:currentColor;min-height:1.5em;min-width:1.5em;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:.375em .625em}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3em;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 0 0 .25em}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:.125em .5em}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-separator{border:1px solid;border-left:none;border-right:none}.wp-block-separator.is-style-dots{background:none!important;border:none;height:auto;line-height:1;text-align:center}.wp-block-separator.is-style-dots:before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-site-title a{color:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited{fill:currentColor;color:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{stroke:#000;background-color:#fefc00;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{height:1.25em;width:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{stroke:#000;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:transparent;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{width:100%}@supports (position:sticky){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-bottom:1em;margin-top:.5em}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}figure{margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}