::-webkit-scrollbar 
{
    width: 10px;
}
::-webkit-scrollbar-thumb 
{
    background: #FCBC0C;
}
html, body {
    scroll-behavior: smooth;
}
* 
{ 
	margin: auto; 
	padding: 0; 
}
.container
{
	margin: auto;
}
a, a:visited, a:link 
{
    color: white;
    text-decoration: none;
}
body
{
	background-image: url(tlostrona.png);
    background-repeat: no-repeat;
    background-position-y: 450px;
}
/*
	=================================================================================================
	MENU
*/
nav
{
	width: 100%;
	height: 90px;
	background: #FCBC0C;
}
.box-nav
{
	width: 73.3%;
}
.logo
{
	width: 8%;
	height:90px;
	float: left;
}
.logo img
{
	width: 90px;
	height: 90px;
}
.menu
{
	height: 80px;
	width: 92%;
	float:left;
}
.menu ul
{
	float: right;
	list-style-type: none;
}
.menu ul li
{
	font-family: Oswald-medium,oswald,sans-serif;
	font-weight: 700;
	font-size: 20px;
	float: left;
	padding: 30px 10px 25px;
}
.menu ul li a
{
	text-decoration: none;
	color: white;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	overflow: hidden;
}
.menu ul li a:hover
{
	color: #620B0B;
}
/*
	=================================================================================================
	baner
*/

.wyniki img
{
	height:1075px!important;
	top: -230px!important;
}
.banernapis
{
	width: 350px;
	z-index: 1;
	position: relative;
	top: 100px;
    left: -541px;
	height: 380px;
}
.banernapis p1
{
	font-size: 35px;
	color: white;
	font-family: 'Big Shoulders Text', cursive;
	font-weight: 500;
	
}
.banernapis hr
{
	width: 68px;
	height: 5px;
	background:#620B0B;
	border-style: none;
	margin: 0px;
}
.banernapis p
{
	font-size: 50px;
	color: white;
	font-family: 'Big Shoulders Text', cursive;
	font-weight: 900;
	margin-top: 10px;
	margin-bottom: 5px;
}
.banernapis p2
{
	font-size: 25px;
	color: white;
	font-family: 'Big Shoulders Text', cursive;
	font-weight: 500;
}


.banernapis a {
  text-decoration: none;
  color: white;
  top: 55px;
  left: -85px;
  font-family: 'Big Shoulders Text', cursive;
}
#zdj3mecze
{
    top: -365px!important;
}
.banernapis img
{
	position: absolute!important;
	width: 100%!important;
	height:100%!important;
	left:940px;
	top:10px!important;
	
}
.cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #ffd812;
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #620B0B;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}
.produkt img
{
	height: 687px!important;
}
.banernapis2
{
	width: 672px;
	z-index: 1;
	position: relative;
	top: 30px;
    left: -490px;
	height: 380px;
}
.banernapis2 p
{
	font-size: 80px;
	color: white;
	font-family: 'Permanent Marker', cursive;
}
.banernapis2 hr
{
	width: 87%;
	height: 5px;
	background:#620B0B;
	border-style: none;
	margin: 0px;
}
.banernapis2 h1
{
	font-size: 200px;
	color: white;
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 900;
}
/*
	=================================================================================================
	aktualnosci
*/

section
{
	width:100%;
	margin: auto;
}
.title
{
	width: 100%;
}
.title p
{
	padding: 40px 40px 40px;
	text-align: center;
    color: #620B0B;
    font-size: 40px;
    font-family: Oswald-medium,oswald,sans-serif;
}

.aktualnosci
{
	width: 100%;
	height: 590px;
	clear: both;
}
.box-aktualnosci
{
	width: 1400px;
	height: 10px;
}
.news
{
	display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.big-news-left
{
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: calc(50% - 12px);
    height: 380px;
	margin: 0px auto 0px;
	overflow: hidden;
	transition: 0.3s;
}
.big-news-left img
{
	width: 100%;
}
.big-news-left:hover
{
	transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
}
.small-left-news-left
{
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: calc(25% - 12px);
    height: 180px;
	margin: 0px auto 0px;
	overflow: hidden;
	transition: 0.3s;
}
.small-left-news-left img
{
	width: 100%;
}
.small-left-news-left:hover
{
	transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
}
.small-left-news-right
{
	-webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: calc(25% - 12px);
    height: 180px;
	margin: 0px auto 0px;
	overflow: hidden;
	transition: 0.3s;
}
.small-left-news-right img
{
	width: 100%;
	transition-duration: 3s;
}
.small-left-news-right:hover
{
	transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
}
.small-right-news-left
{
	-webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: calc(25% - 12px);
    height: 180px;
	margin: 20px auto 0px;
	overflow: hidden;
	transition: 0.3s;
}
.small-right-news-left img
{
	width: 100%;
}
.small-right-news-left:hover
{
	transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
}
.small-right-news-right
{
	-webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: calc(25% - 12px);
    height: 180px;
	margin: 20px auto 0px;
	overflow: hidden;
	transition: 0.3s;
}
.small-right-news-right img
{
	width: 100%;
}
.small-right-news-right:hover
{
	transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
}
.big-news-right
{
	-webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: calc(50% - 12px);
    height: 380px;
	margin: 0px auto 0px;
	position: relative;
    top: -178px;
	overflow: hidden;
	transition: 0.3s; 
}
.big-news-right img
{
	width: 100%;
}
.big-news-right:hover
{
	transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
}
.big-news
{
	position: relative;
	top:-220px;
	margin: 15px;
}
.big-news h1
{
	color: white; text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 40px;
    font-family: Oswald-medium,oswald,sans-serif;
}
.big-news p
{
	color: white; text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 28px;
    font-family: Oswald-medium,oswald,sans-serif;
	margin: 10px 0px 10px;
}
.big-news h2
{
	color: white; text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 20px;
    font-family: Oswald-medium,oswald,sans-serif;
}
.big-news h3
{
	color: white; text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 20px;
    font-family: Oswald-medium,oswald,sans-serif;
}

.small-news
{
	position: relative;
	z-index: 1;
	top:-195px;
	margin: 15px;
}
.small-news h1
{
	color: white; text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 25px;
    font-family: Oswald-medium,oswald,sans-serif;
}
.small-news h3
{
	color: white; text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 15px;
    font-family: Oswald-medium,oswald,sans-serif;
}
.small-news p
{
	color: white; text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 19px;
    font-family: Oswald-medium,oswald,sans-serif;
	margin: 10px 0px 10px;
}
.small-news h2
{
	color: white; text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 15px;
    font-family: Oswald-medium,oswald,sans-serif;
}
/*
	=================================================================================================
	MECZE
*/
.games
{
	width: 100%;
	height: 501px;
	background-image: url(tlogry.png);
	padding: 0px 0px 0px; 
	margin: 60px 0px 90px;
	position: relative;
}
.box
{
	width: 73.3%;
	margin: auto;
}
.lastgames
{
	margin-top: 20px;
	float: left;
	width: 35.4%;
}
.lastgames h1
{
	text-align: center;
	line-height: 60px;
	color: #620B0B;
	font-size: 25px;
	font-family: Oswald-medium,oswald,sans-serif;
}
.swiper-container 
{
    width: 490px;
    height: 400px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: white!important;
}
.nextgame
{
	float: left;
	width: 29.1%;
	height: 510px;
	background-image: url(strona2.png);
	/*background:  #fdc90a;*/
	margin: -5px 0px;
}
.nextgame h1 
{
	text-align: center;
	line-height: 60px;
	color: white;
	font-size: 25px;
	font-family: Oswald-medium,oswald,sans-serif;
}
.nextgame h2 
{
	text-align: center;
	color: #620B0B;
	font-size: 25px;
	font-family: 'Big Shoulders Text', cursive;
    font-weight: 900;
}
.game
{
	background-image: url("nad_mecze.jpg");
	background-position: center;
	background-size: 188%;
	width:100%;
	height: 400px;
	margin: 0px 0px; 
	text-align: center;
}
.team1
{
	padding: 20px 0px 0px;
	width: 100%;
}
.team1 img 
{
	width: 120px;
	height: 120px;
}
.team2
{
	width: 100%;
}
.team2 img 
{
	width: 120px;
	height: 120px;
}
.team3
{
	width: 100%;
}
.team3 img 
{
	width: 120px;
	height: 120px;
}
.tournaments
{
	margin-left: 1.2px;
	margin-top: 20px;
	float: left;
	width: 35.4%;
}
.tournaments h1
{
	text-align: center;
	line-height: 60px;
	color: #620B0B;
	font-size: 25px;
	font-family: Oswald-medium,oswald,sans-serif;
}
.turniej1
{
	padding: 20px 0px 0px;
	width: 100%;
	text-align: center;
}
.turniej1 img
{
	width: 180px;
	height: 180px;
}
.turniej1 h2 {
    text-align: center;
    color: white;
    font-size: 25px;
    font-family: 'Big Shoulders Text', cursive;
    font-weight: 900;
}
/*
	=================================================================================================
	sponsorzy
*/
.sponsorzy
{
	width: 80%;
	height: 135px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 56px rgba(0,0,0,.16);
	border-radius: 15px;
	z-index: 1;
	top:-112px;
}
.sponsorzy h1
{
	text-align: center;
    color: #620B0B;
    font-size: 30px;
    font-family: Oswald-medium,oswald,sans-serif;
	position: relative;
	top: -7px;
}

/*
	=================================================================================================
	Dywizje
*/

.dywizje
{
	background-image: url(dywizje.png);
	width: 100%;
	height:980px;
	background-position: center;
	margin-bottom: 70px;
}
.box-dywizje
{
	width:90%;
	height: 95%;
	margin: auto;
	position: relative;
	top:-90px;
}
.box-dywizje h1
{
	text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: Oswald-medium,oswald,sans-serif;
}
.box-dywizje hr
{
	width: 150px;
    height: 5px;
    background: #620B0B;
    border-style: none;

}
.box-dywizje p
{
	text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: Oswald-medium,oswald,sans-serif;
}
#napis90
{
    position: absolute;
    font-family: 'Staatliches', cursive;
    font-size: 170px;
    -webkit-text-stroke: 5px #620b0b;
    left: -29%;
    top: 36%;
	transform: rotate(90deg);
	color: transparent;
	display:none;
	
}
#napis902
{
    position: absolute;
    font-family: 'Staatliches', cursive;
    font-size: 140px;
    -webkit-text-stroke: 5px #620b0b;
    left: -31%;
    top: 39%;
	transform: rotate(90deg);
	color: transparent;
	display:none;
}
form 
{
	width: 100%;
	text-align: center;
}
input
{
	background: transparent;
    outline: none;
    border-color: transparent;
    color: #fff;
    font-size: 30px;
    font-family: Oswald-medium,oswald,sans-serif;
	padding: 0px 10px 0px;
	display: inline-block;
	border-bottom: 4px solid transparent;
	border-left: 0px solid;
	border-top: 0px solid;
	border-right: 0px solid;
	transition-duration: 0.4s;
}
input:hover
{
	z-index: 0;
	border-color: #620B0B;;
}
.koszulki
{
	height: 67%;
    margin-top: 100px;
}
.gracz1
{
	float: left;
	width: 305px;
	position: relative;
	transition: 0.5s;
}
.gracz1 img
{
	width: 500px;
	height: 614.92px;
	display: block;
}
.gracz1:hover
{
	transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
	z-index:2;
}
.gracz1 #socialgracze
{
	margin-top: 5px;
	display: grid;
    grid-template-columns: 1fr ;
    grid-gap: 10px;
    height: 65%;
	width: 30%;
    text-align: center;
}

.gracz2
{
	float: left;
	width: 305px;
	position: relative;
	transition: 0.5s;
}
.gracz2 img
{
	width: 500px;
	height: 614.92px;
	transition: 0.5s;
}
.gracz2:hover
{
	transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
	z-index: 3;
}
.gracz2 #socialgracze
{
	margin-top: 5px;
	display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    height: 65%;
	width: 30%;
    text-align: center;
}

.gracz3
{
	
	width: 305px;
	position: relative;
	float: left;
	z-index:2;
	transition: 0.5s;
}
.gracz3 img
{
	width: 500px;
	height: 614.92px;
}
.gracz3:hover
{
	transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
}
.gracz3 #socialgracze
{
	margin-top: 5px;
	display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    height: 65%;
	width: 30%;
    text-align: center;
}
.gracz4
{
	width: 305px;
	position: relative;
	float: left;
	z-index: 1;
	transition: 0.5s;
}

.gracz4 img
{
	width: 500px;
	height: 614.92px;
}
.gracz4:hover
{
	transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
	z-index:3;
}
.gracz4 #socialgracze
{
	margin-top: 5px;
	display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    height: 65%;
	width: 30%;
    text-align: center;
}
.gracz5
{
	width: 305px;
	position: relative;
	float: left;
	transition: 0.5s;
}
.gracz5 img
{
	width: 500px;
	height: 614.92px;
}
.gracz5:hover
{
	transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
	z-index:2;
}
.gracz5 #socialgracze
{
	margin-top: 5px;
	display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    height: 65%;
	width: 30%;
    text-align: center;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;

}
.gracz1:hover .overlay {
  opacity: 1;
}
.gracz2:hover .overlay {
  opacity: 1;
}
.gracz3:hover .overlay {
  opacity: 1;
}
.gracz4:hover .overlay {
  opacity: 1;
}
.gracz5:hover .overlay {
  opacity: 1;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  width:320px;
  height:100px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  top: 44%;
  left: 82%;
}
.text h1
{
	font-size: 40px
}
.text h2
{
	font-family: 'Big Shoulders Text', cursive;
    font-weight: 500;
	font-size: 20px;
	margin-top: 5px;
}
.text p
{
	margin-top: 20px;
    color: #fff;
    font-size: 25px;
    font-family: Oswald-medium,oswald,sans-serif;
}
.text a img 
{
	width:40px;
	height: 40px;
	float: left;
	text-align: center;
	transition: 0.5s;
}
.text a img:hover 
{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
#socialgracze a
{
	display: none;
}


/*
	=================================================================================================
	Stopka
*/
footer
{
	clear: both;
	width: 100%;
	background: #FCBC0C;
}

.partnerzy1
{
	width: 80%;
	height: 135px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 56px rgba(0,0,0,.16);
	border-radius: 15px;
	z-index: 1;
	top: -12%;
}
.partnerzy1 h1
{
	text-align: center;
    color: #620B0B;
    font-size: 30px;
    font-family: Oswald-medium,oswald,sans-serif;
	position: relative;
	top: -7px;
}
.box-partnerzy1
{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
	height: 100%;
	text-align: center;
	position: relative;
	top: -40px
}

.item1 img
{
	height: 40%;
    width: 18%;
	transition-duration: 0.4s;
}
.item1 img:hover
{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.item2 img
{
	height: 50%;
    width: 30%;
	transition-duration: 0.4s;
}
.item2 img:hover
{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}	
.item3 img 
{
	height: 50%;
    width: 40%;
	transition-duration: 0.4s;
	
}
.item3 img:hover
{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.description
{
	clear: both;
	width:100%;
	height:310px;
	background-image: url(opistlo.png);
}
.kreska
{
	width:100%;
	height: 10px;
	background: #FCBC0C;
}
.box-description
{
	width: 67%;
	margin: auto;
	padding: 60px;
}

.onas
{
	float: left;
	width: 33.3%;
}
.onas h1 {
    color: #fff;
    font-size: 28px;
    font-family: Oswald-medium,oswald,sans-serif;
}
.onas hr
{
	width: 150px;
    height: 5px;
    background: #620B0B;
    border-style: none;
	margin: 0;
}
.onas p
{
	margin-top: 20px;
	color: #fff;
    font-size: 20px;
    font-family: Oswald-medium,oswald,sans-serif;
	margin-right: 10px;
}
.kontakt
{
	float: left;
	width: 33.3%;
}
.kontakt hr
{
	width: 150px;
    height: 5px;
    background: #620B0B;
    border-style: none;
	margin: 0;
}
.kontakt h1 {
    color: #fff;
    font-size: 28px;
    font-family: Oswald-medium,oswald,sans-serif;
}
.kontakt p
{
	margin-top: 20px;
	color: #fff;
    font-size: 20px;
    font-family: Oswald-medium,oswald,sans-serif;
}
.kontakt p img
{
	position: relative;
	width: 44px;
	height: 44px;
	top: 16px;
	margin-right:20px;
}
.zarzad
{
	float: left;
	width: 33.3%;
}
.zarzad hr
{
	width: 150px;
    height: 5px;
    background: #620B0B;
    border-style: none;
	margin: 0;
}
.zarzad h1 {
    color: #fff;
    font-size: 28px;
    font-family: Oswald-medium,oswald,sans-serif;
}
.zarzad p
{
	margin-top: 20px;
	color: #fff;
    font-size: 20px;
    font-family: Oswald-medium,oswald,sans-serif;
}
.zarzad p img
{
	position: relative;
	width: 44px;
	height: 44px;
	top: 10px;
	margin-right:20px;
}

.socialmedia
{
	clear: both;
	width: 100%;
	margin: auto;
}
.box-social
{
	width: 140px;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
	padding: 10px 10px 10px;
}
.box-social img
{
	width: 50px;
	height: 50px;
	transition-duration: 0.4s;
    display: block;
}
.box-social img:hover
{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	z-index: 0;
}
.socialmedia p
{
	padding: 10px 0px 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-size:25px;
	font-family: 'Baloo Tamma 2', cursive;
}
.socialmedia span
{
	font-family: 'Grandstander', cursive;
	font-weight: 700;
}
.socialmedia span a
{
	text-decoration: none;
	color: white;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	overflow: hidden;
}
.socialmedia span a:hover
{
	color: #620B0B;
}
@media(max-width: 1800px)
{
/*
	=================================================================================================
	dywizje
*/
#napis902
{
	display:none!important;
}
#napis90
{
	display:none!important;
}
.dywizje 
{
    background-image: url(dywizje.png);
    width: 100%;
	height: 750px;
    background-position: center;
    background-size: 400%;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}
.koszulki 
{
    margin-top: 10px;
	height:94%
}
.gracz1
{
	float: left;
	width: 20%;
	transition: 0.5s;
}
.gracz1 img
{
	width: 120%;
    height: 100%;
	display: block;
}
.gracz2
{
	float: left;
	width: 20%;
	transition: 0.5s;
	left: -1%;
}
.gracz2 img
{
	width: 120%;
    height: 100%;
	display: block;
}
.gracz3
{
	float: left;
	width: 20%;
	transition: 0.5s;
	left: -2%;
}
.gracz3 img
{
	width: 120%;
    height: 100%;
	display: block;
}
.gracz4
{
	float: left;
	width: 20%;
	transition: 0.5s;
	left: -3%;
}
.gracz4 img
{
	width: 120%;
    height: 100%;
	display: block;
}
.gracz5
{
	float: left;
	width: 20%;
	transition: 0.5s;
	left: -4%;
}
.gracz5 img
{
	width: 120%;
    height: 100%;
	display: block;
}
.partnerzy1 {
    width: 80%;
    height: 135px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 56px rgb(0 0 0 / 16%);
    border-radius: 15px;
    z-index: 1;
    top: -17%;
}
.text
{
	top: 43%;
    left: 60.5%;
}
}
@media(max-width:1420px)
{
/*
	GAMES
*/	
.box {
	width: 100%; 
	margin: auto;
}
/*
	Aktualnosci
*/	
.box-aktualnosci
{
	width: 100%;
}
.big-news-left
{
	-webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: calc(50% - 12px);
    
}
.big-news-right
{
	-webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: calc(50% - 12px);
    
}
.small-left-news-left
{
	-webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: calc(25% - 12px);
    
}
.small-left-news-right
{
	-webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: calc(25% - 12px);
    
}
.small-right-news-left
{
	-webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: calc(25% - 12px);
    
}
.small-right-news-right
{
	-webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: calc(25% - 12px);
    
}
}
@media(max-width: 1199px)
{

body
{
	background-image: url(tlostrona.png);
    background-repeat: no-repeat;
    background-position-y: 450px;
	background-size: 100%;
}

/*
	=================================================================================================
	menu
*/	
.box-nav 
{
    width:100%
}
.logo 
{
    width: 12%;
    height: 90px;
    float: left;
}
.menu 
{
	text-align: center;
    height: 80px;
    width: 88%;
    float: left;
}
/*
	=================================================================================================
	aktualnosci
*/	

/*
	=================================================================================================
	mecze
*/
.games
{
	width: 100%;
	height: 1500px;
	padding: 0px 0px 0px; 
	margin: 20px 0px;
	position: relative;
	background-position-y: -55px;
	margin-bottom: 70px;
}
.box
{
	width: 100%;
	margin: auto;
}
.lastgames
{
	margin-top: 20px;
	width: 100%;
	height: 500px;
}
.nextgame
{
	margin-top: -10px;
	height: 520px;
	width: 100%;
}
.tournaments
{
	margin-left: 1.2px;
	margin-top: 20px;
	width: 100%;
	height: 455px;
}/*
	=================================================================================================
	sponsorzy
*/
.sponsorzy {
    width: 80%;
    height: 135px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 56px rgb(0 0 0 / 16%);
    border-radius: 15px;
    z-index: 1;
    top: -7.7%;
}

/*
	=================================================================================================
	dywizje
*/
#napis902
{
	display:none!important;
}
#napis90
{
	display:none!important;
}
.dywizje 
{
    background-image: url(dywizje.png);
    width: 100%;
	height: 1325px;
    background-position: center;
    background-size: 400%;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}
.koszulki 
{
    margin-top: 10px;
	height:94%
}
.gracz1
{
	float: left;
	width: 30%;
	transition: 0.5s;
}
.gracz1 img
{
	width: 401px;
    height: 500px;
	display: block;
}
.gracz2
{
	float: left;
	width: 30%;
	transition: 0.5s;
	z-index: 1;
}
.gracz2 img
{
	width: 401px;
    height: 500px;
	display: block;
}
.gracz3
{
	float: left;
	width: 30%;
	transition: 0.5s;
	z-index:0;
}
.gracz3:hover
{
	z-index: 2;
}
.gracz3 img
{
	width: 401px;
    height: 500px;
	display: block;
}
.gracz4
{
	float: left;
	width: 50%;
	transition: 0.5s;
}
.gracz4 img
{
	width: 401px;
    height: 500px;
	display: block;
}
.gracz4 .text
{
	left:50%;
}
.gracz5
{
	float: left;
	width: 50%;
	transition: 0.5s;
	margin: auto;
}
.gracz5 img
{
	width: 401px;
    height: 500px;
	display: block;
}
.gracz5 .text
{
	left:50%;
}
.text
{
   top: 43%;
   left: 62%;
}	
/*
	=================================================================================================
	stopka
*/
footer
{
	clear: both;
}
.partnerzy1 {
    width: 80%;
    top: -7.3%;
}
.box-description
{
	width: 85%;
    margin: auto;
    padding: 60px;
}
.onas
{
	float: left;
	width: 33.3%;
}
.kontakt
{
	float: left;
	width: 33.3%;
}
.zarzad
{
	float: left;
	width: 33.3%;
}
}

@media(max-width: 1025px)
{
	.aktualnosci
{
	height: 945px;
}
.box-aktualnosci
{
	width: 100%;
}
.news
{
	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.big-news-left
{
	-webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: calc(100% - 12px);
    height: 300px;
	margin: 6px;
}
.big-news-right
{
	-webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: calc(100% - 12px);
    height: 300px;
	margin: 6px;
	top: 0px;
}
.big-news {
    position: relative;
    top: -94%;
    margin: 15px;
}
.small-left-news-left
{
	-webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: calc(50% - 12px);
    height: 144px;
	margin: 6px;
}
.small-left-news-right
{
	-webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: calc(50% - 12px);
    height: 144px;
	margin: 6px;
}
.small-right-news-left
{
	-webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: calc(50% - 12px);
    height: 144px;
	margin: 6px;
}
.small-right-news-right
{
	-webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: calc(50% - 12px);
    height: 144px;
	margin: 6px;
}
}
@media(max-width:985px)
{
	
body
{
	background-image: url(tlostrona.png);
    background-repeat: no-repeat;
    background-position-y: 420px;
	background-size: 103%;
}
	
	/*
	=================================================================================================
	menu
*/	
.box-nav 
{
    width:100%
}
.logo 
{
    width: 12%;
    height: 90px;
    float: left;
}
.menu 
{
	text-align: center;
    height: 80px;
    width: 88%;
    float: left;
}
/*
	=================================================================================================
	aktualnosci
*/	

/*
	=================================================================================================
	mecze
*/
.games
{
	width: 100%;
	height: 1500px;
	padding: 0px 0px 0px; 
	margin: 20px 0px;
	position: relative;
	margin-bottom: 70px;
}
.box
{
	width: 100%;
	margin: auto;
}
.lastgames
{
	margin-top: 20px;
	width: 100%;
	height: 500px;
}
.nextgame
{
	margin-top: -10px;
	height: 520px;
	width: 100%;
}
.tournaments
{
	margin-left: 1.2px;
	margin-top: 20px;
	width: 100%;
	height: 455px;
}
/*
	=================================================================================================
	sponsorzy
*/
.sponsorzy {
    width: 95%;
    height: 135px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 56px rgb(0 0 0 / 16%);
    border-radius: 15px;
    z-index: 1;
    top: -5.5%;
}
/*
	=================================================================================================
	dywizje
*/
#napis902
{
	display:none!important;
}
#napis90
{
	display:none!important;
}
.dywizje 
{
    background-image: url(dywizje.png);
    width: 100%;
	height: 1860px;
    background-position: center;
    background-size: 400%;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}
.koszulki 
{
    margin-top: 10px;
	height:94%
}
.gracz1
{
	float: left;
	width: 50%;
	transition: 0.5s;
}
.gracz1 img
{
	width: 100%;
	height: 100%;
	display: block;
}
.gracz2
{
	float: left;
	width: 50%;
	transition: 0.5s;
}
.gracz2 img
{
	width: 100%;
	height: 100%;
	display: block;
}
.gracz3
{
	float: left;
	width: 50%;
	transition: 0.5s;
}
.gracz3 img
{
	width: 100%;
	height: 100%;
	display: block;
}
.gracz4
{
	float: left;
	width: 50%;
	transition: 0.5s;
}
.gracz4 img
{
	width: 100%;
	height: 100%;
	display: block;
}
.gracz5
{
	float: right;
	margin-right: 25%;
	width: 50%;
	transition: 0.5s;
}
.gracz5 img
{
	width: 100%;
	height: 100%;
	display: block;
}
.text
{
    top: 44%;
    left: 50%;
}	
/*
	=================================================================================================
	stopka
*/
footer
{
	clear: both;
}
.partnerzy1
{
	width: 95%;
	position: relative;
	background: #fff;
	box-shadow: 0 0 56px rgba(0,0,0,.16);
	border-radius: 15px;
	z-index: 1;
	top:-3.9%;
}
.box-partnerzy1
{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
	height: 100%;
	text-align: center;
	position: relative;
	top: -28%;
}
.item1 img
{
	width: 38%;
}
.item2 img
{
	width: 47%;
    position: relative;
	/*left: -25px;*/
}
.item3 img
{
	width: 70%;
}
.description
{
	clear: both;
	width:100%;
	height: 640px;
	background-image: url(opistlo.png);
}
.box-description
{
	width: 90%;
	margin: auto;
	padding: 60px 10px 0px;
}
.onas
{
	clear: both;
	width: 100%;
}
.kontakt
{
	margin-top:10px;
	clear: both;
	width: 100%;
}
.zarzad
{
	margin-top:15px;
	clear: both;
	width: 100%;
}
.box-social {
    width: 140px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 10px 10px;
}
.socialmedia p {
    font-size: 21px;
}

}
@media(max-width:900px)
{
	
body
{
	background-image: url(tlostrona.png);
    background-repeat: no-repeat;
    background-position-y: 383px;
	background-size: 222%;
}
	
/*
	=================================================================================================
	menu
*/	
.box-nav 
{
    width:100%
}
.logo 
{
    width: 12%;
    height: 90px;
    float: left;
}
.menu 
{
	text-align: center;
    height: 80px;
    width: 88%;
    float: left;
}
/*
	=================================================================================================
	aktualnosci
*/	
.aktualnosci
{
	height: 945px;
}
.box-aktualnosci
{
	width: 100%;
}
.news
{
	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.big-news-left
{
	-webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: calc(100% - 12px);
    height: 300px;
	margin: 6px;
}
.big-news-right
{
	-webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: calc(100% - 12px);
    height: 300px;
	margin: 6px;
	top: 0px;
}
.big-news {
    position: relative;
    top: -94%;
    margin: 15px;
}
.small-left-news-left
{
	-webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: calc(50% - 12px);
    height: 144px;
	margin: 6px;
}
.small-left-news-right
{
	-webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: calc(50% - 12px);
    height: 144px;
	margin: 6px;
}
.small-right-news-left
{
	-webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: calc(50% - 12px);
    height: 144px;
	margin: 6px;
}
.small-right-news-right
{
	-webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: calc(50% - 12px);
    height: 144px;
	margin: 6px;
}
/*
	=================================================================================================
	mecze
*/
.games
{
	width: 100%;
	height: 1500px;
	padding: 0px 0px 0px; 
	margin: 20px 0px;
	position: relative;
	margin-bottom: 70px;
}
.box
{
	width: 100%;
	margin: auto;
}
.lastgames
{
	margin-top: 20px;
	width: 100%;
	height: 500px;
}
.nextgame
{
	margin-top: -10px;
	height: 520px;
	width: 100%;
}
.game 
{
    width: 100%;
    height: 400px;
    margin: 0px 0px;
    background-size: auto 200%;
}
.tournaments
{
	margin-left: 1.2px;
	margin-top: 20px;
	width: 100%;
	height: 455px;
}
/*
	=================================================================================================
	sponsorzy
*/
.sponsorzy {
    width: 95%;
    height: 135px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 56px rgb(0 0 0 / 16%);
    border-radius: 15px;
    z-index: 1;
    top: -5.8%;
}
/*
	=================================================================================================
	dywizje
*/
#napis902
{
	display:none!important;
}
#napis90
{
	display:none!important;
}
.dywizje 
{
    background-image: url(dywizje.png);
    width: 100%;
    height: 1740px;
    background-position: center;
    background-size: 400%;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}
.koszulki 
{
    margin-top: 10px;
	height:94%
}
.gracz1
{
	float: left;
	width: 50%;
	transition: 0.5s;
}
.gracz1 img
{
	width: 100%;
	height: 100%;
	display: block;
}
.gracz2
{
	float: left;
	width: 50%;
	transition: 0.5s;
}
.gracz2 img
{
	width: 100%;
	height: 100%;
	display: block;
}
.gracz3
{
	float: left;
	width: 50%;
	transition: 0.5s;
}
.gracz3 img
{
	width: 100%;
	height: 100%;
	display: block;
}
.gracz4
{
	float: left;
	width: 50%;
	transition: 0.5s;
}
.gracz4 img
{
	width: 100%;
	height: 100%;
	display: block;
}
.gracz5
{
	float: right;
	margin-right: 25%;
	width: 50%;
	transition: 0.5s;
}
.gracz5 img
{
	width: 100%;
	height: 100%;
	display: block;
}
.text
{
    top: 44%;
    left: 50%;
}	
/*
	=================================================================================================
	stopka
*/
footer
{
	clear: both;
}
.partnerzy1
{
	width: 95%;
	position: relative;
	background: #fff;
	box-shadow: 0 0 56px rgba(0,0,0,.16);
	border-radius: 15px;
	z-index: 1;
	top:-4.5%;
}
.box-partnerzy1
{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
	height: 100%;
	text-align: center;
	position: relative;
	top: -28%;
}
.item1 img
{
	width: 38%;
}
.item3 img
{
	width: 70%;
}
.description
{
	clear: both;
	width:100%;
	height: 640px;
	background-image: url(opistlo.png);
}
.box-description
{
	width: 90%;
	margin: auto;
	padding: 60px 10px 0px;
}
.onas
{
	clear: both;
	width: 100%;
}
.kontakt
{
	margin-top:10px;
	clear: both;
	width: 100%;
}
.zarzad
{
	margin-top:15px;
	clear: both;
	width: 100%;
}
.box-social {
    width: 140px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 10px 10px;
}
.socialmedia p {
    font-size: 21px;
}

}
@media(max-width:814px)
{
	/*
	=================================================================================================
	sponsorzy
*/
.sponsorzy {
    width: 95%;
    height: 135px;
    z-index: 1;
    top: -6.5%;
}
/*
	=================================================================================================
	dywizje
*/
#napis902
{
	display:none!important;
}
#napis90
{
	display:none!important;
}
.dywizje 
{
    background-image: url(dywizje.png);
    width: 100%;
	height: 1560px;
    background-position: center;
    background-size: 400%;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}
.partnerzy1
{
	top:-5.5%;
}
/*
	=================================================================================================
	stopka
*/
.description
{
	clear: both;
	width:100%;
	height: 555px;
	background-image: url(opistlo.png);
}

}
@media(max-width:730px)
{
	/*
	=================================================================================================
	aktualnosci
*/	
/*
	=================================================================================================
	sponsorzy
*/
.sponsorzy {
    width: 95%;
    height: 135px;
    z-index: 1;
    top: -7.1%;
}
/*
	=================================================================================================
	dywizje
*/
#napis902
{
	display:none!important;
}
#napis90
{
	display:none!important;
}
.dywizje 
{
    background-image: url(dywizje.png);
    width: 100%;
	height: 1430px;
    background-position: center;
    background-size: 400%;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}
.partnerzy1
{
	top:-6.5%;
}
/*
	=================================================================================================
	stopka
*/
.description
{
	clear: both;
	width:100%;
	height: 555px;
	background-image: url(opistlo.png);
}

}
@media(max-width:690px)
{
	/*
	=================================================================================================
	aktualnosci
*/	
/*
	=================================================================================================
	sponsorzy
*/
.sponsorzy {
    width: 95%;
    height: 135px;
    z-index: 1;
    top: -7.1%;
}
/*
	=================================================================================================
	dywizje
*/
#napis902
{
	display:none!important;
}
#napis90
{
	display:none!important;
}
.dywizje 
{
    background-image: url(dywizje.png);
    width: 100%;
	height: 1430px;
    background-position: center;
    background-size: 400%;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}
.partnerzy1
{
	top:-6.5%;
}
/*
	=================================================================================================
	stopka
*/
.description
{
	clear: both;
	width:100%;
	height: 555px;
	background-image: url(opistlo.png);
}

}
@media(max-width:660px)
{
	/*
	=================================================================================================
	sponsorzy
*/
.sponsorzy {
    width: 95%;
    height: 135px;
    z-index: 1;
    top: -7.7%;
}
/*
	=================================================================================================
	dywizje
*/
#napis902
{
	display:none!important;
}
#napis90
{
	display:none!important;
}
.dywizje 
{
    background-image: url(dywizje.png);
    width: 100%;
	height: 1330px;
    background-position: center;
    background-size: 400%;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}
.partnerzy1
{
	top:-7.5%;
}
}
@media(max-width:610px)
{
	/*
	=================================================================================================
	sponsorzy
*/
.sponsorzy {
    width: 95%;
    height: 135px;
    z-index: 1;
    top: -8%;
}
/*
	=================================================================================================
	dywizje
*/
#napis902
{
	display:none!important;
}
#napis90
{
	display:none!important;
}
.dywizje 
{
    background-image: url(dywizje.png);
    width: 100%;
	height: 1270px;
    background-position: center;
    background-size: 450%;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}
.partnerzy1
{
	top:-8%;
}
}

@media (min-width: 599px)
{
.menu-trigger 
{
	display:none;
}
.menu
{
	display:block !important;
}
	
}	

@media(max-width:599px)
{
	
body
{
	background-image: url();
    background-repeat: repeat;
	background-size: 110%;
}
	
/*
	=================================================================================================
	menu
*/	
.box-nav 
{
    width:100%
}
.logo 
{
    width: 25%;
    height: 90px;
    float: left;
}
.menu-trigger 
{
	display:block;
	height: 40px;
    width: 40px;
	margin-left: 85%;
	padding: 8% 0px 0px;
}
.logomenu
{
	
}
.logomenu img 
{
	width: 32px;
	height: 32px;
}
.menu 
{
	display:none;
	text-align: center;
    height: 100%;
    width: 100%;
    clear:both;
	background: #FCBC0C;
	position: relative;
	z-index: 1;
}
.menu ul {
	width: 100%;
    list-style-type: none;

}
.menu ul li 
{
    font-family: Oswald-medium,oswald,sans-serif;
    font-weight: 700;
    font-size: 25px;
    clear: both;
    padding: 30px 5px 25px;
	width: 99%;
}
	
/*
	=================================================================================================
	aktualnosci
*/



/*
	=================================================================================================
	MECZE
*/
.games
{
	width: 100%;
	height: auto;
	height: 1500px;
	margin-bottom:60px;
}

.box
{
	width: 100%;
	margin: auto;
}
.lastgames {
    margin-top: 30px;
    width: 100%;
    height: 483px;
}
.swiper-container 
{
	padding: 30px 0px 0px;
    width: 300px;
    height: 300px;
}
.swiper-container img 
{
    width: 309px;
    height: 269px;
}
.swiper-slide swiper-slide-active
{
	margin-right: 0px;
}
.game
{
	background-repeat: no-repeat;
	background-size: 220%;
	background-position: center;
}
.nextgame
{
	margin-top: -10px;
	height: 520px;
	width: 100%;
}
.tournaments
{
	margin-left: 1.2px;
	margin-top: 20px;
	width: 100%;
	height: 455px;
}
/*
	=================================================================================================
	sponsorzy
*/
.sponsorzy
{
	width: 95%;
	height: 135px;
	top: -97px;
}
/*
	=================================================================================================
	dywizje
*/
#napis902
{
	display:none!important;
}
#napis90
{
	display:none!important;
}
.dywizje {
    height: 2000px;
    background-position: center;
    background-size: 1050%;
    background-repeat: no-repeat;
	margin-bottom: 170px;
}
.koszulki 
{
    margin-top: 10px;
	height:94%
}
.gracz1
{
	float: none;
	width: 270px;
	height:332.06px;
	transition: 0.5s;
}
.gracz1 img
{
	width: 100%;
	height: 100%;
	display: block;
}
.gracz2
{
	margin-top:10px;
	float: none;
	width: 270px;
	height:332.06px;
	text-align:center;
	transition: 0.5s;
}
.gracz2 img
{
	width: 100%;
	height: 100%;
	display: block;
}
.gracz2 .text p
{
	margin-top:-3px;
}
.gracz3
{
	margin-top:10px;
	float: none;
	width: 270px;
	height:332.06px;
	transition: 0.5s;
}
.gracz3 img
{
	width: 100%;
	height: 100%;
	display: block;
}
.gracz4
{
	float: none;
	width: 270px;
	height:332.06px;
	margin-top:20px;
	transition: 0.5s;
}
.gracz4 img
{
	width: 100%;
	height: 100%;
	display: block;
}
.gracz4 .text
{
	top: 56%;
    left: 50%;
}
.gracz5
{
	float: none;
	width: 270px;
	height:332.06px;
	transition: 0.5s;
	margin: 20px auto 0px;
}
.gracz5 img
{
	width: 100%;
	height: 100%;
	display: block;
}
.text
{
    top: 43%;
    left: 50%;
}
/*
	=================================================================================================
	stopka
*/
footer
{
	clear: both;
}
.partnerzy1
{
	width: 95%;
	height: 255px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 56px rgba(0,0,0,.16);
	border-radius: 15px;
	z-index: 1;
	top:-86px;
}
.item1 img
{
	height: 64.13px;
    width: 64.13px;
	transition-duration: 0.4s;
}
.item2 img
{
    width: 17%;
	transition-duration: 0.4s;
	left: 0;
}
.item3 img
{
	height: 70px;
    width: 142px;
	transition-duration: 0.4s;
}
.box-partnerzy1
{
	display: block;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
	height: 100%;
	text-align: center;
	position: relative;
	top: -8px
}
.description
{
	clear: both;
	width:100%;
	height: 640px;
	background-image: url(opistlo.png);
}
.box-description
{
	width: 90%;
	margin: auto;
	padding: 60px 10px 0px;
}
.onas
{
	clear: both;
	width: 100%;
}
.kontakt
{
	margin-top:10px;
	clear: both;
	width: 100%;
}
.zarzad
{
	margin-top:15px;
	clear: both;
	width: 100%;
}
.box-social {
    width: 140px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 10px 10px;
}
.socialmedia p {
    font-size: 21px;
}
}

@media(max-width: 525px)
{

	/*
	=================================================================================================
	aktualnosci
*/
.aktualnosci
{
	height: 1355px;
}
.box-aktualnosci
{
	width: 100%;
}	
.news
{
    display: block;
	max-width: 380px;
}
.big-news-left
{
	max-width: 98%;
	height: 225px;
}
.big-news
{
	position: relative;
	top:-80%;
	margin: 15px;
}
.big-news h1
{
    font-size: 25px;
}
.big-news p
{
    font-size: 19px;
	margin: 10px 0px 10px;
}
.big-news h2
{
    font-size: 15px;
}
.big-news h3
{
    font-size: 15px;
}

.small-left-news-left 
{
	float: none;
	max-width: 98%;
	height: 225px;
	margin:auto;
}
.small-left-news-right 
{
	float: none;
	max-width: 98%;
	height: 225px;
}
.small-right-news-left 
{
	float: none;
	max-width: 98%;
	height: 225px;
	margin: auto;
}
.small-right-news-right
{
	float: none;
	max-width: 98%;
	height: 225px;
	margin: auto;
}
.big-news-right
{
	max-width: 98%;
	height: 225px;
	top: 0px;
}
.small-news
{
	top:-80%;
}
.small-news h1
{
    font-size: 25px;
}
.small-news h3
{
    font-size: 15px;
}
.small-news p
{
    font-size: 19px;
}
.small-news h2
{
    font-size: 15px;
}

}

