﻿

/**/
	.items .thumb {
		display: inline-block;
		width: 30%;
		height: auto;
		cursor: pointer;
		/**/
		margin-bottom: 3.33%; /* not supported FireFox */
		margin-bottom: 50px;
	}

	/*.thumbs a:hover {
		color: inherit;
	}

	.thumbs a.arrow_title {
		margin-top: 24px;
		margin-bottom: 11px;
		display: inline-block;*/
		/**/
		/*font-family: 'jm';
		font-weight: normal;
		color: #000;
		font-size: 1.25em;
	}

	.thumbs .thumb:hover .arrow_title span {
		border-bottom: solid 1px #000;
	}

	.thumbs .thumb .info .dy {
		color: #000;
		text-transform: uppercase;
	}

	.thumbs .thumb .info .abst {
		height: 69px;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}*/

.items .item .box_prop.video {
	background-color: #000;
}

@media all and (max-width:1024px) {
	.intro .description {
		width:100%;
		margin-left:0;
	}
}

@media all and (max-width:767px) {
	.items .block .item .abst {
		display:block !important;
	}

	.items .item {
		width: 100%;
	}

	.items .separator {
		display:none;
	}
}


/* TAG */
.items .item .box_prop:before {
	top: -140px;
}

/* THUMBS - TAG */
.items .item.selected .box_prop:before {
	-webkit-transform: rotate(4.3deg);
	-moz-transform: rotate(4.3deg);
	-o-transform: rotate(4.3deg);
	-ms-transform: rotate(4.3deg);
	transform: rotate(4.3deg);
}

.items .item.selected .box_prop .tag {
	top: 2px;
}

.items .item .box_prop .tag img {
	margin-right: 6px;
}
