/***
Portfolio
***/
/*Portfolio Filter*/

.Portfolio{
	margin-bottom:20px;
	}
.Portfolio > .close {
	margin-top:10px;
	margin-right:20px
}

.mix-filter {
  list-style: none;
  margin: 0;
  padding: 2px 0;
  border-bottom:#f6f6f6 1px solid;
}
.mix-filter >.filterfirst{
	min-width:90px;
	color:#333;
	font-weight:400;
}
.mix-filterlast {
  border-bottom:0;
}
.mix-filter b {
  color:#666;
  padding-left:10px;
}
.ptb {
  padding:5px 0;
}
.mix-filter:hover {
	background-color:#ccedf7;
}
.mix-filter li {
  color: #555;
  cursor: pointer;
  padding: 3px 0;
  margin-right: 3px;
  display: inline-block;
  min-width:50px;
}
.mix-filter li a {
  color: #5b9bd1;
  padding: 3px 5px;
}

.mix-filter li.active,
.mix-filter li a:hover,
.mix-filter li a.active{
  color: #fff;
  background: #17C4BB;

}
.mix-grid .mix {
  opacity: 0;
  display: none;
}

/*Portfolio Hover*/
.mix-grid .mix {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.mix-grid .mix .mix-inner {
  position: relative;
  width: 100%;
}

.mix-grid .mix .mix-details {
  padding: 5px;
  color: #fff;
  width: 100%;
  height: 100%;
  bottom: -120%;
  text-align: center;
  position: absolute;
  background: #17C4BB;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.mix-grid .mix:hover .mix-details {
  bottom: 28px;
  height: 30%;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  filter:alpha(opacity=70); 
  -moz-opacity:0.7; 
  -khtml-opacity: 0.7; 
  opacity: 0.7; 
}

.mix-grid .mix .mix-details h4 {
  color: #fff;
}
.mix-grid .mix .mix-details h4 a{
  color: #fff;
}
.mix-grid .mix .mix-details p {
  padding: 0 30px;
}
.mix-grid h4{
font-size: 16px;
display:block;                     /*内联对象需加*/
word-break:keep-all;           /* 不换行 */
white-space:nowrap;          /* 不换行 */
overflow:hidden;               /* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;
}
.mix-grid h4 a{
color: #20B2AA;
font-weight:500;
}
.mix-grid .mix .mix-details i {
  color: #fff;
  font-size: 14px;
}

.mix-grid .mix a.mix-link,
.mix-grid .mix a.mix-preview {
  color: #555;
  display: block;
  cursor: pointer;
  margin-top: 10px;
  position: absolute;
  padding: 10px 15px;
  background: #16b2f4;
}

.mix-grid .mix a.mix-preview {
  left: 50%;
  margin-left: 5px;
}

.mix-grid .mix a.mix-link {
  right: 50%;
  margin-right: 5px;
}

.mix-grid .mix a.mix-link:hover,
.mix-grid .mix a.mix-preview:hover {
  color: #fff;
  padding: 9px 14px;
  text-decoration: none;
  border: solid 1px #eee;
}
  .mix-grid .img-responsive {
  width:100%;
  height: 130px;
}

.tab-pane {
  background:#fff;
}
.tab-panes {
  background:#fff;
}
.hii{
  font-size:18px;
  font-weight:500;
  line-height: 28px;
  border-bottom: 3px solid #F3565D;

  position: relative;
  display: block;
}


/*Booking Blocks (Content)*/
.booking-results {
  margin-top: 20px;
}
.booking-result {
  overflow: hidden;
}
.booking-result  .fl{
  float: left; 
}

.booking-result .booking_img a img:hover {
	filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6;
}
.booking-result .booking-img {
  display: inline-block;
  float: left;
  width: 140px;
  margin-right: 10px;

}
.padding-left-10{
    padding-left: 10px;
}
.booking-result .music-img {
  display: inline-block;
  float: left;
  width: 60px;
  height:60px;
  background: url(../img/mplayer.gif);
  background-repeat: no-repeat;
  background-position:50% 50%;
  margin-right: 10px;
  border: solid 1px #eee;
}
.booking-result span{
  color:#999;
  font-size: 12px;
}
.booking-result .booking-img img {
  float: left;
  width: 100%;
  height: 100px;
  margin: 3px 10px 10px 0;
}
.booking-result .booking-info h2 {
  margin-top: 2px;
  font-size: 18px;
  font-weight:100;
  line-height: 20px;
}
.booking-result .music-info h2 {
  margin: 0;
  font-size: 16px;
  font-weight:100;
  line-height: 20px;
}

.booking-result .booking-info h2 a,
.booking-result .music-info h2 a{
  color:#07c
}

.booking-result .booking-info p a {
  color:#999
}
.booking-result  h2 {
  margin-top: 2px;
  font-size: 18px;
  font-weight:100;
  line-height: 20px;
}

/*分页*/
.shpa{
  text-align:center;
  margin-top: 20px; 
}
.shpa b{ 
padding:0 5px 0; 
color:#333; 
display:inline-table; 
} 
.shpa a{ 
margin:0 3px;
padding:5px 8px 5px;
color:#666; 
display:inline-table; 
border:1px solid #ddd; 
} 
.shpa a:hover{ 
color:#fff; 
background:#17C4BB; 
border:1px solid #17C4BB; 
} 



/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) {
  .mix-grid .mix.col-md-6.col-sm-6 .mix-details {
    height: 50%;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  .mix-grid .mix a.mix-link,
  .mix-grid .mix a.mix-preview {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .booking-results{
    margin-top: 0;
  }
  .booking-result{
	  margin-top:15px;
  }
}top:15px;
  }
}