@charset "UTF-8";
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #dbdbdb;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
background-color: #e0e0e0;
border-color: #dbdbdb;
}
.btn-primary {
background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
background-image:         linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #2d6ca2;
background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
background-color: #2d6ca2;
border-color: #2b669a;
}
.btn-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
background-color: #419641;
background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
background-color: #419641;
border-color: #3e8f3e;
}
.btn-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
background-color: #2aabd2;
background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
background-color: #2aabd2;
border-color: #28a4c9;
}
.btn-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #eb9316;
background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
background-color: #eb9316;
border-color: #e38d13;
}
.btn-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #c12e2a;
background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
background-color: #c12e2a;
border-color: #b92c28;
}
.thumbnail,
.img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #e8e8e8;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #357ebd;
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
background-repeat: repeat-x;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image:         linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
background-image:         linear-gradient(to bottom, #222 0%, #282828 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
background-repeat: repeat-x;
border-color: #b2dba1;
}
.alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
background-repeat: repeat-x;
border-color: #9acfea;
}
.alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
background-repeat: repeat-x;
border-color: #f5e79e;
}
.alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
background-repeat: repeat-x;
border-color: #dca7a7;
}
.progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar {
background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
background-image:         linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
background-repeat: repeat-x;
}
.progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
background-repeat: repeat-x;
}
.list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #3071a9;
background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
background-image:         linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
background-repeat: repeat-x;
border-color: #3278b3;
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
background-repeat: repeat-x;
}
.panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
background-repeat: repeat-x;
}
.panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
background-repeat: repeat-x;
}
.well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
background-repeat: repeat-x;
border-color: #dcdcdc;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}.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, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 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(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/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(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/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(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/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, 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(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/fancybox_sprite@2x.png);
background-size: 44px 152px; }
#fancybox-loading div {
background-image: url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/fancybox_loading@2x.gif);
background-size: 24px 24px; }
}.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0; }
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
}  .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
min-height: 0; font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-button {
display: inline-block;
position: relative;
padding: 0;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
overflow: visible; }
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2.2em;
} button.ui-button-icon-only {
width: 2.4em;
}
.ui-button-icons-only {
width: 3.4em;
}
button.ui-button-icons-only {
width: 3.7em;
} .ui-button .ui-button-text {
display: block;
line-height: normal;
}
.ui-button-text-only .ui-button-text {
padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
padding: .4em;
text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
padding-left: 2.1em;
padding-right: 2.1em;
} input.ui-button {
padding: .4em 1em;
} .ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
position: absolute;
top: 50%;
margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
left: 50%;
margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
right: .5em;
} .ui-buttonset {
margin-right: 7px;
}
.ui-buttonset .ui-button {
margin-left: 0;
margin-right: -.3em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
.ui-dialog {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-se {
width: 12px;
height: 12px;
right: -5px;
bottom: -5px;
background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: none;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
position: relative;
margin: 0;
padding: 3px 1em 3px .4em;
cursor: pointer;
min-height: 0;  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
} .ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item {
padding-left: 2em;
} .ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
} .ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height: 100%;
filter: alpha(opacity=25); opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto; overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-button {
display: inline-block;
overflow: hidden;
position: relative;
text-decoration: none;
cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
right: 0.5em;
left: auto;
margin-top: -8px;
position: absolute;
top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
text-align: left;
padding: 0.4em 2.1em 0.4em 1em;
display: block;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 22px;
}
.ui-spinner-button {
width: 16px;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
} .ui-spinner a.ui-spinner-button {
border-top: none;
border-bottom: none;
border-right: none;
} .ui-spinner .ui-icon {
position: absolute;
margin-top: -8px;
top: 50%;
left: 0;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
} .ui-spinner .ui-icon-triangle-1-s { background-position: -65px -16px;
}
.ui-tabs {
position: relative; padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
-webkit-box-shadow: 0 0 5px #aaa;
box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
border-width: 2px;
} .ui-widget {
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
font-size: 1.1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
font-size: 1em;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #eeeeee url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 1px solid #e78f08;
background: #f6a828 url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
color: #ffffff;
font-weight: bold;
}
.ui-widget-header a {
color: #ffffff;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #cccccc;
background: #f6f6f6 url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
font-weight: bold;
color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
color: #1c94c4;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: 1px solid #fbcb09;
background: #fdf5ce url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
font-weight: bold;
color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
color: #c77405;
text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
border: 1px solid #fbd850;
background: #ffffff url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
font-weight: bold;
color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #eb8f00;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #fed22f;
background: #ffe45c url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #cd0a0a;
background: #b81900 url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
background-image: url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
background-image: url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
background-image: url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
background-image: url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-icons_ffd27a_256x240.png);
} .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 4px;
} .ui-widget-overlay {
background: #666666 url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
opacity: .5;
filter: Alpha(Opacity=50); }
.ui-widget-shadow {
margin: -5px 0 0 -5px;
padding: 5px;
background: #000000 url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
opacity: .2;
filter: Alpha(Opacity=20); border-radius: 5px;
}.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: right;
}
.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(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/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); }
}.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); }
}.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
} .owl-theme .owl-controls .owl-buttons div{
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline; margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50); opacity: 0.5;
}  .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100); opacity: 1;
text-decoration: none;
} .owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50); opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100); opacity: 1;
} .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
} .owl-item.loading{
min-height: 150px;
background: url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/AjaxLoader.gif) no-repeat center center
}.mCSB_container{
width:auto;
margin-right:30px;
overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools{
width:16px;
height:100%;
top:0;
right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
position:absolute;
top:0;
left:0;
bottom:0;
right:0; 
height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
width:2px;
height:100%;
margin:0 auto;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
cursor:pointer;
width:100%;
height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:4px;
height:100%;
margin:0 auto;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
display:block;
position:relative;
height:20px;
overflow:hidden;
margin:0 auto;
cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
top:100%;
margin-top:-40px;
} .mCSB_horizontal>.mCSB_container{
height:auto;
margin-right:0;
margin-bottom:30px;
overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
margin-right:0;
margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
width:100%;
height:16px;
top:auto;
right:auto;
bottom:0;
left:0;
overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:2px;
margin:7px 0;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
width:30px;
height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:4px;
margin:6px auto;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
display:block;
position:relative;
width:20px;
height:100%;
overflow:hidden;
margin:0 auto;
cursor:pointer;
float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
margin-left:-40px;
float:right;
}
.mCustomScrollBox{
-ms-touch-action:none; } .mCustomScrollBox>.mCSB_scrollTools{
opacity:0.75;
filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; }
.mCustomScrollBox:hover>.mCSB_scrollTools{
opacity:1;
filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; }
.mCSB_scrollTools .mCSB_draggerRail{
background:#000; background:rgba(0,0,0,0.4);
filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background:#fff; background:rgba(255,255,255,0.75);
filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; }
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(255,255,255,0.85);
filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; }
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(255,255,255,0.9);
filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; }
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
background-image:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/lib/mCSB_buttons.png);
background-repeat:no-repeat;
opacity:0.4;
filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; }
.mCSB_scrollTools .mCSB_buttonUp{
background-position:0 0; }
.mCSB_scrollTools .mCSB_buttonDown{
background-position:0 -20px; }
.mCSB_scrollTools .mCSB_buttonLeft{
background-position:0 -40px; }
.mCSB_scrollTools .mCSB_buttonRight{
background-position:0 -56px; }
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
opacity:0.75;
filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; }
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
opacity:0.9;
filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; }  .mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{
background:#000; background:rgba(0,0,0,0.15);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
background:#000; background:rgba(0,0,0,0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-80px -56px;
} .mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#fff; background:rgba(255,255,255,0.1);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:4px;
background:#fff; background:rgba(255,255,255,0.75);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:4px;
margin:6px auto;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(255,255,255,0.85);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(255,255,255,0.9);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-32px 0;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-32px -20px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-40px -40px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-40px -56px;
} .mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#000; background:rgba(0,0,0,0.1);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:4px;
background:#000; background:rgba(0,0,0,0.75);
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:4px;
margin:6px auto;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-112px 0;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-112px -20px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-120px -40px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-120px -56px;
} .mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#fff; background:rgba(255,255,255,0.1);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:6px;
background:#fff; background:rgba(255,255,255,0.75);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:6px;
margin:5px auto;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(255,255,255,0.85);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(255,255,255,0.9);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-16px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-16px -20px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-20px -40px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-20px -56px;
} .mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{
width:4px;
background:#000; background:rgba(0,0,0,0.1);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:6px;
background:#000; background:rgba(0,0,0,0.75);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
height:4px;
margin:6px 0;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:6px;
margin:5px auto;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-96px 0;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-96px -20px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-100px -40px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-100px -56px;
} .mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{
background:#fff; background:rgba(255,255,255,0.1);
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:2px;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:2px;
margin:7px auto;
} .mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{
background:#000; background:rgba(0,0,0,0.15);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:2px;
background:#000; background:rgba(0,0,0,0.75);
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
width:100%;
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
width:100%;
height:2px;
margin:7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
background:rgba(0,0,0,0.85);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
background:rgba(0,0,0,0.9);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{
background-position:-80px 0;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{
background-position:-80px -20px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{
background-position:-80px -40px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{
background-position:-80px -56px;
}
 .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;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.flip-clock-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-clock-wrapper a {
cursor: pointer;
text-decoration: none;
color: #ccc; }
.flip-clock-wrapper a:hover {
color: #fff; }
.flip-clock-wrapper ul {
list-style: none; }
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
content: " ";
display: table; }
.flip-clock-wrapper.clearfix:after {
clear: both; }
.flip-clock-wrapper.clearfix {
*zoom: 1; } .flip-clock-wrapper {
font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
-webkit-user-select: none; }
.flip-clock-meridium {
background: none !important;
box-shadow: 0 0 0 !important;
font-size: 36px !important; }
.flip-clock-meridium a { color: #313333; }
.flip-clock-wrapper {
text-align: center;
position: relative;
width: 100%;
margin: 1em;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
content: " "; display: table; }
.flip-clock-wrapper:after {
clear: both;
} .flip-clock-wrapper ul {
position: relative;
float: left;
margin: 5px;
width: 60px;
height: 90px;
font-size: 80px;
font-weight: bold;
line-height: 87px;
border-radius: 6px;
background: #000;
}
.flip-clock-wrapper ul li {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
line-height: 87px;
text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
z-index: 2; }
.flip-clock-wrapper ul li a {
display: block;
height: 100%;
-webkit-perspective: 200px;
-moz-perspective: 200px;
perspective: 200px;
margin: 0 !important;
overflow: visible !important;
cursor: default !important; }
.flip-clock-wrapper ul li a div {
z-index: 1;
position: absolute;
left: 0;
width: 100%;
height: 50%;
font-size: 80px;
overflow: hidden; 
outline: 1px solid transparent; }
.flip-clock-wrapper ul li a div .shadow {
position: absolute;
width: 100%;
height: 100%;
z-index: 2; }
.flip-clock-wrapper ul li a div.up {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
top: 0; }
.flip-clock-wrapper ul li a div.up:after {
content: "";
position: absolute;
top: 44px;
left: 0;
z-index: 5;
width: 100%;
height: 3px;
background-color: #000;
background-color: rgba(0, 0, 0, 0.4); }
.flip-clock-wrapper ul li a div.down {
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
bottom: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
position: absolute;
left: 0;
z-index: 1;
width: 100%;
height: 200%;
color: #ccc;
text-shadow: 0 1px 2px #000;
text-align: center;
background-color: #333;
border-radius: 6px;
font-size: 70px; }
.flip-clock-wrapper ul li a div.up div.inn {
top: 0; }
.flip-clock-wrapper ul li a div.down div.inn {
bottom: 0; } .flip-clock-wrapper ul.play li.flip-clock-before {
z-index: 3; }
.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }
.flip-clock-wrapper ul.play li.flip-clock-active {
-webkit-animation: asd 0.5s 0.5s linear both;
-moz-animation: asd 0.5s 0.5s linear both;
animation: asd 0.5s 0.5s linear both;
z-index: 5; }
.flip-clock-divider {
float: left;
display: inline-block;
position: relative;
width: 20px;
height: 100px; }
.flip-clock-divider:first-child {
width: 0; }
.flip-clock-dot {
display: block;
background: #323434;
width: 10px;
height: 10px;
position: absolute;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
left: 5px; }
.flip-clock-divider .flip-clock-label {
position: absolute;
top: -1.5em;
right: -86px;
color: black;
text-shadow: none; }
.flip-clock-divider.minutes .flip-clock-label {
right: -88px; }
.flip-clock-divider.seconds .flip-clock-label {
right: -91px; }
.flip-clock-dot.top {
top: 30px; }
.flip-clock-dot.bottom {
bottom: 30px; }
@-webkit-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-moz-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-o-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
.flip-clock-wrapper ul.play li.flip-clock-active .down {
z-index: 2;
-webkit-animation: turn 0.5s 0.5s linear both;
-moz-animation: turn 0.5s 0.5s linear both;
animation: turn 0.5s 0.5s linear both; }
@-webkit-keyframes turn {
0% {
-webkit-transform: rotateX(90deg); }
100% {
-webkit-transform: rotateX(0deg); } }
@-moz-keyframes turn {
0% {
-moz-transform: rotateX(90deg); }
100% {
-moz-transform: rotateX(0deg); } }
@-o-keyframes turn {
0% {
-o-transform: rotateX(90deg); }
100% {
-o-transform: rotateX(0deg); } }
@keyframes turn {
0% {
transform: rotateX(90deg); }
100% {
transform: rotateX(0deg); } }
.flip-clock-wrapper ul.play li.flip-clock-before .up {
z-index: 2;
-webkit-animation: turn2 0.5s linear both;
-moz-animation: turn2 0.5s linear both;
animation: turn2 0.5s linear both; }
@-webkit-keyframes turn2 {
0% {
-webkit-transform: rotateX(0deg); }
100% {
-webkit-transform: rotateX(-90deg); } }
@-moz-keyframes turn2 {
0% {
-moz-transform: rotateX(0deg); }
100% {
-moz-transform: rotateX(-90deg); } }
@-o-keyframes turn2 {
0% {
-o-transform: rotateX(0deg); }
100% {
-o-transform: rotateX(-90deg); } }
@keyframes turn2 {
0% {
transform: rotateX(0deg); }
100% {
transform: rotateX(-90deg); } }
.flip-clock-wrapper ul li.flip-clock-active {
z-index: 3; } .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.3s linear both; } .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.2s linear both; }
@-webkit-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-moz-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-o-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }.button {
margin: .4em;
padding: 1em;
cursor: pointer;
background: #e1e1e1;
text-decoration: none;
color: #666666; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}  .grow {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
} .shrink {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.shrink:hover {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
} @-webkit-keyframes pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes pulse {
25% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
}
.pulse {
display: inline-block;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse:hover {
-webkit-animation-name: pulse;
animation-name: pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} @-webkit-keyframes pulse-grow {
to {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
}
@keyframes pulse-grow {
to {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
}
.pulse-grow {
display: inline-block;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-grow:hover {
-webkit-animation-name: pulse-grow;
animation-name: pulse-grow;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} @-webkit-keyframes pulse-shrink {
to {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes pulse-shrink {
to {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
}
.pulse-shrink {
display: inline-block;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-shrink:hover {
-webkit-animation-name: pulse-shrink;
animation-name: pulse-shrink;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} @-webkit-keyframes push {
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes push {
50% {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.push {
display: inline-block;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.push:hover {
-webkit-animation-name: push;
animation-name: push;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes pop {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pop {
50% {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pop {
display: inline-block;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pop:hover {
-webkit-animation-name: pop;
animation-name: pop;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} .rotate {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.rotate:hover {
-webkit-transform: rotate(4deg);
-ms-transform: rotate(4deg);
transform: rotate(4deg);
} .grow-rotate {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow-rotate:hover {
-webkit-transform: scale(1.1) rotate(4deg);
-ms-transform: scale(1.1) rotate(4deg);
transform: scale(1.1) rotate(4deg);
} .float {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float:hover {
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
} .sink {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.sink:hover {
-webkit-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px);
} @-webkit-keyframes hover {
50% {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
100% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
}
@keyframes hover {
50% {
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
}
100% {
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
transform: translateY(-6px);
}
}
.hover {
display: inline-block;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover:hover {
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
transform: translateY(-6px);
-webkit-animation-name: hover;
animation-name: hover;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} @-webkit-keyframes hang {
50% {
-webkit-transform: translateY(3px);
transform: translateY(3px);
}
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}
}
@keyframes hang {
50% {
-webkit-transform: translateY(3px);
-ms-transform: translateY(3px);
transform: translateY(3px);
}
100% {
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
}
}
.hang {
display: inline-block;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hang:hover {
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-animation-name: hang;
animation-name: hang;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} .skew {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.skew:hover {
-webkit-transform: skew(-10deg);
-ms-transform: skew(-10deg);
transform: skew(-10deg);
} .skew-forward {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.skew-forward:hover {
-webkit-transform: skew(-10deg);
-ms-transform: skew(-10deg);
transform: skew(-10deg);
} .skew-backward {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.skew-backward:hover {
-webkit-transform: skew(10deg);
-ms-transform: skew(10deg);
transform: skew(10deg);
} @-webkit-keyframes wobble-vertical {
16.65% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
33.3% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}
49.95% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
}
66.6% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
83.25% {
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes wobble-vertical {
16.65% {
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
33.3% {
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
transform: translateY(-6px);
}
49.95% {
-webkit-transform: translateY(4px);
-ms-transform: translateY(4px);
transform: translateY(4px);
}
66.6% {
-webkit-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px);
}
83.25% {
-webkit-transform: translateY(1px);
-ms-transform: translateY(1px);
transform: translateY(1px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.wobble-vertical {
display: inline-block;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-vertical:hover {
-webkit-animation-name: wobble-vertical;
animation-name: wobble-vertical;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes wobble-horizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes wobble-horizontal {
16.65% {
-webkit-transform: translateX(8px);
-ms-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
-ms-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
-ms-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
-ms-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
-ms-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.wobble-horizontal {
display: inline-block;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-horizontal:hover {
-webkit-animation-name: wobble-horizontal;
animation-name: wobble-horizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes wobble-to-bottom-right {
16.65% {
-webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px);
}
33.3% {
-webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px);
}
49.95% {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
66.6% {
-webkit-transform: translate(-2px, -2px);
transform: translate(-2px, -2px);
}
83.25% {
-webkit-transform: translate(1px, 1px);
transform: translate(1px, 1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes wobble-to-bottom-right {
16.65% {
-webkit-transform: translate(8px, 8px);
-ms-transform: translate(8px, 8px);
transform: translate(8px, 8px);
}
33.3% {
-webkit-transform: translate(-6px, -6px);
-ms-transform: translate(-6px, -6px);
transform: translate(-6px, -6px);
}
49.95% {
-webkit-transform: translate(4px, 4px);
-ms-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
66.6% {
-webkit-transform: translate(-2px, -2px);
-ms-transform: translate(-2px, -2px);
transform: translate(-2px, -2px);
}
83.25% {
-webkit-transform: translate(1px, 1px);
-ms-transform: translate(1px, 1px);
transform: translate(1px, 1px);
}
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
}
.wobble-to-bottom-right {
display: inline-block;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-to-bottom-right:hover {
-webkit-animation-name: wobble-to-bottom-right;
animation-name: wobble-to-bottom-right;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes wobble-to-top-right {
16.65% {
-webkit-transform: translate(8px, -8px);
transform: translate(8px, -8px);
}
33.3% {
-webkit-transform: translate(-6px, 6px);
transform: translate(-6px, 6px);
}
49.95% {
-webkit-transform: translate(4px, -4px);
transform: translate(4px, -4px);
}
66.6% {
-webkit-transform: translate(-2px, 2px);
transform: translate(-2px, 2px);
}
83.25% {
-webkit-transform: translate(1px, -1px);
transform: translate(1px, -1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes wobble-to-top-right {
16.65% {
-webkit-transform: translate(8px, -8px);
-ms-transform: translate(8px, -8px);
transform: translate(8px, -8px);
}
33.3% {
-webkit-transform: translate(-6px, 6px);
-ms-transform: translate(-6px, 6px);
transform: translate(-6px, 6px);
}
49.95% {
-webkit-transform: translate(4px, -4px);
-ms-transform: translate(4px, -4px);
transform: translate(4px, -4px);
}
66.6% {
-webkit-transform: translate(-2px, 2px);
-ms-transform: translate(-2px, 2px);
transform: translate(-2px, 2px);
}
83.25% {
-webkit-transform: translate(1px, -1px);
-ms-transform: translate(1px, -1px);
transform: translate(1px, -1px);
}
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
}
.wobble-to-top-right {
display: inline-block;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-to-top-right:hover {
-webkit-animation-name: wobble-to-top-right;
animation-name: wobble-to-top-right;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes wobble-top {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
@keyframes wobble-top {
16.65% {
-webkit-transform: skew(-12deg);
-ms-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
-ms-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
-ms-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
-ms-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
-ms-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
-ms-transform: skew(0);
transform: skew(0);
}
}
.wobble-top {
display: inline-block;
-webkit-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-top:hover {
-webkit-animation-name: wobble-top;
animation-name: wobble-top;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes wobble-bottom {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
@keyframes wobble-bottom {
16.65% {
-webkit-transform: skew(-12deg);
-ms-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
-ms-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
-ms-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
-ms-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
-ms-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
-ms-transform: skew(0);
transform: skew(0);
}
}
.wobble-bottom {
display: inline-block;
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-bottom:hover {
-webkit-animation-name: wobble-bottom;
animation-name: wobble-bottom;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes wobble-skew {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
@keyframes wobble-skew {
16.65% {
-webkit-transform: skew(-12deg);
-ms-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
-ms-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
-ms-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
-ms-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
-ms-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
-ms-transform: skew(0);
transform: skew(0);
}
}
.wobble-skew {
display: inline-block;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-skew:hover {
-webkit-animation-name: wobble-skew;
animation-name: wobble-skew;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} @-webkit-keyframes buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
}
@keyframes buzz {
50% {
-webkit-transform: translateX(3px) rotate(2deg);
-ms-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
100% {
-webkit-transform: translateX(-3px) rotate(-2deg);
-ms-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
}
.buzz {
display: inline-block;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.buzz:hover {
-webkit-animation-name: buzz;
animation-name: buzz;
-webkit-animation-duration: .15s;
animation-duration: .15s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} @-webkit-keyframes buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
@keyframes buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
-ms-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
-ms-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
-ms-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
-ms-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
-ms-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
-ms-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
-ms-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
-ms-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
-ms-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
-ms-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
.buzz-out {
display: inline-block;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.buzz-out:hover {
-webkit-animation-name: buzz-out;
animation-name: buzz-out;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}  .border-fade {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); }
.border-fade:hover {
box-shadow: inset 0 0 0 4px #666666, 0 0 1px rgba(0, 0, 0, 0); } .hollow {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: background;
transition-property: background;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0); }
.hollow:hover {
background: none;
} .trim {
display: inline-block;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.trim:before {
content: '';
position: absolute;
border: white solid 4px;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.trim:hover:before {
opacity: 1;
} .outline-outward {
display: inline-block;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.outline-outward:before {
content: '';
position: absolute;
border: #e1e1e1 solid 4px;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: top, right, bottom, left;
transition-property: top, right, bottom, left;
}
.outline-outward:hover:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
} .outline-inward {
display: inline-block;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.outline-inward:before {
pointer-events: none;
content: '';
position: absolute;
border: #e1e1e1 solid 4px;
top: -16px;
right: -16px;
bottom: -16px;
left: -16px;
opacity: 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: top, right, bottom, left;
transition-property: top, right, bottom, left;
}
.outline-inward:hover:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
opacity: 1;
} .round-corners {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: border-radius;
transition-property: border-radius;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.round-corners:hover {
border-radius: 1em;
}  .glow {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.glow:hover {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
} .box-shadow-outset {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.box-shadow-outset:hover {
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
} .box-shadow-inset {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); -webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.box-shadow-inset:hover {
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0); } .float-shadow {
display: inline-block;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); -webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform, opacity;
transition-property: transform, opacity;
}
.float-shadow:hover {
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px); }
.float-shadow:hover:before {
opacity: 1;
-webkit-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px); } @keyframes hover {
50% {
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
}
100% {
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
transform: translateY(-6px);
}
}
@-webkit-keyframes hover-shadow {
0% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
opacity: .4;
}
50% {
-webkit-transform: translateY(3px);
transform: translateY(3px);
opacity: 1;
}
100% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
opacity: .4;
}
}
@keyframes hover-shadow {
0% {
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
opacity: .4;
}
50% {
-webkit-transform: translateY(3px);
-ms-transform: translateY(3px);
transform: translateY(3px);
opacity: 1;
}
100% {
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
opacity: .4;
}
}
.hover-shadow {
display: inline-block;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-shadow:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); -webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform, opacity;
transition-property: transform, opacity;
}
.hover-shadow:hover {
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
transform: translateY(-6px);
-webkit-animation-name: hover;
animation-name: hover;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
}
.hover-shadow:hover:before {
opacity: .4;
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-animation-name: hover-shadow;
animation-name: hover-shadow;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-delay: .3s;
animation-delay: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} .shadow-radial {
display: inline-block;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.shadow-radial:before,
.shadow-radial:after {
pointer-events: none;
position: absolute;
content: '';
left: 0;
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-repeat: no-repeat;
height: 5px;
opacity: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}
.shadow-radial:before {
bottom: 100%;
background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.shadow-radial:after {
top: 100%;
background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.shadow-radial:hover:before,
.shadow-radial:hover:after {
opacity: 1;
}  .bubble-top {
display: inline-block;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-top:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: top;
transition-property: top;
left: -webkit-calc(50% - 10px);
left: calc(50% - 10px);
top: 0;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #e1e1e1 transparent;
}
.bubble-top:hover:before {
top: -10px;
} .bubble-right {
display: inline-block;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-right:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: right;
transition-property: right;
top: -webkit-calc(50% - 10px);
top: calc(50% - 10px);
right: 0;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #e1e1e1;
}
.bubble-right:hover:before {
right: -10px;
} .bubble-bottom {
display: inline-block;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-bottom:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: bottom;
transition-property: bottom;
left: -webkit-calc(50% - 10px);
left: calc(50% - 10px);
bottom: 0;
border-width: 10px 10px 0 10px;
border-color: #e1e1e1 transparent transparent transparent;
}
.bubble-bottom:hover:before {
bottom: -10px;
} .bubble-left {
display: inline-block;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-left:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: left;
transition-property: left;
top: -webkit-calc(50% - 10px);
top: calc(50% - 10px);
left: 0;
border-width: 10px 10px 10px 0;
border-color: transparent #e1e1e1 transparent transparent;
}
.bubble-left:hover:before {
left: -10px;
} .bubble-float-top {
display: inline-block;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-float-top:before {
position: absolute;
z-index: -1;
content: '';
left: -webkit-calc(50% - 10px);
left: calc(50% - 10px);
top: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #e1e1e1 transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: top;
transition-property: top;
}
.bubble-float-top:hover {
-webkit-transform: translateY(5px) translateZ(0);
-ms-transform: translateY(5px) translateZ(0);
transform: translateY(5px) translateZ(0);
}
.bubble-float-top:hover:before {
top: -10px;
} .bubble-float-right {
display: inline-block;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-float-right:before {
position: absolute;
z-index: -1;
top: -webkit-calc(50% - 10px);
top: calc(50% - 10px);
right: 0;
content: '';
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #e1e1e1;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: right;
transition-property: right;
}
.bubble-float-right:hover {
-webkit-transform: translateX(-5px);
-ms-transform: translateX(-5px);
transform: translateX(-5px);
}
.bubble-float-right:hover:before {
right: -10px;
} .bubble-float-bottom {
display: inline-block;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-float-bottom:before {
position: absolute;
z-index: -1;
content: '';
left: -webkit-calc(50% - 10px);
left: calc(50% - 10px);
bottom: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #e1e1e1 transparent transparent transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: bottom;
transition-property: bottom;
}
.bubble-float-bottom:hover {
-webkit-transform: translateY(-5px) translateZ(0);
-ms-transform: translateY(-5px) translateZ(0);
transform: translateY(-5px) translateZ(0);
}
.bubble-float-bottom:hover:before {
bottom: -10px;
} .bubble-float-left {
display: inline-block;
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.bubble-float-left:before {
position: absolute;
z-index: -1;
content: '';
top: -webkit-calc(50% - 10px);
top: calc(50% - 10px);
left: 0;
border-style: solid;
border-width: 10px 10px 10px 0;
border-color: transparent #e1e1e1 transparent transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: left;
transition-property: left;
}
.bubble-float-left:hover {
-webkit-transform: translateX(5px);
-ms-transform: translateX(5px);
transform: translateX(5px);
}
.bubble-float-left:hover:before {
left: -10px;
}  .curl-top-left {
display: inline-block;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.curl-top-left:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
top: 0;
left: 0;
background: white; background: -webkit-linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000'); z-index: 1000;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width, height;
transition-property: width, height;
}
.curl-top-left:hover:before {
width: 25px;
height: 25px;
} .curl-top-right {
display: inline-block;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.curl-top-right:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
top: 0;
right: 0;
background: white; background: -webkit-linear-gradient(225deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
background: linear-gradient(225deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width, height;
transition-property: width, height;
}
.curl-top-right:hover:before {
width: 25px;
height: 25px;
} .curl-bottom-right {
display: inline-block;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.curl-bottom-right:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
bottom: 0;
right: 0;
background: white; background: -webkit-linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width, height;
transition-property: width, height;
}
.curl-bottom-right:hover:before {
width: 25px;
height: 25px;
} .curl-bottom-left {
display: inline-block;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.curl-bottom-left:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
bottom: 0;
left: 0;
background: white; background: -webkit-linear-gradient(45deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
background: linear-gradient(45deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: width, height;
transition-property: width, height;
}
.curl-bottom-left:hover:before {
width: 25px;
height: 25px;
}.color,a:focus,a:hover{color:#ff9677}.bg-color,.link-cart a:hover,.main-nav .toggle-mobile-menu span,.main-nav .toggle-mobile-menu::after,.main-nav .toggle-mobile-menu::before{background:#ff9677}.top-right>ul>li>a.mycart-link .number-cart-total{color:#ff9677}.register-box .link-signin:hover{background:#ff9677}.btn-rect:hover{color:#fff;background:#ff9677}.btn-rect.dotted:hover{border-color:#ff9677;color:#ff9677}.list-btn-banner>a{margin:0 3px}.owl-theme .owl-controls .owl-buttons div:hover{background-color:#ff9677}.banner-info.adv-info-style1 .shopnow:hover,.title-tab1 .list-none li.active a,.title-tab1 .list-none li:hover a{color:#ff9677}.product-extra-link>a:hover{background-color:#ff9677}.btn-product-loadmore:hover{color:#fff;border-color:#ff9677;background:#ff9677}.newsletter-form form input[type=submit]:hover,.post-thumb-zoom:hover,.radius.scroll-top:hover{background:#ff9677}.social-footer>a:hover{color:#fff;background:#ff9677;border-color:#ff9677}.download-link a:hover{color:#ff9677}.btn-link-default:hover,.newsletter-footer input[type=submit]:hover{background-color:#ff9677}.ui-slider-handle.ui-state-default.ui-corner-all{border:2px solid #ff9677}.ui-slider-range.ui-widget-header.ui-corner-all{background:#ff9677}.product-gallery a.bx-next:hover,.product-gallery a.bx-prev:hover{color:#ff9677}.btn-reset-form:hover,.btn-submit-form:hover{background:#ff9677;border-color:#ff9677}.tagcloud>a:hover{border-color:#ff9677}.comment-author a:hover,.comment-reply,.content-single .post-info .share-social a:hover,.content-single .post-info a:hover,.control-post .next-post:hover,.control-post .prev-post:hover,.item-post-gallery h3 a:hover,.item-service2:hover .service-info p,.item-service2:hover .service-info p a,.list-post-tags a:hover,.main-nav>ul>li:hover>a,.post-title a:hover{color:#ff9677}.slider-range-price,.slider-range-price .ui-slider-handle.ui-state-default.ui-corner-all{background:#ff9677}.owl-theme.arrow-style3 .owl-controls .owl-buttons div::after,.top-right.box-meta3>ul>li:hover>a{color:#ff9677}.top-header.top-header5{background:#ff9677}.item-product-masonry .product-title a:hover,.title-box5 .list-none li.active a{color:#ff9677}.banner-info.adv-info-style2 .title30,.slick-nav:hover{background:#ff9677}.deal-slider8 .owl-theme .owl-controls .owl-buttons div:hover,.hotdeal-countdown.clock-countdown .number,.top-right.box-meta8>ul>li:hover>a{color:#ff9677}.top-extra-deal li .btn-rect{background:#ff9677}.deal-palallax .time_circles>div>.number{color:#ff9677}.deal-palallax .time_circles>div{border:1px solid #ff9677}.banner-slider11 .owl-theme .owl-controls .owl-page.active span{background:#ff9677}.banner-adv.item-adv11 .banner-info .color,.nav-tabs-icon>ul>li.active>a{color:#ff9677}.nav-tabs-icon>ul>li.active>a::after{transform:scaleX(1);-webkit-transform:scaleX(1);background:#ff9677}.percent-store,.product-extra-link11>a.addcart-link:hover{background:#ff9677}.deal-control>ul>li>a.active{border-color:#ff9677}.item-latest-news.style2 .readmore:hover{background:#ff9677}.box-product-type.shadow-box{border-top:5px solid #ff9677}.title16.title-box12{border-bottom:2px solid #ff9677}.item-product-deal12 .product-extra-link>a:hover{border-color:#ff9677}.inner-cat-hover-dir{background:rgba(255,150,119,.9)}.item-cat-hover-dir .btn-rect:hover,.title-tab2>ul>li.active>a{color:#ff9677}.paginumber-slider .owl-theme .owl-controls .owl-page.active span{color:#fff;background:#ff9677;border-color:#ff9677}.paginumber-slider .owl-theme .owl-controls .owl-page:hover span{border-color:#ff9677}.owl-theme.arrow-style14 .owl-controls .owl-buttons div:hover,.text-info-special .title60 span{color:#ff9677}.item-hotcat14 .hotcat-info .btn-rect:hover{background:#ff9677;color:#fff}.item-hotcat14 .hotcat-info .title18 a:hover,.mail-box a:hover{color:#ff9677}.item-contact-box>a:hover{color:#fff;border-color:#ff9677;background-color:#ff9677}.footer-menu-box .list-none>li a:hover::before,.footer-nav li a:hover::before{border-color:#ff9677;background-color:#ff9677}.footer-dark2 .footer-tags .list-inline>li a:hover{color:#ff9677}@media (max-width:767px){.main-nav>ul>li:hover>a{color:#ff9677!important}}body{color:#555;font-family:"Open Sans",sans-serif;font-size:14px;line-height:inherit;margin:0;padding:0;font-weight:400}.wrap{overflow:hidden;position:relative}*{box-sizing:border-box;outline:0}img{max-width:100%}a{color:#555;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}a:focus,a:hover{text-decoration:none;outline:0}.container{max-width:1200px;position:relative;width:100%}input,input:focus,input:hover{outline:0}.border{border:1px solid #e5e5e5}.border-left{border-left:1px solid #e5e5e5}.border-right{border-right:1px solid #e5e5e5}.border-top{border-top:1px solid #e5e5e5}.border-bottom{border-bottom:1px solid #e5e5e5}.transition{transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.radius{border-radius:6px}.white{color:#fff}.black{color:#000}.bg-white{background:#fff}.list-none{list-style:none;margin:0;padding:0}.title12,.title14,.title16,.title18,.title24,.title30,.title40,.title60{font-weight:700;margin:0;font-size:14px;text-transform:uppercase}.title12{font-size:12px}.title16{font-size:16px}.title18{font-size:18px}.title24{font-size:24px}.title30{font-size:30px}.title40{font-size:40px}.title60{font-size:60px}.absolute,.item-service7 .service-icon a img,.item-service7 .service-icon a::after{position:absolute;top:0;left:0;bottom:0;right:0}.desc{color:#555;margin:0;line-height:24px}div.table{display:table;margin:0;width:100%}div.table>div{display:table-cell}.wrap-item>div:not(:first-child){display:none}.owl-theme .owl-controls{margin:0}.owl-theme .owl-controls .owl-buttons div{width:30px;height:30px;background:rgba(0,0,0,.5);opacity:0;padding:0;margin:-15px 0 0;color:#fff;font-size:18px;z-index:9;position:absolute;top:50%;border-radius:0;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.banner-slider .owl-theme .owl-controls .owl-buttons div{width:50px;height:50px;font-size:30px;margin-top:-25px}.owl-theme:hover>.owl-controls>.owl-buttons>div{opacity:1}.owl-theme .owl-controls .owl-buttons div.owl-prev{left:0}.owl-theme .owl-controls .owl-buttons div.owl-next{right:0}.owl-theme .owl-controls .owl-buttons div i{display:block;line-height:30px}.banner-slider .owl-theme .owl-controls .owl-buttons div i{line-height:50px}.owl-theme .owl-controls .owl-page{vertical-align:middle}.owl-theme .owl-controls .owl-page span{background:#fff;margin:0 10px;width:10px;height:10px;border-radius:50%;opacity:1;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls .owl-page:hover span{background:#000}.banner-slider.bg-slider .item-slider{background-position:center center;background-repeat:no-repeat;background-size:auto 100%}.banner-slider .item-slider{position:relative}.banner-slider.bg-slider .banner-thumb img{max-width:none;opacity:0;width:auto}.banner-slider .banner-thumb img{width:100%}.banner-slider .banner-info{height:200px}.banner-slider.bg-slider .banner-info{height:auto}.banner-info,.item-product-masonry .product-info{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:9}.banner-info-image{position:absolute;right:0;top:0}.banner-info-text{top:50%;height:200px;margin:-100px 0 0;z-index:9;position:absolute}.time-delay1{transition-delay:.5s;-webkit-transition-delay:.5s}.time-delay2{transition-delay:.8s;-webkit-transition-delay:.8s}.time-delay3{transition-delay:1.1s;-webkit-transition-delay:1.1s}.time-delay4{transition-delay:1.4s;-webkit-transition-delay:1.4s}.top-to-bottom{transform:translateY(-500px);-webkit-transform:translateY(-500px);transition-property:all;transition-timing-function:ease-out;transition-duration:.5s;-webkit-transition-property:all;-webkit-transition-timing-function:ease-out;-webkit-transition-duration:.5s;opacity:0}.owl-item.active .top-to-bottom{transform:translateY(0);-webkit-transform:translateY(0);opacity:1}.bottom-to-top{transform:translateY(500px);-webkit-transform:translateY(500px);transition-property:all;transition-timing-function:ease-out;transition-duration:.5s;-webkit-transition-property:all;-webkit-transition-timing-function:ease-out;-webkit-transition-duration:.5s;opacity:0}.owl-item.active .bottom-to-top{transform:translateY(0);-webkit-transform:translateY(0);opacity:1}.right-to-left{transform:translateX(500px);-webkit-transform:translateX(500px);transition-property:all;transition-timing-function:ease-out;transition-duration:.5s;-webkit-transition-property:all;-webkit-transition-timing-function:ease-out;-webkit-transition-duration:.5s;opacity:0}.owl-item.active .right-to-left{transform:translateX(0);-webkit-transform:translateX(0);opacity:1}.left-to-right{transform:translateX(-500px);-webkit-transform:translateX(-500px);transition-property:all;transition-timing-function:ease-out;transition-duration:.5s;-webkit-transition-property:all;-webkit-transition-timing-function:ease-out;-webkit-transition-duration:.5s;opacity:0}.owl-item.active .left-to-right{transform:translateX(0);-webkit-transform:translateX(0);opacity:1}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:none}.mCSB_container{margin-right:0}.mCustomScrollBox>.mCSB_scrollTools{width:4px}.line-white{position:relative}.line-white::after{position:absolute;top:0;right:0;bottom:0;width:2px;content:"";background:#fff}.box-hover-dir{overflow:hidden;position:relative}.box-hover-dir>div{height:100%;position:absolute;width:100%;transition:all .5s ease-out 0s!important;-webkit-transition:all .5s ease-out 0s!important}.banner-adv{position:relative}.adv-thumb-link{display:block;overflow:hidden;position:relative}.adv-thumb-link>img{display:block;width:100%;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.zoom-rotate .adv-thumb-link>img{transform:scale(1) rotate(0);-webkit-transform:scale(1) rotate(0)}.zoom-rotate:hover .adv-thumb-link>img{transform:scale(1.15) rotate(4deg);-webkit-transform:scale(1.15) rotate(4deg)}.zoom-image:hover .adv-thumb-link>img{transform:scale(1.15);-webkit-transform:scale(1.15)}.fade-in-out .adv-thumb-link::after,.fade-in-out .adv-thumb-link::before,.fade-out-in .adv-thumb-link::after,.fade-out-in .adv-thumb-link::before,.overlay-image .adv-thumb-link::after{position:absolute;top:0;left:0;bottom:0;right:0;content:"";background:rgba(0,0,0,.1);opacity:0;z-index:1;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.fade-out-in:hover .adv-thumb-link::before{opacity:1;top:50%;bottom:50%}.fade-out-in:hover .adv-thumb-link::after{opacity:1;left:50%;right:50%}.fade-in-out .adv-thumb-link::before{opacity:1;top:50%;bottom:50%}.fade-in-out .adv-thumb-link::after{opacity:1;left:50%;right:50%}.fade-in-out:hover .adv-thumb-link::before{opacity:0;top:0;bottom:0}.fade-in-out:hover .adv-thumb-link::after{opacity:0;left:0;right:0}.overlay-image .adv-thumb-link::after{background:rgba(0,0,0,.3)}.overlay-image:hover .adv-thumb-link::after{opacity:1}.blur-image:hover .adv-thumb-link img{filter:blur(5px);-webkit-filter:blur(5px)}.main-nav>ul>li .sub-menu>li.menu-item-preview{position:relative}.main-nav>ul>li .sub-menu>li.menu-item-preview>.preview-image{background:#fff;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);left:100%;padding:10px;position:absolute;top:0;width:200px;opacity:0;visibility:hidden;margin-top:30px;border:1px solid #e5e5e5;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.main-nav>ul>li .sub-menu>li.menu-item-preview:hover>.preview-image{opacity:1;visibility:visible;margin-top:0}.main-nav>ul>li .sub-menu>li.menu-item-preview>.preview-image>a{display:block;height:200px;overflow:hidden;position:relative}.main-nav>ul>li .sub-menu>li.menu-item-preview>.preview-image>a>img{left:0;position:absolute;top:0;transition:all 5s ease-in-out 0s;-webkit-transition:all 5s ease-in-out 0s;width:100%}.main-nav>ul>li .sub-menu>li.menu-item-preview>.preview-image>a:hover>img{top:100%;transform:translateY(-100%);-webkit-transform:translateY(-100%)}.header-ontop{transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.header-ontop.fixed-ontop{box-shadow:0 3px 3px 0 rgba(0,0,0,.1);left:0;top:0;position:fixed;width:100%;z-index:999;padding:8px 0 1px}.main-nav{position:relative}.main-nav>ul{font-size:0;list-style:none none;padding:0}.main-nav>ul>li{display:inline-block;font-size:14px}.main-nav>ul>li>a{display:block;position:relative;text-transform:uppercase;font-weight:700;padding:10px 20px;color:#000}.main-nav li.menu-item-has-children{position:relative}.main-nav li.menu-item-has-children:hover>.sub-menu{margin:0;opacity:1;visibility:visible}.main-nav .sub-menu{background:#fff;border:1px solid #e5e5e5;box-shadow:-1px 3px 5px -1px rgba(0,0,0,.1);left:0;list-style:none none;margin:30px 0 0;opacity:0;padding:10px 0 20px;position:absolute;top:100%;visibility:hidden;width:200px;z-index:999;text-align:left;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.main-nav .sub-menu .sub-menu{top:0;left:100%}.main-nav .menu-item-has-children .sub-menu li{padding:0 15px;position:relative}.main-nav .menu-item-has-children .sub-menu li>a{border-bottom:1px solid #e5e5e5}.main-nav .menu-item-has-children .sub-menu a{display:block;padding:15px 0;text-transform:capitalize}.main-nav .toggle-mobile-menu{display:none;height:30px;width:30px;position:relative;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.main-nav .toggle-mobile-menu span{position:absolute;width:100%;height:4px;left:0;top:50%}.main-nav .toggle-mobile-menu::after,.main-nav .toggle-mobile-menu::before{content:'';position:absolute;height:4px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.main-nav .toggle-mobile-menu::before{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.main-nav .toggle-mobile-menu::after{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}.main-nav.active .toggle-mobile-menu::before{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg)}.main-nav.active .toggle-mobile-menu::after{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg)}.main-nav.active .toggle-mobile-menu span{display:none}@media (max-width:767px){.main-nav .menu-item-has-children .sub-menu li>a{border-bottom:none}.mega-menu{display:none}.main-nav .sub-menu{background:#fff;display:none;margin:0!important;opacity:1!important;visibility:visible!important;position:static!important;box-shadow:0 3px 3px 0 rgba(0,0,0,.1)!important}.main-nav>ul>li>a::before{display:none}.main-nav>ul>li>a{color:#333!important;font-weight:400!important}.main-nav .toggle-mobile-menu{display:block}.main-nav{position:relative;z-index:9;margin:0}.main-nav>ul{position:absolute;right:0;top:42px;width:290px;z-index:999;background:#fff;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s;transform:translateX(320px);-webkit-transform:translateX(320px)}.main-nav.active>ul{transform:translateX(0)!important;-webkit-transform:translateX(0)!important}.main-nav>ul>li{display:block;margin:0 15px!important;padding:0!important}.main-nav .sub-menu li a::before{display:none}.main-nav>ul li>a{border-top:1px solid #e5e5e5;display:block;font-size:14px;font-weight:400;height:40px!important;line-height:40px!important;padding:0!important}.main-nav>ul li:first-child>a{border:none}.main-nav .sub-menu>li{padding:0!important;margin:0 15px}.main-nav>ul li.menu-item-has-children .menu-item-has-children>a::after{right:0;top:0}.main-nav>ul>li.menu-item-has-children>a::after{position:absolute;right:0!important;top:0;content:"\f107";font-family:fontawesome}.main-nav>ul>li .sub-menu::after{display:none}.main-nav>ul>li .sub-menu{display:none;width:100%;box-shadow:0 3px 3px 0 rgba(0,0,0,.1);padding:0}.main-nav>ul>li.menu-item-has-children li.menu-item-has-children>.sub-menu{left:0;top:100%;padding:0}.main-nav>ul>li.menu-item-has-children li.menu-item-has-children>a::after{content:"";font-family:fontawesome;position:absolute;right:0;top:0}.main-nav>ul>li.has-mega-menu>a::after{display:none!important}.menu-item-preview .preview-image{display:none}}.wishlist-mask{background:rgba(0,0,0,.5);bottom:0;left:0;position:absolute;right:0;top:0;z-index:999;display:none}.wishlist-popup{background:#fff;border:10px solid rgba(0,0,0,.5);bottom:0;height:200px;left:0;margin:auto;padding:20px;position:fixed;right:0;text-align:center;top:0;width:470px;z-index:9999}.wishlist-button a{background:#858785;color:#fff;display:inline-block;padding:8px 15px;margin:0 3px}.wishlist-button a:last-child{background:#ff9677}.popup-icon{color:#ff9677;font-size:30px}.wishlist-alert{margin:10px 0 20px}.product-popup-content{padding:15px 0}.product-popup-content .product-gallery #bx-pager a{margin-bottom:6px}.top-header{background:#f4f4f4}.top-left .currency-link::after,.top-left .language-link::after{content:"\f107";font-family:fontAwesome;position:absolute;right:20px;top:0}.language-box::after{position:absolute}.top-left .language-box{display:inline-block;position:relative}.currency-box:hover .currency-inner-box,.language-box:hover .language-inner-box{margin-top:0;opacity:1;visibility:visible}.item-box-sub{background:#fff;border:1px solid #e5e5e5;box-shadow:-1px 3px 5px -1px rgba(0,0,0,.1);left:0;margin-left:-65px;margin-top:30px;opacity:0;padding:12px 20px 30px;position:absolute;top:100%;visibility:hidden;width:210px;z-index:9;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.item-box-sub>ul{list-style:none none;padding:0}.item-box-sub li{border-bottom:1px solid #e5e5e5;padding-left:20px;position:relative}.item-box-sub li a{display:block;padding:15px 0}.item-box-sub li::before{content:"\f22d";font-family:fontAwesome;left:0;position:absolute;top:17px}.top-left .language-link{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;display:block;height:40px;line-height:40px;padding:0 45px 0 20px;position:relative;text-transform:uppercase;font-size:12px}.top-left .currency-box{display:inline-block;position:relative}.top-left .currency-link{border-right:1px solid #e5e5e5;display:block;height:40px;line-height:40px;padding:0 45px 0 17px;position:relative;text-transform:uppercase;font-size:12px}.top-right{border-right:1px solid #e5e5e5;text-align:right}.top-right>ul{margin:0;padding:0}.top-right>ul>li>a{border-left:1px solid #e5e5e5;display:block;height:40px;line-height:40px;padding:0 20px;text-transform:uppercase;font-size:12px}.top-right .info-user .inner-user-info{left:auto;margin-right:0;margin-top:30px;padding:12px 20px 30px;right:0;text-align:left;top:100%}.top-right>ul>li>a.mycart-link{position:relative}.top-right>ul>li>a.mycart-link .number-cart-total{font-size:10px;left:10px;position:absolute;top:-8px}.top-right .info-user:hover .inner-user-info{margin-top:0}.info-user{position:relative}.info-user:hover .inner-user-info{margin-top:15px;opacity:1;visibility:visible}.info-user .inner-user-info{background:#fff;border:1px solid #e5e5e5;box-shadow:-1px 3px 5px -1px rgba(0,0,0,.1);margin-right:-48px;margin-top:45px;opacity:0;padding:12px 15px 30px;position:absolute;right:0;top:100%;visibility:hidden;width:210px;z-index:9;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.info-user .inner-user-info li{border-bottom:1px solid #e5e5e5}.top-right ul li{vertical-align:top}.info-user .inner-user-info a{display:block;padding:15px 0}.info-user .inner-user-info a i{margin-right:9px}.top-right .info-cart{position:relative}.top-right>ul>li>a>i{margin-right:12px}.top-right .mycart-link .number-cart-total{font-size:13px;margin-left:20px;padding:0 5px}.info-cart .inner-cart-info{background:#fff;border:1px solid #e5e5e5;box-shadow:-1px 3px 5px -1px rgba(0,0,0,.1);margin-right:-50px;margin-top:30px;opacity:0;padding:30px;position:absolute;right:-1px;text-align:left;top:100%;visibility:hidden;width:400px;z-index:10;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.inner-cart-info>h2{font-size:16px;margin:0;text-transform:uppercase}.info-list-cart{list-style:none none;margin:30px 0 0;padding:0}.item-info-cart{border-top:1px solid #f5f5f5;display:table;padding:20px 0;width:100%}.item-info-cart .cart-thumb{display:table-cell;vertical-align:middle;width:70px}.item-info-cart .cart-thumb img{transition:all .5s ease-out 0s;width:70px}.wrap-cart-title{display:table-cell;padding:0 20px;vertical-align:top;width:200px}.cart-title{margin:5px 0 13px}.cart-qty{color:#999}.cart-title a{font-size:14px}.cart-qty>label{font-weight:400;margin-right:10px}.wrap-cart-remove{color:#999;display:table-cell;text-align:right;vertical-align:top}.wrap-cart-remove .remove-product{background:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/home1/remove-cart2.png) center center no-repeat rgba(0,0,0,0);border:1px solid #e5e5e5;border-radius:50%;display:inline-block;height:30px;margin-bottom:3px;transition:all .5s ease-out 0s;width:30px}.total-cart{border-top:1px solid #f5f5f5;display:table;font-size:16px;padding-top:25px;text-transform:uppercase;width:100%}.total-cart>label{display:table-cell;font-weight:400}.total-cart span{display:table-cell;text-align:right}.link-cart{margin-bottom:20px;margin-top:40px}.link-cart .cart-edit{margin-right:10px}.link-cart a{background:#333;color:#fff;display:inline-block;height:40px;line-height:40px;text-align:center;text-transform:uppercase;vertical-align:top;width:160px;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.info-cart:hover .inner-cart-info{margin-top:0;opacity:1;visibility:visible}.logo.logo1{display:inline-block;margin-right:10px;padding-right:30px}.main-nav.main-nav1{display:inline-block}.mega-menu{background:#fff;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);left:0;position:absolute;top:100%;width:1170px;z-index:9;margin-top:30px;opacity:0;visibility:hidden;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.main-nav li.has-mega-menu:hover>.mega-menu{margin-top:0;opacity:1;visibility:visible}.menu-mega-banner .banner-info{font-weight:700;padding:40px 50px}.menu-mega-banner .banner-info h2{font-weight:700;margin:0 0 10px}.menu-mega-banner .banner-info p{line-height:24px;margin:0 0 23px;max-width:230px}.menu-mega-banner .banner-info .shopnow{border:3px solid #000;color:#fff;display:inline-block;padding:12px 30px}.menu-mega-banner .banner-info .shopnow .fa{margin-left:5px;font-weight:400}.main-nav.main-nav1 .mega-menu{margin-left:-139px}.title18.mega-title{color:#333;margin:0 0 25px;text-transform:inherit}.mega-menu-link{margin-left:50px;margin-top:45px}.mega-colect{margin-top:45px}.mega-menu-link ul li{margin-bottom:20px}.mega-thumb{width:70px}.item-mega-colect.table{border-bottom:1px solid #e5e5e5;margin-bottom:20px;padding-bottom:20px}.list-mega-colect li:last-child .item-mega-colect.table{border:none}.list-mega-colect ul{margin:0 -15px}.list-mega-colect{padding:0 15px}.mega-info{padding-left:20px;vertical-align:middle}.header-nav6 .main-nav.main-nav1{display:block}.header-nav6 .main-nav.main-nav1 .mega-menu{margin-left:0}.main-nav.main-nav8 .mega-menu{left:100%;top:0;width:970px}.main-nav.main-nav14 .mega-menu{left:auto;right:-205px}.main-header{padding:28px 0 21px;background:#fff}.search-form form{border:1px solid #e5e5e5;border-radius:4px;float:right;max-width:250px;padding-left:50px;position:relative;width:100%;background:#fff}.register-box{display:inline-block}.wrap-search-login{padding-right:125px;position:relative}.register-box{position:absolute;right:0;top:0;width:100px}.register-box .link-signin{background:#555;border-radius:4px;color:#fff;display:block;height:40px;line-height:40px;text-align:center;text-transform:uppercase;width:100px}.search-form form input[type=text]{border:none;border-radius:4px;color:#999;height:40px;width:100%}.submit-form{height:100%;left:0;position:absolute;top:0;width:50px}.submit-form input[type=submit]{background:0 0;border:none;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:9}.submit-form::after{content:"";font-family:fontawesome;height:100%;left:0;line-height:40px;position:absolute;text-align:center;top:0;width:100%}.btn-rect{background:#555;color:#fff;display:inline-block;height:40px;line-height:40px;padding:0 20px}.btn-rect.dotted{background:0 0;border:1px dashed #555;color:#555}.list-btn-banner{max-width:430px;width:100%;margin:30px auto auto;border-top:1px solid rgba(0,0,0,.5);padding-top:30px}.banner-slider1 .banner-info .title60{margin-top:10px}.content-top1{background:#f4f4f4;margin-bottom:100px}.banner-info.adv-info-style1{height:100px;padding:0 45px}.banner-info.adv-info-style1 .title30{color:#555;margin-bottom:10px}.banner-info.adv-info-style1 .desc{margin-bottom:20px;font-size:18px}.banner-info.adv-info-style1 .shopnow{color:#555;text-decoration:underline}.list-banner-adv1 .banner-adv{margin:0 -10px 10px}.list-banner-adv1{margin:0 0 85px;padding:0 10px}.list-banner-adv1 .banner-adv.banner-background{height:336.2px;text-align:center}.banner-adv.banner-background>a{position:absolute;top:0;left:0;bottom:0;right:0}.banner-adv.banner-background .banner-info h2{margin:0}.banner-adv.banner-background .banner-info h2.title30{margin:8px 0 12px}.banner-adv.banner-background .banner-info{height:110px}.title-box1{margin-bottom:45px;overflow:hidden}.title-box1 .title30 span{display:inline-block;position:relative;color:#000}.title-box1 .title30 span::after{background:#e5e5e5;content:"";height:5px;left:100%;margin-left:30px;position:absolute;top:15px;width:1200px}.title-box1 .title30 span::before{background:#e5e5e5;content:"";height:5px;margin-right:30px;position:absolute;right:100%;top:15px;width:1200px}.title-tab1 .list-none{display:inline-block;margin:auto;font-size:0;border:1px solid #e5e5e5;border-radius:6px;box-shadow:0 0 10px 0 rgba(0,0,0,.1) inset;position:relative}.title-tab1 .list-none li{display:inline-block}.title-tab1 .list-none li a{border:1px solid transparent;border-radius:6px;color:#555;display:block;font-size:14px;margin:-1px 0;padding:10px 30px;text-transform:uppercase;position:relative;z-index:9}.ef-lamp{background:#fff;border:1px solid #e5e5e5;border-radius:6px;bottom:0;position:absolute;top:0;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.title-tab1{margin-bottom:50px;position:relative}.item-product{box-shadow:0 2px 5px 0 rgba(0,0,0,.1);padding:10px;background:#fff;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.item-product:hover{box-shadow:0 10px 15px 0 rgba(0,0,0,.1)}.product-thumb{overflow:hidden;position:relative}.product-thumb-link{display:block;overflow:hidden;position:relative}.product-thumb-link::after{background:rgba(0,0,0,.3);bottom:0;content:"";left:0;position:absolute;right:0;top:0;opacity:0;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.product-thumb:hover .product-thumb-link::after{opacity:1}.product-thumb:hover .product-thumb-link>img{transform:scale(1.15);-webkit-transform:scale(1.15)}.product-thumb-link>img{width:100%;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.product-info{padding:18px 0 10px;text-align:center}.product-title{font-size:14px;margin:0 0 6px;text-transform:uppercase}.product-price ins{font-size:18px;margin:0 5px;text-decoration:none;color:#262626}.product-price del{color:#999;position:relative;text-decoration:none}.product-price del::after{background:#999;content:"";height:1px;left:0;position:absolute;top:10px;width:100%}.product-extra-link{bottom:0;height:136px;left:0;margin:auto;position:absolute;right:0;top:0;width:114px}.product-extra-link>a{background:#fff;border-radius:50%;display:inline-block;height:36px;line-height:36px;margin:auto;position:absolute;text-align:center;width:36px;opacity:0;left:0;top:0;bottom:0;right:0;color:#555;transform:scale(0) translateY(0);-webkit-transform:scale(0) translateY(0);transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.product-extra-link>a:hover{color:#fff}.product-thumb:hover .product-extra-link>a{opacity:1;transform:scale(1) translateY(0);-webkit-transform:scale(1) translateY(0)}.product-extra-link>a.compare-link{right:auto}.product-extra-link>a.wishlist-link{left:auto}.product-extra-link>a.addcart-link{height:56px;line-height:56px;width:56px}.product-thumb:hover .product-extra-link>a.compare-link{transform:scale(1) translateY(-50px);-webkit-transform:scale(1) translateY(-50px)}.product-thumb:hover .product-extra-link>a.wishlist-link{-webkit-transform:scale(1) translateY(50px);transform:scale(1) translateY(50px)}.product-thumb .quickview-link{background:#ff9677;border-radius:50%;bottom:-30px;box-shadow:0 0 10px 10px rgba(0,0,0,.1);color:#fff;height:90px;line-height:0;padding-left:30px;padding-top:30px;position:absolute;right:-30px;width:90px;transform:translate(90px,90px);-webkit-transform:translate(90px,90px);transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.product-thumb .quickview-link i{display:inline-block;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.product-thumb .quickview-link:hover i{transform:scale(2);-webkit-transform:scale(2)}.product-thumb:hover .quickview-link{transform:translate(0);-webkit-transform:translate(0)}.product-label{background:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/icons/shape.png) left top/100% auto no-repeat rgba(0,0,0,0);border-radius:50%;color:#fff;display:block;font-weight:700;height:44px;line-height:44px;position:absolute;text-align:center;top:0;width:44px;z-index:9}.product-label.sale-label{left:0}.product-label.new-label{right:0}.product-rate{background-image:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/home1/rate-star.png);background-position:0 -13px;background-repeat:repeat-x;height:13px;margin-top:5px;transition:all .5s ease-out 0s;width:80px}.product-rating{background-image:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/home1/rate-star.png);background-position:0 0;background-repeat:repeat-x;height:13px}.product-thumb .product-rate{bottom:-15px;left:50%;margin:auto auto auto -40px;position:absolute}.product-thumb:hover .product-rate{bottom:15px}.item-product{margin-bottom:30px}.btn-product-loadmore{display:block;height:60px;line-height:60px;margin:20px auto auto;text-align:center;text-transform:uppercase;width:240px;background:#fff}.product-tab-loadmore{margin-bottom:100px}.brand-slider{border:1px solid #e5e5e5;margin-bottom:95px}.brand-item{border-right:1px solid #e5e5e5;padding:15px;text-align:center}.item-latest-news{margin:0 15px}.latest-newslider{margin:0 -15px 30px}.latest-newslider .btn-product-loadmore{margin-top:40px}.post-thumb-link{display:block;overflow:hidden;position:relative}.avatar::after,.list-instagram>li>a::after,.post-thumb-link::after{background:rgba(0,0,0,.3);bottom:0;content:"";left:0;position:absolute;right:0;top:0;opacity:0;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.post-thumb:hover .post-thumb-link::after{opacity:1}.post-thumb{position:relative}.post-thumb-zoom{background:#fff;border-radius:50%;bottom:0;color:#333;display:block;height:40px;left:0;line-height:40px;margin:auto;position:absolute;right:0;text-align:center;top:0;width:40px;transform:scale(0);-webkit-transform:scale(0)}.post-thumb-zoom:hover{color:#fff}.post-thumb:hover .post-thumb-zoom{transform:scale(1);-webkit-transform:scale(1)}.item-latest-news .post-info{padding-top:25px;text-align:center}.post-title{font-size:14px;font-weight:700;margin:0 0 15px;text-transform:uppercase}.post-title a{color:#1b1d1f}.post-comment-date{color:#999;margin:0 -15px 10px}.post-comment-date li{display:inline-block;margin:0 10px}.post-comment-date li i{margin:0 5px}.radius.scroll-top{background:rgba(0,0,0,.5);bottom:80px;color:#fff;display:block;height:32px;line-height:32px;opacity:0;position:fixed;right:-50px;text-align:center;visibility:hidden;width:32px;z-index:999}.radius.scroll-top.active{opacity:1;right:10px;visibility:visible}.newsletter{background:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/home1/prl12.jpg) center center no-repeat fixed rgba(0,0,0,0);padding:90px 0;position:relative}.latest-news1{margin-bottom:100px}.newsletter-form{margin:auto;max-width:700px;padding-left:110px;position:relative;width:100%;z-index:9}.newsletter-form label{color:#fff;left:0;position:absolute;text-transform:uppercase;top:15px}.newsletter-form form{position:relative;padding-right:100px;border-radius:6px;background:#fff}.newsletter-form form input[type=submit]{position:absolute;top:0;right:0;border-radius:4px;background:#555;color:#fff;text-transform:uppercase;width:100px;height:100%;border:none;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.newsletter-form form input[type=text]{height:50px;padding:0 15px;color:#999;background:#fff;width:100%;border:none;display:block;border-radius:4px}.footer-top1{padding-bottom:40px;padding-top:50px}.logo-footer{margin-bottom:17px;overflow:hidden}.logo-footer>a{display:inline-block;position:relative}.contact-footer a{color:#999}.logo-footer>a::after{background:#e5e5e5;content:"";height:5px;left:100%;margin-left:30px;position:absolute;top:15px;width:1200px}.title-footer{color:#000;font-size:14px;font-weight:400;margin:10px 0 20px;text-transform:uppercase}.footer-menu-box .list-none>li{margin-top:10px}.footer-menu-box .list-none{margin-top:30px}.footer-menu-box .list-none>li a,.footer-nav li a{padding-left:15px;position:relative;display:block}.footer-menu-box .list-none>li a::before,.footer-nav li a::before{border:1px solid #999;border-radius:50%;content:"";height:6px;left:0;position:absolute;top:7px;width:6px}.social-footer>a{border:1px solid #e5e5e5;border-radius:50%;color:#1b1d1f;display:inline-block;height:40px;line-height:38px;margin:0 3px;text-align:center;width:40px;background:#fff}.social-footer{margin:30px -3px 0}.footer-tags .list-inline>li{margin:0 0 5px 2px;padding:0}.footer-tags .list-inline>li a{background:#f7f7f7;border:1px solid transparent;border-radius:4px;display:block;padding:6px 18px}.footer-bottom1{border-top:1px solid #e5e5e5;padding:30px 0}.footer-tags .list-inline,.menu-footer.list-inline{margin-bottom:0}.footer-tags .list-inline>li a:hover{background:0 0;border-color:#e5e5e5}.payment-method11{text-align:right}.payment-method>a{margin:0 3px}.payment-method{margin:0 -3px}.footer{background:#f5f5f5;margin-top:50px;padding:55px 0 0}.logo-footer .sub-title::after{display:none}.sub-title{font-size:16px;font-weight:700;margin:0;text-transform:uppercase;color:#1b1d1f}.download p{border-bottom:1px solid #e5e5e5;margin-bottom:12px;padding-bottom:15px}.download-link li{margin-bottom:10px}.download-link a{color:#999}.download-link i{margin-right:8px}.contact-phone{margin-top:30px}.phone-number{color:#666;margin-left:10px}.footer-nav{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;margin:auto;max-width:280px;min-height:280px;padding:0 50px;width:100%}.footer-nav .sub-title,.footer-nav li{margin-bottom:20px}.newsletter-footer{padding-bottom:10px}.newsletter-footer .sub-title{margin-bottom:20px}.newsletter-footer input[type=text]{color:#999;height:40px;line-height:40px;margin-top:10px;padding:0 15px;width:306px}.newsletter-footer input[type=submit]{border:none;margin-top:10px;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.btn-link-default{background:#555;border:none;color:#fff;display:inline-block;height:40px;line-height:40px;padding:0 30px;text-align:center;text-transform:uppercase;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.footer .footer-bottom1{margin-top:30px}.banner-slider1 .banner-info.white .list-btn-banner{margin:30px 0 0;min-width:430px}.banner-info.white .list-btn-banner{border-color:rgba(255,255,255,.5)}.banner-slider1 .banner-info.white{left:auto;right:50px}.banner-info.white .list-btn-banner>a{background:#fff;border-color:#fff;color:#555}.banner-info.white .list-btn-banner>a:hover{background:#555;color:#fff}.banner-info.white .list-btn-banner>a.dotted:hover{background:#fff;color:#555}.list-btn-banner>a{padding:0 30px}.banner-info.white .list-btn-banner>a.dotted{background:0 0;color:#fff}.content-shoptop{margin-bottom:10px}.bread-crumb{background:#f6f6f6;border-radius:4px;margin-bottom:30px;padding:10px 20px}.bread-crumb a,.bread-crumb i{color:#999}.bread-crumb i{margin:0 5px}.sort-pagi-bar.top{margin-bottom:30px}.product-sort{margin:0;padding:0}.product-sort li{float:left;padding:0}.main-content{margin-bottom:45px}.product-sort a.grid.active{background:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/icons/icon-grid-active.png) left 20px center no-repeat #555}.product-sort a.grid{background:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/icons/icon-grid.png) left 20px center no-repeat rgba(0,0,0,0)}.product-sort a.active{border:1px solid #555;color:#fff}.product-sort a.list{background:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/icons/icon-list.png) left 20px center no-repeat rgba(0,0,0,0)}.product-sort a.list.active{background:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/icons/icon-list-active.png) left 20px center no-repeat #555}.product-sort a{border:1px solid #e5e5e5;color:#1b1d1f;display:block;height:36px;line-height:36px;padding:0 20px 0 44px;text-transform:uppercase}.product-filter{position:relative}.product-filter .ui-selectmenu-button::after{content:"\f107";font-family:fontAwesome;position:absolute;right:15px;top:10px}.product-filter .ui-selectmenu-button{background:#fff;border:1px solid #e5e5e5;border-radius:0;color:#1b1d1f;display:inline-block;font-family:open sans;font-weight:400;height:36px;text-transform:uppercase;width:130px!important}.ui-selectmenu-menu .ui-menu{border-radius:0;overflow:hidden;padding:0}.ui-menu .ui-menu-item{padding:5px 1em 5px .4em}.product-pagi-nav{margin:0 0 0 30px}.product-pagi-nav li{margin:0;padding:0;vertical-align:top}.product-pagi-nav a.active,.product-pagi-nav a:hover{background-color:#555;border-color:#555;color:#fff}.product-pagi-nav a{border:1px solid #e5e5e5;color:#1b1d1f;display:block;height:36px;line-height:36px;text-align:center;width:36px}.list-product .item-product{border-radius:0;box-shadow:none;padding:0}.sidebar-product .widget{border:1px solid #e5e5e5;margin-bottom:30px;padding:30px}.widget-title.sub-title{margin:0 0 25px}.widget.widget-category h3{font-size:14px;margin:0 0 15px;text-transform:uppercase;position:relative}.widget.widget-category h3::after{position:absolute;right:0;top:0;content:"\f107";font-family:fontAwesome}.widget.widget-category>h3 a{color:#1b1d1f}.widget.widget-category>ul{list-style:none none;margin:0 0 40px;padding:0}.widget.widget-category li{border-bottom:1px solid #e5e5e5;padding:8px 0}.widget.widget-category ul li a{padding-left:15px;position:relative}.widget.widget-category ul li a::before{content:"\f1db";font-family:fontAwesome;left:0;position:absolute;top:6px;font-size:6px}.widget.widget-default li:first-child{padding-top:0}.widget.widget-default li{border-bottom:1px solid #e5e5e5;padding:8px 0}.widget.widget-default ul{list-style:none none;margin:0;padding:0}.sidebar-product ul{list-style:none none;padding:0}.widget.widget-default ul li a{position:relative}.widget.widget-attribute a span{color:#999}.widget-top-seller li{margin-bottom:20px}.widget-top-seller li .product-thumb{background:#f5f5f5;float:left;margin-right:20px;max-width:70px;width:100%}.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all{background:#1b1d1f;border:none;border-radius:0;height:2px;margin:0;padding:0}.ui-slider-handle.ui-state-default.ui-corner-all{background:#fff;border-radius:0;height:10px;margin:0 0 0 -5px;top:-4px;width:10px}.info-price-filter{text-align:center}.widget-filter-price .btn-link-default{margin:30px auto 10px;padding:0;width:80px}.btn-link-default:hover{color:#fff}.info-price-filter label{font-weight:400;margin-left:15px}.widget.widget-filter-price input#amount{border:none;font-size:13px;font-weight:400;max-width:80px}.widget.widget-category li:last-child{border-bottom:1px solid transparent}.widget.widget-default li:last-child{border-bottom:1px solid transparent}.widget.widget-category>ul:last-child{margin-bottom:0}.list-product{margin-bottom:0}.product-list .item-product{border:1px solid #e5e5e5;padding:30px}.product-list.has-sidebar .product-thumb{float:left;width:33%}.product-list.has-sidebar .product-info{float:left;margin-top:0;padding-left:30px;width:67%;text-align:left}.product-list .product-title{font-size:16px;margin:0 0 20px}.product-list.has-sidebar .desc{margin-top:20px}.product-list.has-sidebar .wrap-cart-qty{margin-top:5px;max-width:inherit}.product-list.has-sidebar .info-extra{margin-bottom:20px}.info-extra{margin-top:20px}.info-extra a{margin-right:30px}.info-extra a i{margin-right:10px}.product-list.has-sidebar .info-qty{display:inline-block;margin-right:10px;max-width:220px;vertical-align:top;width:100%}.attr-product.attr-color{margin:10px 0 0}.info-qty{border:1px solid #e5e5e5;height:40px;line-height:40px;max-width:220px;padding:0 20px}.info-qty>label{font-weight:400;margin:0 40px 0 0;text-transform:uppercase}.info-qty a{color:#b8b8b8}.qty-val{display:inline-block;text-align:center;width:60px}.product-list.has-sidebar .btn-link-default.add-to-cart{margin:0;max-width:220px}.wrap-cart-qty .btn-link-default.add-to-cart{border-radius:6px}.wrap-attr-product{max-width:320px;width:100%}.attr-product.attr-size{margin-top:20px;position:relative}.attr-product{border:1px solid #ccc;border-radius:6px}.attr-size .selected-attr-size{position:relative;display:block;padding:8px 0;color:#555}.attr-size .selected-attr-size::after{position:absolute;right:10px;top:10px;content:"\f107";font-family:fontAwesome}.attr-product strong{font-weight:400;margin:0;width:60px}.selected-attr-size>span{color:#1b1d1f}.select-attr-size{background:#fafafa;box-shadow:0 0 0 1px #e5e5e5;display:none;left:0;list-style:none none;margin:0;padding:0;position:absolute;top:100%;width:100%;z-index:9}.select-attr-size li{border-bottom:1px solid #e5e5e5}.select-attr-size li a{color:#1b1d1f;display:block;padding:5px 20px}.select-attr-size li a.selected{background:#f5f5f5}.attr-product{display:table;margin-top:20px;padding:3px 10px 3px 20px;width:100%}.attr-product>label{display:table-cell;vertical-align:middle;width:60px}.attr-product.attr-color>ul{display:table-cell;list-style:none none;margin:0;padding:0}.attr-product.attr-color li{display:inline-block}.attr-product.attr-color a{border:1px solid #e5e5e5;display:block;height:30px;margin:2px 1px;padding:1px;width:30px}.attr-product.attr-color a span{display:block;height:100%;overflow:hidden;position:relative;width:100%}.attr-product.attr-color a.selected span::after{background:#1b1d1f;content:"";height:1px;left:-50%;position:absolute;top:50%;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);width:200%}.content-product-detail.has-sidebar .product-gallery .bx-wrapper{float:none;margin:0;padding-right:0;position:relative;width:100%}.product-gallery .bx-wrapper{float:left;margin:0;padding-right:10px;position:relative;width:81.4%}.product-gallery .bx-viewport{background:#f5f5f5}.product-gallery .bxslider img{height:auto;width:100%}.product-gallery .bx-prev{color:#a0a0a0;font-size:30px;left:0;margin-left:25px;margin-top:-10px;position:absolute;top:50%}.product-gallery .bx-next{color:#a0a0a0;font-size:30px;margin-right:15px;margin-top:-10px;position:absolute;right:10px;top:50%}.content-product-detail.has-sidebar .product-gallery #bx-pager{float:none;width:auto}.product-gallery #bx-pager{float:left;width:18.6%}.product-gallery #bx-pager a.active::before{background:#1b1d1f;content:"";height:1px;left:-50%;position:absolute;top:50%;transform:rotate(-51deg);-webkit-transform:rotate(-51deg);width:200%}#bx-pager a.active::before,.slider-tab #bx-pager a:hover::before{opacity:1}.content-product-detail.has-sidebar .product-gallery #bx-pager a{display:inline-block;margin-bottom:0;margin-right:6px;margin-top:10px;max-width:97px}.content-product-detail.has-sidebar .product-gallery #bx-pager a:last-child{margin-right:0}.product-gallery #bx-pager a{background:#f5f5f5;display:block;margin-bottom:10px;overflow:hidden;position:relative;width:100%}.product-gallery .share-social{text-align:center;margin-top:15px}.share-social{margin-top:23px}.product-gallery .share-social a{color:#fff;font-size:18px;padding:0 5px;display:block;width:40px;text-align:center;line-height:40px;border-radius:50%}.product-gallery .share-social a.share-face{background:#4f649f}.product-gallery .share-social a.share-twit{background:#58c5e5}.product-gallery .share-social a.share-pint{background:#e10419}.product-gallery .share-social a:hover{box-shadow:0 0 5px 5px rgba(0,0,0,.1)}.share-social a{color:#666;font-size:24px;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.title-product-detail{font-size:30px;margin-bottom:15px;margin-top:0;text-transform:uppercase}.product-rate.rate-counter{margin-right:20px;margin-top:3px;position:relative}.product-rate.rate-counter>span{left:100%;margin-left:5px;position:absolute;top:-4px}.list-inline.review-rating li{vertical-align:top}.list-inline.review-rating li:first-child{border-right:1px solid #8e8e8e;padding-right:17px}.add-review{color:#999}.info-product-detail .product-price ins{font-size:24px}.info-product-detail .product-price{margin-bottom:15px}.attr-product.attr-size-box .list-none li{display:inline-block;margin:2px 1px}.attr-product.attr-size-box .list-none{display:table-cell}.attr-product.attr-size-box .list-none li a{color:#1b1d1f;display:block;height:30px;line-height:30px;min-width:30px;padding:0 3px;text-align:center}.attr-product.attr-size-box .list-none li a.active{background:#eee}.wrap-cart-qty{margin-top:30px}.wrap-cart-qty .info-qty{display:inline-block;height:42px;margin-right:5px;border-radius:6px}.info-qty a:hover{color:#1b1d1f}.product-available{margin-top:23px}.avail-instock{color:#72b226}.desc.product-code{margin-top:18px}.detail-product-tab{border:1px solid #e5e5e5;margin-bottom:50px;margin-top:35px;padding:0 30px 20px}.nav-tabs-default{margin-bottom:20px}.nav-tabs-default .nav.nav-tabs{border:none;margin:25px 0 0;text-align:center}.nav-tabs-default .nav.nav-tabs li{display:inline-block;float:none}.nav-tabs-default .nav.nav-tabs li.active a{background:#555;color:#fff}.nav-tabs-default .nav.nav-tabs li a{border:none;border-radius:6px;color:#555;text-transform:uppercase;padding:10px 25px}.detail-product-tab .nav-tabs-default,.relate-product .nav-tabs-default{margin-bottom:30px}.product-related-slider .item-product{box-shadow:none;margin:0 15px;padding:0}.product-related-slider{margin:0 -15px}.content-tags-detail>p{margin-top:20px}.content-tags-detail .title14{margin:0 0 17px;text-transform:inherit}.list-none.list-tags-review li{display:table;margin-bottom:20px;width:100%}.list-none.list-tags-review li>div{display:table-cell;vertical-align:top}.list-none.list-tags-review li>.review-author{width:100px}.list-none.list-tags-review li>.review-author a{border-radius:50%;display:block;overflow:hidden;width:70px}.list-none.list-tags-review li>.review-author a img{border-radius:50%}.list-none.list-tags-review li>.review-info{border:1px solid #e5e5e5;border-radius:6px;padding:20px;position:relative}.review-info .product-rate{position:absolute;right:20px;top:20px}.review-header{color:#999}.review-form>div{margin-bottom:10px;min-height:40px;padding-left:105px;position:relative}.review-form>div>label{font-weight:400;height:40px;left:0;line-height:40px;position:absolute;top:0}.review-form>div>input[type=text]{border:1px solid #e5e5e5;border-radius:6px;height:40px;max-width:400px;padding:0 15px;width:100%}.review-form>div>.product-rate{transform:translateY(15px)}.review-form>div>textarea{border:1px solid #e5e5e5;border-radius:6px;max-height:120px;width:100%;padding:10px 15px}.review-form>div>input[type=submit]{border:none;margin-top:10px;padding:0 30px;text-transform:uppercase}.detail-group{margin-top:20px}.list-detail-group{display:table;margin-bottom:10px;width:100%}.detail-group .add-to-cart{margin-top:10px;padding:0 35px}.list-detail-group li{display:table-cell;border-right:1px solid #e5e5e5;vertical-align:middle;padding:10px 20px}.list-detail-group li:last-child{border:none}.list-detail-group .info-qty{border:none;height:auto;line-height:inherit;padding:0}.list-detail-group .info-qty .qty-val{width:30px}.info-product-detail .list-detail-group .product-price ins{font-size:18px;margin:0}.info-product-detail .list-detail-group .product-price,.list-detail-group .product-title{margin:0}.welcome-banner{margin-bottom:30px;padding-left:200px;position:relative}.intro-about{left:0;max-width:310px;padding-top:30px;position:absolute;top:0;z-index:9}.intro-about .desc{margin:15px 0 35px}.intro-about .list-none li{margin-bottom:10px}.intro-about .list-none li a{text-decoration:underline;text-transform:uppercase}.list-banner-about .banner-adv{margin-bottom:30px}.list-banner-about .banner-info.adv-info-style1{height:auto;padding-left:40px;padding-top:32px}.signup-banner{background:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/pages/ban4.jpg) right top/auto 100% no-repeat rgba(0,0,0,0);height:570px;margin:0 -15px;position:relative}.signup-banner .banner-info{left:auto;max-width:585px;right:0;height:180px}.content-about-top{margin-bottom:70px;margin-top:100px}.about-testimonial{background:#f3a39a;margin:0 -15px;padding:77px 0 80px}.signup-banner .banner-info p{margin:20px 0 25px;text-transform:capitalize}.signup-banner .banner-info.white .list-btn-banner{border:none;margin:0;padding:0}.test-about-avar img{border:3px solid #fff;border-radius:50%;max-width:140px;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.test-about-avar:hover img{transform:rotate(30deg);-webkit-transform:rotate(30deg)}.test-about-avar{margin-bottom:27px}.item-test-about .title14{margin-bottom:12px}.item-test-about p{font-size:18px;margin:35px 0 0}.about-testimo-slider .owl-controls{border-top:1px solid #fff;margin:35px auto auto;max-width:310px;padding-top:30px}.service-brand{margin-top:92px}.about-service-intro{min-height:70px;padding:30px 30px 30px 110px;position:relative}.about-service-icon{left:30px;max-width:70px;position:absolute;top:30px}.item-service2 .service-info p.desc{color:#555;margin:15px 0 14px}.about-service .service-info p.text-uppercase{margin-top:5px}.about-service-intro p{line-height:26px}.about-brands .brand-item{border:none}.about-brands .brand-slider{margin-bottom:45px;padding:60px 0}.about-testimo-slider{padding:0 80px}.signup-banner .banner-info.white .list-btn-banner>a{padding:0 40px}.contact-info-box{color:#555;margin-top:50px}.item-contact-box{display:inline-block;margin-bottom:20px;min-width:160px;vertical-align:middle}.item-contact-box>a{border:2px solid #e5e5e5;border-radius:50%;color:#555;display:inline-block;height:55px;margin-right:15px;text-align:center;width:55px}.item-contact-box>a i{font-size:18px;line-height:51px}.item-contact-box>label{font-size:16px;font-weight:400;text-transform:uppercase}.phone-box{display:inline-block;padding-top:15px;vertical-align:top}.phone-box h2{font-size:20px;margin:0 0 12px}.mail-box{display:inline-block;padding-top:20px;vertical-align:top}.mail-box a{color:#555}.contact-form{margin-top:25px}.contact-form>h2{color:#000;margin:20px 0 0}.contact-form .comment-form{margin-top:25px}.comment-form p{margin-bottom:30px}.contact-form .comment-form input[type=text],.contact-form .comment-form textarea{border-color:#ccc}.comment-form input[type=text]{border:1px solid #e5e5e5;color:#999;height:50px;padding:0 15px;width:100%}.comment-form textarea{border:1px solid #e5e5e5;color:#999;padding:15px;width:100%}.btn-submit-form{background:#555;border:none;border-radius:4px;color:#fff;height:40px;margin-right:2px;padding:0 30px;text-transform:uppercase;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.btn-reset-form{background:#fff;border:1px dashed #555;border-radius:4px;color:#555;height:40px;padding:0 30px;text-transform:uppercase;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.contact-info-box .title30{color:#000;margin-bottom:45px}.btn-reset-form:hover,.btn-submit-form:hover{color:#fff}.item-blog-list{border-bottom:1px solid #e5e5e5;margin-bottom:30px;padding-bottom:30px}.item-blog-list .post-title{font-size:18px;font-weight:400}.item-blog-list .btn-link-default{margin-top:22px;padding:0 25px;text-transform:inherit}.sidebar-blog .widget-category .widget-title.sub-title{margin:0 0 15px}.sidebar-blog .widget-category{padding-bottom:20px}.widget-recent-post .list-none li{display:table;margin-bottom:20px;width:100%}.widget-recent-post .list-none li .post-thumb{display:table-cell;width:70px}.widget-recent-post .list-none li .post-info{display:table-cell;padding-left:20px;vertical-align:top}.widget-recent-post .list-none li .post-info .post-title{font-weight:400;line-height:20px;margin:-5px 0 5px;text-transform:inherit}.post-date{color:#999;font-size:12px}.widget-recent-post .list-none li:last-child{margin:0}.tagcloud>a{background:#f6f6f6;border-radius:6px;display:inline-block;margin:0 3px 10px;padding:8px 20px;border:1px solid #f6f6f6}.tagcloud{margin:0 -3px -10px}.tagcloud>a:hover{background:#fff}.list-instagram>li{float:left;padding:5px;width:50%}.list-instagram{margin:-5px}.list-instagram>li>a{border-radius:6px;display:block;overflow:hidden;position:relative}.list-instagram>li>a:hover::after{opacity:1}.content-single .post-info p{color:#999}.content-single .post-info label{font-weight:400}.content-single .post-info a{color:#333}.content-single .post-info .share-social{margin-bottom:20px;margin-top:0}.content-single .post-info .share-social label{color:#999;margin-right:10px;vertical-align:super}.content-single .post-info .share-social a{color:#999;line-height:24px;margin-right:20px}.content-single .post-text{color:#666;margin:0 0 25px}.content-single blockquote{border-left:5px solid #1b1d1f;color:#999;font-size:16px;line-height:30px;padding:0 30px}.single-post-thumb{margin-bottom:50px}.text-upper{color:#333;font-size:30px}.post-gallery{margin:25px auto auto;max-width:940px}.item-post-gallery{margin-bottom:25px}.item-post-gallery h3{margin:15px 0 0;text-align:center}.item-post-gallery h3 a{color:#999;font-size:14px}.list-post-tags{border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;padding:10px 15px;text-align:center}.list-post-tags label{color:#999;font-weight:400;margin:0}.list-post-tags a::after{background:#e5e5e5;content:"";height:10px;position:absolute;right:-9px;top:5px;transform:rotate(10deg);width:1px}.list-post-tags a{color:#333;margin-right:15px;position:relative}.control-post{border-bottom:1px solid #e5e5e5;padding:25px 0 8px}.control-post .next-post,.control-post .prev-post{color:#999;display:inline-block;margin-bottom:15px}.content-single .post-comment,.content-single .post-comment ol{margin-top:45px}.content-single .post-comment ol,.post-comment ul{list-style:none none;margin:30px 0 0;padding:0}.item-comment{display:table;width:100%}.comment-thumb{display:table-cell;vertical-align:top;width:85px}.avatar{display:block;width:60px;position:relative;overflow:hidden}.avatar:hover::after{opacity:1}.comment-info{border-bottom:1px solid #e5e5e5;display:table-cell;padding-bottom:30px;vertical-align:top}.comment-author{font-size:16px;margin:0}.comment-author a{color:#333}.comment-time{color:#999;margin:5px 0 10px}.comment-text{color:#666}.post-comment-reply{margin-top:40px}.content-single .post-title{color:#1b1d1f;font-size:16px;margin:0 0 20px;text-shadow:0 0 0;text-transform:uppercase}.comment-form{margin-top:40px}.banner-slider2 .owl-carousel .owl-wrapper-outer{margin-bottom:-50px;padding-bottom:50px}.banner-slider2 .container{height:100%}.list-service2{margin:100px 0 95px}.item-service2{padding:30px;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.item-service2:hover{box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}.item-service2 .service-icon{width:60px}.item-service2 .service-icon a{background-image:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/icons/shape.png);background-repeat:no-repeat;background-position:left top;background-size:100% auto;color:#fff;display:block;font-size:30px;height:60px;line-height:60px;text-align:center;width:60px;border-radius:50%;overflow:hidden}.item-service2:hover .service-icon a{background-position:left bottom}.item-service2 .service-info{padding-left:30px;vertical-align:middle}.item-service2 .service-info p{margin:0;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.filter-product .btn-filter::after{content:"";font-family:fontawesome;position:absolute;right:20px;top:0}.filter-product .btn-filter::before{background:#e5e5e5;content:"";height:100%;position:absolute;right:40px;top:0;width:1px}.filter-product .btn-filter{background:#fff;border:1px solid #e5e5e5;border-radius:6px;display:block;float:right;height:40px;line-height:40px;overflow:hidden;padding:0 65px 0 30px;position:relative;text-transform:uppercase}.box-attr-filter{background:#fff;border:1px solid #e5e5e5;border-radius:6px;box-shadow:0 4px 4px 0 rgba(0,0,0,.2);opacity:0;left:0;margin-top:35px;padding:30px 0;position:absolute;top:100%;width:100%;z-index:1000;visibility:hidden;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.filter-product:hover .box-attr-filter{opacity:1;visibility:visible;margin-top:5px}.item-box-attr{display:table;overflow:hidden;position:relative;width:100%}.box-attr-filter::before{background:#fbfbfb;border-right:1px solid #e5e5e5;content:"";height:100%;left:0;position:absolute;top:0;width:170px}.item-attr-title{display:table-cell;padding:0 25px;position:relative;width:170px}.item-attr-content{color:#666;display:table;padding:0 30px;vertical-align:top}.box-attr-filter .attr-category{margin-bottom:20px}.attr-category a{margin-right:30px}.item-attr-content a{display:inline-block}.slider-range-price{display:inline-block;height:1px;margin-right:27px;vertical-align:middle;width:255px}.slider-range-price .ui-slider-range.ui-widget-header.ui-corner-all{background:#eaeaea}.slider-range-price .ui-slider-handle.ui-state-default.ui-corner-all{border:none;border-radius:50%;height:10px;margin:0 0 0 -5px;top:-4px;width:10px}.attr-price-filter{display:inline-block}.attr-price-filter>p{margin-bottom:15px}.attr-price-filter label{font-weight:400}.attr-price-filter input{border:none}.attr-color,.box-attr-filter .attr-size{margin-bottom:20px}.box-attr-filter .attr-color li a{border:1px solid #eaeaea;display:block;padding:1px}.box-attr-filter .attr-color li a span{display:block;height:16px;width:36px}.box-attr-filter .attr-size a{border:1px solid #eaeaea;display:block;height:20px;line-height:18px;padding:0;text-align:center;width:40px}.box-attr-filter .attr-brand a{margin-right:30px}.list-product2 .item-product{box-shadow:none;padding:0}.list-product2 .item-product .sale-label{top:10px;left:10px}.list-product2 .item-product .new-label{top:10px;right:10px}.list-product2 .btn-product-loadmore{margin-top:5px}.content-product2 .product-tab-loadmore{margin-bottom:50px}.header3,.header4{background:rgba(0,0,0,.9);left:0;position:absolute;top:0;width:100%;z-index:999;padding:30px 0 20px}.main-nav.main-nav3>ul>li>a{color:#fff}.info-search{position:relative}.form-hidden{position:absolute;z-index:9;right:-30px;top:100%;margin-top:30px;opacity:0;visibility:hidden;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.info-search:hover .form-hidden{opacity:1;visibility:visible;margin:0}.form-hidden>input[type=text]{border:1px solid #e5e5e5;color:#999;height:36px;min-width:250px;padding:0 15px;background:#fff}.top-right.box-meta3>ul>li>a{border:none;color:#fff;font-size:14px;padding:0}.top-right.box-meta3{border:none}.top-right.box-meta3>ul>li>a>i{margin:0}.top-right.box-meta3>ul>li>a.mycart-link .number-cart-total{left:3px;margin:0;top:-11px;font-size:12px}.top-right.box-meta3>ul>li{margin:0 8px}.top-right.box-meta3>ul{margin:0 -15px}.top-right.box-meta3 .info-user .inner-user-info{left:auto;right:0}.logo.logo3{text-align:center}.banner-slider.bg-slider.banner-slider3 .banner-info{background:rgba(255,255,255,.2);height:400px;padding-top:80px;width:600px}.banner-slider3 .owl-pagination{bottom:240px;left:0;position:absolute;width:100%}.banner-slider3 .owl-theme .owl-controls .owl-page span{background:#000}.banner-slider3 .owl-theme .owl-controls .owl-page.active span{background:#fff;height:20px;width:20px}.banner-bakground{position:relative;height:500px;background-repeat:no-repeat;margin:0 -15px}.banner-bakground .bnbg-text,.banner-bakground .hotdeal-countdown{transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.banner-bakground:hover .bnbg-text{transform:translateY(-93px) rotateX(360deg);-webkit-transform:translateY(-93px) rotateX(360deg)}.banner-bakground:hover .hotdeal-countdown{transform:translateY(125px) rotateX(360deg);-webkit-transform:translateY(125px) rotateX(360deg)}.banner-bakground.text-left{background-position:right top}.banner-bakground.text-right{background-position:left top}.banner-background1{background-image:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/home1/bn31.jpg)}.banner-background2{background-image:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/home1/bn32.jpg)}.banner-bakground .banner-info{max-width:585px;width:100%;height:200px}.list-banner-background{padding:0 15px;margin-bottom:92px}.banner-bakground.text-left .banner-info{left:auto}.banner-bakground.text-right .banner-info{right:auto}.hotdeal-countdown{display:inline-block;margin-bottom:17px;margin-top:-50px;width:272px}.hotdeal-countdown canvas{left:0;position:relative;top:71px;z-index:9}.hotdeal-countdown .time_circles>div{background:rgba(0,0,0,.7);border-radius:50%;color:#fff;display:inline-block;height:64px;margin:0 2px;padding-top:12px;text-align:center;width:64px!important}.hotdeal-countdown .number{display:block;font-size:16px;font-weight:700;margin-bottom:-4px}.hotdeal-countdown .text{color:#fff;font-size:10px;text-transform:uppercase}.post-leading3 img{width:100%}.banner-bakground .banner-info p{font-size:18px;margin:3px 0 19px}.banner-bakground .banner-info .shopnow{color:#fff;text-decoration:underline}.item-product.none-shadow{box-shadow:none;padding:0}.item-product.none-shadow .sale-label{top:10px;left:10px}.item-product.none-shadow .new-label{top:10px;right:10px}.product-slider3{margin-top:96px}.arrow-style3 .owl-buttons{left:50%;margin-left:-55px;position:absolute;top:-55px;width:109px}.arrow-style3 .owl-theme .owl-controls .owl-buttons div{background:#fff}.arrow-style3 .owl-theme .owl-controls .owl-buttons div i{display:none}.arrow-style3 .owl-theme .owl-controls .owl-buttons div{border:1px solid #e5e5e5;height:40px;opacity:1;width:55px}.owl-theme.arrow-style3 .owl-controls .owl-buttons div{background:#fff;border:1px solid #e5e5e5;height:40px;opacity:1;width:55px;color:#999}.owl-theme.arrow-style3 .owl-controls .owl-buttons div::after{bottom:0;font-family:fontawesome;left:0;line-height:38px;margin:auto;position:absolute;right:0;top:0;transform:rotateY(180deg);-webkit-transform:rotateY(180deg);opacity:0;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.owl-theme.arrow-style3 .owl-controls .owl-buttons div:hover::after{transform:rotateY(0);-webkit-transform:rotateY(0);opacity:1}.owl-theme.arrow-style3 .owl-controls .owl-buttons div:hover i{transform:rotateY(-180deg);-webkit-transform:rotateY(-180deg);opacity:0}.owl-theme.arrow-style3 .owl-controls .owl-buttons div.owl-prev::after{content:"\f0a8"}.owl-theme.arrow-style3 .owl-controls .owl-buttons div.owl-next::after{content:"\f0a9"}.owl-theme.arrow-style3 .owl-controls .owl-buttons div i{line-height:38px;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.owl-theme.arrow-style3 .owl-controls .owl-buttons div.owl-next{border-radius:0 6px 6px 0}.owl-theme.arrow-style3 .owl-controls .owl-buttons div.owl-prev{border-radius:6px 0 0 6px}.banner-parallax{position:relative;background-attachment:fixed;background-position:center center;background-repeat:no-repeat}.banner-parallax.bn-prl3{background-image:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/home1/prl3.jpg);height:800px;margin:53px 0 93px}.banner-parallax.bn-prl3 .banner-info .list-btn-banner{border:none;margin:0;padding:0;text-transform:uppercase}.banner-parallax.bn-prl3 .banner-info{top:190px;left:15px}.banner-parallax.bn-prl3 .banner-info .list-btn-banner .btn-rect{padding:0 40px}.banner-parallax.bn-prl3 .banner-info p{margin:18px 0 25px}.service3 .list-service2{margin-bottom:50px}.latest-news3{background:#f9f9f9;margin-bottom:0;margin-top:53px;padding-bottom:80px}.item-latest-post3.latest-post-leading3>h2{display:none;font-weight:700;margin:30px 0 20px;text-transform:uppercase}.latest-post-leading3 .latest-post-info3{margin-top:25px}.latest-post-info3>h3{font-size:13px;font-weight:700;margin:0 0 13px;text-transform:uppercase}.latest-post-info3>p{color:#666;margin:0}.latest-post3>h2{font-weight:700;margin:45px 0 50px;text-transform:uppercase}.list-latest-post3 .item-latest-post3{display:table;margin-bottom:30px;width:100%}.list-latest-post3 .item-latest-post3 .latest-post-thumb3{display:table-cell;width:170px}.list-latest-post3 .item-latest-post3 .latest-post-info3{display:table-cell;padding-left:20px;vertical-align:top}.latest-post3{padding-left:20px}.latest-post-leading3 .arrow-style3 .owl-buttons{bottom:25px;top:auto}.footer.footer-dark{background:#333}.footer.footer-dark .sub-title{color:#fff}.footer.footer-dark .download p{border-bottom-color:rgba(255,255,255,.1);color:#999}.footer.footer-dark .footer-nav .list-none>li a{color:#999}.footer.footer-dark .footer-nav .list-none>li a:hover{color:#fff}.footer.footer-dark .footer-bottom1,.footer.footer-dark .footer-nav{border-color:rgba(255,255,255,.1)}.footer.footer-dark .menu-footer.list-inline a{color:#999}.footer.footer-dark .menu-footer.list-inline a:hover{color:#fff}.footer.footer-dark .footer-nav li a,.footer.footer-dark .newsletter-footer>p,.footer.footer-dark .phone-number{color:#999}.footer.footer-dark .footer-nav li a:hover{color:#fff}.footer.footer-dark .footer-nav li a:hover::before{border-color:#fff;background:#fff}.logo.logo5{text-align:center}.main-header.main-header5{background:#fafafa}.top-header5 .top-left .currency-link,.top-header5 .top-left .language-link,.top-header5 .top-right>ul>li>a{border-color:rgba(0,0,0,.1);color:#fff}.top-header5 .top-right{border-color:rgba(0,0,0,.1)}.banner-info.adv-info-style1.white .desc,.banner-info.adv-info-style1.white .shopnow,.banner-info.adv-info-style1.white .title30{color:#fff}.info-content-right .banner-info.adv-info-style1{left:auto}.deal-adv .banner-info.adv-info-style1{height:200px}.deal-adv .banner-info.adv-info-style1 .hotdeal-countdown{margin-bottom:24px;margin-left:-5px}.list-adv5{margin:50px 10px 90px}.list-adv5 .banner-adv{margin:0 -10px 10px}.title-box5 .title18{color:#000;display:inline-block}.title-box5 .list-none{display:inline-block;margin:0 15px}.title-box5 .list-none li{display:inline-block;padding:0 18px;position:relative;text-transform:uppercase}.title-box5 .list-none li::after{background:#e5e5e5;content:"";height:14px;position:absolute;right:0;top:3px;transform:rotate(30deg);width:1px}.title-box5 .list-none li:last-child::after{display:none}.title-box5{margin-bottom:55px}.product-slider5 .arrow-style3 .owl-buttons{left:auto;right:0;top:-70px}.product-slider5 .item{margin:0 15px}.product-slider5{margin:0 -15px}.banner-adv.banner-zoom5{margin-bottom:95px;margin-top:55px}.banner-adv.banner-zoom5 .banner-info{height:140px;padding:0 50px}.banner-adv.banner-zoom5 .banner-info .list-btn-banner{border:none;margin:0;padding:0}.banner-adv.banner-zoom5 .banner-info .list-btn-banner a{padding:0 40px;text-transform:uppercase}.banner-adv.banner-zoom5 .banner-info p{margin:20px 0 25px}.brand-slider5{background:#e5e5e5;padding:50px 0}.brand-slider5 .brand-item{background:#fff;border:none;margin:0 15px}.brand-slider5 .brand-slider{margin:0 -15px}.about-testimonial.testimo5{margin:55px 0 100px;padding:80px 70px}.about-testimo-right{padding-left:70px;vertical-align:top}.testimo5 .about-testimo-slider .owl-controls{bottom:50px;left:210px;max-width:none;position:absolute;right:0;text-align:left}.testimo5 .about-testimo-slider .owl-controls .owl-pagination{margin:0 -10px}.header4{background:#000;position:static}.list-product-masonry{margin:0 -15px}.item-product-masonry{margin-bottom:30px;padding:0 15px;width:25%;text-align:center}.item-product-masonry .product-extra-link{position:static;width:auto;height:auto;margin-bottom:20px}.item-product-masonry .product-extra-link>a{transform:scale(0);-webkit-transform:scale(0);margin:0 5px;position:static}.item-product-masonry .product-info{height:160px;padding:0}.item-product-masonry .product-thumb:hover .product-extra-link>a{transform:scale(1);-webkit-transform:scale(1)}.item-product-masonry .product-rate{position:static;margin:auto;transform:rotateY(180deg);-webkit-transform:rotateY(180deg);opacity:0}.item-product-masonry .product-thumb:hover .product-rate{transform:rotateY(0);-webkit-transform:rotateY(0);opacity:1}.item-product-masonry .product-title a{color:#fff;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transform:scale(0);-webkit-transform:scale(0)}.item-product-masonry .product-thumb:hover .product-title a{transform:scale(1);-webkit-transform:scale(1)}.item-product-masonry .product-title{margin:17px 0 11px}.item-product-masonry .product-price ins{color:#fff;transform:scale(0);-webkit-transform:scale(0);display:inline-block;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.item-product-masonry .product-thumb:hover .product-price ins{transform:scale(1);-webkit-transform:scale(1)}.content-product4 .tab-content{position:relative}.content-product4 .tab-content>.tab-pane{display:block;opacity:0;visibility:hidden;position:absolute;top:0;left:0;width:100%}.content-product4 .tab-content>.tab-pane.active{position:relative;opacity:1;visibility:visible}.content-product4 .product-tab-loadmore{margin-bottom:50px}.newsletter.newsletter6{background-image:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/home1/bg-prl6.jpg)}.top-left.top-left6>div>a{border:none;padding-left:0}.top-right.box-meta6>ul>li>a{border:none;font-size:14px;padding:0}.top-right.box-meta6{border:none}.top-right.box-meta6>ul>li>a.mycart-link .number-cart-total{font-size:12px;left:2px;margin:0;top:-12px}.main-header6{padding:35px 0 30px}.header-nav6{border-top:1px solid #e5e5e5;padding:16px 0 6px}.banner-slider6.bg-slider .banner-info{border:2px dashed #f4f4f4;height:400px;padding-top:90px;width:700px}.product-box6{margin-bottom:53px}.banner-slider6{margin-bottom:100px}.banner-info.pos-top{height:auto;padding-top:95px}.list-adv6{margin-bottom:95px}.product-box6 .title-box5 .list-none{margin:0 -15px}.product-box6 .arrow-style3 .owl-buttons{left:auto;right:0}.product-box6 .product-slider3{margin-top:0}.product-box6 .title-box5{margin-bottom:40px}.item-latest-news.style2{position:relative}.item-latest-news.style2 .post-info{background:rgba(0,0,0,.2);bottom:0;left:0;padding:25px 20px;position:absolute;width:100%;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.item-latest-news.style2:hover .post-info{background:rgba(0,0,0,.9)}.item-latest-news.style2 .desc,.item-latest-news.style2 .post-comment-date,.item-latest-news.style2 .post-title a{color:#fff}.latest-news6{margin-top:45px}.banner-top7 .adv-thumb-link>img{margin:auto;max-width:990px}.banner-top7{background:#7b55a2}.latest-news7 .item-latest-news.style2{margin:0 0 30px}.latest-news7{margin-bottom:100px}.item-latest-news.style2 .post-info.none-desc .readmore{margin-top:15px}.left-mega-sale{height:270px;margin-top:80px;position:relative}.left-mega-sale .banner-info{color:#000;right:auto}.left-mega-sale .banner-info .title60 span{display:inline-block;font-size:30px;line-height:25px;margin-left:-15px;margin-top:12px;text-align:left;vertical-align:top;width:70px}.left-mega-sale .hotdeal-countdown{position:absolute;right:-100px;top:100px;transform:rotate(90deg);-webkit-transform:rotate(90deg);z-index:10}.left-mega-sale .hotdeal-countdown .time_circles>div{transform:rotate(-90deg);-webkit-transform:rotate(-90deg)}.banner-megesale{margin-bottom:95px}.product-box6.product-box7{background:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/home1/bg-prl7.jpg) center center no-repeat fixed rgba(0,0,0,0);padding:95px 0 55px;margin-bottom:100px}.item-product.item-product7{background:0 0}.item-product.item-product7 .product-price del,.item-product.item-product7 .product-price ins,.item-product.item-product7 .product-title a{color:#fff}.item-product.item-product7 .product-price del::after{background:#fff}.product-box7 .title-box1 .title30 span{color:#fff}.product-box7 .title-box1 .title30 span::after,.product-box7 .title-box1 .title30 span::before{background:#555}.product-box7 .title-box5 .list-none li a{color:#fff}.product-box7 .title-box5 .list-none li.active a{text-decoration:underline}.product-box7 .title-box5 .list-none li::after{background:#fff}.brand-slider5.brand-slider7.border-top{margin-bottom:0}.footer-dark2{background:#333;color:#999}.footer-dark2 .title-footer{color:#fff}.footer-dark2 .footer-menu-box .list-none>li a,.footer-dark2 .menu-footer.list-inline li a{color:#999}.footer-dark2 .footer-menu-box .list-none>li a:hover,.footer-dark2 .menu-footer.list-inline li a:hover{color:#fff}.footer-dark2 .footer-tags .list-inline>li a:hover{background:#fff}.footer-dark2 .footer-menu-box .list-none>li a:hover::before{border-color:#fff;background:#fff}.footer-dark2 .footer-tags .list-inline>li a{background:rgba(255,255,255,.1);border:none;color:#999}.footer-dark2 .logo-footer>a::after{background:rgba(255,255,255,.2)}.footer-dark2 .footer-bottom1{border-top-color:rgba(255,255,255,.2)}.item-service7 .service-icon a{border:3px solid #555;border-radius:50%;display:block;height:150px;margin:auto;position:relative;width:150px;background:#fff}.item-service7 .service-icon a::after{content:"";z-index:-1;background:#555;border-radius:50%;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.item-service7 .service-icon a:hover::after{transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0}.item-service7 .service-icon a img{z-index:9;margin:auto}.item-service7{padding:0 50px;text-align:center}.item-service7 .service-icon{margin-bottom:48px}.item-service7 .service-text h3 a{color:#000}.item-service7 .service-text .desc{color:#999;margin-top:8px}.intro-service7{margin:85px auto auto;max-width:800px}.intro-service7 p{color:#999;font-size:18px;font-style:italic;margin-bottom:40px}.list-service7{margin-bottom:95px}.intro-service7 .title14{color:#000}.banner-slider7{margin-bottom:100px}.slick-nav{background:#555;color:#fff;display:inline-block;font-size:30px;height:100px;line-height:100px;text-align:center;width:100px;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.slick-arrow{position:absolute;top:50%;margin-top:-50px;z-index:9;cursor:pointer}.slick-arrow.slick-prev{left:100px}.slick-arrow.slick-next{right:100px}.slick-next-img,.slick-prev-img{height:100px;width:100px;text-align:center;overflow:hidden;position:absolute;top:0;border:10px solid #fff}.slick-prev-img{left:100%}.slick-next-img{right:100%}.slick-next-img img,.slick-prev-img img{height:80px;width:auto;max-width:none;margin-left:-25px}.footer.footer-parallax{background-attachment:fixed;background-image:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/home1/footer-prl.jpg);background-repeat:no-repeat;background-position:center bottom}.header8.fixed-ontop{background:rgba(0,0,0,.9)}.banner-slider8.bg-slider .banner-info{height:200px;padding-top:40px}.header8{left:0;padding-top:50px;position:absolute;top:0;width:100%;z-index:9}.main-nav>ul>li.menu-item-has-childrent{position:relative}.main-nav.main-nav8>ul{background:#fff;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);left:0;opacity:0;position:absolute;top:100%;visibility:hidden;width:200px;margin-top:35px;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.main-nav.main-nav8>ul>li{display:block;padding:0 15px}.main-nav.main-nav8>ul>li .sub-menu{left:100%;top:0}.main-nav.main-nav8:hover>ul{opacity:1;visibility:visible;margin-top:5px}.main-nav.main-nav8>ul>li>a{border-bottom:1px solid #e5e5e5;padding:10px 0}.btn-menu-hover{border:1px solid #fff;border-radius:50%;color:#fff;display:inline-block;height:40px;line-height:40px;text-align:center;width:40px}.btn-menu-hover:hover{background:#fff}.top-right.box-meta8>ul>li>a{border:1px solid #fff;border-radius:50%;color:#fff;display:block;font-size:14px;height:40px;line-height:40px;margin:0 0 5px;padding:0;text-align:center;width:40px}.top-right.box-meta8>ul>li:hover>a{background:#fff}.top-right.box-meta8>ul>li>a>i{margin:0}.top-right.box-meta8,.top-right.box-meta8>ul{border:none}.top-right.box-meta8>ul>li>a.mycart-link .number-cart-total{font-size:12px;left:12px;margin:0;top:-12px}.logo.logo8{text-align:center}.list-adv8 .banner-adv{margin-bottom:30px}.list-adv8{margin-bottom:62px}.banner-info.pos-bottom{top:auto}.banner-info.adv-info-style2 .title30{display:inline-block;padding:4px 20px}.banner-info.adv-info-style2 p{font-size:18px;margin:0;padding:12px 20px;text-shadow:1px 0 2px rgba(0,0,0,.2)}.deal-slider8:hover{box-shadow:0 5px 5px 0 rgba(0,0,0,.1)}.deal-slider8{border:1px solid #e5e5e5;box-shadow:0 2px 5px 0 rgba(0,0,0,.1);margin-bottom:30px;padding:0 25px 20px;text-align:center;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.deal-slider8 .title14{padding:17px 0}.item-product8{margin:0 5px}.deal-slider8 .owl-theme .owl-controls .owl-buttons div{background:0 0;color:#999;height:auto;opacity:1;width:auto}.deal-slider8 .owl-theme .owl-controls .owl-buttons div.owl-next{right:-20px}.deal-slider8 .owl-theme .owl-controls .owl-buttons div.owl-prev{left:-20px}.list-deal-box8{margin-bottom:20px}.item-product8 .product-thumb .quickview-link{bottom:0;display:inline-block;height:40px;left:0;line-height:40px;margin:auto;padding:0;right:0;top:0;transform:scale(0);-webkit-transform:scale(0);width:40px}.item-product8 .product-thumb:hover .quickview-link{transform:scale(1);-webkit-transform:scale(1)}.item-product8 .product-thumb .quickview-link:hover i{transform:scale(1.5);-webkit-transform:scale(1.5)}.item-blog9{background:#969696;position:relative}.item-blog9 .post-thumb{width:50%}.item-blog9 .post-info{bottom:0;height:230px;left:50%;margin:auto;max-width:585px;padding:0 70px;position:absolute;right:auto;top:0;width:50%}.item-blog9 .post-title a{color:#fff;font-size:30px}.item-blog9 .desc,.item-blog9 .post-comment-date{color:#fff}.item-blog9 .btn-rect{background:#fff;color:#555;margin-top:40px;padding:0 30px;text-transform:uppercase}.top-header.top-header9{background:#333}.top-header9 .top-left>div>a,.top-header9 .top-right>ul>li>a{border-color:rgba(0,0,0,.1);color:#fff}.top-header9 .top-right{border-color:rgba(0,0,0,.1)}.header9.bg-color{padding:30px 0 20px}.header9.bg-color .register-box .link-signin:hover{color:#555;background:#fff}.banner-slider9.bg-slider .banner-info{background:rgba(255,255,255,.7);color:#000;height:320px;padding-top:50px;width:830px}.long-arrow.owl-theme .owl-controls .owl-buttons div i{display:none}.long-arrow.owl-theme .owl-controls .owl-buttons div{opacity:1;border-radius:50%;width:40px;height:40px;margin-top:-20px;font-size:30px;overflow:hidden}.long-arrow.owl-theme .owl-controls .owl-buttons div::after{font-family:fontAwesome;position:absolute;top:5px}.long-arrow.owl-theme .owl-controls .owl-buttons div.owl-prev::after{content:"\f177";right:0}.long-arrow.owl-theme .owl-controls .owl-buttons div.owl-next::after{content:"\f178";left:0}.banner-slider9 .owl-buttons{margin:auto;max-width:870px;position:relative;width:100%}.banner-slider9 .owl-controls{left:0;position:absolute;top:50%;width:100%}.box-intro9 .title30{color:#000;margin-bottom:17px}.our-service9{margin-top:92px}.box-intro9{margin-bottom:10px}.item-service2.style2{margin:auto;max-width:270px;text-align:center}.item-service2.style2 .service-icon{margin:auto auto 20px}.item-service2.style2 .service-info{padding:0}.list-service9{margin-bottom:57px}.product-main .banner-info{max-width:500px;padding:65px 70px;right:auto}.product-main .banner-info .title30{margin:35px 0 10px}.product-main .banner-info .desc{margin:5px 0 43px}.product-main .banner-info .btn-rect{padding:0 35px;text-transform:uppercase}.list-product9{margin:43px 0 10px}.product-main{margin-bottom:30px}.desc-pro9{margin:auto auto 100px;max-width:800px}.desc-pro9 .btn-rect{margin-top:43px;padding:0 40px}.adv-slider9 .banner-info{left:auto;min-width:430px;padding-right:50px}.adv-slider9 .owl-theme .owl-controls .owl-buttons div.owl-prev{left:-20px}.adv-slider9 .owl-theme .owl-controls .owl-buttons div.owl-next{right:-20px}.wrap-adv9{background:#f6f6f6;margin-bottom:92px}.ourblog-slider9{margin-top:35px}.newsletter.newsletter9{background:#fff}.newsletter.newsletter9 .newsletter-form label{color:#000}.newsletter.newsletter9 .newsletter-form input[type=text]{border:1px solid #e5e5e5}.newsletter.newsletter9 .newsletter-form form{padding-right:96px}.brand-item.border{border:1px solid #e5e5e5}.brand-slider5.border-top{background:#f9f9f9;margin-bottom:-50px}.brand-slider5.border-top .brand-slider{border:none}.item-blog9 .btn-rect:hover{background:#555;color:#fff}.top-header.top-header10{background:#fff;border-bottom:1px solid #e5e5e5}.list-adv10{padding:0 15px}.banner-slider10.bg-slider .banner-info{height:400px}.banner-slider10.bg-slider .banner-info .container{height:100%}.banner-slider10 .banner-info-image{left:0;right:auto}.banner-slider10 .banner-info-text{padding-left:400px}.list-adv10 .banner-adv{margin:0 -15px 40px}.list-adv10 .banner-info{padding:0 70px}.banner-info.pos-right{left:auto}.hotdeal-countdown.clock-countdown .time_circles>div>span.text,.hotdeal-countdown.clock-countdown canvas{display:none}.hotdeal-countdown.clock-countdown .time_circles>div{background:0 0;border-radius:0;color:#333;height:auto;padding:0;width:auto!important}.hotdeal-countdown.clock-countdown{background:#fff;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);margin:auto;padding:10px 20px 10px 60px;width:210px;position:relative;text-align:left;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.hotdeal-countdown.clock-countdown::before{content:"\f251";font-family:fontawesome;position:absolute;left:35px;top:12px;color:#555}.product-slider10{padding:0 40px;margin-top:32px;margin-bottom:82px}.product-slider10 .item-product{margin:0 15px}.product-slider10 .item-product:hover .hotdeal-countdown.clock-countdown{opacity:0;visibility:hidden}.product-slider10 .item-product-deal10 .clock-countdown{margin-bottom:28px;height:40px}.product-slider10 .item-product-deal10 .product-info{margin-top:-40px;padding-top:0;position:relative}.hotdeal-countdown.clock-countdown .number{font-size:14px;font-weight:400;margin:0}.hotdeal-countdown.clock-countdown .number::after{content:":";margin:0 0 0 5px}.hotdeal-countdown.clock-countdown .time_circles>div:last-child .number::after{display:none}.product-slider10 .long-arrow.owl-theme .owl-controls .owl-buttons div{margin-top:-60px}.product-slider10 .long-arrow.owl-theme .owl-controls .owl-buttons div.owl-prev{left:-30px}.product-slider10 .long-arrow.owl-theme .owl-controls .owl-buttons div.owl-next{right:-30px}.top-banner-prl{background:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/home1/bg-prl11.jpg) center center no-repeat fixed rgba(0,0,0,0);padding:40px 0 50px}.deal-palallax{float:right;width:440px;margin-top:-107px}.product-type-slider.brand-slider .owl-buttons{right:15px}.deal-palallax .time_circles>div{border-radius:50%;display:inline-block;height:94px;margin:0 8px;padding-top:15px;text-align:center;width:94px!important}.deal-palallax .time_circles>div>.number{display:block;font-size:30px;font-weight:700;margin-bottom:-5px}.deal-palallax .time_circles>div>.text{color:#fff}.deal-palallax .time_circles>canvas{transform:translateY(107px);-webkit-transform:translateY(107px)}.text-extra-deal p{margin:0}.top-extra-deal li{display:inline-block;vertical-align:middle}.top-extra-deal li .btn-rect{margin-left:80px;padding:0 30px}.top-extra-deal li .btn-rect:hover{background:#fff;color:#555}.top-extra-deal{margin-top:15px}.close-top-deal{color:#fff;position:absolute;right:-50px;top:-30px;font-size:18px}.text-extra-deal .title40{font-weight:400;margin:0 -3px}.banner-slider11 .banner-info-text{left:40px}.banner-slider11 .banner-info-image{top:100px;right:50px}.product-slider11{margin-top:50px}.deal-slider11 .owl-buttons,.latest-newslider .owl-buttons,.newpro-slider11 .owl-buttons,.product-slider11 .owl-buttons{position:absolute;right:0;top:-160px;width:90px}.banner-slider .bn-label{display:inline-block;font-weight:700;height:30px;line-height:30px;margin-bottom:10px;padding:0 15px;text-transform:capitalize}.banner-slider11 .owl-carousel .owl-wrapper-outer{margin:0;padding:0}.banner-slider11 .owl-theme .owl-controls .owl-page span{background:#e5e5e5;border-radius:0;height:1px;margin:0 3px;width:100px}.banner-slider11 .owl-theme .owl-controls .owl-page.active span{height:3px}.banner-slider11 .owl-pagination{margin-top:18px}.banner-slider11{margin-bottom:40px}.item-adv11 .banner-info.adv-info-bg{height:auto;padding:25px 35px}.banner-adv.item-adv11 .banner-info .title30{margin:-17px 0 10px}.item-adv11 .banner-info.pos-top{padding:40px}.banner-adv.item-adv11{margin-bottom:30px}.list-service11{margin:0 15px 92px}.list-service11 .item-service11{margin:0 -15px 0 -16px}.list-service11 .item-service11 .item-service2{padding-right:50px}.product-bestsale11 .title30{color:#333;margin-bottom:45px}.nav-tabs-icon{border-bottom:1px solid #e5e5e5;text-align:center}.nav-tabs-icon>ul{margin-bottom:-1px}.nav-tabs-icon>ul>li>a{background:#fff;border:1px solid #e5e5e5;display:block;height:60px;line-height:60px;padding:0 40px;position:relative;text-transform:uppercase}.nav-tabs-icon>ul>li>a>img{margin-right:15px;filter:grayscale(100%);-webkit-filter:grayscale(100%);transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.nav-tabs-icon>ul>li.active>a{border-bottom-color:#fff}.nav-tabs-icon>ul>li.active>a>img,.nav-tabs-icon>ul>li>a:hover>img{filter:grayscale(0);-webkit-filter:grayscale(0)}.nav-tabs-icon>ul>li>a::after{position:absolute;top:-1px;left:-1px;right:-1px;height:3px;content:"";transform:scaleX(0);-webkit-transform:scaleX(0);transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.deal-product-box11{background:#f4f4f4;margin-bottom:90px;margin-top:35px;padding-bottom:100px;padding-top:90px}.deal-product-box11 .title30{color:#333;margin-bottom:45px}.deal-gallery{background:#fff;margin-right:-30px;padding:15px}.deal-gallery .product-thumb-link img{transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.deal-info11{padding-left:50px;padding-top:30px}.deal-product-box11 .deal-info11 .title30{color:#555;margin:0 0 10px;text-transform:inherit}.deal-product-box11 .deal-info11 .product-price{margin-bottom:14px}.deal-control,.deal-product-box11 .deal-info11 .product-rate{margin-bottom:30px}.deal-control>ul{margin:0 -3px}.deal-control>ul>li{display:inline-block;margin:0 3px}.deal-control>ul>li>a{border:1px solid #e5e5e5;display:block;width:50px}.store-process{background:#fff;border-radius:5px;height:10px;margin-top:60px;position:relative}.percent-store{border-radius:5px;height:10px}.deal-master11{background:#fff;margin-bottom:30px;margin-top:30px;padding:5px 20px}.store-process .product-instock.product-sold{left:0;right:auto}.store-process .product-instock{bottom:30px;position:absolute;right:0}.product-extra-link11{margin:0 -15px}.product-extra-link11>a.addcart-link{background:#555;border-radius:6px;color:#fff;height:40px;line-height:40px;padding:0 35px;text-transform:uppercase}.product-extra-link11>a{display:inline-block;margin:0 15px;vertical-align:middle}.product-extra-link11>a>i{margin-right:10px}.countdown-master .flip-clock-divider .flip-clock-label{display:none}.countdown-master{display:inline-block;margin:0;width:auto;vertical-align:middle}.countdown-master.flip-clock-wrapper ul{background:0 0;float:left;margin:0 -4px;width:30px;height:30px;border-radius:4px}.countdown-master.flip-clock-wrapper .flip{box-shadow:none}.countdown-master.flip-clock-wrapper ul li{line-height:30px;width:30px}.countdown-master.flip-clock-wrapper ul li a div div.inn{font-size:18px;color:#fff600;background:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/icons/bg-time.png) center center repeat-x #333;border-radius:4px}.countdown-master.flip-clock-wrapper ul li a div.down{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.countdown-master .flip-clock-divider{height:30px;width:10px}.countdown-master .flip-clock-dot{background:#333;box-shadow:none;height:2px;left:0;width:2px}.countdown-master .flip-clock-dot.top{top:10px}.countdown-master .flip-clock-dot.bottom{bottom:10px}.deal-slider11 .owl-buttons{top:-50px}.latest-newslider .owl-buttons,.newpro-slider11 .owl-buttons{top:-50px;right:15px}.new-product11 .title30{color:#333;margin-bottom:45px}.newpro-slider11 .item-product{margin:0 15px}.newpro-slider11{margin:0 -15px}.new-product11{margin-bottom:75px}.post-thumb-link>img{width:100%;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.latest-news11 .title30{color:#333;margin-bottom:45px}.item-latest-news.style2 .readmore:hover{color:#fff}.item-latest-news.style2 .post-thumb-link::after{display:none}.item-latest-news.style2:hover .post-thumb-link>img{transform:scale(1.15);-webkit-transform:scale(1.15)}.item-latest-news.style2 .readmore{color:#555;background:#fff;padding:0 30px;margin-top:23px}.item-product-type .product-thumb{width:70px}.item-product-type .product-info{padding-left:20px;padding-top:0;text-align:left;vertical-align:top}.box-product-type{padding:27px 30px 30px}.item-product-type.table{border-bottom:1px solid #e5e5e5;margin-bottom:20px;padding-bottom:20px}.item-product-type.table:last-child{border:none;margin:0;padding:0}.box-product-type .title16{margin-bottom:27px;color:#1b1d1f}.item-product-type .product-price{margin-bottom:10px}.list-product-type11{margin-bottom:97px;margin-top:100px}.product-type-slider .owl-buttons{position:absolute;right:0;top:-29px;width:50px}.product-type-slider .long-arrow.owl-theme .owl-controls .owl-buttons div{font-size:14px;height:20px;width:20px}.product-type-slider .long-arrow.owl-theme .owl-controls .owl-buttons div::after{top:2px}.list-brand11 .title16{margin-bottom:27px}.list-brand11 .brand-slider{border:none}.list-brand11 .brand-slider .brand-item{margin:0 15px}.list-brand11 .brand-slider{margin:0 -15px}.list-brand11{margin-bottom:50px}.header9.bg-dark{background:#000;padding:30px 0 20px}.banner-list-cat{position:absolute;top:60px;z-index:1;width:270px;background:#fff;box-shadow:0 5px 5px 0 rgba(0,0,0,.1)}.list-service11.list-service12{margin-bottom:50px}.banner-list-cat .title18{padding:15px 20px}.banner-list-cat .title18 i{margin-right:10px}.inner-list-cat>ul>li>a{border-bottom:1px dashed #e5e5e5;display:block;margin:0 20px;padding:9px 0 10px}.inner-list-cat>ul.static-list-link>li>a{font-weight:700}.inner-list-cat>ul.list-total-cat>li.has-sub-cat{position:relative}.inner-list-cat>ul.list-total-cat>li.has-sub-cat .sub-cat{background:#fff;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);left:100%;padding:10px 20px;position:absolute;top:0;width:270px;margin-top:30px;opacity:0;visibility:hidden;transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.inner-list-cat>ul.list-total-cat>li.has-sub-cat:hover>.sub-cat{opacity:1;visibility:visible;margin-top:0}.inner-list-cat>ul.list-total-cat>li.has-sub-cat .sub-cat li a{border-bottom:1px dashed #e5e5e5;display:block;padding:10px 0}.inner-list-cat>ul.list-total-cat>li.has-sub-cat .sub-cat li:last-child a{border:none}.inner-list-cat>ul.list-total-cat>li:last-child>a{border:none}.inner-list-cat{padding:10px 0}.inner-list-cat>ul.list-total-cat>li.has-sub-cat>a{position:relative}.inner-list-cat>ul.list-total-cat>li.has-sub-cat>a::after{content:"";font-family:fontawesome;position:absolute;right:0;top:11px}.banner-has-catrgory .banner-info-text{left:330px}.banner-has-catrgory .banner-info-image{right:-50px}.box-product-type.shadow-box{box-shadow:0 5px 5px 0 rgba(0,0,0,.1);padding:17px 30px 20px}.box-product-type.shadow-box .product-type-slider{margin:0 -15px}.box-product-type.shadow-box .product-type-slider .item{margin:0 15px}.box-product-type.shadow-box .title16{border-bottom:1px solid #e5e5e5;margin-bottom:20px;padding-bottom:18px}.product-slider-box12 .item-product{border-radius:0;margin:0 5px}.product-slider-box12{margin:0 -5px 33px}.product-slider-box12 .owl-wrapper-outer{margin-bottom:-20px;margin-top:-5px;padding-bottom:20px;padding-top:5px}.banner-adv12 .banner-info h2{margin:0}.banner-adv12 .banner-info h2 span{font-size:14px;margin:0 15px}.banner-adv12 .banner-info{height:65px;padding:0 60px}.title16.title-box12{margin-bottom:20px;margin-top:23px;padding-bottom:18px}.product-slider-box12 .long-arrow.owl-theme .owl-controls .owl-buttons div{font-size:14px;height:20px;width:20px}.product-slider-box12 .long-arrow.owl-theme .owl-controls .owl-buttons{position:absolute;right:5px;top:-37px;width:50px}.product-slider-box12 .long-arrow.owl-theme .owl-controls .owl-buttons div::after{top:1px}.product-box12{margin-bottom:47px}.product-tab12 .title16{margin-bottom:18px}.product-tab12 .title-tab1{margin-bottom:20px}.product-tab-slider12 .owl-wrapper-outer{margin-bottom:-20px;margin-top:-5px;padding-bottom:20px;padding-top:5px}.product-tab-slider12 .item-product{margin:0 15px;border-radius:0}.product-tab-slider12{margin:0 -15px}.product-tab12{margin-bottom:50px}.product-tab-slider12 .long-arrow.owl-theme .owl-controls .owl-buttons div{font-size:14px;height:20px;width:20px}.product-tab-slider12 .long-arrow.owl-theme .owl-controls .owl-buttons{position:absolute;right:15px;top:-27px;width:50px}.product-tab-slider12 .long-arrow.owl-theme .owl-controls .owl-buttons div::after{top:1px}.shadow-box .owl-pagination{position:absolute;right:10px;top:-55px}.shadow-box .owl-pagination .owl-page span{background:#e5e5e5;margin:0 5px}.shadow-box .owl-pagination .owl-page.active span{background:#000}.box-product-type.shadow-box .btn-rect{background:#fff;color:#555;display:block;margin:23px auto auto;max-width:240px;text-align:center;width:100%}.product-slider-box12.blog-slider12{margin:0 -15px}.product-slider-box12.blog-slider12 .long-arrow.owl-theme .owl-controls .owl-buttons{right:15px}.item-blog12 .item-latest-news:first-child{margin-bottom:35px}.hotdeal-slider12 .hotdeal-countdown.clock-countdown{display:block;margin:-39px auto auto}.item-product-deal12 .product-extra-link{height:auto;margin:16px 0 0;position:static;width:auto}.item-product-deal12 .product-extra-link>a{border:1px solid #e5e5e5;margin:0 5px;opacity:1;position:static;transform:none;visibility:visible}.item-product.none-shadow.item-product-deal12{margin:0 15px}.hotdeal-slider12{margin:0 -15px}.brand-slider5.brand-slider12{background:#fff;margin-top:-25px;padding-top:0}.brand-slider5.brand-slider12 .brand-slider{border:none}.newsletter.newsletter12{background-image:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/home1/prl12.jpg)}.content-top13{background:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/home1/bg-slider13.jpg) center top no-repeat rgba(0,0,0,0);margin-bottom:45px;padding-top:30px}.content-cat-hover-dir{padding:30px;text-align:center}.inner-cat-hover-dir{position:relative;height:100%}.text-hover-dir{padding:0 30px;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;height:160px}.list-cat-hover-dir{margin:0 -15px 55px}.list-cat-hover-dir .item{margin:0 15px}.content-cat-hover-dir .title18{margin-bottom:35px;position:relative}.content-cat-hover-dir .title18::after{background:#fff;bottom:-20px;content:"";height:2px;left:50%;margin-left:-25px;position:absolute;width:50px}.item-cat-hover-dir .btn-rect{background:#fff;border-radius:4px;color:#555;margin-top:16px;padding:0 25px}.title-tab2>ul>li{display:inline-block;margin:0 25px}.title-tab2>ul>li>a{text-transform:uppercase}.title-tab2{margin-bottom:45px}.paginumber-slider .owl-theme .owl-controls .owl-page span{background:#fff;border:1px solid #e5e5e5;color:#555;font-size:14px;font-weight:700;height:40px;line-height:40px;padding:0;width:40px}.paginumber-slider .owl-theme .owl-pagination{margin-top:20px}.product-tab-paginav{margin-bottom:45px}.paginumber-slider .list-product1{padding:5px 10px}.paginumber-slider{margin:-5px -10px}.banner-adv13{margin:50px 0}.adv-info-text-shadow{height:100px}.adv-info-text-shadow h2{margin:0 0 8px;text-shadow:0 5px 5px rgba(0,0,0,.1)}.adv-info-text-shadow .shopnow{color:#fff;text-shadow:0 5px 5px rgba(0,0,0,.1)}.adv-info-text-shadow .shopnow:hover{text-decoration:underline}.arrow-style14 .owl-controls{position:absolute;top:-65px;width:109px}.title-box1.style2 .title30 span{padding-right:150px}.owl-theme.arrow-style14 .owl-controls .owl-buttons div{background:#fff;border:1px solid #e5e5e5;color:#999;height:40px;opacity:1;width:55px}.owl-theme.arrow-style14 .owl-controls .owl-buttons div i{line-height:40px}.owl-theme.arrow-style14 .owl-controls .owl-buttons div.owl-next{border-radius:0 6px 6px 0}.owl-theme.arrow-style14 .owl-controls .owl-buttons div.owl-prev{border-radius:6px 0 0 6px}.main-nav.main-nav14{float:right;margin-right:50px}.header14{background:#fff;box-shadow:0 2px 3px 0 rgba(0,0,0,.1);padding:30px 0 20px;position:relative;z-index:10}.banner-page14{height:800px;background:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/home1/banner14.jpg) center center no-repeat fixed}.text-info-special{color:#333;text-transform:uppercase}.banner-page14 .banner-info{height:270px}.text-info-special .title60{margin:-2px 0}.text-info-special .title18{margin-top:12px}.text-info-special .btn-rect{margin-top:45px;padding:0 25px}.banner-page14{margin-bottom:100px}.item-message-box.table{background:#fff;border:1px solid #e5e5e5;margin-bottom:30px;padding:30px}.item-message-box.table .message-icon{width:60px}.item-message-box.table .message-text{vertical-align:top;padding-left:20px}.item-message-box.table .message-text h3{font-size:14px;text-transform:uppercase;margin:5px 0 20px}.box-intro14{background:url(//futbolitosmexico.com/movil/wp-content/themes/lucky/assets/css/images/home1/bg-bn14.jpg) center top no-repeat rgba(0,0,0,0);margin-bottom:95px;padding-bottom:180px}.list-message-box{margin-bottom:180px}.text-mega-sale{background:rgba(230,189,68,.9);margin:auto;max-width:670px;padding:45px 0}.hotcat-slider14{margin:0 -15px 95px}.wrap-meta-menu .top-right.box-meta6{float:right}.item-hotcat14{margin:0 15px;position:relative}.item-hotcat14 .hotcat-info{background:rgba(0,0,0,.9);bottom:0;left:0;padding:15px 15px 20px;position:absolute;right:0;text-align:center;transform:translateY(100%);-webkit-transform:translateY(100%);transition:all .5s ease-out 0s;-webkit-transition:all .5s ease-out 0s}.item-hotcat14:hover .hotcat-info{transform:translateY(0);-webkit-transform:translateY(0)}.item-hotcat14 .hotcat-info .title18 a{color:#fff}.item-hotcat14 .hotcat-info .title18{margin-bottom:40px;position:relative}.item-hotcat14 .hotcat-info .title18::after{background:#fff;bottom:-20px;content:"";height:2px;left:50%;margin-left:-25px;position:absolute;width:50px}.item-hotcat14 .hotcat-info .btn-rect{background:#fff;border-radius:4px;color:#555;padding:0 25px}.latest-newslider14{margin:0 -15px 100px}.product-slider14 .item-product{margin:0 15px 30px}.product-slider14{margin:0 -15px 65px}.banner-info-text{left:15px}@media screen and (-webkit-min-device-pixel-ratio:0){.hotdeal-countdown canvas{top:70px}.item-test-about p{margin:38px 0 5px}.product-slider-box12 .long-arrow.owl-theme .owl-controls .owl-buttons div::after,.product-tab-slider12 .long-arrow.owl-theme .owl-controls .owl-buttons div::after,.product-type-slider .long-arrow.owl-theme .owl-controls .owl-buttons div::after{top:3px}}.alignleft {
display: inline;
float: left;
}
.alignright {
display: inline;
float: right;
}
.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
clear: both;
margin-top: 0.4em;
margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2em;
}
figure,
.sv-default img{
max-width: 100%;
height: auto;
}
.sv-default #st-map img{
max-width: none;
height: inherit;
} .gallery {
margin-bottom: 20px;
}
.gallery-item {
float: left;
margin: 0 4px 4px 0;
overflow: hidden;
position: relative;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 48%;
max-width: -webkit-calc(50% - 4px);
max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
max-width: 32%;
max-width: -webkit-calc(33.3% - 4px);
max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
max-width: 23%;
max-width: -webkit-calc(25% - 4px);
max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
max-width: 19%;
max-width: -webkit-calc(20% - 4px);
max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
max-width: 15%;
max-width: -webkit-calc(16.7% - 4px);
max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
max-width: 13%;
max-width: -webkit-calc(14.28% - 4px);
max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
max-width: 11%;
max-width: -webkit-calc(12.5% - 4px);
max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
max-width: 9%;
max-width: -webkit-calc(11.1% - 4px);
max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
clear: left;
}
.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0;
left: 0;
text-align: left;
width: 100%;
}
.gallery-caption:before {
content: "";
height: 100%;
min-height: 49px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.gallery-item:hover .gallery-caption {
opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.gallery:before{
content: "";
display: table;
}
.gallery:after{
clear: both;
}
.gallery:before, .gallery:after{
content: "";
display: table;
} .widget_calendar table {
width: 100%;
}
.widget_calendar table caption {
background-color: #eee;
text-align: center;
padding: 8px 10px;
font-weight: 700;
}
.widget_calendar table th {
background-color: #eee;
border: 1px solid #ddd;
text-align: center;
line-height: 2em;
}
.widget_calendar table td {
border: 1px solid #eee;
text-align: center;
font-size: 14px;
line-height: 2em;
}
.widget_calendar table tbody td a {
color: #ffd34e;
}
.widget_calendar table tfoot td {
border: 0;
padding: 0;
}
.widget_calendar table tfoot td#prev {
text-align: left;
}
.widget_calendar table tfoot td#next {
text-align: right;
}
.widget_calendar table tfoot a {
display: inline-block;
background-color: #555;
color: #fff;
padding: 3px 15px;
}
.widget_calendar table tfoot a:hover {
background-color: transparent;
color: #555;
}
.sticky{
display: inline-block;
}
.sv-default ul{
list-style-type: square;
margin: 0px 0px 0px 30px;
}
.sv-default ol{
list-style-type: decimal;
margin: 0px 0px 0px 30px;
}
.sv-default ul,.sv-default ol{
line-height: 1.5;
}
.widget select{
width: 100%;
max-width: 100%;
height: 34px;
}
.post-video iframe{
width: 100%;
height: 500px;
border: none;
}
.blog-item iframe{
width: 100%;
border: none;
}
.single .post-thumbnail,
.single .post-thumbnail img{ height: auto;
}
.single .post-thumbnail{
width: 100%;
text-align: center;
}
.bypostauthor,
.screen-reader-text,
.wp-caption-text{
display: block;
} .navbar{
margin-bottom:0;
}
.leave-comments {
padding: 0 15px;
}
blockquote {
background: #fafafa none repeat scroll 0 0;
}
table {
border-collapse: collapse;
}
table, th, td {
border: 1px solid #eaeaec;
padding:5px;
}
.sv-default .comments-area.comments {
padding: 0 15px;
}
.avatar.photo {
float: left;
margin-right: 15px;
}
.inner-left.inner-right .widget ul li {
color: #666;
}
.menu-all-pages-container {
border: 1px solid #eaeaec;
padding: 0 15px;
}
.widget .textwidget select option {
overflow: hidden;
text-overflow: ellipsis;
width: 170px;
}
.widget select option {
padding: 2px 5px;
}
.st-default ,.widget {
margin-bottom: 15px;
}
.comments-area.comments ol.comments{
list-style:none;
margin:0;
}
.comments-area.comments ol.comments .comment-content ul{
list-style-type:square;
margin:0 0 0 30px;
}
.comments-area.comments ol.comments .comment-content ol{
list-style-type:decimal;
margin:0 0 0 30px;
}
.comments-area.comments ol.comments li{
margin-bottom:5px;
}
.screen-reader-text {
margin: 10px 0;
}
.page-links span{
border: 1px solid #bebebe;
padding: 5px 10px;
}
.page-links >span{
color:#ff9677;
}
.post-password-form input[type="password"]{
height:30px;
border:1px solid #eaeaec;
padding:0 5px;
}
.post-password-form input[type="submit"]{
border:none;
background:#666;
color:#fff;
height:30px;
padding:0 15px;
line-height:30px;
}
.post-password-form input[type="submit"]:hover{
background:#ff9677;
}
.widget ul.sub-menu,
.widget ul.children {
padding-left: 15px;
margin-top: 5px;
}
.blog-page-default .inner-left {
border-top: none;
}
.blog-page-default .inner-left .widget ul {
list-style: none;
margin: 0;
}
.blog-page-default .inner-left .widget ul li{
padding: 10px 0;
}
.blog-page-default .inner-left .widget ul li a {
color: #666;
transition: none 0s ease 0s ;
}
.blog-page-default .inner-left .widget ul li a:hover {
color: #ff9677;
transition: none 0s ease 0s ;
}
.comment-form .btn-submit:hover{
background:#FFA200;
color:#fff;
transition: all 0.5s ease 0s ;
}
.comment-form .btn-submit {
background: #ff9677 none repeat scroll 0 0;
border-radius: 0;
color: #fff;
font-weight: 400;
height: 40px;
line-height: 40px;
padding: 0 20px;
transition: all 0.5s ease 0s;
}
.form-control {
border-radius: 0;
}
.comment-form .controls a{
color:#000;
}
.comment-form .controls a:hover{
color: #ff9677;
}
.widget_calendar table tfoot a:hover {
background-color: #ff9677;
color:#fff;
}
.blog-page-default .comments ol {
list-style:none;
margin: 0px;
}
.blog-page-default .comments ul {
list-style:none;
margin: 15px 0 0 30px;
}
.blog-page-default .comments  img.avatar {
float: left;
height: auto;
margin-right: 15px;
max-width: 64px;
width: 100%;
}
.widget .search-widget .btn-search {
position: absolute;
right: 0;
top: 0;
}
.widget .search-widget {
padding-right: 75px !important;
position: relative;
}
.widget .search-widget .form-group {
margin-bottom: 0;
}
.widget .tagcloud {
border: 1px solid #eaeaec;
padding: 15px;
}
.widget .btn-submit {
background: #ff9677 none repeat scroll 0 0;
border-radius: 0;
color: #fff;
}
.widget .widget-title {
margin: 0 0 25px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
color: #1b1d1f;
}
.widget ul{
margin: 0;
}
.widget ul li {
border-bottom: 1px solid #e5e5e5;
padding: 8px 0;
}
.widget ul li:first-child {
padding-top: 0;
}
.widget ul li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.widget .search-widget .form-control {
box-shadow: none;
margin-bottom: 0;
}
.form-control {
box-shadow: none;
}
.widget .btn-submit:hover{
background:#FFA200;
color:#fff;
}
.comment-edit-link, .comment-reply-link {
color: #19ca5c;
}
.error-404 .search-widget .form-group{
display:inline-block;
max-width:300px;
vertical-align:top;
}
.error-404 .search-widget .btn-search{
border-radius:0;
display:inline-block;
color:#fff;
background: #555;
}
.error-404 .search-widget .btn-search:hover{
background: #ff9677
}
.widget input,select,textarea{
border-color: #e5e5e5;
}.breadcrumb >ul,
.breadcrumb >ul > li{
display: inline-block;
}
.liked{
color: #ff0000;
}
[data-icon]:before { content: attr(data-icon); }
[data-icon]:before,
.icon-gear:before,
.icon-like:before,
.icon-unlike:before {
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.icon-like:before { content: "\f004"; }
.icon-unlike:before { content: "\f08a"; }
.icon-gear:before { 
content: "\f013";
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% { 
-moz-transform: rotate(0deg); 
}
100% { 
-moz-transform: rotate(359deg); 
}
}
@-webkit-keyframes spin {
0% { 
-webkit-transform: rotate(0deg); 
}
100% { 
-webkit-transform: rotate(359deg); 
}
}
@-o-keyframes spin {
0% { 
-o-transform: rotate(0deg); 
}
100% { 
-o-transform: rotate(359deg); 
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
a.sv-post-like {
font-weight: normal;
display: inline-block;
width: auto;
-moz-transition: all 0.3s ease-out 0.2s;
-webkit-transition: all 0.3s ease-out 0.2s;
-o-transition: all 0.3s ease-out 0.2s;
}
a.sv-post-like.liked { 
color: #da1b1b; 
}
a.sv-post-like:hover,
a.sv-post-like:active,
a.sv-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
color: #000;
}
@-o-keyframes spin {
0% { 
-o-transform: rotate(0deg); 
}
100% { 
-o-transform: rotate(359deg); 
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} .header .vc_row[data-vc-full-width]{
overflow: inherit !important;
}
.remove-hidden.vc_row[data-vc-full-width]{
overflow: inherit !important;
}
.vc_row.vc_row-no-padding .wpb_column {
padding-left: 0;
padding-right: 0;
}
.logo h1{
text-transform: uppercase;
margin: 0;
font-weight: bold;
color: #ff9677;
font-size: 30px;
}
ul.page-numbers{
margin: 0 0 0 30px;
float: right;
padding-left: 0;
list-style: none;
}
ul.page-numbers li{
display: inline-block;
}
ul.page-numbers li > span.current, ul.page-numbers li > a:hover {
background-color: #555;
border-color: #555;
color: #fff;
}
ul.page-numbers li > a,
ul.page-numbers li > span{
border: 1px solid #e5e5e5;
color: #1b1d1f;
display: block;
height: 36px;
line-height: 36px;
text-align: center;
transition: all .5s ease-out 0s;
width: 36px;
display: block;
}
.st-default{
margin-bottom: 50px; }
ol.comments .comment > ul.children{
padding-left: 85px;
margin-bottom: 30px;
}
.top-left li > ul {
background: #fff;
border: 1px solid #e5e5e5;
box-shadow: -1px 3px 5px -1px rgba(0,0,0,.1);
left: 0;
margin-left: -65px;
margin-top: 30px;
opacity: 0;
padding: 12px 20px 30px;
position: absolute;
top: 100%;
visibility: hidden;
width: 210px;
z-index: 9;
transition: all .5s ease-out 0s;
-webkit-transition: all .5s ease-out 0s;
}
.top-left > li {
display: inline-block;
position: relative;
}
ul.top-left{
padding: 0;
margin: 0;
list-style: none;
}
.top-left > li:hover > ul {
margin-top: 0;
opacity: 1;
visibility: visible;
}
.top-left ul > li {
border-bottom: 1px solid #e5e5e5;
padding-left: 20px;
position: relative;
}
.top-left ul > li::before {
content: "\f22d";
font-family: fontAwesome;
left: 0;
position: absolute;
top: 17px;
}
.top-left ul > li > a {
display: block;
padding: 15px 0;
}
.top-left ul {
list-style: none none;
padding: 0;
margin-bottom: 10px;
}
.newsletter{
background-image: none;
}
.logo-footer {
padding-bottom: 17px;
}
.banner-adv.banner-background {
height: 336.2px;
text-align: center;
}
.brand-slider{
border: 0;
}
.hidden-text span{
display: none;
}
.btn-product-loadmore i{    
margin: 0 5px;
}
.hidden.fa-spin{
display: inline-block !important;
}
.product-price > span {
font-size: 18px;
margin: 0 5px;
text-decoration: none;
color: #262626;
}
.title-box1 {
padding-bottom: 40px;
margin-bottom: 0;
}
.wrap-search-login {
padding-right: 140px;
}
.register-box {
right: 15px;
}
.main-single-content p{
color: #666;
margin: 0 0 25px;
line-height: 24px;
}
.st-default p,
.content-single p{
line-height: 24px;
}
.woocommerce div.product.product-extra-link{
position: absolute;
margin: auto;
}
.product-thumb > a{
background: #eee;
}
.woocommerce .woocommerce-ordering select{
height: 35px;
padding-left: 6px;
border: 1px solid #e5e5e5;
box-shadow: none;
}
.product-list .product-thumb {
float: left;
width: 33%;
}
.product-list .product-info {
float: left;
margin-top: 0;
padding-left: 30px;
width: 67%;
text-align: left;
}
.qty-val {
border: 0;
height: 40px;
}
.product-list .info-extra {
margin-bottom: 20px;
}
.woocommerce div.product.info-extra {
margin-bottom: 20px;
}
.woocommerce button.button.alt,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
background: #555;
border: none;
color: #fff;
display: inline-block;
height: 40px;
line-height: 40px;
padding: 0 30px;
text-align: center;
font-weight: normal;
text-transform: uppercase;
transition: all .5s ease-out 0s;
-webkit-transition: all .5s ease-out 0s;
}
.woocommerce button.button.alt:hover,.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
background-color: #ff9677;
color: #fff;
}
.product-list .wrap-cart-qty {
margin-top: 5px;
max-width: inherit;
}
.product-list .desc {
margin-top: 20px;
}
.shop-page{
margin-bottom: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount{
text-align: center;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
float: none;
margin: 30px auto 10px;
padding: 0;
width: 80px;
border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
background: #fff;
border-radius: 0;
height: 10px;
margin: 0 0 0 -5px;
top: -4px;
width: 10px;
border: 2px solid #ff9677;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
background: #ff9677;
}
.woocommerce .widget_price_filter .price_slider_amount{
font-size: 14px;
}
.widget .product-title {
font-weight: normal;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
width: 70px;
background: #eee;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
padding: 15px 0;
}
.woocommerce ul.cart_list li:first-child, .woocommerce ul.product_list_widget li:first-child{
padding-top: 0;
}
.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child{
padding-bottom: 0;
}
.footer-bottom1.footer-dark,
.footer-bottom1.footer-bottom2{
border-top: 0;
}
.newsletter-footer input[type=text] {
color: #999;
height: 40px;
line-height: 40px;
margin-top: 10px;
padding: 0 15px;
width: 306px;
border: 1px solid #e5e5e5;
}
.newsletter-footer input[type=submit]{
background: #555;
border: none;
color: #fff;
display: inline-block;
height: 40px;
line-height: 40px;
padding: 0 30px;
text-align: center;
font-weight: normal;
text-transform: uppercase;
transition: all .5s ease-out 0s;
-webkit-transition: all .5s ease-out 0s;
margin-top: 10px;
border-radius: 6px;
}
.content-product-detail.has-sidebar .product-gallery #bx-pager{
margin: 0 -5px;
}
.content-product-detail.has-sidebar .product-gallery #bx-pager a{
margin-right: 5px;
margin-left: 5px;
}
.content-tags-detail > h2:first-child{
display: none;
}
.single-product .shop-page {
margin-bottom: 50px;
}
.page-title {
margin: 0 0 25px;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
color: #1b1d1f;
}
.main-nav ul li:hover > ul {
margin: 0;
opacity: 1;
visibility: visible;
}
.main-nav ul li{
position: relative;
}
.sub-menu li {
padding: 0 15px;
position: relative;
}
.sub-menu li>a {
border-bottom: 1px solid #e5e5e5;
display: block;
padding: 15px 0;
text-transform: capitalize;
}
.total-cart span span{
display: inline-block;
}
.product-popup-content{
padding: 15px;
}
.woocommerce div.product form.cart .variations label{
font-weight: normal;
text-transform: capitalize;
}
.woocommerce div.product form.cart .variations select{
height: 34px;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
background: #555;
color: #fff;
}
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
color: #fff;
}
.attr-product .list-none li {
display: inline-block;
margin: 2px 1px;
vertical-align: middle;
}
.attr-product .list-none li a span{
position: relative;
overflow: hidden;
}
.attr-product .list-none li a {
color: #1b1d1f;
display: block;
height: 30px;
line-height: 30px;
min-width: 30px;
padding: 0 3px;
text-align: center;
}
.attr-product .list-none li a:hover,
.attr-product .list-none li.active a {
background: #eee;
}
.special .default-attribute{
display: none;
}
.product-list .variations{
margin-bottom: 20px;
}
.attr-product li.active span::after {
background: #1b1d1f;
content: "";
height: 1px;
left: -50%;
position: absolute;
top: 50%;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
width: 200%;
}
.attr-product>label{
text-transform: capitalize;
}
.widget .widget-top-seller li {
margin-bottom: 20px;
border: 0;
padding: 0;
}
.widget .widget-top-seller li:last-child{
margin-bottom: 0;
}
.newsletter::before {
background: rgba(0,0,0,.3);
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
display: block !important;
}
.woocommerce table.shop_table{
border-collapse: collapse;
}
.woocommerce-cart table.cart input{
height: 34px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
min-width: 160px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
background: #555;
color: #fff;
padding: 0 30px;
font-weight: normal;
font-size: 14px;
transition: all .5s ease-out 0s;
-webkit-transition: all .5s ease-out 0s;
}
.woocommerce input.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
background-color: #ff9677;
color: #fff;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table{
border-collapse: collapse;
}
.woocommerce-checkout input.input-text,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout textarea,
.woocommerce-checkout select{
border: 1px solid #e5e5e5;
height: 40px;
padding: 0 8px;
}
.woocommerce input.button.alt{
background: #555;
color: #fff;
transition: all .5s ease-out 0s;
-webkit-transition: all .5s ease-out 0s;
}
.tagcloud>a{
font-size: 14px !important;
}
.widget .tagcloud {
border: 0;
padding: 0;
}
.widget .list-instagram>li{
padding: 5px;
border-bottom: 0;
}
.widget .list-instagram>li:first-child {
padding-top: 5px;
}
.list-instagram>li>a::after{
border-radius: 6px;
}
.widget .widget-recent-post .list-none li {
margin-bottom: 20px;
padding: 0;
border-bottom: 0;
}
.widget .widget-recent-post .list-none li:last-child{
margin-bottom: 0;
}
p.post-date{
line-height: 18px
}
.widget .screen-reader-text{
display: none;
}
.widget ul.children > li > a,
.widget ul.sub-menu > li > a{
padding-left: 15px;
position: relative;
}
.widget ul.sub-menu > li > a::before,
.widget ul.children > li > a::before {
content: "\f1db";
font-family: fontAwesome;
left: 0;
position: absolute;
top: 6px;
font-size: 6px;
}
.widget .sub-menu li>a{
border-bottom: 0;
padding: 0;
}
.main-single-content{
margin-bottom: 30px;
}
.page-links{
margin: 30px 0;
}
.content-single .post-comment .comment-text ul{
padding-left: 40px;
list-style: disc;
margin-top: 5px;
}
.content-single .post-comment .comment-text ol{
padding-left: 40px;
list-style: decimal;
margin-top: 5px;
}
.comments-area.comments ol.comments li.comment{
margin-bottom: 30px;
}
.comment-text{
margin-bottom: 10px;
}
.comment-time {
margin: 5px 0 5px;
}
.comment-form p.comment-note{
margin-bottom: 0;
}
.comment-form {
margin-top: 20px;
}
.comment-form .controls{
margin-bottom: 30px;
}
.comment-reply-title{
color: #1b1d1f;
font-size: 16px;
margin: 0 0 20px;
text-shadow: 0 0 0;
text-transform: uppercase;
font-weight: 700;
}
.comments-area.comments ol.comments li.comment-pingback{
margin-bottom: 10px;
}
.gallery-columns-4 .gallery-item:nth-child(4n+1){
clear: left;
}
.main-nav .sub-menu .sub-menu{
left: 100%;
top: 0;
}
.main-page-content li{
margin-bottom: 5px;
} .woocommerce-MyAccount-navigation ul{
padding: 0;
margin: 0;
list-style: none;
}
.woocommerce-MyAccount-navigation ul li{
padding: 8px 15px;
margin-bottom: 5px;
background: #555;
}
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover{
color: #fff;
background: #ff9677;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a{
color: #fff;
}
.woocommerce-MyAccount-navigation ul li a{
color: #fff;
}
.woocommerce-MyAccount-content{
padding: 15px;
border: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-content a{
color: #333;
}
.woocommerce-MyAccount-content a:hover{
color: #ff9677;
}
.woocommerce-account .addresses .title .edit{
font-size: 14px;
background: #555;
color: #fff;
padding: 5px 10px;
margin-top: 20px;
}
.woocommerce-account .addresses .title .edit:hover{
background: #ff3e3e;
}
.woocommerce form .form-row input.input-text{
height: 40px;
border: 1px solid #e5e5e5;
}
.select2-container .select2-choice{
height: 40px;
border: 1px solid #e5e5e5;
line-height: 40px;
}
.select2-drop-active{
border-color: #e5e5e5;
}
a.selected,
a.active {
color: #ff9677;
}
.banner-info-image{
right: -50px;
}
.bg-slider .banner-thumb img {
max-width: none;
opacity: 0;
}
.bg-slider .container {
height: 100%;
}
.banner-slider2 .owl-theme .owl-controls .owl-buttons div {
width: 50px;
height: 50px;
font-size: 30px;
margin-top: -25px;
border-radius: 0;
}
.banner-slider2 .owl-theme .owl-controls .owl-buttons div i{
line-height: 50px;    
}
.remove-hidden{
z-index: 1;
}
.item-attr-title{
text-align: left;
}
.filter-show .title-tab1 .list-none{
float: left;
}
.ajax-loading{
position: absolute;
content: '';
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.3);
}
.ajax-loading i{
font-size: 40px;
position: absolute;
bottom: 50%;
left: 50%;
color: #fff;
}
.loadding{
position: relative;
}
.footer-bottom1.footer-bottom2{
border-top: 0;
}
.footer-dark .sub-title {
color: #fff;
}
.footer-dark .download p {
border-bottom-color: rgba(255,255,255,.1);
color: #999;
}
.footer-dark .footer-nav li a, .footer-dark .newsletter-footer>p, .footer-dark .phone-number {
color: #999;
}
.footer-dark .footer-nav li a:hover {
color: #fff;
}
.footer-dark .footer-nav {
border-color: rgba(255,255,255,.1);
}
.footer-dark .menu-footer .list-inline a:hover {
color: #fff;
}
.footer-dark .menu-footer .list-inline a {
color: #999;
}
.wrap-content-top3{
margin-top: -100px;
}
.header3 .logo{
text-align: center;
}
.main-header .logo {
display: inline-block;
margin-right: 10px;
padding-right: 30px;
}
.post-thumb-link>img{
height: auto;
}
.product-slider3 {
margin-top: 56px;
}
.product-thumb img{
height: auto;
}
.footer-dark .footer-nav li a:hover::before {
border-color: #fff;
background: #fff;
}
.top-right.box-meta8 > ul > li > a,
.top-right.box-meta6 > ul > li > a,
.top-right.box-meta3 > ul > li > a{
font-size: 0;
}
.top-right.box-meta8 > ul > li > a i,
.top-right.box-meta6 > ul > li > a i,
.top-right.box-meta3 > ul > li > a i{
font-size: 14px;
}
.top-right.box-meta6>ul>li>a.mycart-link .number-cart-total,
.top-right.box-meta3>ul>li>a.mycart-link .number-cart-total {
top: -16px;
}
.item-product-masonry .product-price span {
color: #fff;
transform: scale(0);
-webkit-transform: scale(0);
display: inline-block;
transition: all .5s ease-out 0s;
-webkit-transition: all .5s ease-out 0s;
} .item-product-masonry .product-price del::after{
background: #fff;
transform: scale(0);
-webkit-transform: scale(0);
transition: all .5s ease-out 0s;
-webkit-transition: all .5s ease-out 0s;
}
.item-product-masonry .product-thumb:hover .product-price del::after,
.item-product-masonry .product-thumb:hover .product-price span {
transform: scale(1);
-webkit-transform: scale(1);
}
.item-product-masonry{
float: left;
}
.loadding .list-product4{
opacity: 0;
min-height: 200px;    
}
.top-left.top-left6 .currency-link,
.top-left.top-left6 .language-link {
border: none;
padding-left: 0;
}
.top-right.box-meta3 .info-user .inner-user-info,
.top-right.box-meta6 .info-user .inner-user-info{
left: -50px;
}
.header-nav6 {
border-top: 0;
padding: 0;
}
.header-nav6 > div > div{
border-top: 1px solid #e5e5e5;
padding: 16px 0 6px;
}
.home-6 .banner-info {
border: 2px dashed #f4f4f4;
height: 400px !important;
padding-top: 90px;
width: 700px;
}
.signup-banner {
background: transparent;
height: auto;
margin: 0;
}
.signup-banner > div{
height: 570px;
position: relative;
}
.signup-banner .wpb_text_column .banner-info{
margin-bottom: auto !important;
}
.about-testimo-slider {
background: #f3a39a;
padding: 77px 80px 78px;
}
.about-service-slider.banner-slider .owl-theme .owl-controls .owl-buttons div {
width: 30px;
height: 30px;
font-size: 18px;
}
.about-service-slider.banner-slider .owl-theme .owl-controls .owl-buttons div i{
line-height: 30px;
}
.sv-slider .owl-item > div{
display: block;
}
.service-brand{
margin-bottom: 45px;
}
.footer-dark2.footer-bottom1 {
border-top: 1px solid rgba(255,255,255,.2);
}
.footer-dark2 .logo-footer a::after {
background: rgba(255,255,255,.2);
}
.logo-footer a{
position: relative;
}
.logo-footer a::after {
background: #e5e5e5;
content: "";
height: 5px;
left: 100%;
margin-left: 30px;
position: absolute;
top: 15px;
width: 1200px;
}
.social-footer {
margin: 24px -3px 0;
}
.footer-top7{
background: #f9f9f9;
padding: 50px 0;
border-top: 1px solid #e5e5e5;
}
.fade-out-in > a:not(.adv-thumb-link)::after, .fade-out-in > a:not(.adv-thumb-link)::before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
content: "";
background: rgba(0,0,0,.1);
opacity: 0;
z-index: 1;
transition: all .5s ease-out 0s;
-webkit-transition: all .5s ease-out 0s;
}
.fade-out-in:hover > a:not(.adv-thumb-link)::before {
opacity: 1;
top: 50%;
bottom: 50%;
}
.fade-out-in:hover > a:not(.adv-thumb-link)::after {
opacity: 1;
left: 50%;
right: 50%;
}
.banner-top7 img {
margin: auto;
max-width: 990px;
}
.form-hidden{
z-index: 1;
}
.slick-slide img{
height: auto;
}
.intro-service7{
margin-top: 0;
padding-bottom: 100px;
}
.product-box6.product-box7{
background: rgba(0,0,0,0);
margin-bottom: 0;
}
.product-wrap7{
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
margin-bottom: 100px;
}
.product-box7 .item-product {
background: 0 0;
}
.product-box7 .item-product .product-price > span,
.product-box7 .item-product .product-price del,
.product-box7 .item-product .product-price ins,
.product-box7 .item-product .product-title a {
color: #fff;
}
.footer-parallax {
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center bottom;
}
.banner-slider.bg-slider .item-slider:not(.home-2) .banner-info {
height: 200px;
}
.btn-menu-hover{
display: none;
}
.main-nav8 .btn-menu-hover{
display: inline-block;
}
.top-right.box-meta8>ul>li>a>i {
margin-top: 11px;
}
.list-deal-box8{
margin-bottom: 70px;
}
.top-header9 .top-left> li>a {
border-color: rgba(0,0,0,.1);
color: #fff;
}
.newsletter.newsletter9:before{
background: rgba(0,0,0,0);
}
.woocommerce div.product form.cart .group_table tr,
.woocommerce div.product form.cart .group_table td{
border: 1px solid #e5e5e5;
border-collapse: collapse;
}
.woocommerce div.product form.cart .group_table div.quantity{
padding: 0;
}
.woocommerce div.product form.cart .group_table td.label{
padding: 0 20px;
}
.group_table .info-qty>label{
display: none;
}
.group_table .info-qty{
max-width: 128px;
}
.woocommerce div.product form.cart .group_table td > label{
font-size: 14px;
margin: 0;
text-transform: uppercase;
font-weight: normal;
line-height: 46px;
}
.woocommerce div.product form.cart .group_table td.label,
.woocommerce div.product form.cart .group_table div.quantity{
border: 0;
}
.info-product-detail .group_table .product-price {
margin-bottom: 0;
line-height: 43px;
}
.woocommerce div.product form.cart .group_table td{
vertical-align: middle;
padding: 0 15px;
}
form.cart .group_table{
margin-bottom: 30px;
}
.main-nav .preview-image {
background: #fff;
box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
left: 100%;
padding: 10px;
position: absolute;
top: 0;
width: 200px;
opacity: 0;
visibility: hidden;
margin-top: 30px;
border: 1px solid #e5e5e5;
transition: all .5s ease-out 0s;
-webkit-transition: all .5s ease-out 0s;
}
.main-nav li:hover > .preview-image {
opacity: 1;
visibility: visible;
margin-top: 0;
}
.preview-image img{
height: auto;
}
.preview-image>a {
display: block;
height: 200px;
overflow: hidden;
position: relative;
}
.preview-image > a > img {
left: 0;
position: absolute;
top: 0;
transition: all 5s ease-in-out 0s;
-webkit-transition: all 5s ease-in-out 0s;
width: 100%;
}
.preview-image > a:hover > img {
top: 100%;
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
}
img{
height: auto;
}
.comments-area > .post-title {
color: #1b1d1f;
font-size: 16px;
margin: 0 0 20px;
text-shadow: 0 0 0;
text-transform: uppercase;
}
.widget .sub-menu li.menu-item-has-children > a {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 5px;
}
.banner-slider3.bg-slider .item-slider:not(.home-2) .banner-info {
height: 400px;
}
.signup-banner > div{
background-position: right top;
}
.group_table .qty-val{
width: 42px;
}
.product-gallery #bx-pager a img{
width: 100%;
}
.fancybox-skin{
background: #fff;
}
.item-service2 .service-info p{
line-height: normal;
}
.search-form form input[type=text]{
width: 100%;
}
.footer-top2{
padding: 50px 0;
background: #f5f5f5;
}
.about-service-slider .item-service2 .service-info p{
line-height: 24px;
}
.product-box7 .product-price del::after {
background: #fff;
}
.header8 .logo{
text-align: center;
}
.footer-top2.footer-top8{
background: rgba(0,0,0,0);
}
.blog .content-shoptop {
margin-bottom: 40px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
line-height: 40px;
}
.woocommerce #reviews #comments ol.commentlist{
padding-left: 0;
}
.woocommerce #reviews #comments h2 {
margin: 0 0 25px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
color: #1b1d1f;
}
.attr-product:first-child{
margin-top: 0;
}
.shop_table .product-quantity:before{
padding-top: 10px;
padding-left: 10px;
}
.qty-val{
background: rgba(0,0,0,0);
}
.post-comment-date{
margin-bottom: 18px;
}
ul.bxslider{
list-style: none;
}
.list-adv8.list-adv8-element{
margin-bottom: 0;
}
.block-top100{
margin-top: 100px;
}
.block-top50{
margin-top: 50px;
}
.block-top70{
margin-top: 70px;
}
.block-bottom100{
margin-bottom: 100px;
}
.block-bottom50{
margin-bottom: 50px;
}
.white p {
color: #fff;
}
.main-single-content p:last-child,
.main-single-content p.desc,
.main-single-content .latest-post-info3>p{
margin: 0
}
.latest-news3.latest-page{
margin-top: 0;
}
.latest-page .latest-news7{
margin-bottom: 20px;
} .vc_gitem-align-right .product-rate {
float: right;
}
.vc_gitem-align-center .product-rate {
margin: auto;
}
.vc_is-hover{
position: relative;
}
.vc_is-hover .product-extra-link>a {
opacity: 1;
transform: scale(1) translateY(0);
-webkit-transform: scale(1) translateY(0);
}
.vc_is-hover .product-extra-link>a.compare-link {
transform: scale(1) translateY(-50px);
-webkit-transform: scale(1) translateY(-50px);
}
.vc_is-hover .product-extra-link>a.wishlist-link {
-webkit-transform: scale(1) translateY(50px);
transform: scale(1) translateY(50px);
}
.vc_is-hover .quickview-gitem-hover {
transform: translate(0);
-webkit-transform: translate(0);
}
.product-rate.gitem-hover {
bottom: -15px;
left: 50%;
margin: auto auto auto -40px;
position: absolute;
}
.vc_is-hover .product-rate.gitem-hover {
bottom: 15px;
}
.quickview-gitem-hover {
background: #ff9677;
border-radius: 50%;
bottom: -30px;
box-shadow: 0 0 10px 10px rgba(0,0,0,.1);
color: #fff;
height: 90px;
line-height: 0;
padding-left: 30px;
padding-top: 30px;
position: absolute;
right: -30px;
width: 90px;
transform: translate(90px,90px);
-webkit-transform: translate(90px,90px);
transition: all .5s ease-out 0s;
-webkit-transition: all .5s ease-out 0s;
}
.quickview-gitem-hover i {
display: inline-block;
transition: all .5s ease-out 0s;
-webkit-transition: all .5s ease-out 0s;
}
.vc_is-hover .quickview-gitem-hover {
transform: translate(0);
-webkit-transform: translate(0);
}
.vc_is-hover .quickview-gitem-hover:hover i {
transform: scale(2);
-webkit-transform: scale(2);
color: #fff;
}
.item-product.item-gitem{
padding: 0;
margin-bottom: 0;
}
.item-gitem .product-title a {
font-size: 14px;
margin: 0 0 6px;
text-transform: uppercase;
}
.vc_custom_heading.product-title a:hover{
color: #ff9677;
opacity: 1;
}
.product-title.vc_gitem-post-data {
margin-bottom: 4px;
}
.vc_is-hover .product-extra-overlay::after{
opacity: 1;
}
.product-extra-overlay::after {
background: rgba(0,0,0,.3);
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
opacity: 0;
transition: all .5s ease-out 0s;
-webkit-transition: all .5s ease-out 0s;
}
.vc_gitem-post-data-source-post_excerpt{
max-height: 50px;
overflow: hidden;
}
body .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt{
margin-bottom: 0;
}
body .vc_gitem-post-data-source-post_excerpt p{
margin-bottom: 0;
}
body .vc_gitem-zone-b p{
margin-bottom: 0;
color: #fff;
}
body .vc_gitem-animate-slideInRight .vc_gitem-zone-b p,
body .vc_gitem-animate-goTop20 .vc_gitem-zone-b p{
color: #666;
}
.vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col {
padding: 15px;
}
.vc_grid .vc_gitem-link.vc_general{
border-bottom-style: solid;
}
.vc_grid .vc_gitem-link.vc_general.vc_btn3{
border-bottom-width: 2px;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
border-bottom-style: none;
}
.main-single-content .wpb_text_column p{
margin-bottom: 10px;
}
.item-attr-content .slider-range-price{
margin-right: 27px !important;
height: 1px !important;
}
.white .product-price del,
.white .product-price ins,
.white .product-price > span{
color: #fff;
}
.white .product-price del::after{
background: #fff;
} .fixed-header {
position: fixed !important;
top: -100px;
left: 15px !important;
z-index: 9998;
-webkit-transition: top 0.5s ease-out 0s !important;
transition: top 0.5s ease-out 0s !important;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
top: 32px;
}
.fixed-header.active{
top: 0;
padding: 12px 0 5px;
}
.menu-fixed-content.fixed-header{
background: #fbfbfb;
width: 100%;
left: 0 !important;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
margin: 0;
max-width: 100%;
display: block;
} .fixed-header.active.main-nav1{
padding: 0;
}
.fixed-header .header8{
position: static;
padding: 0;
}
.fixed-header.main-nav8{
background: rgba(0,0,0,0.6);
}
.header3.fixed-header{
top: -100px;
}
.header3.fixed-header.active{
top: 0;
}
.admin-bar .header3.fixed-header.active {
top: 32px;
}
.header3{
top: inherit;
} .item-product .sale-label {
top: 10px;
left: 10px;
}
.item-product-masonry.item-gitem{
float: none;
width: 100%;
padding: 0;
}
.item-product8.item-gitem{
margin: 0;
}
.item-product8.item-gitem .quickview-link{
text-align: center;
}
.product-title.vc_custom_heading h3{
font-size: 14px;
margin: 0;
}
.deal-slider8 .owl-theme .owl-controls .owl-buttons div,
.btn-rect.dotted:hover{
background: 0 0 !important;
}
.owl-theme.arrow-style3 .owl-controls .owl-buttons div,
.banner-info.white .list-btn-banner>a.dotted:hover{
background: #fff !important;
}
.item-service2 .service-info p.desc {
color: #555 !important;
}
.woocommerce .wishlist_table td.product-add-to-cart a{
background: #555;
line-height: 26px;
font-size: 14px;
}
.woocommerce .wishlist_table td.product-add-to-cart a:hover{
background-color: #ff9677;
}
.woocommerce table.wishlist_table{
font-size: 100%;
}
.woocommerce a.remove{
margin: auto;
}
.woocommerce .wishlist-title h2{
text-transform: uppercase;
color: #1b1d1f;
font-weight: 700;
font-size: 18px;
margin-top: 0;
}
.yith-wcwl-share {
margin-bottom: 20px;
}
.woocommerce-ordering select {
height: 35px;
padding-left: 6px;
}
.list-product .col-md-2:nth-child(6n+1){
clear: both;
} .main-nav .has-mega-menu > .sub-menu {
background: #fff;
box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
left: 0;
top: 80%;
padding: 40px 35px;
width: 1170px;
z-index: 0;
margin-top: 30px;
border-width: 0;
}
.main-nav.main-nav8 .has-mega-menu > .sub-menu {
left: 100%;
top: 0;
width: 970px;
}
.main-nav .has-mega-menu:hover > .sub-menu{
z-index: 999;
}
.header-nav6 .main-nav li.menu-item-has-children.has-mega-menu,
.main-nav.main-nav8 li.menu-item-has-children.has-mega-menu {
position: static;
}
.main-nav>ul{
margin-bottom: 0;
padding-bottom: 10px;
}
.main-nav li.has-mega-menu:hover>.mega-menu {
margin-top: 0;
}
.mega-menu-link{
margin: 0;
}
.main-nav .menu-item-has-children .mega-menu-link ul li a,
.main-nav .menu-item-has-children .mega-menu-link ul li{
padding: 0;
border-bottom: 0;
}
.main-nav .has-mega-menu > .sub-menu > li > a{
color: #333;
margin: 0 0 25px;
text-transform: inherit;
font-size: 18px;
border-bottom: 0;
padding: 0;
font-weight: 700;
}
.main-nav .has-mega-menu > .sub-menu > li > .sub-menu{
position: static;
border: 0;
box-shadow: none;
padding: 0;
margin: 0;
width: 100%;
opacity: 1;
z-index: 0;
visibility: inherit;
}
.main-nav .has-mega-menu > .sub-menu > li > .sub-menu > li a{
padding: 0;
border-bottom: 0;
}
.main-nav .has-mega-menu > .sub-menu > li > .sub-menu > li{
padding: 0;
margin-bottom: 20px;
}
.wrap-attr-product1.normal select{
border: 0;
width: 100%;
}
.wrap-attr-product1.normal .attr-detail-box{
position: relative;
}
.wrap-attr-product1.normal .attr-detail-box::after {
position: absolute;
right: 0;
background: #fff;
top: 0;
width: 15px;
line-height: 34px;
height: 100%;
content: "\f107";
font-family: fontAwesome;
}
.woocommerce ul.products{
margin-bottom: 0;
}
.page:not(.woocommerce) ul.products{
margin: 0 -15px;
}
.features-list .item-service2{
margin-bottom: 30px;
}
.rtl-enable .fixed-header[data-vc-full-width="true"]{
right: 15px !important;
}
.intro-about .desc {
margin: 0;
padding: 15px 0 35px;
}
.contact-info-box .title30 {
padding-bottom: 45px;
}
.comment-form input[type=email] {
border: 1px solid #ccc;
color: #999;
height: 50px;
padding: 0 15px;
width: 100%;
}
.page-template-default .item-test-about p {
font-size: 18px;
margin: 38px 0 7px;
}
body .banner-slider9  .banner-info {
height: 320px !important;
}
.long-arrow .owl-theme .owl-controls .owl-buttons div {
opacity: 1;
border-radius: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
font-size: 30px;
overflow: hidden;
}
.long-arrow .owl-theme .owl-controls .owl-buttons div.owl-next::after {
content: "\f178";
left: 0;
}
.long-arrow .owl-theme .owl-controls .owl-buttons div::after {
font-family: fontAwesome;
position: absolute;
top: 5px;
}
.long-arrow .owl-theme .owl-controls .owl-buttons div.owl-prev::after {
content: "\f177";
right: 0;
}
.long-arrow .owl-theme .owl-controls .owl-buttons div i {
display: none;
}
.header9 .logo{
text-align: center;
}
.box-intro9 {
padding-bottom: 10px;
}
.post-comment-date a{
color: #999;
}
h4{
font-size: 20px;
}
h5{
font-size: 16px;
}
h6{
font-size: 14px;
}
.post-comment-date li {
line-height: 24px;
}
.post-comment-date {
margin-bottom: 12px;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{
margin-bottom: 0;
}
.sort-pagi-bar .product-filter.pull-right:after{
content: "\f0dd";
position: absolute;
right: 1px;
top: 1px;
font-family: "Fontawesome";
height: 33px;
line-height: 29px;
width: 30px;
background: #fff;
text-align: center;
}
.list-product9 .product-main > a{
padding: 303px 0 0 250px;
background: #eee;
}
.desc-pro9{
padding-bottom: 100px;
} .list-adv10 .banner-adv {
margin: 0 0 40px;
}
.list-adv10{
padding: 0;
}
.content-top13,
.top-banner-prl{
background-image: none;
}
.list-service11 {
padding: 0 15px;
}
.product-type-slider.long-arrow .owl-theme .owl-controls .owl-buttons div {
font-size: 14px;
height: 20px;
width: 20px;
}
.list-brand11 .wpb_column{
padding: 0;
}
.product-type-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
right: 15px;
}
.product-type-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
left: -15px;
}
.side-home-11 .product-type-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
right: 0;
}
.side-home-11 .product-type-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
left: 0;
}
.product-type-slider.long-arrow .owl-theme .owl-controls .owl-buttons div::after {
top: 3px;
}
.store-process{
margin-bottom: 30px;
}
.deal-product-box11 .deal-product-box11{
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
}
.list-brand11{
margin-bottom: 100px;
}
.list-product-type11 {
margin-bottom: 87px;
}
.top-header.top-header5{
z-index: 9999;
}
.brand-slider12{
padding-bottom: 50px;
margin-top: -25px;
}
.footer-top7 .wpb_column,
.brand-slider12 .wpb_column{
padding: 0;
}
.latest-news13 .latest-newslider{
margin-bottom: 0;
}
.banner-page14{
height: auto;
}
.banner-page14 > .wpb_column:first-child{
height: 800px;
}
.banner-page14 .banner-info{
top: 50%;
bottom: auto;
margin-top: -135px;
padding: 0 15px
}
.text-mega-sale{
margin-top: 180px;
}
.service-list14{
background: #f9f9f9;
padding-top: 100px;
}
.banner-page14 {
margin-bottom: 0;
}
.arrow-style14 .owl-theme .owl-controls .owl-buttons div.owl-next {
border-radius: 0 6px 6px 0;
}
.arrow-style14 .owl-theme .owl-controls .owl-buttons div {
background: #fff;
border: 1px solid #e5e5e5;
color: #999;
height: 40px;
opacity: 1;
width: 55px;
}
.arrow-style14 .owl-theme .owl-controls .owl-buttons div.owl-prev {
border-radius: 6px 0 0 6px;
}
.arrow-style14 .owl-theme .owl-controls .owl-buttons div i {
line-height: 40px;
font-size: 18px;
}
.arrow-style14 .owl-theme .owl-controls .owl-buttons div:hover {
color: #ff9677;
}
.hotcat-slider14.arrow-style14 .owl-controls {
top: -55px;
}
.testimo5 .about-testimo-slider{
padding: 80px;
}
.about-testimonial.testimo5 {
padding: 0 70px;
}
.testimo5 .about-testimo-slider .owl-controls{
bottom: 30px;
}
.top-header5 .top-right>ul>li>a.mycart-link .number-cart-total{
color: #fff;
}
.main-nav.main-nav9>ul>li>a:hover {
color: #fff;
}
.arrow-style14 .owl-theme .owl-controls .owl-buttons div:hover,
.owl-theme.arrow-style14 .owl-controls .owl-buttons div:hover,
.item-cat-hover-dir .btn-rect:hover{
background: #fff;
} .search-loading{
text-align: center;
}
.list-product-search {
background: #fff;
box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
left: 0;
margin-top: 32px;
padding: 10px 20px;
position: absolute;
top: 100%;
width: 100%;
min-width: 375px;
z-index: 10000;
opacity: 0;
visibility: hidden;
transition: all .5s ease-out 0s;
-webkit-transition: all .5s ease-out 0s;
}
.item-search-pro {
border-bottom: 1px solid #e5e5e5;
display: table;
padding: 10px 0;
width: 100%;
}
.item-search-pro>div.search-ajax-thumb {
width: 50px;
}
.item-search-pro>div.search-ajax-title {
padding: 0 10px;
}
.item-search-pro>div {
display: table-cell;
vertical-align: middle;
}
.item-search-pro .title14 {
text-transform: capitalize;
font-weight: 400;
font-size: 14px;
margin: 0;
}
.live-search-on.active .list-product-search {
opacity: 1;
visibility: visible;
margin-top: 2px;
}
.info-list-cart{
height: 245px;
overflow: hidden;
margin: 30px -15px 0;
padding: 0 15px;
}
.info-list-cart.mCustomScrollbar{
padding: 0;
}
.info-list-cart .mCustomScrollBox{
padding: 0 15px;
}
.item-service2 .service-icon a {
background: #333;
}
.item-service2:hover .service-icon a {
background: #ff9677;
border-color: #ff9677;
}
.header12 .logo {
display: inline-block;
margin-right: 10px;
padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
padding: 5px 8px;
}
.select2-container--default .select2-selection--single{
height: 38px;
border: 1px solid #e5e5e5;
border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
top: 5px;
}
.widget_product_search .search-field{
border: 1px solid #e5e5e5;
height: 38px;
padding: 0 8px;
width: 100%;
}
.widget_product_search input[type="submit"]{
background: #555;
border-radius: 4px;
color: #fff;
display: block;
height: 40px;
line-height: 40px;
text-align: center;
text-transform: uppercase;
width: 100%;
border: 0;
margin-top: 10px;
}
.woocommerce .list-product .products ul.list-none{
margin-bottom: 0;
}
.product-grid li.col-md-4:nth-child(3n+1){
clear: both;
}
.fancybox-overlay{
z-index: 9999;
}