@charset "UTF-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{font-size:100%;margin:0;padding:0;vertical-align:baseline;border:0;outline:0;background:transparent;box-sizing:border-box}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}a{font-size:100%;margin:0;padding:0;vertical-align:baseline;background:transparent}table{border-spacing:0;border-collapse:collapse}input,select{vertical-align:middle}em,strong{font-weight:bold;font-style:normal}ul,ol{list-style:none outside}html {
font-size: 62.5%; }
body { font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Century Gothic", Helvetica, Arial, Roboto, "Droid Sans", sans-serif; font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 14px;
font-size: 1.4rem;
margin: 0;
padding: 0;
color: #423835;
background: #fff;
-webkit-text-size-adjust: 100%;
}
a {
color: #423835;
text-decoration: none;
}
img {
vertical-align: bottom;
}  .u-clear {
clear: both;
}
.u-clearfix {
zoom: 1;
}
.u-clearfix:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: ".";
} .float_l {
float: left;
}
.float_r {
float: right;
} body.lower h1.header {
display: none;
}
.mainNav {
position: absolute;
width: 180px;
height: 100%;
}
#navBtn {
display: none;
}
nav .nav_foot,
nav .sns {
display: none;
}
nav .list>li h1 {
text-align: center;
}
nav .list>li a {
border-bottom: 1px solid #eeecec;
padding: 18px 16px;
letter-spacing: 0.08em;
display: block;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
font-size: 13px;
}
nav .list>li.arrow a {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_orange.png) no-repeat 18px center;
background-size: 6px auto;
padding-left: 30px;
}
nav .list>li.current a,
nav .list>li a:hover {
background: #fbf0eb;
}
nav .list>li.arrow.current a,
nav .list>li.arrow a:hover {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_orange.png) no-repeat 18px center, #fbf0eb;
background-size: 6px auto;
}
nav .list>li span {
display: inline-block;
}
nav .list>li a div:nth-of-type(1) {
float: left;
width: 44px;
vertical-align: middle;
}
nav .list>li:nth-child(2) a div:nth-of-type(1) {
margin-top: 1px;
}
nav .list>li:nth-of-type(3) a div:nth-of-type(1) {
margin-top: 5px;
}
nav .list>li a div:nth-of-type(2) {
float: left;
width: 97px;
margin-top: -4px;
}
nav .list>li .en {
font-family: 'Caveat', Helvetica;
color: #d56c3c;
font-size: 7px;
font-weight: normal;
margin-bottom: 4px;
}
nav .list>li a div span:nth-of-type(2) {
font-size: 13px;
}
nav .list>li {
font-weight: bold;
}
@media screen and (max-width: 768px) {
body.lower h1.header {
display: block;
height: 80px;
width: 100%;
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/sp_header_bg.gif) repeat-x center bottom, #fff;
background-size: 4px auto;
padding-left: 77px;
padding-top: 15px;
box-sizing: border-box;
}
body.lower h1.header img {
width: 282px;
}
#navBtn {
display: block;
position: fixed;
top: 15px;
left: 15px;
z-index: 10;
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/menu_close_top.png) no-repeat;
background-size: 45px auto;
width: 45px;
height: 60px;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
body.lower #navBtn {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/menu_close.png) no-repeat;
background-size: 45px auto;
}
#navBtn.btn_close {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/menu_open_top.png) no-repeat;
background-size: 45px auto;
left: 75%;
}
body.lower #navBtn.btn_close {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/menu_open_top.png) no-repeat;
background-size: 45px auto;
}
nav ul.list {
position: fixed;
width: 70%;
height: 100%;
background-color: #fff;
top: 0px;
left: -100%;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
z-index: 10;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
nav.open {
position: initial;
width: initial;
height: initial;
overflow: initial;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
nav .bg {
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
nav.open .bg {
background: rgba(16, 9, 6, 0.75);
z-index: 9;
width: 100%;
position: fixed;
}
nav.open ul.list {
left: 0px;
}
nav .list>li:first-child {
display: none;
}
nav .nav_foot {
display: inline-block;
width: 100%;
}
nav .list>.nav_foot>a {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_gray_close.png) no-repeat 18px center, #f7f5f5;
background-size: 7px auto;
padding-left: 30px;
border-bottom: 1px solid #fff;
}
nav .list>.nav_foot>a:hover {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_gray_close.png) no-repeat 18px center, #f7f5f5;
background-size: 7px auto;
}
nav .list>.nav_foot>a.open {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_gray_open.png) no-repeat 18px center, #f7f5f5;
background-size: 7px auto;
}
nav .nav_foot ul {
display: none;
}
nav .nav_foot ul li a {
background: #e9e6e6;
border-bottom: 1px solid #fff;
padding-left: 42px;
font-weight: normal;
font-size: 12px;
}
nav .list>li .en {
font-size: 0.5em;
}
nav .sns {
display: block;
padding: 25px 16px 0;
font-size: 0.8em;
font-family: Helvetica;
line-height: 35px;
color: #6c6060;
letter-spacing: 0.12em;
font-weight: normal !important;
}
nav .list>.sns ul {
display: inline-block;
}
nav .list>.sns li {
display: inline-block;
}
nav .list>.sns li:first-child {
padding-left: 10px;
padding-right: 6px;
}
nav .list>.sns a {
display: initial;
border-bottom: none;
padding: 0;
}
.fixed {
position: fixed;
width: 100%;
height: 100%;
}
}
@media screen and (max-width: 320px) {
body.lower h1.header {
padding-top: 20px;
}
body.lower h1.header img {
width: 230px;
}
} #main a img:hover,
#main a:hover img {
filter: alpha(opacity=80);
-moz-opacity: 0.80;
opacity: 0.80;
}
#main a img {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
#main {
position: relative;
margin-left: 180px;
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg1.gif) no-repeat left 600px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg_tree.gif) no-repeat right 650px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg2.gif) no-repeat 30% 50%,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg3.gif) no-repeat 50% 40%,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg4.gif) no-repeat left 65%,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg5.gif) no-repeat 40% 70%,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg6.gif) no-repeat right 70%,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg_bird.gif) no-repeat left 80%,
#fafaf7;
background-size: 212px auto,
158px auto,
178px auto,
178px auto,
178px auto,
178px auto,
175px auto,
264px auto;
min-width: 844px;
}
@media screen and (max-width: 768px) {
#main {
margin-left: 0;
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg1.gif) no-repeat left 600px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg2.gif) no-repeat 30% 50%,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg3.gif) no-repeat 50% 40%,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg4.gif) no-repeat left 65%,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg5.gif) no-repeat 40% 70%,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg6.gif) no-repeat right 70%,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg_bird.gif) no-repeat left 90%,
#fafaf7;
background-size: 180px auto,
150px auto,
150px auto,
150px auto,
150px auto,
150px auto,
160px auto;
min-width: initial;
}
} #top .feature_pc {
text-align: center;
padding-top: 15px;
}
#top .feature_pc img {
width: 90%;
max-width: 896px;
}
#top .feature_sp {
display: none;
}
@media screen and (max-width: 768px) {
#top .feature_pc {
display: none;
}
#top .feature_sp {
display: block;
}
}
#main #panel {
max-width: 1200px;
min-width: 844px;
padding: 30px;
margin: 0 auto;
}
#main #panel li {
float: left;
width: 30.9%;
margin-right: 3.6%;
margin-bottom: 40px;
color: #423835;
position: relative;
z-index: 2;
}
#main #panel li:after {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/panel_bg.gif);
background-size: 8px;
content: ".";
position: absolute;
width: 100%;
left: 10px;
top: 10px;
height: 100%;
}
@media screen and (min-width: 769px) {
#main #panel li:nth-child(3n) {
margin-right: 0;
}
}
#main #panel li img {
width: 100%;
height: 182px;
object-fit: cover;
background: #fff;
}
#main #panel li a {
position: relative;
z-index: 2;
}
#main #panel li a>div {
padding: 15px;
position: relative;
z-index: 2;
background: #fff;
height: 100px;
}
#main #panel li a>div>div {
margin-bottom: 9px;
}
#main #panel li a>div .float_l {
background: #d56c3c;
color: #fff;
padding: 5px 8px 5px 6px;
}
#main #panel li a>div .float_l .tag_name {
font-size: 12px;
}
#main #panel li a>div .float_l .num {
font-family: 'Caveat', Helvetica;
font-size: 16px;
letter-spacing: 0.08em;
}
#main #panel li a>div .float_r {
font-family: 'Caveat', Helvetica;
font-size: 16px;
color: #6d635b;
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/line_panel_date.png) repeat-x center bottom;
background-size: 79px auto;
margin-top: 2px;
padding-bottom: 4px;
letter-spacing: 0.04em;
}
#main #panel li a>div p {
font-size: 13px;
line-height: 19px;
color: #423835;
}
@media screen and (max-width: 768px) {
#main #panel {
max-width: initial;
min-width: initial;
padding: 0 30px 0;
margin: -20px auto 0;
}
#main #panel li {
width: 344px;
margin-right: 20px;
}
#main #panel li img {
height: 200px;
}
#main #panel li a>div {
height: 101px;
}
#main #panel li:nth-child(2n) {
margin-right: 0;
}
#main #panel li a>div .float_l .num {
font-size: 0.9em;
letter-spacing: 0.01em;
}
#main #panel li a>div .float_r {
font-size: 1.05em;
letter-spacing: 0.01em;
}
}
@media screen and (max-width: 767px) {
#main #panel li {
float: initial;
width: 100%;
margin-right: 0;
}
#main #panel li a>div {
height: initial;
}
} footer {
margin-top: 80px;
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/footer_bg.gif);
background-size: 30px;
color: #1f0101;
padding: 0 30px;
}
footer .pagetop {
display: block;
float: right;
margin-top: -65px;
margin-right: 30px;
margin-bottom: 25px;
}
footer .list {
width: 844px;
margin: 0 auto;
}
footer .list ul {
float: left;
line-height: 27px;
margin-right: 35px;
}
footer .list ul li {
letter-spacing: 0.09em;
}
footer .list ul:nth-of-type(4) {
margin-right: 0;
}
footer .list ul li.arrow,
footer .list ul:nth-of-type(3) li,
footer .list ul:nth-of-type(4) li {
font-size: 14px;
font-weight: bold;
padding-left: 15px;
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_orange.png) no-repeat left center;
background-size: 6px;
}
footer .list a {
-webkit-transition: 0.1s;
-moz-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s;
}
footer .list a:hover {
color: #d56c3c;
}
footer .sns {
width: 98px;
margin: 30px auto 0;
}
footer .copyright {
text-align: center;
font-size: 11px;
padding: 20px 0;
font-family: 'Caveat', Helvetica;
letter-spacing: 0.23em;
color: #807f7e;
}
@media screen and (max-width: 768px) {
footer {
background: none;
text-align: center;
margin-top: 0;
}
footer .pagetop {
float: initial;
margin: 0 auto;
width: 153px;
}
footer .list,
footer .sns {
display: none;
}
footer .copyright {
font-size: 0.6em;
letter-spacing: 0.15em;
}
} .category_top {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg_jimen_r.png) no-repeat right 394px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg_jimen_l.png) no-repeat left 320px;
background-size: 105px auto,
229px auto;
}
.category_top .title {
max-width: 1010px;
min-width: 844px;
min-height: 340px;
margin: 0 auto;
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 95% 105px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/feature_bg1.png) no-repeat 20% 27px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/feature_bg2.png) no-repeat 3% 27px;
background-size: 227px auto, 226px auto, 215px auto;
}
.category_top .title h2 {
text-align: center;
padding-top: 88px;
padding-bottom: 62px;
}
.category_top .title h2 img {
height: 40px;
}
.category_top .title h2 span {
font-family: 'Caveat', Helvetica;
font-size: 15px;
display: block;
padding-bottom: 18px;
color: #d56c3c;
letter-spacing: 0.1em;
}
.category_top .title p {
font-size: 16px;
text-align: center;
line-height: 25px;
font-weight: bold;
letter-spacing: 0.1em;
padding-bottom: 88px;
max-width: 61rem;
margin: 0 auto;
}
.category_top .title p span {
display: inline-block;
padding-top: 10px;
font-size: 14px;
font-weight: normal;
line-height: 18px;
}
.category_top .title p span a {
color: #d56c3c;
text-decoration: underline;
}
.category_top .title p span a:hover {
text-decoration: none;
}
.category_top .title p .br_sp {
display: none;
}
.category_top#tegetege .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 95% 105px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/tegetege_bg1.png) no-repeat 3% 27px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/tegetege_bg2.png) no-repeat 20% 24px;
background-size: 227px auto,
138px auto,
128px auto;
}
.category_top#kagoshima .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 95% 105px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/kagoshima-book_bg.png) no-repeat 4% 27px;
background-size: 227px auto, 182px auto;
}
.category_top#reform-news .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 95% 105px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/reform_bg.png) no-repeat 2% 27px;
background-size: 227px auto, 291px auto;
}
.category_top#lifehack .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 95% 105px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/ingenuities_bg.png) no-repeat 5% 27px;
background-size: 227px auto, 262px auto;
}
.category_top#lifehack .title p {
padding-bottom: 70px;
}
.category_top#e-lab .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 95% 105px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/research_bg.png) no-repeat 3% 15px;
background-size: 227px auto, 270px auto;
}
.category_top#recipe .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 95% 105px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/recipe_bg.png) no-repeat 3% 27px;
background-size: 227px auto, 254px auto;
}
.category_top#dogs-life .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 95% 105px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/kyuchan_bg.png) no-repeat 3% 27px;
background-size: 227px auto, 293px auto;
}
.category_top#featured .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 95% 105px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/feature_bg1.png) no-repeat 20% 27px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/feature_bg2.png) no-repeat 3% 27px;
background-size: 227px auto, 226px auto, 215px auto;
}
.category_top#featured .title p {
padding-bottom: 90px;
}
.bnr_yt_wrap {
padding: 30px;
}
.bnr_youtube_box {
max-width: 700px;
margin: 0 auto;
}
.bnr_yt_wrap .bnr_youtube {
max-width: 740px;
margin: 0 auto;
display: block;
}
.bnr_youtube img {
width: 100%;
} #hinobori-marche .title h2 {
padding-bottom: 32px;
}
#hinobori-marche .title h2 img {
height: auto;
}
.category_top#hinobori-marche .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg_hinobori02.svg) no-repeat 5% 10%,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg_hinobori01.svg) no-repeat 100% 95%;
background-size: 230px auto,
160px auto;
}
#hinobori-marche section h4 {
margin-bottom: 2rem;
text-align: center;
}
#hinobori-marche aside {
border: 1px solid #f6e6cf;
padding: 2rem;
font-size: 1.5rem;
border-radius: 1rem;
}
#hinobori-marche aside div {
display: flex;
justify-content: space-between;
}
#hinobori-marche aside p {
margin-bottom: 0;
}
@media screen and (max-width: 768px) {
#hinobori-marche .title {
background-position: 5% 95%, 100% 95% !important;
background-size: 180px auto,
120px auto !important;
}
#hinobori-marche .title h2 img {
width: 80%;
}
#hinobori-marche .title p {
padding: 0 1rem 0px;
}
#hinobori-marche .title p br {
display: none;
}
} .category_top#anohito .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 95% 260px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/feature_bg1.png) no-repeat 12% 320px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/feature_bg2.png) no-repeat 3% 110px;
background-size: 227px auto, 226px auto, 215px auto;
}
#anohito .title h2 img {
height: 178px;
}
@media screen and (max-width: 1110px) {
.category_top#tegetege .title {
background-size: 160px auto, 110px auto, 90px auto;
}
.category_top#kagoshima .title {
background-size: 160px auto, 137px auto;
}
.category_top#reform-news .title {
background-size: 160px auto, 220px auto;
}
.category_top#lifehack .title {
background-size: 160px auto, 220px auto;
}
.category_top#e-lab .title {
background-size: 160px auto, 200px auto;
}
.category_top#recipe .title {
background-size: 160px auto, 204px auto;
}
.category_top#dogs-life .title {
background-size: 160px auto, 240px auto;
}
}
@media screen and (max-width: 768px) {
.category_top .title,
.category_top#anohito .title,
.category_top#featured .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 95% 85%,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/feature_bg1.png) no-repeat 20% 90%,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/feature_bg2.png) no-repeat 3%  90%;
background-size: 120px auto, 100px auto, 120px auto;
padding: 0 16px 180px;
min-height: auto;
}
.category_top .title p,
.category_top#anohito .title p {
padding-bottom: 0px;
max-width: 80%;
}
.category_top#tegetege .title p {
padding-bottom: 0;
}
.category_top#tegetege .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 93% 300px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/tegetege_bg1.png) no-repeat 40% 320px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/tegetege_bg2.png) no-repeat 10% 324px;
background-size: 120px auto, 90px auto, 88px auto;
}
.category_top#kagoshima .title p {
padding-bottom: 0px;
}
.category_top#kagoshima .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 93% 100%,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/kagoshima-book_bg.png) no-repeat 5% 100%;
background-size: 120px auto, 88px auto;
}
.category_top#kagoshima {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg_jimen_r.png) no-repeat right 574px, url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg_jimen_l.png) no-repeat left 580px;
background-size: 62px auto, 170px auto;
}
.category_top#reform-news .title p {
padding-bottom: 0px;
}
.category_top#reform-news .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 93% 280px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/reform_bg.png) no-repeat 6% 280px;
background-size: 120px auto, 140px auto;
}
.category_top#lifehack .title p {
padding-bottom: 0px;
}
.category_top#lifehack .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 93% 200px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/ingenuities_bg.png) no-repeat 7% 210px;
background-size: 120px auto, 140px auto;
}
.category_top#e-lab .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 95% 90%,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/research_bg.png) no-repeat 3% 105%;
background-size: 120px auto, 140px auto;
}
.category_top#e-lab {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg_jimen_r.png) no-repeat right 574px, url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg_jimen_l.png) no-repeat left 580px;
background-size: 62px auto, 170px auto;
}
.category_top#e-lab .title p {
padding-bottom: 0px;
}
.category_top#recipe .title p {
padding-bottom: 0px;
}
.category_top#recipe .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 93% 238px, url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/recipe_bg.png) no-repeat 20% 250px;
background-size: 120px auto, 123px auto;
}
.category_top#dogs-life .title p {
padding-bottom: 0px;
}
.category_top#dogs-life .title {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/balloon_saigou.png) no-repeat 95% 240px,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/kyuchan_bg.png) no-repeat 3% 270px;
background-size: 120px auto, 160px auto;
}
.category_top#featured .title {
background-size: 120px auto, 100px auto, 120px auto;
}
.category_top#featured .title p {
padding-bottom: 0px;
}
}
#pankuzu {
padding: 20px 30px;
}
#pankuzu li {
display: inline-block;
line-height: 16px;
}
#pankuzu .current,
#pankuzu li a:hover {
color: #d56c3c;
}
#pankuzu li:after {
display: inline-block;
clear: both;
height: 7px;
width: 11px;
padding: 0 10px;
content: ">";
font-weight: bold;
}
#pankuzu li:last-child:after {
display: none;
}
@media screen and (max-width: 768px) {
.category_top {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg_jimen_r.png) no-repeat right 544px, url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg_jimen_l.png) no-repeat left 550px;
background-size: 62px auto, 170px auto;
}
.category_top .title {
min-width: initial;
}
.category_top .title h2 img {
height: 33px;
max-width: 100%;
}
.category_top .title h2 span {
font-size: 13px;
padding-bottom: 10px;
}
.category_top .title p .br_sp {
display: block;
}
#pankuzu {
font-size: 12px;
padding: 12px 16px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
#pankuzu li:after {
padding: 0 5px 0 10px;
}
.category_top .title h2 {
padding-top: 35px;
padding-bottom: 25px;
}
.category_top .title p {
font-size: 14px;
}
#pankuzu li {
overflow: hidden;
}
.detail_article #pankuzu li.current {
text-overflow: ellipsis;
white-space: nowrap;
width: 40%;
}
} #articleCont {
max-width: 1280px;
width: 100%;
min-width: 844px;
margin: 0 auto;
padding: 0 30px;
}
#article {
width: 65%;
float: left;
}
article {
background: #fff;
padding: 32px;
}
.detail_article #article article .date {
font-family: 'Caveat', Helvetica;
color: #6d635b;
font-size: 18px;
letter-spacing: 0.08em;
margin-bottom: 8px;
}
article h3 {
font-size: 24px;
font-weight: bold;
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/article_ttl_line.png) repeat-x center bottom;
background-size: 595px auto;
letter-spacing: 0.06em;
padding-bottom: 9px;
margin-bottom: 20px;
line-height: 30px;
}
article h3 .no {
font-weight: normal;
font-family: 'Caveat', Helvetica;
color: #fff;
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/bg_no.png) no-repeat left top;
background-size: 45px auto;
min-height: 46px;
width: 45px;
display: inline-block;
text-align: center;
margin-right: 10px;
float: left;
line-height: 20px;
}
article h3 .no span:nth-of-type(1) {
font-size: 20px;
display: block;
}
article h3 .no span:nth-of-type(2) {
font-size: 26px;
display: block;
line-height: 16px;
}
article h3 .no_txt {
display: table;
padding-top: 7px;
}
article p {
color: #423835;
margin-bottom: 45px;
line-height: 24px;
}
article .bnryoutube_margin {
max-width: 700px;
margin: 0 auto;
margin-top: 32px;
}
article small {
font-size: 12px;
}
article h4 {
font-size: 19px;
font-weight: bold;
padding-bottom: 10px;
margin-bottom: 16px;
width: 100%;
box-sizing: border-box;
border-bottom: 1px solid #f6e6cf;
line-height: 26px;
letter-spacing: 0.08em;
color: #423835;
} article img {
display: block;
margin: 0 auto;
padding-bottom: 10px;
max-width: 100%;
height: auto;
}
article .aligncenter {
margin-left: auto;
margin-right: auto;
text-align: center;
display: block;
}
article .wsbl_line img {
max-width: none;
}
article .wp-caption {
max-width: 100%;
}
article .person {
border: dotted 1px #bbb2ae;
box-sizing: border-box;
padding: 24px;
margin-bottom: 45px;
}
article .person h5 {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/icon_ttl_circle.png) no-repeat left top;
background-size: 15px auto;
font-weight: bold;
font-size: 14px;
margin-bottom: 14px;
padding-left: 22px;
line-height: 16px;
}
article .person h6 {
text-align: center;
font-weight: bold;
font-size: 13px;
letter-spacing: 0.04em;
float: left;
width: 120px;
margin-right: 20px;
}
article .person h6 img {
display: block;
margin-bottom: 8px;
width: 100%;
}
article .person .txt {
display: table;
line-height: 18px;
font-size: 12px;
color: #423835;
}
article .person .txt .link {
margin-top: 14px;
}
article .person .txt .link span {
color: #d56d3e;
display: inline-block;
margin-right: 10px;
}
article .person .txt .link a {
text-decoration: underline;
}
article .person .txt .link a:hover {
text-decoration: none;
color: #d56d3e;
}
article .share {
text-align: center;
font-size: 15px;
font-weight: bold;
margin-top: 30px;
}
article .bnr_youtube {
display: block;
margin-top: 32px;
}
article .share ul {
width: 180px;
margin: 20px auto 0;
}
article .share ul li {
width: 50px;
display: inline-block;
margin-right: 10px;
}
article .share ul li:last-child {
margin-right: 0;
}
main #articleContarticle .bnr_youtube {
padding: 0 !important;
}
#article_link {
font-size: 13px;
font-weight: bold;
margin-top: 30px;
}
#article_link ul {
color: #fff;
}
#article_link a {
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
text-align: center;
color: #fff;
}
#article_link a:hover {
filter: alpha(opacity=80);
-moz-opacity: 0.80;
opacity: 0.80;
}
#article_link ul li:first-child a {
display: block;
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_wh_l.png) no-repeat 15px center, #d56d3e;
background-size: 8px auto;
border-radius: 20px;
width: 140px;
height: 40px;
box-sizing: border-box;
float: left;
padding-top: 14px;
}
#article_link ul li:last-child a {
display: block;
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_wh_r.png) no-repeat 118px center, #d56d3e;
background-size: 8px auto;
border-radius: 20px;
width: 140px;
height: 40px;
box-sizing: border-box;
float: right;
padding-top: 14px;
}
#article_link p {
margin: -40px auto 0;
width: 240px;
height: 40px;
}
#article_link p a {
display: block;
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_orage_back.png) no-repeat 15px center;
background-size: 8px auto;
border-radius: 20px;
width: 240px;
height: 40px;
box-sizing: border-box;
float: left;
border: solid #d56d3e 2px;
color: #d56d3e;
padding-top: 12px;
}
#article_link p a:hover {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_orage_back.png) no-repeat 15px center, rgba(213, 109, 62, 0.2);
background-size: 8px auto;
}
#article_link_col {
float: right;
width: 32%;
}
#article_link_col .list {
background: #fff;
padding: 32px;
margin-bottom: 20px;
}
#article_link_col h3 {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/icon_ttl_circle.png) no-repeat left top,
url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/article_link_ttl_line.png) repeat-x left bottom;
background-size: 15px auto, 246px auto;
font-weight: bold;
font-size: 14px;
margin-bottom: 4px;
padding-left: 22px;
padding-bottom: 10px;
line-height: 16px;
letter-spacing: 0.08em;
}
#article_link_col ul li {
padding: 10px 0;
border-bottom: 1px solid #eeecec;
}
#article_link_col ul li img {
float: left;
width: 60px;
margin-right: 13px;
display: block;
}
#article_link_col ul li .txt {
display: table;
font-size: 12px;
line-height: 19px;
min-height: 60px;
}
#article_link_col ul li a:hover .txt {
color: #d56d3e;
}
#article_link_col p {
width: 200px;
margin: 15px auto 40px;
}
#article_link_col p a {
display: block;
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_orage_next.png) no-repeat 180px center;
background-size: 8px auto;
border-radius: 20px;
width: 200px;
padding: 8px 0;
float: left;
border: solid #d56d3e 2px;
text-align: center;
font-weight: bold;
color: #d56d3e;
letter-spacing: 0.08em;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
font-size: 13px;
}
#article_link_col p a:hover {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_orage_next.png) no-repeat 180px center, rgba(213, 109, 62, 0.2);
background-size: 8px auto;
filter: alpha(opacity=80);
-moz-opacity: 0.80;
opacity: 0.80;
}
@media screen and (max-width: 768px) {
.detail_article .title p {
display: none;
}
#articleCont {
max-width: initial;
width: initial;
min-width: initial;
padding: 0;
}
#article {
width: initial;
float: none;
}
article {
padding-left: 16px;
padding-right: 16px;
padding-top: 20px;
}
#article h3 .no span:nth-of-type(1) {
font-size: 14px;
}
article .person h5 {
width: 100px;
margin: 0 auto 14px;
letter-spacing: 0.08em;
}
article .person h6 {
margin: 0 auto 20px;
float: none;
}
#article_link_col {
width: initial;
float: none;
padding: 0 16px;
}
#article_link {
padding: 0 16px;
}
#article_link ul li:first-child a {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_wh_l.png) no-repeat 8px center, #d56d3e;
background-size: 8px auto;
height: 35px;
width: 115px;
padding-top: 12px;
}
#article_link ul li:last-child a {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_wh_r.png) no-repeat 98px center, #d56d3e;
width: 115px;
background-size: 8px auto;
height: 35px;
width: 115px;
padding-top: 12px;
}
#article_link p {
height: 50px;
margin: 25px auto 35px;
}
#article_link p a {
border-radius: 25px;
height: 50px;
padding-top: 17px;
}
#article_link_col h3 {
font-size: 16px;
}
#article_link_col p a {
padding: 12px 0;
}
#article_link_col .list {
padding: 20px 16px 0;
}
#article_link_col p {
padding-bottom: 60px;
}
#main .category_top.detail_article .title {
background: none;
}
} #recipe article h4 {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/icon_ttl_circle.png) no-repeat left 6px;
background-size: 15px auto;
padding-left: 22px;
}
#recipe article>p.article_img {
margin-bottom: 10px;
}
#recipe article>p {
margin-bottom: 35px;
}
#recipe article .howto {
font-size: 14px;
line-height: 24px;
}
#recipe article .howto li {
margin-bottom: 25px;
}
#recipe article .howto .no {
display: block;
float: left;
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/recipe_no.png) no-repeat 4px center;
background-size: 19px auto;
font-family: 'Caveat', Helvetica;
width: 23px;
font-size: 14px;
font-weight: bold;
text-align: center;
margin-left: -4px;
margin-right: 8px;
color: #fff;
}
#recipe article .howto .txt {
display: table;
}
#recipe article .howto .txt span {
font-size: 12px;
}
#recipe article .howto li {
zoom: 1;
}
#recipe article .howto li:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: ".";
} .faq-a {
font-weight: bold;
color: #005bab;
margin-right: .5rem;
}
.faq-q {
font-weight: bold;
color: #f45d40;
margin-right: .5rem;
}
.profile,
.info-box {
background: #f1efd1;
padding: 1.5em;
border-radius: .5rem;
line-height: initial;
margin-bottom: 1rem;
}
.profile {
background: #f3ecd3;
}
.profile p,
.info-box p {
margin-bottom: 0.5rem;
}
.profile strong,
.info-box strong {
margin-bottom: .5rem;
display: block;
}
.tege-intro {
color: #c84c34;
border-bottom: 1px dashed #c84c34;
padding-bottom: 1.5em;
margin-bottom: 2em;
}
.bg-stripe-01 {
background: url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/css/images/tg-denryoku-bg-01-2x.png) repeat 0 0;
background-size: 12px;
padding: 1.5rem;
} .iframe-wrapper {
position: relative;
padding: 0 0 56.25%;
box-sizing: border-box;
height: 0;
overflow: hidden;
}
.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .pc_pagination {
text-align: center;
padding-bottom: 30px;
}
.pc_pagination a,
.pc_pagination span {
display: inline-block;
color: #d56d3e;
border-radius: 20px;
border: 2px solid #d56d3e;
width: 40px;
height: 40px;
line-height: 38px;
text-align: center;
box-sizing: border-box;
margin: 0 2px;
}
.pc_pagination .current {
background-color: #f3ded2;
}
.pc_pagination a:hover {
background-color: #f3ded2;
}
.pc_pagination .dots {
border: none;
width: auto;
}
.pc_pagination .prev,
.pc_pagination .next {
display: inline-block;
color: #fff;
border-radius: 20px;
width: auto;
padding: 0 30px;
}
.pc_pagination .prev {
padding-left: 40px;
background: #d56d3e url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_wh_l.png) no-repeat 10% 50%;
background-size: 8px;
}
.pc_pagination .next {
padding-right: 40px;
background: #d56d3e url(//taiyo-gas.or.jp/cms/wp-content/themes/taiyo-gas_ver2/images/kurashi/arrow_wh_r.png) no-repeat 90% 50%;
background-size: 8px;
}
.pc_pagination .prev:hover,
.pc_pagination .next:hover {
background-color: #d56d3e;
opacity: .85;
}
@media screen and (max-width: 768px) {
.pc_pagination {
display: none;
}
} .sp_pagination {
font-size: 15px;
text-align: center;
padding: 0 15px;
background: #eaeaea;
padding: 10px;
margin-bottom: 30px;
}
.sp_pagination span {
width: 32.4%;
display: inline-block;
vertical-align: middle;
}
@media screen and (max-width: 374px) {
width: 32%;
}
.sp_pagination span:first-child {
text-align: left;
}
.sp_pagination span:last-child {
text-align: right;
}
@media screen and (min-width: 769px) {
.sp_pagination {
display: none;
}
} .banner a {
border-bottom: none !important;
}
.banner * {
max-width: 100%;
} #articleCont article a {
text-decoration: underline;
}
#articleCont article a:hover {
text-decoration: none;
}
#articleCont article a.line-h {
text-decoration: none;
}
#articleCont article a.line-h:hover {
text-decoration: underline;
}
 .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, 53%, to {
-webkit-animation-timing-function: cubic-bezier(0.515, 0.910, 0.655, 1.300);
animation-timing-function: cubic-bezier(0.515, 0.910, 0.655, 1.300);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40% {
-webkit-animation-timing-function: cubic-bezier(4.355, 3.750, 4.555, 3.760);
animation-timing-function: cubic-bezier(4.355, 3.750, 4.555, 3.760);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(4.355, 3.750, 4.555, 3.760);
animation-timing-function: cubic-bezier(4.355, 3.750, 4.555, 3.760);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
} }
@keyframes bounce {
from, 53%, to {
-webkit-animation-timing-function: cubic-bezier(0.515, 0.910, 0.655, 1.300);
animation-timing-function: cubic-bezier(0.515, 0.910, 0.655, 1.300);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40% {
-webkit-animation-timing-function: cubic-bezier(4.355, 3.750, 4.555, 3.760);
animation-timing-function: cubic-bezier(4.355, 3.750, 4.555, 3.760);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(4.355, 3.750, 4.555, 3.760);
animation-timing-function: cubic-bezier(4.355, 3.750, 4.555, 3.760);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
} }
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
animation-duration: 10s;
}
@-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(-15%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-2%, 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(-10%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(8%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(8%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-7%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-7%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 2deg);
} to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
animation-duration: 5s;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}