@charset "utf-8";
body{}
.animate{visibility:hidden;}
.animate{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;}
.animate.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}
@-webkit-keyframes flash{0%, 50%, 100%{opacity:1;}
25%, 75%{opacity:0;}
}
@-moz-keyframes flash{0%, 50%, 100%{opacity:1;}
25%, 75%{opacity:0;}
}
@-o-keyframes flash{0%, 50%, 100%{opacity:1;}
25%, 75%{opacity:0;}
}
@keyframes flash{0%, 50%, 100%{opacity:1;}
25%, 75%{opacity:0;}
}
.animate.flash{-webkit-animation-name:flash;-moz-animation-name:flash;-o-animation-name:flash;animation-name:flash;visibility:visible !important;}
@-webkit-keyframes shake{0%, 100%{-webkit-transform:translateX(0);}
10%, 30%, 50%, 70%, 90%{-webkit-transform:translateX(-10px);}
20%, 40%, 60%, 80%{-webkit-transform:translateX(10px);}
}
@-moz-keyframes shake{0%, 100%{-moz-transform:translateX(0);}
10%, 30%, 50%, 70%, 90%{-moz-transform:translateX(-10px);}
20%, 40%, 60%, 80%{-moz-transform:translateX(10px);}
}
@-o-keyframes shake{0%, 100%{-o-transform:translateX(0);}
10%, 30%, 50%, 70%, 90%{-o-transform:translateX(-10px);}
20%, 40%, 60%, 80%{-o-transform:translateX(10px);}
}
@keyframes shake{0%, 100%{transform:translateX(0);}
10%, 30%, 50%, 70%, 90%{transform:translateX(-10px);}
20%, 40%, 60%, 80%{transform:translateX(10px);}
}
.animate.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-animation-name:shake;animation-name:shake;visibility:visible !important;}
@-webkit-keyframes bounce{0%, 20%, 50%, 80%, 100%{-webkit-transform:translateY(0);}
40%{-webkit-transform:translateY(-30px);}
60%{-webkit-transform:translateY(-15px);}
}
@-moz-keyframes bounce{0%, 20%, 50%, 80%, 100%{-moz-transform:translateY(0);}
40%{-moz-transform:translateY(-30px);}
60%{-moz-transform:translateY(-15px);}
}
@-o-keyframes bounce{0%, 20%, 50%, 80%, 100%{-o-transform:translateY(0);}
40%{-o-transform:translateY(-30px);}
60%{-o-transform:translateY(-15px);}
}
@keyframes bounce{0%, 20%, 50%, 80%, 100%{transform:translateY(0);}
40%{transform:translateY(-30px);}
60%{transform:translateY(-15px);}
}
.animate.bounce{-webkit-animation-name:bounce;-moz-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce;visibility:visible !important;}
@-webkit-keyframes tada{0%{-webkit-transform:scale(1);}
10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
100%{-webkit-transform:scale(1) rotate(0);}
}
@-moz-keyframes tada{0%{-moz-transform:scale(1);}
10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}
40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}
100%{-moz-transform:scale(1) rotate(0);}
}
@-o-keyframes tada{0%{-o-transform:scale(1);}
10%, 20%{-o-transform:scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90%{-o-transform:scale(1.1) rotate(3deg);}
40%, 60%, 80%{-o-transform:scale(1.1) rotate(-3deg);}
100%{-o-transform:scale(1) rotate(0);}
}
@keyframes tada{0%{transform:scale(1);}
10%, 20%{transform:scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90%{transform:scale(1.1) rotate(3deg);}
40%, 60%, 80%{transform:scale(1.1) rotate(-3deg);}
100%{transform:scale(1) rotate(0);}
}
.animate.tada{-webkit-animation-name:tada;-moz-animation-name:tada;-o-animation-name:tada;animation-name:tada;visibility:visible !important;}
@-webkit-keyframes swing{20%, 40%, 60%, 80%, 100%{-webkit-transform-origin:top center;}
20%{-webkit-transform:rotate(15deg);}
40%{-webkit-transform:rotate(-10deg);}
60%{-webkit-transform:rotate(5deg);}
80%{-webkit-transform:rotate(-5deg);}
100%{-webkit-transform:rotate(0deg);}
}
@-moz-keyframes swing{20%{-moz-transform:rotate(15deg);}
40%{-moz-transform:rotate(-10deg);}
60%{-moz-transform:rotate(5deg);}
80%{-moz-transform:rotate(-5deg);}
100%{-moz-transform:rotate(0deg);}
}
@-o-keyframes swing{20%{-o-transform:rotate(15deg);}
40%{-o-transform:rotate(-10deg);}
60%{-o-transform:rotate(5deg);}
80%{-o-transform:rotate(-5deg);}
100%{-o-transform:rotate(0deg);}
}
@keyframes swing{20%{transform:rotate(15deg);}
40%{transform:rotate(-10deg);}
60%{transform:rotate(5deg);}
80%{transform:rotate(-5deg);}
100%{transform:rotate(0deg);}
}
.animate.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing;visibility:visible !important;}
@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);}
15%{-webkit-transform:translateX(-25%) rotate(-5deg);}
30%{-webkit-transform:translateX(20%) rotate(3deg);}
45%{-webkit-transform:translateX(-15%) rotate(-3deg);}
60%{-webkit-transform:translateX(10%) rotate(2deg);}
75%{-webkit-transform:translateX(-5%) rotate(-1deg);}
100%{-webkit-transform:translateX(0%);}
}
@-moz-keyframes wobble{0%{-moz-transform:translateX(0%);}
15%{-moz-transform:translateX(-25%) rotate(-5deg);}
30%{-moz-transform:translateX(20%) rotate(3deg);}
45%{-moz-transform:translateX(-15%) rotate(-3deg);}
60%{-moz-transform:translateX(10%) rotate(2deg);}
75%{-moz-transform:translateX(-5%) rotate(-1deg);}
100%{-moz-transform:translateX(0%);}
}
@-o-keyframes wobble{0%{-o-transform:translateX(0%);}
15%{-o-transform:translateX(-25%) rotate(-5deg);}
30%{-o-transform:translateX(20%) rotate(3deg);}
45%{-o-transform:translateX(-15%) rotate(-3deg);}
60%{-o-transform:translateX(10%) rotate(2deg);}
75%{-o-transform:translateX(-5%) rotate(-1deg);}
100%{-o-transform:translateX(0%);}
}
@keyframes wobble{0%{transform:translateX(0%);}
15%{transform:translateX(-25%) rotate(-5deg);}
30%{transform:translateX(20%) rotate(3deg);}
45%{transform:translateX(-15%) rotate(-3deg);}
60%{transform:translateX(10%) rotate(2deg);}
75%{transform:translateX(-5%) rotate(-1deg);}
100%{transform:translateX(0%);}
}
.animate.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble;visibility:visible !important;}
@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);}
50%{-webkit-transform:scale(1.1);}
100%{-webkit-transform:scale(1);}
}
@-moz-keyframes pulse{0%{-moz-transform:scale(1);}
50%{-moz-transform:scale(1.1);}
100%{-moz-transform:scale(1);}
}
@-o-keyframes pulse{0%{-o-transform:scale(1);}
50%{-o-transform:scale(1.1);}
100%{-o-transform:scale(1);}
}
@keyframes pulse{0%{transform:scale(1);}
50%{transform:scale(1.1);}
100%{transform:scale(1);}
}
.animate.pulse{-webkit-animation-name:pulse;-moz-animation-name:pulse;-o-animation-name:pulse;animation-name:pulse;visibility:visible !important;}
@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;}
40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;}
50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;}
80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;}
100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;}
}
@-moz-keyframes flip{0%{-moz-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-moz-animation-timing-function:ease-out;}
40%{-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-moz-animation-timing-function:ease-out;}
50%{-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-moz-animation-timing-function:ease-in;}
80%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-moz-animation-timing-function:ease-in;}
100%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-moz-animation-timing-function:ease-in;}
}
@-o-keyframes flip{0%{-o-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-o-animation-timing-function:ease-out;}
40%{-o-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-o-animation-timing-function:ease-out;}
50%{-o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-o-animation-timing-function:ease-in;}
80%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-o-animation-timing-function:ease-in;}
100%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-o-animation-timing-function:ease-in;}
}
@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out;}
40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out;}
50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in;}
80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);animation-timing-function:ease-in;}
100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function:ease-in;}
}
.animate.flip{-webkit-backface-visibility:visible !important;-webkit-animation-name:flip;-moz-backface-visibility:visible !important;-moz-animation-name:flip;-o-backface-visibility:visible !important;-o-animation-name:flip;backface-visibility:visible !important;animation-name:flip;visibility:visible !important;}
@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;}
40%{-webkit-transform:perspective(400px) rotateX(-10deg);}
70%{-webkit-transform:perspective(400px) rotateX(10deg);}
100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1;}
}
@-moz-keyframes flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0;}
40%{-moz-transform:perspective(400px) rotateX(-10deg);}
70%{-moz-transform:perspective(400px) rotateX(10deg);}
100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1;}
}
@-o-keyframes flipInX{0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0;}
40%{-o-transform:perspective(400px) rotateX(-10deg);}
70%{-o-transform:perspective(400px) rotateX(10deg);}
100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1;}
}
@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0;}
40%{transform:perspective(400px) rotateX(-10deg);}
70%{transform:perspective(400px) rotateX(10deg);}
100%{transform:perspective(400px) rotateX(0deg);opacity:1;}
}
.animate.flipInX{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible !important;-moz-animation-name:flipInX;-o-backface-visibility:visible !important;-o-animation-name:flipInX;backface-visibility:visible !important;animation-name:flipInX;visibility:visible !important;}
@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1;}
100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;}
}
@-moz-keyframes flipOutX{0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1;}
100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0;}
}
@-o-keyframes flipOutX{0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1;}
100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0;}
}
@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1;}
100%{transform:perspective(400px) rotateX(90deg);opacity:0;}
}
.animate.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible !important;-moz-animation-name:flipOutX;-moz-backface-visibility:visible !important;-o-animation-name:flipOutX;-o-backface-visibility:visible !important;animation-name:flipOutX;backface-visibility:visible !important;visibility:visible !important;}
@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}
40%{-webkit-transform:perspective(400px) rotateY(-10deg);}
70%{-webkit-transform:perspective(400px) rotateY(10deg);}
100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1;}
}
@-moz-keyframes flipInY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}
40%{-moz-transform:perspective(400px) rotateY(-10deg);}
70%{-moz-transform:perspective(400px) rotateY(10deg);}
100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1;}
}
@-o-keyframes flipInY{0%{-o-transform:perspective(400px) rotateY(90deg);opacity:0;}
40%{-o-transform:perspective(400px) rotateY(-10deg);}
70%{-o-transform:perspective(400px) rotateY(10deg);}
100%{-o-transform:perspective(400px) rotateY(0deg);opacity:1;}
}
@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0;}
40%{transform:perspective(400px) rotateY(-10deg);}
70%{transform:perspective(400px) rotateY(10deg);}
100%{transform:perspective(400px) rotateY(0deg);opacity:1;}
}
.animate.flipInY{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInY;-moz-backface-visibility:visible !important;-moz-animation-name:flipInY;-o-backface-visibility:visible !important;-o-animation-name:flipInY;backface-visibility:visible !important;animation-name:flipInY;visibility:visible !important;}
@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1;}
100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}
}
@-moz-keyframes flipOutY{0%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1;}
100%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}
}
@-o-keyframes flipOutY{0%{-o-transform:perspective(400px) rotateY(0deg);opacity:1;}
100%{-o-transform:perspective(400px) rotateY(90deg);opacity:0;}
}
@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1;}
100%{transform:perspective(400px) rotateY(90deg);opacity:0;}
}
.animate.flipOutY{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipOutY;-moz-backface-visibility:visible !important;-moz-animation-name:flipOutY;-o-backface-visibility:visible !important;-o-animation-name:flipOutY;backface-visibility:visible !important;animation-name:flipOutY;visibility:visible !important;}
@-webkit-keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}
}
@-moz-keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}
}
@-o-keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}
}
@keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}
}
.animate.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;visibility:visible !important;}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);}
100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px);}
100%{opacity:1;-moz-transform:translateY(0);}
}
@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px);}
100%{opacity:1;-o-transform:translateY(0);}
}
@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px);}
100%{opacity:1;transform:translateY(0);}
}
.animate.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp;visibility:visible !important;}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px);}
100%{opacity:1;-moz-transform:translateY(0);}
}
@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px);}
100%{opacity:1;-o-transform:translateY(0);}
}
@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px);}
100%{opacity:1;transform:translateY(0);}
}
.animate.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown;visibility:visible !important;}
@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);}
100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px);}
100%{opacity:1;-moz-transform:translateX(0);}
}
@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px);}
100%{opacity:1;-o-transform:translateX(0);}
}
@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px);}
100%{opacity:1;transform:translateX(0);}
}
.animate.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft;visibility:visible !important;}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);}
100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px);}
100%{opacity:1;-moz-transform:translateX(0);}
}
@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px);}
100%{opacity:1;-o-transform:translateX(0);}
}
@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px);}
100%{opacity:1;transform:translateX(0);}
}
.animate.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight;visibility:visible !important;}
@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);}
100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeInUpBig{0%{opacity:0;-moz-transform:translateY(2000px);}
100%{opacity:1;-moz-transform:translateY(0);}
}
@-o-keyframes fadeInUpBig{0%{opacity:0;-o-transform:translateY(2000px);}
100%{opacity:1;-o-transform:translateY(0);}
}
@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px);}
100%{opacity:1;transform:translateY(0);}
}
.animate.fadeInUpBig{-webkit-animation-name:fadeInUpBig;-moz-animation-name:fadeInUpBig;-o-animation-name:fadeInUpBig;animation-name:fadeInUpBig;visibility:visible !important;}
@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);}
100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeInDownBig{0%{opacity:0;-moz-transform:translateY(-2000px);}
100%{opacity:1;-moz-transform:translateY(0);}
}
@-o-keyframes fadeInDownBig{0%{opacity:0;-o-transform:translateY(-2000px);}
100%{opacity:1;-o-transform:translateY(0);}
}
@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px);}
100%{opacity:1;transform:translateY(0);}
}
.animate.fadeInDownBig{-webkit-animation-name:fadeInDownBig;-moz-animation-name:fadeInDownBig;-o-animation-name:fadeInDownBig;animation-name:fadeInDownBig;visibility:visible !important;}
@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);}
100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeInLeftBig{0%{opacity:0;-moz-transform:translateX(-2000px);}
100%{opacity:1;-moz-transform:translateX(0);}
}
@-o-keyframes fadeInLeftBig{0%{opacity:0;-o-transform:translateX(-2000px);}
100%{opacity:1;-o-transform:translateX(0);}
}
@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px);}
100%{opacity:1;transform:translateX(0);}
}
.animate.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;-moz-animation-name:fadeInLeftBig;-o-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;visibility:visible !important;}
@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);}
100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeInRightBig{0%{opacity:0;-moz-transform:translateX(2000px);}
100%{opacity:1;-moz-transform:translateX(0);}
}
@-o-keyframes fadeInRightBig{0%{opacity:0;-o-transform:translateX(2000px);}
100%{opacity:1;-o-transform:translateX(0);}
}
@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px);}
100%{opacity:1;transform:translateX(0);}
}
.animate.fadeInRightBig{-webkit-animation-name:fadeInRightBig;-moz-animation-name:fadeInRightBig;-o-animation-name:fadeInRightBig;animation-name:fadeInRightBig;visibility:visible !important;}
@-webkit-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
@-moz-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
@-o-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
@keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
.animate.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut;visibility:visible !important;}
@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(-20px);}
}
@-moz-keyframes fadeOutUp{0%{opacity:1;-moz-transform:translateY(0);}
100%{opacity:0;-moz-transform:translateY(-20px);}
}
@-o-keyframes fadeOutUp{0%{opacity:1;-o-transform:translateY(0);}
100%{opacity:0;-o-transform:translateY(-20px);}
}
@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0);}
100%{opacity:0;transform:translateY(-20px);}
}
.animate.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp;visibility:visible !important;}
@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(20px);}
}
@-moz-keyframes fadeOutDown{0%{opacity:1;-moz-transform:translateY(0);}
100%{opacity:0;-moz-transform:translateY(20px);}
}
@-o-keyframes fadeOutDown{0%{opacity:1;-o-transform:translateY(0);}
100%{opacity:0;-o-transform:translateY(20px);}
}
@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0);}
100%{opacity:0;transform:translateY(20px);}
}
.animate.fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;-o-animation-name:fadeOutDown;animation-name:fadeOutDown;visibility:visible !important;}
@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(-20px);}
}
@-moz-keyframes fadeOutLeft{0%{opacity:1;-moz-transform:translateX(0);}
100%{opacity:0;-moz-transform:translateX(-20px);}
}
@-o-keyframes fadeOutLeft{0%{opacity:1;-o-transform:translateX(0);}
100%{opacity:0;-o-transform:translateX(-20px);}
}
@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0);}
100%{opacity:0;transform:translateX(-20px);}
}
.animate.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft;visibility:visible !important;}
@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(20px);}
}
@-moz-keyframes fadeOutRight{0%{opacity:1;-moz-transform:translateX(0);}
100%{opacity:0;-moz-transform:translateX(20px);}
}
@-o-keyframes fadeOutRight{0%{opacity:1;-o-transform:translateX(0);}
100%{opacity:0;-o-transform:translateX(20px);}
}
@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0);}
100%{opacity:0;transform:translateX(20px);}
}
.animate.fadeOutRight{-webkit-animation-name:fadeOutRight;-moz-animation-name:fadeOutRight;-o-animation-name:fadeOutRight;animation-name:fadeOutRight;visibility:visible !important;}
@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(-2000px);}
}
@-moz-keyframes fadeOutUpBig{0%{opacity:1;-moz-transform:translateY(0);}
100%{opacity:0;-moz-transform:translateY(-2000px);}
}
@-o-keyframes fadeOutUpBig{0%{opacity:1;-o-transform:translateY(0);}
100%{opacity:0;-o-transform:translateY(-2000px);}
}
@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0);}
100%{opacity:0;transform:translateY(-2000px);}
}
.animate.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;-moz-animation-name:fadeOutUpBig;-o-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig;visibility:visible !important;}
@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(2000px);}
}
@-moz-keyframes fadeOutDownBig{0%{opacity:1;-moz-transform:translateY(0);}
100%{opacity:0;-moz-transform:translateY(2000px);}
}
@-o-keyframes fadeOutDownBig{0%{opacity:1;-o-transform:translateY(0);}
100%{opacity:0;-o-transform:translateY(2000px);}
}
@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0);}
100%{opacity:0;transform:translateY(2000px);}
}
.animate.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;-moz-animation-name:fadeOutDownBig;-o-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig;visibility:visible !important;}
@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(-2000px);}
}
@-moz-keyframes fadeOutLeftBig{0%{opacity:1;-moz-transform:translateX(0);}
100%{opacity:0;-moz-transform:translateX(-2000px);}
}
@-o-keyframes fadeOutLeftBig{0%{opacity:1;-o-transform:translateX(0);}
100%{opacity:0;-o-transform:translateX(-2000px);}
}
@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0);}
100%{opacity:0;transform:translateX(-2000px);}
}
.animate.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;-moz-animation-name:fadeOutLeftBig;-o-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig;visibility:visible !important;}
@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);}
100%{opacity:0;-webkit-transform:translateX(2000px);}
}
@-moz-keyframes fadeOutRightBig{0%{opacity:1;-moz-transform:translateX(0);}
100%{opacity:0;-moz-transform:translateX(2000px);}
}
@-o-keyframes fadeOutRightBig{0%{opacity:1;-o-transform:translateX(0);}
100%{opacity:0;-o-transform:translateX(2000px);}
}
@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0);}
100%{opacity:0;transform:translateX(2000px);}
}
.animate.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;-moz-animation-name:fadeOutRightBig;-o-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig;visibility:visible !important;}
@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);}
50%{opacity:1;-webkit-transform:scale(1.05);}
70%{-webkit-transform:scale(.9);}
100%{-webkit-transform:scale(1);}
}
@-moz-keyframes bounceIn{0%{opacity:0;-moz-transform:scale(.3);}
50%{opacity:1;-moz-transform:scale(1.05);}
70%{-moz-transform:scale(.9);}
100%{-moz-transform:scale(1);}
}
@-o-keyframes bounceIn{0%{opacity:0;-o-transform:scale(.3);}
50%{opacity:1;-o-transform:scale(1.05);}
70%{-o-transform:scale(.9);}
100%{-o-transform:scale(1);}
}
@keyframes bounceIn{0%{opacity:0;transform:scale(.3);}
50%{opacity:1;transform:scale(1.05);}
70%{transform:scale(.9);}
100%{transform:scale(1);}
}
.animate.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn;visibility:visible !important;}
@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);}
60%{opacity:1;-webkit-transform:translateY(-30px);}
80%{-webkit-transform:translateY(10px);}
100%{-webkit-transform:translateY(0);}
}
@-moz-keyframes bounceInUp{0%{opacity:0;-moz-transform:translateY(2000px);}
60%{opacity:1;-moz-transform:translateY(-30px);}
80%{-moz-transform:translateY(10px);}
100%{-moz-transform:translateY(0);}
}
@-o-keyframes bounceInUp{0%{opacity:0;-o-transform:translateY(2000px);}
60%{opacity:1;-o-transform:translateY(-30px);}
80%{-o-transform:translateY(10px);}
100%{-o-transform:translateY(0);}
}
@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px);}
60%{opacity:1;transform:translateY(-30px);}
80%{transform:translateY(10px);}
100%{transform:translateY(0);}
}
.animate.bounceInUp{-webkit-animation-name:bounceInUp;-moz-animation-name:bounceInUp;-o-animation-name:bounceInUp;animation-name:bounceInUp;visibility:visible !important;}
@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);}
60%{opacity:1;-webkit-transform:translateY(30px);}
80%{-webkit-transform:translateY(-10px);}
100%{-webkit-transform:translateY(0);}
}
@-moz-keyframes bounceInDown{0%{opacity:0;-moz-transform:translateY(-2000px);}
60%{opacity:1;-moz-transform:translateY(30px);}
80%{-moz-transform:translateY(-10px);}
100%{-moz-transform:translateY(0);}
}
@-o-keyframes bounceInDown{0%{opacity:0;-o-transform:translateY(-2000px);}
60%{opacity:1;-o-transform:translateY(30px);}
80%{-o-transform:translateY(-10px);}
100%{-o-transform:translateY(0);}
}
@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px);}
60%{opacity:1;transform:translateY(30px);}
80%{transform:translateY(-10px);}
100%{transform:translateY(0);}
}
.animate.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown;visibility:visible !important;}
@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);}
60%{opacity:1;-webkit-transform:translateX(30px);}
80%{-webkit-transform:translateX(-10px);}
100%{-webkit-transform:translateX(0);}
}
@-moz-keyframes bounceInLeft{0%{opacity:0;-moz-transform:translateX(-2000px);}
60%{opacity:1;-moz-transform:translateX(30px);}
80%{-moz-transform:translateX(-10px);}
100%{-moz-transform:translateX(0);}
}
@-o-keyframes bounceInLeft{0%{opacity:0;-o-transform:translateX(-2000px);}
60%{opacity:1;-o-transform:translateX(30px);}
80%{-o-transform:translateX(-10px);}
100%{-o-transform:translateX(0);}
}
@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px);}
60%{opacity:1;transform:translateX(30px);}
80%{transform:translateX(-10px);}
100%{transform:translateX(0);}
}
.animate.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft;visibility:visible !important;}
@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);}
60%{opacity:1;-webkit-transform:translateX(-30px);}
80%{-webkit-transform:translateX(10px);}
100%{-webkit-transform:translateX(0);}
}
@-moz-keyframes bounceInRight{0%{opacity:0;-moz-transform:translateX(2000px);}
60%{opacity:1;-moz-transform:translateX(-30px);}
80%{-moz-transform:translateX(10px);}
100%{-moz-transform:translateX(0);}
}
@-o-keyframes bounceInRight{0%{opacity:0;-o-transform:translateX(2000px);}
60%{opacity:1;-o-transform:translateX(-30px);}
80%{-o-transform:translateX(10px);}
100%{-o-transform:translateX(0);}
}
@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px);}
60%{opacity:1;transform:translateX(-30px);}
80%{transform:translateX(10px);}
100%{transform:translateX(0);}
}
.animate.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight;visibility:visible !important;}
@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);}
25%{-webkit-transform:scale(.95);}
50%{opacity:1;-webkit-transform:scale(1.1);}
100%{opacity:0;-webkit-transform:scale(.3);}
}
@-moz-keyframes bounceOut{0%{-moz-transform:scale(1);}
25%{-moz-transform:scale(.95);}
50%{opacity:1;-moz-transform:scale(1.1);}
100%{opacity:0;-moz-transform:scale(.3);}
}
@-o-keyframes bounceOut{0%{-o-transform:scale(1);}
25%{-o-transform:scale(.95);}
50%{opacity:1;-o-transform:scale(1.1);}
100%{opacity:0;-o-transform:scale(.3);}
}
@keyframes bounceOut{0%{transform:scale(1);}
25%{transform:scale(.95);}
50%{opacity:1;transform:scale(1.1);}
100%{opacity:0;transform:scale(.3);}
}
.animate.bounceOut{-webkit-animation-name:bounceOut;-moz-animation-name:bounceOut;-o-animation-name:bounceOut;animation-name:bounceOut;visibility:visible !important;}
@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);}
20%{opacity:1;-webkit-transform:translateY(20px);}
100%{opacity:0;-webkit-transform:translateY(-2000px);}
}
@-moz-keyframes bounceOutUp{0%{-moz-transform:translateY(0);}
20%{opacity:1;-moz-transform:translateY(20px);}
100%{opacity:0;-moz-transform:translateY(-2000px);}
}
@-o-keyframes bounceOutUp{0%{-o-transform:translateY(0);}
20%{opacity:1;-o-transform:translateY(20px);}
100%{opacity:0;-o-transform:translateY(-2000px);}
}
@keyframes bounceOutUp{0%{transform:translateY(0);}
20%{opacity:1;transform:translateY(20px);}
100%{opacity:0;transform:translateY(-2000px);}
}
.animate.bounceOutUp{-webkit-animation-name:bounceOutUp;-moz-animation-name:bounceOutUp;-o-animation-name:bounceOutUp;animation-name:bounceOutUp;visibility:visible !important;}
@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);}
20%{opacity:1;-webkit-transform:translateY(-20px);}
100%{opacity:0;-webkit-transform:translateY(2000px);}
}
@-moz-keyframes bounceOutDown{0%{-moz-transform:translateY(0);}
20%{opacity:1;-moz-transform:translateY(-20px);}
100%{opacity:0;-moz-transform:translateY(2000px);}
}
@-o-keyframes bounceOutDown{0%{-o-transform:translateY(0);}
20%{opacity:1;-o-transform:translateY(-20px);}
100%{opacity:0;-o-transform:translateY(2000px);}
}
@keyframes bounceOutDown{0%{transform:translateY(0);}
20%{opacity:1;transform:translateY(-20px);}
100%{opacity:0;transform:translateY(2000px);}
}
.animate.bounceOutDown{-webkit-animation-name:bounceOutDown;-moz-animation-name:bounceOutDown;-o-animation-name:bounceOutDown;animation-name:bounceOutDown;visibility:visible !important;}
@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);}
20%{opacity:1;-webkit-transform:translateX(20px);}
100%{opacity:0;-webkit-transform:translateX(-2000px);}
}
@-moz-keyframes bounceOutLeft{0%{-moz-transform:translateX(0);}
20%{opacity:1;-moz-transform:translateX(20px);}
100%{opacity:0;-moz-transform:translateX(-2000px);}
}
@-o-keyframes bounceOutLeft{0%{-o-transform:translateX(0);}
20%{opacity:1;-o-transform:translateX(20px);}
100%{opacity:0;-o-transform:translateX(-2000px);}
}
@keyframes bounceOutLeft{0%{transform:translateX(0);}
20%{opacity:1;transform:translateX(20px);}
100%{opacity:0;transform:translateX(-2000px);}
}
.animate.bounceOutLeft{-webkit-animation-name:bounceOutLeft;-moz-animation-name:bounceOutLeft;-o-animation-name:bounceOutLeft;animation-name:bounceOutLeft;visibility:visible !important;}
@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);}
20%{opacity:1;-webkit-transform:translateX(-20px);}
100%{opacity:0;-webkit-transform:translateX(2000px);}
}
@-moz-keyframes bounceOutRight{0%{-moz-transform:translateX(0);}
20%{opacity:1;-moz-transform:translateX(-20px);}
100%{opacity:0;-moz-transform:translateX(2000px);}
}
@-o-keyframes bounceOutRight{0%{-o-transform:translateX(0);}
20%{opacity:1;-o-transform:translateX(-20px);}
100%{opacity:0;-o-transform:translateX(2000px);}
}
@keyframes bounceOutRight{0%{transform:translateX(0);}
20%{opacity:1;transform:translateX(-20px);}
100%{opacity:0;transform:translateX(2000px);}
}
.animate.bounceOutRight{-webkit-animation-name:bounceOutRight;-moz-animation-name:bounceOutRight;-o-animation-name:bounceOutRight;animation-name:bounceOutRight;visibility:visible !important;}
@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0;}
100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1;}
}
@-moz-keyframes rotateIn{0%{-moz-transform-origin:center center;-moz-transform:rotate(-200deg);opacity:0;}
100%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1;}
}
@-o-keyframes rotateIn{0%{-o-transform-origin:center center;-o-transform:rotate(-200deg);opacity:0;}
100%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1;}
}
@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0;}
100%{transform-origin:center center;transform:rotate(0);opacity:1;}
}
.animate.rotateIn{-webkit-animation-name:rotateIn;-moz-animation-name:rotateIn;-o-animation-name:rotateIn;animation-name:rotateIn;visibility:visible !important;}
@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0;}
100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}
}
@-moz-keyframes rotateInUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0;}
100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}
}
@-o-keyframes rotateInUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0;}
100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}
}
@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0;}
100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}
}
.animate.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;-moz-animation-name:rotateInUpLeft;-o-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;visibility:visible !important;}
@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0;}
100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}
}
@-moz-keyframes rotateInDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0;}
100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}
}
@-o-keyframes rotateInDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0;}
100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}
}
@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0;}
100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}
}
.animate.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;-moz-animation-name:rotateInDownLeft;-o-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;visibility:visible !important;}
@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0;}
100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}
}
@-moz-keyframes rotateInUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0;}
100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}
}
@-o-keyframes rotateInUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0;}
100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}
}
@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0;}
100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}
}
.animate.rotateInUpRight{-webkit-animation-name:rotateInUpRight;-moz-animation-name:rotateInUpRight;-o-animation-name:rotateInUpRight;animation-name:rotateInUpRight;visibility:visible !important;}
@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0;}
100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}
}
@-moz-keyframes rotateInDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0;}
100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}
}
@-o-keyframes rotateInDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0;}
100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}
}
@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0;}
100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}
}
.animate.rotateInDownRight{-webkit-animation-name:rotateInDownRight;-moz-animation-name:rotateInDownRight;-o-animation-name:rotateInDownRight;animation-name:rotateInDownRight;visibility:visible !important;}
@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0;}
}
@-moz-keyframes rotateOut{0%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1;}
100%{-moz-transform-origin:center center;-moz-transform:rotate(200deg);opacity:0;}
}
@-o-keyframes rotateOut{0%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1;}
100%{-o-transform-origin:center center;-o-transform:rotate(200deg);opacity:0;}
}
@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1;}
100%{transform-origin:center center;transform:rotate(200deg);opacity:0;}
}
.animate.rotateOut{-webkit-animation-name:rotateOut;-moz-animation-name:rotateOut;-o-animation-name:rotateOut;animation-name:rotateOut;visibility:visible !important;}
@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0;}
}
@-moz-keyframes rotateOutUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}
100%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0;}
}
@-o-keyframes rotateOutUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}
100%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0;}
}
@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1;}
100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0;}
}
.animate.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;-moz-animation-name:rotateOutUpLeft;-o-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;visibility:visible !important;}
@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0;}
}
@-moz-keyframes rotateOutDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}
100%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0;}
}
@-o-keyframes rotateOutDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}
100%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0;}
}
@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1;}
100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0;}
}
.animate.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;-moz-animation-name:rotateOutDownLeft;-o-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;visibility:visible !important;}
@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0;}
}
@-moz-keyframes rotateOutUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}
100%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0;}
}
@-o-keyframes rotateOutUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}
100%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0;}
}
@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1;}
100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0;}
}
.animate.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;-moz-animation-name:rotateOutUpRight;-o-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;visibility:visible !important;}
@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}
100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0;}
}
@-moz-keyframes rotateOutDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}
100%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0;}
}
@-o-keyframes rotateOutDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}
100%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0;}
}
@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1;}
100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0;}
}
.animate.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;-moz-animation-name:rotateOutDownRight;-o-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;visibility:visible !important;}
@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}
20%, 60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}
40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}
80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}
100%{-webkit-transform:translateY(700px);opacity:0;}
}
@-moz-keyframes hinge{0%{-moz-transform:rotate(0);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}
20%, 60%{-moz-transform:rotate(80deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}
40%{-moz-transform:rotate(60deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}
80%{-moz-transform:rotate(60deg) translateY(0);opacity:1;-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}
100%{-moz-transform:translateY(700px);opacity:0;}
}
@-o-keyframes hinge{0%{-o-transform:rotate(0);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}
20%, 60%{-o-transform:rotate(80deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}
40%{-o-transform:rotate(60deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}
80%{-o-transform:rotate(60deg) translateY(0);opacity:1;-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}
100%{-o-transform:translateY(700px);opacity:0;}
}
@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out;}
20%, 60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out;}
40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;}
80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out;}
100%{transform:translateY(700px);opacity:0;}
}
.animate.hinge{-webkit-animation-name:hinge;-moz-animation-name:hinge;-o-animation-name:hinge;animation-name:hinge;visibility:visible !important;}
@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);}
100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);}
}
@-moz-keyframes rollIn{0%{opacity:0;-moz-transform:translateX(-100%) rotate(-120deg);}
100%{opacity:1;-moz-transform:translateX(0px) rotate(0deg);}
}
@-o-keyframes rollIn{0%{opacity:0;-o-transform:translateX(-100%) rotate(-120deg);}
100%{opacity:1;-o-transform:translateX(0px) rotate(0deg);}
}
@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg);}
100%{opacity:1;transform:translateX(0px) rotate(0deg);}
}
.animate.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn;visibility:visible !important;}
@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);}
100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);}
}
@-moz-keyframes rollOut{0%{opacity:1;-moz-transform:translateX(0px) rotate(0deg);}
100%{opacity:0;-moz-transform:translateX(100%) rotate(120deg);}
}
@-o-keyframes rollOut{0%{opacity:1;-o-transform:translateX(0px) rotate(0deg);}
100%{opacity:0;-o-transform:translateX(100%) rotate(120deg);}
}
@keyframes rollOut{0%{opacity:1;transform:translateX(0px) rotate(0deg);}
100%{opacity:0;transform:translateX(100%) rotate(120deg);}
}
.animate.rollOut{-webkit-animation-name:rollOut;-moz-animation-name:rollOut;-o-animation-name:rollOut;animation-name:rollOut;visibility:visible !important;}
@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0;}
60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1;}
80%{-webkit-transform:translateX(0%) skewX(-15deg);opacity:1;}
100%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1;}
}
@-moz-keyframes lightSpeedIn{0%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0;}
60%{-moz-transform:translateX(-20%) skewX(30deg);opacity:1;}
80%{-moz-transform:translateX(0%) skewX(-15deg);opacity:1;}
100%{-moz-transform:translateX(0%) skewX(0deg);opacity:1;}
}
@-o-keyframes lightSpeedIn{0%{-o-transform:translateX(100%) skewX(-30deg);opacity:0;}
60%{-o-transform:translateX(-20%) skewX(30deg);opacity:1;}
80%{-o-transform:translateX(0%) skewX(-15deg);opacity:1;}
100%{-o-transform:translateX(0%) skewX(0deg);opacity:1;}
}
@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0;}
60%{transform:translateX(-20%) skewX(30deg);opacity:1;}
80%{transform:translateX(0%) skewX(-15deg);opacity:1;}
100%{transform:translateX(0%) skewX(0deg);opacity:1;}
}
.animate.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-moz-animation-name:lightSpeedIn;-o-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out;visibility:visible !important;}
.animate.lightSpeedIn{-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;-o-animation-duration:0.5s;animation-duration:0.5s;}
@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1;}
100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0;}
}
@-moz-keyframes lightSpeedOut{0%{-moz-transform:translateX(0%) skewX(0deg);opacity:1;}
100%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0;}
}
@-o-keyframes lightSpeedOut{0%{-o-transform:translateX(0%) skewX(0deg);opacity:1;}
100%{-o-transform:translateX(100%) skewX(-30deg);opacity:0;}
}
@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1;}
100%{transform:translateX(100%) skewX(-30deg);opacity:0;}
}
.animate.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-moz-animation-name:lightSpeedOut;-o-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;visibility:visible !important;}
.animate.lightSpeedOut{-webkit-animation-duration:0.25s;-moz-animation-duration:0.25s;-o-animation-duration:0.25s;animation-duration:0.25s;}
.slideDown{animation-name:slideDown;-webkit-animation-name:slideDown;animation-duration:1s;-webkit-animation-duration:1s;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important;}
@keyframes slideDown{0%{transform:translateY(-100%);}
50%{transform:translateY(8%);}
65%{transform:translateY(-4%);}
80%{transform:translateY(4%);}
95%{transform:translateY(-2%);}
100%{transform:translateY(0%);}
}
@-webkit-keyframes slideDown{0%{-webkit-transform:translateY(-100%);}
50%{-webkit-transform:translateY(8%);}
65%{-webkit-transform:translateY(-4%);}
80%{-webkit-transform:translateY(4%);}
95%{-webkit-transform:translateY(-2%);}
100%{-webkit-transform:translateY(0%);}
}
.slideUp{animation-name:slideUp;-webkit-animation-name:slideUp;animation-duration:1s;-webkit-animation-duration:1s;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important;}
@keyframes slideUp{0%{transform:translateY(100%);}
50%{transform:translateY(-8%);}
65%{transform:translateY(4%);}
80%{transform:translateY(-4%);}
95%{transform:translateY(2%);}
100%{transform:translateY(0%);}
}
@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(100%);}
50%{-webkit-transform:translateY(-8%);}
65%{-webkit-transform:translateY(4%);}
80%{-webkit-transform:translateY(-4%);}
95%{-webkit-transform:translateY(2%);}
100%{-webkit-transform:translateY(0%);}
}
.slideLeft{animation-name:slideLeft;-webkit-animation-name:slideLeft;animation-duration:1s;-webkit-animation-duration:1s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important;}
@keyframes slideLeft{0%{transform:translateX(150%);}
50%{ransform:translateX(-8%);}
65%{transform:translateX(4%);}
80%{transform:translateX(-4%);}
95%{transform:translateX(2%);}
100%{transform:translateX(0%);}
}
@-webkit-keyframes slideLeft{0%{-webkit-transform:translateX(150%);}
50%{-webkit-transform:translateX(-8%);}
65%{-webkit-transform:translateX(4%);}
80%{-webkit-transform:translateX(-4%);}
95%{-webkit-transform:translateX(2%);}
100%{-webkit-transform:translateX(0%);}
}
.slideRight{animation-name:slideRight;-webkit-animation-name:slideRight;animation-duration:1s;-webkit-animation-duration:1s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important;}
@keyframes slideRight{0%{transform:translateX(-150%);}
50%{transform:translateX(8%);}
65%{transform:translateX(-4%);}
80%{transform:translateX(4%);}
95%{transform:translateX(-2%);}
100%{transform:translateX(0%);}
}
@-webkit-keyframes slideRight{0%{-webkit-transform:translateX(-150%);}
50%{-webkit-transform:translateX(8%);}
65%{-webkit-transform:translateX(-4%);}
80%{-webkit-transform:translateX(4%);}
95%{-webkit-transform:translateX(-2%);}
100%{-webkit-transform:translateX(0%);}
}
.slideExpandUp{animation-name:slideExpandUp;-webkit-animation-name:slideExpandUp;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease -out;visibility:visible !important;}
@keyframes slideExpandUp{0%{transform:translateY(100%) scaleX(0.5);}
30%{transform:translateY(-8%) scaleX(0.5);}
40%{transform:translateY(2%) scaleX(0.5);}
50%{transform:translateY(0%) scaleX(1.1);}
60%{transform:translateY(0%) scaleX(0.9);}
70%{transform:translateY(0%) scaleX(1.05);}
80%{transform:translateY(0%) scaleX(0.95);}
90%{transform:translateY(0%) scaleX(1.02);}
100%{transform:translateY(0%) scaleX(1);}
}
@-webkit-keyframes slideExpandUp{0%{-webkit-transform:translateY(100%) scaleX(0.5);}
30%{-webkit-transform:translateY(-8%) scaleX(0.5);}
40%{-webkit-transform:translateY(2%) scaleX(0.5);}
50%{-webkit-transform:translateY(0%) scaleX(1.1);}
60%{-webkit-transform:translateY(0%) scaleX(0.9);}
70%{-webkit-transform:translateY(0%) scaleX(1.05);}
80%{-webkit-transform:translateY(0%) scaleX(0.95);}
90%{-webkit-transform:translateY(0%) scaleX(1.02);}
100%{-webkit-transform:translateY(0%) scaleX(1);}
}
.expandUp{animation-name:expandUp;-webkit-animation-name:expandUp;animation-duration:0.7s;-webkit-animation-duration:0.7s;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important;}
@keyframes expandUp{0%{transform:translateY(100%) scale(0.6) scaleY(0.5);}
60%{transform:translateY(-7%) scaleY(1.12);}
75%{transform:translateY(3%);}
100%{transform:translateY(0%) scale(1) scaleY(1);}
}
@-webkit-keyframes expandUp{0%{-webkit-transform:translateY(100%) scale(0.6) scaleY(0.5);}
60%{-webkit-transform:translateY(-7%) scaleY(1.12);}
75%{-webkit-transform:translateY(3%);}
100%{-webkit-transform:translateY(0%) scale(1) scaleY(1);}
}
.expandOpen{animation-name:expandOpen;-webkit-animation-name:expandOpen;animation-duration:1.2s;-webkit-animation-duration:1.2s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important;}
@keyframes expandOpen{0%{transform:scale(1.8);}
50%{transform:scale(0.95);}
80%{transform:scale(1.05);}
90%{transform:scale(0.98);}
100%{transform:scale(1);}
}
@-webkit-keyframes expandOpen{0%{-webkit-transform:scale(1.8);}
50%{-webkit-transform:scale(0.95);}
80%{-webkit-transform:scale(1.05);}
90%{-webkit-transform:scale(0.98);}
100%{-webkit-transform:scale(1);}
}
.bigEntrance{animation-name:bigEntrance;-webkit-animation-name:bigEntrance;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important;}
@keyframes bigEntrance{0%{transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);opacity:0.2;}
30%{transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);opacity:1;}
45%{transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);opacity:1;}
60%{transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);opacity:1;}
75%{transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);opacity:1;}
90%{transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);opacity:1;}
100%{transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);opacity:1;}
}
@-webkit-keyframes bigEntrance{0%{-webkit-transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);opacity:0.2;}
30%{-webkit-transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);opacity:1;}
45%{-webkit-transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);opacity:1;}
60%{-webkit-transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);opacity:1;}
75%{-webkit-transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);opacity:1;}
90%{-webkit-transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);opacity:1;}
100%{-webkit-transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);opacity:1;}
}
.hatch{animation-name:hatch;-webkit-animation-name:hatch;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible !important;}
@keyframes hatch{0%{transform:rotate(0deg) scaleY(0.6);}
20%{transform:rotate(-2deg) scaleY(1.05);}
35%{transform:rotate(2deg) scaleY(1);}
50%{transform:rotate(-2deg);}
65%{transform:rotate(1deg);}
80%{transform:rotate(-1deg);}
100%{transform:rotate(0deg);}
}
@-webkit-keyframes hatch{0%{-webkit-transform:rotate(0deg) scaleY(0.6);}
20%{-webkit-transform:rotate(-2deg) scaleY(1.05);}
35%{-webkit-transform:rotate(2deg) scaleY(1);}
50%{-webkit-transform:rotate(-2deg);}
65%{-webkit-transform:rotate(1deg);}
80%{-webkit-transform:rotate(-1deg);}
100%{-webkit-transform:rotate(0deg);}
}
.floating{animation-name:floating;-webkit-animation-name:floating;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;visibility:visible !important;}
@keyframes floating{0%{transform:translateY(0%);}
50%{transform:translateY(8%);}
100%{transform:translateY(0%);}
}
@-webkit-keyframes floating{0%{-webkit-transform:translateY(0%);}
50%{-webkit-transform:translateY(8%);}
100%{-webkit-transform:translateY(0%);}
}
.tossing{animation-name:tossing;-webkit-animation-name:tossing;animation-duration:2.5s;-webkit-animation-duration:2.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;visibility:visible !important;}
@keyframes tossing{0%{transform:rotate(-4deg);}
50%{transform:rotate(4deg);}
100%{transform:rotate(-4deg);}
}
@-webkit-keyframes tossing{0%{-webkit-transform:rotate(-4deg);}
50%{-webkit-transform:rotate(4deg);}
100%{-webkit-transform:rotate(-4deg);}
}
.pullUp{animation-name:pullUp;-webkit-animation-name:pullUp;animation-duration:1.1s;-webkit-animation-duration:1.1s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible !important;}
@keyframes pullUp{0%{transform:scaleY(0.1);}
40%{transform:scaleY(1.02);}
60%{transform:scaleY(0.98);}
80%{transform:scaleY(1.01);}
100%{transform:scaleY(0.98);}
80%{transform:scaleY(1.01);}
100%{transform:scaleY(1);}
}
@-webkit-keyframes pullUp{0%{-webkit-transform:scaleY(0.1);}
40%{-webkit-transform:scaleY(1.02);}
60%{-webkit-transform:scaleY(0.98);}
80%{-webkit-transform:scaleY(1.01);}
100%{-webkit-transform:scaleY(0.98);}
80%{-webkit-transform:scaleY(1.01);}
100%{-webkit-transform:scaleY(1);}
}
.pullDown{animation-name:pullDown;-webkit-animation-name:pullDown;animation-duration:1.1s;-webkit-animation-duration:1.1s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:50% 0%;-ms-transform-origin:50% 0%;-webkit-transform-origin:50% 0%;visibility:visible !important;}
@keyframes pullDown{0%{transform:scaleY(0.1);}
40%{transform:scaleY(1.02);}
60%{transform:scaleY(0.98);}
80%{transform:scaleY(1.01);}
100%{transform:scaleY(0.98);}
80%{transform:scaleY(1.01);}
100%{transform:scaleY(1);}
}
@-webkit-keyframes pullDown{0%{-webkit-transform:scaleY(0.1);}
40%{-webkit-transform:scaleY(1.02);}
60%{-webkit-transform:scaleY(0.98);}
80%{-webkit-transform:scaleY(1.01);}
100%{-webkit-transform:scaleY(0.98);}
80%{-webkit-transform:scaleY(1.01);}
100%{-webkit-transform:scaleY(1);}
}
.stretchLeft{animation-name:stretchLeft;-webkit-animation-name:stretchLeft;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:100% 0%;-ms-transform-origin:100% 0%;-webkit-transform-origin:100% 0%;visibility:visible !important;}
@keyframes stretchLeft{0%{transform:scaleX(0.3);}
40%{transform:scaleX(1.02);}
60%{transform:scaleX(0.98);}
80%{transform:scaleX(1.01);}
100%{transform:scaleX(0.98);}
80%{transform:scaleX(1.01);}
100%{transform:scaleX(1);}
}
@-webkit-keyframes stretchLeft{0%{-webkit-transform:scaleX(0.3);}
40%{-webkit-transform:scaleX(1.02);}
60%{-webkit-transform:scaleX(0.98);}
80%{-webkit-transform:scaleX(1.01);}
100%{-webkit-transform:scaleX(0.98);}
80%{-webkit-transform:scaleX(1.01);}
100%{-webkit-transform:scaleX(1);}
}
.stretchRight{animation-name:stretchRight;-webkit-animation-name:stretchRight;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:0% 0%;-ms-transform-origin:0% 0%;-webkit-transform-origin:0% 0%;visibility:visible !important;}
@keyframes stretchRight{0%{transform:scaleX(0.3);}
40%{transform:scaleX(1.02);}
60%{transform:scaleX(0.98);}
80%{transform:scaleX(1.01);}
100%{transform:scaleX(0.98);}
80%{transform:scaleX(1.01);}
100%{transform:scaleX(1);}
}
@-webkit-keyframes stretchRight{0%{-webkit-transform:scaleX(0.3);}
40%{-webkit-transform:scaleX(1.02);}
60%{-webkit-transform:scaleX(0.98);}
80%{-webkit-transform:scaleX(1.01);}
100%{-webkit-transform:scaleX(0.98);}
80%{-webkit-transform:scaleX(1.01);}
100%{-webkit-transform:scaleX(1);}
}
   .dt-sc-one-column{width:100%; margin:0px; padding:0px; float:left;}
.dt-sc-one-half{width:49%;}
.dt-sc-one-third{width:32%;}
.dt-sc-two-third{width:65.8%;}
.dt-sc-one-fourth{width:23.5%;}
.dt-sc-three-fourth{width:74.5%;}
.dt-sc-one-fifth{width:18.4%;}
.dt-sc-two-fifth{width:38.8%;}
.dt-sc-three-fifth{width:59.2%;}
.dt-sc-four-fifth{width:79.6%;}
.dt-sc-one-sixth{width:15%;}
.dt-sc-two-sixth{width:32%;}
.dt-sc-three-sixth{width:49%;}
.dt-sc-four-sixth{width:66%;}
.dt-sc-five-sixth{width:83%;}	
.dt-sc-full-width-content{width:100%; display:block; float:left; margin:0px; padding:0px;}
.dt-sc-video-wrapper{margin:0px 0px 0px; float:left; width:100%; padding:0px;}
.dt-sc-video-wrapper iframe{float:left;}
.dt-sc-video-wrapper h6{color:#FFF; padding:15px 20px; float:left; margin:0px;}
.column.no-space.dt-sc-one-third{width:33.3%; margin:0px;}
.column.no-space{margin-left:0px;}
.column{float:left; margin:0px 0px 0px 2%;}
.column.no-space{margin-left:0px; margin-right:0px;}
.column.no-space.dt-sc-one-fourth{width:25%;} 	
.column.no-space.dt-sc-one-third{width:33.33%;}	
.column.no-space.dt-sc-one-half{width:50%;}
.column.no-space.dt-sc-one-fifth{width:20%;}
.column.no-space.dt-sc-one-sixth{width:16.66%;}
.column.no-space.dt-sc-three-fourth{width:75%;}
.column.no-space.dt-sc-two-third{width:66.6%;}		
.column.no-space.dt-sc-four-fifth{width:80%;}
.column.no-space.dt-sc-three-fifth{width:60%;}
.column.no-space.dt-sc-two-fifth{width:40%;}		
.column.no-space.dt-sc-two-sixth{width:33.2%;}
.column.no-space.dt-sc-three-sixth{width:49.8%;}
.column.no-space.dt-sc-four-sixth{width:66.4%;}
.column.no-space.dt-sc-five-sixth{width:83%;}
.column.first{margin-left:0px; clear:both;}
.column img{height:auto;} ol.decimal{list-style-type:decimal;}
ol.decimal-leading-zero{list-style-type:decimal-leading-zero;}
ol.lower-alpha{list-style-type:lower-alpha;}
ol.lower-roman{list-style-type:lower-roman;}
ol.upper-alpha{list-style-type:upper-alpha;}
ol.upper-roman{list-style-type:upper-roman;}	
ol.dt-sc-fancy-list li span{color:#5c5c5c;}
ol.dt-sc-fancy-list.blue li{color:#58b1d1;}
ol.dt-sc-fancy-list.brown li{color:#421b0c;}
ol.dt-sc-fancy-list.crimson li{color:#bf5b59;}
ol.dt-sc-fancy-list.gold li{color:#a47700;}
ol.dt-sc-fancy-list.maroon li{color:#8d1812;}
ol.dt-sc-fancy-list.deepblue li{color:#022444;}
ol.dt-sc-fancy-list.munsell_blue li{color:#2b7487;}
ol.dt-sc-fancy-list.chocolate li{color:#403434;}
ol.dt-sc-fancy-list.orange li{color:#d14c2b;}
ol.dt-sc-fancy-list.black li{color:#000;}
ul.dt-sc-disc-list{list-style:disc inside;}
ul.dt-sc-disc-list li{font-size:14px;}
ul.dt-sc-disc-list li span{font-weight:600;}
ul.dt-sc-fancy-list li{display:block; position:relative; padding-left:25px;}
ul.dt-sc-article-list li{padding-bottom:20px;}
ul.dt-sc-fancy-list.caret li{padding-left:15px;}
ul.dt-sc-fancy-list li:before{color:#868686; text-decoration:inherit; font-size:14px; position:absolute; top:0px; left:0px;} ul.dt-sc-fancy-list.gift li:before{content:"\f06b";}
ul.dt-sc-fancy-list.angle-double-right li:before{content:"\f101";}
ul.dt-sc-fancy-list.hand-o-right li:before{content:"\f0a4";}
ul.dt-sc-fancy-list.gavel li:before{content:"\f0e3";}
ul.dt-sc-fancy-list.check-circle li:before{content:"\f058";}
ul.dt-sc-fancy-list.sun li:before{content:"\f185";}
ul.dt-sc-fancy-list.slack li:before{content:"\f198";}
ul.dt-sc-fancy-list.caret li:before{content:"\f0da";} ul.dt-sc-fancy-list.arrow li:before{content:"\f105";}
ul.dt-sc-fancy-list.rounded-arrow li:before{content:"\f0a9";}
ul.dt-sc-fancy-list.double-arrow li:before{content:"\f101";}	
ul.dt-sc-fancy-list.heart li:before{content:"\f004"; font-size:12px;}
ul.dt-sc-fancy-list.trash li:before{content:"\f014";}
ul.dt-sc-fancy-list.star li:before{content:"\f005";}
ul.dt-sc-fancy-list.tick li:before{content:"\f00c";}
ul.dt-sc-fancy-list.rounded-tick li:before{content:"\f058";}
ul.dt-sc-fancy-list.cross li:before{content:"\f00d";}
ul.dt-sc-fancy-list.rounded-cross li:before{content:"\f057";}
ul.dt-sc-fancy-list.rounded-question li:before{content:"\f059";}
ul.dt-sc-fancy-list.rounded-info li:before{content:"\f05a";}
ul.dt-sc-fancy-list.delete li:before{content:"\f05e";}
ul.dt-sc-fancy-list.warning li:before{content:"\f071";}
ul.dt-sc-fancy-list.comment li:before{content:"\f075";}
ul.dt-sc-fancy-list.edit li:before{content:"\f044";}
ul.dt-sc-fancy-list.share li:before{content:"\f064";}
ul.dt-sc-fancy-list.plus li:before{content:"\f067";}
ul.dt-sc-fancy-list.rounded-plus li:before{content:"\f055";}
ul.dt-sc-fancy-list.minus li:before{content:"\f068";}	
ul.dt-sc-fancy-list.rounded-minus li:before{content:"\f056";}	
ul.dt-sc-fancy-list.asterisk li:before{content:"\f069";}
ul.dt-sc-fancy-list.cart li:before{content:"\f07a";}
ul.dt-sc-fancy-list.folder li:before{content:"\f07b";}
ul.dt-sc-fancy-list.folder-open li:before{content:"\f07c";}
ul.dt-sc-fancy-list.desktop li:before{content:"\f108";}
ul.dt-sc-fancy-list.tablet li:before{content:"\f10a";}
ul.dt-sc-fancy-list.mobile li:before{content:"\f10b";}
ul.dt-sc-fancy-list.reply li:before{content:"\f112";}
ul.dt-sc-fancy-list.quote li:before{content:"\f10d";}
ul.dt-sc-fancy-list.mail li:before{content:"\f0e0";}
ul.dt-sc-fancy-list.external-link li:before{content:"\f08e";}	
ul.dt-sc-fancy-list.adjust li:before{content:"\f042";}
ul.dt-sc-fancy-list.pencil li:before{content:"\f040";}
ul.dt-sc-fancy-list.print li:before{content:"\f02f";}
ul.dt-sc-fancy-list.tag li:before{content:"\f02b";}	
ul.dt-sc-fancy-list.thumbs-up li:before{content:"\f088";}
ul.dt-sc-fancy-list.thumbs-down li:before{content:"\f087";}
ul.dt-sc-fancy-list.time li:before{content:"\f017";}
ul.dt-sc-fancy-list.globe li:before{content:"\f0ac";}	
ul.dt-sc-fancy-list.pushpin li:before{content:"\f08d";}
ul.dt-sc-fancy-list.map-marker li:before{content:"\f041";}
ul.dt-sc-fancy-list.link li:before{content:"\f0c1";}
ul.dt-sc-fancy-list.paper-clip li:before{content:"\f0c6";}	
ul.dt-sc-fancy-list.download li:before{content:"\f019";}
ul.dt-sc-fancy-list.key li:before{content:"\f084";}
ul.dt-sc-fancy-list.search li:before{content:"\f002";}
ul.dt-sc-fancy-list.rss li:before{content:"\f09e";}	
ul.dt-sc-fancy-list.twitter li:before{content:"\f099";}
ul.dt-sc-fancy-list.facebook li:before{content:"\f09a";}
ul.dt-sc-fancy-list.linkedin li:before{content:"\f0e1";}
ul.dt-sc-fancy-list.google-plus li:before{content:"\f0d5";}
ul.dt-sc-fancy-list.book li:before{content:"\f02d";}
ul.dt-sc-fancy-list.check li:before{content:"\f046";}
ul.dt-sc-fancy-list.hand li:before{content:"\f0a4";}
ul.dt-sc-fancy-list.cog li:before{content:"\f013";}
ul.dt-sc-fancy-list.play li:before{content:"\f01d";}
ul.dt-sc-fancy-list.file-text li:before{content:"\f15c";}
ul.dt-sc-fancy-list.blue li:before{color:#58b1d1;}
ul.dt-sc-fancy-list.brown li:before{color:#421b0c;}
ul.dt-sc-fancy-list.crimson li:before{color:#bf5b59;}
ul.dt-sc-fancy-list.gold li:before{color:#a47700;}
ul.dt-sc-fancy-list.maroon li:before{color:#8d1812;}
ul.dt-sc-fancy-list.deepblue li:before{color:#022444;}
ul.dt-sc-fancy-list.munsell_blue li:before{color:#2b7487;}
ul.dt-sc-fancy-list.chocolate li:before{color:#403434;}
ul.dt-sc-fancy-list.orange li:before{color:#d14c2b;}
ul.dt-sc-fancy-list.black li:before{color:#000;} .dt-sc-hr-invisible{width:100%; float:left; clear:both; margin:30px 0px; padding:0px; display:block;}
.dt-sc-hr-invisible-small{width:100%; float:left; clear:both; margin:15px 0px; padding:0px; display:block;}
.dt-sc-hr-invisible-very-small{width:100%; float:left; clear:both; margin:10px 0px; padding:0px; display:block;}
.dt-sc-hr-invisible-medium{width:100%; float:left; clear:both; margin:20px 0px; padding:0px; display:block;}
.dt-sc-hr-invisible-large{width:100%; float:left; clear:both; margin:35px 0px; padding:0px; display:block;}
.dt-sc-hr-invisible-very-large{width:100%; float:left; clear:both; margin:45px 0px; padding:0px; display:block;}
.dt-sc-clear{float:none; clear:both; margin:0px; padding:0px;}
.dt-sc-hr-image{background:url(//urbalexabogados.com/wp-content/plugins/designthemes-core-features/shortcodes/images/center_align_image.png) center center no-repeat; display:inline-block; width:100%; height:14px;}
.dt-sc-hr{position:relative; width:100%; height:1px; background-color:#CCC; display:block; float:left; margin:40px 0px; padding:0px;}
.dt-sc-hr-medium{position:relative; width:100%; height:2px; background-color:#CCC; display:block; float:left; margin:30px 0px; padding:0px;}
.dt-sc-hr-large{position:relative; width:100%; height:3px; background-color:#CCC; display:block; float:left; margin:50px 0px; padding:0px;}
.dt-sc-hr.top a{position:absolute; right:0px; top:0px; margin:-14px 0px 0px; background-color:#FFF; padding:0px 0px 0px 10px; color:#838585;} .dt-sc-button, .navigation a{color:#FFF; margin:10px 0px 0px; display:inline-block; padding:10px 14px; font-size:13px; display:inline-block;}
.dt-sc-button span, .dt-sc-bordered-button span, .dt-sc-simple-button span{margin-right:5px;}
.dt-sc-button:hover, .navigation a:hover{color:#FFF; opacity:0.8;}
.dt-sc-button.small, .dt-sc-bordered-button.small{font-size:14px; padding:7px 25px;}
.dt-sc-button.medium, .dt-sc-bordered-button.medium{font-size:15px; padding:10px 28px;}
.dt-sc-button.large, .dt-sc-bordered-button.large{font-size:20px; padding:13px 31px;}
.dt-sc-button.xlarge, .dt-sc-bordered-button.xlarge{font-size:22px; padding:16px 32px;}
.dt-sc-simple-button{padding:15px 25px; font-size:14px;}
.dt-sc-simple-button.small{padding:10px 16px; font-size:13px;}
.dt-sc-simple-button.medium{padding:12px 25px; font-size:14px;}
.dt-sc-simple-button.large{padding:16px 30px; font-size:15px;}
.dt-sc-simple-button.xlarge{padding:18px 32px; font-size:16px;}
.wrapper .dt-sc-simple-link{font-size:13px; margin:0px;}
.dt-sc-simple-link span{margin-left:2px;}
.dt-sc-bordered-button{text-transform:uppercase; color:#FFF; font-weight:normal; border:1px solid #FFF; padding:12px 26px; display:inline-block; margin:10px 0px 0px;}
.dt-sc-bordered-button:hover{color:#FFF; opacity:0.8;}
.dt-sc-bordered-button.blue{box-shadow:0px 0px 0px 2px #58b1d1; -moz-box-shadow:0px 0px 0px 2px #58b1d1; -webkit-box-shadow:0px 0px 0px 2px #58b1d1;}
.dt-sc-bordered-button.brown{box-shadow:0px 0px 0px 2px #421b0c; -moz-box-shadow:0px 0px 0px 2px #421b0c; -webkit-box-shadow:0px 0px 0px 2px #421b0c;}
.dt-sc-bordered-button.crimson{box-shadow:0px 0px 0px 2px #bf5b59; -moz-box-shadow:0px 0px 0px 2px #bf5b59; -webkit-box-shadow:0px 0px 0px 2px #bf5b59;}
.dt-sc-bordered-button.gold{box-shadow:0px 0px 0px 2px #a47700; -moz-box-shadow:0px 0px 0px 2px #a47700; -webkit-box-shadow:0px 0px 0px 2px #a47700;}
.dt-sc-bordered-button.maroon{box-shadow:0px 0px 0px 2px #8d1812; -moz-box-shadow:0px 0px 0px 2px #8d1812; -webkit-box-shadow:0px 0px 0px 2px #8d1812;}
.dt-sc-bordered-button.deepblue{box-shadow:0px 0px 0px 2px #022444; -moz-box-shadow:0px 0px 0px 2px #022444; -webkit-box-shadow:0px 0px 0px 2px #022444;}
.dt-sc-bordered-button.munsell_blue{box-shadow:0px 0px 0px 2px #2b7487; -moz-box-shadow:0px 0px 0px 2px #2b7487; -webkit-box-shadow:0px 0px 0px 2px #2b7487;}
.dt-sc-bordered-button.chocolate{box-shadow:0px 0px 0px 2px #403434; -moz-box-shadow:0px 0px 0px 2px #403434; -webkit-box-shadow:0px 0px 0px 2px #403434;}
.dt-sc-bordered-button.orange{box-shadow:0px 0px 0px 2px #d14c2b; -moz-box-shadow:0px 0px 0px 2px #d14c2b; -webkit-box-shadow:0px 0px 0px 2px #d14c2b;}
.dt-sc-bordered-button.black{box-shadow:0px 0px 0px 2px #000; -moz-box-shadow:0px 0px 0px 2px #000; -webkit-box-shadow:0px 0px 0px 2px #000;}
.dt-sc-button.blue, .dt-sc-bordered-button.blue, .dt-sc-simple-button.blue:hover{background:#58b1d1;}
.dt-sc-button.brown, .dt-sc-bordered-button.brown, .dt-sc-simple-button.brown:hover{background:#421b0c;}
.dt-sc-button.crimson, .dt-sc-bordered-button.crimson, .dt-sc-simple-button.crimson:hover{background:#bf5b59;}
.dt-sc-button.gold, .dt-sc-bordered-button.gold, .dt-sc-simple-button.gold:hover{background:#a47700;}
.dt-sc-button.maroon, .dt-sc-bordered-button.maroon, .dt-sc-simple-button.maroon:hover{background:#8d1812;}
.dt-sc-button.deepblue, .dt-sc-bordered-button.deepblue, .dt-sc-simple-button.deepblue:hover{background:#022444;}
.dt-sc-button.munsell_blue, .dt-sc-bordered-button.munsell_blue, .dt-sc-simple-button.munsell_blue:hover{background:#2b7487;}
.dt-sc-button.chocolate, .dt-sc-bordered-button.chocolate, .dt-sc-simple-button.chocolate:hover{background:#403434;}
.dt-sc-button.orange, .dt-sc-bordered-button.orange, .dt-sc-simple-button.orange:hover{background:#d14c2b;}
.dt-sc-button.black, .dt-sc-bordered-button.black, .dt-sc-simple-button.black:hover{background:#000;}
.dt-sc-simple-button.blue:hover{border-color:#58b1d1;}
.dt-sc-simple-button.brown:hover{border-color:#421b0c;}
.dt-sc-simple-button.crimson:hover{border-color:#bf5b59;}
.dt-sc-simple-button.gold:hover{border-color:#a47700;}
.dt-sc-simple-button.maroon:hover{border-color:#8d1812;}
.dt-sc-simple-button.deepblue:hover{border-color:#022444;}
.dt-sc-simple-button.munsell_blue:hover{border-color:#2b7487;}
.dt-sc-simple-button.chocolate:hover{border-color:#403434;}
.dt-sc-simple-button.orange:hover{border-color:#d14c2b;}
.dt-sc-simple-button.black:hover{border-color:#000;}
.dt-sc-hr-button{width:100%; clear:both; text-align:right; position:relative;}
.dt-sc-hr-button:before{content:""; background-color:#eaeaea; height:1px; width:100%; display:inline-block;}
.dt-sc-hr-button a{background-color:#FFF; display:block; margin:0px 0px 0px; position:absolute; right:0px; top:5px; padding:0px 0px 0px 10px;}
.dt-sc-hr-button a:hover{color:#858585;}
.dt-sc-simple-button{background-color:#f8f8f8; border:1px solid #CCC; display:inline-block; font-weight:normal; padding:15px 25px; margin:10px 0px 0px;}
.dt-sc-simple-button:hover{color:#FFF;} .dt-sc-highlight{text-transform:uppercase; font-weight:bold;}
.dt-sc-highlight.skin-color{background-color:transparent;} .dt-sc-title{text-align:center; width:100%; background:url(//urbalexabogados.com/wp-content/plugins/designthemes-core-features/shortcodes/images/title_bg.png) center bottom no-repeat; display:inline-block; padding:0px 0px 22px; margin:0px 0px 60px; line-height:inherit; font-weight:700; font-size:22px; position:relative; clear:both; background-size:370px 6px;}
.dt-sc-title:before{content:""; width:370px; height:5px; display:block; margin:0 auto 15px;}
.dt-sc-title:after{content:""; width:70px; height:8px; position:absolute; top:0px; left:0px; right:0px; display:block; margin:0 auto;}
.dt-sc-icon-title{font-size:20px; font-weight:bold; text-transform:none; border-top:1px solid #CCC; border-bottom:1px solid #CCC; padding:18px 0px; margin-bottom:50px;}
.dt-sc-icon-title span{margin-right:5px;}
.dt-sc-bordered-title, .secondary-sidebar h3.widgettitle{border-top:5px solid; border-bottom:1px solid #CCC; font-size:20px; padding:15px 0px; margin-bottom:40px; display:inline-block; width:100%;}
.dt-sc-bordered-title:before, .secondary-sidebar h3.widgettitle:before{content:""; height:8px; width:70px; display:inline-block; float:right; margin:-20px 0px 0px;}
.dt-sc-bordered-icon-title{text-transform:capitalize; font-weight:bold; font-size:20px; border-bottom:1px solid #f2f2f2; padding-bottom:15px;}
.dt-sc-bordered-icon-title span{margin-right:5px;}
.dt-sc-simple-title{text-transform:none; margin-bottom:25px;}
.dt-sc-underlined{border-bottom:1px solid #CCC; display:inline-block; font-weight:bold; padding:0px 14px 15px; text-align:center;}
.fullwidth-section.dark-bg .dt-sc-underlined{border-bottom-color:#FFF;} ul.dt-sc-social-icons{margin:0px; padding:0px;}
ul.dt-sc-social-icons li, ul.dt-sc-contact-social-icons li{display:inline-block; padding-bottom:0px; margin:0px 10px 5px 0px;}
ul.dt-sc-social-icons li a{padding:0px 10px; margin:0px; display:inline-block; position:relative; color:#FFF; width:40px; height:38px; line-height:40px; padding:0px; text-align:center;}
ul.dt-sc-social-icons li a:after{content:""; position:absolute; display:inline-block; left:0; width:100%; height:2px; bottom:-3px;}
ul.dt-sc-social-icons li a:hover{opacity:0.8;}
ul.dt-sc-social-icons li a span{font-size:16px; margin:0px;}
#main ul.dt-sc-social-icons li a span{color:#FFF;} .dt-sc-ico-content{width:100%; margin:0px; padding:0px; clear:both; display:block;}
.dt-sc-ico-content.type1{text-align:center; position:relative; border-bottom:5px solid; padding:35px 18px 25px; color:#FFF;}
.dt-sc-ico-content.type1:before{content:""; width:100%; height:3px; display:inline-block; position:absolute; left:0px; top:-4px;}
.dt-sc-ico-content.type1:after{content:""; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:6px solid; left:0px; right:0px; width:0px; margin:auto; bottom:0px; position:absolute;}
.dt-sc-ico-content.type1 .icon{display:inline-block; margin-bottom:15px;}
.dt-sc-ico-content.type1 h5{margin-bottom:5px; font-size:17px;}
.dt-sc-ico-content.type1 h5 a{color:#FFF; text-transform:uppercase; font-weight:normal;}
.dt-sc-ico-content.type1 span{font-style:italic; margin-bottom:20px; display:inline-block;}
.dt-sc-ico-content.type1 .icon .fa{font-style:normal; font-size:63px; margin-bottom:0px;}
.dt-sc-ico-content.type1 .icon img, .dt-sc-ico-content.type1:hover .icon span:before, .dt-sc-ico-content.type1:hover .icon span{}
.dt-sc-ico-content.type1 .icon > span.icon-outer{border:3px solid #FFF; box-shadow:0px 0px 0px 2px #FFF; border-radius:100%; position:relative;}
.dt-sc-ico-content.type1 h4 a{text-shadow:none; font-size:24px; color:#2b2b2b;}
.dt-sc-ico-content.type1:hover span{color:#FFF;}
.dt-sc-ico-content.type2 .icon .custom-icon, .dt-sc-ico-content.type3 .icon .custom-icon{position:relative; line-height:160px; display:inline-block; width:100%; height:100%;}
.custom-icon:before{background-repeat:no-repeat; background-position:center center; content:""; display:inline-block; position:absolute; top:0px; bottom:0px; left:0; right:0; margin:auto;}
.dt-sc-full-width-content{width:100%; float:left; clear:both; display:block; margin:0px; padding:0px;}
.dt-sc-ico-content.type2{padding:0px; width:auto; display:block; text-align:center;}
.dt-sc-ico-content.type2 .icon{text-align:center; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; border:1px solid #CCC; width:70px; height:70px; display:inline-block; margin-bottom:20px;}
.dt-sc-ico-content.type2 .icon span{text-align:center; color:#000000; font-size:24px; line-height:70px; display:inline-block; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1);}
.dt-sc-ico-content.type2 .icon, .dt-sc-ico-content.type3 .icon{position:relative;}
.dt-sc-ico-content.type2 .icon img, .dt-sc-ico-content.type3 .icon img{width:24px; position:absolute; margin:auto; top:0; bottom:0; left:0; right:0; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1);}
.dt-sc-ico-content.type2:hover .icon img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2);}
.dt-sc-ico-content.type2 h5{text-transform:none; font-size:15px; margin-bottom:0px;}
.dt-sc-ico-content.type3 h5{text-transform:none; font-size:15px; margin-bottom:15px;}
.dt-sc-ico-content.type2 h5 a{color:#252525;}
.dt-sc-ico-content.type2 p{float:left; margin:5px 0px 0px 0px;}
.dt-sc-ico-content.type2:hover .icon{border:1px solid;}
.dt-sc-ico-content.type2:hover .icon span{color:#FFF; transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2);}
.dt-sc-ico-content.type2 h4{margin-bottom:0px; line-height:40px;}
.dt-sc-ico-content.type2:hover h4 a{color:#73d5f0;}
.dt-sc-ico-content.type3{width:100%; display:inline-block; margin-bottom:20px;}
.dt-sc-ico-content.type3 .icon, .dt-sc-ico-content.type4 .icon{display:inline-block; margin:0px 20px 0px 0px; float:left; width:70px; height:70px;}
.dt-sc-ico-content.type3:hover .icon{border:1px solid #FFF; color:#FFF;}
.dt-sc-ico-content.type3 .icon{font-size:24px; color:#2f2f2f; background:#f0f0f0; display:inline-block; margin-bottom:15px; border:1px solid #CCC; line-height:70px; width:70px; height:70px; text-align:center; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%;}
.dt-sc-ico-content.type4 .icon span{font-size:45px; line-height:50px; color:#2f2f2f;}
.fullwidth-section.dark-bg .dt-sc-ico-content.type3 h5, .fullwidth-section.skin-color .dt-sc-ico-content.type3 h5{margin:0px 0px 15px; font-size:15px;}
.fullwidth-section.dark-bg .dt-sc-ico-content.type3:hover h5 a, .fullwidth-section.skin-color .dt-sc-ico-content.type3:hover h5 a{color:#CCC;}
.dt-sc-ico-content.type3 h5 a{color:inherit;}
.dt-sc-ico-content.type4 h5{display:inline-block; margin:0px 0px 0px; font-weight:bold; text-transform:none; line-height:55px; font-size:15px;}
.dt-sc-ico-content.type4 h5 a{margin-bottom:0px;}
.fullwidth-section.skin-color .dt-sc-ico-content.type4 h5 a, .fullwidth-section.dark-bg .dt-sc-ico-content.type4 h5 a{color:#FFF;}
.fullwidth-section.skin-color .dt-sc-ico-content.type4 h5 a:hover, .fullwidth-section.skin-color .dt-sc-ico-content.type4:hover h5 a, .fullwidth-section.dark-bg .dt-sc-ico-content.type4 h5 a:hover, .fullwidth-section.dark-bg .dt-sc-ico-content.type4:hover h5 a{color:#CCC;} .dt-sc-team{float:left; width:100%; margin:0px 0px 20px; padding:0px; text-align:center;}
.dt-sc-attorney-carousel-wrapper .dt-sc-team{padding:0px 20px;}
.dt-sc-team .dt-sc-team-thumb{margin-bottom:20px; display:inline-block; max-width:130px;}
.dt-sc-team .dt-sc-team-thumb img, .attorney_content .image img, .our-people-detail .image img{border:5px solid; display:block; height:auto;}
.dt-sc-team.type2 .dt-sc-team-thumb img{border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%;}
.dt-sc-team span, .attorney_content span{font-style:italic; display:inline-block; margin-bottom:10px;}
.dt-sc-team .image{position:relative; float:left; overflow:hidden;}
.dt-sc-team h5{margin-bottom:10px;}
.dt-sc-team p{margin-bottom:20px;}
.dt-sc-team .dt-sc-button{margin-top:0px;}
.dt-sc-team .dt-sc-button, .attorney_details .dt-sc-button{padding:3px 18px; display:inline-block;}
.dt-sc-team-phone-no{font-size:15px;}
.dt-sc-team-phone-no span{margin-right:2px;}
.dt-sc-team-content .dt-sc-button span, .dt-sc-team-phone-no span, .attorney_content .dt-sc-button span{font-style:normal; margin-bottom:0px;}
.dt-sc-team .item-mask, .author-thumb .item-mask, .portfolio-thumb .item-mask, .comment-author .item-mask{left:0; position:absolute; top:0; transition:all 0.2s ease 0s; z-index:9; clear:both;}
.dt-sc-team .image img, .author-thumb .image img, .portfolio-thumb img{float:left; width:100%; clear:both;}
.dt-sc-team .image img{height:auto;}
.dt-sc-team .image{display:inline-block; width:100%; float:none; text-align:center; margin:0px 0px 15px; max-width:220px; max-height:192px;}
.dt-sc-team .team-details{text-align:center; clear:both; float:left; width:100%;}
.dt-sc-team h4{color:#252525; margin:0px 0px 10px;}
.dt-sc-team h6, .attorney_content h6{margin-bottom:5px;} .dt-sc-attorney-carousel-wrapper, .dt-sc-client-carousel-wrapper, .dt-sc-testimonial-carousel-wrapper{float:left; clear:both; margin:0px; padding:0px; width:100%; position:relative; display:block;}
.dt-sc-attorney-carousel li, .dt-sc-client-carousel-wrapper li, .dt-sc-testimonial-carousel-wrapper li{display:inline-block; float:left; margin:0px 10px;}
.dt-sc-client-carousel-wrapper .dt-sc-client-carousel li img{opacity:0.5; transition:opacity 0.5s ease-in-out 0s; -webkit-transition:opacity 0.5s ease-in-out 0s; -moz-transition:opacity 0.5s ease-in-out 0s;}
.dt-sc-client-carousel-wrapper .dt-sc-client-carousel li:hover img{opacity:0.8;}
.dt-sc-attorney-carousel li{text-align:center;}
.carousel-arrows{position:absolute; top:-90px; right:0px;}
.carousel-arrows a{color:#FFF; float:left; width:50px; height:40px; line-height:40px; text-align:center; font-size:15px;}
.carousel-arrows a:hover{color:#FFF;}
.dt-sc-team.type2 span{border-bottom:1px solid #f2f2f2; padding-bottom:12px; display:block;}
.dt-sc-team.type2 span.fa{border-bottom:none; padding-bottom:0px; display:inline-block;}
.dt-sc-client-carousel-wrapper{float:left; clear:both; margin:0px; padding:0px; width:100%; position:relative; display:block;}
.dt-sc-client-carousel li{display:block; float:left; margin:0px 0px 0px 20px; text-align:center;}
.dt-sc-client-carousel li a{line-height:0px; display:block;}
.dt-sc-attorney-carousel .column{margin:0;}
.carousel-arrows a.testimonial-prev:before, .carousel-arrows a.client-prev:before, .carousel-arrows a.events-prev:before{content:"\f104";}
.carousel-arrows a.testimonial-next:before, .carousel-arrows a.client-next:before, .carousel-arrows a.events-next:before{content:"\f105";} .dt-sc-toggle-frame-set{float:left; width:100%; margin:0px; padding:0px;}
.dt-sc-toggle-frame{padding-bottom:20px; display:block;}
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .dt-sc-toggle-frame h5.dt-sc-toggle{font-weight:normal; font-size:16px; position:relative; text-transform:uppercase; margin:0px 0px 0px; padding:0px; background:#f7f7f7;}
.dt-sc-toggle-frame h5 a{display:block; text-transform:uppercase; font-size:16px; color:#5c5c5c;}
.dt-sc-toggle-frame h5 a:before, .dt-sc-toggle-frame h5 a:after{position:absolute; text-decoration:inherit; font-size:14px;}
.faq .dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .faq .dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before{content:"\f077"; top:-6px; left:0px; position:absolute; font-weight:normal; font-size:14px;}
.faq h5.dt-sc-toggle-accordion a{padding:0px; line-height:inherit;}
.dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after, .dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle:after, .dt-sc-toggle-frame h5.dt-sc-toggle:after{content:"\f0d7"; top:0px; right:0px; display:inline-block; float:left; position:absolute; font-size:15px; width:50px; height:50px; text-align:center; line-height:50px; color:#FFF; cursor:pointer;}
.dt-sc-toggle-frame-set h5.dt-sc-toggle-accordion:before, h5.dt-sc-toggle:before{top:0px; right:0px; display:inline-block; float:left; position:absolute; font-size:15px; width:50px; height:50px; text-align:center; line-height:50px; color:#FFF;}
.dt-sc-toggle-frame .dt-sc-toggle-content{padding:30px 10px 15px 0px; margin:0px 0px 0px 0px; background:#FFF; line-height:28px;}
.dt-sc-toggle-frame .dt-sc-toggle-accordion.active, .dt-sc-toggle-frame .dt-sc-toggle.active{background:#f7f7f7; margin-bottom:0px; padding:0px;}
.dt-sc-toggle-frame .dt-sc-toggle.active a:before, .dt-sc-toggle-frame .dt-sc-toggle.active a:after, .dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle.active:before, .dt-sc-toggle-frame h5.dt-sc-toggle:before{content:""; display:none;}
h5.dt-sc-toggle-accordion.active:after, h5.dt-sc-toggle.active:after{content:"\f0d8";}
h5.dt-sc-toggle-accordion:after, h5.dt-sc-toggle:after{content:"\f0d7"; color:#FFF; margin-left:20px; width:50px; height:50px; display:inline-block; text-align:center; line-height:50px;}
h5.dt-sc-toggle-accordion{margin-left:0px;}
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:after{margin-left:0px; font-size:15px;} 
.dt-sc-toggle-frame-set h5.dt-sc-toggle-accordion:before, h5.dt-sc-toggle:before{content:"\f0d7";}
.dt-sc-toggle-frame-set h5.dt-sc-toggle-accordion:after, h5.dt-sc-toggle:after{content:""; height:0px; width:0px; display:none;}
h5.dt-sc-toggle-accordion.active:before, .dt-sc-toggle-frame-set h5.dt-sc-toggle.active:before{content:"\f0d8";}
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:before, .dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle.active:before, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle:before{content:""; background:none; width:0px; height:0px; line-height:0px; display:none;}
.faq h5.dt-sc-toggle-accordion{padding-left:55px; line-height:45px; font-size:15px; margin:0px 0px 5px;}
.faq .dt-sc-toggle-content{padding-left:55px; line-height:inherit;}
.faq h5.dt-sc-toggle-accordion:before{content:"\f128"; background:none; color:#252525; width:42px; height:42px; line-height:42px; border:1px solid #252525; display:inline-block; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%;}
.faq h5.dt-sc-toggle-accordion:after{content:""; width:auto; height:auto; display:none;}
.faq h5.dt-sc-toggle-accordion.active:before{content:"\f128"; background:none;}
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion{line-height:inherit;}
h5.dt-sc-toggle-accordion, .dt-sc-toggle-frame h5.dt-sc-toggle, h5.dt-sc-toggle{position:relative; text-transform:none; margin-bottom:20px; font-weight:normal; font-size:16px; clear:both;}
h5.dt-sc-toggle-accordion, h5.dt-sc-toggle{padding:0px 0px 0px 70px; line-height:50px;}
.dt-sc-toggle-frame h5.dt-sc-toggle{margin-bottom:0px; line-height:inherit;}
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .dt-sc-toggle-frame h5.dt-sc-toggle a{font-weight:normal;}
h5.dt-sc-toggle-accordion a:hover, h5.dt-sc-toggle a:hover{color:inherit;}
h5.dt-sc-toggle-accordion a, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .dt-sc-toggle-frame h5.dt-sc-toggle a, h5.dt-sc-toggle a{font-weight:normal; text-transform:none; padding:14px 10px 12px 20px; display:block; line-height:24px;} 
h5.dt-sc-toggle-accordion:before, h5.dt-sc-toggle:before{display:inline-block; text-align:center; position:absolute; top:0px; left:0px; z-index:1; cursor:pointer;}
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:after, .dt-sc-toggle-frame h5.dt-sc-toggle.active:after, h5.dt-sc-toggle.active:before{content:"\f0d8"; color:#FFF; cursor:pointer;}
.dt-sc-toggle-content{padding-bottom:20px; line-height:28px; clear:both; display:none;} ul.dt-sc-tabs-frame, ul.dt-sc-tabs{margin:0px; padding:0px; width:100%;}
ul.dt-sc-tabs-frame li{display:inline; float:left; margin:0px; padding:0px;}
.dt-sc-tabs-frame-content, .dt-sc-tabs-content{background:#FFF; display:block; float:left; clear:both; width:100%; padding:50px 0px 20px 0px; margin:0px 0px 0px 0px;}
.dt-sc-tabs-frame-content ul li{padding-bottom:5px;}
.dt-sc-tabs-content{padding:25px 20px 20px 0px;}
.dt-sc-tabs-frame-content ul.dt-sc-ico-list{margin:0px 0px 0px; display:inline-block;}
.dt-sc-tabs-frame-content ul.dt-sc-ico-list li{float:left; display:inline-block; width:185px; padding:10px 0px; font-size:16px;}
.dt-sc-tabs-frame-content ul.dt-sc-ico-list li span{font-size:24px; margin:2px 15px 0px 0px; float:left;}
.dt-sc-tabs-frame-content h2{font-size:26px; margin-bottom:15px;}
.dt-sc-tabs-frame-content h5, .dt-sc-tabs-content h5{font-size:16px; margin-bottom:40px; font-weight:normal;}
.dt-sc-tabs-content{line-height:28px;}
ul.dt-sc-tabs li{margin-right:2px; float:left; display:inline; padding-bottom:0px;}
ul.dt-sc-tabs-frame li{margin-right:2px; float:left; display:inline; padding-bottom:0px;}
ul.dt-sc-tabs li a{padding:0px 20px; line-height:50px; display:inline-block; font-size:16px; font-weight:normal; position:relative; z-index:1; text-transform:capitalize;}
ul.dt-sc-tabs li:first-child a{padding-left:0px;}
ul.dt-sc-tabs-frame li a{padding:0px 20px; line-height:50px; display:inline-block; font-size:16px; font-weight:normal; position:relative; z-index:1; background:#f7f7f7; text-transform:capitalize; border-top:5px solid;}
ul.dt-sc-tabs-frame li a.current, ul.dt-sc-tabs-vertical-frame li a.current, .dt-sc-tabs-vertical-container ul.dt-sc-tabs-vertical-frame li a.current{color:#FFF;}
.dt-sc-tabs-frame-content{line-height:28px; border-top:5px solid;}
.dt-sc-tabs-frame-content img.alignleft{margin-right:35px;}
.dt-sc-tabs-frame-content h5{margin:15px 0px 10px; text-transform:none;}
.dt-sc-tabs-frame-content p{margin:0px 0px 10px 0px;} .dt-sc-tabs-vertical-container{width:100%; float:left; clear:both; padding:0px; margin:0px;}
ul.dt-sc-tabs-vertical, ul.dt-sc-tabs-vertical-frame{float:left; width:30%; margin:0px; padding:0px;}
.dt-sc-tabs-vertical-content, .dt-sc-tabs-vertical-frame-content{float:left; width:70%; margin:0px; padding:0px 25px 20px; border-style:solid; border-width:0px 0px 0px 5px; min-height:170px;}
ul.dt-sc-tabs-vertical li, ul.dt-sc-tabs-vertical-frame li{float:left; display:block; margin:0px; padding:0px; width:100%; position:relative; border-bottom:1px solid #CCC;}
ul.dt-sc-tabs-vertical li:last-child{border-bottom:none;}
ul.dt-sc-tabs-vertical li a, ul.dt-sc-tabs-vertical-frame li a{display:block; margin:0px; padding:15px 20px 15px 0px; text-transform:capitalize; color:#2f2f2f; font-size:16px;}
ul.dt-sc-tabs-vertical li:first-child a{padding-top:0px;}
ul.dt-sc-tabs-vertical-frame li{border-bottom:none; margin-bottom:2px;}
ul.dt-sc-tabs-vertical-frame li:last-child{margin-bottom:0px;}
ul.dt-sc-tabs-vertical-frame li a{padding:15px 25px; background-color:#f7f7f7; border-style:solid; border-width:0px 0px 0px 5px;} .dt-sc-testimonial{position:relative; float:left; display:block; width:100%;}
.dt-sc-testimonial blockquote{position:relative; padding:15px 0px 25px 30px; float:left; display:block; margin:0px; margin:0px 0px 25px 0px; font-size:14px; line-height:28px; border:none; border-bottom:1px solid #f2f2f2;}
.dt-sc-testimonial blockquote:before, .dt-sc-testimonial blockquote:after{font-style:italic; position:absolute; color:#838585; width:auto; height:auto; line-height:inherit; background:none;} 
.dt-sc-testimonial blockquote:after{bottom:20px; right:auto; padding-left:10px;}
.dt-sc-testimonial blockquote:before{top:15px; left:0px;}
.dt-sc-testimonial .author{float:right; margin:0px 0px 0px 3px; display:block; width:56px;}
.dt-sc-testimonial .author img{border:2px solid; float:left; display:inline-block;}
.dt-sc-testimonial:hover .author img{border:2px solid;}
.dt-sc-testimonial .author-meta p{font-size:14px; margin-bottom:5px;}
.dt-sc-testimonial .author-meta{float:right; margin:2px 20px 0px 0px; display:inline-block; text-align:right;}
.dt-sc-testimonial .author-meta span{display:block; margin-bottom:8px; font-style:italic;} .dt-sc-business-hours{width:100%; float:left;}
.dt-sc-business-hours p{font-size:14px;}
.dt-sc-business-hours p span{float:right;}  blockquote{padding:30px 18px; margin:0px; position:relative; line-height:26px; font-size:14px;}
blockquote:before, blockquote:after{font-size:30px; font-style:italic; position:absolute;}
blockquote:before{top:24px; left:10px;}
blockquote:after{bottom:0px; right:15px;}
blockquote.alignright{margin-left:30px; text-align:left; width:30%; float:right;}
blockquote.alignleft{margin-right:30px; text-align:left; width:35%; float:left;}
blockquote{border-top:5px solid #f2f2f2; display:block; border-bottom:5px solid #f2f2f2; line-height:28px;}
blockquote:before, blockquote:after{top:-18px; left:0px; font-style:normal; color:#FFF; width:30px; height:30px; text-align:center; border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%; line-height:50px;}
blockquote.blue:before, blockquote.blue:after{background-color:#58b1d1;}
blockquote.brown:before, blockquote.brown:after{background-color:#421b0c;}
blockquote.crimson:before, blockquote.crimson:after{background-color:#bf5b59;}
blockquote.gold:before, blockquote.gold:after{background-color:#a47700;}
blockquote.maroon:before, blockquote.maroon:after{background-color:#8d1812;}
blockquote.deepblue:before, blockquote.deepblue:after{background-color:#022444;}
blockquote.munsell_blue:before, blockquote.munsell_blue:after{background-color:#2b7487;}
blockquote.chocolate:before, blockquote.chocolate:after{background-color:#403434;}
blockquote.orange:before, blockquote.orange:after{background-color:#d14c2b;}
blockquote.black:before, blockquote.black:after{background-color:#000;}
blockquote:after{left:auto; right:0px; top:auto; bottom:-18px; line-height:50px;}  .dt-sc-pullquote1{border-left:3px solid; background:#F0F0F0; letter-spacing:0; line-height:25px; padding:15px; width:36%;}
.dt-sc-pullquote2{background:#F0F0F0; border:1px solid #FFF; box-shadow:0 0 5px #D0D0D0; padding:19px;}	
.dt-sc-pullquote3{background:#F0F0F0; border-bottom:2px dotted #D9D9D9; border-top:2px dotted #D9D9D9; padding:19px;}	
.dt-sc-pullquote4{border-bottom:4px double #D9D9D9; border-top:4px double #D9D9D9; margin-top:20px; padding:10px 0px;}	
.dt-sc-pullquote5{letter-spacing:0px; line-height:25px; padding:5px 5px 5px 15px; width:36%;}	
.dt-sc-pullquote6{background:#F0F0F0; letter-spacing:0px; line-height:25px; padding:15px; width:36%;}	
.dt-sc-pullquote1.alignright{margin:20px 0px 20px 20px;}
.dt-sc-pullquote1.alignleft{margin:20px 20px 20px 0px;}
.dt-sc-pullquote1.aligncenter{margin:20px 0px 20px 0px; text-align:center; display:block; width:100%;}
.dt-sc-pullquote1.aligncenter, .dt-sc-pullquote2.aligncenter, .dt-sc-pullquote3.aligncenter, .dt-sc-pullquote4.aligncenter, .dt-sc-pullquote5.aligncenter, .dt-sc-pullquote6.aligncenter{display:block; float:none; text-align:center; width:auto;}
.dt-sc-pullquote1, .dt-sc-pullquote2, .dt-sc-pullquote3, .dt-sc-pullquote4, .dt-sc-pullquote5, .dt-sc-pullquote6{display:inline-block; margin-bottom:20px; margin-right:2%; margin-top:20px; width:40%;}
.dt-sc-pullquote1.alignleft, .dt-sc-pullquote1.aligncenter{margin-left:2px;}	
.dt-sc-pullquote1.alignright, .dt-sc-pullquote1.aligncenter{margin-right:2px;}
.dt-sc-pullquote5{border-left:3px solid;}
.dt-sc-pullquote6{border-top:3px solid;} .dt-sc-error-box p, .dt-sc-warning-box p, .dt-sc-success-box p, .dt-sc-info-box p{margin-bottom:0; line-height:20px;}
.dt-sc-error-box, .dt-sc-warning-box, .dt-sc-success-box, .dt-sc-info-box{clear:both; margin-bottom:25px; padding:15px 15px 12px 42px;}
.dt-sc-error-box a, .dt-sc-warning-box a, .dt-sc-success-box a, .dt-sc-info-box a{text-decoration:underline;}
.dt-sc-error-box a:hover, .dt-sc-warning-box a:hover, .dt-sc-success-box a:hover, .dt-sc-info-box a:hover{text-decoration:none;}
.dt-sc-error-box{background:#FFCCCC; border:1px solid #FF9999; color:#D01313; position:relative;}
.dt-sc-error-box:before, .dt-sc-warning-box:before, .dt-sc-success-box:before, .dt-sc-info-box:before{font-size:25px; left:12px; position:absolute; text-decoration:inherit; top:11px;}
.dt-sc-error-box:before{color:#C54228; content:"\f057";}
.dt-sc-warning-box{background:#FDEBAE; border:1px solid #E6C555; color:#C79D13; position:relative;}
.dt-sc-warning-box:before{color:#E2B828; content:"\f06a";}
.dt-sc-success-box{background:#C0DF89; border:1px solid #A0CE4E; color:#466C00; position:relative; text-shadow:1px 1px 0 #E3F1CB;}
.dt-sc-success-box:before{color:#75B632; content:"\f058";}
.success-msg, .error-msg{display:block; margin:10px 0px 0px; text-align:center; clear:both;}
footer .success-msg{color:#5c5c5c;}
.error-msg{color:#FF0000;}
.dt-sc-info-box{background:#BFE4F9; border:1px solid #68A2CF; color:#2081B9; position:relative;}
.dt-sc-info-box:before{color:#008BC1; content:"\f05a";}
.dt-sc-error-box a{color:#D01313;}
.dt-sc-warning-box a{color:#C79D13;}
.dt-sc-success-box a{color:#7BA411;}
.dt-sc-info-box a{color:#2081B9;} .dt-sc-progress{height:42px; margin-bottom:10px; clear:both; display:block;}
.dt-sc-progress .dt-sc-bar{position:relative;}
.dt-sc-bar-text{margin-bottom:5px; color:#494949;}
.dt-sc-progress .dt-sc-bar-text{font-size:14px; position:absolute; top:0; left:0; line-height:42px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; padding:0px 20px; color:#FFF; font-weight:bold; width:100%; text-align:left; display:none;}
.dt-sc-progress .dt-sc-bar-text > span{float:right; display:block;}
.dt-sc-progress{overflow:hidden; height:20px; background-color:#f7f7f7; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;}
.dt-sc-progress .dt-sc-bar{width:0%; height:100%; color:#FFF; float:left; font-size:12px; text-align:center; background-repeat:repeat-x; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-transition:width 0.6s ease; -moz-transition:width 0.6s ease; -o-transition:width 0.6s ease; transition:width 0.6s ease;}
.dt-sc-progress .dt-sc-bar + .dt-sc-bar {
-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
}
.dt-sc-progress-striped .dt-sc-bar {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-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-image: -moz-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-image: -o-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-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);
-webkit-background-size: 20px 20px;
-moz-background-size: 20px 20px;
-o-background-size: 20px 20px;
background-size: 20px 20px;
}
.dt-sc-progress-striped .dt-sc-bar {
}
.dt-sc-progress.active .dt-sc-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
} .dt-sc-pricing-table.no-space .dt-sc-one-fourth{width:25%;}
.dt-sc-pricing-table.no-space .column{margin-left:0px;}
.dt-sc-pr-tb-col.selected{border:1px solid #CCC;}
.dt-sc-tb-header .dt-sc-tb-thumb .dt-sc-tb-title{bottom:0; display:inline-block; left:0; opacity:0.9; position:absolute; width:100%; padding:15px 0px; z-index:9;}
.dt-sc-tb-header .dt-sc-tb-thumb{display:inline-block; width:100%; position:relative; float:left;}
.dt-sc-pricing-table{width:100%; margin:30px 0px 20px; padding:0px; float:left;}
.dt-sc-pr-tb-col{position:relative; border:1px solid #dfdfdf; background:#FFF; width:100%; margin:0px; padding:0px; text-align:center; -webkit-transition:-webkit-box-shadow 0.2s ease-out; -moz-transition:-moz-box-shadow 0.2s ease-out; 	-o-transition:-o-box-shadow 0.2s ease-out; transition:box-shadow 0.2s ease-out; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;}
.dt-sc-tb-title h5{padding:20px; font-weight:600; font-size:18px; line-height:normal; text-transform:uppercase; margin-bottom:0px;}
.dt-sc-tb-header .dt-sc-price{background:#f0f0f0; margin:0px; padding:25px 20px 25px 20px; display:block; font-size:48px; font-weight:300; color:#181818;}
.dt-sc-tb-header .dt-sc-price span{font-size:18px;}
.dt-sc-tb-content{list-style-type:none; margin:0px;}
.dt-sc-tb-content li{font-size:14px; color:#333333; border-bottom:1px solid #dfdfdf; padding:18px 10px;}
.dt-sc-pr-tb-col .dt-sc-buy-now{padding:20px; margin:0px;}
.dt-sc-pr-tb-col .dt-sc-buy-now .dt-sc-button{margin:0px; padding:10px 20px;}
.dt-sc-pr-tb-col .dt-sc-buy-now .dt-sc-button:after{background:#666667;}
.dt-sc-pr-tb-col .dt-sc-buy-now .dt-sc-button:hover, .dt-sc-pr-tb-col.selected .dt-sc-buy-now .dt-sc-button:hover{color:#FFF;}
.dt-sc-pr-tb-col, .dt-sc-tb-header .dt-sc-price, .dt-sc-tb-title h5, .dt-sc-pr-tb-col .dt-sc-buy-now{-webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear; transition:all 300ms linear;}
.dt-sc-pr-tb-col.selected, .dt-sc-pr-tb-col:hover{z-index:9; box-shadow:0px 0px 15px rgba(0, 0, 0, 0.25); -moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.25); -webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.25); margin-top:-15px;}
.dt-sc-pr-tb-col:hover{z-index:1;}
.dt-sc-pr-tb-col.selected .dt-sc-tb-header .dt-sc-price, .dt-sc-pr-tb-col:hover .dt-sc-tb-header .dt-sc-price{padding:35px 20px;}
.dt-sc-pr-tb-col.selected .dt-sc-tb-header .dt-sc-price{color:#FFF;}
.dt-sc-pricing-table.no-space .column{margin-left:0px;}
.dt-sc-pr-tb-col .dt-sc-tb-title h3{margin-bottom:0px;}
.dt-sc-tb-header .dt-sc-price{display:inline-block; color:#999999; position:relative; width:100%;} .dt-sc-titled-box h4.dt-sc-titled-box-title{color:#FFF;}
.dt-sc-titled-box h4.dt-sc-titled-box-title{padding:10px 15px; text-shadow:none; text-transform:none; margin:0px;}
.dt-sc-titled-box h4.dt-sc-titled-box-title span{margin-right:5px; font-size:18px;}
.dt-sc-titled-box-content{padding:15px 15px 20px; background:#FFF; border:1px solid #e2e2e2; border-top:0px;}
.dt-sc-titled-box h4.dt-sc-titled-box-title{font-size:16px; text-transform:capitalize;}
.dt-sc-titled-box.blue h4.dt-sc-titled-box-title{background:#58b1d1;}
.dt-sc-titled-box.brown h4.dt-sc-titled-box-title{background:#421b0c;}
.dt-sc-titled-box.crimson h4.dt-sc-titled-box-title{background:#bf5b59;}
.dt-sc-titled-box.gold h4.dt-sc-titled-box-title{background:#a47700;}
.dt-sc-titled-box.maroon h4.dt-sc-titled-box-title{background:#8d1812;}
.dt-sc-titled-box.deepblue h4.dt-sc-titled-box-title{background:#022444;}
.dt-sc-titled-box.munsell_blue h4.dt-sc-titled-box-title{background:#2b7487;}
.dt-sc-titled-box.chocolate h4.dt-sc-titled-box-title{background:#403434;}
.dt-sc-titled-box.orange h4.dt-sc-titled-box-title{background:#d14c2b;}
.dt-sc-titled-box.black h4.dt-sc-titled-box-title{background:#000;}
.dt-sc-colored-box{width:100%; float:left; margin:0px;}
.dt-sc-colored-box h4{border-bottom:1px solid #5c5c5c; padding-bottom:15px; margin-bottom:15px;}
.dt-sc-colored-box h4 span{font-size:30px; margin-right:10px; position:relative; top:3px;}
.dt-sc-colored-box h4{color:#5c5c5c;} .dt-sc-colored-box{width:100%; float:left; color:#FFF; margin:0px 0px 0px; position:relative;}
.dt-sc-colored-box h5{text-align:center; border-bottom:1px solid; padding:15px 0px; margin-bottom:0px;}
.dt-sc-colored-box h5 span{margin-right:5px;}
.dt-sc-colored-box h5, .dt-sc-colored-box ul li:before, .dt-sc-colored-box ul.dt-sc-fancy-list li a, .dt-sc-colored-box ul li a{color:#FFF;}
.dt-sc-colored-box ul.dt-sc-fancy-list li a{display:block;}
.dt-sc-colored-box ul li a:hover{color:#CCC;}
.dt-sc-colored-box ul li{padding-bottom:10px; line-height:25px; text-transform:none; padding-bottom:10px; font-size:14px; list-style:none;}
.dt-sc-colored-box ul li{padding-bottom:20px;}
.dt-sc-colored-box ul li:last-child{padding-bottom:10px;}
.dt-sc-colored-box ul.dt-sc-fancy-list li{line-height:20px; padding-bottom:10px;}
.dt-sc-colored-box-content{padding:40px 30px 40px;}
.dt-sc-colored-box-content ul{margin-bottom:0px;}
.dt-sc-colored-box-content p{font-size:14px; line-height:28px; margin-bottom:8px; color:#FFF;}
.dt-sc-colored-box-content p.aligncenter{margin-bottom:8px;} .dt-sc-colored-box.maroon{background-color:#7f1917;}
.dt-sc-colored-box.maroon h5{border-bottom-color:#8b1e1c;}
.dt-sc-colored-box.maroon h5{background-color:#711614;}
.dt-sc-colored-box.maroon:hover{background-color:#022444;}
.dt-sc-colored-box.maroon:hover h5{border-bottom-color:#274b6d;}
.dt-sc-colored-box.maroon:hover h5{background-color:#02203d;} .dt-sc-colored-box.deepblue{background-color:#022444;}
.dt-sc-colored-box.deepblue h5{border-bottom-color:#274b6d;}
.dt-sc-colored-box.deepblue h5{background-color:#02203d;}
.dt-sc-colored-box.deepblue:hover{background-color:#7f1917;}
.dt-sc-colored-box.deepblue:hover h5{border-bottom-color:#8b1e1c;}
.dt-sc-colored-box.deepblue:hover h5{background-color:#711614;} .dt-sc-colored-box.blue{background-color:#58b1d1;}
.dt-sc-colored-box.blue h5{border-bottom-color:#4e9eba;}
.dt-sc-colored-box.blue h5{background-color:#4e9eba;}
.dt-sc-colored-box.blue:hover{background-color:#2b7487;}
.dt-sc-colored-box.blue:hover h5{border-bottom-color:#266778;}
.dt-sc-colored-box.blue:hover h5{background-color:#266778;} .dt-sc-colored-box.munsell_blue{background-color:#2b7487;}
.dt-sc-colored-box.munsell_blue h5{border-bottom-color:#266778;}
.dt-sc-colored-box.munsell_blue h5{background-color:#266778;}
.dt-sc-colored-box.munsell_blue:hover{background-color:#58b1d1;}
.dt-sc-colored-box.munsell_blue:hover h5{border-bottom-color:#4e9eba;}
.dt-sc-colored-box.munsell_blue:hover h5{background-color:#4e9eba;} .dt-sc-colored-box.crimson{background-color:#bf5b59;}
.dt-sc-colored-box.crimson h5{border-bottom-color:#aa514f;}
.dt-sc-colored-box.crimson h5{background-color:#aa514f;}
.dt-sc-colored-box.crimson:hover{background-color:#403434;}
.dt-sc-colored-box.crimson:hover h5{border-bottom-color:#392e2e;}
.dt-sc-colored-box.crimson:hover h5{background-color:#392e2e;} .dt-sc-colored-box.chocolate{background-color:#403434;}
.dt-sc-colored-box.chocolate h5{border-bottom-color:#392e2e;}
.dt-sc-colored-box.chocolate h5{background-color:#392e2e;}
.dt-sc-colored-box.chocolate:hover{background-color:#bf5b59;}
.dt-sc-colored-box.chocolate:hover h5{border-bottom-color:#aa514f;}
.dt-sc-colored-box.chocolate:hover h5{background-color:#aa514f;} .dt-sc-colored-box.brown{background-color:#421b0c;}
.dt-sc-colored-box.brown h5{border-bottom-color:#3b180b;}
.dt-sc-colored-box.brown h5{background-color:#3b180b;}
.dt-sc-colored-box.brown:hover{background-color:#d14c2b;}
.dt-sc-colored-box.brown:hover h5{border-bottom-color:#ba4426;}
.dt-sc-colored-box.brown:hover h5{background-color:#ba4426;} .dt-sc-colored-box.orange{background-color:#d14c2b;}
.dt-sc-colored-box.orange h5{border-bottom-color:#ba4426;}
.dt-sc-colored-box.orange h5{background-color:#ba4426;}
.dt-sc-colored-box.orange:hover{background-color:#421b0c;}
.dt-sc-colored-box.orange:hover h5{border-bottom-color:#3b180b;}
.dt-sc-colored-box.orange:hover h5{background-color:#3b180b;} .dt-sc-colored-box.gold{background-color:#a47700;}
.dt-sc-colored-box.gold h5{border-bottom-color:#926a00;}
.dt-sc-colored-box.gold h5{background-color:#926a00;}
.dt-sc-colored-box.gold:hover{background-color:#000;}
.dt-sc-colored-box.gold:hover h5{border-bottom-color:#1c1c1c;}
.dt-sc-colored-box.gold:hover h5{background-color:#1c1c1c;} .dt-sc-colored-box.black{background-color:#000;}
.dt-sc-colored-box.black h5{border-bottom-color:#1c1c1c;}
.dt-sc-colored-box.black h5{background-color:#1c1c1c;}
.dt-sc-colored-box.black:hover{background-color:#a47700;}
.dt-sc-colored-box.black:hover h5{border-bottom-color:#926a00;}
.dt-sc-colored-box.black:hover h5{background-color:#926a00;} .dt-sc-callout-box{width:100%; margin:0px; padding:25px 3%; float:left;}
.dt-sc-callout-box h4{text-transform:none; margin-bottom:10px; font-weight:normal;}
.dt-sc-callout-box h5{text-transform:none; font-size:16px; font-weight:normal; color:#858585; margin-bottom:0px;}
.dt-sc-callout-box .dt-sc-button{padding:12px 20px; float:right; margin:5px 0px 0px;}
.dt-sc-callout-box .icon{width:65px; height:65px; float:left; margin:-5px 20px 0px 0px; text-align:center; line-height:70px; font-size:36px; border-radius:65px;}
.dt-sc-callout-box.with-icon{padding:25px 3% 25px 2%;}
.dt-sc-callout-box.with-icon h4{text-transform:none;}
.dt-sc-callout-box.type1, .dt-sc-callout-box.type5{border:1px solid #CCC;}	
.dt-sc-callout-box.type2, .dt-sc-callout-box.type5{background:#f6f6f6;}	
.dt-sc-callout-box.type3{background:#f6f6f6; border-left:1px solid;}
.dt-sc-callout-box.type1 .icon, .dt-sc-callout-box.type5 .icon{color:#FFF; border:1px solid;}
.dt-sc-callout-box.type2 .icon, .dt-sc-callout-box.type3 .icon{background:#FFF; border:1px solid;}
.dt-sc-callout-box.type1 .dt-sc-button, .dt-sc-callout-box.type4 h4, .dt-sc-callout-box.type4 h5, .dt-sc-callout-box.with-icon.type2:hover .icon span{color:#FFF;}
.dt-sc-callout-box.type1 .dt-sc-button:after{background:#FFF;}
.dt-sc-callout-box.type1:hover .icon{background:none;}
.dt-sc-callout-box.type1 .icon, .dt-sc-callout-box.type5 .icon, .dt-sc-callout-box.with-icon.type2:hover .icon, .dt-sc-callout-box.type3 .icon{color:#FFF; border:1px solid;}
.dt-sc-callout-box.type2:hover .icon, .dt-sc-callout-box.type3:hover .icon, .dt-sc-callout-box.type3 .icon span, .dt-sc-callout-box.type4:hover .icon span{color:#FFF;}
.dt-sc-callout-box.type4 .dt-sc-button{background:#FFF; color:#2f2f2f;}
.dt-sc-callout-box.type4 .dt-sc-button:hover{color:#FFF; opacity:1;}
.dt-sc-callout-box.type1:hover .icon, .dt-sc-callout-box.type5:hover .icon, .dt-sc-callout-box.type3:hover .icon{background:transparent;}
.dt-sc-callout-box.type4:hover .icon{background:none; color:#FFF;}
.dt-sc-callout-box.type4 .icon{background:#FFF; border:1px solid #FFF;} .dt-sc-counter .dt-sc-counter-border{border:1px solid #2f2f2f; padding:65px 0px 80px;}
.dt-sc-counter-number{font-size:30px; font-weight:bold; color:#2f2f2f; display:inline-block;}
.dt-sc-counter{text-align:center;}
.dt-sc-counter .icon{width:74px; height:74px; line-height:86px; background-color:#2f2f2f; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; display:block; margin:-37px auto 0px; float:none;}
.dt-sc-counter .icon span.fa{font-size:28px; color:#FFF;}
.dt-sc-counter-border span{font-size:28px; color:#2f2f2f; font-weight:bold;}
.dt-sc-counter h6{font-weight:normal; color:#2f2f2f;}
.dt-sc-counter:hover .icon span, .fullwidth-section.skin-color .dt-sc-counter:hover .icon span, .fullwidth-section.dark-bg .dt-sc-counter:hover .icon span{color:#FFF;} .fullwidth-section.skin-color .dt-sc-counter .dt-sc-counter-border, .fullwidth-section.dark-bg .dt-sc-counter .dt-sc-counter-border{border:1px solid #FFF;}
.fullwidth-section.skin-color .dt-sc-counter-number, .fullwidth-section.skin-color .dt-sc-counter-border span, .fullwidth-section.dark-bg .dt-sc-counter-number, .fullwidth-section.dark-bg .dt-sc-counter-border span{color:#FFF;}
.fullwidth-section.skin-color .dt-sc-counter .icon, .fullwidth-section.dark-bg .dt-sc-counter .icon{background-color:#FFF;} .dt-sc-practice-content{display:none; line-height:28px;} .dt-sc-dropcap{font-size:24px; float:left; margin:5px 0px 10px 0px; text-align:center; color:#FFF; line-height:35px;}
.dt-sc-dropcap.dt-sc-dropcap-default{font-size:40px; width:58px;}
.dt-sc-dropcap.dt-sc-dropcap-circle{width:40px; height:40px; line-height:42px; margin:5px 10px 0px 0px; padding:0px; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%;}
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle{width:38px; height:38px; line-height:38px; margin:5px 10px 0 0; padding:0px; text-align:center; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%;}
.dt-sc-dropcap.dt-sc-dropcap-square{width:40px; height:40px; line-height:42px; text-align:center; margin:5px 10px 0px 0px; padding:0px;}		
.dt-sc-dropcap.dt-sc-dropcap-bordered-square{width:38px; height:38px; text-align:center; margin:5px 10px 0px 0px; padding:0px; line-height:38px;}
.dt-sc-dropcap.dt-sc-dropcap-default{color:#2f2f2f;}
.dt-sc-dropcap.dt-sc-dropcap-circle{background:#2f2f2f;}
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle{border:1px solid #2f2f2f; color:#2f2f2f;}
.dt-sc-dropcap.dt-sc-dropcap-square{background:#2f2f2f;}
.dt-sc-dropcap.dt-sc-dropcap-bordered-square{color:#2f2f2f; border:1px solid #2f2f2f;}	
.dt-sc-dropcap.dt-sc-dropcap-default.blue{color:#58b1d1;}	
.dt-sc-dropcap.dt-sc-dropcap-default.brown{color:#421b0c;}
.dt-sc-dropcap.dt-sc-dropcap-default.crimson{color:#bf5b59;}
.dt-sc-dropcap.dt-sc-dropcap-default.gold{color:#a47700;}
.dt-sc-dropcap.dt-sc-dropcap-default.maroon{color:#8d1812;}
.dt-sc-dropcap.dt-sc-dropcap-default.deepblue{color:#022444;}	
.dt-sc-dropcap.dt-sc-dropcap-default.munsell_blue{color:#2b7487;}
.dt-sc-dropcap.dt-sc-dropcap-default.chocolate{color:#403434;}
.dt-sc-dropcap.dt-sc-dropcap-default.orange{color:#d14c2b;}
.dt-sc-dropcap.dt-sc-dropcap-default.black{color:#000;}
.dt-sc-dropcap-circle.blue, .dt-sc-dropcap-square.blue{background:#58b1d1;}	
.dt-sc-dropcap-circle.brown, .dt-sc-dropcap-square.brown{background:#421b0c;}
.dt-sc-dropcap-circle.crimson, .dt-sc-dropcap-square.crimson{background:#bf5b59;}
.dt-sc-dropcap-circle.gold, .dt-sc-dropcap-square.gold{background:#a47700;}
.dt-sc-dropcap-circle.maroon, .dt-sc-dropcap-square.maroon{background:#8d1812;}
.dt-sc-dropcap-circle.deepblue, .dt-sc-dropcap-square.deepblue{background:#022444;}	
.dt-sc-dropcap-circle.munsell_blue, .dt-sc-dropcap-square.munsell_blue{background:#2b7487;}
.dt-sc-dropcap-circle.chocolate, .dt-sc-dropcap-square.chocolate{background:#403434;}
.dt-sc-dropcap-circle.orange, .dt-sc-dropcap-square.orange{background:#d14c2b;}
.dt-sc-dropcap-circle.black, .dt-sc-dropcap-square.black{background:#000;}
.dt-sc-dropcap-bordered-circle.blue, .dt-sc-dropcap-bordered-square.blue{border-color:#58b1d1; color:#58b1d1;}	
.dt-sc-dropcap-bordered-circle.brown, .dt-sc-dropcap-bordered-square.brown{border-color:#421b0c; color:#421b0c;}
.dt-sc-dropcap-bordered-circle.crimson, .dt-sc-dropcap-bordered-square.crimson{border-color:#bf5b59; color:#bf5b59;}
.dt-sc-dropcap-bordered-circle.gold, .dt-sc-dropcap-bordered-square.gold{border-color:#a47700; color:#a47700;}
.dt-sc-dropcap-bordered-circle.maroon, .dt-sc-dropcap-bordered-square.maroon{border-color:#8d1812; color:#8d1812;}
.dt-sc-dropcap-bordered-circle.deepblue, .dt-sc-dropcap-bordered-square.deepblue{border-color:#022444; color:#022444;}	
.dt-sc-dropcap-bordered-circle.munsell_blue, .dt-sc-dropcap-bordered-square.munsell_blue{border-color:#2b7487; color:#2b7487;}
.dt-sc-dropcap-bordered-circle.chocolate, .dt-sc-dropcap-bordered-square.chocolate{border-color:#403434; color:#403434;}
.dt-sc-dropcap-bordered-circle.orange, .dt-sc-dropcap-bordered-square.orange{border-color:#d14c2b; color:#d14c2b;}
.dt-sc-dropcap-bordered-circle.black, .dt-sc-dropcap-bordered-square.black{border-color:#000; color:#000;} .dt-sc-infographic-bar{padding:0px 0px 0px 120px; display:block; margin:0px; position:relative; min-height:140px; clear:both;}
.dt-sc-infographic-bar .fa{font-size:140px; position:absolute; left:0; top:0; right:0; width:120px;}
.dt-sc-infographic-bar .dt-sc-bar-percentage{font-size:20px; font-weight:bold; color:#181818; position:relative; border-bottom:1px solid #181818; display:block; height:20px; margin-bottom:20px;}
.dt-sc-infographic-bar .dt-sc-bar-percentage span{position:relative; top:8px; left:0px; background:#FFF; display:inline-block; padding-right:5px;} .dt-sc-donutchart{text-align:center; margin:0px 0px 10px;}
h5.dt-sc-donutchart-title{text-align:center; width:100%; font-size:24px; margin-bottom:0px; font-weight:300;}
.dt-sc-donutchart-small{width:100px; float:left; margin:0px 14px;}
.dt-sc-donutchart-medium{width:200px; float:left; margin:0px 20px;}
.dt-sc-donutchart-large{width:300px; margin:0px auto;}
.donutchart-text{font-weight:300 !important;}		
.dt-sc-donutchart-small .donutchart-text{font-size:24px !important;}	
.dt-sc-donutchart-medium .donutchart-text{font-size:40px !important;}	
.dt-sc-donutchart-large .donutchart-text{font-size:50px !important;}	
.dark-bg .donutchart-text{color:#FFF;} .dt-sc-boxed-tooltip{background:#ededed; color:#181818; display:inline-block; margin:10px 0px 0px; padding:10px 20px; text-align:center;}
.dt-sc-boxed-tooltip:hover{background:#181818; color:#FFF;}
#tiptip_holder{display:none; position:absolute; top:0; left:0; z-index:99999;}		
#tiptip_holder.tip_top{padding-bottom:5px;}		 
#tiptip_holder.tip_bottom{padding-top:5px;}		 
#tiptip_holder.tip_right{padding-left:5px;}		 
#tiptip_holder.tip_left{padding-right:5px;}		
.tip_bottom #tiptip_content{box-shadow:inset 0px -1px 0px 0px #d9d9d9; -webkit-box-shadow:inset 0px -1px 0px 0px #d9d9d9; -moz-box-shadow:inset 0px -1px 0px 0px #d9d9d9;}
#tiptip_content{padding:3px 12px 2px; color:#FFF; font-size:12px; background:rgba(0, 0, 0, 0.8); border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}		
#tiptip_arrow, #tiptip_arrow_inner{position:absolute; border-color:transparent; border-style:solid; border-width:6px; height:0; width:0; opacity:0.85;}		
#tiptip_holder.tip_top #tiptip_arrow{border-top-color:#FFF; border-top-color:#000;}		
#tiptip_holder.tip_bottom #tiptip_arrow{border-bottom-color:#FFF; border-bottom-color:#000;}		
#tiptip_holder.tip_right #tiptip_arrow{border-right-color:#FFF; border-right-color:#000;}		 
#tiptip_holder.tip_left #tiptip_arrow{border-left-color:#FFF; border-left-color:#000;}		
#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px; margin-left:-6px;}		
#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px; margin-left:-6px;}		 
#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px; margin-left:-5px;}		
#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px; margin-left:-7px;} .dt-sc-events-carousel-wrapper{float:left; clear:both; margin:20px 0px 0px; padding:0px; width:100%; position:relative; display:block;}
.dt-sc-events-carousel li{display:block; float:left; margin:0px 0px 0px 10px; padding:0px 0px 0px 8px; width:100%;}
.dt-sc-event-container{width:100%; margin:0px; padding:0px; clear:both; float:left; display:block;}
.dt-sc-event-container .dt-sc-event-thumb{width:30%; margin:0px 4% 20px 0px; float:left; position:relative; line-height:0px;}
.dt-sc-event-container .dt-sc-event-thumb img{display:block; line-height:0;}
.dt-sc-event-container .dt-sc-event-content{width:66%; float:left; margin:0px; padding:0px;}
.dt-sc-event-container .dt-sc-event-content h2{font-size:20px; line-height:32px; font-weight:500; margin-bottom:5px; position:relative; top:-5px;}
.dt-sc-event-container .dt-sc-event-excerpt{margin:15px 0px 0px;}
.dt-sc-events-list{width:68%; float:left; margin:0px; padding:0px;}
.dt-sc-events-list li{float:left; padding:0px; margin-bottom:30px; display:inline;}
.dt-sc-event-meta{margin:5px 0px 0px; float:left; clear:both; width:100%; display:block;}
.dt-sc-event-meta p{float:left; margin:0px 0px 10px;}
.dt-sc-event-meta p i{margin-right:4px; color:#2f2f2f; position:relative; top:-1px;}
.dt-sc-event-container .dt-sc-event-thumb .event-price{position:absolute; left:-8px; bottom:7px; padding:5px 10px; font-size:14px; line-height:normal; color:#FFF; float:left;}
.dt-sc-event-container .dt-sc-event-thumb .event-price:before{content:""; width:0; height:0; position:absolute; bottom:-7px; left:1px; border-top:7px solid; border-left:7px solid transparent;} .dt-sc-fullwidth-video-section{float:left; clear:both; width:100%; margin:0px; padding:0px; position:relative; overflow:hidden;}
.dt-sc-video-container{position:absolute; left:0px; top:0px; width:100%;}
.dt-sc-fullwidth-video-section .container{position:relative; z-index:100;}
.dt-sc-video.dt-sc-fillWidth{width:100%;}
.dt-sc-video-content-wrapper{position:relative; background:rgba(0,0,0,0.3); float:left; width:100%; padding:0px; color:#FFF;}
.dt-sc-video-content-wrapper h1, .dt-sc-video-content-wrapper h2, .dt-sc-video-content-wrapper h3, .dt-sc-video-content-wrapper h4, .dt-sc-video-content-wrapper h5, .dt-sc-video-content-wrapper h6, .dt-sc-video-content-wrapper h1 a, .dt-sc-video-content-wrapper h2 a, .dt-sc-video-content-wrapper h3 a, .dt-sc-video-content-wrapper h4 a, .dt-sc-video-content-wrapper h5 a, .dt-sc-video-content-wrapper h6 a{color:#FFF;} @media only screen and (-moz-min-device-pixel-ratio: 1.5), 
only screen and (-o-min-device-pixel-ratio: 3/2), 
only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-devicepixel-ratio: 1.5), 
only screen and (min-resolution: 1.5dppx) {
.dt-sc-title{background:url(//urbalexabogados.com/wp-content/plugins/designthemes-core-features/shortcodes/images/title_bg@2x.png) center bottom no-repeat; background-size:370px 6px;}	
.dt-sc-hr-image{background:url(//urbalexabogados.com/wp-content/plugins/designthemes-core-features/shortcodes/images/center_align_image@2x.png) center center no-repeat; background-size:215px 14px;}
}.ls-container {
visibility: hidden;
position: relative;
max-width: 100%;
}
.ls-inner {
position: relative;
width: 100%;
height: 100%;
background-position: center center;
z-index: 30;
}
.ls-wp-fullwidth-container {
width: 100%;
position: relative;
}
.ls-wp-fullwidth-helper {
position: absolute;
} .ls-layers,
.ls-slide-backgrounds,
.ls-background-videos,
.ls-bg-video-overlay {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
-moz-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.ls-wrapper {
padding: 0 !important;
visibility: visible !important;
border: 0 !important;
}
.ls-background-videos {
z-index: 31;
}
.ls-bg-video-overlay {
z-index: 32;
background-repeat: repeat;
background-position: center center;
}
.ls-slide-backgrounds {
z-index: 33;
}
.ls-layers {
z-index: 35;
}
.ls-parallax,
.ls-in-out,
.ls-z {
position: absolute !important;
}
.ls-parallax,
.ls-z {
width: 0 !important;
height: 0 !important;
top: 0 !important;
left: 0 !important;
bottom: auto !important;
right: auto !important;
display: block !important;
overflow: visible !important;
}
.ls-in-out {
display: none;
}
.ls-loop, .ls-clip {
position: absolute !important;
display: block !important;
}
.ls-parallax,
.ls-in-out,
.ls-loop,
.ls-z {
background: none !important;
}
.ls-parallax,
.ls-bg-wrap,
.ls-loop {
margin: 0 !important;
}
.ls-wrapper > .ls-layer,
.ls-wrapper > a > .ls-layer
.ls-wrapper > .ls-bg {
line-height: normal;
white-space: nowrap;
margin-right: 0 !important;
margin-bottom: 0 !important;
}
.ls-wrapper > .ls-layer,
.ls-wrapper > a > .ls-layer {
position: static !important;
display: block !important;
-o-transform: translateZ(1px);
-ms-transform: translateZ(1px);
-moz-transform: translateZ(1px);
-webkit-transform: translateZ(1px);
transform: translateZ(1px);
}
.ls-bg-wrap,
.ls-bg-outer {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.ls-bg-wrap {
display: none;
}
.ls-bg-outer {
overflow: hidden !important;
}
.ls-wrapper > a.ls-layer-link {
cursor: pointer !important;
display: block !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 10;
-o-transform: translateZ(100px);
-ms-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-webkit-transform: translateZ(100px);
transform: translateZ(100px);
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
} .ls-gui-element {
z-index: 40;
}
.ls-loading-container {
position: absolute !important;
display: none;
left: 50% !important;
top: 50% !important;
}
.ls-loading-indicator {
margin: 0 auto;
} .ls-bottom-slidebuttons {
text-align: left;
}
.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
height: 0;
position: relative;
text-align: center;
margin: 0 auto;
}
.ls-below-thumbnails {
display: none;
}
.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
outline: none;
}
.ls-bottom-slidebuttons {
position: relative;
}
.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
position: relative;
}
.ls-nothumb {
text-align: center !important;
}
.ls-link,
.ls-link:hover {
position: absolute !important;
width: 100% !important;
height: 100% !important;
left: 0 !important;
top: 0 !important;
}
.ls-link {
display: none;
}
.ls-link, .ls-wrapper > a > * {
background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
visibility: hidden;
} .ls-bar-timer {
position: absolute;
width: 0;
height: 2px;
background: white;
border-bottom: 2px solid #555;
opacity: .55;
top: 0;
}
.ls-circle-timer {
width: 16px;
height: 16px;
position: absolute;
right: 10px;
top: 10px;
opacity: .65;
display: none;
}
.ls-container .ls-circle-timer,
.ls-container .ls-circle-timer * {
box-sizing: border-box !important;
}
.ls-ct-half {
border: 4px solid white;
}
.ls-ct-left,
.ls-ct-right {
width: 50%;
height: 100%;
overflow: hidden;
}
.ls-ct-left,
.ls-ct-right {
position: absolute;
}
.ls-ct-left {
left: 0;
}
.ls-ct-right {
left: 50%;
}
.ls-ct-rotate {
width: 200%;
height: 100%;
position: absolute;
top: 0;
}
.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
left: 0;
}
.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
right: 0;
}
.ls-ct-hider,
.ls-ct-half {
position: absolute;
top: 0;
}
.ls-ct-hider {
width: 50%;
height: 100%;
overflow: hidden;
}
.ls-ct-half {
width: 200%;
height: 100%;
}
.ls-ct-center {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
border: 4px solid black;
opacity: 0.2;
}
.ls-ct-half,
.ls-ct-center {
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
}
.ls-slidebar-container {
margin: 10px auto;
}
.ls-slidebar-container,
.ls-slidebar {
position: relative;
}
.ls-progressbar,
.ls-slidebar-slider-container {
position: absolute;
left: 0;
top: 0;
}
.ls-progressbar {
width: 0;
height: 100%;
z-index: 1;
}
.ls-slidebar-slider-container {
z-index: 2;
}
.ls-slidebar-slider {
position: static !important;
cursor: pointer;
} .ls-slidebar {
height: 10px;
background-color: #ddd;
}
.ls-slidebar,
.ls-progressbar {
border-radius: 10px;
}
.ls-progressbar {
background-color: #bbb;
}
.ls-slidebar-slider-container {
top: 50%;
}
.ls-slidebar-slider {
width: 20px;
height: 20px;
border-radius: 20px;
background-color: #999;
} .ls-slidebar-light .ls-slidebar {
height: 8px;
background-color: white;
border: 1px solid #ddd;
border-top: 1px solid #ccc;
}
.ls-slidebar-light .ls-slidebar,
.ls-slidebar-light .ls-progressbar {
border-radius: 10px;
}
.ls-slidebar-light .ls-progressbar {
background-color: #eee;
}
.ls-slidebar-light .ls-slidebar-slider-container {
top: 50%;
}
.ls-slidebar-light .ls-slidebar-slider {
width: 18px;
height: 18px;
border-radius: 20px;
background-color: #eee;
border: 1px solid #bbb;
border-top: 1px solid #ccc;
border-bottom: 1px solid #999;
} .ls-tn {
display: none !important;
}
.ls-thumbnail-hover {
display: none;
position: absolute;
left: 0;
}
.ls-thumbnail-hover-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: none;
}
.ls-thumbnail-hover-bg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ls-thumbnail-hover-img {
position: absolute;
overflow: hidden;
}
.ls-thumbnail-hover img {
max-width: none !important;
position: absolute;
display: inline-block;
visibility: visible !important;
left: 50%;
top: 0;
}
.ls-thumbnail-hover span {
left: 50%;
top: 100%;
width: 0;
height: 0;
display: block;
position: absolute;
border-left-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
}
.ls-thumbnail-wrapper {
position: relative;
width: 100%;
margin: 0 auto;
}
.ls-thumbnail {
position: relative;
margin: 0 auto;
}
.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
width: 100%;
}
.ls-thumbnail-slide-container {
overflow: hidden !important;
position: relative;
}
.ls-thumbnail-slide {
text-align: center;
white-space: nowrap;
float: left;
position: relative;
}
.ls-thumbnail-slide a {
overflow: hidden;
display: inline-block;
width: 0;
height: 0;
position: relative;
}
.ls-thumbnail-slide img {
max-width: none !important;
max-height: 100% !important;
height: 100%;
visibility: visible !important;
}
.ls-touchscroll {
overflow-x: auto !important;
} .ls-shadow {
display: none;
position: absolute;
z-index: 10 !important;
top: 100%;
width: 100%;
left: 0;
overflow: hidden !important;
visibility: hidden;
}
.ls-shadow img {
width: 100% !important;
height: auto !important;
position: absolute !important;
left: 0 !important;
bottom: 0 !important;
} .ls-media-layer {
overflow: hidden;
}
.ls-vpcontainer,
.ls-videopreview {
width : 100%;
height : 100%;
position : absolute;
left : 0;
top : 0;
cursor : pointer;
}
.ls-videopreview {
background-size: cover;
background-position: center center;
}
.ls-videopreview {
z-index: 1;
}
.ls-playvideo {
position: absolute;
left: 50%;
top: 50%;
cursor: pointer;
z-index: 2;
} .ls-forcehide {
display: none !important;
} .ls-yourlogo {
position: absolute;
z-index: 50;
}  .ls-slide-transition-wrapper {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 34;
}
.ls-slide-transition-wrapper,
.ls-slide-transition-wrapper * {
text-align: left !important;
}
.ls-slide-transition-tile {
position: relative;
float: left;
}
.ls-slide-transition-tile img {
visibility: visible;
}
.ls-curtiles {
overflow: hidden;
}
.ls-curtiles,
.ls-nexttiles {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ls-curtile, .ls-nexttile {
overflow: hidden;
width: 100% !important;
height: 100% !important;
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
-moz-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.ls-nexttile {
display: none;
}
.ls-3d-container {
position: relative;
overflow: visible !important;
-ms-perspective: none !important;
-moz-perspective: none !important;
-webkit-perspective: none !important;
perspective: none !important;
}
.ls-3d-box {
position: absolute;
}
.ls-3d-box div {
overflow: hidden;
margin: 0;
padding: 0;
position: absolute;
background-color: #888;
}
.ls-3d-box .ls-3d-top,
.ls-3d-box .ls-3d-bottom {
background-color: #555;
}
.ls-slide-transition-wrapper,
.ls-slide-transition-tile {
-ms-perspective: 1500px;
-moz-perspective: 1500px;
-webkit-perspective: 1500px;
perspective: 1500px;
}
.ls-slide-transition-tile,
.ls-3d-box,
.ls-curtiles,
.ls-nexttiles {
-ms-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.ls-curtile,
.ls-nexttile,
.ls-3d-box,
.ls-3d-box div {
-ms-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .ls-visible {
overflow: visible !important;
}
.ls-unselectable {
user-select: none;
-o-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
.ls-overflow-hidden {
overflow: hidden;
}
.ls-overflowx-hidden {
overflow-x: hidden;
}
.ls-overflow-visible {
overflow: visible !important;
}
.ls-overflowy-hidden {
overflow-y: hidden;
}
.ls-hidden {
width: 0px !important;
height: 0px !important;
position: absolute;
left: -5000px;
top: -5000px;
z-index: -1;
overflow: hidden !important;
visibility: hidden !important;
display: block !important;
}
.ls-slide {
display: block !important;
visibility: hidden !important;
position: absolute !important;
overflow: hidden;
top: 0 !important;
left: 0 !important;
bottom: auto !important;
right: auto !important;
background: none;
border: none !important;
margin: 0 !important;
padding: 0 !important;
}
.ls-slide > .ls-layer,
.ls-slide > .ls-l,
.ls-slide > .ls-bg,
.ls-slide > a > .ls-layer,
.ls-slide > a > .ls-l,
.ls-slide > a > .ls-bg {
position: absolute !important;
white-space: nowrap;
}
.ls-fullscreen {
margin: 0 !important;
padding: 0 !important;
width: auto !important;
height: auto !important;
}
.ls-fullscreen .ls-container {
background-color: black;
margin: 0 !important;
}
.ls-layer .split-item {
font-weight: inherit !important;
font-family: inherit !important;
font-size: inherit;
color: inherit;
} html .ls-nav-prev,
body .ls-nav-prev,
#ls-global .ls-nav-prev,
html .ls-nav-next,
body .ls-nav-next,
#ls-global .ls-nav-next,
html .ls-container img,
body .ls-container img,
#ls-global .ls-container img,
html .ls-bottom-nav-wrapper a,
body .ls-bottom-nav-wrapper a,
#ls-global .ls-bottom-nav-wrapper a,
html .ls-container .ls-fullscreen,
body .ls-container .ls-fullscreen,
#ls-global .ls-container .ls-fullscreen,
html .ls-thumbnail a,
body .ls-thumbnail a,
#ls-global .ls-thumbnail a {
transition: none;
-ms-transition: none;
-webkit-transition: none;
line-height: normal;
outline: none;
padding: 0;
border: 0;
}
html .ls-wrapper > a,
body .ls-wrapper > a,
#ls-global .ls-wrapper > a,
html .ls-wrapper > p,
body .ls-wrapper > p,
#ls-global .ls-wrapper > p,
html .ls-wrapper > h1,
body .ls-wrapper > h1,
#ls-global .ls-wrapper > h1,
html .ls-wrapper > h2,
body .ls-wrapper > h2,
#ls-global .ls-wrapper > h2,
html .ls-wrapper > h3,
body .ls-wrapper > h3,
#ls-global .ls-wrapper > h3,
html .ls-wrapper > h4,
body .ls-wrapper > h4,
#ls-global .ls-wrapper > h4,
html .ls-wrapper > h5,
body .ls-wrapper > h5,
#ls-global .ls-wrapper > h5,
html .ls-wrapper > img,
body .ls-wrapper > img,
#ls-global .ls-wrapper > img,
html .ls-wrapper > div,
body .ls-wrapper > div,
#ls-global .ls-wrapper > div,
html .ls-wrapper > span,
body .ls-wrapper > span,
#ls-global .ls-wrapper > span,
html .ls-wrapper .ls-bg,
body .ls-wrapper .ls-bg,
#ls-global .ls-wrapper .ls-bg,
html .ls-wrapper .ls-layer,
body .ls-wrapper .ls-layer,
#ls-global .ls-wrapper .ls-layer,
html .ls-slide .ls-layer,
body .ls-slide .ls-layer,
#ls-global .ls-slide .ls-layer,
html .ls-slide a .ls-layer,
body .ls-slide a .ls-layer,
#ls-global .ls-slide a .ls-layer {
transition: none;
-ms-transition: none;
-webkit-transition: none;
line-height: normal;
outline: none;
padding: 0;
margin: 0;
border-width: 0;
}
html .ls-container img,
body .ls-container img,
#ls-global .ls-container img {
background: none !important;
min-width: 0 !important;
max-width: none !important;
border-radius: 0;
box-shadow: none;
border: 0;
padding: 0;
}
html .ls-wp-container .ls-wrapper > a > *,
body .ls-wp-container .ls-wrapper > a > *,
#ls-global .ls-wp-container .ls-wrapper > a > * {
margin: 0;
}
html .ls-wp-container .ls-wrapper > a,
body .ls-wp-container .ls-wrapper > a,
#ls-global .ls-wp-container .ls-wrapper > a {
text-decoration: none;
}
.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-gui-element *,
.ls-gui-element,
.ls-container,
.ls-slide > *,
.ls-slide,
.ls-wrapper,
.ls-layer {
box-sizing: content-box !important;
}
html .ls-yourlogo,
body .ls-yourlogo,
#ls-global .ls-yourlogo {
margin: 0;
}
html .ls-tn,
body .ls-tn,
#ls-global .ls-tn {
display: none;
}
.ls-bottom-nav-wrapper,
.ls-bottom-nav-wrapper span,
.ls-bottom-nav-wrapper a {
line-height: 0;
font-size: 0;
} html .ls-container,
body .ls-container,
#ls-global .ls-container,
html .ls-container .ls-slide-transition-wrapper,
body .ls-container .ls-slide-transition-wrapper,
#ls-global .ls-container .ls-slide-transition-wrapper,
html .ls-container .ls-slide-transition-wrapper *,
body .ls-container .ls-slide-transition-wrapper *,
#ls-global .ls-container .ls-slide-transition-wrapper *,
html .ls-container .ls-bottom-nav-wrapper,
body .ls-container .ls-bottom-nav-wrapper,
#ls-global .ls-container .ls-bottom-nav-wrapper,
html .ls-container .ls-bottom-nav-wrapper *,
body .ls-container .ls-bottom-nav-wrapper *,
#ls-global .ls-container .ls-bottom-nav-wrapper *,
html .ls-container .ls-bottom-nav-wrapper span *,
body .ls-container .ls-bottom-nav-wrapper span *,
#ls-global .ls-container .ls-bottom-nav-wrapper span *,
html .ls-direction-fix,
body .ls-direction-fix,
#ls-global .ls-direction-fix {
direction: ltr !important;
} html .ls-container,
body .ls-container,
#ls-global .ls-container {
float: none !important;
} .ls-notification {
position: relative;
margin: 10px auto;
padding: 10px 10px 15px 88px;
border-radius: 5px;
background: #de4528;
color: white !important;
font-family: 'Open Sans', arial, sans-serif !important;
}
.ls-notification a {
color: white !important;
text-decoration: underline !important;
}
.ls-notification-logo {
position: absolute;
top: 16px;
left: 17px;
width: 56px;
height: 56px;
font-size: 49px;
line-height: 53px;
border-radius: 56px;
background-color: white;
color: #de4528;
font-style: normal;
font-weight: 800;
text-align: center;
}
.ls-notification strong {
color: white !important;
display: block;
font-size: 20px;
line-height: 26px;
font-weight: normal !important;
}
.ls-notification span {
display: block;
font-size: 13px;
line-height: 16px;
text-align: justify !important;
} @media screen and (max-width: 767px) {
.ls-container .ls-layers .ls-hide-on-phone {
display: none !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.ls-container .ls-layers .ls-hide-on-tablet {
display: none !important;
}
}
@media screen and (min-width: 1025px) {
.ls-container .ls-layers .ls-hide-on-desktop {
display: none !important;
}
} @media (transform-3d), (-ms-transform-3d), (-webkit-transform-3d) {
#ls-test3d {
position: absolute;
left: 9px;
height: 3px;
}
}