.bclinks_wrapper {
	float: left;
	width: 100%;
	box-sizing: border-box;
	list-style-type: none
}
.bclinks_items {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.bclinks_item {
	float: left;
	width:100%;
	position:relative;
	direction: ltr;
	box-sizing:border-box;
	box-shadow: 0px 0px 10px 0 rgba(158, 158, 160, 0);
	border-bottom: 0px solid #f8e07c;
	margin-top:50px;
	margin-bottom:5px
}
.bclinks_item_content {
	float: right;
	width: 100%;
	height:130px;
	display:table;
}
.bclinks_item_text {
	float: right;
	width: 100%;
}
.bclinks_item_title {
	width:100%;
	float:left;
	font-size:28px;
	text-align:center;
	line-height:1.2em!important;
}
.bclinks_item_sub_title {
	width:100%;
	float:left;
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
	margin-top:3px
}
.bclinks_btn_wrapper {
	float: right;
	width: 100%;
    display:inline-block;
	text-align:center;
	direction:rtl;
	margin-top:15px;
	margin-bottom:7px
}
.bclinks_btn {
	float: none;
	width: 260px;
    display:inline-block;
	text-align:center;
	direction:rtl;
	font-size:15px;
	box-sizing:border-box;
	padding: 9px 17px 11px 17px;
	transition: 0.5s all;
	margin-right:5px;
	margin-left:5px;
	background: linear-gradient( to top, #e3c059, #f8de7b);
	color:#000;
}
.bclinks_btn:hover {
	background: linear-gradient( to top, #000, #000);
	color: #f8de7b;
}
@media all and (min-width: 1438px) {

}
@media all and (max-width: 1439px) and (min-width: 769px) {

}
@media (max-width: 768px) and (min-width: 481px) {

}
@media (max-width: 480px) and (min-width: 319px) {
.bclinks_item_title {
	font-size:20px;
	width:80%;
	margin-right:10%;
	margin-left:10%;
	margin-bottom:5px
}
.bclinks_item_sub_title {
	display:none
}
.bclinks_btn {
	width: 260px;
	margin-bottom: 0px;
}
.bclinks_btn:first-child {
	display:none
}
.bclinks_item {
	box-shadow: 0px 0px 25px rgb(130 129 129 / 10%);
	border-bottom: 0px solid #f8e07c;
	background-color:#fff!important;
	padding:10px;
	margin-top:10px;
}

}
@media all and (max-width:320px) {
.bclinks_item_title {
	font-size:20px;
	width:80%;
	margin-right:10%;
	margin-left:10%;
	margin-bottom:5px
}
.bclinks_item_sub_title {
	display:none
}
.bclinks_btn {
	width: 260px;
	margin-bottom: 0px;
}
.bclinks_btn:first-child {
	display:none
}
.bclinks_item {
	box-shadow: 0px 0px 25px rgb(130 129 129 / 10%);
	border-bottom: 0px solid #f8e07c;
	background-color:#fff!important;
	padding:10px;
	margin-top:10px;
}
}