/*custom css*/
.header {
  padding-top: 1%;
}

.list {
  padding-top: 3%;
}

.panel-group {
  padding-top: 50px;
}
.panel-default {
  border-radius: 0;
  border: none;
  background: none;
  margin-bottom: 0;
  padding-bottom: 14px;
}
.panel-default > .panel-heading {
  border: none;
  background: none;
  padding: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
  /*padding: 0 0 0 32px;*/
}
.panel-default h5 {
  font: 300 19px "Open Sans", Arial, sans-serif;
  padding: 0;
  margin: 0 0 5px;
}
.panel-group .panel+.panel {
  margin-top: 15px;
}
.panel-default .accordion-toggle:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background: #2972b3 url(http://keenthemes.com/assets/bootsnipp/toggle-icons.png) no-repeat 6px 10px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.panel-default .collapsed:before {
  background: #495764
  url(http://keenthemes.com/assets/bootsnipp/toggle-icons.png) no-repeat 6px -148px;
}
.panel-default .panel-title:hover .collapsed:before {
  background-color: #2972b3;
  transform: scale(1.3);
}
.panel-default .accordion-toggle,
.panel-default .accordion-toggle:focus,
.panel-default .accordion-toggle:hover,
.panel-default .accordion-toggle:active {
  color: black;;
  text-decoration: none;
}
.panel-default .collapsed {
  color: #5f6f7e;
}

.dropimg {
  border: 2px solid #2972b3;
  width:  250px;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dropimg2 {
  width:  350px;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 15px;
}

.dropicon {
  border: 2px solid #2972b3;
  width:  75px;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dropiconinline {

  border: 1px solid #2972b3;
  width:  40px;
  height: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.center-block{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sidebyside{
  display: inline-block;
  margin-left: auto;
  margin-right: auto;

}

#center-images{
  text-align: center;
}

.note{
  font-size: 80%;
}

/*index page css */
.responsive-image {
  max-width: 100%;
}

.cell img {
  display: block;
}

@media screen and (max-width: 600px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: 10%;
  }
  .cell {
   width: calc(25% - 2rem);
   flex: 0 0 230px;
  }
  .cellhead {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .cell {
   width: calc(25% - 2rem);
   flex: 0 0 230px;
  }
  .cellhead {
    font-size: 14px;
  }
}

.cell {
  margin: 1rem;
  border: 1px solid #e0e0e0;
  padding: 1%;
  flex: 0 0 230px;
  -webkit-box-shadow: 29px 34px 14px -27px rgba(0,0,0,0.75);
  -moz-box-shadow: 29px 34px 14px -27px rgba(0,0,0,0.75);
  box-shadow: 29px 34px 14px -27px rgba(0,0,0,0.75);
}

.cell:hover {
opacity: .5;
-webkit-filter:
grayscale(100%);
}

.cellhead {
  text-align: center;
  padding: 2%;
}

#othericon {
  padding-right: 2%;
}

#fitbit {
  padding-bottom: 7%;
  padding-top: 7%;
}
