#items .item_box {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    overflow: hidden;
}

#items .item_box.full {
    float: none;
    width: 100%;
    margin-left: 0;
}


#items .item_box > a > img {
    width: 25%;
    margin-left: 2%;
    max-width: 135px;
    float: right;
    margin-bottom: 7px;
    border: 1px solid #ececec;
}

#items .item_box .item_text .textArea a {
	color: #000;
	text-decoration: none;
}
#items .item_box .item_text .textArea a:hover {
	color: #00aed9;
}


#items .item_box .item_text > h4 {
    line-height: 1.4em;
}

#items .item_box .item_text > h4 a {
    text-decoration: none;
    color: #3e3e3e;
    font-size: 1.286em;
}

#items .item_box.mini .item_text > h4 a {
    font-size: 1.1em;
}

#items .item_box.mini .item_text .textArea sub {
    font-size: 1em;
}

#items .item_box.mini > img {
    max-width: 80px;
}

#items .item_box .item_text > h4 a:hover {
    text-decoration: underline;
}

#items .item_box .item_text > h4 time {
    float: left;
}

#items .item_box .item_text a.phoneBox {
    display: block;
    float: left;
    background: #03ccfe;
    color: #fff;
    padding: 0px 8px;
    text-decoration: none;
}

#items .item_box .item_text a.phoneBox:hover {
    text-decoration: none;
}

.index_block #items .item_box {
	border-bottom: 0;
	float: right;
    width: 49%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.index_block #items .item_box .item_text > h4 a {
    font-size: 1.086em;
}

.big_block #items .item_box > img {
    width: 100%;
    float: none;
    max-width: 100%;
    height: 280px;
	border: 0;
	margin: 0;
}

.big_block #items .item_box {
	border: 0;
	margin-bottom: 0;
	position: relative;
	padding-bottom: 0;
}

.big_block #items .item_box  .item_text {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(40,209,235,0.75);
	width: 100%;
	color: #fff;
	padding: 2%;
}

.big_block #items .item_box  .item_text  .textArea {
	font-family: 'Alef', arial;
}

.big_block  #items .item_box .item_text > h4 a {
	color: #fff;
	font-size: 1.586em;
}

.big_block .author_area {
	float: left;
	color: #000;
	font-weight: normal;
	margin-top: 3px;
}

.pagination{
    float: right;
    margin-top: 20px;
}

.pagination > li{
    float:right;
}
.pagination > li > a,
.pagination > li.dot{
    display:block;
    min-width: 16px;
    text-align: center;
    line-height: 16px;
    background-color: #3e3e3e;
    margin-left: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    position: relative;
}

.pagination > li.active > a,
.pagination > li:hover > a {
    background-color: #03ccfe;
    color: #fff; 
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}