/* 
    Created on : 24/Mar/2014, 17:00:57
    Author     : jareis
*/


/*WEBSITE ERROR HANDLER*/



#error-handlers{
    background-color: #f2f2f2;
    left: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    color:#000;
    font-weight: 400;
}

#error-handlers div{padding: 10px;}
#error-handlers button{
    background: none repeat scroll 0 0 #EF5000;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 12px;
    min-width: 0;
    padding: 6px;
    text-align: center;
    width: 30px;
}
/*TYPO*/
#error-handlers p{margin:0;}
#error-handlers a{ text-decoration: underline }

/*JAVASCRIPT*/
.no-js #error-handlers #loader{ display: none; }
.js #error-handlers .javascript{ display: none; }

/*IE*/
#error-handlers .iexplorer{
    background-color: yellow;
    margin: 0;
    padding: 0;
    text-align: center;
    display: none;
}
.lt-ie9 #error-handlers .iexplorer{display: block !!important;}

/*COOKIE*/
#error-handlers .cookies{background-color: #f2f2f2}


/*END HANDLING WITH ERROR*/

.logo{
    margin-bottom: 2px;
}

h1.slogan{
    font-size: 12px;
    color:#fff;
    margin: 0;
    font-weight: lighter;
}


#languages{
    background-color: rgba(0, 0, 0, 0.5);
    height: 32px;
    line-height: 32px;
    position: absolute;
    text-align: right;
    top: 69px;
    width: 100%;
    z-index: 99;
}

#languages .lang{
    background: transparent url('../images/flags.png') no-repeat 0 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin:0 5px 0 0;
    overflow: hidden;
}

#languages .lang span{
    display: none;
}


#languages .lang.pt{
    background-position: 0 0;
}

#languages .lang.pt:hover{
    background-position: 0 -34px;
}

#languages .lang.pt.active{
    background-position: 0 -67px;
    cursor: pointer;
}

#languages .lang.en{
    background-position: -34px 0;
}

#languages .lang.en:hover{
    background-position: -34px -34px;
}

#languages .lang.en.active{
    background-position: -34px -67px;
    cursor: pointer;
}

#languages .lang.fr{
    background-position: -68px 0;
}

#languages .lang.fr:hover{
    background-position: -68px -34px;
}

#languages .lang.fr.active{
    background-position: -68px -67px;
    cursor: pointer;
}

#languages .lang.cn{
    background-position: -101px 0;
}

#languages .lang.cn:hover{
    background-position: -101px -34px;
}

#languages .lang.cn.active{
    background-position: -101px -67px;
    cursor: pointer;
}

address a{
    color:#fff;
}

#copy{
    margin: 15px 0 0 0;
    font-weight:200;
    color: #6C6C6C;
    font-size: 12px;
}

#copy p{margin: 0;}
#copy a{color:#6C6C6C; text-decoration: underline}
#copy .copyright{ float: left}
#copy .author{ float: right}


@media only screen and (max-width: 959px) and (min-width: 768px){
header .logo {
margin: 10px 0 0 0;
}

}

@media only screen and (max-width: 767px) and (min-width: 480px){
    .logo {margin: 12px 0;}
    #languages {top: 68px;}
}


@media only screen and (max-width: 479px){
    .logo {margin: 12px 0;}
    #languages {top: 58px;}
    div.form textarea, div.form form, div.form input[type="text"], div.form input[type="email"] {
padding: 10px 0px;
width: 250px;
}
}