
/*dst1*/
.dst1-filter{
	margin-bottom: 30px;
}
.dst1-item .form-control{
	height: 40px;
	border-radius: 0;
	margin-bottom: 35px;
	font-size: 16px;
}
.dst1-item .form-control option{
	line-height: 1.8;
}
.dst1-item .form-control:focus{
	border-color: #c4161c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(196, 22, 28, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(196, 22, 28, .6);
}
.dst1-btn{
	font-size: 16px;
	width: 100%;
	height: 40px;
	background: #c4161c;
	color: #fff;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
}
.dst1-btn:hover,
.dst1-btn:focus{
	background: #c4161c;
}
@media(max-width: 767px){
	.dst1-item .form-control{
		font-size: 14px;
	}
	.dst1-item .form-control{
		margin-bottom: 20px;
	}
}
/*End dst1*/

/*dst2*/
.dst2-item-inner{
	background: #FFF;
    padding: 30px 30px 35px 15px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    position: relative;
    margin-bottom: 20px;
}
.dst2-item-label{
    position: absolute;
    right: auto;
    top: 10px;
    left: -10px;
    background-color: #c4161c;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 0 20px 20px 0px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    color: #fff;
    z-index: 1;
}
.dst2-item-center{
	border-left: 1px solid #c4161c;
}
.dst2-item-name{
	font-size: 20px;
	font-weight: bold;
	color: #c4161c;
	margin: 0 0 9px;
}
.dst2ir-img{
	text-align: center;
    box-shadow: 0 0 10px;
    display: block;
    border-radius: 10px 10px 0 0;
}
.dst2ir-img img{
	max-width: 70px;
	margin-bottom: 10px;
}
.dst2ir-btn{
	display: block;
	border-radius: 2px;
	margin-bottom: 14px;
	text-align: center;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	line-height: 35px;
	border: 2px solid #c4161c;
	font-size: 14px;
	font-weight: 600;
}
.dst2ir-btn i{
	font-weight: 500;
	margin-left: 8px;
}
.dst2ir-btn:hover, .dst2ir-btn2 {
    color: #fff;
    background: #c4161c;
}
.dst2-item-right{
	padding: 0;
}
.dst2-item-des{
	font-weight: 600;
	font-size: 15px;
}
.dst2-item2 .dst2-item-label{
	background: #ffd700;
	color: #000;
}
@media(max-width: 991px){
	.dst2ir-btn{
		font-size: 13px;
	}
}
@media(max-width: 767px){
	.dst2-item-inner{
		padding: 10px;
	}
	.dst2-item-center{
		border: none;
		padding: 0;
	}
	.dst2-item-right{
		margin-top: 10px;
	}
}
/*End dst2*/

/*pager*/
.pager{
    margin: 10px 0 30px;
}
.pager li>a, .pager li>span{
    border-radius: 0;
    margin: 0px 2px 5px;
    border: none;
    background: #000;
    padding: 5px 13px;
    color: #fff;
    line-height: 1.5;
}
.pager .active a, .pager .active span, 
.pager .active a:hover, 
.pager .active span:hover, 
.pager li:hover a {
    background: #c4161c;
}
/*End pager*/

