#theoldone {
    display: none;
}
#no-flights-message .content .grid .outbound {
    text-align: center;
}
#wait-message #theoldone .head h1 {
    display: inline-block;
}
#thenewone1,
#thenewone2,
#thenewone3 {
    display: none;
}
/* classes for AN testing */
.i1 {
    background-color: #FFFFFF;
    background-size: 100%;
    margin-top: -7%;
    padding-top: 3%;
    height: 100%;
}
.i2 {
    background-color: #FFFFFF;
    background-size: 100%;
    margin-top: -7%;
    padding-top: 5%;
    height: 100%;
}
.i3 {
    background-color: #FFFFFF;
    background-size: 100%;
    margin-top: -7%;
    padding-top: 5%;
    height: 100%;
}
#bodymovin {
    margin-top: 5%;
}
#interstitial-new {
    margin-top: 10%;
    text-align: center;
}
#wait-message #interstitial-new .content{
    background-color: #FFFFFF;
    background-size: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}
#wait-message {
    position: fixed;
    left: 50%;
    width: 100% !important;
    margin-left: -50%;
    z-index: 600;
    height: 100%;
    background: #fff;
    top: 0;
}
.howto-animation {
  height: 630px;
  /*width: 1000px;*/
  border: 3px solid #647D96;
  border-radius: 3px;
}
#wait-message #interstitial-new .head h1 {
    text-align: center;
    display: block;
    font-size: 44px;
    font-family: 'geomanistbold', sans-serif;
}

#wait-message h1 {
    vertical-align: middle;
    text-align: center;
    margin: auto;
    text-align: center;
    display: block;
    font-size: 44px;
    font-family: 'geomanistbold', sans-serif;
}

.howto-animation li {
    font-size: 20px;
   line-height: 37px;
   color: #325064;
   font-weight: 300;
   display: inline;
   margin-top: 40px;
   text-align: left;
}
.howto-animation ul {
 list-style-type: none;
 }
.howto-animation-icons {
  height: 57.21px;
  width: 87.64px;
  position: absolute;
  display: inline;
}
/* Third animation */
#wait-message .image.howto-animation {
    background-image: none;
}
#howto-header {
    color: #1C9846;
}
#howto-animation-interstitial h1 {
    color: #1C9846;
    font-size:45px;
    text-align: center;

    padding: 0.5%;
}
#loading-points {
    color: #23B4E6;
    font-size: 20px;
}
#wait-message #interstitial-new .content {

}
.howto-animation {
  height: 550px;
  border: 3px solid #647D96;
  border-radius: 3px;
  padding: 2% 5% 6% 5%;
}
.howto-animation li {
    font-size: 25px;
  line-height: 37px;
  color: #325064;
  font-weight: 300;
  display: inline;
  margin-top: 40px;
  text-align: left;

}
.howto-animation ul {
 list-style-type: none;
 }
.howto-animation-icons img {
  width: 90px;
  position: relative;
  display: inline;
  margin: 2% 0;
}
.howto-animation-icons {
  width: 150px;
  margin-top: 0.5%;
}
.howto-animation-text {
  margin-left: 150px;
  width: 75%;
  margin-top: 3%;
}
.howto-animation-row {
  display: inline-flex;
  width: 100%;
  opacity:0
}
#wait-message #interstitial-new .content {
    width: 50%;
    box-shadow: none !important;
}
/* Animation */

div.howto-animation-row {
  width: 100%;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  display: inline-block;
  margin: 2.2%;
}

li:nth-child(2) > div.howto-animation-row {
  animation-delay: 1s;
}

li:nth-child(3) > div.howto-animation-row {
  animation-delay: 2s;
}

li:nth-child(4) > div.howto-animation-row {
  animation-delay: 3s;
}

li:nth-child(5) > div.howto-animation-row {
  animation-delay: 4s;
}

li:nth-child(6) > div.howto-animation-row {
  animation-delay: 5s;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes loadpoints {
  0% { opacity: 0.2; transform: scale(.4); }
  25% { opacity: 0.4; transform: scale(.6); }
  50% { opacity: 0.6; transform: scale(.8); }
  75% { opacity: 0.8; transform: scale(.9);}
  100% { opacity: 1.0; transform: scale(1); }
}
.bullet1,
.bullet2,
.bullet3,
.bullet4,
.bullet5 {
  animation: loadpoints 2s ease infinite;
  animation-timing-function: ease-in-out;
  margin-bottom: 2.5%;
}
.bullet2 {
    animation-delay: 0.2s;
}
.bullet3 {
    animation-delay: 0.4s;
}
.bullet4 {
    animation-delay: 0.6s;
}
.bullet5 {
    animation-delay: 0.8s;
}
#wait-message.modal-dialog {
    height: 100% !important;
    top: 0px !important;
    background: #fff;
}
/* Mobile version */
@media screen and (max-width: 480px) {
    #wait-message.modal-dialog .content {
        width: 96%;
        padding: 2%!important;
    }
    .howto-animation li {
        font-size: 17px;
        line-height: 25px;
    }
    .howto-animation-icons {
        width: 80px;
        display: inline-block;
    }
    .howto-animation-text {
        width: 60%;
        margin-top: 10%;
        font-size: 16px;
    }
    .howto-animation {
        height: 480px;
        border: none;
    }
    #howto-animation-interstitial h1 {
        font-size: 25px;
    }
    .howto-animation {
    padding: 2%;
    }
    .howto-animation-text {
    margin-left: 100px;
    }
    .howto-animation-icons img {
    width: 70px;
    }
}
@media only screen and (max-width: 350px) and (min-width: 300px) {
    .howto-animation-text {
        margin-top: 8%;
    }
    .howto-animation-icons {
        margin-top: 0.2%;
    }
    .howto-animation li {
        line-height: 22px;
    }
    .howto-animation-row {
        margin-top: 1%;
    }
    #howto-animation-holiday .howto-animation-icons,
    #howto-animation-money .howto-animation-icons {
        margin-top: -1%;
    }
}

/* First animation */
#animation-plane {
    display: flex;
    justify-content: center;
}
#plane-animation-header {
    color: #5A3C8C;
    margin-top: 2%;
}
.animation-plane-scene {
  width: 600px;
}
#plane-animation-header {
    color: #5A3C8C;
    font-size:45px;
}
/* wrapper */
.loading-wrapper {
  margin: 2% auto;
  text-align: center;
}

/* General for all the icons */

g {
  //animation-iteration-count: infinite;
  //animation-timing-function: linear;
  //transform-origin: 50% 50%;
 // animation-duration: $baseAnimationDuration;
  //animation-direction: ease-all;
}

/* Plane */
#plane {
  _width: 80px;
  background-color:pink;
  display:block;
  transform-origin: center center;
}
.planeflight {
  -webkit-animation: myflight 2s ease-in-out;
  -moz-animation: myflight 2s ease-in-out;
  -o-animation: myflight 2s ease-in-out;
  animation: myflight 2s ease-in-out;
}
.planeflightback {
  -webkit-animation: myflightback 2s ease-in-out;
  -moz-animation: myflightback 2s ease-in-out;
  -o-animation: myflightback 2s ease-in-out;
  animation: myflightback 2s ease-in-out;
}
@keyframes myflight {
  0% { transform: rotate(-6deg) translate(-100px, 0px) rotate(-6deg); }
  100% { transform: rotate(2.5deg) translate(100px, 25px) rotate(2.5deg) ; }
}

@keyframes myflightback {
  0% {
    transform: rotateY(180deg) rotate(-2.5deg) translate(-100px, 25px) rotate(-2.5deg)
  }
  100% {
    transform: rotateY(180deg) rotate(6deg) translate(100px, 0px) rotate(6deg);
  }
}
/* Red pin */
#red-pin {
  display: block;
}
/* Green pin */
#green-pin {
  display: block;
}
/* Cloud*/
#cloud {
  display: block;
}
@keyframes rain {
  0% { opacity: 0.75; }
  25% { opacity: 1; }
  75% { opacity: 0.50; }
  100% { opacity: 0.10; }
}
.st84,
.st88,
.st85 {
  animation: rain 2s ease infinite;
}
@keyframes rain2 {
  0% { opacity: 0.45; }
  25% { opacity: 0; }
  75% { opacity: 0.45; }
  100% { opacity: 1; }
}
.st93,
.st91,
.st87,
.st89 {
  animation: rain2 2s ease infinite;
}
@keyframes rain3 {
  0% { opacity: 1; }
  25% { opacity: 0.5; }
  75% { opacity: 0; }
  100% { opacity: 0.5; }
}
.st86,
.st81 {
  animation: rain3 2s ease infinite;
}
.st90,
.st85,
.st92 {
  animation: rain4 2s ease infinite;
}
@keyframes rain4 {
  0% { opacity: 0.25; }
  25% { opacity: 1; }
  75% { opacity: 0.75; }
  100% { opacity: 0.5; }
}
/* Sun */
#sun {
  display: block;
}
.st72,
.st15,
.st75,
.st77 {
  animation: sunshine 2s ease infinite;
}
@keyframes sunshine {
  0% { opacity: 1; }
  25% { opacity: 0.5; }
  75% { opacity: 0; }
  100% { opacity: 0.5; }
}
.st73,
.st74,
.st76,
.st78 {
  animation: sunshine2 2s ease infinite;
}
@keyframes sunshine2 {
  0% { opacity: 0; }
  25% { opacity: 0.5; }
  75% { opacity: 1; }
  100% { opacity: 0.5; }
}
.st70,
.st69,
.st66{
  animation: sunshine3 2s ease infinite;
}
@keyframes sunshine3 {
  0% { opacity: 0.50; }
  25% { opacity: 1; }
  75% { opacity: 0.50; }
  100% { opacity: 0; }
}
.st68,
.st65 {
  animation: sunshine4 2s ease infinite;
}
@keyframes sunshine4 {
  0% { opacity: 0.75; }
  15% { opacity: 1; }
  30% { opacity: 0.75; }
  50% { opacity: 0.50; }
  75% { opacity: 0; }
  100% { opacity: 0.5; }
}
/* Sea */
#SVGID_2_ {
  display: block;
}
/* SVG inline style */
.st0{clip-path:url(#SVGID_2_);fill:#282963;}
.st1{clip-path:url(#SVGID_2_);fill:#A29E8D;}
.st2{clip-path:url(#SVGID_2_);}
.st3{fill:#FFFFFF;}
.st4{opacity:0.8;fill:#FFFFFF;}
.st5{opacity:0.6;fill:#FFFFFF;}
.st6{opacity:0.5;fill:#FFFFFF;}
.st7{opacity:0.63;fill:#FFFFFF;}
.st8{opacity:0.9;fill:#FFFFFF;}
.st9{fill:#E2E2E2;}
.st10{fill:#231F20;}
.st11{fill:#335164;}
.st12{clip-path:url(#SVGID_4_);}
.st13{fill:#9DDBF3;}
.st14{display:none;clip-path:url(#SVGID_4_);}
.st15{fill:#F9AE2A;}
.st16{clip-path:url(#SVGID_4_);fill:none;stroke:#335164;stroke-width:6;stroke-miterlimit:10;}
.st17{clip-path:url(#SVGID_4_);fill:#A29E8D;}
.st18{clip-path:url(#SVGID_6_);}
.st19{fill:#5A6F96;}
.st20{clip-path:url(#SVGID_6_);fill:#A29E8D;}
.st21{clip-path:url(#SVGID_8_);}
.st22{clip-path:url(#SVGID_8_);fill:#A29E8D;}
.st23{clip-path:url(#SVGID_10_);}
.st24{fill:none;stroke:#647E96;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;}
.st25{clip-path:url(#SVGID_12_);}
.st26{clip-path:url(#SVGID_14_);}
.st27{clip-path:url(#SVGID_16_);}
.st28{clip-path:url(#SVGID_18_);}
.st29{clip-path:url(#SVGID_20_);}
.st30{clip-path:url(#SVGID_20_);fill:#A29E8D;}
.st31{fill:#EE4B6E;}
.st32{fill:#C31F47;}
.st33{clip-path:url(#SVGID_20_);fill:none;stroke:#335164;stroke-width:6;stroke-miterlimit:10;}
.st34{clip-path:url(#SVGID_22_);}
.st35{clip-path:url(#SVGID_22_);fill:#A29E8D;}
.st36{fill:#4CB754;}
.st37{fill:#1A9748;}
.st38{clip-path:url(#SVGID_24_);}
.st39{clip-path:url(#SVGID_24_);fill:#A29E8D;}
.st40{clip-path:url(#SVGID_24_);fill:none;stroke:#335164;stroke-width:6;stroke-miterlimit:10;}
.st41{clip-path:url(#SVGID_26_);}
.st42{fill:url(#SVGID_27_);}
.st43{clip-path:url(#SVGID_29_);}
.st44{fill:url(#SVGID_30_);}
.st45{clip-path:url(#SVGID_32_);}
.st46{fill:url(#SVGID_33_);}
.st47{fill:#647E96;}
.st48{fill:none;stroke:#9DDBF3;stroke-width:3;stroke-miterlimit:10;}
.st49{fill:none;stroke:#23B2E4;stroke-width:3;stroke-miterlimit:10;}
.st50{fill:none;stroke:#1A9748;stroke-width:3;stroke-miterlimit:10;}
.st51{fill:none;stroke:url(#SVGID_34_);stroke-width:3;stroke-miterlimit:10;}
.st52{fill:none;stroke:url(#SVGID_35_);stroke-width:3;stroke-miterlimit:10;}
.st53{fill:#647C98;}
.st54{fill:#D58628;}
.st55{display:none;opacity:0.1;}
.st56{display:inline;}
.st57{fill:none;stroke:url(#SVGID_36_);stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.st58{fill:none;stroke:url(#SVGID_37_);stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.st59{fill:url(#SVGID_38_);}
.st60{fill:url(#SVGID_39_);}
.st61{fill:#7455A3;}
.st62{fill:#5A3C8C;}
.st63{fill:#18489D;}
.st64{fill:#282963;}
.st65{opacity:0.78;fill:#D48628;}
.st66{fill:#D48628;}
.st67{opacity:0.3;fill:#D48628;}
.st68{opacity:0.71;fill:#D48628;}
.st69{opacity:0.86;fill:#D48628;}
.st70{opacity:0.74;fill:#D48628;}
.st71{opacity:0.47;fill:#D48628;}
.st72{opacity:0.61;fill:#F9AE2A;}
.st73{opacity:0.51;fill:#F9AE2A;}
.st74{opacity:0.67;fill:#F9AE2A;}
.st75{opacity:0.33;fill:#F9AE2A;}
.st76{opacity:0.57;fill:#F9AE2A;}
.st77{opacity:0.17;fill:#F9AE2A;}
.st78{opacity:0.66;fill:#F9AE2A;}
.st79{fill:#23B2E4;}
.st80{opacity:0.9;fill:#23B2E4;}
.st81{opacity:0.6;fill:#23B2E4;}
.st82{opacity:0.8;fill:#23B2E4;}
.st83{opacity:0.3;fill:#23B2E4;}
.st84{opacity:0.75;fill:#23B2E4;}
.st85{opacity:0.82;fill:#23B2E4;}
.st86{opacity:0.67;fill:#23B2E4;}
.st87{opacity:0.22;fill:#23B2E4;}
.st88{opacity:0.71;fill:#23B2E4;}
.st89{opacity:0.53;fill:#23B2E4;}
.st90{opacity:0.26;fill:#23B2E4;}
.st91{opacity:0.16;fill:#23B2E4;}
.st92{opacity:0.29;fill:#23B2E4;}
.st93{opacity:0.47;fill:#23B2E4;}
.st94{display:none;}
.st95{fill:none;stroke:#D22929;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.st96{fill:#D22929;}
.st97{fill:url(#SVGID_40_);}
.st98{fill:url(#SVGID_41_);}
.st99{fill:url(#SVGID_42_);}
.st100{fill:#1C9846;}
.st101{fill:url(#SVGID_43_);}
.st102{fill:url(#SVGID_44_);}
.st103{clip-path:url(#SVGID_46_);}
.st104{clip-path:url(#SVGID_48_);}
.st105{clip-path:url(#SVGID_50_);}
.st106{clip-path:url(#SVGID_52_);}
.st107{clip-path:url(#SVGID_54_);}
.st108{clip-path:url(#SVGID_56_);}
.st109{clip-path:url(#SVGID_56_);fill:#A29E8D;}
.st110{clip-path:url(#SVGID_56_);fill:none;stroke:#335164;stroke-width:6;stroke-miterlimit:10;}
.st111{clip-path:url(#SVGID_58_);}
.st112{clip-path:url(#SVGID_58_);fill:#A29E8D;}
.st113{clip-path:url(#SVGID_60_);}
.st114{clip-path:url(#SVGID_60_);fill:#A29E8D;}
.st115{clip-path:url(#SVGID_60_);fill:none;stroke:#335164;stroke-width:6;stroke-miterlimit:10;}
.st116{fill:#4BB955;}
.st117{display:inline;fill:#4BB955;}
.st118{display:inline;fill:#647C98;}
.st119{display:none;fill:#325064;}
.st120{fill:#1446A0;}
.st121{fill:#232864;}
.st122{fill:#7355A5;}
.st123{fill:#F04B6E;}
.st124{fill:#23B4E6;}
.st125{fill:#1487C3;}
.st126{fill:url(#SVGID_61_);}
.st127{fill:none;stroke:#325064;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;}
.st128{fill:#325064;}
.st129{fill:#647D96;}
.st130{opacity:0.1;fill:#647D96;}
.st131{opacity:0.2;fill:#FAAF2D;}
.st132{opacity:0.3;}
.st133{opacity:0.2;}

/*Mobile version */
@media screen and (max-width: 480px) {
    .animation-plane-scene {
      width: 365px;
    }
}

/* Second animation - the one done in After Effects */
#bodymovin iframe {
    border: none;
    width: 300px;
    height: 300px;
}
#howto-header {
    color: #444444;
    margin-top: 2%;
    font-size:45px;
}
@media screen and (max-width: 480px) {
    #howto-header {
        line-height: 1.1;
        font-size: 35px;
    }
    #bodymovin iframe {
    margin-bottom: 5%;
    }
}


/* Changes fixing bugs */
#no-flights-message.modal-dialog h1,
#no-accommodation-message.modal-dialog h1 {
    display: block;
    font-size: 1.2em;
    color: #1446A0;
    padding: 0.5em;
    font-size: 1.7em!important;
    text-align: center;
    display: block;
}
#no-accommodation-message.modal-dialog h2 {
    font-size: 1.1em;
    padding: 0.5em;
    text-align: center;
}
#error-message .content,
#no-accommodation-message .content {
    background-color: #FFFFFF;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    width: 854px;
    margin: 0 auto;
    padding: 1em 2.5%;
    position: relative;
}
#dialog-message.modal-dialog {
    background-color: #FFFFFF;
    padding-top: 1%;
    text-align: center;
}
#send-quote-dialog.modal-dialog {
    background-color: #FFFFFF;
    /*left: 50%;
    margin-right: -50%;*/
}
#error-message .content h1 {
    display: block;
    font-size: 1.7em;
    color: #1446A0;
    padding: 0.5em;
}
#error-message .content {
    position: relative;
    width: 70em;
    text-align: center;
}
@media screen and (max-width: 480px) {
    #no-flights-message {
        position: fixed;
    }
    #error-message .content,
    #no-accommodation-message .content {
        width: 98%;
    }
    .i1, .i2, i3 {
        margin-top: -7%;
        padding-top: 3%;
        height: 100%;
    }
    #dialog-message.modal-dialog {
    width: 98%;
    margin-left: 0;
    left: 0;
    padding-left: 0;
    padding-top: 5%;
    }
    #wait-message h1 {
        font-size: 34px;
        color: #1c9846;
    }
    #wait-message #interstitial-new .head h1 {
        font-size: 34px;
        color: #1c9846;
    }
    #wait-message #interstitial-new .content {
        width: auto;
        box-shadow: none !important;
    }
    #bodymovin iframe {
        border: none;
        width: 240px;
        height: 240px;
    }
}
