﻿.image {
	margin-top:39px;
}

.image.box_prop .inner_prop {
	background-size:cover;
	background-position:center center;
}

.cont .title {
	display:block;
	margin:26px 0 37px 0;
}

.content {
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	/**/
	-webkit-column-gap:8em;
	-moz-column-gap:8em;
	column-gap:8em;
	/**/
	margin-bottom:66px;
}

hr {
	height:1px;
	background-color:#000;
}

.accomplishments {
	margin-top:91px;
}

@media all and (max-width:767px) {
	.content {
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
}

/**/
.thumbs .thumb .title {
	margin:15px 0;
}


/* THUMBS - PRODUCTS */
.thumbs {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
	/**/
	margin-top:46px;
}

.thumbs .thumb {
	display:inline-block;
	/*width:22.5%;*/
	width:30%;
	height:auto;
	cursor:pointer;
	/**/
	/*flex-basis:22.5%;*/
	/**/
	margin-bottom:3.33%;	/* not supported FireFox */
	margin-bottom:50px;
}

.thumbs a:hover {
	color:inherit;
}

.thumbs a.arrow_title {
	margin-top:24px;
	margin-bottom:27px;
	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;
}

.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 - PRODUCTS */
	.thumbs .thumb {
		width:100%;
	}

	.thumbs .thumb .info {
		display:none;
	}
}

/* VIDEOS */
.video {
	margin-top:91px;
}

/*.video video {
	width:100%;
	margin-top:46px;
	margin-bottom:66px;
}*/

/**/
.video_container {
	margin:6% 0;
}