@charset "UTF-8";
:root {
--bodytext: #444444;
--red: #DB4C07;
--dark-red: #B33B01;
--green: #88A24B;
--charcoal: #4B4B4B;
--blue: #475ca9;
}
html,body {
margin:0;
padding:0;
font-family: 'Roboto', sans-serif;
font-size: 20px;
color: var(--bodytext);
}
h1, h2, h3, h4 {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 800;
}
h1 {
font-size: 56px;
color: var(--bodytext);
}
h2,
h2 a {
font-size: 40px;
color: var(--green);
}
h3 {
font-size: 28px;
color: var(--bodytext);
}
h4 {
font-size: 20px;
}
a {
color: var(--blue);
}
a:hover {
color: var(--red);
}
h1 a, h2 a {
text-decoration: none;
} 
img {
border: 0;
}
.profile img {
width: 200px;
height: 200px;
border-radius: 100px;
display: block;
margin: 10px auto;
}
div, section {
text-align: left;
}
section { padding: 50px 0 70px 0;
}
section:last-child {
padding-bottom: 100px;
}
section:after{
content:" ";
display:block;
clear:both;
}
section.even,
#section2,#section4,#section6,#section8,#section10,#section12 {
background-color: #F0F0F0;
}
ul {
list-style-type: none;
padding: 0px;
margin: 7px 0 7px 15px;
}
ul li {
background-image: url(//sww.nz/wp-content/themes/StellarTheme2019/images/star.png);
background-repeat: no-repeat;
background-position: 0px 2px;
line-height: 30px;
padding-left: 30px;
margin: 5px 0;
}
ul.dark li {
background-image: url(//sww.nz/wp-content/themes/StellarTheme2019/images/star-wh.png);
}
ul.process strong {
font-size: 24px;
letter-spacing: 2px;
margin-bottom: 10px;
}
ul.process li {
margin-bottom: 30px;
}
td {
vertical-align:top;
}
blockquote {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #e9e9e9 url(//sww.nz/wp-content/themes/StellarTheme2019/images/quote.png) 15px 6px no-repeat;
padding: 15px 15px 15px 54px;
margin: 30px 40px;
}
figure.wp-block-pullquote {
padding: 0
}
.pullquote blockquote {
border-radius: 0;
background: white;
padding: 20px 0;
margin: 30px 40px;
border-top: 4px solid #555d66;
border-bottom: 4px solid #555d66;
font-size: 20px;
}
.pullquote blockquote p {
font-size: 24px;
}
blockquote p {
margin: 0;
}
blockquote cite {
margin-top: 10px;
display: block;
text-align: right;
}
header {
min-height: 115px;
overflow: hidden;
padding-bottom: 15px;
}
header #logo {
display: block;
float: left;
padding: 15px 15px 0 15px;
max-width: 140px;
height: auto;
}
header #headertext {
float: right;
padding: 20px 0 60px 0;
color: #969292;
font-size: 20px;
}
header #headertext a {
text-decoration: none;
color: #969292;
}
header #headertext a:hover {
color: #000;
}
header #headertext p {
display: inline-block;
padding-left: 20px;
margin: 0;
}
header #headertext .phone {
font-weight: bold;
}
header #headertext .email {
}
header #headertext .social {
text-align: right;
}
.contents {
margin: 0 auto;
}
main {
background: transparent;
line-height: 160%;
}
nav {
text-align: center;
}
#topnav {
float: right;
clear: right;
line-height: 30px;
overflow: hidden;
}
nav a {
margin: 0 20px;
padding: 5px 0;
text-decoration:none;
text-transform: lowercase;
font-weight: 500;
display: inline-block;
color: var(--bodytext);
}
#topnav a:hover, nav a.current, nav li.current_page_item a, nav li.current_page_parent a {
color: var(--red);
}
#topnav a.current, #topnav li.current_page_item a, #topnav li.current_page_parent a {
border-bottom: 5px solid var(--red);
}
nav ul, #subnav ul, footer nav ul {
list-style: none;
margin: 0;
padding: 0;
}
nav li, #subnav li, footer nav li {
display: inline;
list-style: none;
margin: 0;
padding: 0;
background: none;
}
#subnav {
text-align: center;
}
#subnav a {
color: #999;
text-decoration:none;
font-weight: bold;
display: inline-block;
padding: 10px 20px;
text-transform: lowercase;
}
#subnav a:hover, #subnav li.current_page_item a, #subnav li.current_page_parent a, #subnav li.current-page-ancestor a {
color: #cc0000;
}
.clear {
clear:both;
}
.centered {
text-align:center;
}
article {
margin-bottom: 50px;
padding-bottom: 50px;
border-bottom: 1px dashed var(--red);
}
div.underline {
clear: both;
margin: 0;
border-bottom: 5px solid var(--red);
width: 50px;
}
div.underline-cen-dk {
clear: both;
margin: -4px auto 0 auto;
border-bottom: 5px solid var(--charcoal);
width: 50px;
}
div.divider {
clear: both;
margin: 50px 0 30px 0;
border-bottom: 2px solid #999;
}
hr.wp-block-separator {
display:block;
padding: 0;
margin: 50px 25%;
border: 0;
border-top: 1px solid #ccc;
height: 1px;
}
.services-list li {
padding-bottom: 10px;
}
.services-list a {
color: var(--red);
text-decoration: none;
font-size: 22px;
}
.services-list a:hover {
color: var(--red);
text-decoration: underline;
}
.col-padding .wp-block-column {
padding-left: 30px;
padding-right: 30px;
}
#banner { position: relative;
overflow: hidden;
}
@keyframes colorchange2
{
0%   {background: #000;}
25%  {background: #303030;}
50%  {background: #f0f0f0;}
75%  {background: #000;}
100% {background: #303030;}
}
#banner video { min-width: 100%;
min-height: 100%; width: auto;
height: auto;
position: absolute; top: 50%;
left: 50%;
transform: translate(-50%,-50%); z-index: -100; background: url(//sww.nz/wp-content/themes/StellarTheme2019/video/hero.jpg) center center no-repeat;
background-size: cover;
transition: 1s opacity;
}
#mask {
position: absolute;
opacity: 0.1;
width: 100%;
height: 100%;
background-color: #000;
animation: opacitychange 10s;
z-index: -99;
top: 0;
}
@keyframes opacitychange {
0%   {opacity: 0.6;}
100% {opacity: 0.1;}
}
@-webkit-keyframes opacitychange {
0%   {opacity: 0.6;}
100% {opacity: 0.1;}
}
#banner .contents {
color: #fff;
text-align: center;
padding-bottom: 100px;
}
#banner_stars {
width: 350px;
max-width: 75%;
padding-top: 80px;
}
#banner_text, .banner_text {
margin: 0;
padding-top: 60px;
padding-bottom: 60px;
font-size: 90px;
font-family: Inder;
}
#banner img.imageonly {
width: 100%;
max-width: 1200px;
height: auto;
display: block;
margin: 0 auto;
}
#banner img.headerimg {
width: 100%;
max-width: 1200px;
height: auto;
display: block;
margin: 0 auto;
}
#banner div#n2-ss-2 {
}
#band {
padding: 50px 0;
background: #21120B url(//sww.nz/wp-content/themes/StellarTheme2019/video/hero.jpg) center calc(50% - 100px) no-repeat;
background-size: 100%;
animation: bandbg 5s infinite linear;
position: relative;
}
@keyframes bandbg {
0%   {background-size: 100%; background-position: 50% calc(60% - 100px); }
25% {background-position: 50% calc(60% - 99px);} 
50%   {background-size: 101.5%; }
75% {background-position: 50% calc(60% - 101px);} 
100% {background-size: 100%; background-position: 50% calc(60% - 100px); }
}
#band #mask {
z-index: 1;
}
#band .contents {
z-index: 10;
position: relative;
}
#band h1 {
color: #fff;
margin: 0;
text-align: center;
font-weight: 400;
}
#band h1 a {
color: #fff;
}
#band h1 a:hover {
color: var(--red);
}
@keyframes colourshift {
0%   {background: var(--green);}
50%  {background: #475527;}
100% {background: var(--green);}
}
#panelband {
overflow: hidden;
padding: 50px 0;
background-color: #f0f0f0;
}
#panelband .contents {
display: flex;
}
.panel {
float: left;
width: 32%;
margin-left: 2%;
position: relative;
background-color: var(--charcoal);
color: #fff;
flex: 1;
}
#panel1 {
margin-left: 0;
background-color: #5A5A5A;
animation: panelcolourswitch1 20s linear infinite; }
#panel2 {
background-color: #343434;
animation: panelcolourswitch2 20s linear infinite;
}
#panel3 {
background-color: #343434;
animation: panelcolourswitch3 20s linear infinite;
}
@keyframes panelcolourswitch1 {
0%   {background: var(--green);}
32%  {background: var(--green);}
34% {background: #343434;}
65%   {background: #343434;}
67%  {background: #343434;}
98% {background: #343434;}
}
@keyframes panelcolourswitch2 {
0%   {background: #343434;}
32%  {background: #343434;}
34% {background: var(--green);}
65%   {background: var(--green);}
67%  {background: #343434;}
98% {background: #343434;}
}
@keyframes panelcolourswitch3 {
0%   {background: #343434;}
32%  {background: #343434;}
34% {background: #343434;}
65%   {background: #343434;}
67%  {background: var(--green);}
98% {background: var(--green);}
}
.panel .head {
padding: 20px 0;
font-size: 40px;
text-align: center;
}
.panel .head a {
color: #fff;
text-decoration: none;
}
.panel .picture {
text-align: center;
}
.panel .picture img {
width: 100px;
height: auto;
}
.panel .picture img:hover, .panel .head:hover + .picture img  {
opacity: 0.9;
}
.panel .body {
min-height: 100px;
padding: 20px 15px;
overflow: hidden;
color: #fff;
}
.panel li {
margin: 0;
}
.panel ul {
margin: 0 0 0 10px;
}
.more {
text-align: center;
margin: 40px 0;
}
.panel .more {
margin: 20px 0;
}
.more a, a.button {
text-decoration:none;
padding: 10px 30px;
border-radius: 20px;
color: #fff;
background: var(--red);
font-weight: bold;
}
.more a:hover {
background: var(--green);
}
p.btn-round-square {
padding: 5px;
margin: 0 auto;
width: 160px;
}
.btn-round-square a {
text-decoration:none;
margin: 0 auto;
padding: 0;
width: 150px;
height: 150px;
display: flex;
border-radius: 100px;
color: var(--red);
border: 5px solid var(--red);
font-weight: bold;
transition: all 0.2s;
text-transform: uppercase;
justify-content: center;
}
p.btn-round-square:hover a {
border-radius: 0;
color: var(--green);
border-color: var(--green);
height: 100px;
margin: 25px auto;
}
.btn-round-square a span {
align-self: center;
}
.wp-block-button {
transition: all 0.4s;  
}
.wp-block-button:hover {
transform: scale(1.02);
}
#banner .btn-round-square {
width: 170px;
}
#banner .btn-round-square a {
width: 160px;
height: 160px;
color: #fff;
border-color: #fff;
background-color: rgba(0,0,0,0.1);
text-transform: none;
}
#banner p.btn-round-square:hover a {
color: #fff;
border-color: #fff;
height: 110px;
background-color: rgba(255,255,255,0.1);
}
.leftcol {
float: left;
width: 60%;
padding-right: 5%;
}
.rightcol {
float: left;
width: 35%;
}
.halfcol {
float: left;
width: 50%;
}
.thirdcol {
float: left;
width: 33.333%;
}
.quartercol {
float: left;
width: 25%;
}
p.calltoaction {
font-size: larger;
margin: 50px 0;
text-align: center;
font-weight: bold;
}
p.calltoaction a {
text-decoration: none;
color: var(--dark-red);
}
p.calltoaction a:hover {
color: var(--green);
}
footer {
background: var(--charcoal) url(//sww.nz/wp-content/themes/StellarTheme2019/images/stars-bg.png) center center no-repeat;
background-size: contain;
color: #fff;
padding: 50px 0;
overflow: hidden;
}
footer .contents {
position: relative;
}
footer a {
color: #fff;
text-decoration:none;
font-weight: 600;
display: inline-block;
}
footer nav ul {
text-align: center;
}
footer nav li {
display: block;
vertical-align: top;
padding: 0;
text-align: left;
line-height: 1.5em;
}
footer nav li a {
padding: 0;
margin: 0;
font-weight: normal;
text-transform: lowercase;
}
footer h4 {
margin: 0 0 10px 0;
}
#footerlogo a {
padding: 0;
margin: 0;
}
#footerlogo img {
max-width: 150px;
height: auto;   
padding: 0;
margin: 0 0 40px 0;
}
#footerlogo .phone {
}
#footerlogo .email {
}
#credits {
margin-top: 5px;
padding: 10px;
text-align: center;
font-size: 16px;
color: #999999;
}
#credits a {
text-decoration: none;
color: #999999;
}
#credits a:hover {
text-decoration: underline;
color: #666666;
}
img.leftalign {
display: block;
float: left;
text-align: left;
margin: 0 25px 5px 0;
}
img.rightalign {
display: block;
float: right;
margin: 0 0 5px 15px;
}
img.centeralign {
display: block;
margin: 10px auto;
text-align: center;
}
.rightalign {
text-align: right;
}
table.labels {
width:50%;
margin:10px auto;
}
table.labels th {
text-align: right;
padding-right: 30px;
}
.wp-block-table.pricing-table table {
background-color: #f0f0f0;
border-radius: 20px;
border: 30px solid #f0f0f0;
max-width: 300px;
border-collapse: unset;
margin: auto;
}
.wp-block-table.pricing-table table th {
text-align: center;
}
div.rounded {
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
div.shaddow {
-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
div.opacity {
opacity: 0.5;
-moz-opacity: 0.5;
filter:alpha(opacity=50);   
}
a.scrollup {
width: 67px;
height: 67px;
position: fixed;
bottom: 25px;
right: 25px;
display: none;
text-indent: -9999px;
background: url(//sww.nz/wp-content/themes/StellarTheme2019/images/top.png) no-repeat;
opacity: 0.3;
}
.wrap {
white-space: pre-wrap; 
white-space: -moz-pre-wrap;
white-space: -pre-wrap; 
white-space: -o-pre-wrap;
word-wrap: break-word;   
} .display-posts-listing.grid {
display: grid;
grid-gap: 16px;
}
.display-posts-listing.grid .title {
display: block;
}
.display-posts-listing.grid img { 
display: inline-block; 
max-width: 100%; 
height: auto; 
}
.listing-item {
background: #fff;
padding: 20px;
text-align: center;
}
.listing-item a.title {
text-decoration: none;
}
.listing-item .excerpt {
text-decoration: none;
font-size: 16px;
line-height: 1.2em;
display: block;
text-align: left;
}
.listing-item a.readmore {
text-decoration: none;
color: var(--charcoal);
text-transform: lowercase;
}
.listing-item a.readmore::before {
content: "... ";
}
.listing-item a.readmore::after {
content: " >";
}
.listing-item a.readmore:hover {
text-decoration: underline;
color: var(--red);
}
.excerpt-dash, .screen-reader-text {
display: none;
}
@media (min-width: 600px) {
.display-posts-listing.grid {
grid-template-columns: repeat( 2, 1fr );
}
}
@media (min-width: 1024px) {
.display-posts-listing.grid {
grid-template-columns: repeat( 3, 1fr );
}
}
.overflow-wrap,
.overflow-wrap code {
overflow-wrap: break-word;
white-space: pre-wrap;       
white-space: -moz-pre-wrap; 
white-space: -pre-wrap;    
white-space: -o-pre-wrap;   
word-wrap: break-word;     
} #blog-categories {
background-color: #f9f9f9;
}
#blog-categories ul {
list-style: none;
margin: 0;
padding: 0;
}
#blog-categories li {
display: inline;
list-style: none;
margin: 0 20px 0 0;
padding: 0;
background: none;
color: #ccc;
}
#blog-categories li.current-cat a {
font-weight: bold;
}
figure.aligncenter figcaption {
text-align: center;
}
.wp-block-code code {
font-size: 16px;
color: #666;
background-color: #f9f9f9;
padding: 20px;
} .postmeta {
color: #999;
}
img.aligncenter, div.aligncenter {
display: block;
margin: 20px auto;
}
img.alignright, div.alignright {
display: block;
float: right;
margin: 0 0 30px 30px;
}
img.alignleft, div.alignleft {
display: block;
float: left;
margin: 0 30px 30px 0px;
}
img.aligncenter {
text-align: center;
}
img.alignright {
text-align: right;
}
img.alignleft {
text-align: left;
}
.wp-caption-text,.wp-caption-dd {
margin: 0;
font-weight: bold;
font-size: smaller;
text-align: center;
}
.more-link {
display:block;
text-align:center;
text-decoration: none;
font-weight: bold;
}
.more-link:hover {
text-decoration: underline;
}
.linklove {
display:none;
} #comments {
margin: 30px 0;
color: #333;
clear:both;
}
#comments .navigation {
padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
color: #000;
font-size: 20px;
font-weight: bold;
margin-bottom: 0;
}
h3#comments-title {
padding-bottom: 24px;
}
.commentlist {
list-style: none;
margin: 0;
padding: 0;
}
.commentlist li.comment {
border-bottom: 1px solid #e7e7e7;
line-height: 24px;
margin: 0 0 24px 0;
padding: 0 0 0 56px;
position: relative;
}
.commentlist li:last-child {
border-bottom: none;
margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
margin-bottom: 18px;
}
#comments .comment-body p:last-child {
margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
margin-bottom: 24px;
}
.commentlist ol {
list-style: decimal;
}
.commentlist .avatar {
position: absolute;
top: 4px;
left: 0;
}
.comment-author {
}
.comment-author cite {
color: #000;
font-style: normal;
font-weight: bold;
}
.comment-author .says {
font-style: italic;
}
.comment-meta {
font-size: 16px;
margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
color: #888;
text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
font-size: 16px;
padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
color: #ff4b33;
}
.commentlist .children {
list-style: none;
margin: 0;
}
.commentlist .children li {
border: none;
margin: 0;
}
.nopassword,
.nocomments {
display: none;
}
#comments .pingback {
border-bottom: 1px solid #e7e7e7;
margin-bottom: 18px;
padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
margin-top: -6px;
}
#comments .pingback p {
color: #888;
display: block;
font-size: 16px;
margin: 0;
}
#comments .pingback .url {
font-size: 16px;
font-style: italic;
} input[type=submit] {
color: #333;
}
#respond {
border-top: 1px solid #e7e7e7;
margin: 24px 0;
overflow: hidden;
position: relative;
}
#respond p {
margin: 0;
}
#respond .comment-notes {
margin-bottom: 1em;
font-style: italic;
color: #999;
}
.form-allowed-tags {
line-height: 1em;
}
.children #respond {
margin: 0 48px 0 0;
}
h3#reply-title {
margin: 18px 0;
}
#comments-list #respond {
margin: 0 0 18px 0;
}
#comments-list ul #respond {
margin: 0;
}
#cancel-comment-reply-link {
font-size: 16px;
font-weight: normal;
}
#respond .required {
display:none;
}
#respond label {
color: #888;
font-size: 16px;
width: 80px;
display: block;
float: left;
text-align: right;
padding-right: 10px;
}
#respond input {
margin: 0 0 9px;
width: 500px;
}
#respond input[type="checkbox"] {
margin: 9px;
width: auto;
float: none;
}
#respond label[for="wp-comment-cookies-consent"] {
width: auto;
float: none;
display: inline;
}
#respond textarea {
width: 500px;
}
#respond .form-allowed-tags {
color: #888;
font-size: 16px;
}
#respond .form-allowed-tags code {
font-size: 14px;
}
#respond .form-submit {
margin: 12px 0;
}
#respond .form-submit input {
font-size: 16px;
width: auto;
} section .strong-view.modern .readmore-page {
background: #fff;
}
section .strong-view.modern a {
text-decoration:none;
}
section .strong-view.modern a:hover {
text-decoration:underline;
} #portfolio-container .portfolio-parallax-number-layout-01 {
top: -15%;
}
#portfolio-container .portfolio-parallax-number-layout-02 {
top: 40%;
}
div.portfolio-single-container div.single-portfolio-header p > strong {
display: none; }
div.portfolio-projects-nav a div.icon {
text-align: center;
}
#portfolio-container .portfolio-parallax-number h1 {
color: transparent;
text-indent:-99999em;
overflow:hidden;
background:url(//sww.nz/wp-content/themes/StellarTheme2019/images/stars-portfolio.png) center center no-repeat;
display:block;
height:400px; 
width:340px;
}
body.portfolio-x-template-default {
font-family: inherit;
font-size: inherit;
}
body.portfolio-x-template-default nav#topnav li.current_page_parent a {
border-bottom: none;
color: var(--bodytext);
}
body.portfolio-x-template-default nav#topnav li.menu-item-590 a {
border-bottom: 5px solid var(--red);
color: var(--red);
}
body.portfolio-x-template-default.single .portfolio-single-container {
padding: 50px 0;
}
body.portfolio-x-template-default.single .portfolio-single-container .portfolio-row {
width: 90%;
max-width: 1200px;
min-width: 300px;
margin: auto;
}
.hide {
display: none;
} article.business-listing {
border: none;
padding: 50px;
-webkit-box-shadow: 10px 10px 19px 10px rgba(0,0,0,0.29);
-moz-box-shadow: 10px 10px 19px 10px rgba(0,0,0,0.29);
box-shadow: 10px 10px 19px 10px rgba(0,0,0,0.29);
}
article.business-listing h3 {
margin-top: 0;
}
article.business-listing h3 a {
text-decoration: none; 
}
article.business-listing dl {
font-size: smaller;
margin-left: 50px;
}
article.business-listing dt {
font-weight: bold;
display: inline-block;
min-width: 100px;
}
article.business-listing dd {
margin: 0;
display: inline; 
}
article.business-listing dd:after { 
content: '\A'; 
white-space:pre; 
}
article.business-listing img.logo {
max-width: 160px;
float: right;
margin-left: 30px;
} div.grecaptcha-badge {
visibility: hidden;
}
p.recaptchanote {
font-size: 10px;
text-align: center;
} div.wpcf7 {
clear: both;
overflow: hidden;
background-color: #e6e6e6;
border-radius: 5px;
width: 600px;
padding: 0 50px !important;
box-sizing: border-box;
max-width: 100%;
margin: 30px auto !important;
}
div.wpcf7 form {
padding: 0;
margin: 0;
}
div.wpcf7-response-output {
background: #fff;
}
span.wpcf7-not-valid-tip {
font-size: 0.750em !important;
}
input.wpcf7-submit {
background: #666;
color: #fff;
font-size: 1.1em;
border-radius: 3px;
border: 1px solid #555;
padding: 5px 20px;
}
input.wpcf7-submit:hover {
background: #555;
}
input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea {
border: 1px solid #aaa;
width: 600px; 
max-width: 100%;  
height: 30px;
font-size: 16px;
}
textarea.wpcf7-textarea {
height: 180px;
}
input.wpcf7-text:hover, input.wpcf7-captchar:hover, textarea.wpcf7-textarea:hover {
border: 1px solid #999;
}
input.wpcf7-text:focus, input.wpcf7-captchar:focus, textarea.wpcf7-textarea:focus {
border: 1px solid #666;
}
div.wpcf7 div.wpcf7-validation-errors {
border: 2px solid #f00000;
}
.underline-hover-only a {
text-decoration: none;
}
.underline-hover-only a:hover {
text-decoration: underline;
}  .contents { width:90%; max-width: 1200px; min-width: 300px;}
#mobile-menu-btn { display: none; }
img {max-width: 100%; height: auto !important; }
.mobile {display: none; }  @media screen and (max-width: 1000px) {
html,body { font-size: 18px; }
nav a, #subnav a { margin: 0 10px; padding: 10px 0; font-size: 16px; }
#banner .contents {
padding-bottom: 120px;
}
#banner_text, .banner_text { 
font-size: 60px 
}
.services-list a {
font-size: 22px;
}
#panelband .contents {
width: 100%;
}
.panel ul {
margin: 0;
}
.panel .head { font-size: 30px;} 
div.wpcf7 {
padding: 0 30px !important;
}   
div.wpcf7 form {
margin: 0 auto;
max-width: 360px;
width:auto;
}
input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea { width: 350px;}
}  @media screen and (max-width: 750px) {
html,body { font-size: 16px; }
.contents { width:90%; }
nav a, #subnav a { margin: 0 5px; padding: 10px 5px; font-size: 14px; }
.leftcol, .rightcol, .halfcol, .thirdcol { float: none; width: auto;}
.quartercol { width: 50%; margin-top: 20px; }
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; } header { padding: 0; }
header #headertext { display:none; }
header #logo {
padding: 0 20px;
max-width: 100px;
}
#mobile-menu-btn { 
display: inline-block;
width: 32px;
height: 32px;
background: url(//sww.nz/wp-content/themes/StellarTheme2019/images/menu-icon.png) 0 0 no-repeat;
padding: 4px;
cursor: pointer;
}
#topnav { width: 100%; min-height: 40px; text-align: right; margin: -40px 0 0 0; }
#topnav ul { display:none; }
#topnav ul.open {  
width: 100%;  
display: block;  
height: auto;  
padding-top: 0;
margin-top:0;
}  
#topnav li {  
width: auto;  
float: none;  
position: relative;  
}  
#topnav li a {  
display: block;
margin: 0;
padding: 3px 0px;
border-bottom: 1px solid #d0d0d0;  
text-align: left;  
width: 100%;  
text-indent: 25px;  
line-height: 30px;
}
#band {
padding: 35px 0;
background: #21120B url(//sww.nz/wp-content/themes/StellarTheme2019/video/hero.jpg) center 70% no-repeat;
animation: bandbg2 4s infinite linear;
}
@keyframes bandbg2 {
0%   {background-size: 100%; }
50%   {background-size: 103%; }
100% {background-size: 100%; }
}
#banner .contents {
padding-bottom: 100px;
}
#banner_text, .banner_text { font-size: 46px }
#panelband .contents {
display: block;
}
.panel, #panel1 {
float: none;
width: 280px;
margin: 10px auto;
padding: 10px;
}
.services-list a {
font-size: 18px;
}
div.block { padding: 10px 20px; }
div.wpcf7 form { width: 310px; }
input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea { width: 300px;}
footer h4 {
margin: 30px 0 5px 0;
text-align: center;
}
footer nav ul li, footer div.quartercol {
text-align: center;
}
#footerlogo {
text-align: center;
margin-top: 30px;
}
#footerlogo img {
max-width: 120px;
}
#credits {
font-size: 14px;
} #respond label {
width: auto;
float: none;
text-align: left;
}
#respond input, #respond textarea {
width: 95%;
max-width: 500px;
}
.wp-block-column {
flex-basis: 100% !important;
flex-grow: 1 !important;
}   
}  @media screen and (max-width: 500px) {	
h1 { font-size: 25px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 17px; }
#banner video {
height: 100%;
width: auto;
}
#banner_stars {
width: 100px;
padding-top: 20px;
}
#banner_text, .banner_text {
padding-top: 20px;
padding-bottom: 20px;
font-size: 25px;
}
#banner .contents {
width: 100%;
padding-bottom: 30px;
}
#banner .btn-round-square {
width: 160px;
}
#banner .btn-round-square a {
width: 150px;
height: 150px;
}
#banner p.btn-round-square:hover a {
height: 100px;
}
#panelband {
padding: 0;
}
#panelband .contents {
width: 100%;
}
.panel, #panel1 {
width: 100%;
margin: 0;
padding: 10px;
box-sizing: border-box;
}
.panel .head {
padding: 10px 0;
font-size: 30px;
width: 75%;
float: left;
text-align: left;
padding-left: 25px;
box-sizing: border-box;
}   
.panel .picture {
width: 25%;
float: right;
}
.panel .picture img {
width: 50px;
}
.panel .body {
clear: both;
padding: 5px 15px;
}
.quartercol { float: none; width: auto; margin: 20px 0 0 0;}  
section { padding: 20px 0; }
section:last-child {
padding-bottom: 50px;
}   
div.block div.image img { float: none !important; display:block; margin: 30px auto; }   
div.portfolio-filter-row {
display:none;
}
.portfolio-image-holder {
margin-bottom: 50px;
}
.portfolio-parallax-section {
top: 0 !important;
} article.business-listing {
border: none;
padding: 30px;
}
article.business-listing dl {
margin-left: 20px;
}
article.business-listing dt {
min-width: 60px;
} div.wpcf7 { margin: 10px auto !important; padding: 0 !important; width: 300px; }
div.wpcf7 form { padding: 0 25px; width: auto;}
input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea { width: 246px; height: 30px; }
textarea.wpcf7-textarea { height: 120px; }     
form.wpcf7-form div.wpcf7-response-output { margin: 2em 0 1em; padding: 0.2em 7px;}
} @media (prefers-color-scheme: dark) {
header #logo {
content: url(//sww.nz/wp-content/themes/StellarTheme2019/images/logo-tr.png);
}
}
 .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0,0,0);
}
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0,-4px,0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
} @keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@keyframes headShake {
0% {
transform: translateX(0);
}
6.5% {
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
transform: translateX(5px) rotateY(7deg);
}
31.5% {
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
transform: translateX(2px) rotateY(3deg);
}
50% {
transform: translateX(0);
}
}
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake;
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
transform-origin: top center;
animation-name: swing;
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
} @keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@keyframes jello {
from, 11.1%, to {
transform: none;
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
animation-name: jello;
transform-origin: center;
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1;
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
animation-name: hinge;
}
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: scale(1);
}
}
.jackInTheBox {
animation-name: jackInTheBox;
} @keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
} @keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
animation-name: slideOutUp;
}