/*
* Base Template
* Combines HTML5 Boilerplate & Boostrap. Includes some basic templating.
* Authored by Stephen Shaw (shshaw@gmail.com)
*
* Includes:
*  - HTML5Boilerplate v4.2.0
*  - LESS from Bootstrap v2.3.1
*/

/* @end */
body {
    margin: 0;
    padding: 0;
  }
  .Container {
    margin: 0 auto;
    padding: 0;
  }
  .Text-Left {
    text-align: left;
  }
  .Text-Right {
    text-align: right;
  }
  .Text-Center {
    text-align: center;
  }
  .Float-Left {
    float: left;
    margin-right: 20px;
  }
  .Float-Right {
    float: right;
    margin-left: 20px;
  }
  .flipster img{
    width: 258px;
    height: 410px;
  }
  @media (max-width: 480px){
  .flipster img {
      width: 150px;
      height: 200px;
  }
  }
  /* Custom Flipster Styles */
  .flipster {
    padding-bottom: 50px;
  }
  .pull-right {
    float: right;
  }
  .pull-left {
    float: left;
  }
  .hide {
    display: none;
  }
  .show {
    display: block;
  }
  .invisible {
    visibility: hidden;
  }
  .affix {
    position: fixed;
  }