/* Copyright 2013-2014 Soo Ling Lim at Kazoova */
@media (max-width: 767px) {
  .jumbotron {
    background: #d6e6f2;
  }
  .right-col {
    display: none;
  }
  .send-gift {
    margin-top: 20px;
  }
}
.alert-index {
  margin-top: -20px;
}
.jumbotron .message {
  padding-bottom: 20px;
  font-size: 30px;
}
.left-col {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-bottom: 50px;
  }
  .jumbotron .message {
    font-size: 35px;
    text-align: center;
  }
  .left-col {
    padding-bottom: 0px;
    text-align: right;
    padding-right: 65px;
    margin-right: -15px;
    border-right: 1px solid #333333;
  }
  .right-col {
    padding-left: 50px;
  }
}
.nav-btns {
  display: inline-block;
}
.nav-btns > li {
  float: left;
  margin-top: -5px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.nav-btns > li > a {
  border-radius: 4px;
  color: #ffffff;
  background-color: #979797;
  min-width: 140px;
}
.nav-btns > li > a:hover,
.nav-btns > li > a:focus {
  background-color: #878787;
}
.nav-btns .right > a,
.nav-btns .right > a:hover,
.nav-btns .right > a:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nav-btns .left > a,
.nav-btns .left > a:hover,
.nav-btns .left > a:focus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;

}
.nav-btns > li.active > a,
.nav-btns > li.active > a:hover,
.nav-btns > li.active > a:focus {
  background: #676767;
  color: #ffffff;
}
@media (min-width: 768px) {
  .col-sm-6 .listing-img {
    height: 171px;
    width: 100%;
    background: #eeeeee;
  }
}
@media (min-width: 992px) {
  .col-md-4 .listing-img {
    height: 145px;
    width: 100%;
    background: #eeeeee;
  }
}
@media (min-width: 1200px) {
  .col-lg-3 .listing-img {
    height: 130px;
    width: 100%;
    background: #eeeeee;
  }
}
.media .user-img {
  width: 38px;
  height: 38px;
}
.thumbnail a > div > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.social {
  list-style-type: none;
  padding-left: 0;
  position: fixed;
  top: 165px;
  right: 0;
  z-index: 999;   
  -webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);    
}
.social li {
  border-bottom: 1px solid #EEE8E2;
  display: block;
  float: none;
  margin-bottom: 0;
}
.social li a {
  display: block;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:  all .2s ease-in-out;
  -ms-transition:   all .2s ease-in-out;
  -o-transition:    all .2s ease-in-out;
  transition:     all .2s ease-in-out;  
}
.social .twitter {
  background-position: 0 0;
}
.social .facebook {
  background-position: -80px 0;
}
.social .linkedin {
  background-position: -160px 0;
}
.social .pinterest {
  background-position: 0 -40px;
}
.social .youtube {
  background-position: -80px -40px;
}
.social .twitter:hover {
  background-position: -40px 0;
}
.social .facebook:hover {
  background-position: -120px 0;
}
.social .linkedin:hover {
  background-position: -200px 0;
}
.social .pinterest:hover {
  background-position: -40px -40px;
}
.social .youtube:hover {
  background-position: -120px -40px;
}