/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018/06/28, 13:07:30
    Author     : martin
*/
.lswiper {
  position: relative;
  display: block;
  width: 100%;
  height: 480px;
  overflow: hidden; }
  .lswiper .lswiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 450px;
    font-size: 0;
    overflow-y: hidden; }
    .lswiper .lswiper-wrapper .item {
      display: inline-block;
      height: 450px;
      color: #FFF;
      text-align: center;
      overflow: hidden; }
      .lswiper .lswiper-wrapper .item img {
        height: 450px;
        width: auto; }
  .lswiper .lswiper-bullets-wrapper {
    position: absolute;
    top: 450px;
    width: 100%;
    height: 30px;
    padding: 10px 0;
    text-align: center; }
    .lswiper .lswiper-bullets-wrapper .lswiper-bullet-item {
      display: inline-block;
      width: 8px;
      height: 8px;
      background: #CCC;
      border-radius: 4px;
      margin: 0 8px;
      transition: all 600ms ease; }
      .lswiper .lswiper-bullets-wrapper .lswiper-bullet-item.selected {
        background: #666; }

/*# sourceMappingURL=lswiper.css.map */
