@import url(//fonts.googleapis.com/css?family=Oswald:400,700&subset=latin,latin-ext);
@import url(giftslist.css);
@import url(giftform.css);
@import url(giftsfirstpage.css);
@import url(colors.css); /* dāvanu iepakojumu krāsas */
@import url(css/composer.new.css);
@import url(friendbox.css);

.clickable {
	cursor: pointer;
}
.giftList {
	margin-top:16px;
}
.shelf {
	background: url('//ifrype.com/gifts/img/shelf.png') no-repeat left bottom;
	width: 695px;
	padding-left: 34px;
	padding-bottom: 30px;
	margin-bottom: 15px;
	padding-top: 20px;
}
.shelf .cardItem a.popupCard {
	display: block;
	position: absolute;
	height: 80px;
	width: 158px;
	z-index: 5;
}
.shelf .newGift {
	background-color: #ff9511;
	border-radius: 5px;
}
.shelf .newGiftTitle {
	position: absolute;
	top: -16px;
	left: 3px;
	color: #f00;
	font-size: 0.9em;
}
.shelf .cardBg {
	width: 160px;
	height: 82px;
	position: absolute;
	background: url('//ifrype.com/gifts/img/smallcard/giftCard0.png') no-repeat;
	top: 2px;
	left: 1px;
}

.shelf .name {
	text-shadow: 1px 1px 0 #393939;
}
.shelf .cardItem {
	width: 158px;
	height: 80px;
	float: left;
	margin-right: 10px;
	position: relative;
}

.shelf .cardItem .name {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 10px;
	line-height: 11px;
	line-break: no-wrap;
	overflow:hidden;
	padding-right: 6px;
}
.shelf .cardItem .cardImage {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -31px;
	right: -5px;
	background-position: top left;
	background-repeat: no-repeat;
}
.shelf .cardItem .unseen {
	position: absolute;
	bottom: -17px;
	font-size: 10px;
	color: #fff;
	width: 160px;
	text-align: center;
}
.shelf .name, .shelf .name a {
	color: #fff;
}

.shelf.achievements {
	padding-top:0;
}
.shelf.achievements .achievementItem {
	background: url("/gifts/img/smallcard/giftCard0.png") no-repeat center bottom;
	display:inline-block;
}
.shelf.achievements .achievementItem .achievementImage {
	height: 100px;
	margin-right: 10px;
	position: relative;
	width: 158px;
	background-repeat: no-repeat;
	background-position: right bottom;
	display: inline-block;
}
.shelf.achievements .achievementItem .achievementImage span {
	bottom: 5px;
	font-size: 10px;
	left: 15px;
	line-height: 11px;
	overflow: hidden;
	padding-right: 6px;
	position: absolute;
	text-shadow: 1px 1px 0 #393939;
	color: white;
}

.giftList li {
	display:inline-block;
	vertical-align: top;
	padding:0;
	margin:0 8px 0 0;
	border:0;
	width: 144px;
	height: 207px;
	text-align: center;
	position: relative;
	border-radius: 8px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	text-decoration: none;
}
.giftList li:hover {
	background-color: #f8f8f8;
	text-decoration: none;
}
.giftList li .icon.removeIcon {
	position:absolute;
	bottom:2px;
	left:16px;
	width: 128px;
	text-align: left;
	cursor:pointer;
	font-size:11px;
}
.giftList li a .giftTitle {
	font-size: 13px;
	line-height: 17px;
	color: #1e1e1e;
	max-height: 38px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 12px;
}
.giftList li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 175px;
	color: #232425;
	position: relative;
	font-size: 13px;
	line-height: 19px;
}
.giftList li .image {
	display: block;
	width: 120px;
	height: 120px;
	margin: 12px;
	background-size: auto 100%;
}

/*animetas davanas thumb/hover animation*/
.giftList li .hoverClipThumb {
	display: none;
	width: 100px;
	height: 100px;
	margin:14px auto;
	background-size: auto 100%;
}
.giftList li .image.hoverClip {
	display:block;
}
.giftList li .hoverClipThumb {
	display: none;
}
.giftList li .image.hoverClip {
	display: block;
}


.achievementOverview .SayEventsAchievement {
	height:200px;
}
.footerInfo.couponBtn {
	padding: 5px;
}
.footerInfo {
	margin:5px 0 15px;
	display: block;
	clear: both;
}
.achievements.list a ,
.achievements.list li {
	display: block;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	margin-bottom:10px;
}
.achievements.list a div ,
.achievements.list li div {
	background-position: right center;
	background-repeat: no-repeat;
	height:80px;
	padding-right: 80px;
	background-size: auto 100%;
}

.achievements.list a div span ,
.achievements.list li div span {
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}

#catFilter a {
	padding: 6px 0;
}

#catFilter div {
	background-position: 5px center;
}

.giftsBlock .giftFrWrap {
	overflow: hidden;
}

#giftUserList {
	left: 0;
	transition: left .4s ease-in-out;
	position: relative;
}
