html 
{
  position: relative;
  min-height: 100%;
}
body 
{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #ececec;;
    font-weight: 300;
    font-size: 16px;
    background: #454545;
    
    /* Margin bottom by footer height (sticky)  */
    margin-bottom: 80px;
}
.lista{
    text-align: right;
}
.lista2{
    text-align: center;
}

li{
    font-family: 'Open Sans', sans-serif;
    text-align: start;
    color: #ececec;;
    font-weight: 300;
    font-size: 18px; 
    padding-bottom: 8px;
}

.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;
    background-color: rgba(255, 255, 255, 0.2); 
    top: 10; 
    bottom: 10;

}
h1, h2, h3, h4, h5, h6 
{
    font-weight: 300;
    line-height: normal;
}
h1
{
    font-size: 45px;
}
h1.logo 
{
    font-size: 45px;
    padding-top: 20px;
    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: #fff;
    text-decoration: none;
}
a:hover 
{
    text-decoration: none;
    color: #f0f0f0;
}

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

/* Footer gradient */
.backgroundImage #footer, 
.backgroundSlider #footer,
.backgroundVideo #footer
{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
}

#footer p 
{
    font-size: 15px;
    margin: 0px;
}

#footer a 
{
    color: #ffffff;
    /*text-decoration: underline;*/
}

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

/*********************************/
/*********** About us ************/
/*********************************/
#about_us 
{
	
    display: none;
	background-color: rgba(145, 145, 145, 0.9); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	position: absolute;
    overflow: hidden;
    width: 100%;
    width: 100%;
    min-height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    color: #ffffff;
    text-align: center;
    padding: 50px 5px;
}
#about_us h1 
{
    margin-bottom: 20px;
}
#about_us p 
{
    margin-bottom: 10px;
}

@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;
    }
    
    #footer p 
    {
        font-size: 11px;
    }
    
    #about_us 
    {
        padding: 20px 10px;
    }
    
    #about_us p 
    {
        text-align: left;
    }

    
}