/*
Theme Name: Szkolna Strona
Theme URI: https://lo1pms.pol.pl/
Author: Mariusz Jaguścik
Description: Szablon szkolnej strony internetowej napisany specjalnie dla Gimnazjum i Liceum Ogólnokształcącego im. Polskiej Macierzy Szkolnej w Mińsku Mazowieckim
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: szkolna
Tags: GiLO, Mińsk Mazowiecki

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,500,700,900|Oswald:300,500,700|Raleway:300,400,500,700,800;subset=latin-ext);
/* 
font-family: 'Shadows Into Light Two', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
*/


.sukcesy_zakladki .su-tabs-nav span.su-tabs-current {
  background:#456399;
  color:#fff;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}

.sukcesy_zakladki .su-tabs-nav span {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  color:#456399;
}
.sukcesy_zakladki .su-tabs-nav span:hover {
    background:#d9d9e8;
    color:#456399;
    font-size: 16px;
}

.sukcesy_zakladka {
    font-family: 'Oswald', sans-serif;
    color:#456399;
}

.sukcesy_zakladka a {
  font-size: 20px;
}

body .kontener > article blockquote {
    margin: 30px 0 30px 80px;
    padding-left: 20px;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    color: #456399;
    border-left:1px dotted #456399;
    line-height: 24px;
}

body {
	background-position:top center;
	background-repeat: url(img/logo_w_tle.png) no-repeat;
	margin:0;
	font-family:"Lato", sans-serif;
	font-size:14px;
	color: #2e2e2e;
    /*-webkit-filter: grayscale(100%);    
    -moz-filter: grayscale(100%);    
    -ms-filter: grayscale(100%);    
    -o-filter: grayscale(100%);    
    filter: grayscale(100%);*/
}

.clear {
    clear:both;
}

.pos-center {
    margin: 0 auto;
}

img {
	border:none;
}

a {
	color: #456399;
	text-decoration: none;
    font-weight: 900;
}

a:hover {
	color: #9ab8ee;
}

#featured_slider:before {
    content: '';
    position:absolute;
    width:100%;
    height:100%;
}

/* Style dla Headera */
body > header {
    width:100%;
	height: 436px;
    background: #7b9dd0;
    position:relative;
}

body > header > nav {
    position:relative;
	background: url(img/menux.png);
    z-index: 999;
}

.menu {
	width: 1025px;
	margin:0 auto;
	padding:0;
	list-style:none;
	overflow: hidden;
	display: table;
}

.menu > li {
	width: 103.9px;
	text-align: center;
	height: 52px;
	display: table-cell;
	line-height: 15px;
	padding: 0;
	vertical-align: middle;
}

.menu li a {
	text-decoration:none;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	padding: 0 5px;
}

.menu > li.page_item, 
.menu > li:hover {
    background: url(img/active.png) repeat-x;

}

.menu li:hover ul {
	display: block;	
}

.menu ul {
	display: none;
	position: absolute;
	margin: 2px 0 0 0;
	padding: 15px;
	top: 50px;
	list-style: none;
	text-align: left;
	background: url(img/menux.png);
	background: #90c0e9;
	left: 50%;
	width: 995px;
	margin-left: -513px;
    z-index: 5;
}

.menu ul li {
    float: left;
    padding: 10px 0;
}
.menu ul li a {
    font-size: 12px;
    width: 155px;
    text-align: center;
}

.menu ul > li:hover {
	background: #7b9dd0;
}

.menu li.page_item,
.menu ul li.page_item {
    background: #7b9dd0;
    background-clip: padding-box;
}

.slajder {
    position:absolute;
    width:100%;
    top:0px;
}

.slajdy {
    width:1025px;
    position:relative;
    margin: 0 auto;
    height: 436px;
}

#slajdziki {
    width:1920px;
    position:absolute;
    left:-436px;
}

.slajd {
    position:relative;
    height: 436px;
    width:1920px;
    overflow-anchor: none;
}

.slajd img{
    position:absolute;

}

.slajd .podpis11 {
    position:absolute;
    right: 455px;
    bottom: 60px;
	background: #f0ca55;
    color: #2e2e2e;
    padding: 15px;
    font-size:20px;
	font-family:"Lato", sans-serif;
}

.slajd .podpis12 {
    position:absolute;
    right: 455px;
    bottom: 60px;
	background: #c5f18d;
    color: #2e2e2e;
    padding: 15px;
    font-size:20px;
	font-family:"Lato", sans-serif;
}

.slajd .podpis13 {
    position:absolute;
    right: 455px;
    bottom: 60px;
	background: #caab7b;
    color: #fff;
    padding: 15px;
    font-size:20px;
	font-family:"Lato", sans-serif;
}

.slajd .podpis2 {
    position:absolute;
    right: 455px;
    bottom: 5px;
    background-color: rgba(200, 200, 200, 0.8);
    color: #2e2e2e;
    padding: 15px;
    font-size:20px;
	font-family:"Lato", sans-serif;
}

/* Style dla sekcji header - ogólne */

.kontener {
    position: relative;
    margin: 0 auto;
    width: 1025px;
    z-index: 100;
}

body > header .kontener .logo {
    position:relative;
    width: 215px;
    height:374px;
    background: url(img/bluex.png);
    padding: 5px;
    z-index: 100;
    overflow: hidden;
}

body > header .kontener .logo h1 a {
    text-indent: -999px;
    background: url(img/logo.png) no-repeat;
    display: block;
	width: 215px;
    height:210px;
}

.motto {
	color: #fff;
	-font-size: 24px;
	text-transform: uppercase;
	-margin-top: 25px;
	-margin-left: 23px;
	line-height: 1.4em;
    margin-top:-10px;
    margin-bottom:10px;
    font-size:22px;
    margin-left:30px;
}
.motto .m1 {
	display: block;
	-margin-bottom: 2px;
	margin-left: 1.5em;
	font-size: 112.5%;
	line-height: 1;
}
.motto .m2 {
	display: block;
	-margin-top: 2px;
	margin-left: 2.7em;
	font-size: 70%;
	line-height: 1;
}

.motto .orzel {
    background: url(img/orzel3.png) no-repeat;
    display: block;
    width: 48px;
    height:53px;
    float:left;
    margin: 12px 12px 12px -20px;
}

.certyfikaty {
    position: relative;
    margin: 0 auto;
    width:90px;
    height:100px;
    margin: 0 auto;
}

/* Sekcja strony głównej */
.glowna-aktualnosci {
    background: #eee;
    height:364px;
    width:100%;
}

.glowna-aktualnosci-slajder {
    margin: 0px;
    padding: 0px;
    height:243px;
    width:100%;
    position: relative;
}

ul#glowna-aktualnosci_karuzela li {
    padding: 0;
    list-style: none;
    height:240px;
    width: 301px;
    margin:0 20px;    
    position: relative;
    float: left;
}

ul#glowna-aktualnosci_karuzela li a {
    padding: 0;
    display: block;
    height:240px;
    width: 301px;   
    position: relative;
}

.glowna-aktualnosci_slajd_obrazek {
    position: absolute;
    top:0px;
    left: 30px;
    width:240px;
    height: 160px;
    background: #fff;
}

.glowna-aktualnosci_slajd_tytul {
    position: absolute;
    top:170px;
    left:10px;
    width:270px;
    height:38px;
    text-align: center;
    padding: 5px;
	font-family:"Lato", sans-serif;
    line-height: 20px;
    font-weight: 900;
    overflow: hidden;	font-size:18px;
    text-transform: uppercase;
}

.glowna-aktualnosci_slajd_czytaj {
    position: absolute;
    bottom:2px;
    right:5px;
	font-size:14px;
    font-weight: 700;
}

.glowna-stale_elem {
    height:364px;
    width:100%;
}

.glowna-linki_slajder {
    background: #eee;
    height:121px;
    width:100%;
    position: relative;
}

.glowna-menu-stale_elem {
    height:121px;
    width:1025px;
    border-top: 1px solid #999;
	overflow: hidden;
}

.glowna-menu-stale_elem_z_obrazkami {
    height:243px;
    width:1025px;
	overflow: hidden;
}
.glowna-menu-stale_elem_z_obrazkami li a#elemen_z_onrazkiem1 {
    background: url(img/rekrutacja.jpg) no-repeat;
}

.glowna-menu-stale_elem_z_obrazkami li a#elemen_z_onrazkiem2 {
    background: url(img/biblio.jpg) no-repeat;
}

.glowna-menu-stale_elem_z_obrazkami li a#elemen_z_onrazkiem3 {
    background: url(img/galeria.jpg) no-repeat;
}

.glowna-menu-stale_elem_z_obrazkami li a#elemen_z_onrazkiem4 {
    background: url(img/sukcesy.jpg) no-repeat;
}

.glowna-menu-stale_elem_z_obrazkami li {
    margin:24px 22px;
    list-style:none;
    padding: 0;
    position: relative;
    text-align: center;
    width:212px;
    float:left;
    text-align: right;
	line-height: 18px;
}

.glowna-menu-stale_elem_z_obrazkami li a {
	text-decoration:none;
	color: #ddd;
    height: 140px;
	text-transform: uppercase;
	font-size: 22px;
	display: block;
	padding: 25px 0;
    box-shadow: 0px 0px 20px #000000;
    border: 3px solid #fff;
    opacity: 0.6;
}

.glowna-menu-stale_elem_z_obrazkami li a:hover {
    opacity: 1;
}

.glowna-menu-stale_elem_z_obrazkami li a .podpis {
    position:absolute;
    max-width: 140px;
    bottom: 14px;
    right:3px;
    padding:8px;
    background: rgba(0, 0, 0, 0.6);
}

.glowna-menu-stale_elem li {
    margin:26px 16px;
    list-style:none;
    padding: 0;
    position: relative;
    text-align: center;
    width:309px;
    float:left;
    text-align: center;
	line-height: 15px;
}

.glowna-menu-stale_elem li a {
	text-decoration:none;
	color: #ddd;
	text-transform: uppercase;
	font-size: 22px;
	display: block;
	padding: 25px 0;
    border-radius:10px;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1);  
}

.glowna-menu-stale_elem li a:hover {
    color: #fff;
    box-shadow: 2px 2px 10px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
}
    
.glowna-menu-stale_elem li:first-child a {
    background: #D60909; 
}

.glowna-menu-stale_elem li a {
    background: #7ac01f; 
}

.glowna-menu-stale_elem li:last-child a {
    background: #3b5999; 
}

.dolne li:first-child a {
    background: #869e4c; 
}

.dolne li a {
    background: #caab7b; 
}

.dolne li:last-child a {
    background: #3b5999; 
}

.linki-karuzela { 
    position: absolute;
    list-style: none
} 

.glowna-linki_slajder .linki-karuzela ul {
    list-style: none;
}

.glowna-linki_slajder .linki-karuzela ul li  {
        float:left;
}

.glowna-linki_slajder .linki-karuzela ul li a {
    display:block;
    margin:0 10px;
    height:100px;
    width: 180px;
}

/* Style tresci */
.okruchy {
    height:60px;
    background: #eee;
    font-size:20px;
    line-height: 60px;
}

.strzalka {
    background: url(img/arrow2.png) no-repeat;
    background-position: right 5px top 7px;
    width: 20px;
    height:20px;
    display: inline-block;
}


body .kontener > article {
    font-size: 20px;
    color: #222;
    line-height: 24px;
    margin:15px 20px;
    width: 750px;
    float:right;
}

body .kontener > article:first-of-type {
    margin:25px 20px 15px 20px;
}
body .kontener > article:last-of-type {
    margin:15px 20px 35px 20px;
}

/* Style zagnieźdżonylist numerowanych */
body .kontener > article ol.znawiasami,
body .kontener > article ol.literyznawiasami {
    counter-reset:item;
}

body .kontener > article ol.znawiasami > li,
body .kontener > article ol.literyznawiasami > li{
    display:block;
}

body .kontener > article ol.znawiasami > li:before,
body .kontener > article ol.literyznawiasami > li:before {
    position:absolute;
    display:block;
    margin:0 0 0 -2.5em;
    width:2em;
    text-align:right;
}

body .kontener > article ol.znawiasami > li:before {
    content:counter(item)") ";
    counter-increment:item;
}

body .kontener > article ol.literyznawiasami li:before {
    content:counter(item, lower-alpha)") ";
    counter-increment:item;
}

body .kontener > article ol{
    margin: 15px 0 10px 40px;
    line-height: 22px;
}

body .kontener > article ol li{
    margin: 0 0 5px 0px;
}

body .kontener > article p {
    margin: 15px 0 10px 0;
}

body .kontener > article ul {
    margin: 10px 0 10px 40px;
    line-height: 22px;
}

body .kontener h1 {
    font-size: 26px;
    font-weight: 900;
    color: #456399;
    text-transform:uppercase;
}
body .kontener > article a:hover {
    color: #9ab8ee;
}

body .kontener > article h2 {
    font-size: 22px;
    font-weight: 700;
    color: #456399;
    margin-top: 40px;
    margin-bottom: -10px;
    text-transform:uppercase;
}

body .kontener > article h3 {
    font-size: 20px;
    font-weight: 500;
    color: #456399;
    margin-top: 25px;
    margin-bottom: -10px;
    text-transform:uppercase;
}

body .kontener > article img.alignright {
    float:right;
    margin: 10px 0 10px 15px;
}

body .kontener > article img.alignleft {
    float:left;
    margin: 10px 15px 10px 0;
}

body .kontener > article img.aligncenter {
    clear:both;
    margin: 10px auto;
}

body .kontener > article .metryczka {
    font-size:14px;
    color:#456399;
    position:absolute;
    bottom: 8px;
    right: 20px;
}

body .kontener > article .metryczka .autor,
body .kontener > article .metryczka .data {
    font-size:16px;
    color:darkorange;
    font-weight:900;
}

/* Stylr tabel */

body .kontener > article table {
    margin: 30px 15px 15px 15px;
}

body .kontener > article tr:first-of-type {
    background: #022066;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

body .kontener > article tr:nth-last-child(n+2) {
    border-bottom: 1px solid #9ab8ee;
}

body .kontener > article tr:hover:nth-child(n+2) {
    background: #e6ebf4;
}

body .kontener > article td {
    padding:6px;
    vertical-align:middle;
}

body .kontener > article tr:nth-child(n+2) td {
    color:#456399;
}
    
/* Style archiwum */
body .kontener > article .archiwum-kontent{
    width:750px;
    height: 220px;
        border-bottom: 1px dotted #456399;
    position: relative;
}
body .kontener > article .archiwum-data {
    width: 160px;
    height: 48px;
    padding:0 0 10px 0;
    line-height: 48px;
    font-size: 64px;
    font-weight: 100;
    color:#456399;
    display: block;
    transform: rotate(-90deg);
    border-bottom: 1px dotted #456399;
    position: absolute;
    left:-50px;
    top:55px;
}

body .kontener > article .archiwum-obrazek {
    position: absolute;
    right:0px;
    top:5px;
}

body .kontener > article .archiwum-wypis {
    position: absolute;
    left:74px;
    top:-8px;
    width: 420px;
    text-align: justify;
    text-justify: inter-word;
}

.paginacja {
    margin: 25px 5px;
    width: 750px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 12px;        
    float:right;
    position: relative;
}

.paginacja .pagin-prev {
    position: absolute;
    top:-30px;
    left:313px;
}

.paginacja .pagin-next {
    position: absolute;
    top:-30px;
    right: 313px;
}

.paginacja .pagin-next a {
    text-decoration: none;
    color: #9ab9ff;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1);
    background: url(img/iconmonstr-arrow-16.svg);
    background-size: 170px 60px;
    background-position: center;
    padding:20px;
    display: block;
}

.paginacja .pagin-prev a {
    text-decoration: none;
    color: #9ab9ff;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1);
    background: url(img/iconmonstr-arrow-16-L.svg);
    background-size: 170px 60px;
    background-position: center;
    padding:20px;
    display: block;
}

.paginacja .pagin-next a:hover {
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: translateX(10px) scale(1.1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: translateX(10px) scale(1.1);
    -moz-transition: all 100ms ease-in;
    -moz-transform: translateX(10px) scale(1.1);
    transition: all 100ms ease-in;
    transform: translateX(10px) scale(1.1);
}

.paginacja .pagin-prev a:hover {
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: translateX(-10px) scale(1.1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: translateX(-10px) scale(1.1);
    -moz-transition: all 100ms ease-in;
    -moz-transform: translateX(-10px) scale(1.1);
    transition: all 100ms ease-in;
    transform: translateX(-10px) scale(1.1);
}
/* Style strony z nowosćiami */

body .kontener > article.nowosci {
    font-size: 20px;
    color: #222;
    line-height: 24px;
    margin:5px 20px 5px 20px;
    width: 750px;
    float:right;
    height:auto;
}

body .kontener > article.nowosci .archiwum-kontent{
    width:750px;
    height: auto;
    border-bottom: 1px dotted #456399;
    position: relative;
    height:auto;
    min-height: 170px;
}

body .kontener > article.nowosci .archiwum-obrazek {
    position: relative;
    float:left;
    height:auto;
    width: 100px;
    height:150px;
    overflow: hidden;
}

body .kontener > article.nowosci .archiwum-obrazek-zjazdy {
    position: relative;
    float:left;
    height:auto;
  	top:35px;
    width: 150px;
    height:76px;
    overflow: hidden;
}

body .kontener > article.nowosci .archiwum-obrazek img{
    width: 100px;
    height:150px;
}

body .kontener > article.nowosci .archiwum-obrazek-zjazdy img{
    width: 150px;
    height:76px;
}

body .kontener > article.nowosci .archiwum-wypis {
    position: relative;
    float:left;
    left:10px;
    top:10px;
    height:auto;
    width: 620px;
    text-align: justify;
    text-justify: inter-word;
}

body .kontener > article.nowosci .archiwum-wypis-zjazdy {
    float:left;
    left:10px;
    top:10px;
    height:auto;
    width: 560px;
    text-align: justify;
    text-justify: inter-word;
}

h1#nowosci {
        margin: 15px 0 10px 255px;
}

body .kontener > article.nowosci .archiwum-wypis h2,
body .kontener > article.nowosci .archiwum-wypis-zjazdy h2{
    text-align: left;
    margin: 0px 0 5px 0;
}

body .kontener > article.nowosci .archiwum-wypis .autor {
    margin: 0 0 5px 0;
    font-weight: 700;
}

body .kontener > article.nowosci .archiwum-wypis .dataursm {
		font-style: italic;
  	font-weight:300;
}


/* Style szablonu pojedynczej strony */

article#page-single {
    font-size: 20px;
    color: #222;
    line-height: 24px;
    margin:25px 20px 35px 20px;
    width:100%;
}

/* Styl gale-rii */

.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }

.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1);  
}
.gallery img:hover {
	background: white;
        box-shadow: 1px 1px 15px #888;
    z-index: 2;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.1); 
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.1); 
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 100ms ease-in;
    transform: scale(1.1);  
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }


/* Style panel boczny */
.panel_boczny {
    float:left;
    width:210px;
    margin: 10px;
}

.panel_boczny .left-title {
	color: #456399;
	text-transform: uppercase;
	font-size: 24px;
	margin: 14px 0 26px 0;
}

.panel_boczny > ul {
    list-style: none;
	margin: 0 0 46px 0;
	padding: 0;
	border-top: 1px dotted #444;
}

.panel_boczny > ul li.page_item,
.panel_boczny > ul li.cat-item,
.panel_boczny > ul li {
	border-bottom: 1px dotted #444;
	line-height: 40px;
}

.panel_boczny > ul li a {
    background: url(img/arrow2.png) no-repeat;
    background-position: right 17px top 0;
    color: #2e2e2e;
    text-decoration: none;
    height: 12px;
    display: inline-block;
    width: 95%;
    line-height: 11px;
    margin: 14px 0px 14px 0px;
    padding-left:5%;
}

.panel_boczny > li:hover,
.panel_boczny ul > li:hover {
	background: #b2c5e3;
}

.panel_boczny li.current_page_item,
.panel_boczny ul li.current_page_item,
.panel_boczny li.current_cat,
.panel_boczny ul li.current_cat{
    background: #7b9dd0;
    background-clip: padding-box;
}

.panel_boczny > .current_page_item > a,
.panel_boczny > .current-cat > a,
.panel_boczny li:hover > a {
    color: #fff;
    background-position: right 17px top 100%;
}

.panel_boczny ul li {
    background: #fff;
}
.panel_boczny ul li a {
	font-size: 12px;
	margin: 10px 0px 10px 0px;
}

.panel_boczny ul .last {
	border: none;
}


/* Style footera */
body > footer {
	background: url(img/footerx.png) repeat-x;
}

.btm {
	background: url(img/footer.jpg) 50% 0 no-repeat;
	width: 975px;
	margin:0 auto;
	position:relative;
	height: 249px;
	color: #fff;
	padding:15px 25px 0 25px;
}
 
body > footer p {
    margin: 20px 0;
    font-size: 18px;
}

body > footer p#foot1{
    color: #7b9dd0;
    font-size: 20px;
}

body > footer p#foot2{
    color: #ddd;
    font-size: 12px;
    position:absolute;
    bottom: 0px;
    left:150px;
    text-align: center;
}

body > footer a#bip {
    text-indent: -999em;
    position:absolute;
    right:35px;
    top:25px;
    background: url(img/bip.png) no-repeat;
    width: 160px;
    height: 48px;
}
