﻿/* DESIGNERS ROOT */
#designersroot .intro .description {
	padding:0;
}

@media all and (max-width:1023px) {
	#designersroot .intro .description {
		margin-left:0;
		width:100%;
		text-align:inherit;
	}
}


/**/
.intro .description h1 {
	display:inline-block;
}

.intro .description .cont {
	margin-top:2em;
}

.images.box_prop .inner_prop {
	background-size:cover;
	display:none;
	/**/
	-webkit-opacity:0.0;
	opacity:0.0;
	-webkit-transition:opacity 500ms ease;
	transition:opacity 500ms ease;
}

.images.box_prop .inner_prop:first-child {
	display:block;
	-webkit-opacity:1.0;
	opacity:1.0;
}

.shrink {
	margin-top:6%;
}


.main {
	margin-bottom:66px;
}

.main .title.arrow_title {
	display:none;
}

.content {
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	/**/
	-webkit-column-gap:8em;
	-moz-column-gap:8em;
	column-gap:8em;
}

.content.single_column {
	-webkit-column-count:1;
	-moz-column-count:1;
	column-count:1;
}

@media all and (max-width:768px) {

	.content,
	.content.single_column {
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
}

@media all and (max-width:767px) {

	.categories {
		display:block;
		text-align:initial;
		/*margin:0 37px;*/
		/**/
		margin-bottom:26px;
	}

	.categories ul {
		display:none;
	}

	.main .title.arrow_title {
		display:block;
		margin:26px 0 37px 0;
	}
}


/* THUMBS - PRODUCTS */
.thumbs {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
}

.thumbs .thumb {
	display:inline-block;
	width:22.5%;
	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:1152px) {
	.thumbs .thumb {
		width:48.38%;
	}
}

@media all and (max-width:640px) {
	.thumbs .thumb {
		width:100%;
	}

	.thumbs .thumb .info {
		display:none;
	}
	
	.thumbs.disposition_2 .thumb {
		width:48.38%;
	}
}

/* HR */
hr {
	height:1px;
	background-color:#000;
}

/* VIDEOS */
.video {
	margin-top:91px;
}

.video video {
	width:100%;
	/*margin-top:46px;
	margin-bottom:66px;*/
}

.video .embed iframe {
	width:100%;
	height:100%;
	margin-top:46px;
	margin-bottom:66px;
}

/**/
.video_container {
	margin:6% 0;
}

/* PARAGRAPHS */
.paragraphs {
	margin-top:46px;
	margin-bottom:66px;
	/**/
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
}

.paragraphs .paragraph {
	display:inline-block;
	width:45%;
	height:auto;
	/**/
	margin-bottom:3.33%;	/* not supported FireFox */
	margin-bottom:50px;
}

@media all and (max-width:768px) {
	.paragraphs .paragraph {
		width:100%;
	}
}

.paragraphs .paragraph .title {
	margin-bottom:25px;
}

.paragraphs .paragraph.link .title.arrow_title {
	cursor:pointer;
}

/* NEW MATERIALS 2020 */
.paragraphs a.paragraph {
	display:block;
}

.paragraphs a.paragraph.link span {
	border-bottom: solid 1px transparent;
	-webkit-transition: border-bottom-color 250ms ease;
	transition: border-bottom-color 250ms ease;
}
.paragraphs a.paragraph.link:hover span {
	border-bottom-color: #000;
}

/* materials_details */
#materials_details {
	-webkit-transition:opacity 500ms ease;
	transition:opacity 500ms ease;
	-webkit-opacity:0.0;
	opacity:0.0;
}

#materials_details .loading {
	margin:30px auto;
	text-align:center;
	/*overflow:hidden;*/
	-webkit-transition:all 250ms ease;
	transition:all 250ms ease;
	height:39px;
}

#materials_details .loading.hide {
	height:0;
	-webkit-opacity:0.0;
	opacity:0.0;
}

#materials_details .loading .circle {
	width:32px;
	height:32px;
	display:inline-block;
	background:transparent url(../img/loading.png) no-repeat;
	background-size:32px 32px;
	/**/
    -webkit-animation-name:spin;
    -moz-animation-name:spin;
    -ms-animation-name:spin;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
}

#materials_details .container .title {
	margin-bottom:73px;
}

#materials_details .container .items {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
}

#materials_details .container .items .item {
	display:inline-block;
	width:22.5%;
	height:auto;
	cursor:pointer;
	/**/
	margin-bottom:3.33%;	/* not supported FireFox */
	margin-bottom:50px;
}

#materials_details .container .items .item .title {
	margin:8px 0 0 0;
}

#materials_details .container .items .item .title img.icon {
	width:16px;
	height:16px;
	vertical-align:baseline;
	margin-left:10px;
}

#materials_details .container .items .item .img {
	background-size:cover;
	background-position:center center;
	/**/
	-webkit-transition:all 250ms ease;
	transition:all 250ms ease;
}

#materials_details .container .items .item.selected .img {
	webkit-box-shadow:inset 0 0 0 10px #242424;
	box-shadow:inset 0 0 0 10px #242424;
}

@media all and (max-width:767px) {
	#materials_details .container .items .item {
		width:100%;
	}
}

/* data-paneltarget="material_details" */
*[data-paneltarget="material_details"]:before {
	display:none;
}

*[data-paneltarget="material_details"] {
	width:800px;
}

*[data-paneltarget="material_details"] .inner {
	padding:10px;
}


*[data-paneltarget="material_details"] .data {
	margin-top:44px;
}


*[data-paneltarget="material_details"] .data .title {
	color:#FFF;
	margin-bottom:40px;
}

*[data-paneltarget="material_details"] .data .title:hover span {
	border-bottom-color:#FFF;
}

*[data-paneltarget="material_details"] .data .title.arrow_title {
	background-image:url(../img/arrow-white.svg);
}

*[data-paneltarget="material_details"] .data .docs {
	float:right;
	width:54%;
}

*[data-paneltarget="material_details"] .data .main {
	display:inline-block;
}

*[data-paneltarget="material_details"] .data .feats {
	display:inline-block;
	width:46%;
	vertical-align:top;
	padding-right:20px;
	box-sizing:border-box;
}

	*[data-paneltarget="material_details"] .data .feats .label,
	*[data-paneltarget="material_details"] .data .cont .label {
		color: #FFF;
	}

*[data-paneltarget="material_details"] .data .feats .value {
	margin-bottom:23px;
}

*[data-paneltarget="material_details"] .data .cont {
	display:inline-block;
	width:54%;
	vertical-align:top;
}

*[data-paneltarget="material_details"] .data .cont a:hover {
	color:#FFF;
}

/**/
@media all and (max-width:1023px) {
	*[data-paneltarget="material_details"] {
		width:calc(100% - 37px * 2);
	}
}

@media all and (max-width:768px) {
	*[data-paneltarget="material_details"] .data .docs {
		float: none;
		width: 100%;
	}
	*[data-paneltarget="material_details"] .data .feats,
	*[data-paneltarget="material_details"] .data .cont {
		width: 100%;
	}
}

/* IMAGES - TOOLS */
.tools {
	margin-top:7px;
	float:right;
}

.tools div {
	display:inline-block;
	width:16px;
	height:16px;
	background-color:#AAA;
	border:solid 4px #FFF;
	cursor:pointer;
	-webkit-transition:background-color 500ms ease;
	transition:background-color 500ms ease;
}

.tools div:last-child {
	width:12px;
	border-right:0;
}

.tools div.selected,
.tools div:hover {
	background-color:#000;
}

@media all and (max-width:767px) {
	.tools {
		display:none;
	}
}


/* VERSIONS */
#materials_details .container .items .versions {
	/**/
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
	/**/
	width:100%;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	margin-bottom:50px;
	padding-top:50px;
	/**/
	-webkit-opacity:0.0;
	opacity:0.0;
	-webkit-transition:all 500ms ease;
	transition:all 500ms ease;
}

#materials_details .container .items .versions .item {
	width:18%;
}


/* PARAGRAPH */
#companyarticle.paragraph .main .title.arrow_title {
	display: block;
	margin-bottom: 25px;
}

#companyarticle.paragraph #materials_details {
	-webkit-opacity: 1.0;
	opacity: 1.0;
}