﻿
.item-list-wrapper {position:relative;width:100%;}

.item-wrapper {position:absolute;margin-bottom:40px;/*border-radius:4px;*/cursor:pointer;}
.per .item-wrapper {box-shadow: 0px 0px 8px 0px #aaa;}
.eng .item-wrapper {box-shadow: 0px 0px 8px 0px #000;}
.item-wrapper .item-thumb {border-radius:inherit;}
.item-wrapper img {width:100%;height:auto;border-radius:inherit;}
.item-wrapper img[src=""] {display:none;}
.item-wrapper a {display:block;}
.item-wrapper a:hover {color:#232323;}

.item-info {padding:10px;border-radius:inherit;min-height:30px;}
.item-info item-subtitle {margin-top:10px;font-size:12px;}
.eng .item-info {text-align:left;}
.per .item-info {text-align:right;}
.per .item-info * {font-family:IranSharp !important;line-height:32px;}
.item-info .item-date {margin-top:10px;font-size:80%;opacity:0.7;}
.per .item-info .item-date {text-align:right;}
.eng .item-info .item-date {text-align:left;}

.item-wrapper img {width:100%;}
.item-wrapper .item-info {text-align:center;}
.per .item-wrapper .item-info {background-color:#fff;}
.eng .item-wrapper .item-info {background-color:#343434;}
.item-info .item-title {font-size:20px;}
.per .item-info .item-title {font-weight:bold;}
.eng .item-info .item-title {font-weight:normal;}
.item-info .item-subtitle {text-align:center;}
.item-info .item-subtitle span {font-size:13px;}


@media (max-width: 767px) 
{
	/*.item-list-wrapper {width:100%}
	.item-wrapper {(width:46%;}*/
}

@media (max-width: 480px) 
{
	.item-list-wrapper {width:100%;}
	.item-wrapper {width:90%;position:static;margin:auto;margin-bottom:40px;}
}