
/* aside nav */


.skip[data-block='side'] {
	margin-top: -40px;
}

/**/

/**/

.tools {
	margin: 20px 0;
}

.tools a {
	text-decoration: none;
}

.tools a.print {
	color: #666;
}

.tools a.whatsapp {
	color: #71bf44;
}

.tools a.facebook {
	color: #3b5998;
}

.tools a.email {
	color: #ef4023;
}

/**/

figure.pic {
	display: block;
	max-width: 500px;
	margin: 0 auto;
	border: 1px solid #ddd;
}

figure.pic img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

figure.pic figcaption {
	background: #ddd;
	padding: 10px;
}

/**/

.section-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.section-nav ul > li {
	border-bottom: 1px dotted #ddd;
}

@media(min-width: 768px) {
	.section-nav ul > li {
		float: left;
		width: 50%;
	}
}

@media(min-width: 992px) {
	.section-nav ul > li {
		float: left;
		width: 33.33%;
	}
}


.section-nav ul > li > a {
	display: block;
	padding: 10px 0;
}

.section-nav ul > li > a > .fa {
	margin-left: 5px;
	color: #333;
}

/**/

iframe.youtube {
	display: block;
	margin: 0 auto;
}

@media(min-width: 768px) {
	iframe.youtube {
		width: 480px;
		height: 270px;
	}
}

@media(max-width: 768px) {
	iframe.youtube {
		width: 100%;
		height: 180px;
	}
}

/**/

.gallery {
	margin: 0 -10px;
}

.gallery figure {
	display: block;
	float: right;
	width: 33.33%;
	padding: 10px;
	border: 0;
}

.gallery figure img {
	display: block;
	width: 100%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;

}

.gallery figure figcaption {
	background: #ddd;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gallery .gpic {
	display: block;
	float: right;
	width: 33.33%;
}

.gallery .gpic img {
	display: block;
	width: 100%;
	padding: 10px;
}

/**/

@media(min-width: 768px) {
	#content table caption {
		/*
		padding: 5px;
		background: #333;
		color: #fff;
		*/
		position: fixed;
		top: -9999px;
	}

	#content table {
		width: 100%;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-spacing: 0;
		border-collapse: collapse;
	}

	#content table td,
	#content table th {
		padding: 5px;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}

	#content table th {
		background: #f1f1f1;
		text-align: right;
	}
}

@media(max-width: 768px) {
	#content table,
	#content table caption,
	#content table thead,
	#content table tbody,
	#content table tr,
	#content table th,
	#content table td	{
		display: block;
		width: 100%;
	}
	
	#content table caption {
		position: fixed;
		top: -9999px;
	}
	
	#content table tr:first-child	{
		display: none;
	}
	
	#content table tr	{
		margin-bottom: 10px;
		border: 1px solid #ddd;
		padding: 5px;
	}
	
	#content table td	{
		padding: 5px;
	}
}

/**/

#content h1 {
	margin-bottom: 15px;
}

#content h2 {
	margin-bottom: 15px;
}

#content h3 {
	margin-bottom: 15px;
}