﻿/* MASTER */
video.inner_prop {
	width:100%;
	/*height: 100%;*/
}

/* INTRO */
.intro .description .title {
	display:inline-block;
}

.intro .description .cont {
	margin-top:2em;
}

/* THUMBS - LIST */
.thumbs {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
}

.thumbs .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;
}


@media all and (max-width:767px) {
	.thumbs .thumb {
		width:100%;
	}
}

.thumbs .thumb .box_prop.video {
	background-color:#000;
}


/* TAG */
.thumbs .thumb .box_prop:before {
	top:-140px;
}



/* VIDEO - ITEM */
.video {
	/*border-bottom:solid 1px #000;*/
	margin-bottom:6%;
}

.video .title h1 {
	font-size:1.0em;
	display:inline-block;
}

.video .title .spec {
	color:#9B9B9B;
}

.video .title:hover .spec {
	border-bottom-color:transparent;
}

.video .embed {
	margin-top:2.5em;
}


.video .embed iframe {
	width:100%;
	height:100%;
}

.description_item {
    margin:6% auto 0 auto;
	padding-bottom:6%;
}

.description_item .subtitle {
    color:#000;
    margin-bottom:1em;
}

.description_item .columns {
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
    -webkit-column-gap:8em;
    -moz-column-gap:8em;
    column-gap:8em;
}

.description_item .columns .links .title {
    display:inline-block;
    margin-top:1em;
}

@media all and (max-width:767px) {
	.description_item .columns  {
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
}


/* THUMBS - TAG */
.thumbs .thumb.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);
}

.thumbs .thumb.selected .box_prop .tag {
    top:2px;
}

.thumbs .thumb .box_prop .tag img {
	margin-right:6px;
}