html 
{
  position: relative;
  min-height: 100%;
}
body 
{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    background: #454545;
    
    /* Margin bottom by footer height (sticky)  */
    margin-bottom: 80px;
}
.select_versions body
{
    background: #ffd400;
}
.backgroundColor body 
{
    background-image: url('../fondo.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    /* Our flat color for background */
}
.backgroundVideo body
{
    background: #000;
}
.backgroundImage body 
{
    /* Full background image */
    background: url('../images/bg1.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6 
{
    font-weight: 300;
    line-height: normal;
}
h1
{
    font-size: 45px;
}
h1.logo 
{
    font-size: 80px;
    padding-top: 100px;
    font-family: 'Lato', sans-serif;
}
h2.logo 
{
    font-family: 'Lemon', cursive;
}
h2
{
    font-size: 20px;
}
h3.logo 
{
    font-family: 'Lemon', cursive;
}
h3
{
    font-size: 17px;
}
a 
{
    color: #fff;
    text-decoration: none;
}
a:hover 
{
    text-decoration: none;
    color: #f0f0f0;
}
a, button
{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*********************************/
/*********** Countdown ***********/
/*********************************/ 
#countdown 
{
    
}
#countdown .countdown_group
{
    display: inline-block;
    padding: 10px 20px;
    border: .5px solid #ffd400;
    border-radius: 4px;
    margin: 0 5px;
    /* background-color: black; */
}
#countdown .countdown_group .countdown_value 
{
    font-size: 80px;
    display: block;
}
#countdown .countdown_group .countdown_help 
{
    font-size: 16px;
    display: block;
}

.slide.clearfix > h2{
    margin-top: 0;
    margin-bottom: 30px;
}

.slide.cycle-slide
{
    width: 100%;
}

/*********************************/
/************ @media *************/
/*********************************/

@media (max-width:767px)
{
    h1.logo 
    {
        padding-top: 10px;
        font-size: 25px;
    }

    #countdown .countdown_group
    {
        padding: 0px 10px;
    }
    
    #countdown .countdown_group .countdown_value 
    {
        font-size: 30px;
    }    
}