@charset "UTF-8";

/* Forms */

hr {
    border-top: 2px solid #2c3460;
}

hr.light-blue {
    border-top: 1px solid #626886;
}

.discount-code {
	display: inline-block;
	width: 75%;
	background-color: #e4f0f6;
	padding: 1rem;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: none;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: none;
}

::-ms-input-placeholder { /* Microsoft Edge */
  text-transform: none;
}


.form-control {
	height: 50px;
	border: 1px solid #dee4ea;
	border-radius: 0;
	margin-bottom: 10px;
}

.form-control:focus {
    color: #1b3149;
    background-color: #fff;
    border-color: #72b54a;
    outline: 0;
    box-shadow: none;
}


.titleCase {
  text-transform: capitalize;
}

.error-text {
    color: #fff000;
    margin: -5px 12px 15px;
    display: block;
    font-size: 13px;
}

.placeholder {
	position: absolute;
	left: 15px;
	top: 10px;
}

.form-check-label {
    margin-bottom: 0;
    margin-left: 14px;
    width: calc(100% - 50px);
    float: left;
    text-transform: none;
}

.form-radio {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #fff;
     color: #666;
     top: -5px;
     height: 30px;
     width: 30px;
     border: 1px solid #ced4da;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
     float: left;
}

.form-radio:checked::before {
     position: absolute;
     font: 700 13px/1 Arial, sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
     color: #000;
}


.form-radio:hover {
     background-color: #f7f7f7;
}

.form-radio:checked {
     background-color: #fff;
}


.text-white {
	#color: #fff;
}

/* 2021 */

.buttons {
	margin-top: 20px;
}

.myth {
	color: #fff;
}

.video-container {
	width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
	overflow-y: hidden !important;
	display: flex;
	justify-content: center;
}

.video, .image {
	width: 100%;
	height: auto;
}

.video-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 5%;	
}

.text-box {
	padding: 20px;
	background: rgba(0,0,0,0.3);
}

.beskrivelse {
	padding-top: 20px;
}

#fakta.fakta {
	font-size: 16px;
}


.timer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.lunge-popup {
	width: 100%;
	max-width: 360px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.link-tak {
	color: #fff !important;
	text-decoration: underline;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/loading.gif') center no-repeat #fff;
	background-color: #e9ebee;
}

.seperator {
	height: 20px;
	/* background-color: #e9ebee; */
	margin-left: -15px;
	margin-right: -15px;
}

.paddingBox {
	padding: 30px;
}

.laptop {
	width: 100%;
	/* max-width: 300px; */
	margin: 30px 0;
}



#facts-box {
    z-index: 9;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    top: 0;
    left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    
}

.center {
	text-align: center;
}


.facts-box-inner {
	border: 8px solid #df376f;
	margin: 10px 50px;
	padding: 30px;
}

.fordele li {
    position: relative;
    list-style-type: none;
    margin-top: 10px;
    margin-left: 0;
    color: #fff;
    font-size: 16px
}

.fordele li:before {
    content: "";
    position: absolute;
    top: 0;
    left: -35px;
    width: 25px;
    height: 24px;
    background-image: url('../img/checkmark.png')
}

.box-forkert,
.box-rigtig {
    width: 136px;
    height: 100px;
    position: absolute;
    left: 35px;
    top: 144px;
    text-align: center;
    font-size: 38px;
    color: #1d70b7;
    line-height: 24px
}

.reslut-box-txt {
    font-family: 'ActionMan', Helvetica, sans-serif;
    font-size: 20px;
    color: #000
}

.box-rigtig {
    left: 175px
}

.korrekt-headline {
    font-size: 30px;
    line-height: 1;
    text-align: center
}

#reslut-box-mobile {
    text-align: center;
    padding-bottom: 20px
}

#korrekt {
    padding: 32px 32px 32px 32px
}

.background-orange {
    background-color: #f18719;
    color: #fff!important
}

.background-green {
    background-color: #a7c539;
    color: #fff!important
}

.background-yellow {
    background-color: #ffe400;
    color: #000!important
}

.background-pink {
    background-color: #db3168;
    color: #fff!important
}

.background-purple {
    background-color: #522e91;
    color: #fff!important
}

.korrekt-headline-desktop {
    position: absolute;
    left: 368px;
    top: 0
}

.lungemand-mobil-bund {
    margin-top: 30px;
    margin-bottom: -30px;
    text-align: center
}

.questionmark {
    position: absolute;
    left: 60px;
    top: 0
}

.signup-illustration,
.tak-illustration {
    background-position: bottom right;
    background-repeat: no-repeat
}

.signup-illustration {
    background-image: url('../img/signup-illustration.png')
}

.tak-illustration {
    background-image: url('../img/tak-illustration.png')
}

.signup-text {
    margin-right: 40px
}

.display {
    display: block
}

.display-none {
    display: none
}

.preloader {
    width: 200px;
    margin-top: 2px;
    display: none;
    position: absolute;
    z-index: 999;
    top: 200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

#resultBoxContainer {
    width: 60%;
    height: 60px;
    margin-top: 20px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    margin-left: auto;
    margin-right: auto
}

.resultBox {
    width: 68px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.synes_godtom {
    position: absolute;
    z-index: 999999;
    right: 10px;
    top: -12px
}

@media screen {
    div#preloader {
        position: absolute;
        left: -9999px;
        top: -9999px
    }
    div#preloader img {
        display: block
    }
}

@media print {
    div#preloader,
    div#preloader img {
        visibility: hidden;
        display: none
    }
}

.hjertet {
    background-image: url('../img/signup-hjerte.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 105% auto
}

.resultat-hjerte {
    margin-top: 20px;
    width: 65%
}

.show-desktop {
    display: inline-block
}

.show-mobile {
    display: none
}

html, body {
	width: 100%;
	height: 100% !important;
}

body {
    background-color: #e6e7e8;
    font-family: 'din-regular', Helvetica, sans-serif;
        overflow-x: hidden !important;
}

.txt-black {
	color: #000;
}

.quizBody {
	background-color: #e9ebee;
}	

.topbanner {
	margin-top: 20px;
	margin-bottom: 20px;
}

.container {
    max-width: 740px;
    /* min-height: 100vh; */
}

.illustration {
	background-color: #2c3460;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}


.signup-margins {
    /* margin-top: 32px; */
}

.lunger-index {
	width: 100%;
	max-width: 396px;
	margin-top: -32px;
}

/*
.splash {
	width: 100%;
	max-width: 230px;
	margin-bottom: -10px;
	margin-top: -20px;
}
*/

.splash {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	position: relative;
	text-align: center;
	background-color: #a7c638;
	padding-top: 10px;
}

.splash p {
	font-size: 18px;
	padding-top: 22px;
	line-height: 1.2;
	color: #fff;
}


.splash2 {
	position: absolute;
	top: -50px;
	right: 30px;
}

.prize {
	width: 100%;
	height: auto;
}


.maincontainer {
    background-color: #f7f8f3;
}

.logo {
    width: 220px;
    max-width: 80%;
    height: auto;
    display: block;
    margin: 20px auto;
}



.nopadding {
    padding: 0
}

.right-box {
    border-left: 1px solid #c12921;
}

.left-box {
    border-right: 1px solid #c12921;
}

.right-box,
.left-box {
    text-align: center
}

.box {
    position: relative;
    width: 100%;
}

.box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.box-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.box-padding {
    padding: 30px 33px;
}

.box-nopadding {
    padding: 0;
}

.box-cykel {
    background-image: url("../img/signup-cykel.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
}

.image-selector {
    width: 100%
}

.image-selector:hover {
    -webkit-filter: saturate(2) brightness(97%);
    filter: saturate(2) brightness(97%);
    cursor: pointer;
    cursor: hand;
}

#facts-box h1,
#facts-box h2 {
    color: #fff;
    padding-bottom: 10px;
}

.modal-title {
    text-align: center;
}

a:focus {
    outline: 0;
}

p, li {
    font-size: 17px;
    line-height: 1.4;
    font-family: 'din-regular', Helvetica, sans-serif;
    font-weight: normal;
}

#questions-page p, #questions-page li {
    font-size: 23px;
    font-family: 'din-light', Helvetica, sans-serif;
    font-weight: normal;
}

#hvor-mange {
    font-size: 28px;
    padding: 20px 0;
    font-family: 'ActionMan', Helvetica, sans-serif;
    line-height: 1;
    color: #fff;
}

.ja {
    margin-bottom: 20px;
}

.permission {
    font-size: 13px;
    color: #fff;
}

a, a:link, a:visited, a:active {
    color: #000;
}

.permission a, .permission a:link, .permission a:visited, .permission a:active {
    color: #fff;
    text-decoration: underline;
}

.permission a:hover {
    color: inherit;
}

a:hover {
    color: #111435;
}


.modal-body a {
	text-decoration: underline;
	color: #2c3460;
}

strong {
    font-family: 'Lato-Demi', Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    margin: 0;
    line-height: 1.2;
    color: #2c3460;
}

h1 {
    font-family: 'din-cond-black', Helvetica, sans-serif;
    font-size: 89px;
    line-height: 0.9;
}

h1:hover {
    text-decoration: none!important;
}



#signup-page h1, #signup-page h2, #signup-page h3, #signup-page h4, #signup-page p, #signup-page li {
    /* color: #fff; */
}


#question,
#fakta,
#instrux {
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: center;
}

#question {
    margin-top: 30px;
    margin-bottom: 30px;
}

h2 {
    font-size: 41px;
    font-family: 'din-cond-bold', Helvetica, sans-serif;
}

h3 {
    font-family: 'din-cond-bold', Helvetica, sans-serif;
    color: #1d70b7;
    font-size: 25px;
    line-height: 1.4;
}


h4 {
	font-family: 'din-bold', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.4;
}

#fakta-headline {
	color: #000 !important;
}

#myte {
	text-transform: uppercase;
}

.forms {
    margin-top: 130px;
}

form-group {
    margin-top: 20px;
}

.form-control {
    height: 45px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 0;
    font-size: 18px;
}

select.form-control.dropdown {
	height: auto;
	min-height: 45px;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
}

.dropdown-wrapper {
	position: relative;
}

/*
.dropdown-wrapper::before {
	content: "\e900";
	position: absolute;
	z-index: 1;
	font-family: 'ambition-standard';
	right: 10px;
	top: 25%;
}
*/
.left-field {
    padding-right: 8px;
}

.right-field {
    padding-left: 8px
}

.btn {
    white-space: normal !important;
    word-wrap: break-word;
    min-height: 56px; 
}

.btn:focus,
.btn:active {
    outline: none!important;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-facebook {
    border: 0;
    border-radius: 0;
    font-weight: bold;
    width: auto;
    font-size: 24px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #df376f;
}

.btn-primary:hover,
.btn-info:hover {
    background-color: #e54285;
}

.btn-success {
    /* width: 100%; */
    /* margin-bottom: 8px; */
}

.btn-success,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #a7c638;
}

.btn-success:hover {
    background-color: #b9d143;
}

.btn-info,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #1d70b7;
}

.btn-info:hover {
    background-color: #009fe3;
}

.btn-facebook,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    /* margin-bottom: 40px; */
}

.btn-facebook:hover {
    background-color: #2d4373;
    color: #fff;
}

.btn-lg, .btn-group-lg>.btn {
    min-width: 126px;
}

input[type="radio"].toggle,
input[type="checkbox"].toggle {
    display: none
}

input[type="radio"].toggle+label,
input[type="checkbox"].toggle+label {
    width: 100%;
    border: 0;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    color: #545454;
    font-size: 20px;
    background: #f5f5f5;
    padding: 14px 28px 20px 19px;
    border: solid #d6d6d6 1px;
    text-decoration: none;
    font-family: 'Meta-normal', Times, serif;
    margin: 0;
}

input[type="radio"].toggle+label:hover,
input[type="checkbox"].toggle+label:hover {
    background: #a0be43;
    color: #fff;
    border: solid #809836 1px;
    background-image: url('../img/arrow_right.png');
    background-repeat: no-repeat;
    background-position: center right;
}

input[type="radio"].toggle:checked+label,
input[type="checkbox"].toggle:checked+label {
    color: #fff;
    background: #63b6e4;
    border: solid #4f92b6 1px;
}

@media(max-width:768px) {

.video {
	width: auto;
	height: 95vw;
}

.splash2 {
	width: 30vw;
	top: -50px;
	right: 30px;
}



.illustration {
    margin-top: 10px;
}

.topbanner {
	margin-top: 15px;
	margin-bottom: 15px;
}

.lunge-illu {
	width: 35vw;
}

.lunger-index {
	margin-top: 30px;
}

#facts-box {
    /* padding-top: 0; */
}

.facts-box-inner {
	border: 6px solid #df376f;
	margin: 0 10px;
	padding: 10px;
}


p, li, #questions-page p, #questions-page li, #fakta.fakta {
	font-size: 16px;
}

h1 {
	font-size: 10vw;
}

h2 {
	font-size: 7vw;
}

    .questionTable tr {
        font-size: 22px;
        line-height: 1.5;
    }
    .lungemand-mobil-bund {
        max-width: 300px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .mobil-center {
        text-align: center;
    }
    #korrekt {
        padding-bottom: 0;
    }
    .show-desktop {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .signup-illustration-mobile {
        margin: 0 auto;
    }
    .box-forkert,
    .box-rigtig {
        width: 140px;
        left: 0;
        top: 150px;
    }
    .box-rigtig {
        left: 160px;
    }
    .signup-margins {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .quiz-margins {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .signup-illustration,
    .tak-illustration {
        background-image: none;
    }
    .signup-text {
        margin-right: 0;
    }
    .ja {
        text-align: center;
        margin-top: 20px
    }
    .box-padding {
        padding: 20px 25px;
    }
    .nopadding {
        padding: 0 40px;
    }
    .left-field {
        padding-right: 15px;
    }
    .right-field {
        padding-left: 15px;
    }
}

@media (max-width: 574px) {

.quizBody {
    background-color: #fff;
}

.hide480 {
	display: none;
}

.splash {
	display: block;
	margin:auto;
}

.prize {
	width: 70%;
	height: auto;
}

.btn {
    background-position: center right -5px
}

 .questionTable tr {
	font-size: 15px;
    line-height: 2;
}

.lungemand-mobil-bund {
	max-width: 250px;
}

	.signup-illustration-mobile {
	width: 256px;
}

#resultBoxContainer {
	width: 90%;
	height: 60px;
}

.resultBox {
	width: 16%;
}

.resultat-hjerte {
width: 100%;
}

.barometer {
	height: 40px;
}

.happyHart {
	right: 15px;
}

.signup-margins, .quiz-margins {
	margin-top: 0;
	margin-bottom: 0;
}

.discount-code {
	width: 100%;
}
        
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.animated.hinge {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(0.90, 0.90, 0.90);
        transform: scale3d(0.90, 0.90, 0.90);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(0.90, 0.90, 0.90);
        -ms-transform: scale3d(0.90, 0.90, 0.90);
        transform: scale3d(0.90, 0.90, 0.90);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.bounce:hover,
.tease {
    animation: animationFrames linear .1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear .1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear .1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear .1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear .1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
}

.teaser {
    animation: animationFrames linear .1s;
    animation-iteration-count: 4;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear .1s;
    -webkit-animation-iteration-count: 4;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear .1s;
    -moz-animation-iteration-count: 4;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear .1s;
    -o-animation-iteration-count: 4;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear .1s;
    -ms-animation-iteration-count: 4;
    -ms-transform-origin: 50% 50%;
}

.teaser {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@keyframes animationFrames {
    0% {
        transform: scaleX(1.00) scaleY(1.00);
    }
    51% {
        transform: scaleX(1.05) scaleY(1.05);
    }
    100% {
        transform: scaleX(1.00) scaleY(1.00);
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: scaleX(1.00) scaleY(1.00);
    }
    51% {
        -moz-transform: scaleX(1.05) scaleY(1.05);
    }
    100% {
        -moz-transform: scaleX(1.00) scaleY(1.00);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: scaleX(1.00) scaleY(1.00);
    }
    51% {
        -webkit-transform: scaleX(1.05) scaleY(1.05);
    }
    100% {
        -webkit-transform: scaleX(1.00) scaleY(1.00);
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: scaleX(1.00) scaleY(1.00);
    }
    51% {
        -o-transform: scaleX(1.05) scaleY(1.05);
    }
    100% {
        -o-transform: scaleX(1.00) scaleY(1.00);
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: scaleX(1.00) scaleY(1.00);
    }
    51% {
        -ms-transform: scaleX(1.05) scaleY(1.05);
    }
    100% {
        -ms-transform: scaleX(1.00) scaleY(1.00);
    }
}

.pageOut {
    animation: pageoutFrames ease-out .2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: pageoutFrames ease-out .2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: pageoutFrames ease-out .2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: pageoutFrames ease-out .2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: pageoutFrames ease-out .2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
}

@keyframes pageoutFrames {
    0% {
        transform: scaleX(1.00);
    }
    100% {
        transform: scaleX(0.00);
    }
}

@-moz-keyframes pageoutFrames {
    0% {
        -moz-transform: scaleX(1.00);
    }
    100% {
        -moz-transform: scaleX(0.00);
    }
}

@-webkit-keyframes pageoutFrames {
    0% {
        -webkit-transform: scaleX(1.00);
    }
    100% {
        -webkit-transform: scaleX(0.00);
    }
}

@-o-keyframes pageoutFrames {
    0% {
        -o-transform: scaleX(1.00);
    }
    100% {
        -o-transform: scaleX(0.00);
    }
}

@-ms-keyframes pageoutFrames {
    0% {
        -ms-transform: scaleX(1.00);
    }
    100% {
        -ms-transform: scaleX(0.00);
    }
}

.pageIn {
    animation: pageinFrames ease-out .2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: pageinFrames ease-out .2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: pageinFrames ease-out .2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: pageinFrames ease-out .2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: pageinFrames ease-out .2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
}

@keyframes pageinFrames {
    0% {
        transform: scaleX(0.00);
    }
    65% {
        transform: scaleX(1.00);
    }
    83% {
        transform: scaleX(0.90);
    }
    100% {
        transform: scaleX(1.00);
    }
}

@-moz-keyframes pageinFrames {
    0% {
        -moz-transform: scaleX(0.00);
    }
    65% {
        -moz-transform: scaleX(1.00);
    }
    83% {
        -moz-transform: scaleX(0.90);
    }
    100% {
        -moz-transform: scaleX(1.00);
    }
}

@-webkit-keyframes pageinFrames {
    0% {
        -webkit-transform: scaleX(0.00);
    }
    65% {
        -webkit-transform: scaleX(1.00);
    }
    83% {
        -webkit-transform: scaleX(0.90);
    }
    100% {
        -webkit-transform: scaleX(1.00);
    }
}

@-o-keyframes pageinFrames {
    0% {
        -o-transform: scaleX(0.00);
    }
    65% {
        -o-transform: scaleX(1.00);
    }
    83% {
        -o-transform: scaleX(0.90);
    }
    100% {
        -o-transform: scaleX(1.00);
    }
}

@-ms-keyframes pageinFrames {
    0% {
        -ms-transform: scaleX(0.00);
    }
    65% {
        -ms-transform: scaleX(1.00);
    }
    83% {
        -ms-transform: scaleX(0.90);
    }
    100% {
        -ms-transform: scaleX(1.00);
    }
}