/*
Minified version for demo purposes.
*/
html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: #000000;
    font-weight: 300;
    font-size: 14px;
    background: #454545;
}

.backgroundColor body {
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: normal;
}
h1 {
    font-size: 45px;
}
h1.logo {
    font-size: 45px;
    padding-top: 100px;
    font-family: Lemon, cursive;
}
h2.logo {
    font-family: Lemon, cursive;
}
h2 {
    font-size: 20px;
}
h3.logo {
    font-family: Lemon, cursive;
}
h3 {
    font-size: 17px;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a,

#countdown .countdown_group {
    display: inline-block;
    padding: 0 20px;
}
#countdown .countdown_group .countdown_value {
    font-size: 60px;
    display: block;
}
#countdown .countdown_group .countdown_help {
    font-size: 15px;
    display: block;
}

#footer {
    color: #fff;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 100;
    padding-bottom: 80px;
}
.backgroundImage #footer,
.backgroundSlider #footer,

#footer p {
    font-size: 15px;
    margin: 0;
}
#footer a {
    color: #000000;
}
.slide.cycle-slide {
    width: 100%;
}

.YTPOverlay.raster {
    background: #000;
    opacity: 0.2;
}
.version_theme {
    margin-bottom: 20px;
}
.version_theme a {
    display: block;
}
.version_theme a img {
    max-width: 100%;
}
.version_theme a h2 {
    margin-bottom: 20px;
}
/*.section {
    padding: 200px 0;
}*/
#contact {
    margin: 10px 0;
}
#contact a:first-child {
    margin-right: 20px;
}
@media (max-width: 991px) {
    
}
@media (max-width: 767px) {
    h1.logo {
        padding-top: 10px;
        font-size: 25px;
    }
    #countdown .countdown_group {
        padding: 0 10px;
    }
    #countdown .countdown_group .countdown_value {
        font-size: 30px;
    }
    #footer p {
        font-size: 11px;
    }
}
