@charset "utf-8";

.monitor-extra header {
	position: relative;
	width: 100%;
	background-image: url(../images/bg.jpg);
	height: 400px;
	background-size: cover;
	background-position: center;
}
.monitor-extra.consultation h1 img {
	width: 90%;
	max-width: 600px;
	margin: 2em auto 0;
}
.monitor-extra.consultation h2 span {
	display: block;
	font-size: 80%;
	margin: 0 0 .2em;
}
.monitor-extra.consultation h3 {
	margin: 1em 0;
}
.monitor-extra.consultation header p {
	padding: .6em;
	color: #fff;
	background-color: #00000094;
	text-align: center;
	font-size: 1.1em;
	letter-spacing: 5px;
	font-weight: bold;
}
.monitor-extra.consultation .circle {
}

/* - ## x >= 769px
 ------------------------------------------------------------ */
@media screen and (min-width:769px) {
	.monitor-extra.consultation .circle {
		position: absolute;
		bottom: -18px;
		right: 5em;
		width: 130px;
		height: 130px;
		border-radius: 50%;
		background-color: #f78d1c;
		text-align: center;
		padding: .6em 0 0 0;
		font-weight: bold;
		font-size: 2em;
		line-height: 1.2;
		border: 2px dashed #fff;
		box-shadow: 0 0 0 4px #f78d1c;
		color: #fff;
	}
}

/* - ## x >= 1025px / 64.0625em lg
 ------------------------------------------------------------ */
@media screen and (min-width:1025px) {
	.monitor-extra [class*=details-]:nth-of-type(odd) {
		border-right: 1px dotted #ccc;
	}
}