.hidden_slider {
	font-family: dosis_med;
	text-align: left;
	margin-top: 1px;
	font-size: 18px;
	padding: 0 10px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
	display: block;
	width: auto;
}

.red_under {
	border-bottom: 5px solid red;
}

.xtra_space {
	margin-top: 30px;
}

.item_holder_rbr {
	padding: 10px;
	padding-left: 120px;
}

.date_holder {
	position: absolute;
	background: #ff6500;
	color: white;
	border-radius: 3px;
	padding: 5px;
	width: 100px;
	left: 5px;
	top: 5px;
}

.point_holder {
	display: inline-block;
	font-weight: bold;
}

.quote_m {
	font-style: italic;
}

.note_wraper {
	margin-top: 15px;
	position: relative;
	padding-left: 75px;
}

.note_mark {
	position: absolute;
	background: red;
	color: white;
	padding: 5px;
	left: 5px;
	top: 0;
}


.note_value {
	border: 1px solid red;
	padding: 10px;
}

.list_intro {
	font-weight: bold;
	margin-bottom: 15px;
	color: purple;
}

.get_going {
	margin-top: 20px;
	border: 3px solid #ff6500;
	border-radius: 3px;
	padding: 10px;
	font-family: dosis_bld;
	font-size: 18px;
	color: navy;
}

.item_wraper {
	margin-bottom: 25px;
}

.item_wraper:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


@media only screen and (min-device-width: 300px) and (max-device-width: 480px) {

	.date_holder {
		position: static;
		width: 50%;
	}

	.item_holder_rbr {
		padding-left: 10px;
	}

}