@font-face 
{
	font-family: 'Helvetica Neue W23 for SKY Reg';
	src: url('fonts/HelveticaNeueW23forSKY-Reg.eot');
	src: url('fonts/HelveticaNeueW23forSKY-Reg.eot?#iefix') format('embedded-opentype'),
	url('fonts/HelveticaNeueW23forSKY-Reg.woff') format('woff'),
	url('fonts/HelveticaNeueW23forSKY-Reg.ttf') format('truetype'),
	url('fonts/HelveticaNeueW23forSKY-Reg.svg#Helvetica Neue W23 for SKY Reg') format('svg');

} 

*{
margin:0;
padding:0
}

*,:before,:after {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}

body {
	color: #000;
	background-color:#e9eaed;
    direction: rtl;
    font-family: 'Helvetica Neue W23 for SKY Reg';
    font-size: 16px;
    line-height: 1.5em;
}

*:focus {
outline:0
}

a,a:link,a:active,a:visited,a:focus {
color:#00afab;
text-decoration:none;
outline:0;
}

img {
border:none;
vertical-align:middle;
}

.clearfix:before,.clearfix:after {
content:"";
display:table
}

.clear,.clearfix:after {
clear:both
}

.right {
float:right
}

.left {
float:left
}

.container{
	width:90%;
	margin:0 auto;
	padding:0 20px;
}
#page{
	margin:40px 0;
}
#page .posts{
	background-color:#fff;
	padding:10px 0 0;
}
.post{
	 border-bottom: 1px solid #e5e6e9;
    font-size: 14px;
    line-height: 140%;
    padding: 20px 35px 10px;
}
#page .posts .post:last-child{
	border-bottom:0;
}

.post p.text{
	margin-bottom:10px;
}

.icons{
	
}
.icons a{
    background-repeat: no-repeat;
    background-size: 32px 32px;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    margin-right: 5px;
    width: 32px;
}
.icons .facebook{
	 background-position: 0 0;

}
.icons .twitter{
	 background-position: 0 0;
	
}


/***************pagination***********/
.paging {
    background-color: #fff;
    display: inline-block;
    height: 35px;
    margin: 10px 0;
    width: 100%;
    padding:0 15px;
}
.pages {
    float: right;
    font-family: "Times New Roman",Times,serif;
    font-size: 22px;
    height: 35px;
    padding: 0 20px;
    text-align: center;
    width: 60%;
}
.page_number_body {
    display: inline-block;
    height: 35px;
    line-height:35px;
    text-align: center;
    width: 40px;
    font-size:18px;
    border-left: 1px solid #e5e6e9;
    margin-left: -6px;
}
.pages .page_number_body:first-child {
border-right: 1px solid #e5e6e9;

}
.selected_page_number_body {
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height:35px;
    text-align: center;
    width: 50px;
    background-color:#00b0ab;
    font-size:18px;
}
.page_number_body a, .page_number_body a:link, .page_number_body a:visited {
    color: #333;
    display:block;
}
.page_number_body a:hover {
    color: #73337d;
    background-color:#e5e6e9;
}
.arr_prev {
    background: transparent url("images/prev.png") no-repeat scroll right center;
    float: right;
    height: 35px;
    line-height: 35px;
    padding-right: 25px;
    width: 15%;
}
.arr_next {
   background: transparent url("images/next.png") no-repeat scroll left center;
    float: left;
    height: 35px;
    line-height: 35px;
    padding-left: 25px;
    width: 15%;
    
}


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