// Place all the styles related to the institutions controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

.insitituion-description{
  height: 200px;
  overflow: hidden;
}

#products-title {
  padding: 25px 0px;
}

.limit-height {
  overflow: hidden;
  height: 85px;
}

#follow-div {
  margin-left: 16px;
}

#title {
  padding-bottom: 20px;
}

#follow-div a {
  border-radius: 0px;
  max-width: 166px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

#follow-div p {
  max-width: 190px;
  color: #EE4C9B;
}

.width-648 {
  max-width: 648px;
}

.black-border {
  box-shadow: 0px 0px 10px 0px rgb(51, 41, 50);
}
.product-avatar{
  margin-top: 15px;
  margin-left: 15px !important;
}
.product-description{
  height: 80px;
  overflow: hidden;
}
.products-text{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.social_buttons a {
  width: 40px !important;
  margin-left: 0px !important;
}

.institution_twitter{
  font-size: 30pt;
  text-align: center;
}
.justify{
  text-align: justify;
}
.follow-institution{
  margin-top: 18px;
}
#institution-cover img {
  height: 100%;
  width: 100%;
  min-width: 960px;
  max-height: 400px;
}

#sponsor-logo {
  position: relative;
  top: -90px;
}

#sponsor-logo img {
  margin-left: 20px;
  height: 180px;
  width: 180px;
}

#video-row {
  margin-bottom: 75px;
}

#institutions-social {
  margin-top: 26px;
}

#facebook-button {
  height: 40px;
}

.twitter-follow-button {
  margin-top: 10px;
}

.font-grey {
 color: #4c4d4f;
}

#products{
  background-color: #F0EEE8;
  padding-bottom: 120px;
}

#product {
  background-color: white;
  margin: 10px;
  width: 440px;
  height: 130px;
  margin-left: 19px;
  margin-right: 1px;
}

#product img {
  height: 100px;
  width: 100px;
}

.border {
  border-right: 1px solid gray;
}
