@charset "UTF-8";
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} .grabbing { 
cursor:url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/grabbing.png) 8 8, move;
} .owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
} .owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
} .owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
} .owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
} .owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}  @-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} #cboxOverlay{background:url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/loading.gif) no-repeat center center;} #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;} .cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}.tx-heading-style-default {
padding: 2px 0;
}
.tx-heading-style-default .tx-heading-inner {
padding: 0px;
}
.tx-heading.tx-heading-align-left { text-align: left; }
.tx-heading.tx-heading-align-left .tx-heading-inner { padding-left: 0px; }
.tx-heading.tx-heading-align-right { text-align: right; }
.tx-heading.tx-heading-align-right .tx-heading-inner { padding-right: 0px; }
.tx-heading.tx-heading-align-center { text-align: center; } .tx-divider {
clear: both;
position: relative;
height: 1px;
margin: 2.5em 0 1.5em 0;
background: #999;
background-color: #e7e7e7;
}
.tx-divider a {
position: absolute;
right: 0;
bottom: 5px;
display: inline-block;
color: #777;
font-size: 12px;
text-decoration: none;
} .tx-spacer {
display: block;
height: 0;
clear: both;
overflow: hidden;
}
.tx-spacer-5 { height: 5px }
.tx-spacer-10 { height: 10px }
.tx-spacer-20 { height: 20px }
.tx-spacer-30 { height: 30px }
.tx-spacer-40 { height: 40px } .tx-highlight {
display: inline;
padding: 1px 0;
} .tx-list ul {
list-style: none !important;
margin: 0 0 1.5em 0 !important;
padding: 0 !important;
}
.tx-list ul li {
position: relative;
list-style-type: none !important;
display: block !important;
line-height: 1.3em;
margin: 0 !important;
padding: 4px 0 4px 2em !important;
}
.tx-list ul li > img {
position: absolute;
left: 0;
top: 4px;
width: 1.3em;
height: 1.3em;
padding: 0;
margin: 0;
border: none;
}
.tx-list ul li i {
position: absolute;
left: 0;
top: 4px;
width: 1.3em;
height: 1.3em;
line-height: 1.3em;
text-align: center;
} .tx-button {
display: inline-block !important;
text-align: center;
text-decoration: none !important;
box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.tx-button-wide {
display: block !important;
margin: 1em 0;
}
.tx-button-center { text-align: center; }
.tx-button span {
display: block !important;
text-decoration: none !important;
box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.tx-button img {
border: none !important;
vertical-align: middle !important;
margin: -0.2em 0.4em 0 -0.3em !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.tx-button i {
display: inline-block;
width: 1em;
height: 1em;
margin: 0 0.5em 0 0 !important;
text-align: center;
line-height: 1em;
}
.tx-button.tx-button-float-icon img { margin: 0 0.5em !important }
.tx-button small {
display: block;
margin: -0.2em 0 0 0;
color: inherit;
text-align: center;
font-style: normal;
font-size: 0.8em;
line-height: 1;
opacity: 0.7;
filter: alpha(opacity=70);
}
.tx-button-style-default {
border-width: 0px;
border-style: solid;
}
.tx-button-style-default:hover {
background-color: #333333!important;
color: #FFFFFF!important;
}
.tx-button-style-default span {
border-top-width: 0px;
border-bottom-width: 0px;
border-top-style: solid;
border-bottom-style: solid;
}
.tx-button-style-stroked span {
margin: 1px;
border: 1px dashed #fff !important;
}
.tx-button-style-stroked:hover span {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
.tx-button-style-3d {
border-bottom-style: solid;
border-bottom-width: 6px;
}
.tx-button-style-3d span {
border-bottom-style: solid;
border-bottom-width: 1px;
}
.tx-button-style-3d:hover {
position: relative;
top: 3px;
border-bottom-width: 3px;
}
.tx-button a:hover {
background-color: #373737;
color: #ffffff;
} .tx-row {
clear: both;
zoom: 1;
margin-bottom: 24px;
}
.tx-row:before,
.tx-row:after {
display: table;
content: "";
}
.tx-row:after { clear: both; }
.tx-column {
display: block;
margin: 0 4% 0 0;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tx-column-last { margin-right: 0; }
.tx-row .tx-column { margin: 0 0 0 4%; }
.tx-row .tx-column .tx-column { margin: 0px!important; display: inline-block; width: 49%; }
.tx-row .tx-column.tx-column-size-1-1 { margin-left: 0; margin-right: 0; }
.tx-row .tx-column:first-child { margin-left: 0; }
.tx-column-centered {
margin-right: auto !important;
margin-left: auto !important;
float: none !important;
}
.tx-column img,
.tx-column iframe,
.tx-column object,
.tx-column embed { max-width: 100%; }
@media only screen {
[class*="nx-column"] + [class*="nx-column"]:last-child { float: right; }
}
.tx-column {
display: block;
margin: 0 0 0 0;
padding: 0px 16px;
}
.tx-column-last { padding-right: 0px; }
.tx-row .tx-column { margin: 0%; }
.tx-row .tx-column.tx-column-size-1-1 { padding-left: 0; padding-right: 0; }
.tx-row .tx-column:first-child { padding-left: 0px; }
.tx-row .tx-column:last-child { padding-right: 0px; }
.tx-column-size-1-1 { width: 100%; }
.tx-column-size-1-2 { width: 50%; }
.tx-column-size-1-3 { width: 33.33%; }
.tx-column-size-2-3 { width: 66.66%; }
.tx-column-size-1-4 { width: 25%; }
.tx-column-size-3-4 { width: 75%; }
.tx-column-size-1-5 { width: 20%; }
.tx-column-size-2-5 { width: 40%; }
.tx-column-size-3-5 { width: 60%; }
.tx-column-size-4-5 { width: 80%; }
.tx-column-size-1-6 { width: 16.66%; }
.tx-column-size-5-6 { width: 83.33%; } @media only screen and (max-width: 768px) {
.tx-column {
width: 100% !important;
margin: 0 0 24px 0 !important;
float: none !important;
}
.tx-row .tx-column:last-child,
.fancy-inner .tx-column:last-child {
margin-bottom: 0 !important;
}
}
.site-content .tx-row.lined div.tx-column {
border: 1px solid #999;
} .tx-col-1-2 {
width: 50%;
display: block;
float: left;
}
.tx-col-1-3 {
width: 33.3%;
}
.tx-col-2-3 {
width: 66.6%;
}
.tx-col-1-4 {
width: 25%;
}
.tx-post-row {
display: block;
position: relative;
clear: both;
width : 100%;
width: calc(100% + 32px);
margin-left: -16px;
margin-right: -16px;
}
.tx-post-row.folio-style-gallery {
width : 100%;
margin-left: 0px;
margin-right: 0px;
}
.tx-post-row:after {
content: " ";
display: block;
clear: both;
height: 0px;
}
.tx-post-col-1 {
display: block;
float: none;
padding-right: 16px;
padding-left: 16px;
width: 100%;
}
.tx-post-col-2 {
display: block;
float: left;
padding-left: 16px;
padding-right: 16px;	
width: 50%;
}
.tx-post-col-3 {
display: block;
float: left;
padding-left: 16px;
padding-right: 16px;	
width: 33.33%;
}
.tx-post-col-4 {
display: block;
float: left;
padding-left: 16px;
padding-right: 16px;	
width: 25%;
}
.tx-post-row.folio-style-gallery .tx-portfolio-item {
padding: 0px; }
.tx-carousel .tx-post-col-1,
.tx-carousel .tx-post-col-2,
.tx-carousel .tx-post-col-3,
.tx-carousel .tx-post-col-4 {
width: auto;
}
.tx-post-row .tx-portfolio-item .tx-border-box {
padding-bottom: 32px;
}
.folio-style-gallery.tx-post-row .tx-portfolio-item .tx-border-box {
padding-bottom: 0px;
}
.tx-post-row .tx-folio-title {
font-size: 24px;
font-weight: 500;
margin: 12px 0px;
margin-bottom: 2px;
}
.tx-post-row .tx-folio-title a,
.tx-post-row .tx-folio-title a:visited {
color: #565656;
text-decoration: none;
}
.tx-folio-category {
display: block;
color: #999;
font-size: 12px;
margin-bottom: 16px;
}
.folio-style-gallery.tx-post-row .tx-folio-title {
position: absolute;
left: 12px;
bottom: -20px;
margin-bottom: 0px;
opacity: 0;
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease-in-out;
transition-delay: 0.4s;	
}
.folio-style-gallery.tx-post-row .tx-folio-title a,
.folio-style-gallery.tx-post-row .tx-folio-title a:visited {
color: #FFFFFF;
}
.folio-style-gallery.tx-post-row .tx-folio-category {
color: #ddd;
position: absolute;
left: 12px;
bottom: -32px;
margin-bottom: 0px;
opacity: 0;
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease-in-out;
transition-delay: 0.6s;		
}
.folio-style-gallery.tx-post-row .tx-portfolio-item:hover .tx-folio-title {
bottom: 32px;
opacity: 1;
}
.folio-style-gallery.tx-post-row .tx-portfolio-item:hover .tx-folio-category {
bottom: 12px;
opacity: 1;
}
.tx-post-row a.moretag,
.tx-post-row a.moretag:visited {
display: block;
clear: both;
text-align: right;
text-decoration: none;
padding-top: 6px;
font-size: 12px;
}
.tx-post-row a.moretag:hover {
text-decoration: underline;
}
.tx-post-row .tx-border-box .tx-folio-img {
overflow: hidden;
}
.tx-post-row .tx-portfolio-item img.folio-img {
width: 100%;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.0s;	
}
.tx-post-row .tx-portfolio-item:hover img.folio-img {
transform: scale(1.1);
}
.tx-folio-img,
.tx-folio-img-wrap {
position: relative;
}
.tx-folio-img .folio-links {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
background-color: rgba(0,0,0,0.4);
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
overflow: hidden;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.0s;
bottom: -64px;
z-index: 101;
visibility: hidden;
}
.folio-style-gallery .tx-folio-img .folio-links {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 100%;
bottom: 0px;
background-color: rgba(0,0,0,0.0);	
}
.tx-folio-img:hover .folio-links {
bottom: 0px;
visibility: visible;
}
.folio-style-gallery .tx-portfolio-item:hover .tx-folio-img .folio-links {
background-color: rgba(0,0,0,0.4);
bottom: 0px;
visibility: visible;		
}
.tx-folio-img .folio-links .folio-linkico,
.tx-folio-img .folio-links .folio-zoomico {
display: inline-block;
height: 32px;
width: 32px;
background-color: #666;
color: #FFF;
text-align: center;
line-height: 32px;
margin: auto 2px;
border-radius: 3px;
transition-property: all;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0.3s;
}
.folio-style-gallery .tx-folio-img .folio-links span,
.folio-style-gallery .tx-folio-img .folio-links span {
display: block;
width: 100%;
position: absolute;
left: 0px;
top: 50%;
margin-top: -22px;
}
.folio-style-gallery .folio-head {
display: block;
width: 100%;
position: absolute;
left: 0px;
bottom: 0px;
padding: 0px 12px;
z-index: 102;
}
.folio-style-gallery .tx-post-row .tx-folio-title a, 
.folio-style-gallery .tx-post-row .tx-folio-title a:visited {}
.folio-style-gallery .tx-folio-category {}
.tx-folio-img .folio-links .folio-linkico {
margin-right: 64px;
opacity: 0;
}
.tx-folio-img .folio-links .folio-zoomico {
margin-left: 64px;
opacity: 0;
}
.tx-folio-img:hover .folio-links .folio-linkico,
.folio-style-gallery .tx-portfolio-item:hover .tx-folio-img .folio-links .folio-linkico {
margin-right: 2px;
opacity: 1;
}
.tx-folio-img:hover .folio-links .folio-zoomico,
.folio-style-gallery .tx-portfolio-item:hover .tx-folio-img .folio-links .folio-zoomico {
margin-left: 2px;
opacity: 1;
}
.tx-folio-img .folio-links .folio-linkico {}
.tx-folio-img .folio-links .folio-zoomico {
transition-delay: 0.5s;			
}
.tx-subtitle {
font-size: 20px;
font-weight: 500;
}
.tx-blog-img {
margin-bottom: 16px;
position: relative;
overflow: hidden;
}
.tx-blog-imgpad {
height: 16px;
}
.tx-blog .tx-blog-item {
margin-bottom: 32px;
}
.tx-blog-item .blog-image {
width: 100%;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.0s;		
}
.tx-blog-item .blog-image:hover {
transform:scale(1.1);
}
.tx-blog .tx-blog-item .tx-post-title {
padding: 0px;
margin: 0px;
padding-bottom: 4px;
}
.tx-blog .tx-blog-item  h3.tx-post-title a {
color: #565656;
font-weight: 500;
text-decoration: none;
}
.tx-category {
margin-bottom: 16px;
font-size: 12px;	
color: #999;	
}
.tx-category a {
text-decoration: none;
}
.tx-meta {
padding-top: 8px;
font-size: 11px;
color: #999;
}
.tx-post-content {
padding: 0px 32px 32px 32px;
}
.tx-blog .tx-blog-item .tx-border-box {
border: 1px solid #e7e7e7;
}
.tx-post-comm {
display: block;
position: absolute;
bottom: 12px;
right: 12px;
height: 32px;
width: 32px;
text-align: center;
line-height: 32px;
color: #FFFFFF;
}
.tx-post-comm span {
display: block;
position: relative;
height: 32px;
width: 32px;
text-align: center;
z-index: 107;
}
.tx-post-comm:after { 
content: '\f075';
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
margin:0px;
text-decoration:none;
height: 32px;
line-height: 32px;
font-size: 32px;
position: absolute;
left: 0px;
top: 0px;
color: #f00;
z-index: 106;
width: 32px;
text-align: center;
} .entry-content .owl-theme .owl-controls .owl-page span {
background-color: rgba(0,0,0,0.5);
}
.tx-testimonials {
display: block;
padding: 32px;
background-color: #CCC;
}
.tx-testimonials {
display: block;
padding: 32px;
padding-top: 56px;
background-color: #f7f7f7;
}
.tx-testimonials:after {
position: absolute;
left: calc(50% - 15px);
top: 16px;
content: "\f10d";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 32px;
width: 32px;
text-align: center;
color: #999;	
}
.tx-testimonials .tx-testi-item {
text-align: center;
}
.tx-testimonials .tx-testi-name {
display: block;
font-weight: 700;
color: #666;
padding-top: 16px;
}
.tx-testimonials .tx-testi-desig {
display: inline-block;
font-size: 12px;
color: #999;
padding-right: 6px;
}
.tx-testimonials .tx-testi-org {
display: inline-block;
font-size: 12px;
color: #999;	
}
@media (min-width: 1200px) {
.tx-fullwidthrow .tx-fw-content .tx-testi-item {
margin-left: 64px;
}	
} .tx-button {
display: inline-block;
padding: 10px 16px;
border-radius: 3px;
}
.tx-button:hover {
background-color: #373737!important;
color: #FFFFFF!important;
}
.tx-cta {
display: block;
clear: both;
padding: 32px;
margin-bottom: 32px;
background-color: #f7f7f7;
border-left: 6px solid #06C;
color: #474747;
}
.tx-cta .tx-cta-text {
display: inline-block;
font-size: 24px;
line-height: 40px;
font-weight: 500;
}
.tx-cta a.cta-button,
.tx-cta a.cta-button:visited {
display: block;
float: right;
line-height: 40px;
color: #FFF;
padding-left: 16px;
padding-right: 16px;
border-radius: 3px;
text-decoration: none;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.0s;	
}
.tx-cta a.cta-button:hover {
background-color: #373737;
color: #ffffff;
}
.tx-service {}
.tx-service-icon {
display: block;
text-align: center;
}
.tx-animate,
.tx-service-icon span,
.tx-service-icon span i,
.tx-service-icon span i:before,
.tx-service-icon span i:after,
.tx-carousel .owl-controls .owl-buttons .owl-prev,
.tx-carousel .owl-controls .owl-buttons .owl-next  {
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.0s;
}
.tx-service-icon span {
display: inline-block;
width: 92px;
height: 92px;
border: 2px solid #069;
border-radius: 50%;
text-align: center;
font-size: 48px;
line-height: 88px;
color: #069;
}
.tx-service-icon span {
border: 2px solid #069;
}
.tx-service-icon span i {
color: #069;
line-height: 88px;
}
.tx-service-icon span i:before {
line-height: 88px;
}
.tx-service:hover .tx-service-icon span {
background-color: #069;
}
.tx-service:hover .tx-service-icon span i {
color: #FFF;	
}
.tx-service.curved .tx-service-icon span {
border-radius: 12px;
margin-bottom: 12px;
}
.tx-service.square .tx-service-icon span {
border-radius: 0px;
margin-bottom: 12px;
}
.tx-service-title {
text-align: center;
font-size: 24px;
padding: 6px 0px 16px 0px;
}
.tx-service-text {
text-align: center;
padding-bottom: 32px;
} .tx-carousel .owl-controls .owl-buttons .owl-prev {}
.tx-carousel .owl-controls .owl-buttons {
position: absolute;
width: 100%;
top: 50%;
top: calc(50% - 40px);
left: 0px;
}
.tx-carousel .owl-controls .owl-buttons .owl-prev {
position: absolute;
left: 48px;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;	
color: #fff;
background-color: rgba(0,0,0,0.5);
border-radius: 0px 3px 3px 0px;
opacity: 0;
}
.tx-carousel .owl-controls .owl-buttons .owl-next {
position: absolute;
right: 48px;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
background-color: rgba(0,0,0,0.5);
border-radius: 3px 0px 0px 3px;
opacity: 0;
}
.tx-carousel:hover .owl-controls .owl-buttons .owl-prev {
left: 16px;
opacity: 1;
}
.tx-carousel:hover .owl-controls .owl-buttons .owl-next {
right: 16px;
opacity: 1;
}
.tx-carousel .owl-controls .owl-buttons .owl-prev span {
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;	
color: #fff;
}
.tx-carousel .owl-controls .owl-buttons .owl-next span {
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
}
.nx-paging {
display: block;
clear: both;
text-align: center;
margin: 16px 0px;
}
.nx-paging .nx-paging-inner {
display: inline-block;
margin: 0px auto;
}
.nx-paging > div.nx-paging-inner > a,
.nx-paging > div.nx-paging-inner > a:visited,
.nx-paging > div.nx-paging-inner > span {
display: inline-block;
height: 28px;
line-height: 28px;
padding: 0px 10px;
border: 1px solid #d7d7d7;
text-decoration: none;
color: #999999;
}
.nx-paging > div.nx-paging-inner > span {
color: #CCC;
border: 1px solid #e7e7e7;
}
.nx-paging > div.nx-paging-inner > a:hover {
background-color: #e7e7e7;
color: #373737;
}
.nx-paging > div.nx-paging-inner > a.prev.page-numbers {} .tx-heading {
border-bottom: 1px solid #CCC;
padding-bottom: 6px;
}
.tx-heading .tx-heading-tag {
font-weight: 500;
margin: 0px;
padding: 0px;
} .related.products {
position: relative;
overflow: hidden;
}
.related.products .products .owl-controls .owl-buttons {
position: absolute;
width: 100%;
left: 0px;
top: 45%;
}
.related.products .products .owl-controls .owl-buttons .owl-next,
.related.products .products .owl-controls .owl-buttons .owl-prev {
display: block;
height: 32px;
width: 24px;
line-height: 24px;
text-align: center;
color: #ffffff;
background-color: rgba(0,0,0,0.4);
position: absolute;
left: 0px;
top: 0px;
opacity: 0;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.0s;	
}
.related.products .products .owl-controls .owl-buttons .owl-next {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
margin-left: -100px;		
}
.related.products .products .owl-controls .owl-buttons .owl-prev {
left: auto;
right: 0px;
top: 0px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
margin-right: -100px;
}
.related.products .products .owl-controls .owl-buttons .owl-next span,
.related.products .products .owl-controls .owl-buttons .owl-prev span {
line-height: 32px;
}
.related.products .products:hover .owl-controls .owl-buttons .owl-next {
margin-left: 0px;
opacity: 1;
}
.related.products .products:hover .owl-controls .owl-buttons .owl-prev {
margin-right: 0px;
opacity: 1;
} .tx-slider {
position: relative;
overflow: hidden;
width: 100%;
height: auto;
}
.tx-slider img {
width: 100%;
max-width: 100%;
}
.tx-slider .owl-controls {
}
.tx-slider-item {
background-color: #E6E6E6;
}
.tx-slider .owl-controls .owl-buttons {
position: absolute;
top: 45%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
z-index: 102;
}
.tx-slider .owl-controls .owl-buttons .owl-next,
.tx-slider .owl-controls .owl-buttons .owl-prev {
display: block;
height: 56px;
width: 32px;
line-height: 32px;
text-align: center;
color: #ffffff;
background-color: rgba(0,0,0,0.36);
position: absolute;
left: 0px;
top: 0px;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.0s;	
}
.tx-slider .owl-controls .owl-buttons .owl-next {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
margin-left: -100px;		
}
.tx-slider .owl-controls .owl-buttons .owl-prev {
left: auto;
right: 0px;
top: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
margin-right: -100px;
}
.tx-slider .owl-controls .owl-buttons .owl-next span,
.tx-slider .owl-controls .owl-buttons .owl-prev span {
line-height: 56px;
}
.tx-slider:hover .owl-controls .owl-buttons .owl-next {
margin-left: 0px;
}
.tx-slider:hover .owl-controls .owl-buttons .owl-prev {
margin-right: 0px;
}
.tx-slider .owl-wrapper .tx-slider-box {
position: relative;
}
.tx-slider .owl-wrapper .tx-slide-content {
display: block;
position: absolute;
left: 0px;
top: 0px;
margin: 0px auto;
width: 100%;
height: 100%;
z-index: 304;
text-align: left;
}
.tx-slider .owl-wrapper .tx-slide-content .tx-slide-content-inner {
display: block;
position: relative;
margin: 0px auto;
width: 100%;
max-width: 1200px;
padding: 0px 36px;
z-index: 305;
top: 45%;
transform: translateY(-50%);	
}
.tx-slide-title {
display: inline-block;
font-weight: 500;
font-size: 48px;
padding: 8px 16px;
color: #FFF;
background-color: rgba(0,0,0,0.36);
margin-bottom: 12px;
visibility: hidden;
}
.tx-slide-details p {
display: inline-block;	
padding: 8px 16px;
color: #FFF;
background-color: rgba(0,0,0,0.4);
max-width: 50%;
margin-bottom: 12px;
visibility: hidden;
}
.tx-slide-button {
visibility: hidden;
}
.tx-slider .tx-slide-button a,
.tx-slider .tx-slide-button a:visited {
display: inline-table;
padding: 12px 16px;
background-color: #575757;
border-radius: 3px;
color: #ffffff;
text-decoration: none;
font-size: 12px;
}
.tx-slider .tx-slide-button a:hover {
text-decoration: none;		
}
.owl-item .tx-slide-title {
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.2s;
opacity: 0;
}
.owl-item .tx-slide-details p {
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.5s;
opacity: 0;
margin-left: 120px;
}
.tx-slider .owl-item .tx-slide-button {
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: .3s;
margin-top: 80px;
opacity: 0;	
}
.owl-item.active .tx-slide-title {
visibility: visible;
opacity: 1;	
}
.owl-item.active .tx-slide-details p {
visibility: visible;
opacity: 1;
margin-left: 0px;
}
.tx-slider .owl-item.active .tx-slide-button {
visibility: visible;
margin-top: 0px;
opacity: 1;	
}
.tx-slider .owl-pagination {
display: block;
width: 100%;
position: absolute;
bottom: 12px;
left: 0px;
text-align: center;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: .0s;	
opacity: 0;
}
.tx-slider:hover .owl-pagination {
opacity: 1;
}
.tx-slider .owl-pagination .owl-page {
display: inline-block;
margin: 0px 4px;
}
.tx-slider .owl-pagination .owl-page span {
display: block;
background-color: rgba(0,0,0,0.4);
height: 12px;
width: 12px;
border-radius: 6px;
}
.tx-slider .owl-pagination .owl-page.active span {
background-color: rgba(0,0,0,0.8);	
}
.tx-slider .owl-controls {
}
.portfolio .entry-thumbnail.tx-slider .owl-controls {
top: 45%;
height: auto;
}
.portfolio .entry-thumbnail.tx-slider .owl-controls .owl-pagination {
display: none;
}
.tx-slider.shadow .tx-slide-title {
background: transparent-color: rgba(0, 0, 0, 0.0);;
background: transparent;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);	
}
.tx-slider.shadow .tx-slide-details p {
background: transparent-color: rgba(0, 0, 0, 0.0);;
background: transparent;	
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);	
}
.tx-slider.shadow .tx-slide-button a {
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);	
} .site .widget .recent-comments-list li.nx-comment {
display: block;
clear: both;
height: auto;
border: none;
}
.site .widget .recent-comments-list li.nx-comment .comment-wrap {
padding-top: 6px;
padding-bottom: 6px;
}
.widget .recent-comments-list li.nx-comment .comment-wrap .comment-avatar {
display: inline-block;
}
.widget .recent-comments-list li.nx-comment .comment-wrap .comment-avatar img {
border-radius: 3px;
}
.widget .recent-comments-list li.nx-comment .comment-wrap .comment-content {
width: 72%;
width: calc( 100% - 64px );
border: 1px solid rgba(154,154,154,0.4);
border-radius: 3px;
padding: 6px 6px 0px 6px;
}
.widget .recent-comments-list li.nx-comment .comment-wrap .comment-content .comment-meta {
color: #999;
font-size: 12px;
line-height: 1;
}
.widget .recent-comments-list li.nx-comment .comment-wrap .comment-content .comment-body {
padding-top: 8px;
padding-bottom: 0px;
}
.widget .recent-comments-list li.nx-comment .comment-wrap .comment-content .comment-body p {
margin: 0px;
margin-bottom: 12px;
}
.widget .recent-posts-list li.nx-recent-post {
display: block;
clear: both;
min-height: 96px;
}
.widget .recent-posts-list li.nx-recent-post a.recent-post-image img {
width: 72px;
display: block;
float: left;
padding-top: 4px;
border-radius: 6px;
}
.widget .recent-posts-list li.nx-recent-post .recent-post-details.thumbyes {
display: inline-block;
width: 60%;
width: calc( 100% - 72px);
padding-left: 12px;
}
.widget .recent-posts-list li.nx-recent-post .recent-post-title {
display: block;
clear: both;
}
.widget .recent-posts-list li.nx-recent-post .recent-post-details.thumbyes span.post-meta {
font-size: 11px;
}
.widget .portfolio-grid {
padding-top: 12px;
}
.widget .portfolio-grid li a.grid-image img {}
.widget .portfolio-grid li {
display: block;
float: left;
margin: 0px;
width: 33.33%;
border: none;
border-bottom: none!important;
padding: 1px!important;
}
.widget .portfolio-grid li a.grid-image img {}
.nx-wide .tx-fullwidthrow {
position: relative;
}
.nx-boxed .tx-fullwidthrow {}
.nx-wide .tx-fullwidthrow .tx-fullwidthinner {
display: block;
clear: both;
}
.nx-wide .tx-fullwidthrow .tx-fullwidthinner:after,
.nx-boxed .tx-fullwidthrow .tx-fullwidthinner:after {
content: "";
display: table;
clear: both;
background-color: #f00;
} .tx-fw-inner {
}
.tx-fw-overlay {
display: block;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.4);
padding-left: 32px;
padding-right: 32px;
}
.tx-fw-content {
max-width: 1200px;
margin-left: auto;
margin-right: auto;	
}
span.tx-animate {
display: inline-block;
} .tx-team{}
.tx-team .tx-team-item {
display: block;
float: left; 
}
.tx-team.tx-2-column-team .tx-team-item {
width: 50%;
}
.tx-team.tx-3-column-team .tx-team-item {
width: 33.33%
}
.tx-team.tx-4-column-team .tx-team-item {
width: 25%;
}
.tx-team {
margin-left: -16px;
margin-right: -16px;
width: calc( 100% + 32px );
}
.tx-team .tx-team-item .tx-team-box {
display: block;
position: relative;
padding: 16px;
}
.tx-team .tx-team-content {}
.tx-team .tx-team-content .tx-team-content-inner {
display: block;
position: relative;
text-align: center;
padding-bottom: 6px;
}
.tx-team  .tx-team-img {
display: block;
position: relative;
text-align: center;
overflow: hidden;
}
.tx-team .tx-team-box .tx-team-img img {
transition-property: all;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0.0s;	
}
.tx-team .tx-team-box:hover .tx-team-img img {
transform: scale(1.1, 1.1);
}
.tx-team .tx-team-socials {
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease-in-out;
transition-delay: 0.2s;		
display: block;
position: absolute;
left: 0px;
bottom: 0px;
margin-bottom: -58px;
width: 100%;
background-color: rgba(0,0,0,.6);
z-index: 101;
}
.tx-team .tx-team-box:hover .tx-team-socials {
margin-bottom: 0px;
}
.tx-team  .tx-team-socials span {
color: #FFF;
display: inline-block;
margin: 12px 4px;
}
.tx-team .tx-team-socials span > a > i {
display: inline-table;
color: #FFF;
border: 1px solid #FFF;
border-radius: 3px;
width: 32px;
height: 32px;
line-height: 32px;
font-size: 20px;
}
.tx-team .tx-team-content-inner h3 {
font-size: 24px;
font-weight: 500;
margin: 6px auto 2px auto;
padding: 0px;	
}
.tx-team .tx-team-content-inner .desig {
font-size: 13px;
font-weight: 300;
color: #666;
line-height: 16px;
}
.tx-noposts {
display: block;
width: 100%;
padding: 32px;
background-color: #F60;
color: #FFF;
}
@media (max-width: 999px) {
.folio-col-1 {
display: block;
float: none;
padding-right: 0px;
width: 100%;
}
.folio-col-2 {
display: block;
float: none;
padding-left: 0px;
width: 100%;
}
.tx-col-1-2 {
width: 50%;
display: block;
float: left;
}
.tx-col-1-3 {
width: 50%;
}
.tx-col-1-4 {
width: 50%;
}	
.tx-posts.tx-posts-col-2.tx-posts-layout-masonry .post {
}
.tx-posts.tx-posts-col-3.tx-posts-layout-masonry .post {
width: 50%;
}
.tx-posts.tx-posts-col-4.tx-posts-layout-masonry .post {
width: 33.3%;
}
.tx-post-col-1 {
float: none;
width: 100%;
}
.tx-post-col-2 {
float: none;
width: 100%;
}
.tx-post-col-3 {
float: none;
width: 100%;
}
.tx-post-col-4 {
float: none;
width: 100%;
}
.tx-row .tx-column {
width: 100%;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 32px;
}
.tx-slider .owl-wrapper .tx-slide-content .tx-slide-content-inner {
text-align: center;
}
.owl-item .tx-slide-details p {
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-height: 48px;	
}
.owl-item .tx-slide-title {
font-size: 24px;
font-weight: 500;
margin-top: 0px;
padding-top: 6px;
padding-bottom: 6px;
}
.tx-slider .tx-slide-button a {
padding-top: 6px;
padding-bottom: 6px;
}
}
@media (max-width: 999px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
.tx-team.tx-2-column-team .tx-team-item {
width: 100%;
}
.tx-team.tx-3-column-team .tx-team-item {
width: 100%
}
.tx-team.tx-4-column-team .tx-team-item {
width: 100%;
}
} @media (max-width: 359px) {
.tx-col-1-2 {
width: 100%;
}
.tx-col-1-3 {
width: 100%;
}
.tx-col-1-4 {
width: 100%;
}	
}
.tx-vslider{
position: relative;
display: block;
overflow: hidden;
}
.tx-imagebg {
display: block;
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
z-index: 2;
}
.tx-video-background {
position: absolute;
top: 0; 
right: 0; 
bottom: 0; 
left: 0;
z-index: 3;
}
.tx-video-foreground,
.tx-video-background iframe,
.tx-video-background .tx-video-player {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.tx-vslider-content {
position: absolute;
display: block;
z-index: 4;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
color: #FFF;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;	
}
.tx-vslider-content.vignette {
background-image: url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/vig-32.png);
background-repeat: no-repeat;
background-position: 0px 0px;
background-size: cover;
}
.tx-vslider-content.pixel {
background-image: url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/homepage-banner-bg3.png);
background-repeat: repeat;
}
.tx-vslider-content .content-wrap {
position: relative;
top: 50%;
transform: perspective(1px) translateY(-50%);
max-height: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
.vslider-img {
display: block;
margin: auto;
max-height: 20%;
max-width: 400px;
}
.tx-vslider-content .content-wrap h2 {
font-size: 64px;
line-height: 64px;
margin-bottom: 16px;
max-width: 900px;
padding-left: 32px;
padding-right: 32px;
display: block;
margin-left: auto;
margin-right: auto;
}
.tx-vslider-content .content-wrap p {
font-size: 15px;
max-width: 900px;
padding-left: 32px;
padding-right: 32px;
display: block;
margin-left: auto;
margin-right: auto;	
}
.vslider_button,
.vslider_button:visited {
display: inline-block;
height: 48px;
line-height: 48px;
padding: 0px 48px;
color: #FFF;
text-transform: uppercase;
background-color: #333;
text-decoration: none;
}
.vslider_button:hover {
text-decoration: none;
background-color: #333!important;	
}
.tx-youtube-warp {
position: relative;
padding-bottom: 56.25%; height: 0;
}
.tx-youtube-warp iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (min-aspect-ratio: 16/9) {
.tx-video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
.tx-video-foreground { width: 300%; left: -100%; }
}
@media (max-width: 768px) {
.vslider-img {
max-height: 20%;
max-width: 300px;
}
.tx-vslider-content .content-wrap h2 {
font-size: 48px;
line-height: 48px;
margin-bottom: 16px;
}
.tx-vslider-content .content-wrap p {
font-size: 14px;
}
.vslider_button {
height: 36px;
line-height: 36px;
padding: 0px 36px;
}
}
@media (max-width: 480px) {
.vslider-img {
max-height: 20%;
max-width: 100px;
}
.tx-vslider-content .content-wrap h2 {
font-size: 24px;
line-height: 24px;
margin-bottom: 8px;
}
.tx-vslider-content .content-wrap p {
font-size: 13px;
}
.vslider_button {
height: 32px;
line-height: 32px;
padding: 0px 32px;
}
} .entry-content .panel-layout .panel-grid .widget ul {
list-style-type: square;
padding: 0px;
margin: 0px;
padding-left: 24px;
}
.entry-content .panel-layout .panel-grid .widget ul li {
border: none;
color: #373737;
padding: 0px;
padding-left: 0px;
margin-left: 0px;
line-height: 30px;
}
.tx-site-origin-blog .textwidget .tx-blog-item .tx-border-box {
background-color: #FFF;
}
.tx-site-origin-feature .sow-features-list .sow-features-feature .textwidget {
padding-left: 12px;
}
.tx-site-origin-feature .sow-features-list .sow-features-feature .textwidget > h5 {
margin-top: 0px;
font-weight: 400;
margin-bottom: .5em;
}
.tx-site-origin-feature .sow-features-list .sow-features-feature > a {
padding-top: 6px;
}
.entry-content .panel-grid .so-panel.widget h3.widget-title {
font-size: 32px;
border: 0px solid #FFF;
padding: 0px;
margin: 0px;
}
.tx-slider.shadow .tx-slider-box .tx-slide-content .tx-slide-details p,
.tx-slider.softvignette .tx-slider-box .tx-slide-content .tx-slide-details p,
.tx-slider.hardvignette .tx-slider-box .tx-slide-content .tx-slide-details p,
.tx-slider.darkoverlay .tx-slider-box .tx-slide-content .tx-slide-details p,
.tx-slider.pattern .tx-slider-box .tx-slide-content .tx-slide-details p,
.tx-slider.siftvignette .tx-slider-box .tx-slide-content .tx-slide-details p {
background: transparent;
padding-left: 0px;
padding-right: 0px;
margin-top: 0px;
}
.tx-slider.shadow .tx-slider-box .tx-slide-content .tx-slide-title,
.tx-slider.softvignette .tx-slider-box .tx-slide-content .tx-slide-title,
.tx-slider.hardvignette .tx-slider-box .tx-slide-content .tx-slide-title,
.tx-slider.darkoverlay .tx-slider-box .tx-slide-content .tx-slide-title,
.tx-slider.pattern .tx-slider-box .tx-slide-content .tx-slide-title {
background: transparent;
padding-left: 0px;
padding-right: 0px;
margin-bottom: 0px;
line-height: 1em;
}
.tx-slider.softvignette .tx-slider-box .tx-slide-content {
background-image: url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/vig-24.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.tx-slider.hardvignette .tx-slider-box .tx-slide-content {
background-image: url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/vig-32.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.tx-slider.darkoverlay .tx-slider-box .tx-slide-content {
background-color: rgba(0,0,0,0.4);
}
.tx-slider.pattern .tx-slider-box .tx-slide-content {
background-image: url(//www.tutorialgratis.com.br/wp-content/plugins/templatesnext-toolkit/css/images/homepage-banner-bg3.png);
background-repeat: repeat;
background-position: 0px 0px;
}
.tx-slider .owl-pagination .owl-page > span {
background: transparent;
border-radius: 0px;
border-width: 1px;
border-style: solid;
}
.tx-slider .owl-pagination .owl-page.active > span { 
background-color: #FFF; 
}
.tx-slider .owl-buttons div { 
background-color: #F60; 
} .prograss-container {
display: block;
padding: 0px 0px 16px 0px;
}
.pbar-outer {
display: block;
position: relative;
width: 100%;
background-color: #e7e7e7;
border-radius: 3px;
color: #FFFFFF;
}
.pbar-inner {
display: block;
width: 0%;
color: #FFFFFF;
display: block;
border-radius: 3px;	
position: absolute;
left: 0px;
top: 0px;
transition-property: all;
transition-duration: 1.1s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
z-index: 501;
overflow: hidden;
}
.pbar-text {
display: block;
position: absolute;
overflow: visible;
left: 0px;
top: 0px;
padding: 0px 16px;
z-index: 502;
color: #ffffff;
font-weight: 500;
font-size: 15px;
text-align: right;
transition-property: all;
transition-duration: 1.1s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
width: auto;
}
.bpercent {
margin-left: 16px;
}
.pbar-inner .candystrip {
position: absolute;
top: 0;
left: 0;
right: -32px;
bottom: 0;
height: 100%;
width: 100%;
width: calc(100% + 32px);
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
-webkit-background-size: 32px 32px;
-moz-background-size: 32px 32px;
-o-background-size: 32px 32px;
background-size: 32px 32px;
-webkit-animation: pace-stripe-animation 500ms linear infinite;
-moz-animation: pace-stripe-animation 500ms linear infinite;
-ms-animation: pace-stripe-animation 500ms linear infinite;
-o-animation: pace-stripe-animation 500ms linear infinite;
animation: pace-stripe-animation 500ms linear infinite;
}
@-webkit-keyframes pace-stripe-animation {
0% { -webkit-transform: none; transform: none; }
100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-moz-keyframes pace-stripe-animation {
0% { -moz-transform: none; transform: none; }
100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-o-keyframes pace-stripe-animation {
0% { -o-transform: none; transform: none; }
100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-ms-keyframes pace-stripe-animation {
0% { -ms-transform: none; transform: none; }
100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@keyframes pace-stripe-animation {
0% { transform: none; transform: none; }
100% { transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
.nx-cunter {
display: block;
clear: both;
text-align: center;
}
@media only screen and (max-width: 999px) {
.nx-cunter {
text-align: left;
}
}
@media (max-width: 720px) {
.tx-slider .tx-slider-box .nx-slider-container {
padding-top: 32px;
padding-left: 32px;
padding-right: 32px;
}	
.tx-slider,
.tx-slider .tx-slider-box {
min-width: 360px;
}
.tx-slider .tx-slider-box .tx-slider-img {
display: block;
overflow: hidden;
text-align: center;
margin: auto;
position: relative;		
}
.tx-slider .tx-slider-box .tx-slider-img a img {
width: auto;
min-height: 320px;
max-width: 883px;
margin: auto;
display: block;
margin-left: 50%;
transform: translateX(-50%);	
}	
}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(//www.tutorialgratis.com.br/wp-content/themes/time/data/img/fancybox/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(//www.tutorialgratis.com.br/wp-content/themes/time/data/img/fancybox/fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(//www.tutorialgratis.com.br/wp-content/themes/time/data/img/fancybox/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(//www.tutorialgratis.com.br/wp-content/themes/time/data/img/fancybox/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:bold;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(//www.tutorialgratis.com.br/wp-content/themes/time/data/img/fancybox/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(//www.tutorialgratis.com.br/wp-content/themes/time/data/img/fancybox/fancybox_loading@2x.gif);background-size:24px 24px}}.ls-container{visibility:hidden;position:relative}.ls-lt-container{position:absolute}.ls-lt-container,.ls-lt-container *{text-align:left!important;direction:ltr!important}.ls-container-fullscreen{margin:0 auto!important;padding:2%!important;background:black!important;border-radius:0px!important;-moz-border-radius:0px!important;-webkit-border-radius:0px!important;border:none!important}.ls-container-fullscreen .ls-thumbnail-wrapper,.ls-container-fullscreen .ls-fullscreen,.ls-container-fullscreen .ls-shadow{display:none!important}.ls-overflow-hidden{overflow:hidden}.ls-inner{position:relative;background-position:center center;z-index:2}.ls-loading-container{position:absolute!important;display:none;z-index:3!important;left:50%!important;top:50%!important}.ls-loading-indicator{margin:0 auto}.ls-inner,.ls-layer{width:100%;height:100%}.ls-layer{position:absolute;display:none;background-position:center center;overflow:hidden}.ls-active,.ls-animating{display:block!important}.ls-layer>*{position:absolute;line-height:normal;margin:0;left:0;top:0}.ls-layer .ls-bg{left:50%;top:50%}.ls-yourlogo{position:absolute;z-index:99}.ls-bar-timer{position:absolute;width:0;height:2px;background:white;border-bottom:2px solid #555;opacity:.55;filter:alpha(opacity=55);z-index:4;top:0}.ls-circle-timer{width:24px;height:24px;position:absolute;right:10px;top:10px;z-index:4;opacity:.65;filter:alpha(opacity=65);display:none}.ls-ct-half{background:white}.ls-ct-center{background:#444}.ls-ct-left,.ls-ct-right{width:50%;height:100%;overflow:hidden}.ls-ct-left,.ls-ct-right{float:left;position:relative}.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:40%;height:40%;left:30%;top:30%;position:absolute}.ls-ct-half,.ls-ct-center{border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.ls-bottom-nav-wrapper{height:0}.ls-bottom-slidebuttons{text-align:left}.ls-bottom-nav-wrapper,.ls-below-thumbnails{z-index:2;height:0;position:relative;text-align:center;margin:0 auto}.ls-below-thumbnails{display:none;z-index:6}.ls-bottom-nav-wrapper a,.ls-nav-prev,.ls-nav-next{outline:none}* .ls-bottom-nav-wrapper *,* .ls-bottom-nav-wrapper span *{direction:ltr!important}.ls-bottom-slidebuttons{position:relative;z-index:1000}.ls-bottom-slidebuttons,.ls-nav-start,.ls-nav-stop,.ls-nav-sides{position:relative}.ls-nothumb{text-align:center!important}.ls-link{position:absolute;width:100%!important;height:100%!important;left:0px!important;top:0px!important;background-image:url(//www.tutorialgratis.com.br/wp-content/themes/time/data/css/blank.gif)}.ls-layer>a>*{background-image:url(//www.tutorialgratis.com.br/wp-content/themes/time/data/css/blank.gif)}.ls-vpcontainer{width:100%;height:100%;position:absolute;left:0;top:0}.ls-videopreview{width:100%;height:100%;position:absolute;left:0;top:0;cursor:pointer}.ls-playvideo{position:absolute;left:50%;top:50%;cursor:pointer}.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;z-index:4}.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-touchscroll{overflow-x:auto!important}.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-shadow{display:none;position:absolute;z-index:1;top:100%;width:100%;left:0;overflow:hidden!important;visibility:hidden}.ls-shadow img{width:100%!important;height:auto!important;position:absolute!important;left:0px!important;bottom:0px!important}.ls-bottom-nav-wrapper,.ls-thumbnail-wrapper,.ls-nav-prev,.ls-nav-next{visibility:hidden}.ls-wp-fullwidth-container{width:100%;position:relative}.ls-wp-fullwidth-helper{position:absolute}.ls-overflow-hidden{overflow:hidden}.ls-lt-tile{position:relative;float:left;perspective:500px;-o-perspective:500px;-ms-perspective:500px;-moz-perspective:500px;-webkit-perspective:500px}.ls-lt-tile img{visibility:visible;display:inline-block}.ls-curtiles{overflow:hidden}.ls-curtiles,.ls-nexttiles{position:absolute;width:100%;height:100%;left:0;top:0}.ls-curtile,.ls-nexttile{overflow:hidden;position:absolute;width:100%!important;height:100%!important}.ls-curtile{left:0;top:0}.ls-curtile img,.ls-nexttile img{position:absolute;filter:inherit}.ls-3d-container{position:relative;perspective:1000px;-o-perspective:1000px;-ms-perspective:1000px;-moz-perspective:1000px;-webkit-perspective:1000px;overflow:visible!important}.ls-3d-box{position:absolute;top:50%;left:50%;transform-style:preserve-3d;-o-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.ls-3d-box div{overflow:hidden;background:#777;margin:0;padding:0;position:absolute;transform-style:preserve-3d;-o-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.ls-fullscreen{position:absolute;z-index:10;cursor:pointer;display:block}html * .ls-nav-prev,html * .ls-nav-next,html * .ls-container img,html * .ls-bottom-nav-wrapper a,html * .ls-container .ls-fullscreen,body * .ls-nav-prev,body * .ls-nav-next,body * .ls-container img,body * .ls-bottom-nav-wrapper a,body * .ls-container .ls-fullscreen,#ls-global * .ls-nav-prev,#ls-global * .ls-nav-next,#ls-global * .ls-container img,#ls-global * .ls-bottom-nav-wrapper a,#ls-global * .ls-container .ls-fullscreen{transition:none;-o-transition:none;-ms-transition:none;-moz-transition:none;-webkit-transition:none;line-height:normal;outline:none;padding:0;border:0}html * .ls-thumbnail a,body * .ls-thumbnail a,#ls-global * .ls-thumbnail a{transition:none;-o-transition:none;-ms-transition:none;-moz-transition:none;-webkit-transition:none;line-height:normal;outline:none;padding:0;border: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-layer>*,body * .ls-wp-container .ls-layer>*,#ls-global * .ls-wp-container .ls-layer>*{line-height:normal;outline:none;padding:0;margin:0;border:0}.ls-wp-fullwidth-container,.ls-wp-fullwidth-helper,.ls-container,.ls-container *{box-sizing:content-box!important;-moz-box-sizing:content-box!important;-webkit-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}.site{overflow:visible!important}.ls-debug-console *{margin:0px!important;padding:0px!important;border:0px!important;color:white!important;text-shadow:none!important;font-family:"HelveticaNeue-Light","Helvetica Neue Light",Helvetica,Arial,sans-serif!important;line-height:normal!important;-webkit-font-smoothing:antialiased!important;text-align:left!important;font-style:normal!important}.ls-debug-console h1{padding-top:10px!important;font-size:17px!important;font-weight:bold!important}.ls-debug-console h1:first-child{padding-top:0px!important}.ls-debug-console ul{padding-top:10px!important;list-style:none!important}.ls-debug-console li{margin-left:10px!important;font-size:13px!important;position:relative!important;font-weight:normal!important}html * .ls-debug-console li ul,body * .ls-debug-console li ul,#ls-global * .ls-debug-console li ul{display:none;width:260px;left:-10px}.ls-debug-console li ul{position:absolute!important;bottom:100%!important;padding:10px 10px 10px 0px!important;background:white!important;border-radius:10px!important;box-shadow:0 0 20px black!important}html * .ls-debug-console li:hover ul,body * .ls-debug-console li:hover ul,#ls-global * .ls-debug-console li:hover ul{display:block}.ls-debug-console li ul *{color:black!important}.ls-debug-console a{text-decoration:none!important;border-bottom:1px dotted white!important}.ls-error{border-radius:5px!important;-moz-border-radius:5px!important;-wenkit-border-radius:5px!important;background:white!important;height:auto!important;width:auto!important;color:white!important;padding:20px 40px 30px 80px!important;position:relative!important;box-shadow:0 2px 20px -5px black}.ls-error p{line-height:normal!important;text-shadow:none!important;margin:0px!important;padding:0px!important;border:0px!important;text-align:justify!important;font-family:Arial,sans-serif!important}.ls-error .ls-error-title{line-height:40px!important;color:red!important;font-weight:bold!important;font-size:16px!important}.ls-error .ls-error-text{color:#555!important;font-weight:normal!important;font-size:13px!important}.ls-error .ls-exclam{width:40px!important;height:40px!important;position:absolute!important;left:20px!important;top:20px!important;border-radius:50px!important;-moz-border-radius:50px!important;-webkit-border-radius:50px!important;font-size:30px!important;font-weight:bold!important;color:white!important;line-height:40px!important;background:red!important;text-align:center!important}html * .ls-container .ls-shadow,html * .ls-container .ls-layer>*,html * .ls-container .ls-fullscreen,html * .ls-container .ls-webkit-hack,html * .ls-container .ls-3d-container,html * .ls-container .ls-lt-container,html * .ls-container .ls-lt-container *,html * .ls-container .ls-thumbnail-wrapper,html * .ls-container .ls-bottom-nav-wrapper,body * .ls-container .ls-shadow,body * .ls-container .ls-layer>*,body * .ls-container .ls-fullscreen,body * .ls-container .ls-webkit-hack,body * .ls-container .ls-3d-container,body * .ls-container .ls-lt-container,body * .ls-container .ls-lt-container *,body * .ls-container .ls-thumbnail-wrapper,body * .ls-container .ls-bottom-nav-wrapper,#ls-global * .ls-container .ls-shadow,#ls-global * .ls-container .ls-layer>*,#ls-global * .ls-container .ls-fullscreen,#ls-global * .ls-container .ls-webkit-hack,#ls-global * .ls-container .ls-3d-container,#ls-global * .ls-container .ls-lt-container,#ls-global * .ls-container .ls-lt-container *,#ls-global * .ls-container .ls-thumbnail-wrapper,#ls-global * .ls-container .ls-bottom-nav-wrapper{backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-o-transform:translateZ(0);-ms-transform:translateZ(0);-moz-transform:translateZ(0);-webkit-transform:translateZ(0)}html * .ls-container .ls-video-layer,body * .ls-container .ls-video-layer,#ls-global * .ls-container .ls-video-layer,html * .ls-container .ls-layer iframe,body * .ls-container .ls-layer iframe,#ls-global * .ls-container .ls-layer iframe{backface-visibility:visible!important;-moz-backface-visibility:visible!important;transform:none!important;-moz-transform:none!important}html * .ls-container .ls-webkit-hack,body * .ls-container .ls-webkit-hack,#ls-global * .ls-container .ls-webkit-hack{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1}@media (transform-3d),(-o-transform-3d),(-ms-transform-3d),(-moz-transform-3d),(-webkit-transform-3d){#ls-test3d{position:absolute;left:9px;height:3px}}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}@font-face{font-family:'icons';font-weight:normal;font-style:normal;src:url(//www.tutorialgratis.com.br/wp-content/themes/time/data/img/icons/icons.eot);src:url(//www.tutorialgratis.com.br/wp-content/themes/time/data/img/icons/icons.eot?#iefix) format('embedded-opentype'),url(//www.tutorialgratis.com.br/wp-content/themes/time/data/img/icons/icons.woff) format('woff'),url(//www.tutorialgratis.com.br/wp-content/themes/time/data/img/icons/icons.ttf) format('truetype'),url(//www.tutorialgratis.com.br/wp-content/themes/time/data/img/icons/icons.svg#icons) format('svg')}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:'icons';src:url(//www.tutorialgratis.com.br/wp-content/themes/time/data/img/icons/icons.svg#icons) format('svg')}}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:'icons';font-weight:normal;font-style:normal;text-align:center;text-decoration:inherit;display:inline-block;margin:0 .4em;speak:none;width:1em}img.icon{display:inline-block;margin:0 .4em;vertical-align:middle}.icon-rating:before{content:'\e817'}.icon-cart-4-circled:before{content:'\e822'}.icon-rating-half:before{content:'\e819'}.icon-doc-1:before{content:'\e81a'}.icon-youtube:before{content:'\e81b'}.icon-youtube-play:before{content:'\e81c'}.icon-note:before{content:'\266a'}.icon-note-beamed:before{content:'\266b'}.icon-music:before{content:'\f3b5'}.icon-search:before{content:'\f50d'}.icon-flashlight:before{content:'\f526'}.icon-mail:before{content:'\2709'}.icon-heart:before{content:'\2665'}.icon-heart-empty:before{content:'\2661'}.icon-star:before{content:'\2605'}.icon-star-empty:before{content:'\2606'}.icon-user:before{content:'\f464'}.icon-users:before{content:'\f465'}.icon-user-add:before{content:'\e700'}.icon-video:before{content:'\f3ac'}.icon-picture:before{content:'\f340'}.icon-camera:before{content:'\f4f7'}.icon-layout:before{content:'\268f'}.icon-menu:before{content:'\2630'}.icon-check:before{content:'\2713'}.icon-cancel:before{content:'\2715'}.icon-cancel-circled:before{content:'\2716'}.icon-cancel-squared:before{content:'\274e'}.icon-plus:before{content:'\2b'}.icon-plus-circled:before{content:'\2795'}.icon-plus-squared:before{content:'\229e'}.icon-minus:before{content:'\2d'}.icon-minus-circled:before{content:'\2796'}.icon-minus-squared:before{content:'\229f'}.icon-help:before{content:'\2753'}.icon-help-circled:before{content:'\e704'}.icon-info:before{content:'\2139'}.icon-info-circled:before{content:'\e705'}.icon-back:before{content:'\f519'}.icon-home:before{content:'\2302'}.icon-link:before{content:'\f517'}.icon-attach:before{content:'\f4ce'}.icon-lock:before{content:'\f512'}.icon-lock-open:before{content:'\f513'}.icon-eye:before{content:'\e70a'}.icon-tag:before{content:'\e70c'}.icon-bookmark:before{content:'\f516'}.icon-bookmarks:before{content:'\f4d1'}.icon-flag:before{content:'\2691'}.icon-thumbs-up:before{content:'\f44d'}.icon-thumbs-down:before{content:'\f44e'}.icon-download:before{content:'\f4e5'}.icon-upload:before{content:'\f4e4'}.icon-upload-cloud:before{content:'\e711'}.icon-reply:before{content:'\e712'}.icon-reply-all:before{content:'\e713'}.icon-forward:before{content:'\27a6'}.icon-quote:before{content:'\275e'}.icon-code:before{content:'\e714'}.icon-export:before{content:'\e715'}.icon-pencil:before{content:'\270e'}.icon-feather:before{content:'\2712'}.icon-print:before{content:'\e716'}.icon-retweet:before{content:'\e717'}.icon-keyboard:before{content:'\2328'}.icon-comment:before{content:'\e718'}.icon-chat:before{content:'\e720'}.icon-bell:before{content:'\f514'}.icon-attention:before{content:'\26a0'}.icon-alert:before{content:'\f4a5'}.icon-vcard:before{content:'\e722'}.icon-address:before{content:'\e723'}.icon-location:before{content:'\e724'}.icon-map:before{content:'\e727'}.icon-direction:before{content:'\27a2'}.icon-compass:before{content:'\e728'}.icon-cup:before{content:'\2615'}.icon-trash:before{content:'\e729'}.icon-doc:before{content:'\e730'}.icon-docs:before{content:'\e736'}.icon-doc-landscape:before{content:'\e737'}.icon-doc-text:before{content:'\f4c4'}.icon-doc-text-inv:before{content:'\e731'}.icon-newspaper:before{content:'\f4f0'}.icon-book-open:before{content:'\f4d6'}.icon-book:before{content:'\f4d5'}.icon-folder:before{content:'\f4c1'}.icon-archive:before{content:'\e738'}.icon-box:before{content:'\f4e6'}.icon-rss:before{content:'\e73a'}.icon-phone:before{content:'\f4de'}.icon-cog:before{content:'\2699'}.icon-tools:before{content:'\2692'}.icon-share:before{content:'\e73c'}.icon-shareable:before{content:'\e73e'}.icon-cart:before{content:'\e81d'}.icon-bag:before{content:'\f45c'}.icon-calendar:before{content:'\f4c5'}.icon-login:before{content:'\e740'}.icon-logout:before{content:'\e741'}.icon-mic:before{content:'\f3a4'}.icon-mute:before{content:'\f507'}.icon-sound:before{content:'\f50a'}.icon-volume:before{content:'\e742'}.icon-clock:before{content:'\f554'}.icon-hourglass:before{content:'\23f3'}.icon-lamp:before{content:'\f4a1'}.icon-light-down:before{content:'\f505'}.icon-light-up:before{content:'\f506'}.icon-adjust:before{content:'\25d1'}.icon-block:before{content:'\f6ab'}.icon-resize-full:before{content:'\e744'}.icon-resize-small:before{content:'\e746'}.icon-popup:before{content:'\e74c'}.icon-publish:before{content:'\e74d'}.icon-window:before{content:'\e74e'}.icon-arrow-combo:before{content:'\e74f'}.icon-down-circled:before{content:'\e758'}.icon-left-circled:before{content:'\e759'}.icon-right-circled:before{content:'\e75a'}.icon-up-circled:before{content:'\e75b'}.icon-down-open:before{content:'\e75c'}.icon-left-open:before{content:'\e75d'}.icon-right-open:before{content:'\e75e'}.icon-up-open:before{content:'\e75f'}.icon-down-open-mini:before{content:'\e760'}.icon-left-open-mini:before{content:'\e761'}.icon-right-open-mini:before{content:'\e762'}.icon-up-open-mini:before{content:'\e763'}.icon-down-open-big:before{content:'\e764'}.icon-left-open-big:before{content:'\e765'}.icon-right-open-big:before{content:'\e766'}.icon-up-open-big:before{content:'\e767'}.icon-down:before{content:'\2b07'}.icon-left:before{content:'\2b05'}.icon-right:before{content:'\27a1'}.icon-up:before{content:'\2b06'}.icon-down-dir:before{content:'\25be'}.icon-left-dir:before{content:'\25c2'}.icon-right-dir:before{content:'\25b8'}.icon-up-dir:before{content:'\25b4'}.icon-down-bold:before{content:'\e4b0'}.icon-left-bold:before{content:'\e4ad'}.icon-right-bold:before{content:'\e4ae'}.icon-up-bold:before{content:'\e4af'}.icon-down-thin:before{content:'\2193'}.icon-left-thin:before{content:'\2190'}.icon-right-thin:before{content:'\2192'}.icon-up-thin:before{content:'\2191'}.icon-ccw:before{content:'\27f2'}.icon-cw:before{content:'\27f3'}.icon-arrows-ccw:before{content:'\f504'}.icon-level-down:before{content:'\21b3'}.icon-level-up:before{content:'\21b0'}.icon-shuffle:before{content:'\f500'}.icon-loop:before{content:'\f501'}.icon-switch:before{content:'\21c6'}.icon-play:before{content:'\25b6'}.icon-stop:before{content:'\25a0'}.icon-pause:before{content:'\2389'}.icon-record:before{content:'\26ab'}.icon-to-end:before{content:'\23ed'}.icon-to-start:before{content:'\23ee'}.icon-fast-forward:before{content:'\23e9'}.icon-rating-empty:before{content:'\e818'}.icon-progress-0:before{content:'\e768'}.icon-progress-1:before{content:'\e769'}.icon-progress-2:before{content:'\e76a'}.icon-progress-3:before{content:'\e76b'}.icon-target:before{content:'\f3af'}.icon-palette:before{content:'\f3a8'}.icon-list:before{content:'\e005'}.icon-list-add:before{content:'\e003'}.icon-signal:before{content:'\f4f6'}.icon-trophy:before{content:'\f3c6'}.icon-battery:before{content:'\f50b'}.icon-back-in-time:before{content:'\e771'}.icon-monitor:before{content:'\f4bb'}.icon-mobile:before{content:'\f4f1'}.icon-network:before{content:'\e776'}.icon-cd:before{content:'\f4bf'}.icon-inbox:before{content:'\e777'}.icon-install:before{content:'\e778'}.icon-globe:before{content:'\f30e'}.icon-cloud:before{content:'\2601'}.icon-cloud-thunder:before{content:'\26c8'}.icon-flash:before{content:'\26a1'}.icon-moon:before{content:'\263d'}.icon-flight:before{content:'\2708'}.icon-paper-plane:before{content:'\e79b'}.icon-leaf:before{content:'\f342'}.icon-lifebuoy:before{content:'\e788'}.icon-mouse:before{content:'\e789'}.icon-briefcase:before{content:'\f4bc'}.icon-suitcase:before{content:'\e78e'}.icon-dot:before{content:'\e78b'}.icon-dot-2:before{content:'\e78c'}.icon-dot-3:before{content:'\e78d'}.icon-brush:before{content:'\e79a'}.icon-magnet:before{content:'\e7a1'}.icon-infinity:before{content:'\221e'}.icon-erase:before{content:'\232b'}.icon-chart-pie:before{content:'\e751'}.icon-chart-line:before{content:'\f4c8'}.icon-chart-bar:before{content:'\f4ca'}.icon-chart-area:before{content:'\f53e'}.icon-tape:before{content:'\2707'}.icon-graduation-cap:before{content:'\f393'}.icon-language:before{content:'\e752'}.icon-ticket:before{content:'\f3ab'}.icon-water:before{content:'\f4a6'}.icon-droplet:before{content:'\f4a7'}.icon-air:before{content:'\e753'}.icon-credit-card:before{content:'\f4b3'}.icon-floppy:before{content:'\f4be'}.icon-clipboard:before{content:'\f4cb'}.icon-megaphone:before{content:'\f4e3'}.icon-database:before{content:'\e754'}.icon-drive:before{content:'\e755'}.icon-bucket:before{content:'\e756'}.icon-thermometer:before{content:'\e757'}.icon-key:before{content:'\f511'}.icon-flow-cascade:before{content:'\e790'}.icon-flow-branch:before{content:'\e791'}.icon-flow-tree:before{content:'\e792'}.icon-flow-line:before{content:'\e793'}.icon-flow-parallel:before{content:'\e794'}.icon-rocket:before{content:'\f680'}.icon-gauge:before{content:'\e7a2'}.icon-traffic-cone:before{content:'\e7a3'}.icon-cc:before{content:'\e7a5'}.icon-cc-by:before{content:'\e7a6'}.icon-cc-nc:before{content:'\e7a7'}.icon-cc-nc-eu:before{content:'\e7a8'}.icon-cc-nc-jp:before{content:'\e7a9'}.icon-cc-sa:before{content:'\e7aa'}.icon-cc-nd:before{content:'\e7ab'}.icon-cc-pd:before{content:'\e7ac'}.icon-cc-zero:before{content:'\e7ad'}.icon-cc-share:before{content:'\e7ae'}.icon-cc-remix:before{content:'\e7af'}.icon-github:before{content:'\f300'}.icon-github-circled:before{content:'\f301'}.icon-flickr:before{content:'\f303'}.icon-flickr-circled:before{content:'\f304'}.icon-vimeo:before{content:'\f306'}.icon-vimeo-circled:before{content:'\f307'}.icon-twitter:before{content:'\f309'}.icon-twitter-circled:before{content:'\f30a'}.icon-facebook:before{content:'\f30c'}.icon-facebook-circled:before{content:'\f30d'}.icon-facebook-squared:before{content:'\f341'}.icon-gplus:before{content:'\f30f'}.icon-gplus-circled:before{content:'\f310'}.icon-pinterest:before{content:'\f312'}.icon-pinterest-circled:before{content:'\f313'}.icon-tumblr:before{content:'\f315'}.icon-tumblr-circled:before{content:'\f316'}.icon-linkedin:before{content:'\f318'}.icon-linkedin-circled:before{content:'\f319'}.icon-dribbble:before{content:'\f31b'}.icon-dribbble-circled:before{content:'\f31c'}.icon-stumbleupon:before{content:'\f31e'}.icon-stumbleupon-circled:before{content:'\f31f'}.icon-lastfm:before{content:'\f321'}.icon-lastfm-circled:before{content:'\f322'}.icon-rdio:before{content:'\f324'}.icon-rdio-circled:before{content:'\f325'}.icon-spotify:before{content:'\f327'}.icon-spotify-circled:before{content:'\f328'}.icon-qq:before{content:'\f32a'}.icon-instagram:before{content:'\f32d'}.icon-dropbox:before{content:'\f330'}.icon-evernote:before{content:'\f333'}.icon-flattr:before{content:'\f336'}.icon-skype:before{content:'\f339'}.icon-skype-circled:before{content:'\f33a'}.icon-renren:before{content:'\f33c'}.icon-sina-weibo:before{content:'\f33f'}.icon-paypal:before{content:'\f346'}.icon-picasa:before{content:'\f345'}.icon-soundcloud:before{content:'\f348'}.icon-mixi:before{content:'\f34b'}.icon-behance:before{content:'\f34e'}.icon-google-circles:before{content:'\f351'}.icon-vkontakte:before{content:'\f354'}.icon-smashing:before{content:'\f357'}.icon-sweden:before{content:'\f601'}.icon-db-shape:before{content:'\f600'}.icon-logo-db:before{content:'\f603'}.icon-cart-1:before{content:'\e81e'}.icon-cart-5:before{content:'\e823'}.icon-cart-6:before{content:'\e824'}.icon-cart-3:before{content:'\e820'}.icon-cart-2:before{content:'\e81f'}.icon-facebook-1:before{content:'\e800'}.icon-facebook-rect:before{content:'\e801'}.icon-twitter-1:before{content:'\f302'}.icon-twitter-bird:before{content:'\e802'}.icon-vimeo-1:before{content:'\e803'}.icon-vimeo-rect:before{content:'\e804'}.icon-tumblr-1:before{content:'\f311'}.icon-tumblr-rect:before{content:'\e805'}.icon-googleplus-rect:before{content:'\e806'}.icon-github-text:before{content:'\e807'}.icon-github-1:before{content:'\f308'}.icon-skype-1:before{content:'\f30b'}.icon-icq:before{content:'\e808'}.icon-yandex:before{content:'\f305'}.icon-yandex-rect:before{content:'\e809'}.icon-vkontakte-rect:before{content:'\e80a'}.icon-odnoklassniki:before{content:'\e80b'}.icon-odnoklassniki-rect:before{content:'\e80c'}.icon-friendfeed:before{content:'\e80d'}.icon-friendfeed-rect:before{content:'\e80e'}.icon-blogger:before{content:'\f314'}.icon-blogger-rect:before{content:'\e80f'}.icon-deviantart:before{content:'\e810'}.icon-jabber:before{content:'\f317'}.icon-lastfm-1:before{content:'\e811'}.icon-lastfm-rect:before{content:'\e812'}.icon-linkedin-1:before{content:'\f31a'}.icon-linkedin-rect:before{content:'\e813'}.icon-picasa-1:before{content:'\e814'}.icon-wordpress:before{content:'\f31d'}.icon-instagram-1:before{content:'\e815'}.icon-instagram-filled:before{content:'\e816'}.icon-cart-4:before{content:'\e821'}.icon-fast-backward:before{content:'\23ea'}.color-white{color:#fff}.color-yellow{color:#ffba00}.color-gold{color:#f6920f}.color-orange{color:#ed4e0f}.color-red{color:#ef0000}.color-navy{color:#0054a9}.color-blue{color:#0587e1}.color-sky{color:#0eabe5}.color-pink{color:#f1006c}.color-purple{color:#a5004a}.color-black{color:#1b1b1b}.color-dark{color:#636363}.color-gray{color:#8e8e8e}.color-silver{color:#b8b8b8}.color-forest{color:#068a09}.color-green{color:#56b10c}.color-grass{color:#8ccc11}.background-white{background-color:#fff}.background-yellow{background-color:#ffba00}.background-gold{background-color:#f6920f}.background-orange{background-color:#ed4e0f}.background-red{background-color:#ef0000}.background-navy{background-color:#0054a9}.background-blue{background-color:#0587e1}.background-sky{background-color:#0eabe5}.background-pink{background-color:#f1006c}.background-purple{background-color:#a5004a}.background-black{background-color:#1b1b1b}.background-dark{background-color:#636363}.background-gray{background-color:#8e8e8e}.background-silver{background-color:#b8b8b8}.background-forest{background-color:#068a09}.background-green{background-color:#56b10c}.background-grass{background-color:#8ccc11}body,input,select,textarea,button,.button{font:13px/22px Helvetica,Arial,sans-serif}.clear{clear:both;height:0;overflow:hidden}.clear-fix:after{content:'';display:block;height:0;clear:both;overflow:hidden;visibility:hidden}.alpha{float:left}.beta{float:right}.alignleft{float:left}.alignright{float:right}.aligncenter{display:block;margin-left:auto!important;margin-right:auto!important;max-width:100%}.full-width{-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-left:0;margin-right:0;width:100%}.horizontal-align{-moz-box-sizing:border-box;box-sizing:border-box;margin-left:auto;margin-right:auto;float:left}.vertical-align{position:relative}.table-vertical-align{display:table;height:100%}.table-vertical-align>div,.table-vertical-align>span{display:table-cell;vertical-align:middle}.mobile-only{display:none}#layerslider .mobile-only{display:none!important}.movable-container{display:block;position:relative;overflow:hidden}.movable-container>.movable-container-content{white-space:nowrap;position:relative;margin:0!important;float:left;left:0;min-width:100%}.movable-container>.movable-container-content>*{display:inline-block}.movable-container>.movable-container-content.content-size-logo>*{margin:0 20px}.movable-container>.movable-container-content img{max-width:none}.movable-container>.movable-container-nav{cursor:pointer;display:none;position:absolute;margin:-12px 5px;right:0;top:50%;height:25px;white-space:nowrap;z-index:1}.movable-container>.movable-container-nav>.button{padding-left:5px;padding-right:5px}.movable-container>.movable-container-nav>.button:first-child{margin-right:3px}.scroller{position:relative;padding-bottom:35px;overflow:hidden}.scroller>.scroller-nav{position:absolute;left:0;bottom:1px;white-space:nowrap}.scroller>.scroller-nav>.button:first-child{margin-right:3px}.scroller>.scroller-nav>small{margin-left:5px}.scroller>ul.scroller-content{transition:left 0.4s,height 0.4s;list-style:none;position:relative;margin:0;overflow:hidden}.scroller>ul.scroller-content>li{float:left;margin:0}.text-center{text-align:center}.text-right{text-align:right}.featured{margin-bottom:0!important}.inset-border{line-height:0;display:inline-block;position:relative;max-width:100%}.inset-border:after{content:'';border-width:1px;border-style:solid;display:block;position:absolute;left:0;right:0;top:0;bottom:0}.frame-border{padding:10px}.grayscale{filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%)}.zoom-hover{line-height:0;display:inline-block;position:relative;max-width:100%}.zoom-hover>.zoom-hover-overlay{transition:opacity 0.1s linear;opacity:0;display:block;position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.zoom-hover:hover>.zoom-hover-overlay{opacity:1}.lt-ie9 .zoom-hover>.zoom-hover-overlay{height:0}.lt-ie9 .zoom-hover:hover>.zoom-hover-overlay{height:100%}.zoom-hover>.zoom-hover-overlay>.zoom-hover-title-container{position:absolute;left:50%;top:50%;width:0;height:0}.zoom-hover>.zoom-hover-overlay>.zoom-hover-title-container>.zoom-hover-title{position:absolute}.zoom-hover>.zoom-hover-overlay>.zoom-hover-title-container>i.zoom-hover-title{font-size:60px;line-height:1em;vertical-align:middle}.zoom-hover>.zoom-hover-overlay>.zoom-hover-title-container>i.zoom-hover-title.tiny{font-size:30px}.zoom-hover>.zoom-hover-overlay>.zoom-hover-title-container>h3.zoom-hover-title{border-radius:4px;margin:0;padding:2px 6px;white-space:nowrap;height:21px}.zoom-hover>.zoom-hover-overlay>.zoom-hover-title-container>h3.zoom-hover-title>i{font-size:1.5em;position:relative;top:-1px;vertical-align:middle}.zoom-hover>.zoom-hover-overlay>.zoom-hover-title-container>h3.zoom-hover-title>i:before{margin-right:0;width:auto}.image-hover{line-height:0;display:inline-block;position:relative;max-width:100%}.image-hover>img:not(:first-child):last-child{transition:opacity 0.2s;-moz-box-sizing:border-box;box-sizing:border-box;opacity:0;position:absolute;left:0;top:0;width:100%;height:100%}.image-hover:hover>img:not(:first-child):last-child{opacity:1}.grayscale-hover>img:first-child{opacity:.75}.embed{position:relative;margin:18px 0;clear:both;max-width:100%}.embed:first-child{margin-top:0}.embed:last-child{margin-bottom:0}.embed.video{overflow:hidden}.embed>iframe,.embed>object,.embed>embed{position:absolute;top:0;left:0;width:100%;height:100%}.embed p{display:none}a{text-decoration:none;outline:none}a:hover{text-decoration:underline}a.alt,.alt a{color:inherit}a.alt:hover,.alt a:hover{text-decoration:none}p{margin:10px 0}p:first-child,.alignleft+p,.alignright+p,form input[type="hidden"]:first-child+p,form input[type="hidden"]:first-child+input[type="hidden"]+p,form input[type="hidden"]:first-child+input[type="hidden"]+input[type="hidden"]+p{margin-top:0}p:last-child{margin-bottom:0}small,.small,figcaption,table caption,.breadcrumbs{font-size:11px;line-height:16px}sup,sub{font-size:.85em;vertical-align:top}sub{vertical-align:bottom}mark{border-radius:2px;padding:1px 3px}mark a{color:inherit}h1,h2,h3,h4,h5,h6{letter-spacing:-.25px;line-height:1.28em;font-weight:bold;word-wrap:break-word}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{text-decoration:none}h1{font-size:22px;margin:30px 0 15px}.featured+h1{margin-top:15px}h2{font-size:18px;margin:24px 0 10px}.featured+h2{margin-top:12px}h3,h4,h5,h6{letter-spacing:0;font-size:14px;line-height:1.5em;margin:24px 0 10px}.featured+h3,.featured+h4,.featured+h5,.featured+h6{margin-top:12px}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,.alignleft+h1,.alignleft+h2,.alignleft+h3,.alignleft+h4,.alignleft+h5,.alignleft+h6,.alignright+h1,.alignright+h2,.alignright+h3,.alignright+h4,.alignright+h5,.alignright+h6{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child{margin-bottom:0}ul,ol{margin:18px 0 18px 1.5em}ul:first-child,ol:first-child{margin-top:0}ul:last-child,ol:last-child{margin-bottom:0}ul{list-style-type:disc}ol{margin-left:2em}li>ul,li>ol{margin-top:0;margin-bottom:0}li{position:relative}ul.fancy{list-style-type:none;margin-left:1.8em}h1+ul.fancy,h2+ul.fancy,h3+ul.fancy,h4+ul.fancy,h5+ul.fancy,h6+ul.fancy{margin-top:0}ul.fancy>li>ul.fancy,ul.fancy>li{margin-top:4px}ul.fancy>li:first-child{margin-top:0}ul.fancy>li>i{font-size:1.2em;position:absolute;left:-1.5em}ul.fancy>li>i:before{margin:0!important}ul.fancy>li>img.icon{position:absolute;margin:2px 0 0;left:-1.8em}dl{margin:18px 0 18px 1.5em}dl:first-child{margin-top:0}dl:last-child{margin-bottom:0}dl:empty{display:none}dt{font-weight:bold}dd+dt{margin-top:10px}blockquote{font:italic 18px/26px Georgia,Serif;position:relative;margin:18px 0;padding:0 20px}blockquote:first-child{margin-top:0}blockquote:last-child{margin-bottom:0}blockquote.alignleft{margin-right:18px}blockquote.alignright{margin-left:18px}blockquote.bar{border-left-style:solid;border-left-width:4px}.figuregroup,figure,img{max-width:100%}.lt-ie9 img{width:auto}.figuregroup,figure{margin:18px 0;overflow:hidden}.figuregroup:first-child,figure:first-child,table label.alt-mobile-label:first-child+figure{margin-top:0}.figuregroup:last-child,figure:last-child{margin-bottom:0}.figuregroup figure{display:inline-block;margin:0}img{height:auto;vertical-align:middle}figure.alignleft,figure.alignright,img.alignleft,img.alignright{margin-top:6px;margin-bottom:12px}figure.alignleft,img.alignleft{margin-right:18px}figure.alignright,img.alignright{margin-left:18px}figure>a,figure img,figure div{display:block!important}figure>a[rel]:empty{display:none!important;}figure.full-width img{width:100%}figure figcaption{text-align:right;margin-top:2px}table{border-collapse:collapse;border-width:0 1px;border-style:solid;position:relative;margin:18px 0;clear:both;max-width:100%}table:first-child{margin-top:0}table:last-child{margin-bottom:0}table.full-width{display:table}table caption{caption-side:bottom;text-align:center;margin-top:2px}table th{text-align:left}table th,table td{border-width:1px 0;border-style:solid;padding:5px 10px}table tfoot tr:first-child th,table tfoot tr:first-child td{border-top-width:2px}table label.alt-mobile-label{display:none}code{font:11px/20px "Lucida console"}pre{border-left-style:dotted;border-left-width:2px;font:11px/20px "Lucida console";margin:18px 0;padding-left:20px;overflow:auto}pre:first-child{margin-top:0}pre:last-child{margin-bottom:0}hr{border:none;border-top-width:1px;border-top-style:solid;margin:18px 0;clear:both;height:0}.bricks .bricks-box hr:first-child{margin-top:0}.bricks .bricks-box hr:last-child{margin-bottom:0}form{margin:10px 0}form:first-child{margin-top:0}form:last-child{margin-bottom:0}input,select,textarea,button,.button{-moz-box-sizing:border-box;box-sizing:border-box;border-width:0;border-style:solid;border-radius:4px;margin:0;padding:5px 6px;line-height:16px;height:26px;vertical-align:baseline;max-width:100%}.lt-ie9 input,.lt-ie9 select,.lt-ie9 textarea,.lt-ie9 button,.lt-ie9 .button{border-width:1px}input[type=number]::-webkit-inner-spin-button{opacity:1}input[type="radio"],input[type="checkbox"]{box-shadow:none;border:none;background:none;position:relative;top:2px;height:auto}textarea{display:block;line-height:18px;width:400px;height:100px;min-width:150px;min-height:75px}select{padding-top:4px;padding-bottom:4px}input[type="submit"],input[type="reset"],input[type="button"],button,.button{border-width:1px;font-size:14px;line-height:23px;text-align:center;cursor:pointer;padding:0 10px;height:25px;white-space:nowrap}#layerslider button{border-width:1px!important;border-style:solid!important;padding:0 10px!important;width:auto!important}input[type="submit"].big,input[type="reset"].big,input[type="button"].big,button.big,.button.big{font-size:18px;font-weight:bold;letter-spacing:-.5px;line-height:33px;height:35px}input[type="submit"].huge,input[type="reset"].huge,input[type="button"].huge,button.huge,.button.huge{font-size:22px;font-weight:bold;letter-spacing:-.5px;line-height:38px;height:40px}input[type="submit"]>i,input[type="reset"]>i,input[type="button"]>i,button>i,.button>i{font-size:1.2em;vertical-align:middle}input[type="submit"]>i:before,input[type="reset"]>i:before,input[type="button"]>i:before,button>i:before,.button>i:before{width:auto}input[type="submit"]>i:first-child:before,input[type="reset"]>i:first-child:before,input[type="button"]>i:first-child:before,button>i:first-child:before,.button>i:first-child:before,input[type="submit"]>img.icon:first-child,input[type="reset"]>img.icon:first-child,input[type="button"]>img.icon:first-child,button>img.icon:first-child,.button>img.icon:first-child{margin-left:0}input[type="submit"]>i:last-child:before,input[type="reset"]>i:last-child:before,input[type="button"]>i:last-child:before,button>i:last-child:before,.button>i:last-child:before,input[type="submit"]>img.icon:last-child,input[type="reset"]>img.icon:last-child,input[type="button"]>img.icon:last-child,button>img.icon:last-child,.button>img.icon:last-child{margin-right:0}input[type="submit"] img.icon,input[type="reset"] img.icon,input[type="button"] img.icon,button img.icon,.button img.icon{position:relative;top:-1px}.button{color:inherit;display:inline-block}.button:hover{text-decoration:none}form.search{padding-right:27px;white-space:nowrap}form.search label{display:none}form.search input[type="text"]{font-style:italic;width:100%}form.search button[type="submit"],#bottom form.search button[type="submit"]{box-shadow:none;border-width:0;background:none;filter:none;margin-left:10px;padding:0}form.search button[type="submit"]>i{text-shadow:none;position:relative;top:-1px;vertical-align:baseline}input[type="image"]{box-shadow:none;border:none;border-radius:0;background:none;padding:0;height:auto}input[maxlength]{width:auto}::-moz-focus-inner{border:none;margin:0;padding:0}.readmore{white-space:nowrap}.dropcap{font-size:3.23em;line-height:44px;font-weight:bold;position:relative;float:left;padding-right:3px;top:2px}.sticky{position:relative}.sticky:before{content:'';border-width:10px;border-style:solid;border-right-color:transparent!important;border-bottom-color:transparent!important;display:block;position:absolute;left:0;top:0;width:0;height:0}.section>.sticky:before{left:-20px;top:-20px}.bricks .bricks-box>.sticky:before{border-width:6px;left:-10px}.posts-list{list-style:none;margin-left:0}.posts-list li{margin-top:18px;overflow:hidden}.posts-list li:first-child{margin-top:0}.posts-list .alignleft,.posts-list .alignright{margin-bottom:0}.posts-list figure,.posts-list img{width:48px}.posts-list figure.alignleft,.posts-list img.alignleft,.posts-list figure.alignright,.posts-list img.alignright{margin-top:4px}.posts-list figure.alignleft,.posts-list img.alignleft{margin-right:10px}.posts-list figure.alignright,.posts-list img.alignright{margin-left:10px}.posts-list h3{line-height:1.28em;margin-top:0;margin-bottom:5px}.posts-list h3~*{margin-top:0;margin-bottom:0}.posts-list dl{margin-top:0;margin-bottom:0}.posts-list figure.alignleft~*,.posts-list img.alignleft~*{margin-left:60px}.posts-list figure.alignright~*,.posts-list img.alignright~*{margin-right:60px}.rating{font-style:italic}.rating:first-child{margin-top:0}.rating:last-child{margin-bottom:0}.rating i:before{font-size:1.2em;margin:0}.rating i:last-of-type:before{margin-right:.4em}.pagination{margin:18px 0;text-align:center}.pagination:first-child{margin-top:0}.pagination:last-child{margin-bottom:0}.breadcrumbs{list-style:none;margin-left:0}.breadcrumbs:first-child{margin-top:0}.breadcrumbs:last-child{margin-bottom:0}.breadcrumbs li{display:inline;white-space:nowrap}.breadcrumbs li:before{content:'\203a';position:relative;margin:0 .6em;top:-1px}.breadcrumbs meta:first-child+li:before,.breadcrumbs meta:first-child+meta+li:before,.breadcrumbs li:first-child:before{display:none}.meta{font-size:11px;list-style:none;margin-left:0;clear:both;overflow:hidden;min-height:23px}.meta+.meta{margin-top:-9px}.meta.social{line-height:0;overflow:visible;min-height:22px}.meta.social:after{content:'';display:block;height:0;clear:both;overflow:hidden;visibility:hidden}.meta li{float:left;margin-right:20px}.meta li:last-child{margin-right:0}.meta.social li{padding:1px 0;height:20px}.meta i{font-size:1.4em;position:relative;top:-1px;vertical-align:middle}.meta i:before{margin-left:0}.meta iframe{border:none;display:inline-block;overflow:hidden}.post{margin:18px 0;clear:both}.post:first-child{margin-top:0}.post:last-child{margin-bottom:0}.post .title{padding-left:0;padding-right:0}.post blockquote.title h1{font-weight:normal;line-height:1.5em}.post .title i{font-size:1.3em;position:relative;top:-1px;vertical-align:middle}.post .title i:before{margin-left:0;margin-right:.5em;width:auto}.comments{list-style:none;margin-left:0}.comments>li{border-top-style:solid;border-top-width:1px}.comments>li:first-child{border-top-width:0}.comments .comments>li{border-top-width:1px}.comments .comment{padding:18px 0;overflow:hidden}.comments .comment-respond{padding-bottom:18px}.comments>li:first-child>.comment{padding-top:0}.comments .comments>li:first-child>.comment{padding-top:18px}.comments .comments>li>.comment,.comments .comments>.comment-respond{padding-left:50px}.comments .comments .comments>li>.comment,.comments .comments .comments>.comment-respond{padding-left:100px}.comments .comments .comments .comments>li>.comment,.comments .comments .comments .comments>.comment-respond{padding-left:150px}.comments .comment>figure{margin-bottom:0}.comments .comment .info{font-size:12px;margin-top:0;overflow:hidden}.comments .comment .info span,.comments .comment .info small{line-height:inherit;float:right;margin-left:10px}.comments .comment .info .tools{display:none}.comments .comment:hover .info .tools{display:block}.comments .comment .text{overflow:hidden}.comments .comment .text blockquote{border-left-style:solid;border-left-width:2px;font-size:13px;line-height:20px;padding-right:0}.message{border-width:1px;border-style:solid;border-radius:2px;font:italic 14px/22px Georgia,Serif;text-align:center;position:relative;margin:18px 0;padding:10px 20px}.message:first-child{margin-top:0}.message:last-child{margin-bottom:0}.message>i{font-size:1.15em}.message>i:first-child:before,.message>br+i:before{margin-left:0}.message>.close{border-top-right-radius:2px;border-bottom-left-radius:2px;font-size:inherit;line-height:1em;cursor:pointer;position:absolute;margin:0;right:-1px;top:-1px}.message>.close:before{margin:0}.message.blue,#bottom .message.blue{border-color:#86c7d0;background-color:#c1f4fa;color:#307d87}.message.blue>.close,#bottom .message.blue>.close{background-color:#86c7d0;color:#c1f4fa}.message.green,#bottom .message.green{border-color:#95d086;background-color:#cdfac1;color:#428730}.message.green>.close,#bottom .message.green>.close{background-color:#95d086;color:#cdfac1}.message.orange,#bottom .message.orange{border-color:#d9c67d;background-color:#fff1bc;color:#b76916}.message.orange>.close,#bottom .message.orange>.close{background-color:#d9c67d;color:#fff1bc}.message.red,#bottom .message.red{border-color:#d97d7f;background-color:#ffbcbe;color:#a5212a}.message.red>.close,#bottom .message.red>.close{background-color:#d97d7f;color:#ffbcbe}.tipsy-tooltip{cursor:default}a.tipsy-tooltip{cursor:pointer}.tipsy{font-size:10px;font-weight:bold;line-height:14px;position:absolute;padding:5px;z-index:100}.tipsy-inner{border-radius:3px;background-color:#000;color:#fff;text-align:center;padding:5px 8px 6px;max-width:200px}.tipsy-arrow{border:5px dashed #000;line-height:0;position:absolute;width:0;height:0}.tipsy-arrow-n{border-bottom-color:#000}.tipsy-arrow-s{border-top-color:#000}.tipsy-arrow-e{border-left-color:#000}.tipsy-arrow-w{border-right-color:#000}.tipsy-n .tipsy-arrow{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:medium none;margin-left:-5px;left:50%;top:0}.tipsy-nw .tipsy-arrow{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:medium none;left:10px;top:0}.tipsy-ne .tipsy-arrow{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:medium none;right:10px;top:0}.tipsy-s .tipsy-arrow{border-bottom:medium none;border-left-color:transparent;border-right-color:transparent;border-top-style:solid;margin-left:-5px;bottom:0;left:50%}.tipsy-sw .tipsy-arrow{border-bottom:medium none;border-left-color:transparent;border-right-color:transparent;border-top-style:solid;bottom:0;left:10px}.tipsy-se .tipsy-arrow{border-bottom:medium none;border-left-color:transparent;border-right-color:transparent;border-top-style:solid;bottom:0;right:10px}.tipsy-e .tipsy-arrow{border-bottom-color:transparent;border-left-style:solid;border-right:medium none;border-top-color:transparent;margin-top:-5px;right:0;top:50%}.tipsy-w .tipsy-arrow{border-bottom-color:transparent;border-left:medium none;border-right-style:solid;border-top-color:transparent;margin-top:-5px;left:0;top:50%}.widget{margin:18px 0;clear:both}.widget:first-child{margin-top:0}.widget:last-child{margin-bottom:0}.section.widget{margin:0}[class^="grid-"],[class*=" grid-"]{display:block;overflow:hidden}[class^="grid-"]>*,[class*=" grid-"]>*{display:inline-block;float:left}.grid-4{margin:-2px}.grid-4>*{margin:2px!important}.grid-8{margin:-4px}.grid-8>*{margin:4px!important}.grid-12{margin:-6px}.grid-12>*{margin:6px!important}.grid-16{margin:-8px}.grid-16>*{margin:8px!important}.columns{margin:18px 0;clear:both}.columns:first-child{margin-top:0}.columns:last-child{margin-bottom:0}.columns>ul{list-style:none;margin:-9px -10px;overflow:hidden}.columns>ul>li{-moz-box-sizing:border-box;box-sizing:border-box;float:left;padding:9px 10px;min-height:1px;overflow:hidden}.columns.reversed>ul>li{float:right}.columns>ul>li.clear-row{clear:left}.columns.reversed>ul>li.clear-row{clear:right}.columns.separated>ul{margin-top:-18px;margin-bottom:-18px}.columns.separated>ul>li{padding-top:18px;padding-bottom:18px}.col-1-1{width:100%}.col-1-2{width:50%}.col-1-3{width:33.33%}.col-2-3{width:66.66%}.col-1-4{width:25%}.col-2-4{width:50%}.col-3-4{width:75%}.col-1-5{width:20%}.col-2-5{width:40%}.col-3-5{width:60%}.col-4-5{width:80%}.col-1-6{width:16.66%}.col-2-6{width:33.33%}.col-3-6{width:50%}.col-4-6{width:66.66%}.col-5-6{width:83.33%}.col-1-7{width:14.28%}.col-2-7{width:28.57%}.col-3-7{width:42.85%}.col-4-7{width:57.14%}.col-5-7{width:71.42%}.col-6-7{width:85.71%}.col-1-8{width:12.5%}.col-2-8{width:25%}.col-3-8{width:37.5%}.col-4-8{width:50%}.col-5-8{width:62.5%}.col-6-8{width:75%}.col-7-8{width:87.5%}.col-1-9{width:11.11%}.col-2-9{width:22.22%}.col-3-9{width:33.33%}.col-4-9{width:44.44%}.col-5-9{width:55.55%}.col-6-9{width:66.66%}.col-7-9{width:77.77%}.col-8-9{width:88.88%}.col-1-10{width:10%}.col-2-10{width:20%}.col-3-10{width:30%}.col-4-10{width:40%}.col-5-10{width:50%}.col-6-10{width:60%}.col-7-10{width:70%}.col-8-10{width:80%}.col-9-10{width:90%}.col-1-11{width:9.09%}.col-2-11{width:18.18%}.col-3-11{width:27.27%}.col-4-11{width:36.36%}.col-5-11{width:45.45%}.col-6-11{width:54.54%}.col-7-11{width:63.63%}.col-8-11{width:72.72%}.col-9-11{width:81.81%}.col-10-11{width:90.9%}.col-1-12{width:8.33%}.col-2-12{width:16.66%}.col-3-12{width:25%}.col-4-12{width:33.33%}.col-5-12{width:41.66%}.col-6-12{width:50%}.col-7-12{width:58.33%}.col-8-12{width:66.66%}.col-9-12{width:75%}.col-10-12{width:83.33%}.col-11-12{width:91.66%}.col-1-13{width:7.69%}.col-2-13{width:15.38%}.col-3-13{width:23.07%}.col-4-13{width:30.76%}.col-5-13{width:38.46%}.col-6-13{width:46.15%}.col-7-13{width:53.84%}.col-8-13{width:61.53%}.col-9-13{width:69.23%}.col-10-13{width:76.92%}.col-11-13{width:84.61%}.col-12-13{width:92.3%}.col-1-14{width:7.14%}.col-2-14{width:14.28%}.col-3-14{width:21.42%}.col-4-14{width:28.57%}.col-5-14{width:35.71%}.col-6-14{width:42.85%}.col-7-14{width:50%}.col-8-14{width:57.14%}.col-9-14{width:64.28%}.col-10-14{width:71.42%}.col-11-14{width:78.57%}.col-12-14{width:85.71%}.col-13-14{width:92.85%}.col-1-15{width:6.66%}.col-2-15{width:13.33%}.col-3-15{width:20%}.col-4-15{width:26.66%}.col-5-15{width:33.33%}.col-6-15{width:40%}.col-7-15{width:46.66%}.col-8-15{width:53.33%}.col-9-15{width:60%}.col-10-15{width:66.66%}.col-11-15{width:73.33%}.col-12-15{width:80%}.col-13-15{width:86.66%}.col-14-15{width:93.33%}.col-1-16{width:6.25%}.col-2-16{width:12.5%}.col-3-16{width:18.75%}.col-4-16{width:25%}.col-5-16{width:31.25%}.col-6-16{width:37.5%}.col-7-16{width:43.75%}.col-8-16{width:50%}.col-9-16{width:56.25%}.col-10-16{width:62.5%}.col-11-16{width:68.75%}.col-12-16{width:75%}.col-13-16{width:81.25%}.col-14-16{width:87.5%}.col-15-16{width:93.75%}.col-1-17{width:5.88%}.col-2-17{width:11.76%}.col-3-17{width:17.64%}.col-4-17{width:23.52%}.col-5-17{width:29.41%}.col-6-17{width:35.29%}.col-7-17{width:41.17%}.col-8-17{width:47.05%}.col-9-17{width:52.94%}.col-10-17{width:58.82%}.col-11-17{width:64.7%}.col-12-17{width:70.58%}.col-13-17{width:76.47%}.col-14-17{width:82.35%}.col-15-17{width:88.23%}.col-16-17{width:94.11%}.col-1-18{width:5.55%}.col-2-18{width:11.11%}.col-3-18{width:16.66%}.col-4-18{width:22.22%}.col-5-18{width:27.77%}.col-6-18{width:33.33%}.col-7-18{width:38.88%}.col-8-18{width:44.44%}.col-9-18{width:50%}.col-10-18{width:55.55%}.col-11-18{width:61.11%}.col-12-18{width:66.66%}.col-13-18{width:72.22%}.col-14-18{width:77.77%}.col-15-18{width:83.33%}.col-16-18{width:88.88%}.col-17-18{width:94.44%}.col-1-19{width:5.26%}.col-2-19{width:10.52%}.col-3-19{width:15.78%}.col-4-19{width:21.05%}.col-5-19{width:26.31%}.col-6-19{width:31.57%}.col-7-19{width:36.84%}.col-8-19{width:42.1%}.col-9-19{width:47.36%}.col-10-19{width:52.63%}.col-11-19{width:57.89%}.col-12-19{width:63.15%}.col-13-19{width:68.42%}.col-14-19{width:73.68%}.col-15-19{width:78.94%}.col-16-19{width:84.21%}.col-17-19{width:89.47%}.col-18-19{width:94.73%}.col-1-20{width:5%}.col-2-20{width:10%}.col-3-20{width:15%}.col-4-20{width:20%}.col-5-20{width:25%}.col-6-20{width:30%}.col-7-20{width:35%}.col-8-20{width:40%}.col-9-20{width:45%}.col-10-20{width:50%}.col-11-20{width:55%}.col-12-20{width:60%}.col-13-20{width:65%}.col-14-20{width:70%}.col-15-20{width:75%}.col-16-20{width:80%}.col-17-20{width:85%}.col-18-20{width:90%}.col-19-20{width:95%}.columns.price-table{padding:10px 0}.columns.price-table>ul{margin:-4px;padding:4px}.columns.price-table>ul>li{transition:margin 0.2s,background 0.2s;border-width:1px;border-style:solid;margin:10px -1px 10px 0;padding:0}.columns.price-table>ul>li:hover,.columns.price-table:not(:hover)>ul>li.active{margin-top:0;margin-bottom:0;z-index:1}.columns.price-table>ul>li>*{border-top-width:1px;border-top-style:solid;position:relative;margin:0;padding:10px 15px}.columns.price-table>ul>li>:first-child{border-top-width:0}.columns.price-table>ul>li>:last-child{transition:padding 0.2s}.columns.price-table>ul>li:hover>:last-child,.columns.price-table:not(:hover)>ul>li.active>:last-child{padding-top:20px;padding-bottom:20px}.columns.price-table>ul>li>.sticker{transform:rotate(30deg);-webkit-transform:rotate(30deg);border-radius:25px;border-width:0;font-size:16px;line-height:1em;text-align:center;display:table;position:absolute;margin-top:-25px;padding:0;right:10px;width:50px;height:50px;z-index:1}.columns.price-table>ul>li>.sticker.left{transform:rotate(-30deg);-webkit-transform:rotate(-30deg);left:10px;right:auto}.columns.price-table>ul>li>.sticker>span{display:table-cell;vertical-align:middle}.columns.price-table>ul>li>figure,.columns.price-table>ul>li>img{padding:0}.columns.price-table h1,.columns.price-table h2,.columns.price-table h3,.columns.price-table p{text-align:center}.columns.price-table h1{font-size:60px}.columns.price-table h2{font-size:30px}.columns.price-table h3{font-size:22px}.tabs{margin:18px 0}.tabs:first-child{margin-top:0}.tabs:last-child{margin-bottom:0}.tabs>.movable-container{position:relative;margin-bottom:10px}.tabs>.movable-container:after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:0;right:0;bottom:0;height:0}.tabs>*>.nav{list-style:none}.tabs>*>.nav li{border-width:1px;border-style:solid;border-radius:4px 4px 0 0;font-weight:bold;line-height:32px;cursor:pointer;display:inline-block;margin:0 2px 0 0;padding:0 16px}.tabs>*>.nav li:last-child{margin-right:0}.tabs>*>.nav .active{cursor:default;z-index:1}.tabs>div[title]{display:none;overflow:hidden}.tabs>div[title].active{display:block}.super-tabs{margin:18px 0}.super-tabs:first-child{margin-top:0}.super-tabs:last-child{margin-bottom:0}.super-tabs>div{border-width:1px;border-style:solid;overflow:hidden}.layout-boxed .section .super-tabs>div{border-left-width:0;border-right-width:0;margin-left:-20px;margin-right:-20px}.layout-boxed .section .super-tabs:first-child>div{border-top-width:0;margin-top:-20px}.layout-boxed .section .super-tabs:last-child>div{border-bottom-width:0;margin-bottom:-20px}.super-tabs>div>.nav{list-style:none;float:left;margin:0;width:33.33%;height:100%}.super-tabs>div>.nav li{-moz-box-sizing:border-box;box-sizing:border-box;border-width:1px 1px 0 0;border-style:solid;cursor:pointer;display:block;position:static;padding:5px 20px;width:100%;overflow:hidden}.super-tabs>div>.nav li:first-child{border-top-width:0}.super-tabs>div>.nav .active{border-right-width:0;cursor:default}.super-tabs>div>.nav h2{margin:0}.super-tabs>div>.nav h2 span{margin-right:.4em}.super-tabs>div>.nav h2 span:after{content:'.'}.super-tabs>div>.nav small{display:block;margin-top:4px}.super-tabs>div>div[title]{-moz-box-sizing:border-box;box-sizing:border-box;display:none;float:right;width:66.66%;overflow:hidden}.super-tabs>div>div[title].active{display:block}.super-tabs>div>div[title] img{display:block;width:100%}.toggles{margin:18px 0}.toggles:first-child{margin-top:0}.toggles:last-child{margin-bottom:0}.toggles>div{border-bottom-width:1px;border-style:solid}.toggles>div:first-child{border-top-width:1px}.toggles>div>*{padding:5px 0 5px 25px}.toggles>div>h3{display:block;position:relative;margin:0;cursor:pointer}.toggles>div>h3>i{font-size:1.2em;position:absolute;left:0}.toggles>div>h3>i:before{margin:0}.toggles>div>div[title]{display:none;overflow:hidden}.social-icons{margin:18px 0}.social-icons:first-child{margin-top:0}.social-icons:last-child{margin-bottom:0}.social-icons ul{list-style:none;font-size:1.5em;margin:-7px;overflow:hidden}.social-icons li{float:left}.social-icons a{display:block;padding:7px}.social-icons i:before{margin:0}.social-icons.native-colors a:hover .icon-behance{color:#045cfc}.social-icons.native-colors a:hover .icon-blogger-rect,.social-icons.native-colors a:hover .icon-blogger{color:#f60}.social-icons.native-colors a:hover .icon-deviantart{color:#c8dc2f}.social-icons.native-colors a:hover .icon-dribbble-circled,.social-icons.native-colors a:hover .icon-dribbble{color:#ea4c89}.social-icons.native-colors a:hover .icon-dropbox{color:#1e8cde}.social-icons.native-colors a:hover .icon-evernote{color:#6ab536}.social-icons.native-colors a:hover .icon-facebook,.social-icons.native-colors a:hover .icon-facebook-circled,.social-icons.native-colors a:hover .icon-facebook-rect{color:#3b5998}.social-icons.native-colors a:hover .icon-flattr{color:#90bb5d}.social-icons.native-colors a:hover .icon-flickr,.social-icons.native-colors a:hover .icon-flickr-circled{color:#0361dd}.social-icons.native-colors a:hover .icon-friendfeed,.social-icons.native-colors a:hover .icon-friendfeed-rect{color:#93bef5}.scheme-bright .social-icons.native-colors a:hover .icon-github-circled,.scheme-bright .social-icons.native-colors a:hover .icon-github-text,.scheme-bright .social-icons.native-colors a:hover .icon-github{color:#171516}.scheme-dark .social-icons.native-colors a:hover .icon-github-circled,.scheme-dark .social-icons.native-colors a:hover .icon-github-text,.scheme-dark .social-icons.native-colors a:hover .icon-github{color:#e8eae9}.social-icons.native-colors a:hover .icon-googleplus-rect,.social-icons.native-colors a:hover .icon-gplus-circled,.social-icons.native-colors a:hover .icon-gplus{color:#dd4b39}.social-icons.native-colors a:hover .icon-icq{color:#05fa05}.social-icons.native-colors a:hover .icon-instagram-filled,.social-icons.native-colors a:hover .icon-instagram-1,.social-icons.native-colors a:hover .icon-instagram-filled{color:#426f96}.social-icons.native-colors a:hover .icon-jabber{color:#c80203}.social-icons.native-colors a:hover .icon-lastfm,.social-icons.native-colors a:hover .icon-lastfm-circled,.social-icons.native-colors a:hover .icon-lastfm-rect{color:#d12026}.social-icons.native-colors a:hover .icon-linkedin,.social-icons.native-colors a:hover .icon-linkedin-circled,.social-icons.native-colors a:hover .icon-linkedin-rect{color:#007bb7}.social-icons.native-colors a:hover .icon-odnoklassniki,.social-icons.native-colors a:hover .icon-odnoklassniki-rect{color:#f2730c}.social-icons.native-colors a:hover .icon-paypal{color:#29628f}.social-icons.native-colors a:hover .icon-pinterest,.social-icons.native-colors a:hover .icon-pinterest-circled{color:#ca2128}.social-icons.native-colors a:hover .icon-rdio,.social-icons.native-colors a:hover .icon-rdio-circled{color:#037ec4}.social-icons.native-colors a:hover .icon-renren{color:#025dac}.social-icons.native-colors a:hover .icon-rss{color:#fe9900}.social-icons.native-colors a:hover .icon-sina-weibo{color:#d72b2b}.social-icons.native-colors a:hover .icon-skype,.social-icons.native-colors a:hover .icon-skype-circled{color:#00b0f6}.social-icons.native-colors a:hover .icon-smashing{color:#fd8342}.social-icons.native-colors a:hover .icon-soundcloud{color:#ff5800}.social-icons.native-colors a:hover .icon-spotify{color:#80b819}.social-icons.native-colors a:hover .icon-stumbleupon,.social-icons.native-colors a:hover .icon-stumbleupon-circled{color:#eb4923}.social-icons.native-colors a:hover .icon-tumblr,.social-icons.native-colors a:hover .icon-tumblr-circled,.social-icons.native-colors a:hover .icon-tumblr-rect{color:#2c4762}.social-icons.native-colors a:hover .icon-twitter{color:#00acee}.social-icons.native-colors a:hover .icon-vimeo,.social-icons.native-colors a:hover .icon-vimeo-circled,.social-icons.native-colors a:hover .icon-vimeo-rect{color:#1bb6ec}.social-icons.native-colors a:hover .icon-vkontakte{color:#54769b}.social-icons.native-colors a:hover .icon-wordpress{color:#22769b}.social-icons.native-colors a:hover .icon-yandex-rect,.social-icons.native-colors a:hover .icon-yandex{color:#da3f2d}.social-icons.native-colors a:hover .icon-youtube,.social-icons.native-colors a:hover .icon-youtube-play{color:#cd181f}.social-buttons{margin:18px 0}.social-buttons:first-child{margin-top:0}.social-buttons:last-child{margin-bottom:0}.social-buttons ul{list-style:none;line-height:0;margin:-6px;overflow:hidden}.social-buttons li{display:inline-block;margin:6px;overflow:hidden}.social-buttons iframe{border:none;display:inline-block;overflow:hidden}.social-buttons li a[class*="pin_it_button"]{margin-top:30px!important}.social-buttons .IN-widget{line-height:0!important}.comment-form .columns{margin-top:10px;margin-bottom:10px}.comment-form .columns:first-child{margin-top:0}.comment-form .columns:last-child{margin-bottom:0}.comment-form .columns>ul{margin-top:-5px;margin-bottom:-5px}.comment-form .columns>ul>li{padding-top:5px;padding-bottom:5px}.comment-form textarea{min-width:100%}.contact-form .load{-webkit-animation-name:load-rotate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-name:load-rotate;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear;display:none;position:absolute;margin-left:10px}.contact-form .load:before{width:auto}.contact-form .msg{display:none;margin-left:15px}@-webkit-keyframes load-rotate{from{-webkit-transform:rotate(0deg) scaleX(-1)}to{-webkit-transform:rotate(360deg) scaleX(-1)}}@keyframes load-rotate{from{transform:rotate(0deg) scaleX(-1)}to{transform:rotate(360deg) scaleX(-1)}}.slider{margin:18px 0;position:relative;overflow:hidden}.slider:first-child{margin-top:0}.slider:last-child{margin-bottom:0}.slider.alignleft,.slider.alignright{margin-top:6px;margin-bottom:12px}.slider.alignleft{margin-right:18px}.slider.alignright{margin-left:18px}.slider *{outline:none}.slider .viewport{-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.slider .slides,.slider .control-nav,.slider .direction-nav{margin:0;padding:0;list-style:none}.slider .slides:after{content:'';display:block;height:0;clear:both;overflow:hidden;visibility:hidden}.slider .slides>li{display:none;-webkit-backface-visibility:hidden}.no-js .slider .slides>li:first-child{display:block}.slider .slides img,.slider .slides .embed{display:block;margin:0;width:100%;max-width:none}.slider .pauseplay span{text-transform:capitalize}.slider .control-nav{transition:opacity 0.1s;line-height:0;display:block;position:absolute;right:12px;bottom:12px;z-index:2}.slider .control-nav.hidden{opacity:0}.slider .control-nav li{display:inline-block;margin-left:8px}.slider .control-nav li a{border-radius:5px;background:#f5f5f5;text-indent:-999px;cursor:pointer;display:block;width:10px;height:10px;overflow:hidden}.slider .control-nav li a.active{cursor:default}.slider .direction-nav{line-height:0;display:block}.slider .direction-nav li{display:block;position:static}.slider .direction-nav a{transition:opacity 0.1s;color:#f5f5f5;font-size:60px;opacity:0;display:block;position:absolute;top:50%;height:0;z-index:2}.slider:hover .direction-nav a{opacity:1}.slider .direction-nav a.prev{left:0}.slider .direction-nav a.next{right:0}.slider .direction-nav i:before{margin:0;height:1em}.slider .caption{background:rgba(0,0,0,.5);color:#f5f5f5;position:absolute;margin:0;padding:6px 12px;left:0;right:0;bottom:0}html[xmlns] .slider .slides{display:block}* html .slider .slides{height:1%}.bricks{margin:18px 0;clear:both}.bricks:first-child{margin-top:0}.bricks:last-child{margin-bottom:0}.bricks>div:not([class]){visibility:hidden}.bricks>.bricks-filter{line-height:30px;margin:-3px 0}.bricks>.bricks-filter .button{margin-right:6px}.bricks>.bricks-masonry{position:relative;margin:-9px -10px;overflow:hidden}.bricks>.bricks-filter+.bricks-masonry{margin-top:9px}.bricks .bricks-box{-moz-box-sizing:border-box;box-sizing:border-box;padding:9px 10px;float:left;-webkit-transition:opacity 0.4s,-webkit-transform 0.4s;transition:opacity 0.4s,transform 0.4s}.bricks .bricks-box.bricks-box-hidden{opacity:0;-webkit-transform:scale(.75);transform:scale(.75)}.bricks[data-bricks-columns="1"] .bricks-box{width:100%}.bricks[data-bricks-columns="2"] .bricks-box{width:49.9%}.bricks[data-bricks-columns="3"] .bricks-box{width:33.2%}.bricks[data-bricks-columns="4"] .bricks-box{width:24.9%}.bricks[data-bricks-columns="5"] .bricks-box{width:19.9%}.bricks[data-bricks-columns="6"] .bricks-box{width:16.6%}.bricks[data-bricks-columns="7"] .bricks-box{width:14.2%}.bricks[data-bricks-columns="8"] .bricks-box{width:12.4%}.bricks[data-bricks-columns="9"] .bricks-box{width:11%}.bricks[data-bricks-columns="10"] .bricks-box{width:9.9%}.twitter{margin:18px 0}.twitter:first-child{margin-top:0}.twitter:last-child{margin-bottom:0}.twitter>ul{list-style:none;margin:0}.twitter li{word-wrap:break-word}.twitter>ul li{margin-top:18px}.twitter>ul li:first-child{margin-top:0}.twitter li i{color:#00c5e2;font-size:1.5em;position:relative;top:-1px;vertical-align:middle}.twitter li i:before{margin-left:0}.flickr{margin:18px 0}.flickr:first-child{margin-top:0}.flickr:last-child{margin-bottom:0}.flickr ul{list-style:none;line-height:0;margin:-4px;overflow:hidden}.flickr li{float:left;margin:4px;width:49px;height:49px}.flickr img{border-width:4px;border-style:solid;width:41px;height:41px}html{height:100%}body{position:relative;min-width:768px;min-height:100%}body.full-screen{height:100%}.backgrounds{position:absolute;left:0;right:0;top:0;bottom:0}.layout-boxed .outer-container .backgrounds,.layout-boxed .under-container .backgrounds{display:none}.backgrounds div{background-size:cover;background-repeat:no-repeat;background-position:top center;background-attachment:fixed;display:block;position:absolute;width:100%;height:100%}.backgrounds div.ls-bg{transition:opacity 0.4s;opacity:0}.backgrounds div.ls-bg.active{opacity:1}.lt-ie9 .backgrounds div.ls-bg{opacity:1;display:none}.lt-ie9 .backgrounds div.ls-bg.active{display:block}.under-container .backgrounds div{background-attachment:scroll}.lt-ie9 .backgrounds div{background-repeat:repeat}.backgrounds div.stripes:after{content:'';background-attachment:fixed;background-size:4px 4px;display:block;position:absolute;width:100%;height:100%}.outer-container .backgrounds+div,.under-container .backgrounds+div{position:relative}#login-form{display:none}#login-form input:not([type="radio"]):not([type="checkbox"]),#login-form select,#login-form textarea,#login-form button,#login-form .button{width:100%}#login-form p.alignright{line-height:23px;margin-bottom:0}#top{-moz-box-sizing:border-box;box-sizing:border-box;position:relative;padding-top:4px}#top:before,#top>.before{content:'';display:block;position:absolute;left:0;right:0;top:0;height:4px;z-index:3}#top.fixed:before,#top.fixed>.before{position:fixed}.lt-ie9 #top:before{display:none}#top.no-bar{padding-top:0}#top.no-bar:before,#top.no-bar .before{display:none}.full-screen #top{min-height:100%;overflow:hidden}#bottom{position:relative}.full-screen #bottom{display:none}.upper-container{position:relative;z-index:2}.upper-container.fixed{position:fixed;left:0;right:0;top:4px}#top.no-bar .upper-container.fixed{top:0}.outer-container{position:relative;margin:0 auto;z-index:1}.outer-container.transparent,.outer-container.blank{background:none}.outer-container.blank{box-shadow:none}.outer-container.separated{margin-top:10px}.layout-boxed .outer-container{max-width:980px}#bottom .outer-container{border-bottom-width:4px;border-bottom-style:solid}.under-container{position:relative;overflow:hidden;z-index:0}.layout-boxed .under-container{top:-200px;margin-bottom:-200px;padding-top:200px}.layout-open .under-container.transparent-next{margin-bottom:-78px;padding-bottom:78px}.ie .layout-boxed .under-container{overflow:visible}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.layout-boxed .under-container{overflow:visible}}.container{box-sizing:border-box;position:relative;margin:0 auto;max-width:980px;overflow:hidden}.container:after{content:'';display:block;height:0;clear:both;overflow:hidden;visibility:hidden}.under-container .container{overflow:visible}.content{position:relative;overflow:hidden}.content aside.aside{width:240px;min-height:1px}.layout-boxed .content aside.aside:before{content:'';display:block;position:absolute;top:0;width:5px;height:100%}.layout-boxed .content aside.aside.alpha:before{margin-left:235px}.lt-ie9 .layout-boxed .content aside.aside.alpha:before{border-right-width:1px;border-right-style:solid}.lt-ie9 .layout-boxed .content aside.aside.beta:before{border-left-width:1px;border-left-style:solid}.content .main{-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.content .main.left-aside{margin-left:-240px;padding-left:240px}.content .main.two-left-aside{margin-left:-480px;padding-left:480px}.content .main.right-aside{margin-right:-240px;padding-right:240px}.content .main.two-right-aside{margin-right:-480px;padding-right:480px}.content .main.two-aside{margin-left:-240px;margin-right:-240px;padding-left:240px;padding-right:240px}.section{position:relative;margin:0;padding:20px}.section:after{content:'';display:block;height:0;clear:both;overflow:hidden;visibility:hidden}.layout-boxed #top .section:before,.layout-boxed #top aside.aside .section:last-child:after{content:'';display:block;position:absolute;left:0;right:0;top:0;height:5px}.layout-boxed #top aside.aside .section:last-child:after{top:100%;visibility:visible}.lt-ie9 .layout-boxed #top .section:before,.lt-ie9 .layout-boxed #top aside.aside .section:last-child:after{border-top-width:1px;border-top-style:solid}.layout-boxed #top .section:first-child:before{display:none}.layout-boxed #top .content .content .section:before,.layout-boxed #top .content+.content .section:before,.layout-boxed #top .section+.content .section:before{display:block}.header .container{overflow:visible}.mobile-helper{display:none;float:left;padding:10px 0 10px 10px}.mobile-helper .button{display:block;margin:10px 0;padding-left:4px;padding-right:4px}.mobile-helper .button:first-child{margin-top:0}.mobile-helper .button:last-child{margin-bottom:0}.mobile-helper .button>i{font-size:1.17em;text-shadow:none;position:relative;top:-1px}.mobile-helper .button>i:before{width:1em}.logo{font-size:42px;line-height:1em;letter-spacing:-2px;float:left;margin:0;padding:20px;overflow:hidden;max-width:50%;z-index:1}.logo.center{text-align:center;float:none;max-width:100%}.logo a:hover{text-decoration:none}.logo img{display:block;height:auto;max-width:100%}.logo.center img{margin-left:auto;margin-right:auto}nav{max-width:100%}nav ul{display:block;margin:0}nav li,nav a{display:inline-block;position:relative}nav li{white-space:nowrap}nav a:hover{text-decoration:none}nav a[href="#"]{cursor:default}nav img,nav img.icon{position:relative;margin:0 10px 0 0;top:-1px}nav .cart mark{font-size:.85em;font-weight:bold}nav .lang{font-style:italic}nav .lang img{width:16px;height:16px}.lt-ie9 nav .lang img{width:auto;height:auto}nav.primary{padding:20px 0}nav.primary ul{font-size:15px;line-height:42px;text-align:right}nav.primary li{padding:0 18px 0 19px}nav.primary li:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;margin-top:-6px;left:0;top:50%;width:0;height:13px}nav.primary li:hover>ul{display:block}nav.primary a{line-height:22px}nav.primary .sub>a:after{content:' \203a'}nav.primary ul ul{text-align:left;display:none;position:absolute;left:4px;top:100%;z-index:1}nav.primary li li{border-top-width:1px;border-top-style:solid;display:block;padding:0}nav.primary li li:before{display:none}nav.primary li li:first-child{border-top-width:0}nav.primary li li.sub>a{padding-right:30px}nav.primary li li.sub>a:after{position:absolute;right:15px}nav.primary li li a{line-height:40px;display:block;margin:0;padding:0 15px}nav.primary ul ul ul{left:100%;top:0}nav.primary ul ul ul.left{left:auto;right:100%}nav.primary .search{width:120px}nav.primary .search input[type="text"]{font-size:12px;font-style:italic;line-height:14px;padding-top:3px;padding-bottom:3px;height:20px}.lt-ie9 nav.primary .search input[type="text"]{line-height:20px;padding-top:0;padding-bottom:0;vertical-align:middle}@media screen and (-webkit-min-device-pixel-ratio:0){nav.primary li:last-child:hover{padding-right:68px;margin-right:-50px}nav.primary li li:last-child:hover{margin:0;padding:0}}.outer-container.blank nav.secondary{box-shadow:none;border-color:none}.lt-ie9 nav.secondary{border-top-width:1px;border-bottom-width:1px;border-style:solid}.lt-ie9 nav.secondary:first-child{border-top-width:0}.lt-ie9 nav.secondary:last-child{border-bottom-width:0}.layout-open nav.secondary .container{padding:0 20px}nav.secondary ul{font-size:12px;line-height:40px;float:left;white-space:nowrap}nav.secondary li:hover>ul{display:block}nav.secondary a{border-right-width:1px;border-right-style:solid;padding:0 15px}nav.secondary .sub>a:after{content:' \203a'}.outer-container.blank nav.secondary li:first-child a,.layout-open nav.secondary li:first-child a{border-left-width:1px;border-left-style:solid}nav.secondary ul ul{display:none;position:fixed;z-index:1}nav.secondary li li{border-top-width:1px;border-top-style:solid;display:block}nav.secondary li li:first-child{border-top-width:0}nav.secondary li li.sub>a{padding-right:30px}nav.secondary li li.sub>a:after{position:absolute;right:15px}nav.secondary li li a{border-left-width:0!important;border-right-width:0}nav.mobile{display:none;height:0;visibility:hidden}nav.mobile{font-size:15px;line-height:35px}nav.mobile li{border-top-width:1px;border-top-style:solid;display:block;overflow:hidden}nav.mobile li:first-child{border-top-width:0}nav.mobile a{display:block;padding-right:20px;height:35px}nav.mobile a>i{font-size:1.2em;display:inline-block;padding-left:10px}nav.mobile a>i[class^="icon-"],nav.mobile a>i[class*=" icon-"]{padding-right:10px}nav.mobile a>i:before{margin:0}nav.mobile img[width="16"]{padding-right:2px}nav.mobile ul ul{display:none}nav.mobile ul ul li:first-child{border-top-width:1px}nav.mobile ul ul a>i{padding-left:38px}nav.mobile ul ul ul a>i{padding-left:66px}nav.mobile ul ul ul ul a>i{padding-left:94px}nav.mobile ul ul ul ul ul a>i{padding-left:122px}nav.mobile .search{line-height:46px;margin:0 10px}nav.lang{float:right;padding:10px 0;z-index:1}nav.lang ul{border-left-width:1px;border-left-style:solid;font-style:italic;line-height:20px;padding:0 18px}nav.lang li{display:block}nav.aside{line-height:22px}.layout-boxed aside.aside nav.aside>ul{margin-left:-20px;margin-right:-20px}.layout-boxed aside.aside nav.aside:first-child>ul{margin-top:-20px}.layout-boxed aside.aside nav.aside:last-child>ul{margin-bottom:-20px}nav.aside li{border-top-width:1px;border-style:solid;white-space:normal;display:block;overflow:hidden}nav.aside:first-child li:first-child{border-top-width:0}nav.aside:not(:last-child) li:last-child{border-bottom-width:1px}nav.aside a{border-style:solid;border-color:transparent;border-width:0 10px;display:block;padding:6px 0 6px 22px}.layout-boxed aside.aside nav.aside a{border-width:0 20px}nav.aside a:before{content:'\e75e';font-family:'icons';font-size:1.2em;font-weight:normal;font-style:normal;text-align:center;text-decoration:inherit;display:inline-block;margin-left:-1.4em;margin-right:.4em;width:1em}nav.aside.arrows a:before{content:'\27a1'}nav.aside.triangles a:before{content:'\25b6'}nav.aside img[width="16"]{padding-right:2px}nav.aside .current>a{color:inherit;font-weight:bold}nav.aside .current>ul{font-weight:normal}nav.aside ul ul{margin-left:0}nav.aside:first-child ul ul li:first-child{border-top-width:1px}nav.aside:not(:last-child) ul ul li:last-child{border-bottom-width:0}nav.aside ul ul a{padding-left:44px}nav.aside.arrows ul ul a:before{content:'\e75e'}nav.aside.triangles ul ul a:before{content:'\25b8'}nav.aside ul ul ul a{padding-left:66px}nav.aside ul ul ul ul a:before{padding-left:88px}nav.aside ul ul ul ul ul a:before{padding-left:110px}#layerslider{box-shadow:none;border:none;background:none;margin:0!important}.full-screen #layerslider{width:100%!important}#layerslider .info-box{border-radius:3px;background:#ff0;color:#000;font-size:12px;line-height:1em;opacity:.8;display:none;position:absolute;padding:3px;left:4px;bottom:4px}.headline .section{padding-top:14px;padding-bottom:14px;overflow:hidden}.headline *{margin-top:0;margin-bottom:0}.headline .breadcrumbs{text-align:right;text-overflow:ellipsis;float:right;margin-left:10px;padding:6px 0;max-width:50%;overflow:hidden}.headline .nav{float:right;margin-left:10px;padding:2px 0;white-space:nowrap}.headline h1{line-height:28px}.footer .section{padding-top:0;padding-bottom:0}.layout-boxed .footer .section{padding-left:0;padding-right:0}.footer p{line-height:18px;margin:10px 0!important}.fix-flickr-desktop{padding-right:1px}.fancybox-overlay{overflow-x:hidden!important}.fancybox-nav{width:60px}.fancybox-nav span{visibility:visible}.fancybox-next{right:-70px}.fancybox-prev{left:-70px}.fancybox-login-form .fancybox-skin{background:#fff}.ls-layer.ls-active,.ls-layer.ls-animating:first-child:last-child{overflow:visible}.ls-layer *{line-height:inherit}.ls-layer .ls-bg{display:none!important}.ls-layer .frame-border .ls-vpcontainer{left:10px;right:10px;top:10px;bottom:10px;width:auto;height:auto}.ls-link,.ls-layer>a>*{background-image:url(//www.tutorialgratis.com.br/wp-content/themes/time/data/img/blank.gif)}.mejs-container *{outline:none!important}.mejs-container button{box-shadow:none;border-radius:0}.wp-caption-text{}.bypostauthor{}iframe.twitter-tweet{width:99%}#reply-title small{font-weight:normal;margin-left:.4em}.comment-form .form-submit{margin-bottom:0;padding-bottom:2px}.widget_calendar table{width:100%}.widget_calendar th,.widget_calendar td{text-align:center}.widget_calendar thead th,.widget_calendar tbody td{padding-left:5px;padding-right:5px}.widget_calendar tfoot .pad{border-left-width:0;border-right-width:0}.widget_calendar #prev{border-left-width:1px;border-right-width:0;text-align:left}.widget_calendar #next{border-left-width:0;border-right-width:1px;text-align:right}.widget_tag_cloud .tagcloud{margin:0 -4px}.widget_tag_cloud a{display:inline-block;margin:0 4px}.cptch_reload_button{margin-right:0}span.wpcf7-not-valid-tip{border:none;background:none;font-size:11px;margin-left:10px;padding:0;position:static;top:auto;width:auto}div.wpcf7-response-output{border:none;margin:10px 0;padding:0}div.zoomContainer{z-index:1}#fsb-social-bar{float:none!important;margin:18px 0 0!important;overflow:hidden}#fsb-social-bar:first-child{margin-top:0!important}@media only screen and (min-width:769px){#fsb-social-bar.fsb-fixed{-moz-border-sizing:border-box;border-sizing:border-box;padding-left:20px!important;padding-right:20px!important;left:0;width:100%!important}}.fsb-clear{margin-bottom:18px!important}.fsb-clear:last-child{margin-bottom:0!important}.widget_ns_mailchimp form{margin-bottom:0}.widget_ns_mailchimp input[type="text"]{margin-bottom:10px}.widget_ns_mailchimp .error{font-weight:bold;margin-bottom:10px}body .woocommerce{margin:18px 0}body .woocommerce:first-child{margin-top:0}body .woocommerce:last-child{margin-bottom:0}.woocommerce ins,.woocommerce-page ins{text-decoration:none}.woocommerce .page-description,.woocommerce .term-description,.woocommerce-page .page-description,.woocommerce-page .term-description{margin:18px 0}.woocommerce .page-description:first-child,.woocommerce .term-description:first-child,.woocommerce-page .page-description:first-child,.woocommerce-page .term-description:first-child{margin-top:0}.woocommerce .page-description:last-child,.woocommerce .term-description:last-child,.woocommerce-page .page-description:last-child,.woocommerce-page .term-description:last-child{margin-bottom:0}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left;margin:0}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right;margin:0}.woocommerce table.shop_table,.woocommerce table.shop_attributes,.woocommerce-page table.shop_table,.woocommerce-page table.shop_attributes{width:100%}.woocommerce .onsale,.woocommerce-page .onsale{border-radius:3px;border-width:0;background-color:#0587e1;color:#fff;font-size:16px;line-height:22px;text-transform:uppercase;position:absolute;padding:0 4px;top:6px;left:-6px;z-index:1}.woocommerce .columns .onsale,.woocommerce-page .columns .onsale{margin:9px 10px}.woocommerce .columns.separated .onsale,.woocommerce-page .columns.separated .onsale{margin-top:18px;margin-bottom:18px}.woocommerce .onsale:first-child+*,.woocommerce-page .onsale:first-child+*{margin-top:0}.woocommerce #comment-form-rating label,.woocommerce-page #comment-form-rating label{margin-right:5px}.woocommerce #comment-form-rating .rating i,.woocommerce-page #comment-form-rating .rating i{cursor:pointer}.woocommerce .quantity,.woocommerce-page .quantity{text-align:left;position:relative;margin:0 auto;overflow:hidden;width:60px}.woocommerce .quantity input.qty,.woocommerce-page .quantity input.qty{text-align:center;width:55px}.woocommerce .message,.woocommerce-page .message{text-align:left}.woocommerce .message .button,.woocommerce-page .message .button{margin-right:-10px;float:right}.woocommerce dl.customer_details,.woocommerce-page dl.customer_details{margin-left:0}.woocommerce dl.variation,.woocommerce-page dl.variation{margin:0}.scheme-bright .woocommerce dl.variation,.scheme-bright .woocommerce-page dl.variation{color:#b6b6b6}.scheme-bright #bottom .woocommerce dl.variation,.scheme-bright #bottom .woocommerce-page dl.variation{color:#575757}.scheme-dark .woocommerce dl.variation,.scheme-dark .woocommerce-page dl.variation{color:#494949}.scheme-dark #bottom .woocommerce dl.variation,.scheme-dark #bottom .woocommerce-page dl.variation{color:#a8a8a8}.woocommerce dl.variation dt,.woocommerce-page dl.variation dt{float:left;clear:left;margin:0 .5em 0 0}.woocommerce form .form-row,.woocommerce-page form .form-row{margin:0 0 10px}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.hidden,.woocommerce-page form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline,.woocommerce-page form .form-row label.inline{display:inline}.woocommerce form .form-row select,.woocommerce form .form-row textarea,.woocommerce form .form-row input.input-text,.woocommerce form .form-row .select2-container,.woocommerce-page form .form-row select,.woocommerce-page form .form-row textarea,.woocommerce-page form .form-row input.input-text,.woocommerce-page form .form-row .select2-container{width:100%}.woocommerce form .form-row .input-checkbox,.woocommerce-page form .form-row .input-checkbox{display:inline;margin-right:5px}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row .required,.woocommerce-page form .form-row .required{color:red;font-weight:bold}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{-moz-box-sizing:border-box;box-sizing:border-box;width:50%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left;padding-right:10px}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right;padding-left:10px}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .clear+p,.woocommerce-page form .clear+p{margin-top:0}.woocommerce .addresses .edit,.woocommerce-page .addresses .edit{font-weight:normal;line-height:inherit;float:right}.woocommerce ul.products li.product .onsale,.woocommerce-page ul.products li.product .onsale{left:auto;right:-6px}.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3{margin-bottom:0}.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{display:block;margin-bottom:10px}.scheme-bright.woocommerce ul.products li.product .add_to_cart_button.loading,.scheme-bright.woocommerce-page ul.products li.product .add_to_cart_button.loading{color:#9e9e9e;text-shadow:0 1px rgba(255,255,255,.7);cursor:default}.scheme-dark .woocommerce ul.products li.product .add_to_cart_button.loading,.scheme-dark .woocommerce-page ul.products li.product .add_to_cart_button.loading{color:#b0b0b0;text-shadow:0 1px rgba(0,0,0,.5);cursor:default}.woocommerce ul.products li.product .added_to_cart,.woocommerce-page ul.products li.product .added_to_cart{font-size:11px;white-space:nowrap}.woocommerce div.product div.summary h2.price,.woocommerce-page div.product div.summary h2.price{font-size:22px}.woocommerce div.product div.summary h2.price .amount,.woocommerce div.product div.summary .single_variation .amount,.woocommerce-page div.product div.summary h2.price .amount,.woocommerce-page div.product div.summary .single_variation .amount{font-weight:bold}.woocommerce div.product form.cart .quantity,.woocommerce-page div.product form.cart .quantity{float:left;margin:0 5px 0 0}.woocommerce div.product form.cart table .quantity,.woocommerce-page div.product form.cart table .quantity{float:none;margin:0}.woocommerce div.product table.variations,.woocommerce-page div.product table.variations{margin:0 0 10px}.woocommerce div.product table.variations .reset_variations,.woocommerce-page div.product table.variations .reset_variations{display:none!important}.woocommerce div.product .single_variation,.woocommerce-page div.product .single_variation{margin:10px 0}.woocommerce div.product .single_variation .price,.woocommerce-page div.product .single_variation .price{font-size:1.2em}.woocommerce div.product .single_variation .price+.stock,.woocommerce-page div.product .single_variation .price+.stock{margin-top:0}.woocommerce div.product .product_meta>span,.woocommerce-page div.product .product_meta>span{display:block}.woocommerce table.cart td,.woocommerce-page table.cart td{vertical-align:middle}.woocommerce table.cart .product-remove,.woocommerce-page table.cart .product-remove{padding-right:0;width:25px}.woocommerce table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{width:50px}.woocommerce table.cart .product-thumbnail figure,.woocommerce-page table.cart .product-thumbnail figure{margin-top:0;width:50px}.woocommerce table.cart .product-price,.woocommerce table.cart .product-quantity,.woocommerce table.cart .product-subtotal,.woocommerce-page table.cart .product-price,.woocommerce-page table.cart .product-quantity,.woocommerce-page table.cart .product-subtotal{width:75px}.woocommerce table.cart .product-price,.woocommerce table.cart .product-quantity,.woocommerce table.cart .product-subtotal,.woocommerce-page table.cart .product-price,.woocommerce-page table.cart .product-quantity,.woocommerce-page table.cart .product-subtotal{text-align:right}.woocommerce table.cart .product-quantity .quantity,.woocommerce-page table.cart .product-quantity .quantity{margin-right:0}.woocommerce table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right;padding-top:10px;padding-bottom:10px}.woocommerce table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce table.cart td.actions .coupon #coupon_code,.woocommerce-page table.cart td.actions .coupon #coupon_code{width:90px}.woocommerce table.cart_totals td,.woocommerce-page table.cart_totals td{text-align:right;width:65%}.woocommerce ul#shipping_method,.woocommerce-page ul#shipping_method{text-align:left;list-style:none outside;margin:0}.woocommerce ul#shipping_method .amount,.woocommerce-page ul#shipping_method .amount{font-weight:bold}.woocommerce .checkout #shiptobilling,.woocommerce-page .checkout #shiptobilling{float:right;margin:0}.woocommerce .checkout #shiptobilling+h3,.woocommerce-page .checkout #shiptobilling+h3{margin-top:0}.woocommerce .checkout .shop_table .product-total,.woocommerce .checkout .shop_table tfoot td,.woocommerce-page .checkout .shop_table .product-total,.woocommerce-page .checkout .shop_table tfoot td{text-align:right}.woocommerce #payment ul.payment_methods,.woocommerce-page #payment ul.payment_methods{list-style:none outside;margin-left:0}.woocommerce #payment div.payment_box,.woocommerce-page #payment div.payment_box{margin:10px 0 10px 16px}.woocommerce #payment .payment_method_paypal .about_paypal,.woocommerce-page #payment .payment_method_paypal .about_paypal{line-height:52px;float:right}.woocommerce #payment .payment_method_paypal img,.woocommerce-page #payment .payment_method_paypal img{margin-left:10px;max-height:52px;vertical-align:middle}.woocommerce .order_details .product-total,.woocommerce .order_details tfoot td,.woocommerce-page .order_details .product-total,.woocommerce-page .order_details tfoot td{text-align:right}.widget_shopping_cart .remove{line-height:1.28em;float:left;margin:0!important;vertical-align:top}.widget_shopping_cart .remove i:before{margin:0 .4em 0 0}.widget_shopping_cart .total .amount{font-weight:bold}section.section>.widget_shopping_cart[style="display: none;"]{border:4px solid}.widget_layered_nav_filters mark{white-space:nowrap}.widget_layered_nav_filters i:before{margin:0}.widget_layered_nav_filters .icon-cancel-circled{display:none}.widget_layered_nav_filters a{text-decoration:none}.widget_layered_nav_filters a:hover .icon-cancel{display:none}.widget_layered_nav_filters a:hover .icon-cancel-circled{display:inline}.widget_price_filter .ui-slider{position:relative;margin:13px 0}.widget_price_filter .ui-slider-horizontal{border-radius:6px;height:6px}.scheme-bright .widget_price_filter .ui-slider{background:#e0e0e0}.scheme-bright #bottom .widget_price_filter .ui-slider{background:#3b3b3b}.scheme-dark .widget_price_filter .ui-slider{background:#333}.scheme-dark #bottom .widget_price_filter .ui-slider{background:#c4c4c4}.widget_price_filter .ui-slider .ui-slider-range{opacity:.5;display:block;position:absolute;z-index:1}.widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.widget_price_filter .ui-slider .ui-slider-handle{border-radius:10px;outline:none;cursor:pointer;position:absolute;top:-3px;width:12px;height:12px;z-index:2}.widget_price_filter .ui-slider .ui-slider-handle{margin-left:-1px}.widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-11px}.widget_price_filter .price_label{line-height:25px;float:right}.inset-border:after,table,th,td,pre,hr,.comments>li,.comments .comment blockquote,.toggles>div,.flickr>ul>li img{border-color:#e0e0e0}#bottom .inset-border:after,#bottom th,#bottom td,#bottom pre,#bottom hr,#bottom .comments>li,#bottom .toggles>div,#bottom .flickr>ul>li img{border-color:#3b3b3b}.frame-border{background-color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.3)}.zoom-hover>.zoom-hover-overlay>.zoom-hover-title-container>i.zoom-hover-title{color:#fff}.zoom-hover>.zoom-hover-overlay>.zoom-hover-title-container>h3.zoom-hover-title{background:#fff}body,input,select,textarea{color:#4e4e4e}#bottom{color:#696969}#bottom input:not([type="submit"]):not([type="reset"]):not([type="button"]),#bottom select,#bottom textarea{color:#737373}small,.small,del,cite,figcaption,table caption{color:#b6b6b6}#bottom small,#bottom .small,#bottom cite,#bottom figcaption,#bottom table caption{color:#575757}mark{color:#fff}mark.yellow{color:inherit;background-color:#fffd73}#bottom mark.yellow{color:#1b1b1b;background-color:#ffe71e}h1,h2,h3,h4,h5,h6,.dropcap,.toggles>div>span>i,.social-icons a{color:#1b1b1b}#bottom h1,#bottom h2,#bottom h3,#bottom h4,#bottom h5,#bottom h6,#bottom .dropcap,#bottom .toggles>div>span>i,#bottom .social-icons a{color:#f0f0f0}thead tr{background-color:#4e4e4e;color:#f5f5f5}tbody tr:nth-child(odd){background-color:#f5f5f5}table tfoot tr:first-child th,table tfoot tr:first-child td{border-top-color:#4e4e4e}#bottom thead tr{background-color:transparent;color:#f0f0f0}#bottom tbody tr:nth-child(odd){background-color:#272727}#bottom table tfoot tr:first-child th,#bottom table tfoot tr:first-child td{border-top-color:transparent}input,select,textarea,button,.button{box-shadow:1px 1px 0 0 rgba(0,0,0,.2) inset,1px 1px 0 0 rgba(255,255,255,.85);border-color:#c4c4c4!important;background-color:#f5f5f5}input[type="submit"],input[type="reset"],input[type="button"],button,.button{box-shadow:0 1px 0 0 rgba(255,255,255,.85) inset,0 1px 0 0 rgba(0,0,0,.35);border-color:#d6d6d6;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e7e7e7));background:linear-gradient(to bottom,#fff 0%,#e7e7e7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e7e7e7',GradientType=0);text-shadow:0 1px #fff;color:#1b1b1b}input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,button:hover,.button:hover{color:#505050}input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active,button:active,.button:active{background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e4e4e4),color-stop(100%,#f6f6f6));background:linear-gradient(to bottom,#e4e4e4 0%,#f6f6f6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4',endColorstr='#f6f6f6',GradientType=0)}input[type="submit"]>i,input[type="reset"]>i,input[type="button"]>i,button>i,.button>i{text-shadow:0 1px #fff,0 -1px rgba(0,0,0,.7)}input[type="submit"]:disabled,input[type="reset"]:disabled,input[type="button"]:disabled,button:disabled,.button.disabled{color:#9e9e9e;text-shadow:0 1px rgba(255,255,255,.7);cursor:default}input[type="submit"]:disabled:active,input[type="reset"]:disabled:active,input[type="button"]:disabled:active,button:disabled:active,.button.disabled:active{background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e7e7e7));background:linear-gradient(to bottom,#fff 0%,#e7e7e7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e7e7e7',GradientType=0)}input[type="submit"]:disabled>i,input[type="reset"]:disabled>i,input[type="button"]:disabled>i,button:disabled>i,.button.disabled>i{color:#9e9e9e!important;text-shadow:0 1px rgba(255,255,255,.7)}.placeholder{color:#9a9a9a}::-webkit-input-placeholder{color:#9a9a9a}:-moz-placeholder{color:#9a9a9a}:-ms-input-placeholder{color:#9a9a9a}#bottom input:not([type="submit"]):not([type="reset"]):not([type="button"]),#bottom select,#bottom textarea{box-shadow:1px 1px 0 0 rgba(0,0,0,.85) inset,1px 1px 0 0 rgba(255,255,255,.1);border-color:#323232;background-color:#141414}#bottom .placeholder{color:#4e4e4e}#bottom ::-webkit-input-placeholder{color:#4e4e4e}#bottom :-moz-placeholder{color:#4e4e4e}#bottom :-ms-input-placeholder{color:#4e4e4e}#bottom .search button[type="submit"]{color:#696969}.rating i{color:#ffba00}.rating i.pad{color:#e0e0e0}.breadcrumbs{color:#1b1b1b}.message{border-color:#e0e0e0;background-color:#f5f5f5;color:#1b1b1b}.message>.close{background-color:#e0e0e0;color:#f5f5f5}#bottom .message{border-color:#2c2c2c;background-color:#141414;color:#575757}#bottom .message>.close{background-color:#2c2c2c;color:#141414}.columns.price-table>ul>li,.columns.price-table>ul>li>*{border-color:#e0e0e0}.columns.price-table>ul>li:hover,.columns.price-table:not(:hover)>ul>li.active{box-shadow:0 0 4px 0 rgba(0,0,0,.3)}.columns.price-table>ul>li:hover>:last-child,.columns.price-table:not(:hover)>ul>li.active>:last-child,.columns.price-table>ul>li h1{background-color:#f5f5f5}.columns.price-table>ul>li>.sticker{color:#fff}#bottom .columns.price-table>ul>li,#bottom .columns.price-table>ul>li>*{border-color:#3b3b3b}#bottom .columns.price-table>ul>li:hover>:last-child,#bottom .columns.price-table:not(:hover)>ul>li.active>:last-child,#bottom .columns.price-table>ul>li h1{background-color:#272727}.tabs>.movable-container:after,.tabs>*>.nav li{border-color:#e0e0e0}.tabs>*>.nav li{background-color:#f5f5f5}.tabs>*>.nav .active{border-bottom-color:#fff;background-color:#fff}#bottom .tabs>.movable-container:after,#bottom .tabs>*>.nav li{border-color:#3b3b3b}#bottom .tabs>*>.nav li{background-color:#272727}#bottom .tabs>*>.nav .active{border-bottom-color:#1b1b1b;background-color:#1b1b1b}.super-tabs>div,.super-tabs>div>.nav li{border-color:#e0e0e0}.super-tabs>div>.nav li{background-color:#f5f5f5}.super-tabs>div>.nav .active{background-color:transparent}body,#bottom{background-color:#0b0b0b}.backgrounds div.stripes:after{background-image:url(//www.tutorialgratis.com.br/wp-content/themes/time/data/img/stripes.png)}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.backgrounds div.stripes:after{background-image:url(//www.tutorialgratis.com.br/wp-content/themes/time/data/img/stripes@2x.png)}}#top{background-color:#f0f0f0}.outer-container{background-color:#fff;box-shadow:0 0 7px 0 rgba(0,0,0,.35)}#bottom .outer-container{background-color:#1b1b1b;box-shadow:none}.layout-boxed .content aside.aside.alpha:before,.layout-boxed .content aside.aside.beta:before{border-color:#dfdfdf}.layout-boxed .content aside.aside.alpha:before{box-shadow:-5px 0 4px -5px rgba(0,0,0,.3) inset}.layout-boxed .content aside.aside.beta:before{box-shadow:5px 0 4px -5px rgba(0,0,0,.3) inset}.layout-boxed #top .section:before,.layout-boxed #top aside.aside .section:last-child:after{box-shadow:0 5px 4px -5px rgba(0,0,0,.3) inset;border-color:#dfdfdf}nav a{color:#1b1b1b}#bottom nav a{color:#696969}nav.primary li:before{border-color:#e0e0e0}nav.primary ul ul{box-shadow:0 0 4px 0 rgba(0,0,0,.3);background-color:#fff}nav.primary li li{border-color:#e0e0e0}nav.secondary{box-shadow:0 8px 7px -8px rgba(0,0,0,.15) inset,0 -8px 7px -8px rgba(0,0,0,.15) inset;border-color:#dfdfdf}nav.secondary:first-child{box-shadow:0 -8px 7px -8px rgba(0,0,0,.15) inset}nav.secondary:last-child{box-shadow:0 8px 7px -8px rgba(0,0,0,.15) inset}nav.secondary a{border-color:#e0e0e0}nav.secondary ul ul{box-shadow:0 0 4px 0 rgba(0,0,0,.3);background-color:#fff}nav.secondary ul ul:before{background-color:rgba(216,216,216,.3)}nav.secondary li li{border-color:#e0e0e0}nav.mobile li{border-color:#e0e0e0}nav.mobile a:hover,nav.mobile .current>a,nav.mobile .current>a:hover{color:#fff}nav.lang ul{border-color:#e0e0e0}nav.lang a{color:#b6b6b6}nav.aside li{border-color:#e0e0e0}nav.aside a:before{color:#169ad1}nav.aside ul ul a:before{color:#28cfed}#bottom nav.aside li{border-color:#3b3b3b}.headline{background:rgba(240,240,240,.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99f0f0f0',endColorstr='#99f0f0f0',GradientType=0)}.footer p{color:#575757!important}