@import url(http://fonts.googleapis.com/css?family=Titillium+Web:300,400,600);

* { margin:0; padding:0;}

html, body {
    height: 100%;
}
body {
    color: #FFF !important;
    font-family: 'Titillium Web', sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    background: url(../layouts/swt/background.jpg) no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1 {
    font-size: 50px;
    letter-spacing: 2px;
}
h2 {
    height: 50px;
    padding-left: 80px;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
}
p {
    font-size: 1.3em;
    text-align: justify;
}
table td {
    padding: 0 !important;
}
iframe {
    border: 0px none !important;
}
.wrapper {
    display: table;
    margin: 0 auto;
    width: 1000px;
    min-height: 100%;
    /*height: auto !important;*/
    height: 100%;
}
.row { display: table-row;}
.row.spacer:after {
    content:'';
    display: table-cell;
    height: 50px;
}
header {
    display: table-cell;
    position: relative;
    /*
    margin-bottom: 30px;
    */
    height: 200px;
    background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.68);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ad000000,endColorstr=#ad000000);
    zoom: 1;
}
.logo {
    display: block;
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 564px;
    height: 164px;
    background: url(../layouts/swt/logo.png) no-repeat center 5px;
}
.rosport {
    position: absolute;
    bottom: 50px;
    right: 32px;
    width: 69px;
    height: 58px;
    background: url(../layouts/swt/rosport.png) no-repeat 0 0;
}
ul#langs {
    position: absolute;
    bottom: 25px;
    right: 30px;
    list-style: none inside none;
}
ul#langs li {
    float: left;
    margin: 0 4px 0 0;
}
ul#langs li:last-child {
    margin: 0;
}
ul#langs li a {
    color: #FFF;
    font-size: 0.8em;
    text-decoration: none;
}
ul#langs li a:hover, ul#langs li a.active {
    font-weight: 600;
}
ul#langs li span.separator {
    padding: 0 0 0 4px;
    font-size: 0.7em;
}
ul#langs li:last-child span.separator {
    display: none;
}

#facebook {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 50px;
    width: 30px;
    height: 30px;
    background: url(../layouts/swt/facebook.png) no-repeat 0 0;
}

.content {
    display: table-cell;
    /*
    min-height: 100%;
    height: auto !important;
    */
    padding: 40px 30px 40px 30px;
    color: #FFF !important;
    background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.68);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ad000000,endColorstr=#ad000000);
    zoom: 1;
    box-sizing: border-box;
}
#content {
}
.content table a, .content a {
    color: #FFF;
    font-size: inherit;
}
.push {
    height: 40px;
}
.clear {
    clear: both;
}
h2.inscription {
    background: url(../layouts/swt/inscription.png) no-repeat left center;
}
h2.trackinfo {
    background: url(../layouts/swt/trackinfo.png) no-repeat left center;
}
