/*
Theme Name: LangLion
Theme URI: 
LANGLION
Author: Mariusz Wójcik
Author URI: http://primeon.pl
Description: LangLion www
Version: 1.0
*/
html{
    height: 100%;
}
body{
    background: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body .bg{
    opacity: 0;

    -moz-transition: opacity .9s ease-in;
    /* WebKit */
    -webkit-transition: opacity .9s ease-in;
    /* Opera */
    -o-transition: opacity .9s ease-in;
    /* Standard */
    transition: opacity .9s ease-in;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: -1;
    opacity: 1;
    background: #fff url(images/bg2.png) no-repeat fixed 100% 100% ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
body,h1,h2,h3,h4,h5,h6{
    font-family: 'Open Sans', sans-serif;
    color: #3d3d45;
    height: 100%;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0px;
}
h2{
    font-size: 26px;
}
h3{
    font-size: 21px;
}
a{
    -moz-transition: all .3s ease-in;
    /* WebKit */
    -webkit-transition: all .3s ease-in;
    /* Opera */
    -o-transition: all .3s ease-in;
    /* Standard */
    transition: all .3s ease-in;
}
.center{
    text-align: center;
}
.mailing-logo{
    margin-top: 50px;
    margin-bottom: 20px;
}
.mailing-text{
    text-align: center;
    color: #fff;
    font-size: 21px;
    margin: 20px 0px;

}
.mailing-list ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.mailing-list ul li{
    margin: 0px 0px 1px 0px;
    padding: 0px;

}
.mailing-list ul li a{
    color: #eee;
    display: block;
    background-color: #666;
    padding: 10px;
    text-decoration: none;
}
.mailing-list ul li a:hover{
    background-color: #999;
    color: #fff;
}