html, body {
	position: relative;
	height: 100%;
}
body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}
.swiper-container {
	width: 100%;
	height: 370px; /*w mobilnych 370, w normalnych 590px */
	margin-bottom: 40px;
	margin-top: 54px;
}
.swiper-slide {
	font-size: 18px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 60px;
	
	/*-webkit-filter: brightness(85%);
       -moz-filter: brightness(85%);
         -o-filter: brightness(85%);
        -ms-filter: brightness(85%);
            filter: brightness(85%);*/ 
}

.swiper-slide .title {
	font-size: 48px;
	/*        font-weight: 300;*/
	font-height: 50px;
	font-family: arvo;
	margin-top: 14px;
	color: #fff;
	
}
.swiper-slide .subtitle {
	font-size: 21px;
	margin-top: 15px;
}
.swiper-slide .text {
	font-size: 14px;
	max-width: 400px;
	line-height: 1.3;
}
.rsSlideTitle.button {
	border: 3px solid #fff;
	display: inline-block;
	background-color: rgba(255,255,255,0.2);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0;
	width: 130px;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	-ms-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
	margin-top: 18px;
}
.swiper-button-prev
{
	  position: absolute;
  cursor: pointer;
  bottom: 40px;
  right: 40px;
  z-index: 999999;
  background-color: #fff;
  height: 40px;
  width: 40px;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #606060;
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  
  background-image:url(../../images/lewa.PNG);
}
.swiper-button-next
{
	  position: absolute;
  cursor: pointer;
  bottom: 40px;
  right: 40px;
  z-index: 999999;
  background-color: #fff;
  height: 40px;
  width: 40px;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #606060;
  display: inline-block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  
  background-image:url(../../images/prawa.PNG);
}
.swiper-pagination-bullet-active
{
	background: white;
}
.opis
{
	margin-top: 5%; margin-left: 12%;
}

@media only screen and (min-width: 1390px) {
    .opis
    {
        margin-top: 3%; margin-left: 12%;
    }
}