@charset "UTF-8";
.sales_box {
padding: 70px 0 38px;
}
.sales_box.margin {
margin-bottom: 128px;
}
.sales_box .title {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 1.25rem;
}
.sales_box .head {
flex: 1;
max-width: 697px;
}
.sales_box .head p {
font-size: 17px;
font-weight: 300;
line-height: 29px;
margin-top: 26px;
}
.sales_box .swiper_btns div {
width: 74px !important;
height: 74px !important;
border-radius: 50% !important;
box-shadow: none !important;
}
.sales_box .swiper_btns div:hover {
filter: none;
}
.sales_box .swiper_btns div.swiper-button-disabled {
background-color: #e8efff;
background-image: url(//www.musechem.com/static/new/assets/img/arrow-w.svg);
}
.sales_box .sales_swiper {
overflow: hidden;
margin-top: 54px;
}.service_banner {
margin-bottom: 72px;
background: url(//www.musechem.com/static/new/assets/img/service-banner.jpg) no-repeat bottom center / cover;
}
.service_banner .flex {
min-height: 650px;
}
.service_banner .head {
padding-bottom: 4.583%;
}
.service_banner .head .subtitle {
font-size: 17px;
font-weight: normal;
margin-bottom: 22px;
}
.service_banner .head h1 {
font-size: 62px;
font-weight: 600;
line-height: 75px;
text-transform: uppercase;
}
.service_banner .nav {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
}
.service_banner .nav ul {
display: flex;
background-color: #fff;
gap: 2px;
}
.service_banner .nav ul li {
flex: 1;
}
.service_banner .nav ul li a {
display: flex;
align-items: center;
justify-content: center;
min-height: 105px;
text-align: center;
transition: all 0.3s;
color: #fff;
background-color: var(--theme_color);
font-size: 23px;
font-weight: 500;
padding: 1rem;
}
.service_banner .nav ul li a:hover {
filter: brightness(0.8);
}
.service_banner .nav ul li.active a {
background-color: #fff;
color: var(--title_color);
}
.service_main {
width: calc(100% - 2.4rem);
max-width: 1878px;
margin: 85px auto 110px;
border-radius: 24px;
background-color: #e8efff;
padding: 122px 0 98px;
}
.service_main .head {
padding: 46px 0;
}
.service_main .head p {
font-size: 17px;
font-weight: 300;
line-height: 29px;
opacity: 0.9;
max-width: 428px;
margin-top: 22px;
}
.service_main ul {
display: grid;
gap: 20px;
grid-template-columns: repeat(3, 1fr);
}
.service_main ul li:not(.head) {
border-radius: 8px;
color: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
padding: 60px 9.429% 52px;
min-height: 420px;
transition: all 0.3s;
}
.service_main ul li:not(.head):hover {
transform: translateY(-5px);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.service_main ul li:not(.head) i {
display: block;
width: 70px;
height: 70px;
background: no-repeat left center / contain;
}
.service_main ul li:not(.head) h3 {
font-size: 26px;
font-weight: 600;
line-height: 34px;
margin-top: 36px;
}.cat_banner .banner {
background: url(//www.musechem.com/static/new/assets/img/cat-banner.jpg) no-repeat center / cover;
}
.cat_banner .flex {
min-height: 630px;
}
.cat_banner .head {
max-width: 908px;
}
.cat_banner .head .subtitle {
font-size: 17px;
font-weight: normal;
margin-bottom: 22px;
}
.cat_banner .head h1 {
font-size: 62px;
font-weight: 600;
line-height: 75px;
text-transform: uppercase;
}
.cat_banner .head h1 span {
font-weight: 200;
}
.cat_banner .head form {
max-width: 682px;
width: 682px;
display: flex;
padding: 6px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
margin: 46px auto 0;
}
.cat_banner .head form input[type="text"] {
width: 0;
flex: 1;
color: var(--title_color);
font-size: 17px;
padding: 0 20px;
}
.cat_banner .head form input[type="text"]::placeholder {
color: #7a7a7a;
}
.cat_banner .head form input[type="submit"] {
width: 56px;
height: 56px;
border-radius: 8px;
background: url(//www.musechem.com/static/new/assets/img/search-w.svg) no-repeat center / 47%;
background-color: var(--theme_color);
transition: all 0.3s;
text-indent: -99999px;
}
.cat_banner .head form input[type="submit"]:hover {
background-color: #1156b7;
}
.cat_banner .nav {
background-color: #021a3e;
}
.cat_banner .nav ul {
max-width: 1920px;
margin: 0 auto;
display: flex;
}
.cat_banner .nav ul li { position: relative;
}
.cat_banner .nav ul li::after {
content: '';
display: block;
width: 1px;
height: 100%;
position: absolute;
right: 0;
top: 0;
background-color: rgba(255, 255, 255, 0.2);
}
.cat_banner .nav ul li.active::after,
.cat_banner .nav ul li:last-child::after {
display: none;
}
.cat_banner .nav ul li a {
color: #fff;
height: 100%;
display: block;
transition: all 0.3s;
text-align: center;
padding: 36px 1rem;
}
.cat_banner .nav ul li a:hover {
background-color: #082b5c;
}
.cat_banner .nav ul li i {
width: 60px;
height: 60px;
background: no-repeat center / contain;
display: block;
margin: 0 auto;
}
.cat_banner .nav ul li p {
font-size: 24px;
font-weight: 500;
line-height: 2rem;
margin-top: 24px;
}
.cat_banner .nav ul li.active a {
background-color: var(--theme_color);
}
.cat_banner .nav ul li.active i {
filter: contrast(0) brightness(20);
}
.cat_box {
padding-top: 150px;
}
.cat_box.margin {
margin-bottom: 270px;
}
.cat_box .head {
max-width: 772px;
margin: 0 auto;
}
.cat_box .head p {
color: #707070;
line-height: 26px;
margin-top: 20px;
}
.cat_box .main {
margin-top: 0px;
}
.cat_box .main ul {
display: grid;
gap: 26px 20px;
grid-template-columns: repeat(4, 1fr);
}
.cat_box .main ul li .con {
background-color: #e8efff;
color: #666666;
border-radius: 6px;
overflow: hidden;
text-align: center;
display: block;
height: 100%;
font-size: 20px;
cursor: pointer;
padding: 23px 1rem;
transition: all 0.3s;
}
.cat_box .main ul li .con:hover {
background-color: var(--theme_color);
color: #fff;
}
.category_main {
padding: 20px 0 184px;
}
.category_main .content h2{
font-size: 20px;
font-weight: 500;
}
.category_main .content {
width: calc(100% - 2.4rem);
max-width: 1455px;
}
.category_main .content h2{
font-size: 20px;
font-weight: 500;
text-align: center;
}
.category_main .content p{
color: #606060;
font-size: 17px;
font-weight: 500;
}
.category_main .sidebar {
width: 23.23%;
}
.category_main .sidebar h2 {
font-size: 26px;
font-weight: 600;
}
.category_main .sidebar .sytech_filter {
margin-top: 2rem;
}
.category_main .sidebar .widget {
margin-bottom: 2rem;
}
.category_main .sidebar .widget.active strong::after {
transform: rotate(180deg);
}
.category_main .sidebar .widget div {
padding: 14px 0 0;
display: none;
}
.category_main .sidebar .widget div button {
margin-left: 28px;
margin-top: 12px;
}
.category_main .sidebar button {
color: var(--theme_color);
background-color: transparent;
font-size: 1rem;
}
.category_main .sidebar button:hover {
text-decoration: underline;
}
.category_main .sidebar strong {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
cursor: pointer;
color: #282828;
font-size: 20px;
font-weight: 500;
}
.category_main .sidebar strong::after {
content: '';
display: block;
width: 13px;
height: 7px;
background: url(//www.musechem.com/static/new/assets/img/select.svg) no-repeat center / contain;
transition: all 0.3s;
}
.category_main .sidebar input {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
color: #7a7a7a;
font-size: 15px;
width: 100%;
padding: 11.5px 22px;
}
.category_main .sidebar .terms {
margin-top: 22px;
}
.category_main .sidebar .terms > li {
color: #6d6d6d;
transition: all 0.3s;
position: relative;
padding-left: 28px;
cursor: pointer;
margin-bottom: 8px;
}
.category_main .sidebar .terms > li:last-child {
margin-bottom: 0;
}
.category_main .sidebar .terms > li:hover {
color: var(--theme_color);
}
.category_main .sidebar .terms > li.active {
color: var(--theme_color);
}
.category_main .sidebar .terms > li.active::before {
background-color: var(--theme_color);
border-color: var(--theme_color);
}
.category_main .sidebar .terms > li::before {
content: '';
display: block;
box-sizing: border-box;
width: 15px;
height: 15px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
transition: all 0.3s;
background: url(//www.musechem.com/static/new/assets/img/gou-w.svg) no-repeat center / 85%;
position: absolute;
left: 0;
top: 5px;
}
.category_main .list {
padding-top: 8px;
flex: 1;
max-width: 1025px;
position: relative;
}
.category_main .list .container {
display: grid;
margin-bottom: 115px;
gap: 26px;
grid-template-columns: repeat(3, 1fr);
}
.nav_swiper{
overflow: hidden;
}.post_main {
padding: 108px 0 65px;
}
.post_main span.cat {
color: var(--theme_color);
font-size: 18px;
font-weight: 500;
}
.post_main h1 {
font-size: 52px;
font-weight: 600;
line-height: 72px;
margin-top: 1rem;
}
.post_main .breadcrumbs {
margin-top: 1.5rem;
}
.post_main .breadcrumbs span {
font-size: 18px;
line-height: 34px;
}
.post_main .breadcrumbs span a {
font-size: 18px;
line-height: 34px;
transition: all 0.3s;
}
.post_main .breadcrumbs span a:hover {
color: var(--theme_color);
}
.post_main .breadcrumbs span span:last-child a {
color: var(--theme_color);
}
.post_main .main_img {
margin-top: 30px;
position: relative;
height: 646px;
}
.post_main .main_img .pic {
position: absolute;
right: 0;
top: 0;
width: 100vw;
height: 100%;
max-width: 1920px;
border-radius: 1rem;
overflow: hidden;
}
.post_main .main_img .pic img {
width: 100%;
height: 100%;
object-fit: cover;
}
.post_main .main {
padding: 94px 0 0;
}
.post_main .sidebar {
width: 280px;
}
.post_main .sidebar strong.title {
padding-bottom: 14px;
font-size: 20px;
font-weight: 600;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
position: relative;
}
.post_main .sidebar strong.title::after {
content: '';
display: block;
width: 50px;
height: 2px;
background-color: var(--theme_color);
position: absolute;
left: 0;
bottom: -2px;
}
.post_main .sidebar .infos {
margin: 4px 0 50px;
}
.post_main .sidebar .infos ul li {
display: flex;
align-items: flex-start;
font-size: 20px;
line-height: 29px;
gap: 10px;
margin-bottom: 18px;
}
.post_main .sidebar .infos ul li:last-child {
margin-bottom: 0;
}
.post_main .sidebar .infos ul li::before {
content: '';
display: block;
width: 17px;
height: 20px;
background: no-repeat center / contain;
position: relative;
top: 4px;
}
.post_main .sidebar .infos ul .date::before {
background-image: url(//www.musechem.com/static/new/assets/img/bd-icon1.svg);
}
.post_main .sidebar .infos ul .pos::before {
background-image: url(//www.musechem.com/static/new/assets/img/bd-icon2.svg);
}
.post_main .sidebar .cate {
margin-bottom: 46px;
}
.post_main .sidebar .cate ul {
margin-top: 26px;
}
.post_main .sidebar .cate ul li {
padding-left: 24px;
position: relative;
margin-bottom: 14px;
}
.post_main .sidebar .cate ul li:last-child {
margin-bottom: 0;
}
.post_main .sidebar .cate ul li::before {
content: '';
display: block;
width: 7px;
height: 13px;
background: url(//www.musechem.com/static/new/assets/img/arrow.svg) no-repeat center / contain;
position: absolute;
left: 0;
top: 8px;
filter: contrast(0);
}
.post_main .sidebar .cate ul li a {
color: #7c7c7c;
font-size: 18px;
transition: all 0.3s;
}
.post_main .sidebar .cate ul li a:hover {
color: var(--theme_color);
text-decoration: underline;
}
.post_main .sidebar .cate ul li.active::before {
filter: none;
}
.post_main .sidebar .cate ul li.active a {
color: var(--theme_color);
}
.post_main .sidebar .tags ul {
margin-top: 34px;
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.post_main .sidebar .tags ul li {
font-size: 17px;
background-color: #e8efff;
border-radius: 100px;
padding: 10px 18px;
transition: all 0.3s;
}
.post_main .sidebar .tags ul li:hover {
color: #fff;
background-color: var(--theme_color);
}
.post_main .post_detail {
flex: 1;
max-width: 1075px;
}
.post_main .post_detail p {
opacity: 0.75;
font-size: 18px;
line-height: 34px;
margin-top: 26px;
}
.post_main .post_detail p:first-child {
margin-top: 0;
}
.post_main .post_detail h2 {
font-size: 30px;
font-weight: 600;
margin-top: 46px;
}
.post_main .post_detail h2:first-child {
margin-top: 0;
}
.post_main .post_detail img {
margin-top: 22px;
padding-bottom: 30px;
max-width: 100%;
height: auto;
display: block;
text-align: center;
margin: 0 auto;
}
.post_main .post_detail h3 {
font-size: 24px;
font-weight: 600;
margin-top: 2rem;
}
.post_main .post_detail ul li {
opacity: 0.75;
font-size: 18px;
line-height: 34px;
margin-top: 1rem;
padding-left: 1rem;
position: relative;
}
.post_main .post_detail ul li::before {
content: '';
display: block;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: var(--theme_color);
position: absolute;
left: 0;
top: 12px;
}
.post_main .share {
position: fixed;
top: 40%;
right: 110px;
transform: translate(2rem, -50%);
opacity: 0;
pointer-events: none;
text-align: center;
transition: all 0.3s;
z-index: 9;
}
.post_main .share.active {
pointer-events: all;
opacity: 1;
transform: translateY(-50%);
}
.post_main .share span {
font-size: 24px;
font-weight: 600;
}
.post_main .share .social {
display: flex;
flex-direction: column;
align-items: center;
gap: 17px;
margin-top: 25px;
}
.post_main .share .social li {
border-radius: 50%;
position: relative;
z-index: 2;
background-color: #005687;
transition: all 0.3s;
}
.post_main .share .social li::after {
content: '';
display: block;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #1db3e5;
position: absolute;
left: 0;
top: 0;
z-index: -1;
transition: all 0.3s;
opacity: 0;
}
.post_main .share .social li:hover {
background-color: transparent;
}
.post_main .share .social li:hover::after {
opacity: 1;
}
.post_main .share .social li a {
display: block;
width: 53px;
height: 53px;
border-radius: 50%;
background: url(//www.musechem.com/static/new/assets/img/twitter.svg) no-repeat center / 42%;
transition: all 0.3s;
text-indent: -9999px;
filter: brightness(20);
}
.post_main .share .social .facebook a {
background-image: url(//www.musechem.com/static/new/assets/img/facebook.svg);
background-size: 18%;
}
.post_main .share .social .youtube a {
background-size: 52%;
background-image: url(//www.musechem.com/static/new/assets/img/youtube.svg);
}
.post_main .share .social .instagram a {
background-size: 42%;
background-image: url(//www.musechem.com/static/new/assets/img/instagram.svg);
}
.post_main .share .social .linkedin a {
background-size: 30%;
background-image: url(//www.musechem.com/static/new/assets/img/linkedin.svg);
}
.post_related {
padding: 148px 0;
overflow: hidden;
}
.post_related .head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.25rem;
}
.post_related .head h2 {
flex: 1;
}
.post_related .head .view_more {
display: inline-block;
position: relative;
background-color: #e8efff;
border-radius: 100px;
font-size: 20px;
font-weight: 500;
padding: 17px 85px 17px 52px;
transition: all 0.3s;
overflow: hidden;
}
.post_related .head .view_more::after {
content: '';
display: block;
width: 3rem;
height: 3rem;
border-radius: 50%;
background: url(//www.musechem.com/static/new/assets/img/arrow-r.svg) no-repeat center / contain;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0.5rem;
transition: all 0.4s;
}
.post_related .head .view_more:hover {
background-color: var(--theme_color);
color: #fff;
padding: 17px 68.5px;
}
.post_related .head .view_more:hover::after {
transform: translate(calc(100% + 0.5rem), -50%);
}
.post_related .post_related_swiper {
max-width: 1262px;
margin: 122px auto 54px;
}
.post_related .post_related_swiper .swiper-slide {
height: auto;
}
.post_related .post_related_swiper .swiper-slide a {
height: 100%;
display: flex;
background-color: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
border-radius: 8px;
overflow: hidden;
}
.post_related .post_related_swiper .swiper-slide a:hover .info strong {
text-decoration: underline;
}
.post_related .post_related_swiper .swiper-slide a:hover img {
transform: scale(1.05);
}
.post_related .post_related_swiper .swiper-slide .info {
display: flex;
flex-direction: column;
flex: 1;
padding: 62px 2.694% 44px;
}
.post_related .post_related_swiper .swiper-slide .info span {
color: var(--theme_color);
font-size: 18px;
}
.post_related .post_related_swiper .swiper-slide .info h3 {
font-size: 24px;
font-weight: 600;
line-height: 30px;
margin-top: 18px;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.post_related .post_related_swiper .swiper-slide .info p {
color: #808080;
font-size: 18px;
line-height: 29px;
margin-top: 18px;
-webkit-line-clamp: 7;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.post_related .post_related_swiper .swiper-slide .info .btn {
flex: 1;
display: flex;
align-items: flex-end;
}
.post_related .post_related_swiper .swiper-slide .info strong {
font-size: 20px;
font-weight: 500;
color: var(--theme_color);
display: flex;
align-items: center;
gap: 14px;
margin-top: 52px;
}
.post_related .post_related_swiper .swiper-slide .info strong::before {
content: '';
display: block;
width: 3rem;
height: 3rem;
background: url(//www.musechem.com/static/new/assets/img/arrow-r.svg) no-repeat center / contain;
transform: rotate(45deg);
}
.post_related .post_related_swiper .swiper-slide .img {
width: 59.271%;
height: 562px;
overflow: hidden;
position: relative;
}
.post_related .post_related_swiper .swiper-slide .img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.5s;
}
.post_related .post_related_swiper .swiper-slide .img span {
background-color: var(--theme_color);
color: #fff;
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
border-radius: 4px 4px 4px 0;
padding: 4.5px 1rem;
}
.post_related .swiper_btns div {
border-radius: 50%;
width: 70px;
height: 70px;
box-shadow: none;
border: 1px solid var(--theme_color);
}
.post_related .swiper_btns div.swiper-button-disabled {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.3);
}@media screen and (min-width: 786px) and (max-width: 1750px) {
header .header_main .contact {
padding: 0 1.25rem;
min-width: unset;
}
header .header_main nav div > ul > li {
margin-right: 1.25rem;
}
}
@media screen and (min-width: 786px) and (max-width: 1600px) {
.content {
padding: 0 1.2rem;
}
.swiper_content {
padding: 10px 1.2rem;
}
header .header_main .logo p {
font-size: 2rem;
}
header .header_main .flex {
padding-left: 1.25rem;
}
.post_main .share {
right: 1rem;
}
}
@media screen and (min-width: 1441px) and (max-width: 1749px) {
header .header_main nav div > ul > li{
margin-right: 1.2rem;
}
}
@media screen and (min-width: 786px) and (max-width: 1440px) {
header .header_main nav div > ul > li{
margin-right: 0.8rem;
}
}
@media screen and (min-width: 786px) and (max-width: 1340px) {
.content {
max-width: 1220px;
}
.swiper_content {
max-width: 1240px;
}
header .header_main nav {
position: fixed;
top: 0;
left: -100%;
width: 300px;
height: 100vh;
background-color: #fff;
z-index: 19999;
transition: all 0.3s;
display: block;
overflow: auto;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .header_main nav::-webkit-scrollbar {
width: 5px;
}
header .header_main nav::-webkit-scrollbar-track {
background: #b3b1b1;
border-radius: 10px;
}
header .header_main nav::-webkit-scrollbar-thumb {
background: #888888;
border-radius: 10px;
}
header .header_main nav::-webkit-scrollbar-thumb:hover {
background: #646464;
border-radius: 10px;
}
header .header_main nav::-webkit-scrollbar-thumb:active {
background: #444444;
border-radius: 10px;
}
header .header_main nav.active {
left: 0;
}
header .header_main nav .close {
padding: 2rem 1.2rem 1.2rem;
border-bottom: 1px solid #eee;
text-align: right;
}
header .header_main nav .close span {
display: inline-block;
width: 15px;
filter: brightness(0);
height: 15px;
background: url(//www.musechem.com/static/new/assets/img/mobile-menu/close.svg) no-repeat center / contain;
transition: all 0.3s;
cursor: pointer;
}
header .header_main nav .close span:hover {
transform: rotate(180deg);
}
header .header_main nav div > ul {
display: block;
}
header .header_main nav div > ul > li {
margin-right: 0;
cursor: pointer;
}
header .header_main nav div > ul > li::before {
display: none;
}
header .header_main nav div > ul > li.menu-item-has-children {
padding: 0;
}
header .header_main nav div > ul > li:hover.current-menu-item,
header .header_main nav div > ul > li:hover.current-menu-parent {
color: var(--theme_color);
}
header .header_main nav div > ul > li:hover > a {
color: var(--title_color);
}
header .header_main nav div > ul > li > a {
color: var(--title_color);
line-height: 4rem;
position: relative;
padding: 0 0 0 4rem;
}
header .header_main nav div > ul > li > a::before {
content: "";
width: 23px;
height: 23px;
position: absolute;
left: 2rem;
top: 50%;
transform: translateY(-50%);
background: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-default.svg) no-repeat center / contain;
}
header .header_main nav div > ul > li.menu-item-home > a::before {
background-image: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-home.svg);
}
header .header_main nav div > ul > li.product-icon > a::before {
background-image: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-product.svg);
}
header .header_main nav div > ul > li.about-icon > a::before {
background-image: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-about.svg);
}
header .header_main nav div > ul > li.case-icon > a::before {
background-image: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-case.svg);
}
header .header_main nav div > ul > li.blog-icon > a::before {
background-image: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-blog.svg);
}
header .header_main nav div > ul > li.service-icon > a::before {
background-image: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-service.svg);
}
header .header_main nav div > ul > li.contact-icon > a::before {
background-image: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-contact.svg);
}
header .header_main nav div > ul > li.menu-item-has-children > a {
margin-right: 52px;
}
header .header_main nav div > ul > li.menu-item-has-children::after {
content: '';
display: block;
width: 12px;
height: 12px;
background: url(//www.musechem.com/static/new/assets/img/mobile-menu/select.svg) no-repeat center / contain;
position: absolute;
left: calc(100% - 2rem);
top: 26px !important;
transition: all 0.3s;
}
header .header_main nav div > ul > li.active::after {
transform: rotate(180deg) !important;
}
header .header_main nav div > ul > li ul {
position: static;
visibility: visible;
padding: 1rem 1rem 0.8rem;
background-color: #f8f8f8;
margin: 0 2rem;
box-shadow: none;
border-radius: 8px !important;
display: none;
transform: translate(0) !important;
opacity: 1;
pointer-events: all;
transition: none;
}
header .header_main nav div > ul > li ul li a {
color: var(--title_color);
padding: 0.5rem 0;
white-space: wrap;
font-size: 14px;
}
header .header_main .btns {
display: flex;
flex-direction: row-reverse;
align-items: center;
}
header .header_main .btns .icon_menu {
display: block;
width: 23px;
height: 23px;
background: url(//www.musechem.com/static/new/assets/img/mobile-menu/nav-btn.svg) no-repeat center / contain;
cursor: pointer;
margin-right: 2rem;
}
header .header_main .btns .overlay_m {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
display: none;
z-index: 9999;
}
header .header_main .btns .overlay_m.active {
display: block;
}
header .header_main .contact {
padding: 0 2rem;
}
header .header_main .flex {
padding-left: 2rem;
}
.about_banner .main ul {
grid-template-columns: repeat(3, 1fr);
}
.distribute_banner {
position: relative;
}
.distribute_banner .content{
position: relative;
z-index: 9;
}
.distribute_banner:after{
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background: rgba(0, 0, 0, 0.4);
}
.distribute_banner .head h1{
color: white;
}
.distribute_banner .head p{
color: white !important;
}
.distribute_banner .head ul li span{
color: white;
}
}
@media screen and (min-width: 786px) and (max-width: 1220px) {
.content {
max-width: 1000px;
}
.swiper_content {
max-width: 1020px;
}
.swiper_btns.full div {
width: 3.5rem !important;
height: 3.5rem !important;
}
.cat_box .main ul {
grid-template-columns: repeat(4, 1fr);
}
.category_main .list .container {
grid-template-columns: repeat(2, 1fr);
}
.service_banner .nav ul li a {
font-size: 18px;
line-height: 1.5;
}
footer .footer_main .slide_logo{
width: 100%;
}
footer .footer_cta .bg:after{
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
position: absolute;
left: 0;
top: 0;
}
.contact_main .head ul li a + a{
margin-left: 0;
}
}
@media screen and (min-width: 786px) and (max-width: 1000px) {
.content {
max-width: 786px;
}
.swiper_content {
max-width: 806px;
}
.swiper_btns.full div {
width: 3rem !important;
height: 3rem !important;
}
.about_banner .main ul {
grid-template-columns: repeat(2, 1fr);
}
.about_nums ul li span {
font-size: 2rem;
}
.about_nums ul li p {
font-size: 1rem;
}
.blog_main .main ul {
grid-template-columns: repeat(2, 1fr);
}
.cat_banner .nav ul li i {
width: 3rem;
height: 3rem;
}
.cat_banner .nav ul li p {
font-size: 18px;
line-height: 1.5;
}
.cat_box .main ul {
grid-template-columns: repeat(3, 1fr);
}
.contact_main .flex {
display: block;
}
.contact_main .head {
width: 100%;
}
.contact_main .inquiry_form {
width: 100%;
max-width: 600px;
margin-top: 4rem;
}
.contact_location .main ul {
grid-template-columns: repeat(2, 1fr);
}
.distribute_main ul {
grid-template-columns: repeat(2, 1fr);
}
.home_category .main ul {
grid-template-columns: repeat(2, 1fr);
}
.home_service ul {
grid-template-columns: repeat(2, 1fr);
}
.post_main .main_img {
height: auto;
}
.post_main .main_img .pic {
position: static;
height: auto;
width: 100%;
}
.post_main .main_img .pic img {
height: auto;
display: block;
}
.service_banner .nav ul li a {
font-size: 1rem;
}
.service_main ul {
grid-template-columns: repeat(2, 1fr);
}
.product_spec table tr td {
font-size: 1rem;
line-height: 1.5;
}
.product_spec table tr td:first-child {
font-size: 17px;
}
.product_inquiry .right form .col2 {
width: 100%;
}
.about_intro > .content > .flex, .about_intro2 > .content > .flex{
flex-flow: wrap;
}
.about_intro .img, .about_intro .head, .about_intro2 .img, .about_intro2 .head{
width: 100% !important;
}
.about_intro .head, .about_intro2 .head{
order: 9;
}
.about_intro{
padding: 2rem 0 !important;
}
.page_banner .flex{
min-height: 300px;
}
}@media screen and (max-width: 786px) {
.content {
padding: 0 1.2rem;
}
.swiper_content {
padding: 10px 1.2rem;
}
.only_mobile {
display: block;
}
.head .subtitle {
font-size: 14px !important;
margin-bottom: 0.5rem !important;
}
.head h1 {
font-size: 25px;
line-height: 1.5;
}
.head h2 {
font-size: 22px;
line-height: 1.5;
}
.head p {
font-size: 0.9rem;
line-height: 1.5rem;
}
.button,
.button_more {
font-size: 14px !important;
padding: 9px 2.5rem 9px 22px !important;
border-radius: 4px;
}
.button::after, .button_more::after, .home_blog .button_more::after{
width: 12px !important;
height: 12px !important;
right: 1rem !important;
}
.home_blog .button_more::after{
top: 50% !important;
right: 1.3rem !important;
}
.swiper_btns.full{
gap: 1rem !important;
}
.home_service ul li:not(.head) span::after{
height: 9px !important;
}
header .header_main {
padding: 12px 0;
}
header .header_main .flex {
padding: 0 1.2rem;
}
header .header_main .logo {
top: 0;
}
header .header_main .logo img {
width: auto;
height: 2rem;
}
header .header_main .logo p {
font-size: 20px;
}
header .header_main nav {
position: fixed;
top: 0;
left: -100%;
width: 75vw;
height: 100vh;
background-color: #fff;
z-index: 19999;
transition: all 0.3s;
display: block;
overflow: auto;
}
header .header_main nav.active {
left: 0;
}
header .header_main nav .close {
padding: 2rem 1.2rem 1.2rem;
border-bottom: 1px solid #eee;
text-align: right;
}
header .header_main nav .close span {
display: inline-block;
width: 15px;
filter: brightness(0);
height: 15px;
background: url(//www.musechem.com/static/new/assets/img/mobile-menu/close.svg) no-repeat center / contain;
}
header .header_main nav div > ul {
display: block;
}
header .header_main nav div > ul > li {
margin-right: 0;
}
header .header_main nav div > ul > li::before {
display: none;
}
header .header_main nav div > ul > li.menu-item-has-children {
padding: 0;
}
header .header_main nav div > ul > li:hover.current-menu-item,
header .header_main nav div > ul > li:hover.current-menu-parent {
color: var(--theme_color);
}
header .header_main nav div > ul > li:hover > a {
color: var(--title_color);
}
header .header_main nav div > ul > li > a {
color: var(--title_color);
line-height: 4rem;
position: relative;
padding: 0 0 0 4rem;
}
header .header_main nav div > ul > li > a::before {
content: "";
width: 23px;
height: 23px;
position: absolute;
left: 2rem;
top: 50%;
transform: translateY(-50%);
background: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-default.svg) no-repeat center / contain;
}
header .header_main nav div > ul > li.menu-item-home > a::before {
background-image: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-home.svg);
}
header .header_main nav div > ul > li.product-icon > a::before {
background-image: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-product.svg);
}
header .header_main nav div > ul > li.about-icon > a::before {
background-image: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-about.svg);
}
header .header_main nav div > ul > li.case-icon > a::before {
background-image: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-case.svg);
}
header .header_main nav div > ul > li.blog-icon > a::before {
background-image: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-blog.svg);
}
header .header_main nav div > ul > li.service-icon > a::before {
background-image: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-service.svg);
}
header .header_main nav div > ul > li.contact-icon > a::before {
background-image: url(//www.musechem.com/static/new/assets/img/mobile-menu/menu-contact.svg);
}
header .header_main nav div > ul > li.menu-item-has-children > a {
margin-right: 52px;
}
header .header_main nav div > ul > li.menu-item-has-children::after {
content: '';
display: block;
width: 12px;
height: 12px;
background: url(//www.musechem.com/static/new/assets/img/mobile-menu/select.svg) no-repeat center / contain;
position: absolute;
left: calc(100% - 2rem);
top: 26px;
transition: all 0.3s;
}
header .header_main nav div > ul > li.active::after {
transform: rotate(180deg);
}
header .header_main nav div > ul > li ul {
position: static;
visibility: visible;
padding: 1rem 1rem 0.8rem;
background-color: #f8f8f8;
margin: 0 2rem;
box-shadow: none;
border-radius: 5px;
display: none;
transform: translate(0);
opacity: 1;
pointer-events: all;
transition: none;
}
header .header_main nav div > ul > li ul li a {
color: var(--title_color);
padding: 0.5rem 0;
white-space: wrap;
font-size: 14px;
}
header .header_main .btns {
display: flex;
align-items: center;
gap: 1.25rem;
height: 40px;
}
header .header_main .icon_menu {
display: block;
width: 24px;
height: 24px;
background: url(//www.musechem.com/static/new/assets/img/mobile-menu/nav-btn.svg) no-repeat center / contain;
}
header .header_main .search {
border: none;
width: 20px;
height: 20px;
}
header .header_main .search i {
width: 100%;
height: 100%;
}
header .header_main .overlay_m {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.3);
display: none;
z-index: 9999;
}
header .header_main .overlay_m.active {
display: block;
}
header .header_main .contact {
display: none;
}
footer .footer_cta .bg {
width: 110vw;
filter: brightness(0.5);
}
footer .footer_cta .head {
margin-left: 0;
display: block;
min-height: unset;
padding: 2rem 0;
}
footer .footer_cta .head .button {
margin-top: 2rem;
}
footer .footer_main {
margin-top: 0;
padding: 3rem 0 0;
background-image: linear-gradient(to bottom, #fff, #e8efff);
}
footer .footer_main .slide_logo {
margin-bottom: 3rem;
}
footer .footer_main .slide_logo .logo {
flex-direction: column;
}
footer .footer_main .slide_logo .logo p {
font-size: 22px;
}
footer .footer_main .slide_logo .social {
justify-content: center;
margin-top: 2rem;
}
footer .footer_main .content > .flex {
display: block;
}
footer .footer_main .slide_obj {
padding: 0;
}
footer .footer_main .slide_obj strong {
font-size: 15px;
line-height: 42px;
border: 1px solid rgba(0, 0, 0, 0.3);
padding: 0 1.2rem;
border-radius: 5px;
margin-bottom: 1rem;
position: relative;
}
footer .footer_main .slide_obj strong::after {
content: '';
display: block;
width: 14px;
height: 14px;
background: url(//www.musechem.com/static/new/assets/img/select.svg) no-repeat center / contain;
position: absolute;
right: 1.2rem;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s;
}
footer .footer_main .slide_obj.active strong::after {
transform: translateY(-50%) rotate(180deg);
}
footer .footer_main .slide_obj > div {
display: none;
padding: 0 1.2rem 1.2rem;
}
footer .footer_main .slide_obj > div li {
margin-bottom: 0.7rem;
}
footer .footer_main .slide_obj > div a {
font-size: 14px;
display: block;
}
footer .footer_main .slide_obj > div p {
font-size: 0.9rem;
line-height: 1.5rem;
}
footer .footer_main .slide_contact {
width: 100%;
}
footer .footer_main .slide_contact li {
gap: 8px;
}
footer .footer_main .slide_contact li i {
width: 1rem;
height: 1rem;
}
footer .footer_main .slide_contact li a {
font-size: 1rem;
}
footer .copyright {
padding: 3rem 0 1rem;
}
footer .copyright .content > .flex {
display: flex;
gap: 1.25rem;
}
footer .copyright .flex {
flex-direction: column-reverse;
}
footer .copyright p {
text-align: center;
line-height: 1.5;
}
.home_banner .flex {
min-height: unset;
padding: 4rem 0 6rem;
}
.home_banner .head h1 {
font-size: 25px;
line-height: 1.5;
}
.home_banner .head form {
margin-top: 1.25rem;
padding: 4px;
}
.home_banner .head form input[type="text"] {
font-size: 14px;
padding: 0 1rem;
}
.home_banner .head form input[type="submit"] {
width: 2.5rem;
height: 2.5rem;
}
.home_banner .blog_box {
height: 4rem;
margin-top: -4rem;
}
.home_banner .blog_box::after {
left: -1.2rem;
border-radius: 0;
}
.home_banner .blog_box strong {
padding: 0 12px 0 0;
font-size: 1rem;
line-height: 36px;
margin-right: 0;
}
.home_banner .blog_box .swiper_btns {
width: 3rem;
}
.home_banner .home_banner_swiper .swiper-slide a {
display: block;
}
.home_banner .home_banner_swiper .swiper-slide a p {
font-size: 14px;
line-height: 1;
margin-bottom: 6px;
}
.home_banner .home_banner_swiper .swiper-slide a span {
font-size: 12px;
gap: 8px;
}
.home_banner .home_banner_swiper .swiper-slide a span::before {
width: 12px;
height: 12px;
}
.home_category {
padding: 4rem 0 3rem;
}
.home_category .main {
margin-top: 2rem;
}
.home_category .main ul {
display: flex;
gap: 1rem;
overflow: auto;
}
.home_category .main ul li,
.home_category .main ul li.active {
min-width: 70%;
}
.home_category .main ul li a,
.home_category .main ul li.active a {
display: flex;
flex-direction: column-reverse;
}
.home_category .main ul li .intro,
.home_category .main ul li.active .intro {
background-color: transparent;
transform: translate(0);
min-height: unset;
padding: 0.5rem 1.2rem 1.6rem;
opacity: 1;
}
.home_category .main ul li .intro p,
.home_category .main ul li.active .intro p {
color: var(--title_color);
font-size: 0.9rem;
line-height: 1.5rem;
opacity: 1;
}
.home_category .main ul li .intro .button,
.home_category .main ul li.active .intro .button {
margin-top: 1rem;
}
.home_category .main ul li .con,
.home_category .main ul li.active .con {
position: static;
height: auto;
transform: translate(0);
padding: 2rem 1.2rem 0;
}
.home_category .main ul li .con i,
.home_category .main ul li.active .con i {
width: 4rem;
height: 4rem;
}
.home_category .main ul li .con h3,
.home_category .main ul li.active .con h3 {
font-size: 18px;
line-height: 1.5;
margin-top: 1rem;
}
.home_about {
padding: 3rem 0 4rem;
}
.home_about .flex {
display: block;
}
.home_about .head {
padding: 0;
}
.home_about .head p {
font-size: 0.9rem;
line-height: 1.5rem;
margin-top: 0.5rem;
}
.home_about .head ul {
margin-top: 1.25rem;
}
.home_about .head ul li span {
font-size: 1.8rem;
}
.home_about .head ul li p {
font-size: 13px;
line-height: 1.5;
margin-top: 0.5rem;
}
.home_about .head .button {
margin-top: 1.25rem;
}
.home_about .img {
width: 100%;
margin-top: 2rem;
}
.home_about .img .bg {
left: -2%;
}
.home_about .img .num {
gap: 8px;
width: 130px;
}
.home_about .img .num span {
font-size: 2rem;
}
.home_about .img .num p {
font-size: 13px;
}
.home_about .partner {
padding: 4rem 0 0;
}
.home_about .partner h3 {
font-size: 18px;
line-height: 1.5;
}
.home_about .partner .home_about_swiper {
margin-top: 1.25rem;
}
.home_service {
padding: 4rem 0;
width: 100%;
border-radius: 0;
}
.home_service .head {
grid-column-start: 1;
grid-column-end: 3;
padding: 0 0 1.25rem;
}
.home_service .head p {
font-size: 0.9rem;
line-height: 1.5rem;
margin-top: 0.5rem;
}
.home_service ul {
grid-template-columns: repeat(2, 1fr);
gap: 8px;
}
.home_service ul li:not(.head) a {
padding: 1.6rem 1rem 1.25rem;
}
.home_service ul li:not(.head) a i {
width: 2.5rem;
height: 2.5rem;
}
.home_service ul li:not(.head) a h3 {
font-size: 15px;
line-height: 1.5;
margin-top: 1rem;
}
.home_service ul li:not(.head) a p {
margin-top: 0.5rem;
font-size: 13px;
line-height: 1.5;
}
.home_service ul li:not(.head) a span {
font-size: 13px;
margin-top: 1rem;
}
.home_blog {
padding: 4rem 0 5rem;
}
.home_blog .nav {
margin-top: 1.25rem;
}
.home_blog .nav ul {
flex-wrap: nowrap;
overflow: auto;
gap: 12px;
}
.home_blog .nav ul li {
font-size: 14px;
padding: 9px 1rem;
white-space: nowrap;
border-radius: 4px;
}
.home_blog .swiper_box {
margin: 22px 0 2rem;
}
.home_blog .swiper_box .swiper_btns {
display: none;
}
.posts .post .img span {
font-size: 12px;
padding: 4px 8px;
}
.posts .post .info {
padding: 12px;
}
.posts .post .info span {
font-size: 13px;
line-height: 1.5;
}
.posts .post .info h3 {
font-size: 15px;
line-height: 1.5;
margin-top: 8px;
}
.posts .post .info strong {
margin-top: 1rem;
padding-top: 8px;
font-size: 14px;
gap: 8px;
}
.posts .post .info strong::after {
width: 12px;
}
.about_banner {
padding: 4rem 0 3rem;
}
.about_banner .flex {
display: block;
}
.about_banner .head {
padding: 0;
top: 0;
}
.about_banner .head p {
font-size: 0.9rem;
line-height: 1.5rem;
margin-top: 0.5rem;
}
.about_banner .head ul {
margin-top: 1.25rem;
}
.about_banner .head ul li span {
font-size: 1.8rem;
}
.about_banner .head ul li p {
font-size: 13px;
line-height: 1.5;
margin-top: 0.5rem;
}
.about_banner .head .button {
margin-top: 1.25rem;
}
.about_banner .img {
width: 100%;
margin-top: 2rem;
}
.about_banner .img .bg {
left: -2%;
}
.about_banner .img .num {
gap: 8px;
width: 130px;
}
.about_banner .img .num span {
font-size: 2rem;
}
.about_banner .img .num p {
font-size: 13px;
}
.about_banner .main {
margin-top: 4rem;
}
.about_banner .main ul {
overflow: auto;
display: flex;
gap: 1rem;
}
.about_banner .main ul li,
.about_banner .main ul li.active {
min-width: 70%;
padding: 2rem 1.2rem 1.6rem;
min-height: unset;
}
.about_banner .main ul li i,
.about_banner .main ul li.active i {
opacity: 1;
transform: translate(0);
width: 3rem;
height: 3rem;
}
.about_banner .main ul li strong,
.about_banner .main ul li.active strong {
transform: translate(0);
font-size: 18px;
line-height: 1.5;
margin-top: 1rem;
}
.about_banner .main ul li p,
.about_banner .main ul li.active p {
opacity: 1;
transform: translate(0);
font-size: 0.85rem;
line-height: 1.3rem;
margin-top: 0.5rem;
}
.about_intro {
padding: 3rem 0;
}
.about_intro.margin {
margin-bottom: 2rem;
}
.about_intro .flex {
display: block;
}
.about_intro .head {
width: 100%;
}
.about_intro .head h2 {
margin-bottom: 0;
}
.about_intro .head p {
font-size: 0.9rem;
line-height: 1.5rem;
padding-top: 0.5rem;
}
.about_intro .head .button {
margin-top: 1.25rem;
}
.about_intro .img {
width: 100%;
margin-top: 2rem;
border-radius: 12px;
}
.about_nums {
padding: 3rem 0 5rem;
margin-top: 0;
transform: translate(0);
min-height: unset;
}
.about_nums .head p {
font-size: 0.9rem;
line-height: 1.5rem;
margin-top: 0.5rem;
}
.about_nums ul {
margin-top: 2rem;
display: grid;
gap: 2rem 0;
grid-template-columns: repeat(2, 1fr);
}
.about_nums ul li::after {
display: none;
}
.about_nums ul li i {
width: 2.5rem;
height: 2.5rem;
margin-bottom: 1rem;
}
.about_nums ul li span {
font-size: 1.6rem;
}
.about_nums ul li p {
font-size: 13px;
line-height: 1.5;
margin-top: 0.5rem;
}
.blog_banner {
padding: 4rem 0 2rem;
}
.blog_banner .flex {
min-height: unset;
}
.blog_banner .head{
max-width: 100%;
}
.blog_banner .head h1 {
font-size: 25px;
line-height: 1.5;
}
.blog_banner .head form {
margin-top: 1.25rem;
padding: 4px;
width: 300px;
}
.blog_banner .head form input[type="text"] {
font-size: 14px;
padding: 0 1rem;
}
.blog_banner .head form input[type="submit"] {
width: 2.5rem;
height: 2.5rem;
}
.blog_main {
padding: 4rem 0 5rem;
}
.blog_main .nav {
margin-top: 1.25rem;
}
.blog_main .nav ul {
display: flex;
flex-wrap: nowrap;
gap: 12px;
overflow: auto;
}
.blog_main .nav ul li a {
font-size: 14px;
padding: 9px 1rem;
border-radius: 4px;
white-space: nowrap;
}
.blog_main .main ul {
grid-template-columns: repeat(2, 1fr);
gap: 1rem 12px;
margin-bottom: 2rem;
}
.blog_main .main ul li .info h3 {
font-size: 14px;
}
.cat_banner {
margin-bottom: 1rem;
}
.cat_banner .banner {
padding: 4rem 0 2rem;
}
.cat_banner .banner .flex {
min-height: unset;
}
.cat_banner .banner .head h1 {
font-size: 25px;
line-height: 1.5;
}
.cat_banner .banner .head form {
margin-top: 1.25rem;
padding: 4px;
width: auto;
width: 300px;
max-width: 100%;
}
.cat_banner .banner .head form input[type="text"] {
font-size: 14px;
padding: 0 1rem;
}
.cat_banner .banner .head form input[type="submit"] {
width: 2.5rem;
height: 2.5rem;
}  .cat_banner .nav ul li{
height: auto;
}
.cat_banner .nav ul li a {
padding: 1.25rem 1rem;
}
.cat_banner .nav ul li a i {
width: 2rem;
height: 2rem;
}
.cat_banner .nav ul li a p {
margin-top: 0.7rem;
font-size: 13px;
line-height: 1.5;
}
.cat_box {
padding: 3rem 0;
}
.cat_box.margin {
margin-bottom: 2rem;
}
.cat_box .head p {
font-size: 0.9rem;
line-height: 1.5rem;
margin-top: 0.5rem;
}
.cat_box .main {
margin-top: 2rem;
}
.cat_box .main ul {
gap: 8px;
grid-template-columns: repeat(2, 1fr);
}
.cat_box .main ul li .con {
font-size: 13px;
line-height: 1.5;
padding: 1rem;
word-break: break-all;
}
.category_main {
padding: 3rem 0 5rem;
}
.category_main .flex {
display: block;
}
.category_main .content {
width: 100%;
}
.category_main .sidebar {
width: 100%;
}
.category_main .sidebar h2 {
font-size: 22px;
line-height: 1.5;
}
.category_main .sidebar input {
font-size: 14px;
padding: 0.7rem 1rem;
}
.category_main .sidebar strong {
font-size: 18px;
}
.category_main .icon_menu_p {
display: block;
width: 20px;
height: 20px;
background: url(//www.musechem.com/static/new/assets/img/mobile-menu/nav-btn-p.svg) no-repeat center / contain;
margin: 1.25rem 0 0 auto;
margin-top: -1.75rem;
}
.category_main .filter {
position: fixed;
width: 80vw;
height: 100vh;
z-index: 999;
background-color: #fff;
right: 0;
top: 0;
padding: 4rem 1.25rem;
overflow: auto;
transform: translateX(100%);
transition: all 0.35s;
}
.category_main .filter.active {
transform: translate(0);
}
.category_main .list {
padding-top: 0;
margin-top: 1.25rem;
}
.category_main .list .container {
gap: 1rem 12px;
margin-bottom: 2rem;
grid-template-columns: repeat(2, 1fr);
}
.products .product .info {
padding: 12px;
}
.products .product .info h3 {
font-size: 15px;
line-height: 1.5;
}
.products .product .info ul {
margin-top: 0.5rem;
}
.products .product .info ul li {
font-size: 12px;
line-height: 1.5;
}
.products .product .info strong {
font-size: 13px;
line-height: 40px;
margin-top: 1rem;
}
.contact_main {
padding: 4rem 0 3rem;
background-size: 120% auto;
}
.contact_main .content {
width: 100%;
}
.contact_main .flex {
display: block;
}
.contact_main .head {
width: 100%;
}
.contact_main .head h1 {
font-size: 25px;
line-height: 1.5;
}
.contact_main .head p {
font-size: 0.9rem;
line-height: 1.5rem;
margin-top: 0.5rem;
}
.contact_main .head ul {
margin-top: 2rem;
}
.contact_main .head ul li {
margin-bottom: 1.25rem;
gap: 8px;
}
.contact_main .head ul li i {
min-width: 2rem;
width: 2rem;
height: 2rem;
}
.contact_main .head ul li div {
padding: 0;
}
.contact_main .head ul li strong {
font-size: 18px;
line-height: 1.5;
margin-bottom: 8px;
}
.contact_main .head ul li a,
.contact_main .head ul li span {
font-size: 14px;
line-height: 1.5;
}
.contact_main .head ul li a + a,
.contact_main .head ul li span + a {
display: inline;
}
.contact_main .head ul li p {
font-size: 0.9rem;
line-height: 1.5;
margin-bottom: 0.5rem;
}
.contact_main .head ul li .tip {
font-size: 14px;
line-height: 1.5;
gap: 8px;
display: block;
}
.contact_main .head ul li .tip::before {
width: 1rem;
height: 1rem;
min-width: 1rem;
margin-bottom: 0.5rem;
}
.contact_main .inquiry_form {
width: 100%;
margin-top: 3rem;
padding: 2rem 1.2rem 1.6rem;
}
.contact_main .inquiry_form form {
gap: 1rem 0;
}
.contact_main .inquiry_form form .col2 {
width: 100%;
}
.contact_main .inquiry_form form input,
.contact_main .inquiry_form form textarea {
font-size: 14px;
padding: 0.7rem 1rem;
}
.contact_main .inquiry_form form textarea {
height: 120px;
}
.contact_main .inquiry_form form .checkbox {
gap: 8px;
}
.contact_main .inquiry_form form .checkbox strong {
font-size: 1rem;
line-height: 1.5;
}
.contact_main .inquiry_form form .checkbox input[type="checkbox"] {
width: 1rem;
height: 1rem;
}
.contact_main .inquiry_form form .checkbox p {
font-size: 14px;
line-height: 1.5;
padding-left: 4px;
}
.contact_main .inquiry_form form input[type="submit"] {
max-width: 100%;
font-size: 14px;
padding: 9px 1rem;
margin-top: 1rem;
}
.contact_location {
padding: 3rem 0 5rem;
}
.contact_location .content {
width: 100%;
}
.contact_location .main {
margin-top: 2rem;
}
.contact_location .main ul {
grid-template-columns: 1fr;
gap: 1.25rem;
}
.contact_location .main ul li {
border-radius: 8px;
}
.contact_location .main ul li .img {
border-radius: 8px;
}
.contact_location .main ul li .info {
padding: 1rem 1rem 1.25rem;
}
.contact_location .main ul li .info h3 {
font-size: 18px;
line-height: 1.5;
margin-bottom: 8px;
padding-left: 22px;
}
.contact_location .main ul li .info h3::before {
width: 18px;
height: 18px;
}
.contact_location .main ul li .info strong {
font-size: 1rem;
line-height: 1.5;
}
.contact_location .main ul li .info p {
font-size: 0.9rem;
line-height: 1.5rem;
margin-top: 8px;
}
.contact_location .main ul li .info .btns a {
font-size: 14px;
}
.distribute_banner {
padding: 4rem 0;
background-position-x: -450px;
}
.distribute_banner .flex {
min-height: unset;
}
.distribute_banner .head {
padding: 0;
}
.distribute_banner .head h1 {
font-size: 25px;
line-height: 1.5;
color: white;
}
.distribute_banner .head p {
font-size: 0.9rem;
line-height: 1.5rem;
margin-top: 0.5rem;
color: var(--title_color);
color: white !important;
}
.distribute_banner .head a {
font-size: 14px;
padding: 9px 22px;
margin-top: 1.25rem;
border-radius: 4px 8px 4px 8px;
}
.distribute_banner .head ul {
margin-top: 2rem;
}
.distribute_banner .head ul li span {
font-size: 1.6rem;
color: white !important;
}
.distribute_banner .head ul li p {
font-size: 13px;
line-height: 1.5;
margin-top: 0.5rem;
}
.distribute_main {
padding: 4rem 0 3rem;
}
.distribute_main ul {
grid-template-columns: 1fr;
gap: 1.25rem;
}
.distribute_main ul li {
padding: 1.6rem 1.2rem;
}
.distribute_main ul li h2 {
font-size: 20px;
line-height: 1.5;
padding-left: 28px;
}
.distribute_main ul li h2::before {
width: 22px;
height: 22px;
}
.distribute_main ul li .tel {
font-size: 1rem;
line-height: 1.5;
}
.distribute_main ul li p {
font-size: 0.9rem;
line-height: 1.5rem;
margin-top: 0.5rem;
}
.distribute_main ul li .btns a {
font-size: 14px;
}
.post_main {
padding: 3rem 0;
}
.post_main span.cat {
font-size: 14px;
line-height: 1.5;
}
.post_main h1 {
font-size: 22px;
line-height: 1.5;
}
.post_main .breadcrumbs {
margin-top: 1.25rem;
}
.post_main .breadcrumbs span {
font-size: 14px;
}
.post_main .breadcrumbs span a {
font-size: 14px;
}
.post_main .main_img {
height: auto;
margin-top: 1.25rem;
}
.post_main .main_img .pic {
height: auto;
position: static;
width: 100%;
border-radius: 12px;
}
.post_main .main_img .pic img {
height: auto;
display: block;
}
.post_main .main {
padding-top: 2rem;
flex-direction: column-reverse;
}
.post_main .main .post_detail .content {
padding: 0;
}
.post_main .main .post_detail p {
font-size: 0.9rem;
line-height: 1.5rem;
margin-top: 1.25rem;
}
.post_main .main .post_detail h2 {
font-size: 20px;
line-height: 1.5;
margin-top: 2rem;
}
.post_main .main .post_detail h3 {
font-size: 17px;
line-height: 1.5;
margin-top: 1.7rem;
}
.post_main .main .post_detail ul li {
padding-left: 1rem;
font-size: 0.9rem;
line-height: 1.5rem;
}
.post_main .main .post_detail ul li::before {
width: 6px;
height: 6px;
top: 9px;
}
.post_main .main .sidebar {
width: 100%;
margin-top: 4rem;
}
.post_main .main .sidebar strong.title {
font-size: 18px;
}
.post_main .main .sidebar .infos ul li {
font-size: 15px;
}
.post_main .main .sidebar .cate ul li {
padding-left: 1rem;
margin-bottom: 0.7rem;
}
.post_main .main .sidebar .cate ul li::before {
width: 10px;
height: 10px;
}
.post_main .main .sidebar .cate ul li a {
font-size: 14px;
}
.post_main .main .sidebar .tags ul li {
font-size: 14px;
padding: 9px 1rem;
}
.post_main .share {
position: static;
opacity: 1;
pointer-events: all;
transform: translate(0) !important;
text-align: left;
margin-top: 3rem;
}
.post_main .share span {
padding-bottom: 14px;
font-size: 20px;
font-weight: 600;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
position: relative;
}
.post_main .share span::after {
content: '';
display: block;
width: 50px;
height: 2px;
background-color: var(--theme_color);
position: absolute;
left: 0;
bottom: -2px;
}
.post_main .share .social {
flex-direction: row;
flex-wrap: wrap;
}
.post_main .share .social li a {
width: 2.5rem;
height: 2.5rem;
}
.post_related {
padding: 4rem 0 5rem;
}
.post_related .head {
display: block;
}
.post_related .head .view_more {
font-size: 14px;
margin-top: 1.25rem;
padding: 9.5px 3rem 9.5px 1.25rem;
}
.post_related .head .view_more::after {
width: 2rem;
height: 2rem;
right: 4px;
}
.post_related .post_related_swiper {
margin: 2rem 0;
}
.post_related .post_related_swiper .swiper-slide a {
flex-direction: column-reverse;
}
.post_related .post_related_swiper .swiper-slide .img {
width: 100%;
height: 160px;
}
.post_related .post_related_swiper .swiper-slide .img span {
font-size: 13px;
}
.post_related .post_related_swiper .swiper-slide .info {
padding: 1rem 1rem 1.25rem;
}
.post_related .post_related_swiper .swiper-slide .info span {
font-size: 14px;
}
.post_related .post_related_swiper .swiper-slide .info h3 {
font-size: 1rem;
margin-top: 0.2rem;
line-height: 1.5;
-webkit-line-clamp: 2;
}
.post_related .post_related_swiper .swiper-slide .info p {
font-size: 0.9rem;
line-height: 1.5rem;
margin-top: 0.5rem;
-webkit-line-clamp: 3;
}
.post_related .post_related_swiper .swiper-slide .info strong {
gap: 8px;
margin-top: 1rem;
font-size: 14px;
}
.post_related .post_related_swiper .swiper-slide .info strong::before {
width: 2rem;
height: 2rem;
}
.post_related .swiper_btns {
gap: 1rem;
}
.post_related .swiper_btns div {
width: 2.5rem;
height: 2.5rem;
}
.service_banner {
margin-bottom: 1rem;
}
.service_banner .flex {
min-height: unset;
}
.service_banner .head {
padding: 4rem 0;
}
.service_banner .head h1 {
font-size: 25px;
line-height: 1.5;
}
.service_banner .nav {
position: static;
overflow: auto;
width: 100vw;
margin-left: -1.2rem;
}
.service_banner .nav ul li {
min-width: 40%;
}
.service_banner .nav ul li a {
font-size: 14px;
line-height: 1.5;
min-height: 100%;
}
.service_main {
padding: 4rem 0;
width: 100%;
border-radius: 0;
margin: 1rem 0;
}
.service_main .head {
grid-column-start: 1;
grid-column-end: 3;
padding: 0 0 1.25rem;
}
.service_main .head p {
font-size: 0.9rem;
line-height: 1.5rem;
margin-top: 0.5rem;
}
.service_main ul {
grid-template-columns: repeat(2, 1fr);
gap: 8px;
}
.service_main ul li:not(.head) {
min-height: unset;
padding: 1.6rem 1rem 1.25rem;
}
.service_main ul li:not(.head) i {
width: 2.5rem;
height: 2.5rem;
}
.service_main ul li:not(.head) h3 {
font-size: 15px;
line-height: 1.5;
margin-top: 1rem;
}
.page_banner .flex {
min-height: 220px;
}
.page_banner .head h1 {
font-size: 25px;
line-height: 1.5;
}
.sales_box {
padding: 4rem 0 3rem;
}
.sales_box.margin {
margin-bottom: 2rem;
}
.sales_box .title {
display: block;
}
.sales_box .head p {
font-size: 0.9rem;
line-height: 1.5rem;
margin-top: 0.5rem;
}
.sales_box .swiper_btns {
gap: 1rem;
margin-top: 1.25rem;
}
.sales_box .swiper_btns div {
width: 2.5rem !important;
height: 2.5rem !important;
}
.sales_box .sales_swiper {
margin-top: 2rem;
}
.product_preview {
padding: 1rem 0 4rem;
}
.product_preview .breadcrumbs_box {
padding-bottom: 1rem;
}
.product_preview .breadcrumbs_box .breadcrumbs {
overflow: auto;
}
.product_preview .breadcrumbs_box .breadcrumbs::-webkit-scrollbar {
display: none;
}
.product_preview .breadcrumbs_box .breadcrumbs span {
font-size: 14px;
white-space: nowrap;
}
.product_preview .breadcrumbs_box .breadcrumbs span a {
font-size: 14px;
}
.product_preview .flex {
display: block;
}
.product_preview .img {
width: 100%;
}
.product_preview .img a {
right: 1.25rem;
bottom: 1.25rem;
}
.product_preview .right {
padding: 2rem 0 0;
}
.product_preview .right h1 {
font-size: 22px;
line-height: 1.5;
margin-bottom: 0.5rem;
}
.product_preview .right p{
font-size: 0.9rem;
line-height: 1.5;
}
.product_preview .right ul {
margin-top: 1rem;
}
.product_preview .right ul li {
font-size: 0.9rem;
line-height: 1.5rem;
margin-bottom: 0.5rem;
}
.product_preview .right .btn {
font-size: 14px;
width: 100%;
text-align: center;
padding: 10px 1rem;
}
.product_nav {
overflow: hidden;
}
.product_nav ul {
gap: 1rem;
overflow: auto;
}
.product_nav ul::after {
bottom: 1px;
}
.product_nav ul li a {
font-size: 14px;
line-height: 1.5;
padding-bottom: 12px;
border-width: 3px;
}
.product_spec {
padding: 3rem 0;
}
.product_spec table tr td {
font-size: 13px;
line-height: 1.5;
padding: 0.7rem;
}
.product_spec table tr td:first-child {
font-size: 14px;
}
.product_inquiry {
padding: 4rem 0 5rem;
margin-top: 0;
transform: translate(0);
}
.product_inquiry .main {
display: block;
margin-top: 2rem;
}
.product_inquiry .main .left {
padding: 2rem 1.2rem;
width: 100%;
}
.product_inquiry .main .left h3 {
font-size: 18px;
line-height: 1.5;
margin-bottom: 0;
}
.product_inquiry .main .left p {
font-size: 0.9rem;
line-height: 1.5rem;
padding-top: 0.5rem;
}
.product_inquiry .main .right {
padding: 2rem 1.2rem 1.6rem;
}
.product_inquiry .main .right form {
gap: 1rem 0;
}
.product_inquiry .main .right form .col2 {
width: 100%;
}
.product_inquiry .main .right form input,
.product_inquiry .main .right form textarea {
font-size: 14px;
padding: 0.7rem 1rem;
}
.product_inquiry .main .right form textarea {
height: 120px;
}
.product_inquiry .main .right form .checkbox {
gap: 8px;
}
.product_inquiry .main .right form .checkbox strong {
font-size: 1rem;
line-height: 1.5;
}
.product_inquiry .main .right form .checkbox input[type="checkbox"] {
width: 1rem;
height: 1rem;
}
.product_inquiry .main .right form .checkbox p {
font-size: 14px;
line-height: 1.5;
padding-left: 4px;
}
.product_inquiry .main .right form input[type="submit"] {
max-width: 100%;
font-size: 14px;
padding: 9px 1rem;
margin-top: 1rem;
}
div.search-block .searchform {
display: flex;
align-items: center;
justify-content: space-between;
}
div.search-block input[type='text'] {
flex: 1;
}
div.search-block input[type='submit'] {
width: 1.5rem;
height: 1.5rem;
margin: 0 2.2vw 0 1.2vw; background-size: 1.4rem;
display: inline-block;
vertical-align: middle;
transition: 0.3s all ease;
cursor: pointer;
border: none;
outline: none;
display: none;
}
div.search-block.active{
transform: none;
}
div.search-block div.content {
position: unset;
}
div.search-block .searchform input[type='text'] {
font-size: 22px;
height: 70px;
}
.wd-action-btn {
width: 25px;
height: 25px;
top: unset;
right: 2rem;
bottom: 2rem;
}
div.search-block {
height: 80vh;
width: 100%;
top: unset;
bottom: -120%;
}
.search-block input[type="submit"]:not(:disabled):hover { background-size: 1.4rem;
border: none;
display: none;
}
.about_intro3 .head h2{
max-width: 100% !important;
}
.post_main .post_detail h2{
font-size: 20px;
margin-top: 2rem;
}
.post_main .post_detail p{
font-size: 0.9rem;
margin-top: 1rem;
line-height: 1.5rem;
}
.distribute_banner {
position: relative;
}
.distribute_banner .content{
position: relative;
z-index: 9;
}
.distribute_banner:after{
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background: rgba(0, 0, 0, 0.4);
}
.contact-icon{
display: block;
}
.pro_details li{
font-size: 0.9rem;
line-height: 1.5rem;
margin-bottom: 0.5rem;
}
#go-top{
width: 50px;
height: 50px;
border-radius: 50%;
position: fixed;
right: 30px;
cursor: pointer;
bottom: 30px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
background: url(//www.musechem.com/static/new/assets/img/go-top.svg) no-repeat center/60%;
background-color: white;
z-index: 99;
}
}body.lb-disable-scrolling {
overflow: hidden;
}
.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: none;
}
.lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 10000;
text-align: center;
line-height: 0;
font-weight: normal;
outline: none;
}
.lightbox .lb-image {
display: block;
height: auto;
max-width: inherit;
max-height: none;
border-radius: 3px; border: 4px solid white;
}
.lightbox a img {
border: none;
}
.lb-outerContainer {
position: relative;
*zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto;
border-radius: 4px; background-color: white;
}
.lb-outerContainer:after {
content: "";
display: table;
clear: both;
}
.lb-loader {
position: absolute;
top: 43%;
left: 0;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(//www.musechem.com/static/new/global/img/loading.gif) no-repeat;
}
.lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
.lb-container > .nav {
left: 0;
}
.lb-nav a {
outline: none;
background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-prev, .lb-next {
height: 100%;
cursor: pointer;
display: block;
}
.lb-nav a.lb-prev {
width: 34%;
left: 0;
float: left;
background: url(//www.musechem.com/static/new/global/img/prev.png) left 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.lb-nav a.lb-next {
width: 64%;
right: 0;
float: right;
background: url(//www.musechem.com/static/new/global/img/next.png) right 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
*zoom: 1;
width: 100%;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
content: "";
display: table;
clear: both;
}
.lb-data {
padding: 0 4px;
color: #ccc;
}
.lb-data .lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1em;
}
.lb-data .lb-caption {
font-size: 13px;
font-weight: bold;
line-height: 1em;
}
.lb-data .lb-caption a {
color: #4ae;
}
.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999999;
}
.lb-data .lb-close {
display: block;
float: right;
width: 30px;
height: 30px;
background: url(//www.musechem.com/static/new/global/img/close.png) top right no-repeat;
text-align: right;
outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}.distribute_banner {
position: relative;
background: url(//www.musechem.com/static/new/assets/img/distribute-banner.svg) no-repeat center / cover;
}
.distribute_banner .content{
position: relative;
z-index: 9;
}
.distribute_banner:after{
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background: rgba(0, 0, 0, 0);
}
.distribute_banner .flex {
min-height: 992px;
}
.distribute_banner .head {
max-width: 528px;
padding: 5rem 0;
}
.distribute_banner .head h1 {
font-size: 3rem;
line-height: 62px;
font-weight: 600;
}
.distribute_banner .head p {
color: #757575;
font-size: 17px;
line-height: 30px;
margin-top: 24px;
font-weight: 300;
}
.distribute_banner .head a {
margin-top: 35px;
display: inline-block;
border-radius: 6px 18px 6px 18px;
background-size: 200%;
color: #fff;
font-size: 18px;
background-image: linear-gradient(to right, #095ac7, #1180ee, #095ac7);
transition: all 0.3s;
padding: 15px 54px;
}
.distribute_banner .head a:hover {
background-position: right;
}
.distribute_banner .head ul {
margin-top: 5rem;
display: flex;
max-width: 400px;
gap: 1rem;
}
.distribute_banner .head ul li {
flex: 1;
}
.distribute_banner .head ul li span {
font-size: 42px;
font-weight: 600;
line-height: 1;
}
.distribute_banner .head ul li p {
font-size: 15px;
line-height: 17px;
margin-top: 18px;
color: var(--title_color);
}
.distribute_main {
padding: 116px 0 102px;
}
.distribute_main ul {
width: calc(100% - 2.4rem);
margin: 0 auto;
max-width: 1488px;
display: grid;
gap: 1rem;
grid-template-columns: repeat(3, 1fr);
}
.distribute_main ul li {
background-color: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
border-radius: 15px;
padding: 50px 8.247% 36px;
color: #25292d;
display: flex;
flex-direction: column;
}
.distribute_main ul li h2 {
padding-left: 38px;
font-size: 29px;
font-weight: 600;
line-height: 43px;
position: relative;
margin-bottom: 1rem;
}
.distribute_main ul li h2::before {
content: '';
display: block;
width: 25px;
height: 31px;
background: url(//www.musechem.com/static/new/assets/img/pos.svg) no-repeat center / contain;
position: absolute;
left: 0;
top: 5px;
}
.distribute_main ul li .tel {
color: #25292d;
font-size: 22px;
font-weight: 500;
line-height: 43px;
transition: all 0.3s;
}
.distribute_main ul li .tel:hover {
color: var(--theme_color);
}
.distribute_main ul li p {
margin-top: 14px;
font-size: 19px;
line-height: 28px;
font-weight: 300;
flex: 1;
}
.distribute_main ul li .btns {
margin-top: 30px;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.distribute_main ul li .btns a {
color: var(--theme_color);
font-size: 19px;
line-height: 28px;
}
.distribute_main ul li .btns a:hover {
text-decoration: underline;
}.swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
float: left
}
.swiper-container-vertical>.swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-box-sizing: content-box;
box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto
}
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto
}
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition-property: height, -webkit-transform;
transition-property: height, -webkit-transform;
-o-transition-property: transform, height;
transition-property: transform, height;
transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
-webkit-perspective: 1200px;
perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
-ms-touch-action: pan-y;
touch-action: pan-y
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
-ms-touch-action: pan-x;
touch-action: pan-x
}
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
opacity: .35;
cursor: auto;
pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
display: none
}
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: .3s opacity;
-o-transition: .3s opacity;
transition: .3s opacity;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%
}
.swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transform: scale(.33);
-ms-transform: scale(.33);
transform: scale(.33);
position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
-webkit-transform: scale(.66);
-ms-transform: scale(.66);
transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
-webkit-transform: scale(.33);
-ms-transform: scale(.33);
transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
-webkit-transform: scale(.66);
-ms-transform: scale(.66);
transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
-webkit-transform: scale(.33);
-ms-transform: scale(.33);
transform: scale(.33)
}
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: .2
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer
}
.swiper-pagination-bullet-active {
opacity: 1;
background: var(--primary-color)
}
.swiper-container-vertical>.swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 6px 0;
display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
-webkit-transition: .2s top, .2s -webkit-transform;
transition: .2s top, .2s -webkit-transform;
-o-transition: .2s transform, .2s top;
transition: .2s transform, .2s top;
transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: .2s left, .2s -webkit-transform;
transition: .2s left, .2s -webkit-transform;
-o-transition: .2s transform, .2s left;
transition: .2s transform, .2s left;
transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: .2s right, .2s -webkit-transform;
transition: .2s right, .2s -webkit-transform;
-o-transition: .2s transform, .2s right;
transition: .2s transform, .2s right;
transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
background: rgba(0, 0, 0, .25);
position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: var(--primary-color);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
width: 4px;
height: 100%;
left: 0;
top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
background: rgba(255, 255, 255, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
background: #000
}
.swiper-pagination-lock {
display: none
}
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, .5);
border-radius: 10px;
left: 0;
top: 0
}
.swiper-scrollbar-cursor-drag {
cursor: move
}
.swiper-scrollbar-lock {
display: none
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain
}
.swiper-slide-zoomed {
cursor: move
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
display: block;
content: '';
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
background-size: 100%;
background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}
.swiper-container-cube {
overflow: visible
}
.swiper-container-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0
}
.swiper-container-flip {
overflow: visible
}
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
-ms-perspective: 1200px
}
 .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, 50%, 0);
transform: translate3d(0, 50%, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-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;
}
@-webkit-keyframes fadeInRight-1 {
from {
opacity: 0;
-webkit-transform: translate3d(10%, 0, 0);
transform: translate3d(10%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight-1 {
from {
opacity: 0;
-webkit-transform: translate3d(13%, 0, 0);
transform: translate3d(13%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight-1 {
-webkit-animation-name: fadeInRight-1;
animation-name: fadeInRight-1;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-13%, 0, 0);
transform: translate3d(-13%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-13%, 0, 0);
transform: translate3d(-13%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft-1 {
-webkit-animation-name: fadeInLeft-1;
animation-name: fadeInLeft-1;
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}