/*------------------------------------------------------*/
/* KEN BURNS 061
/*------------------------------------------------------*/
#kenburns_061 {
    margin-top: -22px!important;
}

/*pagination 2*/

.pager {
	margin: 0;
	direction: rtl;
}
.pager a, .pager span, .pager strong {
	height: 36px!important;
	width: 36px!important;
	font-size: 18px;
	padding: 5px 10px;
	margin:0!important;
	border:1px solid #ccc;
} 
.pager a:focus, .pager a:hover, .pager span:focus, .pager span:hover, .pager strong {
	background: #005294;
	color: #fff;
}

/***********************************************/

.linkpdf a.notFind, .linkpdf1 a.notFind {
	cursor: not-allowed;
	opacity: 0.8; 
background:#414141;
}
.linkpdf a.notFind:hover, .linkpdf1 a.notFind:hover {
	color: #fff;
	border:none;
	opacity:0.5;
}

/*****************************************/
.btn-blue {
	border: 1px solid #005294;
	padding: 7px 25px;
	display: inline-block;
	background: #005294;
	color: #fff;
	transition: all ease-in-out 0.3s;
	cursor: pointer;
	border-radius:60px;
}
.btn-blue:hover {
	background: #fff;
	color: #005294;
	border-color: #005294;
}

/***************************************/
.contact-form img {
	width:inherit!important;
}