.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
    40% {
        transform: translateY(-100px);
        animation-timing-function: ease-in;
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
body {
    overflow-x: hidden;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    color: white;
}
.container {
    max-width: 960px;
}
.text-muted {
    color: #fff;
}
.text-primary {
    color: red;
}
.bg-dark {
    background: black;
}
p {
    font-size: 14px;
    line-height: 1.75;
}
p.large {
    font-size: 16px;
}
a,
a.active,
a:active,
a:focus,
a:hover {
    outline: 0;
}
a {
    color: #8a9e9d;
}
a.active,
a:active,
a:focus,
a:hover {
    color: #f33;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}
.h1,
h1 {
    font-size: 85px;
}
.h2,
h2 {
    font-size: 35px;
}
.h3,
h3 {
    font-size: 27px;
}
.h4,
h4 {
    font-size: 22px;
}
.h5,
h5 {
    font-size: 14px;
}
.h6,
h6 {
    font-size: 12px;
}
@media (max-width: 420px) {
    h1 {
        font-size: 35px;
    }
}
.separator {
    width: 128px;
    border-color: red;
    border-width: 4px;
    clear: both;
    display: block;
    position: relative;
}
.img-centered {
    margin: 0 auto;
}
header {
    padding-bottom: 54%;
    background-size: 100% auto;
    text-align: center;
    color: #fff;
}
header .container {
    position: relative;
}
header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}
header .intro-text .intro-heading {
    font-family: Cuprum, sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}
.dh-logo {
    display: block;
    position: absolute;
    -webkit-transform: translateZ(0);
    top: 10px;
    left: 50%;
    width: 50%;
    z-index: -50;
}
.dh-logo img {
    position: relative;
    left: -50%;
    z-index: -50;
}
.ball2 {
    display: block;
    position: absolute;
    top: 1px;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 0;
}
.ball2 img {
    position: relative;
    width: 1.6%;
    height: 3%;
    left: 58.7%;
    top: 56%;
    z-index: 10;
}
.plan-02 {
    background-color: transparent;
    background-image: url(../img/2plan.jpg);
    background-size: 100% auto;
    background-position: center 0;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding-bottom: 54%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -100;
}
.ball {
    position: relative;
    top: 50%;
    left: 70%;
    z-index: -100;
}
.plan-01 {
    overflow: hidden;
    position: relative;
    background-color: transparent;
    background-image: url(../img/1plan.png);
    background-size: 100% auto;
    background-position: center 0;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding-bottom: 54%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -10;
}
#header-image {
    max-width: 100%;
    height: auto;
    bottom: 300px;
    left: 0;
}
.falka {
    background-color: transparent;
    background-image: url(../img/front.svg);
    background-size: 100% auto;
    background-position: center bottom;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding-bottom: 54%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 100;
}
@media (max-width: 420px) {
    .big-text {
        font-size: 60px;
    }
}
@media (min-width: 1200px) {
    .dh-logo {
        width: 70%;
    }
}
@media (min-width: 1400px) {
    .dh-logo {
        width: 80%;
    }
}
@media (min-width: 1920px) {
    .dh-logo {
        width: 100%;
    }
}
section {
    padding: 30px 0;
}
section .section-heading {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: red;
}
section h2.section-subheading {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: red;
    margin-top: 10px;
    margin-bottom: 0;
}
section .heading-top {
    margin-top: 20px;
    margin-bottom: 0;
}
section .heading-bottom {
    margin-top: 0;
    margin-bottom: 20px;
}
.link img {
    max-width: 100px;
}
@media (min-width: 768px) {
    section {
        padding: 30px 0;
    }
}
#press {
    background: Black;
    z-index: 1000;
}
#video {
    z-index: 1000;
}
.store-links {
    line-height: 40px;
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 150;
}
@media (min-width: 768px) {
    .store-links {
        margin: 0 auto;
        position: relative;
        top: -100px;
        left: 0;
        right: 0;
    }
}
@media (min-width: 1024px) {
    .store-links {
        top: -200px;
    }
}
@media (min-width: 1280px) {
    .store-links {
        top: -300px;
    }
}
@media (min-width: 1800px) {
    .store-links {
        top: -400px;
    }
}
.social-links {
    line-height: 40px;
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 150;
}
.social-links img {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
}
.header-links {
    background-color: #040001;
}
@media (min-width: 768px) {
    .header-links {
        height: 0;
        padding: 0;
    }
    .social-links {
        position: absolute;
        top: 30px;
        right: 30px;
    }
}
#features {
    background-color: #black;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    background-size: 2560px 473px;
}

footer {
    background-image: url(../img/footer.jpg);
    background-color: #0f2b3d;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    background-size: 2560px 780px;
    min-height: 780px;
    height: 100%;
    position: relative;
    text-align: center;
    color: #fff;
}
footer a {
    color: grey;
}
footer .uah {
    line-height: 40px;
    margin: 0 auto;
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
}
footer .footer-links {
    line-height: 40px;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;

}

.footer-links a{
display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
}

footer .copyright {
    line-height: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
}
footer .date {
    margin-top: 20px;
    margin-bottom: 40px;
}
.download {
    margin-top: 20px;
}
.light-l {
    display: block;
    position: relative;
    top: 10px;
    left: 0;
}
.light-l img {
    z-index: 10;
}
@media (min-width: 1200px) {
    footer {
        padding-top: 254px;
    }
}
@media (max-width: 1199px) {
    footer {
        padding-bottom: 400px;
    }
}
::-moz-selection {
    text-shadow: none;
    background: #1ba698;
}
::selection {
    text-shadow: none;
    background: #1ba698;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: #900;
}


.yt-frame{
	border-radius: 2em;
}



.logo-footer{
	width: 100px;
	top: 50%;
}



div.mce_inline_error {
    color: red;
}
