/*
Author: Clarice Armotrading - www.dryink.co.uk
Project: Erna Corbetta - http://www.ernacorbetta.it/
Date: November 2013
Credit: Clarice Armotrading - www.dryink.co.uk
Programmer: Matteo 'the Guru' Benetti
*/


/*************************************************** Layout Divs ***************************************************/
body{
    height:100% !important;
}

#main-wrapper
{
    width: 100%;
    margin: 0px auto;
    height: 100% !important;
    height: 100%;
}


#content-area
{
    width: 100%;
    min-height: 100%;
    height: 100% !important;
    /*height: 100%;*/
    padding-top: 0px;
    padding-bottom: 90px;
    display: block;
}

@media only screen and (max-device-width: 550px) {

    #content-area
    {
        padding-bottom: 80px;
    }
}

/*************************************************** enter ***************************************************/

.bar
{
    clear: both;
    margin-top: 330px;
    display: block;
    font-size: 0.3em;
    height: 100px;
    width: 100%;
    float: right;
    background: #fff;
    filter:alpha(opacity=80); /*IE*/
    -moz-opacity:0.8; /*old school versions of the Mozilla browsers like Netscape Navigator.*/
    -khtml-opacity: 0.8; /*This is for way old versions of Safari (1.x)*/
    opacity: 0.8; /*Firefox, Safari, and Opera*/
}

@media only screen and (max-device-width: 550px) {

    .bar
    {
        margin-top: 80px;
    }
}

@media only screen and (max-device-width: 450px) {
    .bar
    {
        margin-top: 80px;
    }
}

.bar p
{
    width: 100%;
    display: block;
    color: #9e9e9e;
    float: right;
    margin-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    line-height: 15px;
    text-transform: uppercase;
}

.bar p #corbetta-chinese-link
{
    font-family: Arial, Helvetica, sans-serif;
}

.erna
{
    font-size: 2em !important;
    color:#197246 !important;
}

.bar .line 
{
    display: block;
    height: 1px;
    width: 100%;
    background: #9e9e9e;
    margin-top: 40px;
    margin-bottom: 10px;
}

