@charset "UTF-8";
* {
margin : 0;
padding: 0;
} @font-face {
src        : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/tt-prosto-sans-black-591ceb28553c7.eot);
src        : local('☺'), url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/tt-prosto-sans-black-591ceb28553c7.woff) format('woff'), url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/tt-prosto-sans-black-591ceb28553c7.ttf) format('truetype'), url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/tt-prosto-sans-black-591ceb28553c7.svg) format('svg');
font-family: 'TTProstoSans Black';
font-style : normal;
font-weight: normal;
} @font-face {
src        : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/tt-prosto-sans-591cf19ecd884.eot);
src        : local('☺'), url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/tt-prosto-sans-591cf19ecd884.woff) format('woff'), url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/tt-prosto-sans-591cf19ecd884.ttf) format('truetype'), url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/tt-prosto-sans-591cf19ecd884.svg) format('svg');
font-family: 'TTProstoSans';
font-style : normal;
font-weight: normal;
}
@font-face {
src        : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/hkserif-black-webfont.woff2) format('woff2'), url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/hkserif-black-webfont.woff) format('woff');
font-family: 'HKSerif Black';
font-style : normal;
font-weight: normal;
}
@font-face {
src        : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/hkserif-bold-webfont.woff2) format('woff2'), url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/hkserif-bold-webfont.woff) format('woff');
font-family: 'HKSerif Bold';
font-style : normal;
font-weight: normal;
}
@font-face {
src        : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/hkserif-regular-webfont.woff2) format('woff2'), url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/hkserif-regular-webfont.woff) format('woff');
font-family: 'HKSerif Regular';
font-style : normal;
font-weight: normal;
}
@font-face {
src        : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/HKSerif-BoldItalic.woff2) format('woff2'), url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/fonts/HKSerif-BoldItalic.woff) format('woff');
font-family: 'HKSerif BoldItalic';
font-style : normal;
font-weight: normal;
}
body {
overflow-x : hidden;
background : #fff;
font-size  : 18px;
line-height: 1.2;
}
.left {
width: 490px;
float: left;
}
.right {
width: 690px;
float: right;
}
.left2 {
width: 690px;
float: left;
}
.right2 {
width: 490px;
float: right;
}
.left3 {
width: 890px;
float: left;
}
.right3 {
width: 290px;
float: right;
}
a {
text-decoration: none;
}
.max {
z-index : 10;
position: relative;
width   : 1200px;
margin  : 0 auto;
}
#menu {
margin-top: 100px;
float     : left;
list-style: none;
}
#menu li {
margin-right: 115px;
float       : left;
}
#menu li a:before {
position  : absolute;
top       : -10px;
left      : 0;
width     : 0;
height    : 4px;
background: #10EF6C;
content   : "";
transition: all 0.3s;
}
#menu li a.active:before,
#menu li a:hover:before {
width: 25px;
}
#menu li a {
position   : relative;
color      : #fff;
font-family: 'TTProstoSans Black';
font-size  : 18px;
transition : all 0.3s;
}
#menu li a.active,
#menu li a:hover {
color: #10EF6C;
}
#social {
margin-top: 100px;
float     : right;
list-style: none;
}
#social li {
float: left;
}
#social li a {
color     : #fff;
font-size : 22px;
transition: all 0.3s;
}
#social li.fb {
margin-right: 40px;
}
#social li.fb a {
display: inline-block;
}
#social li.in a {
display: inline-block;
}
#social li a:hover {
color: #10EF6C;
}
#social li.in a:hover {}
header {
position   : relative;
line-height: 1;
}
#logo {
display    : block;
margin-top : 83px;
margin-left: 10px;
float      : left;
}
#banner {
z-index : 9;
position: relative;
}
#banner .navigation {
display : none;
position: fixed;
top     : 35%;
left    : 30px;
}
.home #banner .navigation {
display: block;
}
#banner .navigation li {
display      : block;
width        : 15px;
height       : 15px;
margin-bottom: 32px;
border-radius: 100%;
font-size    : 19px;
}
#banner .navigation li a {
display      : block;
z-index      : 999;
position     : relative;
width        : 100%;
height       : 100%;
border-radius: 100%;
font-size    : 18px;
transition   : all 0.3s;
}
#banner .navigation li a i {
position  : absolute; transition: all 0.3s;
}
#banner .navigation li a i:nth-of-type(1) {
color      : #fff;
text-shadow: 0 0 1px #000;
opacity    : 1.0;
}
#banner .navigation li a i:nth-of-type(2) {
color  : #10EF6C;
opacity: 0.0;
}
#banner .navigation li a:hover,
#banner .navigation li.active a {
background: transparent;
}
#banner .navigation li a:hover i:nth-of-type(1),
#banner .navigation li.active a i:nth-of-type(1) {
opacity: 0.0;
}
#banner .navigation li a:hover i:nth-of-type(2),
#banner .navigation li.active a i:nth-of-type(2) {
text-shadow: 0 0 1px #000;
opacity    : 1.0;
}
.banner {
position: absolute;
bottom  : -230px;
left    : 500px;
}
.banner h1 {
position   : relative;
color      : #fff;
font-family: 'TTProstoSans Black';
font-size  : 90px;
line-height: 120px;
}
.banner h1:before {
display   : block;
display   : none;
position  : absolute;
top       : 59px;
left      : -170px;
width     : 142px;
height    : 17px;
background: #fff;
content   : "";
}
h1 .green {
color: #10EF6C;
}
h1 .black {
color: #000;
}
.maxheader,
.maxheader .max {
height: 100%;
}
#myname {
padding-bottom: 100px;
}
.clr,
section {
clear: both;
}
footer {
height : 56px;
padding: 100px 0;
color  : #000;
}
footer .max {
min-height : 56px;
background : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/img/logo2.png) no-repeat left center;
font-family: 'TTProstoSans Black';
font-size  : 18px;
}
footer .left2 {
position  : relative;
height    : 38px;
text-align: right;
}
footer .left2 .text {
display    : block;
position   : absolute;
right      : 0;
bottom     : 0;
line-height: 1;
}
footer .right2 {
position: relative;
height  : 38px;
}
footer .right2 .text {
display    : block;
position   : absolute;
bottom     : 0;
left       : 100px;
line-height: 1;
}
footer .right2 .text:before {
display   : block;
position  : absolute;
top       : -15px;
left      : 0;
width     : 23px;
height    : 4px;
background: #000;
content   : "";
}
footer .left2 .text:before {
display   : block;
position  : absolute;
top       : -15px;
left      : 0;
width     : 23px;
height    : 4px;
background: #000;
content   : "";
}
#contact {}
#contact h1 {
position     : relative;
margin-top   : 100px;
margin-bottom: 150px;
color        : #fff;
color        : #000;
font-family  : 'TTProstoSans Black';
font-size    : 90px;
line-height  : 120px;
}
#contact h1:before {
display   : block;
position  : absolute;
top       : 60px;
left      : -170px;
width     : 142px;
height    : 17px;
background: #10EF6C;
content   : "";
}
#contact form {
width      : 500px;
margin-left: 90px;
}
#contact form input,
#contact form textarea {
box-sizing   : border-box;
width        : 100%;
height       : 36px;
margin-bottom: 12px;
padding      : 0 19px;
border       : 1px solid #000;
outline      : 0;
color        : #000;
font-family  : 'HKSerif Regular';
font-size    : 18px;
}
#contact span.wpcf7-not-valid-tip {
display: none;
}
#contact form input.wpcf7-not-valid,
#contact form textarea.wpcf7-not-valid {
border-color: #f00;
}
#contact form textarea {
height       : 180px;
margin-bottom: 70px;
padding      : 19px;
resize       : none;
}
#contact form input[type="submit"] {
display        : inline-block;
position       : absolute;
bottom         : 85px;
left           : 73px;
width          : auto;
min-height     : 17px;
margin-bottom  : 0;
padding-left   : 36px;
border         : 0;
outline        : 0;
background     : none;
background     : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/img/greenplay.png) no-repeat left center;
color          : #000;
font-family    : 'HKSerif BoldItalic';
font-size      : 18px;
font-style     : italic;
text-decoration: underline;
cursor         : pointer;
transition     : all 0.3s;
}
h2 {
position   : relative;
font-family: 'TTProstoSans Black';
font-size  : 36px;
}
#contact .left2 {
position: relative;
height  : 460px;
}
#contact .right2 {
box-sizing  : border-box;
position    : relative;
height      : 460px;
padding-left: 100px;
}
#contact .right2 p {
width      : 280px;
font-family: 'HKSerif Black';
font-size  : 18px;
line-height: 24px;
}
#contact h2 {
margin-top   : 35px;
margin-bottom: 55px;
line-height  : 48px;
}
#contact h2:before {
position  : absolute;
top       : -23px;
left      : 0;
width     : 42px;
height    : 7px;
background: #000;
content   : "";
}
#contact .right2 .faq,
#contact .right2 .owu {
display        : inline-block;
position       : absolute;
bottom         : 85px;
left           : 65px;
min-height     : 17px;
padding-left   : 36px;
border         : 0;
background     : none;
background     : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/img/greenplay.png) no-repeat left center;
color          : #000;
font-family    : 'HKSerif BoldItalic';
font-style     : italic;
text-decoration: underline;
transition     : all 0.3s;
}
#contact .right2 .owu {
left: 265px;
}
#myname .quote {
position  : absolute;
top       : 0;
left      : 0;
width     : 42px;
height    : 30px;
background: url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/img/quote.png) no-repeat top left;
}
#myname .about {
box-sizing  : border-box;
position    : relative;
width       : 360px;
margin-top  : 140px;
margin-left : 50px;
padding-top : 50px;
padding-left: 60px;
font-size   : 18px;
line-height : 24px;
}
#myname .about p {
margin-bottom: 30px;
}
#myname .about strong {
display    : block;
font-family: 'HKSerif Black';
}
#myname .about p {
display    : block;
font-family: 'HKSerif Regular';
}
.gps_ring {
-webkit-border-radius            : 50%;
-webkit-animation                : pulsate 1s ease-out;
-webkit-animation-iteration-count: infinite;
visibility                       : hidden;
z-index                          : 1;
position                         : absolute;
top                              : 3px;
left                             : -41px;
width                            : 18px;
height                           : 18px;
border                           : 2px solid #10EF6C;
opacity                          : 0.0;
}
.gps_ring:before {
-webkit-border-radius            : 50%;
-webkit-animation                : pulsate 1s ease-out;
-webkit-animation-iteration-count: infinite;
-webkit-animation-delay          : 0.1s;
display                          : block;
position                         : absolute;
top                              : -8px;
left                             : -8px;
width                            : 30px;
height                           : 30px;
border                           : 2px solid #10EF6C;
content                          : "";
opacity                          : 0.0;
}
.gps_ring:after {
-webkit-border-radius            : 50%;
-webkit-animation                : pulsate 1s ease-out;
-webkit-animation-iteration-count: infinite;
-webkit-animation-delay          : 0.2s;
display                          : block;
position                         : absolute;
top                              : -18px;
left                             : -18px;
width                            : 50px;
height                           : 50px;
border                           : 2px solid #10EF6C;
content                          : "";
opacity                          : 0.0;
}
@-webkit-keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
opacity          : 0.0;
}
50% {
opacity: 1.0;
}
100% {
-webkit-transform: scale(1.1, 1.1);
opacity          : 0.0;
}
}
.ref .opis a.posluchaj.playing {
color: #10EF6C;
}
#myname .about a.playing .gps_ring,
a.posluchaj.playing .gps_ring {
visibility: visible;
}
#myname .about a.playing:before,
#myname .about a:hover:before {
left: -43px;
}
#myname .about a:before {
z-index    : 999;
position   : absolute;
top        : 50%;
left       : -40px;
margin-top : -10px;
padding    : 0 2px;
font-family: 'FontAwesome';
content    : "\f144";
transition : all 0.3s;
}
#myname .about a {
display    : block;
display    : inline-block;
position   : relative;
height     : 24px;
color      : #000;
font-family: 'HKSerif BoldItalic';
line-height: 24px;
transition : all 0.3s;
transition : all 0.3s; }
#myname .about a span {
display        : inline-block;
position       : relative;
text-decoration: underline;
}
#myname .about a.playing span,
a.posluchaj span {
color: #10EF6C;
}
#myname .about a:hover,
a.posluchaj:hover {
color: #10EF6C; }
#myname .about a.playing:before,
#myname .about a:hover:before,
a.posluchaj.playing:before,
a.posluchaj:hover:before {
color    : #10EF6C;
font-size: 25px;
}
#offer h1 {
position   : relative;
color      : #fff;
color      : #000;
font-family: 'TTProstoSans Black';
font-size  : 90px;
line-height: 120px;
}
#offer h1:before {
display   : block;
position  : absolute;
top       : 60px;
left      : -170px;
width     : 142px;
height    : 17px;
background: #000;
content   : "";
}
#offer {
height       : 940px;
margin-bottom: 160px;
}
#howmuch h1 {
position   : relative;
color      : #fff;
color      : #000;
font-family: 'TTProstoSans Black';
font-size  : 90px;
line-height: 120px;
}
#howmuch h1:before {
display   : block;
position  : absolute;
bottom    : 37px;
left      : -170px;
width     : 142px;
height    : 17px;
background: #000;
content   : "";
}
#offer {
margin-bottom: 170px;
}
#offer h1 {
margin-bottom: 100px;
}
#offer .left2 {
box-sizing  : border-box;
position    : relative;
padding-top : 55px;
padding-left: 100px;
}
#offer .left2 .block {
position: absolute;
top     : 60px;
left    : 110px;
width   : 290px;
}
#offer .left2 .block:nth-of-type(2) {
left: 410px;
}
#offer .left2 .block:nth-of-type(3) {
top : 350px;
left: 110px;
}
#offer .left2 .block:nth-of-type(4) {
top : 350px;
left: 410px;
}
#offer .left2 .block h2 {
position     : relative;
margin-bottom: 55px;
padding-top  : 30px;
}
#offer .left2 .block p {
font-family: 'HKSerif BoldItalic';
font-size  : 18px;
line-height: 24px;
}
#offer .left2 .block h2:before {
position  : absolute;
top       : 0;
left      : 0;
width     : 46px;
height    : 7px;
background: #000;
content   : "";
}
#offer .right2 {
box-sizing  : border-box;
position    : relative;
padding-top : 350px;
padding-left: 200px;
}
#offer .right2 .bigblock {
z-index : 10;
position: relative;
}
#offer .right2 .bg {
z-index          : 9;
position         : absolute;
top              : 0;
left             : 0;
width            : 851px;
height           : 600px;
background       : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/img/Alek_foto_manley.jpg) no-repeat center center;
background-repeat: no-repeat;
background-size  : cover;
}
#offer .right2 h2 {
padding-top: 30px;
color      : #10E869;
}
#offer .right2 h2:before {
position  : absolute;
top       : 0;
left      : 0;
width     : 46px;
height    : 7px;
background: #10E869;
content   : "";
}
#offer .right2 .bigblock a:before {
position   : absolute;
top        : 50%;
left       : 0;
margin-top : -12px;
font-family: 'FontAwesome';
content    : "\f144";
transition : all 0.3s;
}
div.wpcf7-mail-sent-ok {
margin     : 30px 0 0;
padding    : 10px 20px;
border     : 0;
background : #10EF6C;
font-weight: bold;
}
#offer .right2 .bigblock a {
display        : inline-block;
display        : inline-block;
position       : relative;
height         : 24px;
margin-top     : 55px;
margin-left    : -36px;
padding-left   : 36px;
color          : #10E869;
line-height    : 1;
text-decoration: underline;
}
#howmuch h1 {
margin-bottom: 120px;
}
#howmuch .left3 {
box-sizing: border-box;
position  : relative;
}
#howmuch .left3 .block {
position: absolute;
top     : 80px;
left    : 10px;
width   : 280px;
color   : #fff;
}
#howmuch .left3 .block:nth-of-type(2) {
left: 310px;
}
#howmuch .left3 .block:nth-of-type(3) {
left: 610px;
}
#howmuch .left3 .block:nth-of-type(4) {
top : 460px;
left: 10px;
}
#howmuch .left3 .block:nth-of-type(5) {
top : 460px;
left: 310px;
}
#howmuch .left3 .block:nth-of-type(6) {
top : 460px;
left: 610px;
}
#howmuch .left3 .block:nth-of-type(4) p,
#howmuch .left3 .block:nth-of-type(5) p,
#howmuch .left3 .block:nth-of-type(6) p {
top: 170px;
}
#howmuch .left3 .block:nth-of-type(4) strong,
#howmuch .left3 .block:nth-of-type(5) strong,
#howmuch .left3 .block:nth-of-type(6) strong {
top: 260px;
}
#howmuch .left3 .block:nth-of-type(4) a,
#howmuch .left3 .block:nth-of-type(5) a,
#howmuch .left3 .block:nth-of-type(6) a {
top: 310px;
}
#howmuch .left3 h2 {
position   : relative;
padding-top: 30px;
line-height: 48px;
}
#howmuch .left3 p {
position   : absolute;
top        : 120px;
left       : 0;
width      : 200px;
font-family: 'HKSerif Regular';
line-height: 24px;
}
#howmuch .left3 h2:before {
position  : absolute;
top       : 0;
left      : 0;
width     : 46px;
height    : 7px;
background: #fff;
content   : "";
}
#howmuch > .max + .bg {
-webkit-background-size: cover;
-moz-background-size   : cover;
-o-background-size     : cover;
height                 : 935px;
background             : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/img/sprawdz.png) no-repeat top center;
background-attachment  : fixed;
background-position    : 50% 50%;
background-repeat      : no-repeat;
background-size        : cover;
}
#howmuch .left3 .block strong {
display    : block;
position   : absolute;
top        : 210px;
left       : 0;
font-family: 'TTProstoSans Black';
}
#calc .options a.odnowa:hover,
#calc .options a.pdf:hover,
#calc a.zamowmojglos:hover,
#whatmore .block a:hover {
color: #fff;
}
#contact .right2 .faq:hover,
#contact .right2 .owu:hover,
#contact form input[type="submit"]:hover,
#howmuch .right3 .text a:hover,
#howmuch .left3 .block a:hover {
color: #10EF6C;
}
#howmuch .left3 .block a {
display        : block;
position       : absolute;
top            : 260px;
left           : 0;
color          : #fff;
font-family    : 'HKSerif BoldItalic';
text-decoration: underline;
}
#howmuch .right3 {
position  : relative;
margin-top: 320px;
}
#howmuch .right3 .bg {
z-index   : 9;
position  : absolute;
top       : 0;
left      : 0;
width     : 851px;
height    : 480px;
background: rgba(255,255,255,0.9);
}
#howmuch .right3 .text {
z-index : 10;
position: absolute;
top     : 140px;
left    : 100px;
width   : 210px;
}
#howmuch .right3 .text h2 {
position   : relative;
padding-top: 30px;
color      : #000;
line-height: 48px;
}
#howmuch .right3 .text h2:before {
position  : absolute;
top       : 0;
left      : 0;
width     : 46px;
height    : 7px;
background: #000;
content   : "";
}
#howmuch .right3 .text a {
display        : block;
position       : absolute;
top            : 260px;
left           : 0;
color          : #000;
font-family    : 'HKSerif BoldItalic';
text-decoration: underline;
}
#howmuch .right3 .text p {
position   : absolute;
top        : 170px;
left       : 0;
width      : 200px;
font-family: 'HKSerif Regular';
line-height: 24px;
}
#whatmore {
-webkit-background-size: cover;
-moz-background-size   : cover;
-o-background-size     : cover;
height                 : 570px;
margin-top             : 130px;
background             : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/img/cojeszcze.png) no-repeat top center;
background-attachment  : fixed;
background-position    : 50% 50%;
background-repeat      : no-repeat;
background-size        : cover;
}
#whatmore h1 {
position     : relative;
margin-top   : -130px;
margin-bottom: 130px;
color        : #fff;
color        : #000;
font-family  : 'TTProstoSans Black';
font-size    : 90px;
line-height  : 120px;
}
#whatmore h1:before {
display   : block;
position  : absolute;
bottom    : 40px;
left      : -170px;
width     : 142px;
height    : 17px;
background: #fff;
content   : "";
}
span.white {
color: #fff;
}
#whatmore .right2 {
position: relative;
}
#whatmore .left2 {
box-sizing  : border-box;
padding-left: 110px;
}
#whatmore .left2 .block {
position: relative;
width   : 290px;
float   : left;
}
#whatmore .right2 .block p {
padding-right: 170px;
}
#whatmore .block h2 {
position   : relative;
padding-top: 30px;
color      : #fff;
}
#whatmore .block p {
position     : absolute;
top          : 120px;
left         : 0;
padding-right: 50px;
color        : #fff;
font-family  : 'HKSerif Regular';
font-size    : 18px;
line-height  : 24px;
}
#whatmore .block h2:before {
position  : absolute;
top       : 0;
left      : 0;
width     : 46px;
height    : 7px;
background: #10EF6C;
content   : "";
}
#whatmore .block a {
position       : absolute;
top            : 240px;
left           : 0;
color          : #10EF6C;
font-family    : 'HKSerif BoldItalic';
text-decoration: underline;
transition     : all 0.3s;
}
#calc {
position  : relative;
background: #10EF6C;
}
.type {
padding-top   : 55px;
padding-bottom: 125px;
list-style    : none;
}
.type li {
margin-right: 70px;
float       : left;
}
.type li a {
color      : #000;
font-family: 'TTProstoSans Black';
font-size  : 18px;
}
.type li a:hover {
color: #fff;
}
#calc form {
width      : 500px;
margin-left: 90px;
}
#calc form input,
#calc form textarea {
box-sizing   : border-box;
width        : 100%;
height       : 36px;
margin-bottom: 12px;
padding      : 0 19px;
border       : 1px solid #E6FDEF;
background   : #10EF6C;
color        : #000;
font-family  : 'HKSerif Regular';
font-size    : 18px;
}
#calc form textarea {
height : 180px;
padding: 19px;
}
#calc .type:after {
display: block;
clear  : both;
content: "";
}
#calc .counter {
margin-top : 25px;
margin-left: 40px;
font-family: 'HKSerif Bold';
}
#calc .left2 h2 {
margin-top   : 55px;
margin-bottom: 175px;
margin-left  : 19px;
padding-top  : 30px;
line-height  : 48px;
}
#calc .left2 h2:before {
position  : absolute;
top       : 0;
left      : 0;
width     : 46px;
height    : 7px;
background: #000;
content   : "";
}
#calc .options {
position: absolute;
bottom  : 80px;
left    : 75px;
}
#calc .options a {}
#calc .options a.odnowa {
display        : inline-block;
min-height     : 17px;
margin-right   : 90px;
padding-left   : 36px;
border         : 0;
background     : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/img/odnowa.png) no-repeat left center;
color          : #000;
font-family    : 'HKSerif BoldItalic';
font-size      : 18px;
font-style     : italic;
text-decoration: underline;
transition     : all 0.3s;
}
#calc .options a.pdf {
display        : inline-block;
min-height     : 17px;
padding-left   : 36px;
border         : 0;
background     : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/img/pdf.png) no-repeat left center;
color          : #000;
font-family    : 'HKSerif BoldItalic';
font-size      : 18px;
font-style     : italic;
text-decoration: underline;
transition     : all 0.3s;
}
#calc .right2 {
box-sizing  : border-box;
position    : relative;
padding-left: 100px;
}
#calc .right2 h2 {
margin-top   : 8px;
margin-bottom: 80px;
padding-top  : 30px;
line-height  : 48px;
}
#calc .right2 h2:before {
position  : absolute;
top       : 0;
left      : 0;
width     : 46px;
height    : 7px;
background: #000;
content   : "";
}
#calc .right2 .text {
width      : 280px;
font-family: 'HKSerif Regular';
line-height: 24px;
}
#calc .right2 .text strong {
font-family: 'HKSerif Bold';
}
#calc a.zamowmojglos {
display        : inline-block;
position       : absolute;
bottom         : 80px;
left           : 775px;
min-height     : 17px;
padding-left   : 36px;
border         : 0;
background     : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/img/pdf.png) no-repeat left center;
color          : #000;
font-family    : 'HKSerif BoldItalic';
font-size      : 18px;
font-style     : italic;
text-decoration: underline;
transition     : all 0.3s;
}
#ref h1 {
position     : relative;
margin-top   : 90px;
margin-bottom: 150px;
color        : #fff;
color        : #000;
font-family  : 'TTProstoSans Black';
font-size    : 90px;
line-height  : 120px;
}
#ref h1:before {
display   : block;
position  : absolute;
bottom    : 37px;
left      : -170px;
width     : 142px;
height    : 17px;
background: #000;
content   : "";
}
div.wpcf7-validation-errors {
margin         : 20px 0 0 20px;
padding        : 0;
border         : 0;
color          : #f00;
font-size      : 18px;
line-height    : 1.3;
text-decoration: underline;
}
@keyframes flashonce {
from,
to {
opacity: 1;
}
50% {
opacity: 0;
}
}
.flashonce {
animation-name: flashonce;
}
.cd-background-wrapper {
-webkit-perspective: 4000px;
position           : relative;
width              : 100%;
overflow           : hidden;
background-color   : #001426;
perspective        : 4000px;
}
.cd-floating-background {
-webkit-transform-style: preserve-3d;
-webkit-transform      : translateZ(0);
-ms-transform          : translateZ(0);
position               : relative;
top                    : 0;
left                   : 0;
transform              : translateZ(0);
transform-style        : preserve-3d;
}
.cd-floating-background.is-absolute {
position: absolute;
}
.cd-floating-background img {
-webkit-backface-visibility: hidden;
display                    : block;
width                      : 100%;
backface-visibility        : hidden; background-color           : rgba(255, 255, 255, 0.01);
}
.cd-floating-background img:not(:first-child) {
position: absolute;
top     : 0;
left    : 0;
}
.cd-floating-background img:first-child {
-webkit-transform: translateZ(50px);
-ms-transform    : translateZ(50px);
transform        : translateZ(50px);
}
.cd-floating-background img:nth-child(2) {
-webkit-transform: translateZ(290px);
-ms-transform    : translateZ(290px);
transform        : translateZ(290px);
}
.cd-floating-background img:nth-child(3) {
-webkit-transform: translateZ(700px);
-ms-transform    : translateZ(700px);
transform        : translateZ(700px);
}
.no-preserve-3d .cd-floating-background {
position: relative; }
.maxheader {
position: absolute;
top     : 0;
left    : 0;
width   : 100%;
}
.animatedFast {
animation-duration : 0.5s;
animation-fill-mode: both;
}
#ref {
margin-bottom: 130px;
}
.ref1 {}
.ref {
margin-bottom: 150px;
}
.ref .name {
position     : relative;
margin-bottom: 70px;
padding-right: 160px;
color        : #000;
font-family  : 'TTProstoSans Black';
font-size    : 36px;
}
.ref .name:before {
display   : block;
position  : absolute;
top       : 50%;
right     : -70px;
width     : 142px;
height    : 17px;
margin-top: -8px;
background: #10EF6C;
content   : "";
}
.ref .stanowisko {}
.ref .opis {
position     : relative;
padding-top  : 50px;
padding-right: 100px;
}
.ref .right {
position: relative;
width   : 490px;
float   : right;
}
.quotesign {
position  : absolute;
top       : 0;
left      : 0;
width     : 42px;
height    : 30px;
background: url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/img/quote.png) no-repeat top left;
}
.ref .right .quotesign {
right: 30px;
left : auto;
}
.ref .opis a.posluchaj:before {
position   : absolute;
top        : 50%;
left       : -46px;
margin-top : -10px;
padding    : 0 2px;
font-family: 'FontAwesome';
content    : "\f144";
transition : all 0.3s;
}
.ref .opis a.posluchaj {
display        : block;
display        : inline-block;
position       : relative;
height         : 24px;
margin-top     : 50px;
color          : #000;
font-family    : 'HKSerif BoldItalic';
line-height    : 24px;
text-decoration: underline;
transition     : all 0.3s;
transition     : all 0.3s; }
.ref .opis a.posluchaj span {
display        : inline-block;
position       : relative;
text-decoration: underline;
}
.ref .opis a.posluchaj:hover {
color: #10EF6C; }
.ref .opis a.posluchaj:hover:before {
position : absolute;
left     : -48px;
color    : #10EF6C;
font-size: 25px;
}
.posluchaj .gps_ring {
left: -48px;
}
.ref .img {
position: absolute;
right   : 710px;
bottom  : 0;
}
#ref .list .ref:nth-of-type(even) {
float     : left;
text-align: right;
}
#ref .list .ref:nth-of-type(even) .name {
padding-right: 0;
}
#ref .list .ref:nth-of-type(even) .opis {
padding-right: 0;
padding-left : 100px;
}
#ref .list .ref:nth-of-type(even) .quotesign {
right: auto;
left : 30px;
}
#ref .list .ref:nth-of-type(even) .img {
right: auto;
left : 710px;
}
#ref .list .ref:nth-of-type(even) .name:before {
right: -200px;
} .icobutton {
-webkit-tap-highlight-color: rgba(0,0,0,0);
position                   : relative;
margin                     : 0;
padding                    : 0;
overflow                   : visible;
border                     : 0;
background                 : none;
color                      : #c0c1c3;
font-size                  : 3em;
}
.icobutton .fa {
display: block;
padding: 0 0.1em;
}
.icobutton__text {
position   : absolute;
top        : 100%;
left       : -50%;
width      : 200%;
color      : #a6a6a6;
font-size  : 0.75em;
line-height: 1.5;
text-align : center;
}
.icobutton__text--side {
top    : 0;
left   : 100%;
width  : 100%;
width  : auto;
padding: 0 0 0 0.25em;
} .icobutton svg {
left: 0;
}
.icobutton:focus,
.icobutton:hover {
outline: none;
} .icobutton--unicorn svg {
fill: #c0c1c3;
}
#logo {
display : block;
position: relative;
width   : 220px;
height  : 55px;
}
#logo .static {
display   : block;
position  : absolute;
top       : 0;
left      : 0;
width     : 220px;
height    : 55px;
background: url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/img/logohalf.png) no-repeat top left;
}
#logo .dynamic {
-webkit-animation  : 30s logoscroll infinite linear;
-moz-animation     : 30s logoscroll infinite linear;
-o-animation       : 30s logoscroll infinite linear;
-ms-animation      : 30s logoscroll infinite linear;
position           : absolute;
top                : 0;
left               : 0;
width              : 75px;
height             : 55px;
background         : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/img/AP_fala_modul_dlugi_72dpi.png) no-repeat top 8px left;
background-position: top 8px left 0;
animation          : 30s logoscroll infinite linear;
}
@-webkit-keyframes logoscroll {
100% {
background-position: top 8px left -1419px;
}
}
@-moz-keyframes logoscroll {
100% {
background-position: top 8px left -1419px;
}
}
@-o-keyframes logoscroll {
100% {
background-position: top 8px left -1419px;
}
}
@-ms-keyframes logoscroll {
100% {
background-position: top 8px left -1419px;
}
}
@keyframes logoscroll {
100% {
background-position: top 8px left -1419px;
}
}
.baseline {
display : block;
position: relative;
width   : 149px;
height  : 94px;
}
.baseline .static {
display   : block;
position  : absolute;
top       : 50%;
left      : 0;
width     : 149px;
height    : 18px;
margin-top: -9px;
background: #fff;
}
.baseline.black .static {
background: #000;
}
.baseline.green .static {
background: #10EF6C;
}
.banner:hover .baseline .dynamic,
.baseline:hover .dynamic {
opacity: 1.0;
}
.baseline .dynamic {
-webkit-animation  : 60s basescroll infinite linear;
-moz-animation     : 60s basescroll infinite linear;
-o-animation       : 60s basescroll infinite linear;
-ms-animation      : 60s basescroll infinite linear;
position           : absolute;
top                : 0;
left               : 0;
width              : 100%;
height             : 100%;
background         : url(//www.alekpawlikowski.pl/wp-content/themes/alek/assets/img/AP_fala_modul_dlugi_150dpi.png) no-repeat top 0 left;
background-position: top left;
animation          : 60s basescroll infinite linear;
opacity            : 0.0;
transition         : all 0.6s;
}
@-webkit-keyframes basescroll {
100% {
background-position: top left -4479px;
}
}
@-moz-keyframes basescroll {
100% {
background-position: top left -4479px;
}
}
@-o-keyframes basescroll {
100% {
background-position: top left -4479px;
}
}
@-ms-keyframes basescroll {
100% {
background-position: top left -4479px;
}
}
@keyframes basescroll {
100% {
background-position: top left -4479px;
}
}
.banner .baseline {
position: absolute;
top     : 20px;
left    : -177px;
}
#offer .right {
position: relative;
}
#howmuch .right .baseline,
#offer .right .baseline {
position: absolute;
top     : 21px;
left    : -177px;
}
#ref .right .baseline {
position: absolute;
top     : 230px;
left    : -177px;
}
#whatmore .right .baseline {
position: absolute;
top     : 15px;
left    : -177px;
}
#contact .right .baseline {
position: absolute;
top     : 120px;
left    : -177px;
}
#contact .right:hover .baseline .dynamic,
#howmuch .right:hover .baseline .dynamic,
#offer .right:hover .baseline .dynamic,
#ref .right:hover .baseline .dynamic,
#whatmore .right:hover .baseline .dynamic {
opacity: 1.0;
}
#contact h1:before,
#howmuch h1:before,
#offer h1:before,
#ref h1:before,
#whatmore h1:before {
display: none;
}
.right {
position: relative;
}
.page-template-page-portfolio #offer {
height       : auto;
margin-bottom: 0;
}
#ptype {
background: #1CF96C;
}
#ptype .type {
padding-top   : 50px;
padding-bottom: 50px;
overflow      : auto;
}
.page-template-page-portfolio header {}
.video iframe {
position: absolute;
width   : 100%;
height  : 800px;
}
 .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;
}