a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

li, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: .35em .75em .625em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden], template {
    display: none;
}

body {
    font-family: Exo,Arial,Helvetica,sans-serif;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: #fff 0 1px 1px;
    text-stroke: .45px;
}

.text-container {
    width: 600px;
    margin: auto;
    position: absolute;
    /*top: -360px;*/
    bottom: 550px;
    left: 0;
    right: 0;
    height: 200px;
    display: table;
}

@media(max-width:768px) {
    .text-container {
        width: 100%;
        top: -219px;
    }
}

.text-container .inner-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 60px;
}

    .text-container .inner-container h1 {
        font-size: 60px;
        text-transform: uppercase;
        font-weight: 900;
        margin-bottom: 5px;
        font-family: Exo,Arial,Helvetica,sans-serif;
        -webkit-transition: all 2s cubic-bezier(1,.41,.35,1.69) 2s;
        -o-transition: all 2s cubic-bezier(1,.41,.35,1.69) 2s;
        -moz-transition: all 2s cubic-bezier(1,.41,.35,1.69) 2s;
        transition: all 2s cubic-bezier(1,.41,.35,1.69) 2s;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        bottom: -50px;
        position: relative;
        display: none;
    }

@media(max-width:768px) {
    .text-container .inner-container h1 {
        font-size: 48px;
    }
}

.text-container .inner-container p {
    font-size: 14px;
    color: #000000;
    font-family: Exo,Arial,Helvetica,sans-serif;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 2s cubic-bezier(1,.41,.35,1.69) 2s;
    -o-transition: all 2s cubic-bezier(1,.41,.35,1.69) 2s;
    -moz-transition: all 2s cubic-bezier(1,.41,.35,1.69) 2s;
    transition: all 2s cubic-bezier(1,.41,.35,1.69) 2s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    bottom: -100px;
    display: none;
    position: relative;
}

@media(max-width:768px) {
    .text-container .inner-container p {
        font-size: 18px;
    }
}

.city-bg {
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    bottom: -500px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    transition: all 1.2s linear;
}

    .city-bg .city {
        position: relative;
        background-image: url(../img/city-bg.svg);
        background-position: 0 100%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 250px;
        -webkit-animation: city-animate 100s 2s linear infinite;
        -moz-animation: city-animate 100s 2s linear infinite;
        -o-animation: city-animate 100s 2s linear infinite;
        animation: city-animate 100s 2s linear infinite;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        opacity: .4;
    }

.famous-places {
    position: absolute;
    width: 100%;
    height: 336px;
    left: 0;
    bottom: 0;
}

    .famous-places:after {
        content: "";
        display: table;
        clear: both;
    }

    .famous-places .places {
        position: relative;
        width: 1100px;
        margin: 0 20px;
        height: 100%;
        margin: 0 auto;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

        .famous-places .places:after {
            content: "";
            display: table;
            clear: both;
        }

@media(max-width:1024px) {
    .famous-places .places {
        width: 92%;
    }
}

@media(max-width:768px) {
    .famous-places .places {
        width: 96%;
    }
}

.famous-places .places li {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

    .famous-places .places li img {
        position: absolute;
        display: block;
        bottom: -500px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
    }

.roue-de-paris {
    position: absolute;
    width: 200px;
    height: 200px;
    left: -50px;
    bottom: -500px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    -o-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    -moz-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    transition: all 3s cubic-bezier(1,.41,.35,1.69);
}

@media(max-width:550px) {
    .roue-de-paris {
        height: 100px;
    }
}

.wheel img {
    height: 262px;
    left: 6px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-animation: wheel-rotation 40s infinite linear;
    -moz-animation: wheel-rotation 40s infinite linear;
    -o-animation: wheel-rotation 40s infinite linear;
    animation: wheel-rotation 40s infinite linear;
}

@media(max-width:550px) {
    .wheel img {
        height: 140px;
        left: 12px;
    }
}

.stand img {
    height: 150px;
    left: 55px;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

@media(max-width:550px) {
    .stand img {
        height: 80px;
    }
}

.burj-khalifa img {
    height: 480px;
    left: 120px;
    z-index: 1;
    bottom: -500px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    -o-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    -moz-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    transition: all 3s cubic-bezier(1,.41,.35,1.69);
}

@media(max-width:550px) {
    .burj-khalifa img {
        height: 200px;
    }
}

.paris-gate img {
    height: 200px;
    right: 100px;
    -webkit-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    -o-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    -moz-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    transition: all 3s cubic-bezier(1,.41,.35,1.69);
}

@media(max-width:550px) {
    .paris-gate img {
        height: 100px;
        right: 40px;
    }
}

.statue-of-liberty img {
    height: 460px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    -o-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    -moz-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    transition: all 3s cubic-bezier(1,.41,.35,1.69);
}

@media(max-width:550px) {
    .statue-of-liberty img {
        height: 220px;
    }
}

.tajmahal img {
    height: 176px;
    left: 174px;
    -webkit-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    -o-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    -moz-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    transition: all 3s cubic-bezier(1,.41,.35,1.69);
}

@media(max-width:550px) {
    .tajmahal img {
        display: none !important;
    }
}

.nether-land {
    position: absolute;
    width: 160px;
    height: 300px;
    right: 280px;
    z-index: 2;
    bottom: -500px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    -o-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    -moz-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    transition: all 3s cubic-bezier(1,.41,.35,1.69);
}

@media(max-width:550px) {
    .nether-land {
        right: 40px;
        height: 100px;
    }
}

.fan img {
    height: 160px;
    z-index: 2;
    bottom: 30px !important;
    right: 16px;
    -webkit-animation: wheel-rotation 70s infinite linear;
    -moz-animation: wheel-rotation 70s infinite linear;
    -o-animation: wheel-rotation 70s infinite linear;
    animation: wheel-rotation 70s infinite linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

@media(max-width:550px) {
    .fan img {
        height: 80px;
        right: 90px;
        top: 0;
    }
}

.land img {
    height: 160px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

@media(max-width:550px) {
    .land img {
        height: 80px;
    }
}

.eiffel-tower img {
    height: 400px;
    right: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    -o-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    -moz-transition: all 3s cubic-bezier(1,.41,.35,1.69);
    transition: all 3s cubic-bezier(1,.41,.35,1.69);
}

@media(max-width:550px) {
    .eiffel-tower img {
        height: 150px;
    }
}

.ballons {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

    .ballons .ballon-1 img {
        height: 70px;
        top: 2000px;
        left: 200px;
        -webkit-animation: ballon-one 20s 8s cubic-bezier(.49,0,.53,1) infinite alternate,ballon-swing 40s 5s cubic-bezier(.49,0,.53,1) infinite alternate;
        -moz-animation: ballon-one 20s 8s cubic-bezier(.49,0,.53,1) infinite alternate,ballon-swing 40s 5s cubic-bezier(.49,0,.53,1) infinite alternate;
        -o-animation: ballon-one 20s 8s cubic-bezier(.49,0,.53,1) infinite alternate,ballon-swing 40s 5s cubic-bezier(.49,0,.53,1) infinite alternate;
        -webkit-animation: ballon-one 20s 8s cubic-bezier(.49,0,.53,1) infinite alternate,ballon-swing 40s 5s cubic-bezier(.49,0,.53,1) infinite alternate;
        animation: ballon-one 20s 8s cubic-bezier(.49,0,.53,1) infinite alternate,ballon-swing 40s 5s cubic-bezier(.49,0,.53,1) infinite alternate;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .ballons .ballon-1 img, .ballons .ballon-2 img {
        position: absolute;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -webkit-transition-duration: 2s;
        -moz-transition-duration: 2s;
        -o-transition-duration: 2s;
        transition-duration: 2s;
    }

    .ballons .ballon-2 img {
        height: 100px;
        top: 0;
        right: 200px;
        top: 2500px;
        -webkit-animation: ballon-one 20s 18s cubic-bezier(.49,0,.53,1) infinite alternate,ballon-swing 30s 10s cubic-bezier(.49,0,.53,1) infinite alternate;
        -moz-animation: ballon-one 20s 18s cubic-bezier(.49,0,.53,1) infinite alternate,ballon-swing 30s 10s cubic-bezier(.49,0,.53,1) infinite alternate;
        -o-animation: ballon-one 20s 18s cubic-bezier(.49,0,.53,1) infinite alternate,ballon-swing 30s 10s cubic-bezier(.49,0,.53,1) infinite alternate;
        -webkit-animation: ballon-one 20s 18s cubic-bezier(.49,0,.53,1) infinite alternate,ballon-swing 30s 10s cubic-bezier(.49,0,.53,1) infinite alternate;
        animation: ballon-one 20s 18s cubic-bezier(.49,0,.53,1) infinite alternate,ballon-swing 30s 10s cubic-bezier(.49,0,.53,1) infinite alternate;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

#loader {
    width: 100vw;
    height: 100vh;
    background-color: #f6f6f6;
    position: fixed;
    z-index: 999;
}

#preloader {
    position: relative;
    width: 80px;
    height: 80px;
    top: 45%;
    margin: 0 auto;
}

.loader__figure {
    height: 0;
    width: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(.215,.61,.355,1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(.215,.61,.355,1);
    -o-animation: loader-figure 1.15s infinite cubic-bezier(.215,.61,.355,1);
    animation: loader-figure 1.15s infinite cubic-bezier(.215,.61,.355,1);
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #000;
    }

    29% {
        background-color: #000;
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
    }

    to {
        height: 2em;
        width: 2em;
        border-width: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        background-color: transparent;
    }
}

.header {
    width: 100%;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    top: -500px;
    -webkit-transition: all 2s cubic-bezier(1,.41,.35,1.1);
    -o-transition: all 2s cubic-bezier(1,.41,.35,1.1);
    -moz-transition: all 2s cubic-bezier(1,.41,.35,1.1);
    transition: all 2s cubic-bezier(1,.41,.35,1.1);
}

    .header:after {
        content: "";
        display: table;
        clear: both;
    }

    .header .header-inner {
        padding: 24px 60px;
    }

        .header .header-inner:after {
            content: "";
            display: table;
            clear: both;
        }

@media(max-width:768px) {
    .header .header-inner {
        padding: 30px 0;
    }
}

.logo {
    width: 200px;
    float: left;
}

@media(max-width:768px) {
    .logo {
        padding-left: 20px;
    }
}

.logo img {
    max-width: 100%;
    height: auto;
}

nav {
    height: 200px;
    padding: 0;
    position: absolute;
    width: 100%;
    background:#efefef;
    background-size: cover;
    -webkit-transform: translate3d(0,-100%,0);
    -moz-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    left: 0;
    right: 0;
    display: table;
    margin: 0;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    overflow: hidden;
    z-index: 6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s cubic-bezier(1,.41,.35,1.1);
    -o-transition: all .6s cubic-bezier(1,.41,.35,1.1);
    -moz-transition: all .6s cubic-bezier(1,.41,.35,1.1);
    transition: all .6s cubic-bezier(1,.41,.35,1.1);

}

    nav:after {
        content: "";
        display: table;
        clear: both;
    }

.header button {
    position: absolute;
    padding: 40px 30px;
    right: 0;
    top: -20px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    border: 0;
    z-index: 10;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media(max-width:768px) {
    .header button {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        top: -15px;
        right: -10px;
    }
}

.header button span {
    display: block;
    height: 5px;
    width: 40px;
    background-color: #000;
    position: absolute;
    top: 45px;
}

.header button .line-2 {
    margin-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header button .line-3 {
    margin-top: 20px;
    width: 24px;
}

.header button .line-1, .header button .line-3 {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.open button {
    background-color: transparent;
}

    .open button .line-2 {
        background: transparent;
    }

    .open button .line-1 {
        top: 48px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .open button .line-3 {
        top: 30px;
        width: 40px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.open nav {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    height: 100vh;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    visibility: visible;
}

.nav-content {
    
    vertical-align: middle;
}

.about, .nav-content {
    position: relative;
    text-align: left;
    margin: 0 auto;
}

.about {
    z-index: 10;
    max-width: 800px;
    margin-top: 50px;
}

@media(max-width:768px) {
    .about {
        padding: 0 60px;
    }
}

@media(max-width:550px) {
    .about {
        max-width: 100%;
    }
}

.about h1 {
    font-size: 60px;
    letter-spacing: -1px;
    margin-bottom: 30px;
    line-height: 1;
}

@media(max-width:768px) {
    .about h1 {
        font-size: 48px;
    }
}

@media(max-width:550px) {
    .about h1 {
        font-size: 36px;
    }
}

.about p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    
}

@media(max-width:768px) {
    .about p {
        font-size: 14px;
    }
}

.social-media {
    position: relative;
    z-index: 10;
    margin-top: -4px;
}

    /*.social-media:before {
        width: 60px;
        height: 6px;
        position: absolute;
        top: -60px;
        left: 0;
        right: 0;
        margin: 0 auto;
        content: "";
        background: #000;
    }*/

    .social-media li {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin-right: 8px;
    }

        .social-media li a img {
            width: 30px;
            height: 30px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            opacity: .8;
        }

            .social-media li a img:hover {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                opacity: 1;
            }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: Exo,Arial,Helvetica,sans-serif;
    font-weight: 900;
    color: #000;
}

@-webkit-keyframes city-animate {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-moz-keyframes city-animate {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-o-keyframes city-animate {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@keyframes city-animate {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

@-webkit-keyframes ballon-swing {
    25% {
        -webkit-transform: translate(-2px,-150px) rotate(0deg);
        transform: translate(-2px,-150px) rotate(0deg);
    }

    50% {
        -webkit-transform: translate(-10px,-100px) rotate(3deg);
        transform: translate(-10px,-100px) rotate(3deg);
    }

    75% {
        -webkit-transform: translate(-20px,-50px) rotate(6deg);
        transform: translate(-20px,-50px) rotate(6deg);
    }

    to {
        -webkit-transform: translateY(-5px) rotate(3deg);
        transform: translateY(-5px) rotate(3deg);
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-transition: scale 2s;
        -o-transition: scale 2s;
        -moz-transition: scale 2s;
        transition: scale 2s;
    }
}

@-moz-keyframes ballon-swing {
    25% {
        -moz-transform: translate(-2px,-150px) rotate(0deg);
        transform: translate(-2px,-150px) rotate(0deg);
    }

    50% {
        -moz-transform: translate(-10px,-100px) rotate(3deg);
        transform: translate(-10px,-100px) rotate(3deg);
    }

    75% {
        -moz-transform: translate(-20px,-50px) rotate(6deg);
        transform: translate(-20px,-50px) rotate(6deg);
    }

    to {
        -moz-transform: translateY(-5px) rotate(3deg);
        transform: translateY(-5px) rotate(3deg);
        -moz-transform: scale(2);
        transform: scale(2);
        -webkit-transition: scale 2s;
        -o-transition: scale 2s;
        -moz-transition: scale 2s;
        transition: scale 2s;
    }
}

@-o-keyframes ballon-swing {
    25% {
        -o-transform: translate(-2px,-150px) rotate(0deg);
        transform: translate(-2px,-150px) rotate(0deg);
    }

    50% {
        -o-transform: translate(-10px,-100px) rotate(3deg);
        transform: translate(-10px,-100px) rotate(3deg);
    }

    75% {
        -o-transform: translate(-20px,-50px) rotate(6deg);
        transform: translate(-20px,-50px) rotate(6deg);
    }

    to {
        -o-transform: translateY(-5px) rotate(3deg);
        transform: translateY(-5px) rotate(3deg);
        -o-transform: scale(2);
        transform: scale(2);
        -webkit-transition: scale 2s;
        -o-transition: scale 2s;
        -moz-transition: scale 2s;
        transition: scale 2s;
    }
}

@keyframes ballon-swing {
    25% {
        -webkit-transform: translate(-2px,-150px) rotate(0deg);
        -moz-transform: translate(-2px,-150px) rotate(0deg);
        -o-transform: translate(-2px,-150px) rotate(0deg);
        transform: translate(-2px,-150px) rotate(0deg);
    }

    50% {
        -webkit-transform: translate(-10px,-100px) rotate(3deg);
        -moz-transform: translate(-10px,-100px) rotate(3deg);
        -o-transform: translate(-10px,-100px) rotate(3deg);
        transform: translate(-10px,-100px) rotate(3deg);
    }

    75% {
        -webkit-transform: translate(-20px,-50px) rotate(6deg);
        -moz-transform: translate(-20px,-50px) rotate(6deg);
        -o-transform: translate(-20px,-50px) rotate(6deg);
        transform: translate(-20px,-50px) rotate(6deg);
    }

    to {
        -webkit-transform: translateY(-5px) rotate(3deg);
        -moz-transform: translateY(-5px) rotate(3deg);
        -o-transform: translateY(-5px) rotate(3deg);
        transform: translateY(-5px) rotate(3deg);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        -webkit-transition: scale 2s;
        -o-transition: scale 2s;
        -moz-transition: scale 2s;
        transition: scale 2s;
    }
}

@-webkit-keyframes wheel-rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.submitbox {
    padding: 33px;
    margin-top: 236px;
    padding-top: 10px;
}
.submitbox input {
    padding: 6px 0px 6px 6px;
    width: 63%;
    outline: none;
    height: 47px;
    border-radius: 4px 0px 0px 4px;
    border: none;
        background: gainsboro;
}

.submitbox button, html input[type=button], input[type=reset], input[type=submit]{position:relative; bottom:1px;}
.copyright .social-media{    margin-top: 4px;}
.copyright .social-media ul{margin-bottom:0;}
.copyright .social-media p{float:left;}
.copyright .social-media li a img{width: 20px;height: 20px;}
.copyright .social-media li{width: 20px;height: 20px; margin-right: 0;}
.social-media .followustext{font-size: 14px; color: #fff; margin-left: 52px; margin-top: 0; font-weight:normal;}

.submitbox button {
    border-radius: 0;
    margin-left: -5px;
    background: #e85122;
    border: #e85122;
    width: 100%;
    height: 48px;
    margin-bottom: 2px;
    width: 35%;
    letter-spacing: 1px;
    border-radius: 0px 4px 4px 0px;
    border: none;
    color:#fff;
}

.notifed-container {
    width: 465px;
    margin: auto;
    position: absolute;
    bottom: 475px;
    left: 0;
    right: 0;
    height: 200px;
    display: table;
}
.submitbox button:hover {
    background: #38519d;
    cursor:pointer;
    color: #fff;
    outline:none;
}
.submitbox .btn.focus, .btn:focus, .btn:hover{
    color: #fff !important;
    text-decoration: none;
    outline: none !important;
}


.submitbtng{
    width: 36% !important;
    margin-left: -4px !important;
    background: #f05823 !important;
    color: #fff !important;
    border-radius: 0px 4px 4px 0px !important;
}
.submitbtng:hover{
    background:#38519d !important;
}


.cloud{    
    float: right;
    margin-right: 100px;
    position: relative;
    top: -82px;
    left: 10px;
    animation: bounce 1s infinite alternate;
   -webkit-animation: bounce 1s infinite alternate;
}


.accordion-container{
  position: relative;
  max-width: 800px;
  height: auto;
  margin: 10px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  /*background-color: #efefef;*/
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  text-align:center;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  text-shadow:none;
  font-size:22px;
  text-decoration: none !important;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
   /*background-color: #efefef;*/
    border-bottom: 2px solid #f05823;
    padding-bottom: 3px;
    font-weight: bold;
    color: #38519d;
    width: 200px;
    margin: 0 auto;

}

.set a:focus, a:hover{color:#38519d !important;}

.set a:focus, a:hover{text-decoration:none;}

.content{
  /*background-color: #efefef;*/
  border-bottom: 1px solid #ddd;
  display:none;
  text-align:justify;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

.social-media{text-align:center;}

.social-media p{   
    margin-bottom: 4px;
    font-weight: bold;}



.copyright {
    bottom: 0;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    margin: 0 auto;
    text-shadow: none;
    background: rgba(128, 128, 128, 0.75);
    padding: 1px 0px 0px 326px;
    width: 100%;

}
.copyright p {
    margin: 3px 0 0;
        text-align: center;
}
.knowmorebtn{float:right;}


@keyframes cloud {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px)  {
    .notifed-container{width: 370px;     top: -237px;}
    .eiffel-tower img{right: 0;}
    .statue-of-liberty img{height: 360px;}
    .burj-khalifa img{height: 360px;}
    .eiffel-tower img{height: 350px;}
    .cloud{display:none;}
    .inner-container h1 span{font-size:30px;}
    .copyright{display:none;}
    .text-container .inner-container p { font-size: 12px;}
    .statue-of-liberty{display:none;}
    .text-container{bottom: 100px;}
    .notifed-container{bottom: 202px;}
    .submitbox{margin-top: 345px;}
}

@media only screen and (min-width: 769px) and (max-width: 1299px){
    .eiffel-tower img{  right: 0;}
    .burj-khalifa img{height: 400px;}
    .statue-of-liberty img{height: 400px;}
    .famous-places .places{width: 730px;}
    .copyright{margin-left: -5px;}
    .text-container .inner-container h1{font-size: 40px;}
    .text-container .inner-container p{    font-size: 13px;}
}

@media only screen and (min-width: 1300px) and (max-width: 1600px){
    .burj-khalifa img{height: 400px;}
    .statue-of-liberty img{height: 400px;}
    .text-container{bottom: 400px;}
    .notifed-container{bottom: 325px;}
}

@media only screen and (min-width: 770px) and (max-width: 1250px){
    .copyright .social-media{margin-left: -61px}
}

@media only screen and (min-width: 1100px) and (max-width: 1800px){
    .copyright .social-media{margin-left:-100px;}
    .social-media .followustext{margin-left:65px;}
}

@media only screen and (min-width: 1200px) and (max-width: 1300px){

    .notifed-container{bottom: 335px;}
    .text-container{bottom: 415px;}
}

@media screen and (max-width: 2500px) { .mb100{width:100%;}}
.alert{color:#f05823 !important}