﻿/* IMAGES */
.slider {
	margin-top:39px;
}

#agendaitem .slider {
	background-color: transparent;
}

.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;
}

/* 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;
	}
}


/* DESCRIPTION */
.description_item {
	margin-top:6%;
	margin-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;
	}
}