@charset "utf-8";
.footer {
	margin-top: 0px;
}
.pagebk-links{
	background-image: url(../images/relatedlinks/bk1.jpg);
	background-size: 100% 200px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	padding-bottom: 85px;
}
.mbody-page{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.titlesbar {
	height: 130px;
	display: flex;
	align-items: center;
}
.titlesbar .titles {
	font-family: 'font1-bold';
	font-size: 3rem;
	color:#ffffff;
}

.links-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.links-container .lbox {
	width: calc(33% - 30px);
	flex-shrink: 0;
	background-color: #ffffff;
	margin-bottom: 33px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
	display: flex;
	flex-direction: column;
}

.links-container .lbox:nth-of-type(3n+3) {
	margin-right: 0px;	
}
.links-container .lbox .simage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	font-size: 0px;
	line-height: 0px;
}
.links-container .lbox .simage img {
	width: 100%;
}
.links-container .lbox .titles {
	color:#353535;
	padding: 25px 25px 55px 25px;
	border-top: 1px solid #dddddd;
	flex-grow: 1;
}
.links-container .lbox .btn {
	padding:0px 16px 16px 16px;
}
.links-container .lbox .btn a {
	color:#ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	background-color: #00aaff;
	height: 40px;
}
.links-container .lbox .btn a:hover{
	background-color: #00ccff;
} 

@media screen and (max-width: 970px) {
.pagebk-links{
	padding-bottom: 20px;
}	
.titlesbar {
    height: auto;
	justify-content: center;
}
.titlesbar .titles {
    font-size: 1.5rem;
	padding: 20px 0px 20px 0px;
}
.links-container {
    justify-content: center;
	flex-direction: column;
    align-items: center;
}
.links-container .lbox {
    width: 100%;
    margin-bottom: 15px;
	flex: 1;
    max-width: 640px;
}
}

.lang-fa .links-container .lbox,
.lang-ar .links-container .lbox{
    direction: rtl; 
}


