/* here you can put your own css to customize and override the theme */

.front-lists-v1 li {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .content-page .front-lists-v2 li {
    color: #555;
    font-size: 18px;
    margin-bottom: 14px;
    text-transform: uppercase;
  }
  .front-lists-v2 li i {
    margin-right: 5px;
    font-size: 19px;
  }
  

  .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
         -o-transition: border .2s ease-in-out;
            transition: border .2s ease-in-out;
  }
  .thumbnail > img,
  .thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
  }
  a.thumbnail:hover,
  a.thumbnail:focus,
  a.thumbnail.active {
    border-color: #337ab7;
  }
  .thumbnail .caption {
    padding: 9px;
    color: #333;
  }