@charset "UTF-8";
    .top-page-container {
background-color: rgba(0, 0, 0, 0.3);
background-position: center;
background-size: cover;
position: relative;
margin-bottom: 6.25em;
}
.top-page-container.with-image::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 0;
}
#header {
position: relative;
z-index: 2;
-webkit-transition: padding 200ms;
-o-transition: padding 200ms;
transition: padding 200ms;
padding: 0.9375rem 0;
margin-bottom: 3.75em;
}
.home #header {
margin-bottom: 0;
}
#header .container {
position: relative;
}
.logo_container {
text-align: center;
}
.col-md-6.logo_container {
text-align: left;
}
.logo_container .site-title {
margin: 0;
display: inline-block;
}
.logo_container .ql_logo {
font-size: 24px;
font-size: 1.5rem;
color: #fff;
font-weight: bold;
-webkit-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
text-transform: uppercase;
display: inline-block;
padding: 11px 0;
}
.logo_container h1 .ql_logo {
padding: 4px 0;
}
.logo_container .ql_logo:hover {
text-decoration: none;
}
.logo_container .logo_desc {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 14px;
font-size: 0.875rem;
color: #b3b3b3;
margin: 0;
}
.logo_container .logo_desc_wrap {
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
display: inline-block;
margin-left: 15px;
}
#header:hover .logo_desc_wrap,
#header:hover .ql_nav_btn {
opacity: 1;
}
.touch #header .logo_desc_wrap,
.touch #header .ql_nav_btn,
.blog #header .logo_desc_wrap,
.blog #header .ql_nav_btn {
opacity: 1;
}  #header .nav_social {
float: none;
margin: 15px 0;
}
#header .nav_social li {
margin-left: 15px;
}
#header .nav_social li a::before {
font-size: 22px;
font-size: 1.375rem;
height: 35px;
width: 35px;
line-height: 36px;
color: #999999;
}
#header .nav_social li a:hover::before {
color: #fff;
}
.col-right {
text-align: right;
} .pedir_wrap {
display: inline-block;
margin: 12px 0 12px 20px;
} .navbar-toggle .icon-bar {
background-color: #616161;
}
#ql_nav_btn {
position: absolute;
right: 10px;
top: 0;
margin: 0;
}
#ql_main-navigation.in {
overflow: visible;
}
#header #ql_nav_collapse {
padding: 0;
display: inline-block !important;
margin: 12px 0;
width: 100%;
}
#jqueryslidemenu {
margin: 0;
display: block;
min-height: 0;
}
.menu-center #jqueryslidemenu {
text-align: center;
}
.bottom-menu #jqueryslidemenu {
text-align: left;
} #jqueryslidemenu ul.nav > li {
margin-left: 0;
display: inline-block;
} #jqueryslidemenu ul.nav > li > a {
text-decoration: none;
font-size: 14px;
font-size: 0.875rem;
text-transform: uppercase;
-webkit-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
color: #fff;
padding: 0.71428571428571em 1.07142857142857em;
background-color: transparent;
}
#jqueryslidemenu ul.nav > li > a:hover {
background-color: rgba(0, 0, 0, 0.02);
}  #jqueryslidemenu ul.nav > li > ul {
position: absolute;
top: 100%;
padding: 15px;
background-color: #404040;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
z-index: 20;
}
.dropdown.open .dropdown-menu {
display: none;
}
.dropdown:hover > .dropdown-menu,
.dropdown.open:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
display: block;
margin-top: 0;
}
#jqueryslidemenu ul.nav > li > ul > li a {
font-size: 13px;
font-size: 0.8125rem;
padding: 10px 15px;
color: #fff;
}
#jqueryslidemenu ul.nav > li > ul > li.menu-item-has-children > a {
white-space: normal;
}
#jqueryslidemenu ul.nav > li > ul > li a:hover {
background-color: rgba(255, 255, 255, 0.04);
}
#jqueryslidemenu .dropdown-menu > .active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: transparent;
outline: 0;
}
#jqueryslidemenu .dropdown-menu > .active > a:hover {
background-color: rgba(255, 255, 255, 0.02);
}
#jqueryslidemenu ul.nav > li > ul > li.menu-item-has-children > a:hover,
#jqueryslidemenu ul.nav > li > ul > li.has-image > a:hover {
background-color: transparent;
background-color: rgba(255, 255, 255, 0.02);
}
#jqueryslidemenu ul.nav > li > ul > li .dropdown-menu {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#jqueryslidemenu ul.nav > li > ul > li > ul > li a {
font-size: 12px;
font-size: 0.75rem;
display: block;
font-weight: normal;
}
#jqueryslidemenu ul.nav > li > ul > li.has-image {
padding: 5px;
}
#jqueryslidemenu ul.nav > li > ul .has-image a {
width: 220px;
border: none;
padding: 0;
cursor: inherit;
outline: 0!important;
}
#jqueryslidemenu ul.nav > li > ul .has-image img {
width: 100%;
height: auto;
} .dropdown-menu .dropdown-menu {
background-color: #222222;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0 3px 3px 0;
} .dropdown-submenu > a:after {
content: "";
}
@media (min-width: 768px) {
.dropdown-submenu {
position: relative;
}
.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
border-top-left-radius: 0;
}
.dropup .dropdown-submenu .dropdown-menu,
.navbar-fixed-bottom .dropdown-submenu .dropdown-menu {
top: auto;
bottom: 0;
margin-top: 0;
margin-bottom: -6px;
border-top-left-radius: 4px;
border-bottom-left-radius: 0;
}
.dropdown-menu-right .dropdown-submenu .dropdown-menu,
.navbar-right .dropdown-submenu .dropdown-menu {
left: auto;
right: 100%;
border-top-left-radius: 4px;
border-top-right-radius: 0;
}
.dropup .dropdown-menu-right .dropdown-submenu .dropdown-menu,
.dropup .navbar-right .dropdown-submenu .dropdown-menu,
.navbar-fixed-bottom .dropdown-menu-right .dropdown-submenu .dropdown-menu,
.navbar-fixed-bottom .navbar-right .dropdown-submenu .dropdown-menu {
border-radius: 4px 4px 0;
}
.dropdown-submenu > a:after {
float: right;
margin-top: 6px;
margin-right: -10px;
border-left: 4px dashed;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
}
.dropdown-menu-right .dropdown-submenu > a:after,
.navbar-right .dropdown-submenu > a:after {
float: left;
border-left: none;
margin-left: -10px;
margin-right: 0;
border-right: 4px dashed;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
}
}
@media (max-width: 767px) {
.dropdown-submenu .dropdown-menu {
position: static;
margin-top: 0;
border: 0;
box-shadow: none;
}
.dropdown-submenu > a:after {
margin-left: 6px;
display: inline-block;
vertical-align: middle;
border-top: 4px dashed;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
}
.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
padding-left: 30px;
}
.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
padding-left: 40px;
}
.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
padding-left: 50px;
}
.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
padding-left: 60px;
}
.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
padding-left: 35px;
}
.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
padding-left: 45px;
}
.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
padding-left: 55px;
}
.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
padding-left: 65px;
}
}  #jqueryslidemenu .navbar-toggle .icon-bar {
background-color: #e8b932;
} .navbar .dropdown-toggle b {
color: #999999;
height: 6px;
} .menu_wrap .search-form {
color: #fff;
}
.menu_wrap .search-form label {
margin-bottom: 0;
}
.menu_wrap .search-form label::before {
color: #fff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.menu_wrap .search-form .search-field {
background-color: rgba(0, 0, 0, 0.2);
border: none;
margin-bottom: 0;
height: 39px;
border-radius: 0;
color: #fff;
-webkit-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
width: 0;
float: right;
padding: 0;
}
.menu_wrap .search-form .search-field:focus {
background-color: rgba(0, 0, 0, 0.3);
-webkit-box-shadow: none;
box-shadow: none;
width: 100%;
padding: 6px 40px 6px 12px;
}
.menu_wrap .search-form .search-field::-webkit-input-placeholder {
color: #ACACAC;
}
.menu_wrap .search-form .search-field:-moz-placeholder { color: #ACACAC;
}
.menu_wrap .search-form .search-field::-moz-placeholder { color: #ACACAC;
}
.menu_wrap .search-form .search-field:-ms-input-placeholder {
color: #ACACAC;
}
.menu_wrap .search-form .search-submit {
position: absolute;
top: 0;
right: 0;
width: 39px;
height: 39px;
text-indent: -9999px;
overflow: hidden;
z-index: 2;
background-color: transparent;
border: none;
margin-bottom: 0;
}
.menu_wrap .search-form:hover .search-field {
width: 100%;
padding: 6px 40px 6px 12px;
} #main {
position: relative;
padding-bottom: 3.75em;
} .welcome-image {
text-align: center;
position: relative;
background-position: center;
background-size: cover;
padding-bottom: 38%;
border-radius: 30px 30px 0 0;
overflow: hidden;
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}
.welcome-image::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -2px;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1;
}
.welcome-image .logo-big {
display: block;
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.home-buttons {
border-radius: 0 0 30px 30px;
background-position: center;
background-size: cover;
position: relative;
margin-bottom: 6.25em;
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}
.home-buttons::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.9);
z-index: 1;
border-radius: 0 0 30px 30px;
}
.home-buttons .home-button {
display: inline-block;
width: 33.3%;
position: relative;
padding-bottom: 19%;
text-align: center;
-webkit-transition: 200ms all;
-o-transition: 200ms all;
transition: 200ms all;
margin-bottom: -6px;
border-radius: 0 0 30px 30px;
}
.home-buttons .home-button .home-button-content {
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.home-buttons .home-button .home-button-content span {
display: block;
margin-top: 0.625em;
text-align: center;
text-transform: uppercase;
color: #fff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
font-size: 24px;
font-size: 1.5rem;
}
.home-buttons .home-button .home-button-content i {
font-size: 64px;
font-size: 4rem;
color: #fff;
vertical-align: top;
}
.home-buttons .home-button a {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
line-height: 100%;
z-index: 5;
}
.home-buttons .home-button:nth-child(2) {
background-color: rgba(255, 255, 255, 0.2);
border-radius: 0;
}
.no-touch .home-buttons .home-button:nth-child(2):hover {
background-color: rgba(255, 255, 255, 0.4);
}
.no-touch .home-buttons .home-button:hover {
background-color: rgba(255, 255, 255, 0.2);
}
.home-buttons .home-button:active .home-button-content {
top: 50.5%;
}
.home-buttons .home-button.reservations-button .book-table-btn {
position: absolute;
bottom: -15px;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
background-color: #e8b932;
display: inline-block;
top: auto;
right: auto;
padding: 10px 22px;
font-size: 13px;
font-size: 0.8125rem;
text-transform: uppercase;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
color: #fff;
border-radius: 35px;
z-index: 6;
}
.no-touch .home-buttons .home-button.reservations-button .book-table-btn:hover {
text-decoration: none;
opacity: 0.9;
} .gallery-section {
position: relative;
margin-bottom: 6.25em;
text-align: right;
}
.gallery-section .gallery-content {
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
background-color: #fff;
padding: 60px;
width: 45%;
text-align: right;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
left: 0;
z-index: 3;
}
.gallery-section .gallery-content .style-title {
color: #000;
}
.gallery-section .gallery-content p {
text-transform: uppercase;
color: #999999;
}
.gallery-section .gallery-content .light-btn {
margin-top: 25px;
}
.gallery-section .gallery-image {
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
background-position: center;
background-size: cover;
padding-bottom: 40%;
position: relative;
float: right;
right: 0;
width: 60%;
z-index: 1;
} .menu-section {
margin-bottom: 8.25em;
}
.menu-section .style-title {
text-align: center;
margin-bottom: 1.875rem;
}
.menu-section .menu-slider {
background-color: #fff;
padding: 3.75rem;
margin-bottom: 3.125rem;
position: relative;
-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
.menu-section .menu-slider::before,
.menu-section .menu-slider::after {
position: absolute;
right: 3px;
height: 10px;
z-index: -1;
content: ' ';
bottom: -5px;
left: 3px;
background: #fff;
-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.menu-section .menu-slider::after {
bottom: -9px;
right: 6px;
left: 6px;
z-index: -2;
}
.menu-section .menu-slider .menu-slide {
width: 100%;
}
.menu-section .menu-slider .menu-slide .menu-slide-title {
text-align: center;
text-transform: uppercase;
color: #999999;
margin-bottom: 3.75rem;
}
.menu-section .menu-slider .menu-slide ul {
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
.menu-section .menu-slider .menu-slide ul li {
display: inline-block;
width: 45%;
margin: 1.5% 2% 1.5%;
border-bottom: 2px dotted rgba(0, 0, 0, 0.15);
position: relative;
min-height: 86px;
vertical-align: top;
}
.menu-section .menu-slider .menu-slide ul li .menu-item-title {
font-size: 22px;
font-size: 1.375rem;
color: #222222;
}
.menu-section .menu-slider .menu-slide ul li .menu-item-desc {
color: #999999;
font-size: 14px;
font-size: 0.875rem;
padding-right: 20%;
margin-bottom: 6%;
}
.menu-section .menu-slider .menu-slide ul li .menu-item-price {
color: #e8b932;
font-size: 38px;
font-size: 2.375rem;
font-family: "Dancing Script";
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.menu-section .menu-slider .menu-slide ul li .menu-item-price i {
font-size: 16px;
font-size: 1rem;
vertical-align: top;
display: inline-block;
margin-top: 7px;
margin-left: 2px;
}
.menu-section .menu-slider .flickity-page-dots {
left: 0;
bottom: -2.8125em;
}
.menu-section .menu-slider .flickity-page-dots .dot {
background-color: transparent;
border: 3px solid #ffffff;
width: 15px;
height: 15px;
} .blog-section {
margin-bottom: 6.25em;
position: relative;
}
.blog-section .style-title {
text-align: center;
margin-bottom: 1.875rem;
}
.blog-section .tr {
width: 100%;
padding-bottom: 5.3%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 2;
}
.blog-section .tr:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #131313;
transform-origin: 0 100%;
transform: rotate(-3deg);
}
.blog-section .tl {
width: 100%;
padding-bottom: 5.3%;
overflow: hidden;
position: absolute;
bottom: 0;
z-index: 2;
}
.blog-section .tl:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #131313;
transform-origin: 100% 0;
transform: rotate(-3deg);
}
.blog-wrap .flickity-page-dots {
left: 0;
bottom: -2.8125em;
}
.blog-wrap .flickity-page-dots .dot {
background-color: transparent;
border: 3px solid #ffffff;
width: 15px;
height: 15px;
}
.blog-wrap .blog-item {
background-position: center;
background-size: cover;
position: relative;
width: 25%;
display: inline-block;
vertical-align: top;
margin-bottom: 3%;
padding: 17% 0 0;
}
.blog-wrap .blog-item::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1;
-webkit-transition: background 300ms;
-o-transition: background 300ms;
transition: background 300ms;
}
.blog-wrap .blog-item:hover::before {
background-color: rgba(0, 0, 0, 0.5);
}
.blog-wrap .blog-item .blog-item-link {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: block;
z-index: 2;
}
.blog-wrap .blog-time-date {
display: inline-block;
background-color: #e8b932;
position: relative;
text-align: center;
font-size: 16px;
font-size: 1rem;
text-transform: uppercase;
border-radius: 3px;
padding: 3px 7px;
font-size: 12px;
font-size: 0.75rem;
line-height: 20px;
margin: 0 auto;
margin-bottom: 5px;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.blog-wrap .blog-item-entry {
position: relative;
z-index: 4;
min-height: 8.3125em;
vertical-align: top;
padding: 0 12%;
}
.blog-wrap .blog-item-entry p {
font-size: 13px;
font-size: 0.8125rem;
font-family: serif;
color: #b3b3b3;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.blog-wrap .blog-item-entry p a {
color: #b3b3b3;
}
.blog-wrap .blog-item-title {
font-size: 20px;
font-size: 1.25rem;
text-transform: uppercase;
line-height: 24px;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.blog-wrap .blog-item-title a {
color: inherit;
} .testimonials-section {
padding: 7% 0;
background-position: center;
background-size: cover;
position: relative;
}
.testimonials-section .style-title {
text-align: center;
margin-bottom: 1.875rem;
}
.testimonials-wrap .flickity-page-dots {
left: 0;
bottom: -1.25em;
}
.testimonials-wrap .flickity-page-dots .dot {
background-color: transparent;
border: 3px solid #ffffff;
width: 15px;
height: 15px;
}
.testimonial {
width: 100%;
margin: 3% 0 0;
padding: 0 20%;
}
.testimonial blockquote {
z-index: 1;
border: none;
text-align: center;
font-size: 20px;
font-size: 1.25rem;
color: #eeeeee;
position: relative;
font-weight: normal;
}
.testimonial blockquote:before,
.testimonial blockquote:after {
speak: none;
line-height: 200px;
width: 80px;
height: 80px;
position: absolute;
font-size: 235px;
font-size: 14.6875rem;
color: #e8b932;
opacity: 0.1;
}
.testimonial blockquote:before {
top: -40px;
left: 0;
content: "“";
}
.testimonial blockquote:after {
bottom: -30px;
right: 0;
content: "”";
}
.testimonial .testimonial-cite {
position: relative;
z-index: 1;
display: block;
text-align: center;
margin-bottom: 25px;
color: #999999;
font-size: 18px;
font-size: 1.125rem;
}
.testimonial .testimonial-cite span {
margin-left: 10px;
color: #616161;
font-size: 14px;
font-size: 0.875rem;
} .bottom-image {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-position: center;
background-size: cover;
padding-bottom: 20%;
z-index: -3;
opacity: 0.3;
}
.bottom-image::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -2px;
background: -moz-linear-gradient(top, #131313 0%, rgba(0, 0, 0, 0) 100%);
background: -webkit-linear-gradient(top, #131313 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to bottom, #131313 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#00000000', GradientType=0);
z-index: 1;
} .main-wrapper {
position: relative;
}  .page-content {
-webkit-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
background-color: #fff;
padding: 3.75rem;
margin-bottom: 4.375em;
}  .post-title {
margin-bottom: 0.88235294117647em;
margin-top: 0;
}
.post-title a {
color: inherit;
text-align: left;
}  .page-header {
border-bottom: none;
}
.page-title {
margin-bottom: 0.88235294117647em;
margin-top: 0;
text-align: center;
text-transform: uppercase;
color: #fff;
}
.page-title span {
color: #eeeeee;
}
.post-title a {
color: inherit;
}  .blog article,
.search article,
.archive article {
margin-bottom: 6.25rem;
-webkit-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
background-color: #fff;
padding: 3.75rem;
}
.single article {
margin-bottom: 3.75em;
padding-bottom: 0;
-webkit-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
background-color: #fff;
padding: 3.75rem;
}
.entry-content iframe {
max-width: 100%;
}  .more-link {
display: block;
clear: both;
}  .post-image {
overflow: hidden;
position: relative;
margin-bottom: 30px;
}
.post-image a {
display: block;
text-align: center;
}
.post-image img {
width: 100%;
vertical-align: bottom;
border-radius: 6px;
height: auto;
}
.post-image:hover .post_date,
.post-image:hover .post-title_wrap {
opacity: 0;
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}  .metadata {
margin: 1.78571428571429em 0;
overflow: hidden;
border-right: none;
border-left: none;
border-top: none;
padding-top: 1.07142857142857em;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
font-size: 14px;
font-size: 0.875rem;
}
.single .metadata {
margin: 1.25em 0;
}
.metadata ul {
margin: 0;
padding: 0;
}
.metadata ul li {
list-style: none;
line-height: 1em;
margin: 0;
margin-right: 1.78571428571429em;
padding: 0 0 1.07142857142857em 0;
float: left;
position: relative;
color: #999999;
}
.metadata ul li strong {
color: #616161;
font-style: normal;
}
.metadata ul li i {
margin-right: 0.35714285714286em;
font-size: 14px;
font-size: 0.875rem;
text-align: center;
color: #999999;
}
.metadata ul li a {
text-decoration: none;
color: #999999;
}
.metadata ul li a:hover {
text-decoration: underline;
}
.metadata ul li.meta_tags a {
margin-right: 10px;
}
.metadata hr {
margin: 0;
}
.meta_date .updated {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}  .pagination_wrap {
text-align: center;
}
.pagination {
margin: 0 0 3.125rem 0;
}
.pagination a,
.pagination span {
background-color: #404040;
border: 2px solid #616161;
color: #999999;
float: left;
line-height: 1.42857;
margin-left: -2px;
padding: 6px 12px;
position: relative;
text-decoration: none;
font-size: 14px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.pagination .current {
background-color: #e8b932;
color: #fff;
border-color: #e8b932;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pagination a:hover {
background-color: #eeeeee;
color: #404040;
border-color: #eeeeee;
cursor: pointer;
}
.pagination li.active a {
background-color: #e8b932;
color: #fff;
border-color: #e8b932;
}
.pagination li.active a:hover {
background-color: #fff;
color: #e8b932;
border-color: #e8b932;
cursor: pointer;
} #sidebar {
position: relative;
padding-left: 50px;
}
.animations-enable #sidebar .widget {
opacity: 0;
-webkit-transform: translate(0, 50px);
-ms-transform: translate(0, 50px);
-o-transform: translate(0, 50px);
transform: translate(0, 50px);
-webkit-transition: opacity 500ms 400ms, transform 500ms 400ms;
-o-transition: opacity 500ms 400ms, transform 500ms 400ms;
transition: opacity 500ms 400ms, transform 500ms 400ms;
}
.pace-done.animations-enable #sidebar .widget,
.no-js #sidebar .widget {
opacity: 1;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
#sidebar .widget:nth-child(1) {
-webkit-transition-delay: 200ms;
transition-delay: 200ms;
}
#sidebar .widget:nth-child(2) {
-webkit-transition-delay: 400ms;
transition-delay: 400ms;
}
#sidebar .widget:nth-child(3) {
-webkit-transition-delay: 600ms;
transition-delay: 600ms;
}
#sidebar .widget:nth-child(4) {
-webkit-transition-delay: 800ms;
transition-delay: 800ms;
}
#sidebar .widget:nth-child(5) {
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
}
#sidebar .widget:nth-child(6) {
-webkit-transition-delay: 1200ms;
transition-delay: 1200ms;
}
#sidebar .widget:nth-child(7) {
-webkit-transition-delay: 1400ms;
transition-delay: 1400ms;
}
#sidebar .widget:nth-child(8) {
-webkit-transition-delay: 1600ms;
transition-delay: 1600ms;
}
#sidebar .widget:nth-child(9) {
-webkit-transition-delay: 1800ms;
transition-delay: 1800ms;
}
#sidebar .widget:nth-child(10) {
-webkit-transition-delay: 2000ms;
transition-delay: 2000ms;
}
#sidebar .widget:nth-child(11) {
-webkit-transition-delay: 2200ms;
transition-delay: 2200ms;
}
#sidebar .widget:nth-child(12) {
-webkit-transition-delay: 2400ms;
transition-delay: 2400ms;
}
#sidebar .widget:nth-child(13) {
-webkit-transition-delay: 2600ms;
transition-delay: 2600ms;
}
#sidebar .widget:nth-child(14) {
-webkit-transition-delay: 2800ms;
transition-delay: 2800ms;
}
#sidebar .widget:nth-child(15) {
-webkit-transition-delay: 3000ms;
transition-delay: 3000ms;
} #sidebar .widget {
margin-bottom: 3.125em;
position: relative;
padding: 0;
font-size: 14px;
font-size: 0.875rem;
color: #999999;
}
#sidebar.col-md-pull-9 .widget {
margin-right: 10px;
margin-left: 0;
}
#sidebar .widget h4,
#sidebar .widget .widget-title {
position: relative;
margin-bottom: 0.8em;
text-transform: uppercase;
font-size: 16px;
font-size: 1rem;
font-weight: bold;
color: #eeeeee;
}
#sidebar .widget ul,
#sidebar .widget ol {
margin-left: 0px;
margin-bottom: 0;
padding-left: 0;
}
#sidebar .widget .pagenav,
#sidebar .widget .linkcat {
list-style: none;
}
#sidebar .widget ul li {
list-style: none;
border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
}
#sidebar .widget ul li:first-child {
border-top: none;
}
#sidebar .widget ul li > a:hover {
color: #e8b932;
}
#sidebar .widget > ul li > a {
color: #999999;
padding: 0.63636363636364em 0;
display: block;
font-weight: normal;
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
}
#sidebar .widget > ul li > a:hover {
text-indent: 10px;
text-decoration: none;
}
#sidebar .widget ul li ul {
margin-left: 15px;
margin-bottom: 0;
margin-top: 0!important;
}
#sidebar .widget ul li ul {
font-size: inherit;
}
#sidebar .widget ul li ul li:last-child {
border-bottom: none;
}
#sidebar .widget ul li ul,
#sidebar .widget ul li ul li ul {
display: none;
}
#sidebar .hasChildren {
position: relative;
}
#sidebar .hasChildren i {
position: absolute;
top: 12px;
right: 5px;
font-size: 1.16666666666667em;
}
#sidebar select {
margin-left: 5px;
} #sidebar .widget_recent_comments ul#recentcomments {
margin-top: 17px;
}
#sidebar .widget_recent_comments ul li {
padding-left: 35px;
margin-bottom: 20px;
border: none;
color: #999999;
position: relative;
display: block;
width: 100%;
}
#sidebar .widget_recent_comments ul li::before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
content: "";
position: absolute;
left: 0;
top: 0;
color: #b3b3b3;
font-size: 14px;
}
#sidebar .widget_recent_comments ul li i {
position: absolute;
color: #b3b3b3;
left: 0;
top: 20%;
font-size: 1.45454545454545em;
}
#sidebar .widget_recent_comments ul li a {
display: inline;
background: none;
padding: 0;
}
#sidebar .widget_recent_comments ul li a:hover {
color: #e8b932;
background: none;
} #sidebar .widget_recent_entries ul li {
display: block;
width: 100%;
} #sidebar .widget_tag ul.wp-tag-cloud {
margin-top: 20px;
}
#sidebar .widget_tag ul li {
display: inline-block;
margin: 0 0.90909090909091em 0.90909090909091em 0;
float: left;
border: none;
}
#sidebar .widget_tag ul li a {
background-color: #b3b3b3;
display: inline-block;
padding: 3px 6px;
color: #131313;
font-weight: bold;
border-radius: 3px;
outline: none;
}
#sidebar .widget_tag ul li a:hover {
color: #999999;
text-decoration: none;
background-color: #131313;
text-indent: 0;
}
#sidebar .widget_tag ul li a:active {
position: relative;
top: 1px;
} #sidebar .widget_search {
position: relative;
}
#sidebar .widget_search .search-field {
width: 100%;
display: block;
padding-right: 30px;
background-color: #404040;
border-color: #404040;
color: #eeeeee;
}
#sidebar .widget_search #s:focus {
border-color: #999999;
-webkit-box-shadow: none;
box-shadow: none;
}
#sidebar .widget_search #searchsubmit {
background: none;
border: none;
width: 17px;
height: 17px;
display: block;
text-indent: -9999px;
position: absolute;
right: 15px;
top: 7px;
cursor: pointer;
line-height: 0;
box-shadow: none;
}
#sidebar .widget_search i {
width: 17px;
height: 17px;
display: block;
position: absolute;
right: 12px;
top: 12px;
cursor: pointer;
font-size: 1em;
color: #999999;
}  #footer {
background-color: #222222;
padding: 5em 0 3.125em 0;
color: #999999;
font-size: 14px;
font-size: 0.875rem;
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}
#footer p {
padding-top: 10px;
margin: 0;
}
#footer a {
color: #fff;
font-size: 14px;
font-size: 0.875rem;
}
#footer h2,
#footer h3,
#footer h4 {
color: #fff;
}
#footer a:hover {
text-decoration: underline;
}
#footer select {
color: #616161;
margin-left: 5px;
}
#footer .widget {
margin-bottom: 1.875rem;
}
#footer .widget h4 {
color: #fff;
font-size: 18px;
font-size: 1.125rem;
text-transform: uppercase;
margin-bottom: 1.25em;
}
#footer ul,
footer ol {
list-style: none;
margin-left: 0;
padding-left: 0;
}
#footer ul li,
footer ol li {
display: inline-block;
vertical-align: top;
width: 46%;
margin-right: 2%;
}
#footer ul li > a,
footer ol li > a {
display: block;
padding: 8px 0;
color: inherit;
-webkit-transition: text-indent 200ms;
-o-transition: text-indent 200ms;
transition: text-indent 200ms;
position: relative;
}
#footer ul li > a:hover,
footer ol li > a:hover {
text-decoration: none !important;
}
#footer ul li > a:after,
footer ol li > a:after {
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
content: " ";
display: block;
width: 0;
height: 1px;
background-color: rgba(255, 255, 255, 0.3);
}
#footer ul li > a:hover:after,
footer ol li > a:hover:after {
width: 100%;
}
#footer .widget ul li:first-child {
border-top: none;
}
#footer .widget ul li ul li:last-child {
border: none;
}
#footer .widget ul li ul {
margin-left: 30px;
margin-bottom: 0;
margin-top: 0!important;
}
#footer .widget ul li ul,
#sidebar .widget ul li ul li ul {
display: none;
}
#footer .hasChildren {
position: relative;
}
#footer .hasChildren i {
position: absolute;
top: 12px;
right: 5px;
font-size: 1.16666666666667em;
} #footer .widget_contact_info li {
display: block;
width: 100%;
margin-bottom: 12px;
}
#footer .widget_contact_info li i {
margin-right: 10px;
text-align: center;
}
#footer .widget_contact_info li a {
display: inline;
} .widget_portfolio .widget-portfolio-wrap .widget-portfolio-item {
display: inline-block;
vertical-align: top;
width: 30%;
margin-right: 2%;
margin-bottom: 2%;
}
.widget_portfolio .widget-portfolio-wrap .widget-portfolio-item a {
display: block;
position: relative;
overflow: hidden;
}
.widget_portfolio .widget-portfolio-wrap .widget-portfolio-item a:after {
-webkit-transition: opacity 200ms;
-o-transition: opacity 200ms;
transition: opacity 200ms;
opacity: 0;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: -1px;
content: " ";
background-color: rgba(0, 0, 0, 0.8);
z-index: 1;
}
.widget_portfolio .widget-portfolio-wrap .widget-portfolio-item a:hover:after {
opacity: 1;
}
.widget_portfolio .widget-portfolio-wrap .widget-portfolio-item a:before {
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
-webkit-transition-delay: 100ms;
transition-delay: 100ms;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
display: block;
z-index: 2;
position: absolute;
top: 40%;
left: 50%;
content: "\f067";
color: #fff;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.widget_portfolio .widget-portfolio-wrap .widget-portfolio-item a:hover:before {
top: 50%;
opacity: 1;
} .widget_recent_posts ul li,
.widget_popular_posts ul li {
margin-bottom: 0.6em;
min-height: 55px;
}
.widget_recent_posts ul li .recent-post-img,
.widget_popular_posts ul li .recent-post-img {
position: relative;
float: left;
margin-right: 10px;
}
.widget_recent_posts ul li .recent-post-img a,
.widget_popular_posts ul li .recent-post-img a {
display: block;
}
.widget_recent_posts ul li .recent-post-img span,
.widget_popular_posts ul li .recent-post-img span {
box-shadow: 0 0px 1px rgba(255, 255, 255, 0.7) inset;
-moz-box-shadow: 0 0px 1px rgba(255, 255, 255, 0.7) inset;
-webkit-box-shadow: 0 0px 1px rgba(255, 255, 255, 0.7) inset;
position: absolute;
width: 50px;
height: 50px;
display: block;
top: 1px;
left: 1px;
}
.widget_recent_posts ul li h6,
.widget_popular_posts ul li h6 {
font-weight: bold;
font-size: 0.91666666666667em;
line-height: 1.2em;
margin-top: 0;
}
.widget_recent_posts ul li h6 a,
.widget_popular_posts ul li h6 a {
color: #e8b932;
}
.widget_recent_posts ul li h6 a:hover,
.widget_popular_posts ul li h6 a:hover {
text-decoration: none;
color: #d7d7d7;
}
.widget_recent_posts ul li time,
.widget_popular_posts ul li time {
font-size: 0.95652173913043em;
color: #999999;
} footer .social a {
margin: 7px 7px 7px 0;
} .sub-footer {
background-color: #262626;
padding: 15px 0;
color: #7a7a7a;
font-size: 13px;
font-size: 0.8125rem;
position: relative;
background-color: #222222;
}
.sub-footer p {
margin-bottom: 0;
float: left;
line-height: 35px;
}
.sub-footer a {
color: #999999;
}
.sub-footer a:hover {
color: inherit;
text-decoration: underline;
} .nav_social {
position: relative;
text-align: center;
float: right;
}
.nav_social li {
text-align: center;
position: relative;
float: left;
margin-left: 10px;
}
.nav_social li a {
padding: 0;
overflow: hidden;
display: block;
position: relative;
width: 35px;
height: 35px;
line-height: 35px;
color: #b3b3b3;
-webkit-transition: background 200ms;
-o-transition: background 200ms;
transition: background 200ms;
text-decoration: none;
text-align: center;
font-weight: normal;
border-radius: 2px;
}
.nav_social li a:hover {
color: #fff;
}
.nav_social li a::before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-decoration: inherit;
font-size: 18px;
line-height: 1em;
width: 23px;
height: 18px;
color: #fff;
color: inherit;
text-decoration: none!important;
}
.nav_social li a:hover::before {
color: #fff;
-webkit-animation: social_icons_anim 500ms ease;
-o-animation: social_icons_anim 500ms ease;
animation: social_icons_anim 500ms ease;
}
@-webkit-keyframes social_icons_anim {
0% {
-webkit-transform: translate(0, -30px);
-ms-transform: translate(0, -30px);
-o-transform: translate(0, -30px);
transform: translate(0, -30px);
opacity: 0;
}
60% {
-webkit-transform: translate(0, 2px);
-ms-transform: translate(0, 2px);
-o-transform: translate(0, 2px);
transform: translate(0, 2px);
opacity: 1;
}
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@-moz-keyframes social_icons_anim {
0% {
-webkit-transform: translate(0, -30px);
-ms-transform: translate(0, -30px);
-o-transform: translate(0, -30px);
transform: translate(0, -30px);
opacity: 0;
}
60% {
-webkit-transform: translate(0, 2px);
-ms-transform: translate(0, 2px);
-o-transform: translate(0, 2px);
transform: translate(0, 2px);
opacity: 1;
}
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@-o-keyframes social_icons_anim {
0% {
-webkit-transform: translate(0, -30px);
-ms-transform: translate(0, -30px);
-o-transform: translate(0, -30px);
transform: translate(0, -30px);
opacity: 0;
}
60% {
-webkit-transform: translate(0, 2px);
-ms-transform: translate(0, 2px);
-o-transform: translate(0, 2px);
transform: translate(0, 2px);
opacity: 1;
}
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes social_icons_anim {
0% {
-webkit-transform: translate(0, -30px);
-ms-transform: translate(0, -30px);
-o-transform: translate(0, -30px);
transform: translate(0, -30px);
opacity: 0;
}
60% {
-webkit-transform: translate(0, 2px);
-ms-transform: translate(0, 2px);
-o-transform: translate(0, 2px);
transform: translate(0, 2px);
opacity: 1;
}
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
}
.nav_social li a[href*="facebook.com"]::before {
content: "\f09a";
}
.nav_social li a[href*="facebook.com"]:hover {
background-color: #3B5998;
}
.nav_social li a[href*="twitter.com"]::before {
content: "\f099";
}
.nav_social li a[href*="twitter.com"]:hover {
background-color: #33CCFF;
}
.nav_social li a[href*="dribbble.com"]::before {
content: "\f17d";
}
.nav_social li a[href*="dribbble.com"]:hover {
background-color: #C5376D;
}
.nav_social li a[href*="instagram.com"]::before {
content: "\f16d";
}
.nav_social li a[href*="instagram.com"]:hover {
background-color: #e33567;
}
.nav_social li a[href*="flickr.com"]::before {
content: "\f16e";
}
.nav_social li a[href*="flickr.com"]:hover {
background-color: #FF0084;
}
.nav_social li a[href*="youtube.com"]::before {
content: "\f167";
}
.nav_social li a[href*="youtube.com"]:hover {
background-color: #C1302A;
}
.nav_social li a[href*="github.com"]::before {
content: "\f09b";
}
.nav_social li a[href*="github.com"]:hover {
background-color: #2f2f2f;
}
.nav_social li a[href*="vimeo.com"]::before {
content: "\f194";
}
.nav_social li a[href*="vimeo.com"]:hover {
background-color: #1AB7EA;
}
.nav_social li a[href*="foursquare.com"]::before {
content: "\f180";
}
.nav_social li a[href*="foursquare.com"]:hover {
background-color: #1DAFEC;
}
.nav_social li a[href*="skype.com"]::before {
content: "\f17e";
}
.nav_social li a[href*="skype.com"]:hover {
background-color: #00AFF0;
}
.nav_social li a[href*="plus.google.com"]::before {
content: "\f0d5";
}
.nav_social li a[href*="plus.google.com"]:hover {
background-color: #D5402B;
}
.nav_social li a[href*="tumblr.com"]::before {
content: "\f173";
}
.nav_social li a[href*="tumblr.com"]:hover {
background-color: #343B4A;
}
.nav_social li a[href*="linkedin.com"]::before {
content: "\f0e1";
}
.nav_social li a[href*="linkedin.com"]:hover {
background-color: #0073B2;
}
.nav_social li a[href*="pinterest.com"]::before {
content: "\f231";
}
.nav_social li a[href*="pinterest.com"]:hover {
background-color: #CB2027;
}
.nav_social li a[href*="/feed/"]::before {
content: "\f09e";
}
.nav_social li a[href*="/feed/"]:hover {
background-color: #FF6600;
}
.nav_social li a[href*="wordpress.com"]::before {
content: "\f19a";
}
.nav_social li a[href*="wordpress.com"]:hover {
background-color: #21759b;
}
.nav_social li a[href*="wordpress.org"]::before {
content: "\f19a";
}
.nav_social li a[href*="wordpress.org"]:hover {
background-color: #21759b;
}
.nav_social li a[href*="tripadvisor.com"]::before {
content: "\f262";
}
.nav_social li a[href*="tripadvisor.com"]:hover {
background-color: #1d973c;
} #menu-footer {
border-left: 1px solid #404040;
display: inline-block;
margin-left: 20px;
padding-left: 8px;
}
#menu-footer li {
display: inline-block;
}
#menu-footer li a {
padding: 8px 12px;
}
#menu-footer li a:hover {
background-color: transparent;
} .ql_payments_options ul {
padding-left: 0;
list-style: none;
margin: 20px 0;
}
.ql_payments_options ul li {
display: inline-block;
color: #b3b3b3;
font-size: 28px;
font-size: 1.75rem;
margin-left: 0.71428571428571em;
line-height: 1em;
}
.ql_payments_options ul li:hover,
.ql_payments_options ul li i {
cursor: default;
}    #comments {
margin-bottom: 70px;
}
#comments .comments-title {
color: #fff;
}
#comments h3 {
margin-top: 0;
}
.comment-list {
margin-left: 0;
margin-top: 2.30769230769231em;
padding: 0;
list-style: none;
}
#comments .comment-list .comment {
list-style: none;
margin-bottom: 50px;
}
#comments .comment-list .comment.bypostauthor .comment-body {
border: 2px solid #616161;
}
#comments .comment-list .comment .comment-body {
margin-bottom: 20px;
-webkit-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
background-color: #fff;
padding: 3.75rem;
}
#comments .comment-meta {
width: 20%;
margin-right: 5%;
display: inline-block;
vertical-align: top;
}
#comments .comment-meta .comment-author .avatar {
margin-right: 15px;
}
#comments .comment-meta .comment-author .fn {
font-size: 14px;
font-size: 0.875rem;
}
#comments .comment-meta .comment-author .fn .url {
color: #616161;
}
#comments .comment-meta .comment-author .says {
font-size: 11px;
font-size: 0.6875rem;
}
#comments .comment-meta .comment-metadata {
font-size: 11px;
font-size: 0.6875rem;
margin-top: 10px;
}
#comments .comment-meta .comment-metadata a {
color: #b3b3b3;
}
#comments .comment-meta .comment-metadata .edit-link {
display: block;
}
#comments .comment-meta .comment-metadata .edit-link a {
color: #b3b3b3;
}
#comments .comment-content {
width: 74%;
display: inline-block;
vertical-align: top;
}
#comments .comment-list .comment .comment-body .reply {
text-align: right;
}
#comments .comment-list .comment .comment-body .reply .comment-reply-link {
text-align-last: auto;
padding: 5px;
font-size: 14px;
font-size: 0.875rem;
color: #999999;
}   #respond {
margin: 70px 0;
}
.comment-reply-title {
color: #fff;
}
#respond h3 {
margin-top: 0;
}
#respond .input-wrap {
margin: 0px 15px 10px 0;
float: left;
width: 31%;
}
#respond .input-wrap.textarea {
float: none;
width: 97%;
}
#respond .controls-wrap {
position: relative;
}
#respond input {
padding-left: 2.30769230769231em;
width: 100%;
background-color: #404040;
border-color: #404040;
color: #eeeeee;
}
#respond input:focus {
border-color: #999999;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#respond .input label {
margin-bottom: 5px;
display: block;
}
#respond textarea {
width: 100%;
height: 150px;
margin-bottom: 1.42857142857143em;
background-color: #404040;
border-color: #404040;
color: #eeeeee;
}
#respond textarea:focus {
border-color: #999999;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#respond .controls-wrap i {
position: absolute;
left: 0.71428571428571em;
top: 0.71428571428571em;
color: #c4c4c4;
font-size: 14px;
font-size: 0.875rem;
}
#respond .form-actions {
background-color: transparent;
border: none;
padding: 0;
}
#respond #submit-respond {
outline: none;
width: auto;
height: auto;
padding: 10px 20px;
}
#respond #submit-respond:hover {
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
background-color: #616161;
border-color: #616161;
color: #fff;
} .pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-inactive {
display: none;
}
.pace .pace-progress {
background: #e8b932;
position: fixed;
z-index: 2000;
top: 0;
left: 0;
height: 3px;
-webkit-transition: width 1s;
-moz-transition: width 1s;
-o-transition: width 1s;
transition: width 1s;
}
.pace .pace-progress-inner {
display: block;
position: absolute;
right: 0px;
width: 100px;
height: 100%;
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-moz-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
-o-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 15px;
right: 15px;
width: 14px;
height: 14px;
border: solid 2px transparent;
border-top-color: #e8b932;
border-left-color: #e8b932;
border-radius: 10px;
-webkit-animation: pace-spinner 400ms linear infinite;
-moz-animation: pace-spinner 400ms linear infinite;
-ms-animation: pace-spinner 400ms linear infinite;
-o-animation: pace-spinner 400ms linear infinite;
animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes pace-spinner {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes pace-spinner {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes pace-spinner {
0% {
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes pace-spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}  .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.sticky {
border-top: 3px solid #999999;
border-bottom: 3px solid #999999;
padding: 30px 0;
}
.gallery .gallery-caption {
color: #888;
font-size: 12px;
margin: 0 0 12px;
}
.gallery {
margin-bottom: 1.6em;
}
.gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.post-password-form input[type="submit"] {
display: block;
width: auto;
}
.post-password-form input[type="submit"]:hover {
background-color: #eeeeee;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
#main table {
width: 100%;
max-width: 100%;
margin-bottom: 22px;
}
#main table > thead > tr > th,
#main table > tbody > tr > th,
#main table > tfoot > tr > th,
#main table > thead > tr > td,
#main table > tbody > tr > td,
#main table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
#main table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
#main table > caption + thead > tr:first-child > th,
#main table > colgroup + thead > tr:first-child > th,
#main table > thead:first-child > tr:first-child > th,
#main table > caption + thead > tr:first-child > td,
#main table > colgroup + thead > tr:first-child > td,
#main table > thead:first-child > tr:first-child > td {
border-top: 0;
}
#main table > tbody + tbody {
border-top: 2px solid #ddd;
}
#main table .table {
background-color: #131313;
}  .widget_archive ul li a {
display: inline-block !important;
}
.widget_archive ul li a:hover {
background-color: transparent!important;
}
.widget select {
font-size: 14px;
font-size: 0.875rem;
max-width: 100%;
color: #999999;
}
.widget label {
color: #999999;
} #wp-calendar {
width: 100%;
}
#wp-calendar caption {
text-align: right;
color: #333;
font-size: 12px;
margin-top: 10px;
margin-bottom: 15px;
}
#wp-calendar thead {
font-size: 10px;
}
#wp-calendar thead th {
padding-bottom: 10px;
}
#wp-calendar tbody {
color: #aaa;
}
#wp-calendar tbody td {
background: #f5f5f5;
border: 1px solid #fff;
text-align: center;
padding: 8px;
}
#wp-calendar tbody td:hover {
background: #fff;
}
#wp-calendar tbody .pad {
background: none;
}
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right;
}
#wp-calendar tfoot #prev {
font-size: 10px;
text-transform: uppercase;
padding-top: 10px;
}
#wp-calendar #today {
font-weight: bold;
color: #222;
}
#footer #wp-calendar tbody td {
background: #404040;
border: 1px solid #999999;
}
#footer #wp-calendar tbody td:hover {
background: #616161;
}
#footer #wp-calendar #today {
color: #fff;
}
#footer #wp-calendar caption {
color: #999999;
} .widget_categories ul li a {
display: inline-block !important;
}
.widget_categories ul li a:hover {
background-color: transparent!important;
} .widget_recent_comments ul li {
margin-bottom: 15px;
}
.comment-author-link {
border-bottom: 1px dotted #eeeeee;
}
#footer .widget_recent_comments ul li {
width: 100%;
display: block;
margin-right: 0;
}
#footer .comment-author-link {
border-bottom: 1px dotted #999999;
} .widget_recent_entries ul li {
width: 100% !important;
}
.widget_recent_entries ul li a:hover {
text-indent: 0!important;
background-color: transparent!important;
text-decoration: underline!important;
} .widget_rss ul li {
margin-bottom: 15px;
}
.widget_rss .rsswidget {
font-weight: bold;
}
.widget_rss .rssSummary {
font-size: 12px;
font-size: 0.75rem;
} .widget_search {
position: relative;
}
.widget_search #s {
width: 100%;
display: block;
padding-right: 32px;
}
.widget_search #s:focus {
border-color: #999999;
-webkit-box-shadow: none;
box-shadow: none;
}
.widget_search #searchsubmit {
background: none;
border: none;
width: 17px;
height: 17px;
display: block;
text-indent: -9999px;
position: absolute;
right: 15px;
top: 7px;
cursor: pointer;
line-height: 0;
box-shadow: none;
}
.widget_search i {
width: 17px;
height: 17px;
display: block;
position: absolute;
right: 15px;
top: 12px;
cursor: pointer;
font-size: 1em;
color: #999999;
}
.widget_search #searchform {
position: relative;
} .widget_tag_cloud a {
padding: 2px;
} .widget_nav_menu .menu-navigation-container > ul {
padding: 0;
list-style: none;
}
.widget_nav_menu .menu-navigation-container > ul > li > a {
font-weight: bold;
padding: 5px 0;
display: inline-block;
}
.widget_nav_menu .menu-navigation-container .sub-menu {
padding-left: 20px;
} .search-form {
position: relative;
}
.search-form label {
display: block;
position: relative;
}
.search-form label .screen-reader-text {
display: none;
}
.search-form .search-field {
width: 100%;
position: relative;
font-weight: normal;
}
.widget_search .search-field:focus {
border-color: #999999;
-webkit-box-shadow: none;
box-shadow: none;
}
.widget_search .search-submit,
.search-form .search-submit {
background: none;
border: none;
width: 36px;
height: 36px;
display: block;
text-indent: -9999px;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
line-height: 0;
box-shadow: none;
margin-bottom: 0;
}
.search-form label::before {
display: block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
content: "";
position: absolute;
right: 15px;
top: 9px;
color: #b3b3b3;
font-size: 14px;
z-index: 1;
}
.widget_search i {
width: 17px;
height: 17px;
display: block;
position: absolute;
right: 12px;
top: 12px;
cursor: pointer;
font-size: 1em;
color: #b3b3b3;
}
#footer .search-form .search-field {
background-color: transparent;
border-color: #999999;
color: #b3b3b3;
}
#footer .widget_search .search-field:focus {
border-color: #999999;
-webkit-box-shadow: none;
box-shadow: none;
} .post-navigation {
margin: 40px 0;
}
.post-navigation:before,
.post-navigation:after {
content: " ";
display: table;
}
.post-navigation:after {
clear: both;
}
.post-navigation .screen-reader-text {
display: none;
}
.post-navigation .nav-previous {
float: left;
width: 48%;
}
.post-navigation .nav-next {
float: right;
width: 48%;
text-align: right;
}
.post-navigation .nav-next a,
.post-navigation .nav-previous a {
padding: 18px 23px;
background-color: #404040;
position: relative;
display: inline-block;
color: #999999;
border-radius: 3px;
}
.post-navigation .nav-previous a {
padding-left: 45px;
}
.post-navigation .nav-next a {
padding-right: 45px;
}
.post-navigation .nav-previous a::before {
display: block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
content: "";
position: absolute;
left: 20px;
top: 50%;
margin-top: -6px;
color: #b3b3b3;
font-size: 14px;
z-index: 1;
text-decoration: none;
line-height: 1em;
width: 14px;
height: 14px;
}
.post-navigation .nav-next a::before {
display: block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
content: "";
position: absolute;
right: 20px;
top: 50%;
margin-top: -6px;
color: #b3b3b3;
font-size: 14px;
z-index: 1;
text-decoration: none;
line-height: 1em;
width: 14px;
height: 14px;
} .widget_nav_menu ul li {
padding: 0!important;
}
.widget_nav_menu ul li a {
display: block;
padding: 10px 0!important;
} .error-404 .search-form {
width: 50%;
}
.widgets-404 {
margin-top: 50px;
}
.widgets-404 .col-md-3 {
margin-bottom: 30px;
}
.widgets-404 .widget ul {
list-style: none;
padding-left: 0;
}
.widgets-404 .widget ul li {
margin-bottom: 10px;
}
.widgets-404 .widget ul li a {
color: inherit;
}
.widgets-404 .widget .widgettitle,
.widgets-404 .widget .widget-title {
font-size: 24px;
font-size: 1.5rem;
}  .wpcf7 p {
margin-bottom: 25px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
width: 50%;
}
.wpcf7 select {
font-size: 14px;
font-size: 0.875rem;
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
display: inline-block;
width: auto;
height: 20px;
margin-right: 5px;
margin-top: 0;
}
.wpcf7-list-item {
display: block;
margin-bottom: 5px;
line-height: 20px;
}
.wpcf7 textarea {
width: 80%;
}
.wpcf7 input[type="submit"] {
width: auto;
border-color: #616161;
-webkit-transition: background-color 200ms;
-o-transition: background-color 200ms;
transition: background-color 200ms;
padding: 6px 15px;
}
.wpcf7 input[type="submit"]:hover {
background-color: #616161;
color: #fff;
}
.wpcf7 input[disabled="disabled"] {
opacity: 0.3;
}
.wpcf7-quiz {
margin-bottom: 0;
}
.wpcf7-not-valid {
border-color: red;
} .ult-ib-effect-style9 .ult-new-ib-desc {
text-align: center!important;
}
.aio-icon-box.top-icon .align-icon,
.aio-icon-box.top-icon .aio-icon-header,
.aio-icon-box.top-icon .aio-icon-description {
text-align: left!important;
}
.align_text2.ult-ib-resp.ult-ib-effect-style9 h2 {
padding-top: 15%;
}
.align_text1.ult-ib-resp.ult-ib-effect-style9 h2 {
padding-top: 22%;
}
@media (min-width: 768px) and (max-width: 1269px) {
.align_text1.ult-ib-resp.ult-ib-effect-style9 h2 {
font-size: 16px !important;
font-size: 1rem !important;
padding-top: 17%;
}
}
.wpb_wrapper .products .product-category a {
overflow: hidden;
display: block;
}
.wpb_wrapper .products .product-category a img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 300ms;
-o-transition: transform 300ms;
transition: transform 300ms;
}
.wpb_wrapper .products .product-category a:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
z-index: 1;
position: relative;
}
.wpb_wrapper .products .product-category h3 {
background-color: #e8b932;
text-align: center;
color: #fff;
padding: 15px 20px!important;
z-index: 3;
position: relative;
-webkit-transition: transform 300ms;
-o-transition: transform 300ms;
transition: transform 300ms;
}
.wpb_wrapper .products .product-category a:hover h3 {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.wpb_wrapper .products .product-category .count {
display: none;
} .ql_slider_btn {
border: 2px solid #000;
padding: 15px 30px;
font-weight: bold;
text-transform: uppercase;
}
.ql_slider_btn:hover {
text-decoration: none;
}
.ql_slider_btn.black {
color: #000!important;
}
.ql_slider_btn.white {
color: #fff!important;
border-color: #fff;
}
@media (max-width: 767px) {
.tp-caption {
font-size: 18px !important;
font-size: 1.125rem !important;
}
} .widget_yikes_mc_widget input[type="submit"] {
display: inline-block;
width: auto;
background-color: transparent;
border: 2px solid #999999;
color: #999999;
}
.widget_yikes_mc_widget input[type="submit"]:hover {
background-color: #eeeeee;
border: 2px solid #eeeeee;
color: #616161;
}
.widget_yikes_mc_widget input[type="text"] {
border: none;
}
.widget_yikes_mc_widget .yks-mailchimpFormDivSubmit {
margin: 0;
}
.widget_yikes_mc_widget p {
padding-top: 0!important;
}
.widget_yikes_mc_widget .yks-status p {
color: #eeeeee;
margin-bottom: 10px;
} .null-instagram-feed .instagram-pics li {
width: 23% !important;
margin-bottom: 2%;
border-radius: 3px;
overflow: hidden;
}
.null-instagram-feed .instagram-pics li a {
padding: 0 !important;
opacity: 0.8;
-webkit-transition: opacity 300ms;
-o-transition: opacity 300ms;
transition: opacity 300ms;
}
.null-instagram-feed .instagram-pics li a:hover {
opacity: 1;
}
.null-instagram-feed .instagram-pics li a::after {
display: none !important;
}
@media (min-width: 768px) and (max-width: 1269px) {
.null-instagram-feed .instagram-pics li {
width: 23% !important;
}
}
@media (min-width: 1510px) {
.null-instagram-feed .instagram-pics li {
width: 23% !important;
}
} html {
font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
}
img {
max-width: 100%;
height: auto;
}
.icons-bck {
position: absolute;
top: 90px;
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
} .style-title {
color: #fff;
text-transform: uppercase;
font-size: 48px;
font-size: 3rem;
}
.style-title span {
font-family: "Dancing Script";
text-transform: capitalize;
color: #e8b932;
display: block;
font-size: 50px;
font-size: 3.125rem;
}
.style-title a {
color: #fff;
text-decoration: none;
}
.style-title a span {
font-family: "Dancing Script";
text-transform: capitalize;
color: #e8b932;
display: block;
font-size: 50px;
font-size: 3.125rem;
}
.preloader {
background: #131313;
position: absolute;
width: 100%;
height: 100%;
display: block;
z-index: 30;
top: 0;
left: 0;
-webkit-transition: all 900ms ease-in-out;
-o-transition: all 900ms ease-in-out;
transition: all 900ms ease-in-out;
text-align: center;
color: #b3b3b3 !important;
}
.preloader i {
font-size: 28px;
position: absolute;
left: 50%;
top: 300px;
} .read-more {
text-transform: uppercase;
margin-top: 10px;
display: inline-block;
padding: 5px 0;
color: #e8b932;
position: relative;
}
.read-more i {
margin-left: 10px;
font-size: 14px;
font-size: 0.875rem;
position: relative;
top: -1px;
color: inherit;
}
.read-more:hover {
text-decoration: none;
}
.read-more:after {
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 250ms;
-o-transition: all 250ms;
transition: all 250ms;
content: " ";
display: block;
width: 0;
height: 1px;
background-color: #e8b932;
}
.read-more:hover:after {
width: 100%;
}
.ql_background {
-webkit-transition: all 300ms;
-o-transition: all 300ms;
transition: all 300ms;
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
background-color: #fff;
padding: 3.75rem;
}
.ql_shadow {
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}  .light-btn {
background-color: transparent;
border: 2px solid #000;
display: inline-block;
color: #000;
text-transform: uppercase;
padding: 8px 24px;
-webkit-transition: background 200ms, color 200ms;
-o-transition: background 200ms, color 200ms;
transition: background 200ms, color 200ms;
letter-spacing: 0.7px;
}
.light-btn:hover {
text-decoration: none;
background-color: #000;
border-color: #000;
color: #fff;
text-shadow: none;
}
.light-btn:active {
position: relative;
bottom: -1px;
text-decoration: none;
background-color: transparent;
color: #000;
}  .clear_space {
margin: 2.30769230769231em 0;
}  .ql_thumbnail_hover {
position: relative;
display: block;
text-align: center;
overflow: hidden;
}
.ql_thumbnail_hover:before {
content: " ";
display: block;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
z-index: 1;
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
opacity: 0;
border-radius: 3px;
}
.ql_thumbnail_hover:hover:before {
opacity: 1;
}
.ql_thumbnail_hover:after {
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
-webkit-transition-delay: 100ms;
transition-delay: 100ms;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
display: block;
z-index: 2;
position: absolute;
top: 45%;
left: 50%;
content: "+";
color: #fff;
font: bold 14px/1 FontAwesome;
font-size: 62px;
font-size: 3.875rem;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ql_thumbnail_hover:hover:after {
top: 50%;
opacity: 1;
}
.ql_thumbnail_hover img {
-webkit-transition: transform 800ms;
-o-transition: transform 800ms;
transition: transform 800ms;
}
.ql_thumbnail_hover:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}    input,
textarea {
display: block;
width: 100%;
height: 36px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.22857143;
color: #616161;
vertical-align: middle;
background-color: #fff;
background-image: none;
border: 2px solid #ccc;
border-radius: 4px;
margin-bottom: 0.71428571428571em;
}
input:focus,
textarea:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #999;
opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999;
}
input[disabled],
textarea[disabled],
input[readonly],
textarea[readonly],
fieldset[disabled] input,
fieldset[disabled] textarea {
cursor: not-allowed;
background-color: #eeeeee;
}
textareainput,
textareatextarea {
height: auto;
}
textarea {
min-height: 100px;
}  @media (max-width: 767px) { #header {
position: relative;
padding: 10px 0 0;
}
.logo_container {
position: relative;
display: block;
float: none;
margin-right: 0;
}
.slogan {
font-size: 26px;
font-size: 1.625rem;
line-height: 32px;
text-align: center;
margin: 15px 0;
}
.menu_wrap {
margin-top: 0.625rem;
}
#ql-navigation {
padding: 0;
}
#jqueryslidemenu {
margin-bottom: 0;
margin-top: 0;
float: none;
text-align: left;
border-top: none;
}
#jqueryslidemenu #nav {
border-top: none;
}
#jqueryslidemenu ul.nav > li {
display: inline-block;
width: 49%;
}
#ql_nav_collapse {
padding: 0;
padding-top: 10px;
border-top: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu {
display: block;
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
}
.dropdown-submenu > .dropdown-menu {
left: 0;
position: relative;
padding-left: 20px;
}
.col-right {
text-align: center;
}
#header .nav_social {
line-height: 5px;
}
.nav_social li {
float: none;
display: inline-block;
} #ql-navigation .navbar-nav {
margin: 0;
}
#jqueryslidemenu ul.nav > li > ul {
position: relative;
top: 0;
padding: 0;
}
.dropdown:hover .dropdown-menu {
display: none;
}
.dropdown.open:hover .dropdown-menu {
display: block;
width: 100%;
}
#jqueryslidemenu ul.nav > li > ul > li.menu-item-has-children {
display: block;
width: 100%;
padding: 5px 20px;
}
#jqueryslidemenu ul.nav > li > ul > li.has-image {
display: none;
} .welcome-image {
padding-bottom: 42%;
}
.home-buttons .home-button {
width: 100%;
padding-bottom: 39%;
}
.home-buttons .home-button .home-button-content span {
font-size: 18px;
font-size: 1.125rem;
}
.home-buttons .home-button.reservations-button .book-table-btn {
display: none;
} .about-us-section .location {
margin-bottom: 2.5em;
}
.about-us-section .location .map-wrap {
padding-bottom: 65%;
}
.about-us-section .location .location-content {
padding: 30px;
}
.about-us-section .about-us-box {
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
background: repeat url(//restobargl.ru/wp-content/themes/restau-lite/images/wood.jpg);
border-radius: 30px;
overflow: hidden;
color: #fff;
position: relative;
}
.about-us-section .about-us-box .about-us-box-content {
padding: 2.1875em;
}
.about-us-section .about-us-box .about-us-box-content .style-title {
font-size: 35px;
font-size: 2.1875rem;
}
.about-us-section .about-us-box .about-us-box-content .style-title span {
font-size: 37px;
font-size: 2.3125rem;
}
.about-us-section .about-us-box .about-us-box-content p {
color: #999999;
}
.about-us-section .about-us-box .about-us-box-content .menu .nav_social li {
margin: 0.3125em;
}
.about-us-section .about-us-box .about-us-box-content .menu .nav_social li a {
font-size: 24px;
font-size: 1.5rem;
line-height: 55px;
width: 55px;
height: 55px;
}
.about-us-section .about-us-box .about-us-box-content .menu .nav_social li a::before {
font-size: 20px;
font-size: 1.25rem;
} .gallery-section .gallery-content {
width: 100%;
padding: 40px;
position: relative;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.gallery-section .gallery-content .style-title {
font-size: 35px;
font-size: 2.1875rem;
}
.gallery-section .gallery-content .style-title span {
font-size: 37px;
font-size: 2.3125rem;
}
.gallery-section .gallery-image {
padding-bottom: 50%;
float: none;
width: 100%;
} .reservation-section .reservation-content {
margin: 0 0 5% 0;
}
.reservation-section .reservation-content .style-title {
font-size: 39px;
font-size: 2.4375rem;
}
.reservation-section .reservation-content .style-title span {
font-size: 37px;
font-size: 2.3125rem;
}
.reservation-section .reservation-content .reservation-hours {
width: 100%;
} .menu-section .style-title {
margin-bottom: 1.875rem;
}
.menu-section .menu-slider {
padding: 2.5rem;
}
.menu-section .menu-slider .menu-slide {
width: 95%;
margin: 0 2.4%;
}
.menu-section .menu-slider .menu-slide .menu-slide-title {
margin-bottom: 2.5rem;
}
.menu-section .menu-slider .menu-slide ul li {
display: block;
width: 100%;
margin: 0 0 5%;
}
.menu-section .menu-slider .menu-slide ul li .menu-item-title {
font-size: 20px;
font-size: 1.25rem;
}
.menu-section .menu-slider .menu-slide ul li .menu-item-desc {
font-size: 13px;
font-size: 0.8125rem;
padding-right: 24%;
margin-bottom: 6%;
}
.menu-section .menu-slider .menu-slide ul li .menu-item-price {
font-size: 30px;
font-size: 1.875rem;
}
.menu-section .menu-slider .flickity-prev-next-button.previous {
left: 5px;
display: none;
}
.menu-section .menu-slider .flickity-prev-next-button.next {
right: 5px;
display: none;
} .blog-section {
padding: 7% 0;
}
.blog-wrap .blog-item {
width: 100%;
} .testimonial {
padding: 0 5%;
}
.testimonial blockquote {
font-size: 18px;
font-size: 1.125rem;
} .metadata {
display: block;
}
.metadata ul li {
float: left;
} #sidebar {
padding-right: 0;
} #respond .input-wrap {
width: 100%;
} .sub_footer p {
margin-bottom: 20px;
float: none;
line-height: 1.6em;
}
.nav_social {
float: none;
}
.section-title {
margin-bottom: 4rem;
} .error-404 .search-form {
width: 100%;
}
} @media (min-width: 768px) and (max-width: 1269px) {
.container {
width: 98%;
} .home-buttons .home-button {
padding-bottom: 25%;
}
.home-buttons .home-button .home-button-content span {
font-size: 18px;
font-size: 1.125rem;
}
.home-buttons .home-button.reservations-button .book-table-btn {
width: 60%;
} .about-us-section .location .map-wrap {
padding-bottom: 70%;
}
.about-us-section .location .location-content {
padding: 30px;
}
.about-us-section .about-us-box {
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
background: repeat url(//restobargl.ru/wp-content/themes/restau-lite/images/wood.jpg);
border-radius: 30px;
overflow: hidden;
color: #fff;
position: relative;
}
.about-us-section .about-us-box .about-us-box-content {
padding: 3.125em;
}
.about-us-section .about-us-box .about-us-box-content p {
color: #999999;
}
.about-us-section .about-us-box .about-us-box-content .menu .nav_social li {
margin: 0.3125em;
}
.about-us-section .about-us-box .about-us-box-content .menu .nav_social li a {
font-size: 24px;
font-size: 1.5rem;
line-height: 55px;
width: 55px;
height: 55px;
}
.about-us-section .about-us-box .about-us-box-content .menu .nav_social li a::before {
font-size: 20px;
font-size: 1.25rem;
} .gallery-section .gallery-content {
width: 50%;
padding: 50px;
} .reservation-section .reservation-content {
margin: 0 6% 5% 6%;
}
.reservation-section .reservation-content .reservation-hours {
width: 100%;
} .menu-section .style-title {
margin-bottom: 1.875rem;
}
.menu-section .menu-slider {
padding: 2.5rem;
}
.menu-section .menu-slider .menu-slide .menu-slide-title {
margin-bottom: 2.5rem;
}
.menu-section .menu-slider .menu-slide ul li {
width: 43%;
margin: 1.5% 3% 1.5%;
}
.menu-section .menu-slider .menu-slide ul li .menu-item-title {
font-size: 20px;
font-size: 1.25rem;
}
.menu-section .menu-slider .menu-slide ul li .menu-item-desc {
font-size: 13px;
font-size: 0.8125rem;
padding-right: 24%;
margin-bottom: 6%;
}
.menu-section .menu-slider .menu-slide ul li .menu-item-price {
font-size: 30px;
font-size: 1.875rem;
} .blog-wrap .blog-item {
width: 33.3%;
}
.blog-wrap .blog-item-entry {
min-height: 10em;
} .metadata ul li {
float: left;
} #sidebar {
padding-right: 0;
}
#sidebar .widget {
padding: 0 20px;
} #respond .input-wrap {
width: 46%;
}
} @media (min-width: 1270px) and (max-width: 1509px) { .ql_nav_btn {
top: 45px;
}
.ql_cart-btn {
padding-left: 10px;
margin-left: 5px;
}
.ql_login-btn {
padding: 5px 10px;
}
#ql_woo_cart {
width: 1200px;
}  #sidebar .widget {
padding: 0;
} #respond .input-wrap {
width: 47%;
}
} @media (min-width: 1510px) { .gallery-section .gallery-content {
width: 40%;
left: 5%;
}
} table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #999999;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #131313;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 16.5px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
} .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.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
0%,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
40%,
43% {
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
40%,
43%,
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
70% {
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
0%,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
40%,
43% {
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
40%,
43%,
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
70% {
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
0%,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(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(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(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(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(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 {
0%,
to {
-webkit-transform: translateZ(0);
transform: translateZ(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: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
@keyframes tada {
0% {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
}
to {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
transform: translate3d(-25%, 0, 0) rotate(-5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
transform: translate3d(20%, 0, 0) rotate(3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
transform: translate3d(-15%, 0, 0) rotate(-3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
transform: translate3d(10%, 0, 0) rotate(2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
transform: translate3d(-5%, 0, 0) rotate(-1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
transform: translate3d(-25%, 0, 0) rotate(-5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
transform: translate3d(20%, 0, 0) rotate(3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
transform: translate3d(-15%, 0, 0) rotate(-3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
transform: translate3d(10%, 0, 0) rotate(2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
transform: translate3d(-5%, 0, 0) rotate(-1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
0%,
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 {
0%,
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 {
0%,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
@keyframes bounceIn {
0%,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
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 {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
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 {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
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 {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
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 {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
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 bounceInRight {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
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;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
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: translateZ(0);
transform: translateZ(0);
}
}
@keyframes bounceInUp {
0%,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
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: translateZ(0);
transform: translateZ(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.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 {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
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 {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
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 {
0% {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
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 {
0% {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
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 {
0% {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
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 {
0% {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
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 {
0% {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
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 {
0% {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
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 {
0% {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
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 {
0% {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
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 {
0% {
-webkit-transform: perspective(400px) rotateY(-1turn);
transform: perspective(400px) rotateY(-1turn);
}
0%,
40% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
transform: perspective(400px) translateZ(150px) rotateY(-190deg);
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
transform: perspective(400px) translateZ(150px) rotateY(-170deg);
}
50%,
80% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(-1turn);
transform: perspective(400px) rotateY(-1turn);
}
0%,
40% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
transform: perspective(400px) translateZ(150px) rotateY(-190deg);
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
transform: perspective(400px) translateZ(150px) rotateY(-170deg);
}
50%,
80% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
}
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 {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
0%,
40% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
40% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
}
60% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
transform: perspective(400px) rotateX(-5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
0%,
40% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
40% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
}
60% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
transform: perspective(400px) rotateX(-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 {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
0%,
40% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
40% {
-webkit-transform: perspective(400px) rotateY(-20deg);
transform: perspective(400px) rotateY(-20deg);
}
60% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
transform: perspective(400px) rotateY(-5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
0%,
40% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
40% {
-webkit-transform: perspective(400px) rotateY(-20deg);
transform: perspective(400px) rotateY(-20deg);
}
60% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
transform: perspective(400px) rotateY(-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 {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotateX(-20deg);
transform: perspective(400px) rotateX(-20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible!important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotateY(-15deg);
transform: perspective(400px) rotateY(-15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotateY(-15deg);
transform: perspective(400px) rotateY(-15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-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);
}
60%,
80% {
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-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);
}
60%,
80% {
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
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 {
0% {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
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 {
0% {
transform-origin: center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
0%,
to {
-webkit-transform-origin: center;
}
to {
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
transform-origin: center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
0%,
to {
-webkit-transform-origin: center;
}
to {
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0;
}
0%,
to {
-webkit-transform-origin: left bottom;
}
to {
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0;
}
0%,
to {
-webkit-transform-origin: left bottom;
}
to {
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0;
}
0%,
to {
-webkit-transform-origin: right bottom;
}
to {
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0;
}
0%,
to {
-webkit-transform-origin: right bottom;
}
to {
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0;
}
0%,
to {
-webkit-transform-origin: left bottom;
}
to {
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0;
}
0%,
to {
-webkit-transform-origin: left bottom;
}
to {
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
0%,
to {
-webkit-transform-origin: right bottom;
}
to {
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
0%,
to {
-webkit-transform-origin: right bottom;
}
to {
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
transform-origin: center;
opacity: 1;
}
0%,
to {
-webkit-transform-origin: center;
}
to {
transform-origin: center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
transform-origin: center;
opacity: 1;
}
0%,
to {
-webkit-transform-origin: center;
}
to {
transform-origin: center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
opacity: 1;
}
0%,
to {
-webkit-transform-origin: left bottom;
}
to {
transform-origin: left bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
opacity: 1;
}
0%,
to {
-webkit-transform-origin: left bottom;
}
to {
transform-origin: left bottom;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
opacity: 1;
}
0%,
to {
-webkit-transform-origin: right bottom;
}
to {
transform-origin: right bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
opacity: 1;
}
0%,
to {
-webkit-transform-origin: right bottom;
}
to {
transform-origin: right bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
opacity: 1;
}
0%,
to {
-webkit-transform-origin: left bottom;
}
to {
transform-origin: left bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
opacity: 1;
}
0%,
to {
-webkit-transform-origin: left bottom;
}
to {
transform-origin: left bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
opacity: 1;
}
0%,
to {
-webkit-transform-origin: right bottom;
}
to {
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
opacity: 1;
}
0%,
to {
-webkit-transform-origin: right bottom;
}
to {
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
transform-origin: top left;
}
0%,
20%,
60% {
-webkit-transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
transform-origin: top left;
}
40%,
80% {
-webkit-transform: rotate(60deg);
transform: rotate(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% {
transform-origin: top left;
}
0%,
20%,
60% {
-webkit-transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
transform-origin: top left;
}
40%,
80% {
-webkit-transform: rotate(60deg);
transform: rotate(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 {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
transform: translate3d(-100%, 0, 0) rotate(-120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
transform: translate3d(-100%, 0, 0) rotate(-120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
@-webkit-keyframes rollOut {
0% {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
transform: translate3d(100%, 0, 0) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
transform: translate3d(100%, 0, 0) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50%,
to {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50%,
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.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.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.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.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.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.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.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.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(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 {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(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 {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(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 {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}