@charset "UTF-8";
.cpress-tab-active {
border-top: 2px solid #ffb000;
} .cpress-alert {
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.cpress-alert-dismissible .close {
position: relative;
top: -0.75rem;
right: -1.25rem;
padding: 0.75rem 1.25rem;
color: inherit;
}
.cpress-alert-heading {
border-bottom: 1px solid #c0c0c0;
color: inherit;
font-size: 110%;
font-weight: bold;
margin-bottom: 8px;
padding-top: 8px;
padding-bottom: 8px;
}
.cpress-alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.cpress-alert-primary h1,
.cpress-alert-primary h2,
.cpress-alert-primary h3,
.cpress-alert-primary h4,
.cpress-alert-primary h5,
.cpress-alert-primary h6 {
color: #004085 !important;
}
.cpress-alert-primary hr {
border-color: #9fcdff;
width: 100% !important;
}
.cpress-alert-primary a {
color: #002752 !important;
}
.cpress-alert-secondary {
color: #464a4e;
background-color: #e7e8ea;
border-color: #dddfe2;
}
.cpress-alert-secondary h1,
.cpress-alert-secondary h2,
.cpress-alert-secondary h3,
.cpress-alert-secondary h4,
.cpress-alert-secondary h5,
.cpress-alert-secondary h6 {
color: #464a4e !important;
}
.cpress-alert-secondary hr {
border-color: #cfd2d6;
width: 100% !important;
}
.cpress-alert-secondary a {
color: #2e3133 !important;
}
.cpress-alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.cpress-alert-success h1,
.cpress-alert-success h2,
.cpress-alert-success h3,
.cpress-alert-success h4,
.cpress-alert-success h5,
.cpress-alert-success h6 {
color: #155724 !important;
}
.cpress-alert-success hr {
border-color: #b1dfbb;
width: 100% !important;
}
.cpress-alert-success a {
color: #0b2e13 !important;
}
.cpress-alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.cpress-alert-info h1,
.cpress-alert-info h2,
.cpress-alert-info h3,
.cpress-alert-info h4,
.cpress-alert-info h5,
.cpress-alert-info h6 {
color: #0c5460 !important;
}
.cpress-alert-info hr {
border-color: #abdde5;
width: 100% !important;
}
.cpress-alert-info a {
color: #062c33 !important;
}
.cpress-alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.cpress-alert-warning h1,
.cpress-alert-warning h2,
.cpress-alert-warning h3,
.cpress-alert-warning h4,
.cpress-alert-warning h5,
.cpress-alert-warning h6 {
color: #856404 !important;
}
.cpress-alert-warning hr {
border-color: #ffe8a1;
width: 100% !important;
}
.cpress-alert-warning a {
color: #533f03 !important;
}
.cpress-alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.cpress-alert-danger h1,
.cpress-alert-danger h2,
.cpress-alert-danger h3,
.cpress-alert-danger h4,
.cpress-alert-danger h5,
.cpress-alert-danger h6 {
color: #721c24 !important;
}
.cpress-alert-danger hr {
border-color: #f1b0b7;
width: 100% !important;
}
.cpress-alert-danger a {
color: #491217 !important;
}
.cpress-alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
.cpress-alert-light h1,
.cpress-alert-light h2,
.cpress-alert-light h3,
.cpress-alert-light h4,
.cpress-alert-light h5,
.cpress-alert-light h6 {
color: #818182 !important;
}
.cpress-alert-light hr {
border-color: #ececf6;
width: 100% !important;
}
.cpress-alert-light a {
color: #686868 !important;
}
.cpress-alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.cpress-alert-dark h1,
.cpress-alert-dark h2,
.cpress-alert-dark h3,
.cpress-alert-dark h4,
.cpress-alert-dark h5,
.cpress-alert-dark h6 {
color: #1b1e21 !important;
}
.cpress-alert-dark hr {
border-color: #b9bbbe;
width: 100% !important;
}
.cpress-alert-dark a {
color: #040505 !important;
} .cpress-badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
}
.cpress-badge:empty {
display: none;
}
.cpress-btn .cpress-badge {
position: relative;
top: -1px;
}
.cpress-badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
.cpress-badge-primary {
color: #fff;
background-color: #007bff;
}
.cpress-badge-secondary {
color: #fff;
background-color: #868e96;
}
.cpress-badge-success {
color: #fff;
background-color: #28a745;
}
.cpress-badge-info {
color: #fff;
background-color: #17a2b8;
}
.cpress-badge-warning {
color: #111;
background-color: #ffc107;
}
.cpress-badge-danger {
color: #fff;
background-color: #dc3545;
}
.cpress-badge-light {
color: #111;
background-color: #f8f9fa;
}
.cpress-badge-dark {
color: #fff;
background-color: #343a40;
} a.cpress-btn {
text-decoration: none;
}
.cpress-btn {
display: inline-block;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.5rem 0.75rem;
font-size: 1rem;
line-height: 1.25;
border-radius: 0.25rem;
transition: all 0.15s ease-in-out;
}
.cpress-btn:focus,
.cpress-btn:hover {
text-decoration: none;
}
.cpress-btn:focus,
.cpress-btn.focus {
outline: 0;
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
.cpress-btn.disabled,
.cpress-btn:disabled {
opacity: .65;
}
.cpress-btn:active,
.cpress-btn.active {
background-image: none;
} .cpress-btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.cpress-btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.cpress-btn-danger:focus,
.cpress-btn-danger.focus {
box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.cpress-btn-danger.disabled,
.cpress-btn-danger:disabled {
background-color: #dc3545;
border-color: #dc3545;
}
.cpress-btn-danger:active,
.cpress-btn-danger.active,
.show>.cpress-btn-danger.dropdown-toggle {
background-color: #c82333;
background-image: none;
border-color: #bd2130;
}
a.cpress-btn-danger,
a.cpress-btn-danger:visited,
a.cpress-btn-danger:focus,
a.cpress-btn-danger:hover,
a.cpress-btn-danger:active {
color: #fff !important;
}
a.cpress-btn-danger:hover {
text-decoration: underline;
} .cpress-btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.cpress-btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.cpress-btn-dark:focus,
.cpress-btn-dark.focus {
box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.cpress-btn-dark.disabled,
.cpress-btn-dark:disabled {
background-color: #343a40;
border-color: #343a40;
}
.cpress-btn-dark:active,
.cpress-btn-dark.active,
.show>.cpress-btn-dark.dropdown-toggle {
background-color: #23272b;
background-image: none;
border-color: #1d2124;
}
a.cpress-btn-dark,
a.cpress-btn-dark:visited,
a.cpress-btn-dark:focus,
a.cpress-btn-dark:hover,
a.cpress-btn-dark:active {
color: #fff !important;
}
a.cpress-btn-dark:hover {
text-decoration: underline;
} .cpress-btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.cpress-btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.cpress-btn-info:focus,
.cpress-btn-info.focus {
box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.cpress-btn-info.disabled,
.cpress-btn-info:disabled {
background-color: #17a2b8;
border-color: #17a2b8;
}
.cpress-btn-info:active,
.cpress-btn-info.active,
.show>.cpress-btn-info.dropdown-toggle {
background-color: #138496;
background-image: none;
border-color: #117a8b;
}
a.cpress-btn-info,
a.cpress-btn-info:visited,
a.cpress-btn-info:focus,
a.cpress-btn-info:hover,
a.cpress-btn-info:active {
color: #fff !important;
}
a.cpress-btn-info:hover {
text-decoration: underline;
} .cpress-btn-light {
color: #111;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.cpress-btn-light:hover {
color: #111;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.cpress-btn-light:focus,
.cpress-btn-light.focus {
box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.cpress-btn-light.disabled,
.cpress-btn-light:disabled {
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.cpress-btn-light:active,
.cpress-btn-light.active,
.show>.cpress-btn-light.dropdown-toggle {
background-color: #e2e6ea;
background-image: none;
border-color: #dae0e5;
}
a.cpress-btn-light,
a.cpress-btn-light:visited,
a.cpress-btn-light:focus,
a.cpress-btn-light:hover,
a.cpress-btn-light:active {
color: #111 !important;
}
a.cpress-btn-light:hover {
text-decoration: underline;
} .cpress-btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.cpress-btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.cpress-btn-primary:focus,
.cpress-btn-primary.focus {
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.cpress-btn-primary.disabled,
.cpress-btn-primary:disabled {
background-color: #007bff;
border-color: #007bff;
}
.cpress-btn-primary:active,
.cpress-btn-primary.active,
.show>.cpress-btn-primary.dropdown-toggle {
background-color: #0069d9;
background-image: none;
border-color: #0062cc;
}
a.cpress-btn-primary,
a.cpress-btn-primary:visited,
a.cpress-btn-primary:focus,
a.cpress-btn-primary:hover,
a.cpress-btn-primary:active {
color: #fff !important;
}
a.cpress-btn-primary:hover {
text-decoration: underline;
} .cpress-btn-secondary {
color: #fff;
background-color: #868e96;
border-color: #868e96;
}
.cpress-btn-secondary:hover {
color: #fff;
background-color: #727b84;
border-color: #6c757d;
}
.cpress-btn-secondary:focus,
.cpress-btn-secondary.focus {
box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.cpress-btn-secondary.disabled,
.cpress-btn-secondary:disabled {
background-color: #868e96;
border-color: #868e96;
}
.cpress-btn-secondary:active,
.cpress-btn-secondary.active,
.show>.cpress-btn-secondary.dropdown-toggle {
background-color: #727b84;
background-image: none;
border-color: #6c757d;
}
a.cpress-btn-secondary,
a.cpress-btn-secondary:visited,
a.cpress-btn-secondary:focus,
a.cpress-btn-secondary:hover,
a.cpress-btn-secondary:active {
color: #fff !important;
}
a.cpress-btn-secondary:hover {
text-decoration: underline;
} .cpress-btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.cpress-btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.cpress-btn-success:focus,
.cpress-btn-success.focus {
box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.cpress-btn-success.disabled,
.cpress-btn-success:disabled {
background-color: #28a745;
border-color: #28a745;
}
.cpress-btn-success:active,
.cpress-btn-success.active,
.show>.cpress-btn-success.dropdown-toggle {
background-color: #218838;
background-image: none;
border-color: #1e7e34;
}
a.cpress-btn-success,
a.cpress-btn-success:visited,
a.cpress-btn-success:focus,
a.cpress-btn-success:hover,
a.cpress-btn-success:active {
color: #fff !important;
}
a.cpress-btn-success:hover {
text-decoration: underline;
} .cpress-btn-warning {
color: #111;
background-color: #ffc107;
border-color: #ffc107;
}
.cpress-btn-warning:hover {
color: #111;
background-color: #e0a800;
border-color: #d39e00;
}
.cpress-btn-warning:focus,
.cpress-btn-warning.focus {
box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.cpress-btn-warning.disabled,
.cpress-btn-warning:disabled {
background-color: #ffc107;
border-color: #ffc107;
}
.cpress-btn-warning:active,
.cpress-btn-warning.active,
.show>.cpress-btn-warning.dropdown-toggle {
background-color: #e0a800;
background-image: none;
border-color: #d39e00;
}
a.cpress-btn-warning,
a.cpress-btn-warning:visited,
a.cpress-btn-warning:focus,
a.cpress-btn-warning:hover,
a.cpress-btn-warning:active {
color: #111 !important;
}
a.cpress-btn-warning:hover {
text-decoration: underline;
} .cpress-btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545;
}
.cpress-btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.cpress-btn-outline-danger:focus,
.cpress-btn-outline-danger.focus {
box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}
.cpress-btn-outline-danger.disabled,
.cpress-btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.cpress-btn-outline-danger:active,
.cpress-btn-outline-danger.active,
.show>.cpress-btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
a.cpress-btn-outline-danger,
a.cpress-btn-outline-danger:visited,
a.cpress-btn-outline-danger:focus,
a.cpress-btn-outline-danger:active {
color: #dc3545 !important;
}
a.cpress-btn-outline-danger:hover {
color: #fff !important;
text-decoration: underline;
} .cpress-btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40;
}
.cpress-btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.cpress-btn-outline-dark:focus,
.cpress-btn-outline-dark.focus {
box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.cpress-btn-outline-dark.disabled,
.cpress-btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.cpress-btn-outline-dark:active,
.cpress-btn-outline-dark.active,
.show>.cpress-btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
a.cpress-btn-outline-dark,
a.cpress-btn-outline-dark:visited,
a.cpress-btn-outline-dark:focus,
a.cpress-btn-outline-dark:active {
color: #343a40 !important;
}
a.cpress-btn-outline-dark:hover {
color: #fff !important;
text-decoration: underline;
} .cpress-btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8;
}
.cpress-btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.cpress-btn-outline-info:focus,
.cpress-btn-outline-info.focus {
box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.cpress-btn-outline-info.disabled,
.cpress-btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.cpress-btn-outline-info:active,
.cpress-btn-outline-info.active,
.show>.cpress-btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
a.cpress-btn-outline-info,
a.cpress-btn-outline-info:visited,
a.cpress-btn-outline-info:focus,
a.cpress-btn-outline-info:active {
color: #17a2b8 !important;
}
a.cpress-btn-outline-info:hover {
color: #fff !important;
text-decoration: underline;
} .cpress-btn-outline-light {
color: #999;
background-color: transparent;
background-image: none;
border-color: #999;
}
.cpress-btn-outline-light:hover {
color: #999;
background-color: #f8f9fa;
border-color: #999;
}
.cpress-btn-outline-light:focus,
.cpress-btn-outline-light.focus {
box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.cpress-btn-outline-light.disabled,
.cpress-btn-outline-light:disabled {
color: #aaa;
background-color: transparent;
}
.cpress-btn-outline-light:active,
.cpress-btn-outline-light.active,
.show>.cpress-btn-outline-light.dropdown-toggle {
color: #999;
background-color: #f8f9fa;
border-color: #999;
}
a.cpress-btn-outline-light,
a.cpress-btn-outline-light:visited,
a.cpress-btn-outline-light:focus,
a.cpress-btn-outline-light:active {
color: #999 !important;
}
a.cpress-btn-outline-light:hover {
color: #999 !important;
text-decoration: underline;
} .cpress-btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff;
}
.cpress-btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.cpress-btn-outline-primary:focus,
.cpress-btn-outline-primary.focus {
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.cpress-btn-outline-primary.disabled,
.cpress-btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.cpress-btn-outline-primary:active,
.cpress-btn-outline-primary.active,
.show>.cpress-btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
a.cpress-btn-outline-primary,
a.cpress-btn-outline-primary:visited,
a.cpress-btn-outline-primary:focus,
a.cpress-btn-outline-primary:active {
color: #007bff !important;
}
a.cpress-btn-outline-primary:hover {
color: #fff !important;
text-decoration: underline;
} .cpress-btn-outline-secondary {
color: #868e96;
background-color: transparent;
background-image: none;
border-color: #868e96;
}
.cpress-btn-outline-secondary:hover {
color: #fff;
background-color: #868e96;
border-color: #868e96;
}
.cpress-btn-outline-secondary:focus,
.cpress-btn-outline-secondary.focus {
box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.cpress-btn-outline-secondary.disabled,
.cpress-btn-outline-secondary:disabled {
color: #868e96;
background-color: transparent;
}
.cpress-btn-outline-secondary:active,
.cpress-btn-outline-secondary.active,
.show>.cpress-btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #868e96;
border-color: #868e96;
}
a.cpress-btn-outline-secondary,
a.cpress-btn-outline-secondary:visited,
a.cpress-btn-outline-secondary:focus,
a.cpress-btn-outline-secondary:active {
color: #868e96 !important;
}
a.cpress-btn-outline-secondary:hover {
color: #fff !important;
text-decoration: underline;
} .cpress-btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745;
}
.cpress-btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.cpress-btn-outline-success:focus,
.cpress-btn-outline-success.focus {
box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.cpress-btn-outline-success.disabled,
.cpress-btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.cpress-btn-outline-success:active,
.cpress-btn-outline-success.active,
.show>.cpress-btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
a.cpress-btn-outline-success,
a.cpress-btn-outline-success:visited,
a.cpress-btn-outline-success:focus,
a.cpress-btn-outline-success:active {
color: #28a745 !important;
}
a.cpress-btn-outline-success:hover {
color: #fff !important;
text-decoration: underline;
} .cpress-btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107;
}
.cpress-btn-outline-warning:hover {
color: #fff;
background-color: #ffc107;
border-color: #ffc107;
}
.cpress-btn-outline-warning:focus,
.cpress-btn-outline-warning.focus {
box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.cpress-btn-outline-warning.disabled,
.cpress-btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.cpress-btn-outline-warning:active,
.cpress-btn-outline-warning.active,
.show>.cpress-btn-outline-warning.dropdown-toggle {
color: #fff;
background-color: #ffc107;
border-color: #ffc107;
}
a.cpress-btn-outline-warning,
a.cpress-btn-outline-warning:visited,
a.cpress-btn-outline-warning:focus,
a.cpress-btn-outline-warning:active {
color: #ffc107 !important;
}
a.cpress-btn-outline-warning:hover {
color: #fff !important;
text-decoration: underline;
} .cpress-btn-link {
font-weight: normal;
color: #007bff;
border-radius: 0;
}
.cpress-btn-link,
.cpress-btn-link:active,
.cpress-btn-link.active,
.cpress-btn-link:disabled {
background-color: transparent;
}
.cpress-btn-link,
.cpress-btn-link:focus,
.cpress-btn-link:active {
border-color: transparent;
box-shadow: none;
}
.cpress-btn-link:hover {
border-color: transparent;
}
.cpress-btn-link:focus,
.cpress-btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
}
.cpress-btn-link:disabled {
color: #868e96;
}
.cpress-btn-link:disabled:focus,
.cpress-btn-link:disabled:hover {
text-decoration: none;
}
.cpress-btn-lg,
.cpress-btn-group-lg>.cpress-btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.cpress-btn-sm,
.cpress-btn-group-sm>.cpress-btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.cpress-btn-xs,
.cpress-btn-group-xs>.cpress-btn {
padding: 0.063rem 0.313rem;
font-size: 0.75rem;
line-height: 1.5;
border-radius: 0.188rem;
}
.cpress-btn-block {
display: block;
width: 100%;
}
.cpress-btn-block+.cpress-btn-block {
margin-top: 0.5rem;
} .cpress-btn-group,
.cpress-btn-group-vertical {
position: relative;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.cpress-btn-group>.cpress-btn,
.cpress-btn-group-vertical>.cpress-btn {
position: relative;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.cpress-btn-group>.cpress-btn:hover,
.cpress-btn-group-vertical>.cpress-btn:hover {
z-index: 2;
}
.cpress-btn-group>.cpress-btn:focus,
.cpress-btn-group>.cpress-btn:active,
.cpress-btn-group>.cpress-btn.active,
.cpress-btn-group-vertical>.cpress-btn:focus,
.cpress-btn-group-vertical>.cpress-btn:active,
.cpress-btn-group-vertical>.cpress-btn.active {
z-index: 2;
}
.cpress-btn-group .cpress-btn+.cpress-btn,
.cpress-btn-group .cpress-btn+.cpress-btn-group,
.cpress-btn-group .cpress-btn-group+.cpress-btn,
.cpress-btn-group .cpress-btn-group+.cpress-btn-group,
.cpress-btn-group-vertical .cpress-btn+.cpress-btn,
.cpress-btn-group-vertical .cpress-btn+.cpress-btn-group,
.cpress-btn-group-vertical .cpress-btn-group+.cpress-btn,
.cpress-btn-group-vertical .cpress-btn-group+.cpress-btn-group {
margin-left: -1px;
}
.cpress-btn-group>.cpress-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.cpress-btn-group>.cpress-btn:first-child {
margin-left: 0;
}
.cpress-btn-group>.cpress-btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.cpress-btn-group>.cpress-btn:last-child:not(:first-child),
.cpress-btn-group>.dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.cpress-btn-group>.cpress-btn-group {
float: left;
}
.cpress-btn-group>.cpress-btn-group:not(:first-child):not(:last-child)>.cpress-btn {
border-radius: 0;
}
.cpress-btn-group>.cpress-btn-group:first-child:not(:last-child)>.cpress-btn:last-child,
.cpress-btn-group>.cpress-btn-group:first-child:not(:last-child)>.dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.cpress-btn-group>.cpress-btn-group:last-child:not(:first-child)>.cpress-btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.cpress-btn-group .dropdown-toggle:active,
.cpress-btn-group.open .dropdown-toggle {
outline: 0;
}
.cpress-btn-group-vertical {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.cpress-btn-group-vertical .cpress-btn,
.cpress-btn-group-vertical .cpress-btn-group {
width: 100%;
}
.cpress-btn-group-vertical>.cpress-btn+.cpress-btn,
.cpress-btn-group-vertical>.cpress-btn+.cpress-btn-group,
.cpress-btn-group-vertical>.cpress-btn-group+.cpress-btn,
.cpress-btn-group-vertical>.cpress-btn-group+.cpress-btn-group {
margin-top: -1px;
margin-left: 0;
}
.cpress-btn-group-vertical>.cpress-btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.cpress-btn-group-vertical>.cpress-btn:first-child:not(:last-child) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.cpress-btn-group-vertical>.cpress-btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.cpress-btn-group-vertical>.cpress-btn-group:not(:first-child):not(:last-child)>.cpress-btn {
border-radius: 0;
}
.cpress-btn-group-vertical>.cpress-btn-group:first-child:not(:last-child)>.cpress-btn:last-child,
.cpress-btn-group-vertical>.cpress-btn-group:first-child:not(:last-child)>.dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.cpress-btn-group-vertical>.cpress-btn-group:last-child:not(:first-child)>.cpress-btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
} .cpress-btn3 {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.cpress-btn3:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.cpress-btn3:hover,
.cpress-btn3:focus {
color: #333333;
text-decoration: none;
}
.cpress-btn3:active,
.cpress-btn3.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.cpress-btn3.disabled,
.cpress-btn3[disabled] {
pointer-events: none;
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
} .cpress-btn3-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.cpress-btn3-danger:hover,
.cpress-btn3-danger:focus,
.cpress-btn3-danger:active,
.cpress-btn3-danger.active {
color: #ffffff;
background-color: #d2322d;
border-color: #ac2925;
}
.cpress-btn3-danger:active,
.cpress-btn3-danger.active {
background-image: none;
}
.cpress-btn3-danger.disabled,
.cpress-btn3-danger[disabled],
.cpress-btn3-danger.disabled:hover,
.cpress-btn3-danger[disabled]:hover,
.cpress-btn3-danger.disabled:focus,
.cpress-btn3-danger[disabled]:focus,
.cpress-btn3-danger.disabled:active,
.cpress-btn3-danger[disabled]:active,
.cpress-btn3-danger.disabled.active,
.cpress-btn3-danger[disabled].active {
background-color: #d9534f;
border-color: #d43f3a;
}
a.cpress-btn3-danger,
a.cpress-btn3-danger:visited,
a.cpress-btn3-danger:focus,
a.cpress-btn3-danger:hover,
a.cpress-btn3-danger:active {
color: #fff !important;
}
a.cpress-btn3-danger:hover {
text-decoration: underline;
}
.cpress-btn3-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
background-repeat: repeat-x;
border-color: #b92c28;
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#d9534f', endColorstr='#c12e2a', GradientType=0);
}
.cpress-btn3-danger:hover,
.cpress-btn3-danger:focus {
background-color: #c12e2a;
background-position: 0 -15px;
}
.cpress-btn3-danger:active,
.cpress-btn3-danger.active {
background-color: #c12e2a;
border-color: #b92c28;
} .cpress-btn3-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.cpress-btn3-default:hover,
.cpress-btn3-default:focus,
.cpress-btn3-default:active,
.cpress-btn3-default.active {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.cpress-btn3-default:active,
.cpress-btn3-default.active {
background-image: none;
}
.cpress-btn3-default.disabled,
.cpress-btn3-default[disabled],
.cpress-btn3-default.disabled:hover,
.cpress-btn3-default[disabled]:hover,
.cpress-btn3-default.disabled:focus,
.cpress-btn3-default[disabled]:focus,
.cpress-btn3-default.disabled:active,
.cpress-btn3-default[disabled]:active,
.cpress-btn3-default.disabled.active,
.cpress-btn3-default[disabled].active {
background-color: #ffffff;
border-color: #cccccc;
}
a.cpress-btn3-default,
a.cpress-btn3-default:visited,
a.cpress-btn3-default:focus,
a.cpress-btn3-default:hover,
a.cpress-btn3-default:active {
color: #333 !important;
}
a.cpress-btn3-default:hover {
text-decoration: underline;
}
.cpress-btn3-default {
text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
background-repeat: repeat-x;
border-color: #dbdbdb;
border-color: #ccc;
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0);
}
.cpress-btn3-default:hover,
.cpress-btn3-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
}
.cpress-btn3-default:active,
.cpress-btn3-default.active {
background-color: #e0e0e0;
border-color: #dbdbdb;
} .cpress-btn3-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.cpress-btn3-info:hover,
.cpress-btn3-info:focus,
.cpress-btn3-info:active,
.cpress-btn3-info.active {
color: #ffffff;
background-color: #39b3d7;
border-color: #269abc;
}
.cpress-btn3-info:active,
.cpress-btn3-info.active {
background-image: none;
}
.cpress-btn3-info.disabled,
.cpress-btn3-info[disabled],
.cpress-btn3-info.disabled:hover,
.cpress-btn3-info[disabled]:hover,
.cpress-btn3-info.disabled:focus,
.cpress-btn3-info[disabled]:focus,
.cpress-btn3-info.disabled:active,
.cpress-btn3-info[disabled]:active,
.cpress-btn3-info.disabled.active,
.cpress-btn3-info[disabled].active {
background-color: #5bc0de;
border-color: #46b8da;
}
a.cpress-btn3-info,
a.cpress-btn3-info:visited,
a.cpress-btn3-info:focus,
a.cpress-btn3-info:hover,
a.cpress-btn3-info:active {
color: #fff !important;
}
a.cpress-btn3-info:hover {
text-decoration: underline;
}
.cpress-btn3-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
background-repeat: repeat-x;
border-color: #28a4c9;
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#5bc0de', endColorstr='#2aabd2', GradientType=0);
}
.cpress-btn3-info:hover,
.cpress-btn3-info:focus {
background-color: #2aabd2;
background-position: 0 -15px;
}
.cpress-btn3-info:active,
.cpress-btn3-info.active {
background-color: #2aabd2;
border-color: #28a4c9;
} .cpress-btn3-primary {
color: #ffffff;
background-color: #428bca;
border-color: #357ebd;
}
.cpress-btn3-primary:hover,
.cpress-btn3-primary:focus,
.cpress-btn3-primary:active,
.cpress-btn3-primary.active {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}
.cpress-btn3-primary:active,
.cpress-btn3-primary.active {
background-image: none;
}
.cpress-btn3-primary.disabled,
.cpress-btn3-primary[disabled],
.cpress-btn3-primary.disabled:hover,
.cpress-btn3-primary[disabled]:hover,
.cpress-btn3-primary.disabled:focus,
.cpress-btn3-primary[disabled]:focus,
.cpress-btn3-primary.disabled:active,
.cpress-btn3-primary[disabled]:active,
.cpress-btn3-primary.disabled.active,
.cpress-btn3-primary[disabled].active {
background-color: #428bca;
border-color: #357ebd;
}
a.cpress-btn3-primary,
a.cpress-btn3-primary:visited,
a.cpress-btn3-primary:focus,
a.cpress-btn3-primary:hover,
a.cpress-btn3-primary:active {
color: #fff !important;
}
a.cpress-btn3-primary:hover {
text-decoration: underline;
}
.cpress-btn3-primary {
background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
background-repeat: repeat-x;
border-color: #2b669a;
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#428bca', endColorstr='#2d6ca2', GradientType=0);
}
.cpress-btn3-primary:hover,
.cpress-btn3-primary:focus {
background-color: #2d6ca2;
background-position: 0 -15px;
}
.cpress-btn3-primary:active,
.cpress-btn3-primary.active {
background-color: #2d6ca2;
border-color: #2b669a;
} .cpress-btn3-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.cpress-btn3-success:hover,
.cpress-btn3-success:focus,
.cpress-btn3-success:active,
.cpress-btn3-success.active {
color: #ffffff;
background-color: #47a447;
border-color: #398439;
}
.cpress-btn3-success:active,
.cpress-btn3-success.active {
background-image: none;
}
.cpress-btn3-success.disabled,
.cpress-btn3-success[disabled],
.cpress-btn3-success.disabled:hover,
.cpress-btn3-success[disabled]:hover,
.cpress-btn3-success.disabled:focus,
.cpress-btn3-success[disabled]:focus,
.cpress-btn3-success.disabled:active,
.cpress-btn3-success[disabled]:active,
.cpress-btn3-success.disabled.active,
.cpress-btn3-success[disabled].active {
background-color: #5cb85c;
border-color: #4cae4c;
}
a.cpress-btn3-success,
a.cpress-btn3-success:visited,
a.cpress-btn3-success:focus,
a.cpress-btn3-success:hover,
a.cpress-btn3-success:active {
color: #fff !important;
}
a.cpress-btn3-success:hover {
text-decoration: underline;
}
.cpress-btn3-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
background-repeat: repeat-x;
border-color: #3e8f3e;
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#5cb85c', endColorstr='#419641', GradientType=0);
}
.cpress-btn3-success:hover,
.cpress-btn3-success:focus {
background-color: #419641;
background-position: 0 -15px;
}
.cpress-btn3-success:active,
.cpress-btn3-success.active {
background-color: #419641;
border-color: #3e8f3e;
} .cpress-btn3-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.cpress-btn3-warning:hover,
.cpress-btn3-warning:focus,
.cpress-btn3-warning:active,
.cpress-btn3-warning.active {
color: #ffffff;
background-color: #ed9c28;
border-color: #d58512;
}
.cpress-btn3-warning:active,
.cpress-btn3-warning.active {
background-image: none;
}
.cpress-btn3-warning.disabled,
.cpress-btn3-warning[disabled],
.cpress-btn3-warning.disabled:hover,
.cpress-btn3-warning[disabled]:hover,
.cpress-btn3-warning.disabled:focus,
.cpress-btn3-warning[disabled]:focus,
.cpress-btn3-warning.disabled:active,
.cpress-btn3-warning[disabled]:active,
.cpress-btn3-warning.disabled.active,
.cpress-btn3-warning[disabled].active {
background-color: #f0ad4e;
border-color: #eea236;
}
a.cpress-btn3-warning,
a.cpress-btn3-warning:visited,
a.cpress-btn3-warning:focus,
a.cpress-btn3-warning:hover,
a.cpress-btn3-warning:active {
color: #fff !important;
}
a.cpress-btn3-warning:hover {
text-decoration: underline;
}
.cpress-btn3-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
background-repeat: repeat-x;
border-color: #e38d13;
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#f0ad4e', endColorstr='#eb9316', GradientType=0);
}
.cpress-btn3-warning:hover,
.cpress-btn3-warning:focus {
background-color: #eb9316;
background-position: 0 -15px;
}
.cpress-btn3-warning:active,
.cpress-btn3-warning.active {
background-color: #eb9316;
border-color: #e38d13;
} .cpress-btn3-link {
font-weight: normal;
color: #ffffff !important;
cursor: pointer;
border-radius: 0;
}
.cpress-btn3-link,
.cpress-btn3-link:active,
.cpress-btn3-link[disabled] {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.cpress-btn3-link,
.cpress-btn3-link:hover,
.cpress-btn3-link:focus,
.cpress-btn3-link:active {
border-color: transparent;
}
.cpress-btn3-link:hover,
.cpress-btn3-link:focus {
color: #2a6496;
text-decoration: underline;
background-color: transparent;
}
.cpress-btn3-link[disabled]:hover,
.cpress-btn3-link[disabled]:focus {
color: #999999;
text-decoration: none;
}
.cpress-btn3-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.cpress-btn3-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.cpress-btn3-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.cpress-btn3-block {
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
}
.cpress-btn3-block+.cpress-btn3-block {
margin-top: 5px;
}
.cpress-btn3:active,
.cpress-btn3.active {
background-image: none;
}
.cpress-btn3-default,
.cpress-btn3-primary,
.cpress-btn3-success,
.cpress-btn3-info,
.cpress-btn3-warning,
.cpress-btn3-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.cpress-btn3-default:active,
.cpress-btn3-primary:active,
.cpress-btn3-success:active,
.cpress-btn3-info:active,
.cpress-btn3-warning:active,
.cpress-btn3-danger:active,
.cpress-btn3-default.active,
.cpress-btn3-primary.active,
.cpress-btn3-success.active,
.cpress-btn3-info.active,
.cpress-btn3-warning.active,
.cpress-btn3-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} .cpress-callout {
padding: 1.25rem;
margin-top: 1.25rem;
margin-bottom: 1.25rem;
background-color: #fafafa;
border: 1px solid #eee;
border-left-width: .25rem;
border-radius: .25rem
}
.cpress-callout h4 {
margin-top: 0;
margin-bottom: .25rem
}
.cpress-callout p:last-child {
margin-bottom: 0
}
.cpress-callout code {
border-radius: .25rem
}
.cpress-callout+.cpress-callout {
margin-top: -.25rem
}
.cpress-callout-danger {
border-left-color: #d9534f
}
.cpress-callout-danger h1,
.cpress-callout-danger h2,
.cpress-callout-danger h3,
.cpress-callout-danger h4,
.cpress-callout-danger h5,
.cpress-callout-danger h6 {
color: #d9534f
}
.cpress-callout-info {
border-left-color: #5bc0de
}
.cpress-callout-info h1,
.cpress-callout-info h2,
.cpress-callout-info h3,
.cpress-callout-info h4,
.cpress-callout-info h5,
.cpress-callout-info h6 {
color: #5bc0de
}
.cpress-callout-primary {
border-left-color: #0275d8
}
.cpress-callout-primary h1,
.cpress-callout-primary h2,
.cpress-callout-primary h3,
.cpress-callout-primary h4,
.cpress-callout-primary h5,
.cpress-callout-primary h6 {
color: #0275d8
}
.cpress-callout-success {
border-left-color: #5cb85c
}
.cpress-callout-success h1,
.cpress-callout-success h2,
.cpress-callout-success h3,
.cpress-callout-success h4,
.cpress-callout-success h5,
.cpress-callout-success h6 {
color: #5cb85c
}
.cpress-callout-warning {
border-left-color: #f0ad4e
}
.cpress-callout-warning h1,
.cpress-callout-warning h2,
.cpress-callout-warning h3,
.cpress-callout-warning h4,
.cpress-callout-warning h5,
.cpress-callout-warning h6 {
color: #f0ad4e
} .cpress-card {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.cpress-card-block {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}
.cpress-card-title {
margin-bottom: 0.75rem;
}
.cpress-card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
.cpress-card-text:last-child {
margin-bottom: 0;
}
.cpress-card-block a:hover {
text-decoration: none;
}
.cpress-card-block a+.cpress-card-block a {
margin-left: 1.25rem;
}
.cpress-card-link:hover {
text-decoration: none;
}
.cpress-card-link+.cpress-card-link {
margin-left: 1.25rem;
}
.cpress-card>.list-group:first-child .list-group-item:first-child {
border-top-right-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.cpress-card>.list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.cpress-card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: #f7f7f9;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.cpress-card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.cpress-card-footer {
padding: 0.75rem 1.25rem;
background-color: #f7f7f9;
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.cpress-card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.cpress-card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
.cpress-card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.cpress-card-danger {
background-color: #d9534f;
border-color: #d9534f;
}
.cpress-card-danger .cpress-card-header,
.cpress-card-danger .cpress-card-footer {
background-color: transparent;
}
.cpress-card-info {
background-color: #5bc0de;
border-color: #5bc0de;
}
.cpress-card-info .cpress-card-header,
.cpress-card-info .cpress-card-footer {
background-color: transparent;
}
.cpress-card-primary {
background-color: #0275d8;
border-color: #0275d8;
}
.cpress-card-primary .cpress-card-header,
.cpress-card-primary .cpress-card-footer {
background-color: transparent;
}
.cpress-card-success {
background-color: #5cb85c;
border-color: #5cb85c;
}
.cpress-card-success .cpress-card-header,
.cpress-card-success .cpress-card-footer {
background-color: transparent;
}
.cpress-card-warning {
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.cpress-card-warning .cpress-card-header,
.cpress-card-warning .cpress-card-footer {
background-color: transparent;
}
.cpress-card-outline-danger {
background-color: transparent;
border-color: #d9534f;
}
.cpress-card-outline-info {
background-color: transparent;
border-color: #5bc0de;
}
.cpress-card-outline-primary {
background-color: transparent;
border-color: #0275d8;
}
.cpress-card-outline-secondary {
background-color: transparent;
border-color: #ccc;
}
.cpress-card-outline-success {
background-color: transparent;
border-color: #5cb85c;
}
.cpress-card-outline-warning {
background-color: transparent;
border-color: #f0ad4e;
}
.cpress-card-inverse {
color: rgba(255, 255, 255, 0.65);
}
.cpress-card-inverse .cpress-card-header,
.cpress-card-inverse .cpress-card-footer {
background-color: transparent;
border-color: rgba(255, 255, 255, 0.2);
}
.cpress-card-inverse .cpress-card-header,
.cpress-card-inverse .cpress-card-footer,
.cpress-card-inverse .cpress-card-title,
.cpress-card-inverse .cpress-card-blockquote {
color: #fff;
}
.cpress-card-inverse .cpress-card-link,
.cpress-card-inverse a,
.cpress-card-inverse a:visited,
.cpress-card-inverse .cpress-card-text,
.cpress-card-inverse .cpress-card-subtitle,
.cpress-card-inverse .cpress-card-blockquote .blockquote-footer {
color: rgba(255, 255, 255, 0.65);
}
.cpress-card-inverse .cpress-card-link:focus,
.cpress-card-inverse a:focus,
.cpress-card-inverse .cpress-card-link:hover,
.cpress-card-inverse a:hover {
color: #fff;
}
.cpress-card-blockquote {
padding: 0;
margin-bottom: 0;
border-left: 0;
}
.cpress-card-img {
border-radius: calc(0.25rem - 1px);
}
.cpress-card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.cpress-card-img-top {
border-top-right-radius: calc(0.25rem - 1px);
border-top-left-radius: calc(0.25rem - 1px);
}
.cpress-card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
} .cpress-jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem;
}
.cpress-display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.1;
}
.cpress-display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.1;
}
.cpress-display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.1;
}
.cpress-display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.1;
}
.cpress-lead {
font-size: 1.25rem;
font-weight: 300;
}
.cpress-my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.cpress-my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.cpress-my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.cpress-my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.cpress-my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
} cpress-progress {
vertical-align: baseline;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.cpress-progress {
display: -ms-flexbox;
display: flex;
overflow: hidden;
font-size: 0.75rem;
line-height: 1rem;
text-align: center;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.cpress-progress-bar {
height: 1rem;
line-height: 1rem;
color: #fff;
background-color: #007bff;
transition: width 0.6s ease;
}
.cpress-progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.cpress-progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}
.cpress-bg-primary {
background-color: #007bff !important;
}
.cpress-bg-secondary {
background-color: #868e96 !important;
}
.cpress-bg-success {
background-color: #28a745 !important;
}
.cpress-bg-info {
background-color: #17a2b8 !important;
}
.cpress-bg-warning {
background-color: #ffc107 !important;
}
.cpress-bg-danger {
background-color: #dc3545 !important;
}
.cpress-bg-light {
background-color: #f8f9fa !important;
}
.cpress-bg-dark {
background-color: #343a40 !important;
} .cpress-m-0 {
margin: 0 0 !important;
}
.cpress-mt-0 {
margin-top: 0 !important;
}
.cpress-mr-0 {
margin-right: 0 !important;
}
.cpress-mb-0 {
margin-bottom: 0 !important;
}
.cpress-ml-0 {
margin-left: 0 !important;
}
.cpress-mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.cpress-my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.cpress-m-1 {
margin: 0.25rem 0.25rem !important;
}
.cpress-mt-1 {
margin-top: 0.25rem !important;
}
.cpress-mr-1 {
margin-right: 0.25rem !important;
}
.cpress-mb-1 {
margin-bottom: 0.25rem !important;
}
.cpress-ml-1 {
margin-left: 0.25rem !important;
}
.cpress-mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.cpress-my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.cpress-m-2 {
margin: 0.5rem 0.5rem !important;
}
.cpress-mt-2 {
margin-top: 0.5rem !important;
}
.cpress-mr-2 {
margin-right: 0.5rem !important;
}
.cpress-mb-2 {
margin-bottom: 0.5rem !important;
}
.cpress-ml-2 {
margin-left: 0.5rem !important;
}
.cpress-mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.cpress-my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.cpress-m-3 {
margin: 1rem 1rem !important;
}
.cpress-mt-3 {
margin-top: 1rem !important;
}
.cpress-mr-3 {
margin-right: 1rem !important;
}
.cpress-mb-3 {
margin-bottom: 1rem !important;
}
.cpress-ml-3 {
margin-left: 1rem !important;
}
.cpress-mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.cpress-my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.cpress-m-4 {
margin: 1.5rem 1.5rem !important;
}
.cpress-mt-4 {
margin-top: 1.5rem !important;
}
.cpress-mr-4 {
margin-right: 1.5rem !important;
}
.cpress-mb-4 {
margin-bottom: 1.5rem !important;
}
.cpress-ml-4 {
margin-left: 1.5rem !important;
}
.cpress-mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.cpress-my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.cpress-m-5 {
margin: 3rem 3rem !important;
}
.cpress-mt-5 {
margin-top: 3rem !important;
}
.cpress-mr-5 {
margin-right: 3rem !important;
}
.cpress-mb-5 {
margin-bottom: 3rem !important;
}
.cpress-ml-5 {
margin-left: 3rem !important;
}
.cpress-mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.cpress-my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.cpress-p-0 {
padding: 0 0 !important;
}
.cpress-pt-0 {
padding-top: 0 !important;
}
.cpress-pr-0 {
padding-right: 0 !important;
}
.cpress-pb-0 {
padding-bottom: 0 !important;
}
.cpress-pl-0 {
padding-left: 0 !important;
}
.cpress-px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.cpress-py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.cpress-p-1 {
padding: 0.25rem 0.25rem !important;
}
.cpress-pt-1 {
padding-top: 0.25rem !important;
}
.cpress-pr-1 {
padding-right: 0.25rem !important;
}
.cpress-pb-1 {
padding-bottom: 0.25rem !important;
}
.cpress-pl-1 {
padding-left: 0.25rem !important;
}
.cpress-px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.cpress-py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.cpress-p-2 {
padding: 0.5rem 0.5rem !important;
}
.cpress-pt-2 {
padding-top: 0.5rem !important;
}
.cpress-pr-2 {
padding-right: 0.5rem !important;
}
.cpress-pb-2 {
padding-bottom: 0.5rem !important;
}
.cpress-pl-2 {
padding-left: 0.5rem !important;
}
.cpress-px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.cpress-py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.cpress-p-3 {
padding: 1rem 1rem !important;
}
.cpress-pt-3 {
padding-top: 1rem !important;
}
.cpress-pr-3 {
padding-right: 1rem !important;
}
.cpress-pb-3 {
padding-bottom: 1rem !important;
}
.cpress-pl-3 {
padding-left: 1rem !important;
}
.cpress-px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.cpress-py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.cpress-p-4 {
padding: 1.5rem 1.5rem !important;
}
.cpress-pt-4 {
padding-top: 1.5rem !important;
}
.cpress-pr-4 {
padding-right: 1.5rem !important;
}
.cpress-pb-4 {
padding-bottom: 1.5rem !important;
}
.cpress-pl-4 {
padding-left: 1.5rem !important;
}
.cpress-px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.cpress-py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.cpress-p-5 {
padding: 3rem 3rem !important;
}
.cpress-pt-5 {
padding-top: 3rem !important;
}
.cpress-pr-5 {
padding-right: 3rem !important;
}
.cpress-pb-5 {
padding-bottom: 3rem !important;
}
.cpress-pl-5 {
padding-left: 3rem !important;
}
.cpress-px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.cpress-py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-none {
float: none !important;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.show {
opacity: 1;
}
.close {
float: right !important;
font-size: 1.5rem;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.close:focus,
.close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: .75;
}
cpress-button {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
overflow: visible;
text-transform: none;
}
cpress-button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
cpress-button [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
cpress-button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
cpress-button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} .lic-table th,
.lic-table td {
padding-top: 0px;
padding-bottom: 0px;
} .cpress-chord-sheet .section .title {
font-size: 1.1em;
font-weight: bold;
}
.cpress-chord-sheet .section .description {
font-size: 1.1em;
font-style: italic;
}
.cpress-chord-sheet .section .chord {
float: left;
}
.cpress-chord-sheet .section .chord .chordname {
font-style: italic;
text-align: center;
} .cpress-modal {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: none;
overflow: auto;
z-index: 1;
}
.cpress-modal-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: white;
padding: 1rem 1.5rem; height: 300px;
border-radius: 0.5rem;
}
.cpress-modal-content .cpress-chord svg {
height: 240px;
width: 180px;
}
.cpress-modal-close {
float: right;
width: 1.5rem;
line-height: 1.5rem;
text-align: center;
cursor: pointer;
border-radius: 0.25rem;
background-color: lightgray;
}
.cpress-modal-close:hover {
background-color: darkgray;
}
.cpress-pointer {
cursor: pointer;
}.crellyslider{margin:0 auto;position:relative;white-space:nowrap;overflow:hidden;line-height:1.5;font-size:14px;color:#000;font-family:Verdana,sans-serif}.crellyslider,.crellyslider *{touch-action:pan-y}.crellyslider a{color:#0073aa}.crellyslider a:hover{color:#0073aa}.crellyslider>.cs-preloader{width:100%;height:100%;z-index:999;background-color:#fff;position:relative;overflow:hidden}.crellyslider>.cs-preloader>.cs-bg{position:absolute;top:0;left:0;z-index:11;display:block;width:100%;height:100%;filter:blur(5px);-webkit-filter:blur(5px);-moz-filter:blur(5px);-o-filter:blur(5px);-ms-filter:blur(5px)}.crellyslider>.cs-preloader>.cs-loader{width:50px;height:50px;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:12;background-color:#fff;box-shadow:0 3px 10px rgba(0,0,0,.16),0 3px 10px rgba(0,0,0,.23);background-repeat:no-repeat;background-position:center center;border:10px;border-radius:50%}.crellyslider>.cs-preloader>.cs-loader>.cs-spinner{top:16px;left:50%;margin-left:-2px}.crellyslider>.cs-preloader>.cs-loader>.cs-spinner,.crellyslider>.cs-preloader>.cs-loader>.cs-spinner:after,.crellyslider>.cs-preloader>.cs-loader>.cs-spinner:before{width:4px;height:18px;background-color:#0b60a9;border-radius:2px}.crellyslider>.cs-preloader>.cs-loader>.cs-spinner{display:inline-block;position:relative}.crellyslider>.cs-preloader>.cs-loader>.cs-spinner:after,.crellyslider>.cs-preloader>.cs-loader>.cs-spinner:before{content:"";position:absolute;display:block;top:0}.crellyslider>.cs-preloader>.cs-loader>.cs-spinner:before{left:-6px}.crellyslider>.cs-preloader>.cs-loader>.cs-spinner:after{left:6px}@-webkit-keyframes cs-bounce-middle{0%{height:4px;margin-top:8px;margin-bottom:8px}50%{height:20px;margin-top:0;margin-bottom:0}100%{height:4px;margin-top:8px;margin-bottom:8px}}@keyframes cs-bounce-middle{0%{height:4px;margin-top:8px;margin-bottom:8px}50%{height:20px;margin-top:0;margin-bottom:0}100%{height:4px;margin-top:8px;margin-bottom:8px}}.crellyslider>.cs-preloader>.cs-loader>.cs-spinner{-webkit-animation:cs-bounce-middle .6s ease .1s infinite;animation:cs-bounce-middle .6s ease .1s infinite}.crellyslider>.cs-preloader>.cs-loader>.cs-spinner:after,.crellyslider>.cs-preloader>.cs-loader>.cs-spinner:before{top:50%;-webkit-transform:translateY(-10px) translateZ(0);transform:translateY(-10px) translateZ(0)}.crellyslider>.cs-preloader>.cs-loader>.cs-spinner:before{-webkit-animation:cs-bounce-middle .6s ease 0s infinite;animation:cs-bounce-middle .6s ease 0s infinite}.crellyslider>.cs-preloader>.cs-loader>.cs-spinner:after{-webkit-animation:cs-bounce-middle .6s ease .2s infinite;animation:cs-bounce-middle .6s ease .2s infinite}.crellyslider>.cs-controls,.crellyslider>.cs-navigation{z-index:999;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;-ms-transition:all .2s;transition:all .2s;opacity:0}.crellyslider:hover>.cs-controls,.crellyslider:hover>.cs-navigation{opacity:1}.crellyslider>.cs-slides{list-style:none;margin:0;padding:0}.crellyslider>.cs-slides>.cs-slide{margin:0;padding:0;position:absolute;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.crellyslider>.cs-slides>.cs-slide>.cs-background-link{opacity:0;z-index:0;padding:0;width:100%!important;height:100%!important;top:0!important;left:0!important}.crellyslider>.cs-slides>.cs-slide>*{position:absolute;display:block;cursor:default;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;font-size:14px}.crellyslider>.cs-slides>.cs-slide>a{cursor:pointer}.crellyslider>.cs-slides>.cs-slide>a>img,.crellyslider>.cs-slides>.cs-slide>img{max-width:none!important}.crellyslider>.cs-slides>.cs-slide a,.crellyslider>.cs-slides>.cs-slide>a>img{text-decoration:none;outline:0;border:none}.crellyslider>.cs-controls{position:absolute;width:100%;top:50%;margin-top:-9px}.crellyslider>.cs-controls>.cs-next,.crellyslider>.cs-controls>.cs-previous{display:block;width:35px;height:35px;position:absolute;cursor:pointer;background-color:#fff;box-shadow:0 3px 10px rgba(0,0,0,.16),0 3px 10px rgba(0,0,0,.23);background-repeat:no-repeat;background-position:center center;border:10px;border-radius:50%}.crellyslider>.cs-controls>.cs-previous{background-image:url(//www.amir-parsa.com/wp-content/plugins/crelly-slider/images/arrow-left.png);left:30px}.crellyslider>.cs-controls>.cs-next{background-image:url(//www.amir-parsa.com/wp-content/plugins/crelly-slider/images/arrow-right.png);right:30px}.crellyslider>.cs-navigation{position:absolute;width:100%;height:0;bottom:40px;text-align:center}.crellyslider>.cs-navigation>.cs-slide-link{width:15px;height:15px;display:inline-block;cursor:pointer;margin:6px;background-color:#fff;box-shadow:0 3px 10px rgba(0,0,0,.16),0 3px 10px rgba(0,0,0,.23);border:10px;border-radius:50%;opacity:.5}.crellyslider>.cs-navigation>.cs-slide-link.cs-active{opacity:1}.crellyslider>.cs-progress-bar{width:0%;height:4px;position:absolute;top:0;background-color:#fff;opacity:.5;z-index:999}.crellyslider>.cs-progress-bar.cs-progress-bar-hidden{opacity:0}.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-grid .so-parallax{position:relative}.panel-grid .so-parallax>:not(.simpleParallax){position:relative;z-index:1}.panel-grid .so-parallax .simpleParallax{overflow:hidden}.panel-grid .so-parallax .simpleParallax,.panel-grid .so-parallax img[data-siteorigin-parallax]{bottom:0;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}.panel-grid-cell .so-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container){overflow-x:hidden}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}
 .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:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}:root{--woocommerce:#a46497;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#a46497;--wc-primary-text:white;--wc-secondary:#ebe9eb;--wc-secondary-text:#515151;--wc-highlight:#77a464;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:left}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:right;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:left;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:right;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:right;width:30.75%;margin-left:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-left:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-left:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:left;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:left;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:right;margin:0 0 2.992em 3.8%;padding:0;position:relative;width:22.05%;margin-right:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-left:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-left:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-left:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:right}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:left}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:right}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:right}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:right}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:left;float:left}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:left;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:left;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:right;float:right}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:left}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-left:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{position:absolute;left:.7em;top:.7em;cursor:pointer}.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e010";text-decoration:none}.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after{color:#585858}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:right;padding:0 0 0 1em;float:right}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:left}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:right;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:left;width:68%}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:left}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:right}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-left:30px;padding-right:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-left:15px;padding-right:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-left:30px;padding-right:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-left:54px}.full-width .twentyfourteen .tfwc{margin-left:auto}}.twentyfifteen .t15wc{padding-right:7.6923%;padding-left:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-right:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-left:7.6923%;margin-right:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-right:8.3333%;margin-left:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-left:7.6923%;margin-right:7.6923%}.twentysixteen .entry-summary{margin-left:0;margin-right:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-left:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-left:0;margin-right:0}.no-sidebar .twentysixteen .site-main{margin-left:15%;margin-right:15%}.no-sidebar .twentysixteen .entry-summary{margin-left:0;margin-right:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:left}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:right}