.caret {
	display: inline-block;
	width: 0px;
	height: 0px;
	margin-left: 5px !important;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.media-body h3 {
  font-size: 23px !important;
}
.view {
  background: none repeat scroll 0 0 hsl(220, 21%, 86%);
  /* border: 10px solid hsl(0, 0%, 93%); */
  cursor: default;
  margin: 0px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 14px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding:6px 16px 0px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   margin:0px 0px 21px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.img-responsive1 {
  height: 200px;
  width: 100%;
}

.view-tenth h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: white !important;
  margin: 10px 10px 5px;
  opacity: 0;
  transform: scale(0);
}
em {
  color: black;
  font-size: 20px;
  font-weight: normal;
  margin: 6px !important;
}

.pull-right.content.social span {
  color: black;
  margin-left: 167px !important;
}

em {
  color: lightslategrey;
  font-size: 18px;
  font-weight: normal;
  margin: 6px !important;
}