@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/ODelI1aHBYDBqgeIAH2zlDLXPPWpYIJRcQ99gLLWTOQ.woff) format('woff');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(../fonts/toadOcfmlt9b38dHJxOBGBgDywzySrQSFSEUM6OqW_g.woff) format('woff');
}




body {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

h1 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: white;
	background-color: rgb( 1, 77, 162 );
}



h2 { color: rgb( 176, 203, 30 ); }

.menu, .menu:hover, .menu_aktywne, .menu_aktywne:hover,
.naglowek_banner_konferencja, .naglowek_banner_nazwa_konferencji_1, .naglowek_banner_data {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.kolor {
	color: rgb( 1, 77, 162 );
}
.kolor_tlo {
	background-color: rgb( 1, 77, 162 );
}


.font {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
}

.link {
	color: rgb( 1, 77, 162 );
	text-decoration: none;
}
.link:hover {
	color: rgb( 176, 203, 30 );
	text-decoration: none;
}

.link:before {
    content: "\261B";
    margin-right: 6px;
    text-decoration: none;
}


.kwadrat ul, .kwadrat li {
	list-style-image: url(../grafika/kwadrat.png);
	margin-bottom: 7px;
	margin-left: 20px;
	padding: 0;
}



/*!-- menu kolory */
.menu {
	color: white;
	background-color: rgb( 1, 77, 162 );
}
.menu:hover {
	background-color: rgb( 176, 203, 30);
	color: white;
}
.menu_aktywne {
	color: white;
	background-color: rgb( 176, 203, 30);
}
.menu_aktywne:hover {
	background-color: rgb( 176, 203, 30);
	color: white;
}


.skalowalny {
	width:100%;
	height: auto;
}





 /* !---------- SMARTFONY ---------- */
@media only screen and (max-width: 480px) {

html, body {
    font-size: 15px;
	line-height: 21px;
}

body {
}


h1 {
	margin-bottom: 10px;
	padding: 7px;
	font-size: 1.3em;
	text-align: left;
	font-weight: normal;
	box-shadow: 0 1px 3px #999999;
}

h1.uczestnik {
	margin-bottom: 5px;
}

h2 {
	width: 350px;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
}

table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 6px;
	font-size: 0.9em;
}

td {
	padding: 6px;
}


#naglowek_banner {
	background: url(../grafika/naglowek_480px.jpg); 
	background-repeat: no-repeat;
    background-position: center; 
	background-size:480px 100px;
}


#ramka_logotypy {
	max-width: 310px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}


.tekst {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 1em;
	line-height: 1.4em;
	text-decoration: none;
	text-align: left;
}

/* nazwa konferencji banner */
.naglowek_banner_konferencja {
	margin-top: 2px;
	padding: 0 10px;
	color: white;
	font-size: 1.1em;
	text-align: left;
}

.naglowek_banner_nazwa_konferencji_1 {
	margin-top: 2px;
	padding: 0 10px;
	color: yellow;
	font-size: 1.3em;
	text-align: left;
}

.naglowek_banner_data {
	margin-top: 2px;
	padding: 0 10px;
	color: white;
	font-size: 0.9em;
	text-align: left;
}

#open_menu {
	position: fixed;
	display: block;
	color: rgb( 1, 77, 162 );
	background-color: rgba(255, 255, 255, 0.95);
}

.open_menu img {
	margin-top: 4px;
}

/* koniec nazwa konferencji banner */


/* menu główne */
.menu {
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
}

.menu_aktywne {
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
}
/* koniec menu główne */


#sliderFrame {
	display: none;
}
#slider {
	display: none;
}


.txtinput {
	width: 90%;
	margin-left: 0;
	padding: 10px 20px 10px 10px;
	color: #000000;
	background-color: #ffffee;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.txtinput:focus {
	color: #333;
	border-color: rgba(0,140,54, 0.4);
	background-color: #ffeecc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none;
}

.logotyp {
	border:none;
	margin: 20px;
}

.logotyp_patronat {
	vertical-align:middle;
	margin: 5px;
}

.logotyp_patronat_div {
	display: block; 
	vertical-align: middle;
	margin: 20px;
	color:black; 
	text-align: center;
	font-size: 0.8em;
	line-height: 1.35em; 
}


.jest_juz_nas_tekst {
	display: block;
	width: 340px;
	margin: 0 auto;
	padding: 12px 20px;
	color: white;
	background-color: rgb( 176, 203, 30 );
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
	border-radius: 8px;

	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.jest_juz_nas_tekst:hover {
	background-color: rgb( 1, 77, 162 );
	color: white;
	text-decoration:none;
}

.napis_ostatnio_zarejestrowani {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 14px;
}

.lista_ostatnio_zarejestrowani {
	margin-top:0;
	font-size: 12px;
	line-height: 16px;	
}


.menu_grupa {
	display: inline-block;
	width: 70px;
	margin-bottom: 14px;
	margin-right: 10px;
	padding: 8px 4px;
	color: white;
	background-color: rgb( 1, 77, 162 );
	font-size: 14px;
	text-align: center;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
	border-radius: 4px;

	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.menu_grupa:hover {
	background-color: rgb( 176, 203, 30 );
	color: white;
	text-decoration:none;
}

.menu_grupa_aktywne {
	display: inline-block;
	width: 70px;
	margin-bottom: 14px;
	margin-right: 10px;
	padding: 8px 4px;
	color: white;
	background-color: rgb( 176, 203, 30);
	font-size: 14px;
	text-align: center;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
	border-radius: 4px;
	
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.menu_grupa_aktywne:hover {
	background-color: rgb( 176, 203, 30);
	color: white;
	text-decoration:none;
}

} /* ---------- koniec modułu dla smartfonów ---------- */









 /* !---------- TABLETY ---------- */
@media only screen and (min-width: 481px) and (max-width: 768px) {

html, body {
    font-size: 15px;
	line-height: 22px;
}


body {
	background-size: auto auto;
}

h1 {
	margin-bottom: 30px;
	padding: 10px 10px 10px 20px;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	border-radius: 0 0 22px 0;
	box-shadow: 0 1px 3px #999999;
}

h1.uczestnik {
	margin-bottom: 5px;
}


h2 {
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
}

table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 6px;
	font-size: 0.9em;
}

td {
	padding: 6px;
}


#ramka_logotypy {
	max-width: 768;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}

#naglowek_banner {
	background: url(../grafika/naglowek_768px.jpg); 
	background-repeat: no-repeat;
    background-position: center; 
	background-size:768px 160px;
}

/* menu główne */
.menu {
	font-size: 12px;
	text-align: center;
}

.menu_aktywne {
	font-size: 12px;
	text-align: center;
}
/* koniec menu główne */


.tekst {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 1em;
	text-decoration: none;
	text-align: justify;
}


.txtinput {
	width: 90%;
	margin-left: 20px;
	padding: 10px 20px 10px 10px;
	color: #000000;
	background-color: #ffffee;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.txtinput:focus {
	color: #333;
	border-color: rgba(0,140,54, 0.4);
	background-color: #ffeecc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none;
}

.przycisk {
	margin: 10px 0;
	padding: 10px 10px;
	font-size: 13px;
	color: #000000;
	background-color: #FFCC66;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
	border-width: 0;
	border-radius: 4px;
}
.przycisk:hover {
	color: white;
	background-color: red;
	text-decoration:none;
}

.przycisk_uczestnik_edycja {
	margin:0;
	padding: 2px 8px;
}



.logotyp {
	border:none;
	margin: 20px;
}

.logotyp_patronat {
	vertical-align:middle;
	margin: 5px;
}

.logotyp_patronat_div {
	display: inline-block; 
	vertical-align: middle;
	margin: 20px;
	color:black; 
	text-align: center;
	font-size: 0.8em;
	line-height: 1.35em; 
}

.foto_slider_strona_glowna {
	margin-top: 10px;
}

.foto_slider_strona_glowna_napis {
    position: absolute;
    top: 10%;
    right: 0;
	padding: 30px 10px 30px 40px;
	background-color: rgba(255,255,255,0.85);
	text-align: right;
	font-size: 1.2em;
	line-height: 1.8em;
	border-radius: 12px 0 0 12px;
}


.foto_slider_strona_glowna_podpis {
	margin-top: -30px;
	color: white;
	text-align: right;
	font-size: 0.55em;
}

.jest_juz_nas_tekst {
	display: inline-block;
	width: 340px;
	margin-bottom: 14px;
	padding: 12px 20px;
	color: white;
	background-color: rgb( 176, 203, 30 );
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
	border-radius: 8px;

	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.jest_juz_nas_tekst:hover {
	background-color: rgb( 1, 77, 162 );
	color: white;
	text-decoration:none;
}


.napis_ostatnio_zarejestrowani {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
}

.lista_ostatnio_zarejestrowani {
	margin-top:0;
	font-size: 14px;
	line-height: 18px;	
}

/* menu grupa */
.menu_grupa {
	display: inline-block;
	width: 70px;
	margin-bottom: 14px;
	margin-right: 10px;
	padding: 8px 4px;
	color: white;
	background-color: rgb( 1, 77, 162 );
	font-size: 14px;
	text-align: center;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
	border-radius: 4px;

	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.menu_grupa:hover {
	background-color: rgb( 176, 203, 30 );
	color: white;
	text-decoration:none;
}

.menu_grupa_aktywne {
	display: inline-block;
	width: 70px;
	margin-bottom: 14px;
	margin-right: 10px;
	padding: 8px 4px;
	color: white;
	background-color: rgb( 176, 203, 30 );
	font-size: 14px;
	text-align: center;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
	border-radius: 4px;
	
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.menu_grupa_aktywne:hover {
	background-color: rgb( 176, 203, 30);
	color: white;
	text-decoration:none;
}

} /* ---------- koniec modułu dla tabletów ---------- */









 /* !---------- EKRANY ---------- */
@media only screen and (min-width: 769px) { 

html, body {
    font-size: 17px;
	line-height: 25px;
	}



h1 {
	margin-bottom: 30px;
	padding: 7px 10px 7px 20px;
	font-size: 1.3em;
	text-align: left;
	font-weight: normal;
	border-radius: 4px;
	box-shadow: 0 1px 3px #999999;
}

h1.uczestnik {
	margin-bottom: 5px;
}


h2 {
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
}

.linia_h2 {
	margin-top: 50px;
	padding-left: 10px;
	border-left: 5px orange solid;
}


table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 6px;
	font-size: 0.9em;
}

td {
	padding: 6px;
}


#naglowek_banner {
	background: url(../grafika/naglowek.jpg); 
}


#ramka_logotypy {
	max-width: 960px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}

#stopka {
	background-color: rgba(255,255,255,0.85);
}


#stopka_pasek {
	background-color: rgb( 1, 77, 162 );
}




/* menu główne */
.menu {
	font-size: 1.1em;
	text-align: center;
	border-radius: 5px;
}

.menu_aktywne {
	font-size: 1.1em;
	text-align: center;
	border-radius: 5px;
}
/* koniec menu główne */



.tekst {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 1em;
	text-decoration: none;
	text-align: justify;
}

.panel_uczestnika {
	padding: 7px 0;
	color: black;
	background-color: orange;
	font-size: 0.9em;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

.kontakt_techniczny {
	margin: 20px 0;
	padding: 10px 0;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.3em;
	border-style: solid;
	border-width: 1px 0;
	border-color: #cfcfcf;
}








/* !-- formularze */
.rejestracja_blok {
	margin: 10px 0px 40px 0px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #cfcfcf;
	border-radius: 7px;
}

.rejestracja_naglowek_bloku {
	color: grey;
	font-size: 17px;
	padding: 0px 20px 0px 10px;
	font-style: normal;
}

.txtinput {
	width: 90%;
	margin-left: 20px;
	padding: 10px 20px 10px 10px;
	color: #000000;
	background-color: #ffffee;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.txtinput:focus {
	color: #333;
	border-color: rgba(0,140,54, 0.4);
	background-color: #ffeecc;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none;
}



/*!-- przyciski */
.przycisk {
	margin: 10px 0;
	padding: 10px 10px;
	font-size: 13px;
	color: #000000;
	background-color: #FFCC66;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
	border-width: 0;
	border-radius: 4px;
}
.przycisk:hover {
	color: white;
	background-color: red;
	text-decoration:none;
}

.przycisk_anuluj {
	margin: 10px 0;
	padding: 10px 10px;
	font-size: 13px;
	color: #000000;
	background-color: #dfdfdf;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
	border-width: 0;
	border-radius: 4px;
}
.przycisk_anuluj:hover {
	color: white;
	background-color: red;
	text-decoration:none;
}

.przycisk_uczestnik_edycja {
	margin:0;
	padding: 4px 8px;
}




.przycisk_radio {
	vertical-align: baseline;
	margin: 0 7px 0 20px;
}




.informacja_rejestracja {
	font-size: 15px;
	line-height: 21px;
	text-align: justify;
}
/* koniec stylów dla formularzy */






.box_logotypy {
	width:180px;
	margin-top: 20px;
	padding: 0;
}


.hotel_pole {
	padding: 10px;
	margin-top: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #afafaf;
	border-radius: 10px;
}

.hotel_nazwa {
	color: rgb(0,56,130);
	font-size: 19px;
	padding: 0px 10px 0px 10px;
}

.hotel_foto {
	float: right;
	margin: 0px 10px 10px 0px;
}


.sponsor_pole {
	padding: 10px;
	margin-top: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #afafaf;
	border-radius: 10px;
}

.sponsor_nazwa {
	font-size: 19px;
	padding: 0px 10px 0px 10px;
}








.logotyp {
	border:none;
	margin: 20px;
}


.logotyp_patronat {
	vertical-align:middle;
	margin: 5px;
}

.logotyp_patronat_div {
	display: inline-block; 
	vertical-align: middle;
	margin: 0 20px;
	color:black; 
	text-align: center;
	font-size: 0.8em;
	line-height: 1.35em; 
}



.foto_slider_strona_glowna {
	margin-top: 10px;
}

.foto_slider_strona_glowna_napis {
    position: absolute;
    top: 10%;
    right: 0;
	padding: 30px 10px 30px 40px;
	min-width: 280px;
	background-color: rgba(255,255,255,0.85);
	text-align: right;
	font-size: 1.2em;
	line-height: 1.8em;
	border-radius: 12px 0 0 12px;
}


.foto_slider_strona_glowna_podpis {
	margin-top: -20px;
	margin-right: 5px;
	color: rgba(255,255,255,0.7);
	text-align: right;
	font-size: 0.55em;
}


.jest_juz_nas_tekst {
	display: inline-block;
	width: 340px;
	margin-bottom: 14px;
	margin-right: 20px;
	padding: 12px 20px;
	color: white;
	background-color: rgb( 176, 203, 30 );
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
	border-radius: 4px;

	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.jest_juz_nas_tekst:hover {
	background-color: rgb( 1, 77, 162 );
	color: white;
	text-decoration:none;
}


.napis_ostatnio_zarejestrowani {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
}

.lista_ostatnio_zarejestrowani {
	margin-top:0;
	font-size: 16px;
	line-height: 20px;
}

/* menu grupa */
.menu_grupa {
	display: inline-block;
	width: 70px;
	margin-bottom: 14px;
	margin-right: 10px;
	padding: 8px 4px;
	color: white;
	background-color: rgb( 1, 77, 162 );
	font-size: 14px;
	text-align: center;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
	border-radius: 4px;

	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.menu_grupa:hover {
	background-color: rgb( 176, 203, 30);
	color: white;
	text-decoration:none;
}

.menu_grupa_aktywne {
	display: inline-block;
	width: 70px;
	margin-bottom: 14px;
	margin-right: 10px;
	padding: 8px 4px;
	color: white;
	background-color: rgb( 176, 203, 30);
	font-size: 14px;
	text-align: center;
	text-decoration:none;
	box-shadow: 0 1px 3px #999999;
	border-radius: 4px;
	
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.menu_grupa_aktywne:hover {
	background-color: rgb( 176, 203, 30);
	color: white;
	text-decoration:none;
}

	
} /* koniec modułu dla ekranów */