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;
    
    /* Margin bottom by footer height (sticky)  */
    margin-bottom: 80px;
}
.select_versions body
{
    background: #FFFFFF;
}
.backgroundColor body 
{
    background: #FFFFFF; /* Our flat color for background */
}


h1, h2, h3, h4, h5, h6 
{
    font-weight: 300;
    line-height: normal;
}
h1
{
    font-size: 45px;
}
h1.logo 
{
    font-size: 45px;
    padding-top: 10px;
    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: #000;
    text-decoration: none;
}
a:hover 
{
    text-decoration: none;
    color:red;
}
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: 0px 20px;
}
#countdown .countdown_group .countdown_value 
{
    font-size: 60px;
    display: block;
}
#countdown .countdown_group .countdown_help 
{
    font-size: 15px;
    display: block;
}


/*********************************/
/******** Form newsletter ********/
/*********************************/ 


/* Sticky footer */
#footer 
{
    color: #000000;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 100;
    padding-bottom: 20px;
}

/* Footer gradient */


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

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

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

    
    
}