body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.page-header {
    margin-top: 0;
}

.footer {
    /*margin-top: 50px;   */
}

/* CSS used here will be applied after bootstrap.css */

/* Create a medium height at 40px */
.navbar-md {min-height:40px}
.navbar-md .navbar-brand,
.navbar-md .navbar-nav>li>a {padding-top:10px; padding-bottom:10px}
.navbar-md .navbar-brand {height: 40px}  
.navbar-md .navbar-toggle {margin: 6px 12px 6px 0px; padding: 6px 7px 6px 7px;}
.navbar-md .navbar-toggle .icon-bar {width: 19px;}


/* Create a small height at 30px */
.navbar-sm {min-height:30px}
.navbar-sm .navbar-brand,
.navbar-sm .navbar-nav>li>a {padding-top:5px; padding-bottom:5px}
.navbar-sm .navbar-brand {height: 30px}
.navbar-sm .navbar-toggle {margin: 3px 9px 3px 0px; padding: 4px 4px 4px 4px;}
.navbar-sm .navbar-toggle .icon-bar {width: 16px;}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 250px;
  /* margin-bottom: 60px; */
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 250px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 250px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 10px 0; /* Space out the Bootstrap <hr> more */
}


.featurette {
  padding-top: 150px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}

.featurette-image {
  margin-top: -150px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}



/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

p.lead {
  margin-bottom: 0px;
}

/* Panels
------------------------- */
.BottomPanel {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

/* 15px right, bottom */

.panel-body > img {
    margin-right: 15px;
    margin-bottom: 5px;
}




/* Columns
------------------------- */
@media only screen and (min-width : 768px) {
  
  .sairow {
    display: table;
    margin-top: 30px;
  }

  .row {
    margin-bottom:5px;
  }

.team-row {
    margin-bottom:0px;
  }

.logorow {
  min-height: 80px;
  max-height: 80px;
  margin-bottom: 10px;
}

.logorow img{
  vertical-align: bottom;
  bottom:0;
}

  .saicol {
    float: none;
    /*width: 33%;*/
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-bottom: 15px;
  }
.saibottom {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }


/*==================================================
 * Effect 4 - drop shadow bottom right corner
 * ===============================================*/
.effect4
{
  position: relative;
}
.effect4:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}  

.saiwhite {
  background-color: white;
  padding-left: 2px;
  margin-left: 13px;
}

.saiwhite h2 {
  margin-top: 0px;
}

.saizeropadding {
  padding-left: 0px;
}

}

.fixedheight {
  min-height: 35px;
}


