   .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
		color: #fff;
    }
	
	.rowprices {
		background: #2c3435;
	}
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
          .swiper-slide img { width: 350px; }



@media (max-width: 2000px)  {
  .swiper-slide img {  width: 350px; }
}
          
          
@media (max-width: 1500px)  {
  .swiper-slide img {  width: 330px;}
}

@media (max-width: 1300px)  {
  .swiper-slide img { width: 300px; }
}


@media (max-width: 1000px)  {
  .swiper-slide img {  width: 280px; }
}






@media (max-width: 748px)  {
  .swiper-slide img {  width: 260px; }
}


@media (max-width: 600px)  {
  .swiper-slide img {  width:100%; }
}



@media (max-width: 400px)  {
  
}


#toolbar-administration {
	background: #002b36;
}

     