|
@@ -523,27 +523,6 @@ h4.spread {
|
|
|
50%{-webkit-transform:rotateY(180deg);opacity:1}
|
|
50%{-webkit-transform:rotateY(180deg);opacity:1}
|
|
|
75%{-webkit-transform:rotateY(90deg);opacity:.6}
|
|
75%{-webkit-transform:rotateY(90deg);opacity:.6}
|
|
|
100%{-webkit-transform:rotateY(0deg);opacity:1}}
|
|
100%{-webkit-transform:rotateY(0deg);opacity:1}}
|
|
|
-.m-scene .scene_element--fadein {
|
|
|
|
|
- -webkit-animation-name: fadeIn;
|
|
|
|
|
- animation-name: fadeIn; }
|
|
|
|
|
-.m-scene .scene_element--fadeinup {
|
|
|
|
|
- -webkit-animation-name: fadeInUp;
|
|
|
|
|
- animation-name: fadeInUp; }
|
|
|
|
|
-.m-scene .scene_element--fadeinright {
|
|
|
|
|
- -webkit-animation-name: fadeInRight;
|
|
|
|
|
- animation-name: fadeInRight; }
|
|
|
|
|
-.m-scene .scene_element--delayed {
|
|
|
|
|
- -webkit-animation-delay: 0.25s;
|
|
|
|
|
- animation-delay: 0.25s; }
|
|
|
|
|
-.m-scene.is-exiting .scene_element {
|
|
|
|
|
- -webkit-animation-direction: alternate-reverse;
|
|
|
|
|
- animation-direction: alternate-reverse; }
|
|
|
|
|
-.m-scene.is-exiting .scene_element--delayed {
|
|
|
|
|
- -webkit-animation-delay: 0s;
|
|
|
|
|
- animation-delay: 0s; }
|
|
|
|
|
-.m-scene.is-exiting .scene_element--noexiting {
|
|
|
|
|
- -webkit-animation-direction: alternate-reverse;
|
|
|
|
|
- animation-direction: alternate-reverse; }
|
|
|
|
|
|
|
|
|
|
/*============================================
|
|
/*============================================
|
|
|
Navbar
|
|
Navbar
|
|
@@ -760,38 +739,6 @@ ul.social a.facebook span:hover {
|
|
|
50% { opacity: 1; }
|
|
50% { opacity: 1; }
|
|
|
100% { opacity: 0; }
|
|
100% { opacity: 0; }
|
|
|
}
|
|
}
|
|
|
-.welcome::after {
|
|
|
|
|
- visibility: visible;
|
|
|
|
|
- content: '';
|
|
|
|
|
- background-color:green;
|
|
|
|
|
- opacity: 0;
|
|
|
|
|
- display: inline-block;
|
|
|
|
|
- position: relative;
|
|
|
|
|
- width: 0.5em;
|
|
|
|
|
- height: 1em;
|
|
|
|
|
- top: 5px;
|
|
|
|
|
- margin-left: 0;
|
|
|
|
|
- margin-bottom: 2px;
|
|
|
|
|
- -webkit-animation: blink 1s 20;
|
|
|
|
|
- -moz-animation: blink 1s 20;
|
|
|
|
|
- animation: blink 1s 20;
|
|
|
|
|
-}
|
|
|
|
|
-.welcome-back-text::after {
|
|
|
|
|
- visibility: visible;
|
|
|
|
|
- content: '';
|
|
|
|
|
- background-color:green;
|
|
|
|
|
- opacity: 0;
|
|
|
|
|
- display: inline-block;
|
|
|
|
|
- position: relative;
|
|
|
|
|
- width: 0.5em;
|
|
|
|
|
- height: 1em;
|
|
|
|
|
- top: 5px;
|
|
|
|
|
- margin-left: 0;
|
|
|
|
|
- margin-bottom: 2px;
|
|
|
|
|
- -webkit-animation: blink 1s 3;
|
|
|
|
|
- -moz-animation: blink 1s 3;
|
|
|
|
|
- animation: blink 1s 3;
|
|
|
|
|
-}
|
|
|
|
|
.terminal-welcome .modal-content {
|
|
.terminal-welcome .modal-content {
|
|
|
margin: 0 0 100px;
|
|
margin: 0 0 100px;
|
|
|
border: none;
|
|
border: none;
|
|
@@ -854,18 +801,6 @@ ul.social a.facebook span:hover {
|
|
|
.thermo-intro span.mee {
|
|
.thermo-intro span.mee {
|
|
|
color: #389436;
|
|
color: #389436;
|
|
|
}
|
|
}
|
|
|
-/*============================================
|
|
|
|
|
- About / Studio Carousels
|
|
|
|
|
-==============================================*/
|
|
|
|
|
-
|
|
|
|
|
-.carousel-fade .carousel-inner .item {
|
|
|
|
|
- left: 0 !important;
|
|
|
|
|
- opacity: 0;
|
|
|
|
|
- -webkit-transition-property: opacity;
|
|
|
|
|
- -moz-transition-property: opacity;
|
|
|
|
|
- -o-transition-property: opacity;
|
|
|
|
|
- transition-property: opacity;
|
|
|
|
|
-}
|
|
|
|
|
.carousel-fade .carousel-inner .active {
|
|
.carousel-fade .carousel-inner .active {
|
|
|
opacity: 1;
|
|
opacity: 1;
|
|
|
}
|
|
}
|
|
@@ -965,42 +900,13 @@ ul.social a.facebook span:hover {
|
|
|
-webkit-animation: vidunblur 4s;
|
|
-webkit-animation: vidunblur 4s;
|
|
|
animation: vidunblur 4s;
|
|
animation: vidunblur 4s;
|
|
|
}
|
|
}
|
|
|
-.wallpaper .wallpaper-media.animated {
|
|
|
|
|
- -webkit-transition: opacity 0.5s linear !important;
|
|
|
|
|
- transition: opacity 0.5s linear !important;
|
|
|
|
|
-}
|
|
|
|
|
.wallpaper .wallpaper-embed.ready:after { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
|
|
.wallpaper .wallpaper-embed.ready:after { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
|
|
|
.wallpaper .wallpaper-embed.ready iframe { /* pointer-events: none; - safari doesn't like this :/ */ z-index: 0; }
|
|
.wallpaper .wallpaper-embed.ready iframe { /* pointer-events: none; - safari doesn't like this :/ */ z-index: 0; }
|
|
|
-.wallpaper .wallpaper-media.native { background-position: center; background-size: cover; height: 100%; width: 100%; }
|
|
|
|
|
-.wallpaper .wallpaper-media.native img { display: none; }
|
|
|
|
|
.wallpaper .wallpaper-media.fixed { background-position: center; background-attachment: fixed; height: 100%; width: 100%; }
|
|
.wallpaper .wallpaper-media.fixed { background-position: center; background-attachment: fixed; height: 100%; width: 100%; }
|
|
|
.wallpaper .wallpaper-media.fixed img { display: none; }
|
|
.wallpaper .wallpaper-media.fixed img { display: none; }
|
|
|
-.touch-carousel .carousel-inner>.item {
|
|
|
|
|
- position:relative;
|
|
|
|
|
- float:left;
|
|
|
|
|
- display:block;
|
|
|
|
|
- -webkit-transition:none;
|
|
|
|
|
- -moz-transition:none;
|
|
|
|
|
- transition:none;
|
|
|
|
|
- -webkit-backface-visibility:hidden;
|
|
|
|
|
- -webkit-transform-style:preserve-3d
|
|
|
|
|
-}
|
|
|
|
|
-.touch-carousel .carousel-inner>.item * {
|
|
|
|
|
- -webkit-transition:none;
|
|
|
|
|
- -moz-transition:none;transition:none
|
|
|
|
|
-}
|
|
|
|
|
-.touch-carousel .carousel-inner.animate {
|
|
|
|
|
- -webkit-transition:all .3s linear;
|
|
|
|
|
- -moz-transition:all .3s linear;
|
|
|
|
|
- transition:all .3s linear
|
|
|
|
|
-}
|
|
|
|
|
.about {
|
|
.about {
|
|
|
padding: 20px 0 50px;
|
|
padding: 20px 0 50px;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-.where {
|
|
|
|
|
- margin: 20px 0 0;
|
|
|
|
|
-}
|
|
|
|
|
table.icons tbody > tr {
|
|
table.icons tbody > tr {
|
|
|
margin: 0px;
|
|
margin: 0px;
|
|
|
padding: 0px;
|
|
padding: 0px;
|
|
@@ -1009,13 +915,6 @@ table.icons tbody > tr > td {
|
|
|
border:none;
|
|
border:none;
|
|
|
padding: 0px;
|
|
padding: 0px;
|
|
|
}
|
|
}
|
|
|
-.text-field .req {
|
|
|
|
|
- position: relative;
|
|
|
|
|
- top: 4px;
|
|
|
|
|
- left: 4px;
|
|
|
|
|
- color: #1a8;
|
|
|
|
|
- opacity: 0.5;
|
|
|
|
|
-}
|
|
|
|
|
@media (min-width: 768px) {
|
|
@media (min-width: 768px) {
|
|
|
}
|
|
}
|
|
|
form .actions button{
|
|
form .actions button{
|
|
@@ -2272,32 +2171,15 @@ span.quiet {
|
|
|
span.right {
|
|
span.right {
|
|
|
float: right;
|
|
float: right;
|
|
|
}
|
|
}
|
|
|
-.checkbox-field input {
|
|
|
|
|
- margin-right: 10px;
|
|
|
|
|
-}
|
|
|
|
|
.entry-content ul {
|
|
.entry-content ul {
|
|
|
margin: 10px 20px;
|
|
margin: 10px 20px;
|
|
|
}
|
|
}
|
|
|
.entry-content ul.sitemap {
|
|
.entry-content ul.sitemap {
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-/*============================================
|
|
|
|
|
- Forms
|
|
|
|
|
-==============================================*/
|
|
|
|
|
-
|
|
|
|
|
-.form-row {
|
|
|
|
|
- margin: 10px 0;
|
|
|
|
|
-}
|
|
|
|
|
.form-row.checkbox {
|
|
.form-row.checkbox {
|
|
|
font-size: 0.85em;
|
|
font-size: 0.85em;
|
|
|
}
|
|
}
|
|
|
-.form-row.texts:first-of-type {
|
|
|
|
|
- margin-top: 18px;
|
|
|
|
|
-}
|
|
|
|
|
-.form-row.texts + .form-row:not(.texts) {
|
|
|
|
|
- margin-top: 30px;
|
|
|
|
|
-}
|
|
|
|
|
|
|
|
|
|
/*============================================
|
|
/*============================================
|
|
|
Code - Sunburst Theme
|
|
Code - Sunburst Theme
|