/**/

@import url("pages-sub-menu.css");

/**/

.social-share {
	font-size: 20px;
	float: left;
	margin-top: 30px;
}

.social-share:after {
	clear: both;
	display: block;
	content: '';
}

.social-share a {
	min-width: 40px;
	text-align: center;
	display: block;
	float: right;
	margin-right: 15px;
	padding: 5px 0;
}

.social-share a.print {
	background: #666;
	color: #fff;
}

.social-share a.whatsapp {
	background: #71bf44;
	color: #fff;
}

.social-share a.facebook {
	background: #3b5998;
	color: #fff;
}

.social-share a.twitter {
	background: #00aced;
	color: #fff;
}

.social-share a.email {
	background: #ef4023;
	color: #fff;
}

/**/

figure.pic {
	display: block;
	margin: 0 auto;
	border: 1px solid #f8eddb;
}

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

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

/**/


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

/**/

/**/

@media (min-width: 992px) {
	main table {
		width: 100%;
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-collapse: collapse;
	}

	main table th, main table td {
		padding: 5px;
	}

	main table th {
		text-align: right;
		background: #f1f1f1;
		
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}

	main table td {
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	
	.only-in-mobile {
		display: none;
	}
}

@media (max-width: 991px) {

	/* Force table to not be like tables anymore */
	main table, main caption, main thead, main tbody, main th, main td, main tr { 
		display: block;
		width: 100%;
	}
	
	main caption {
		margin-bottom: 10px;
	}
	
	main table th { 
		display: none;
	}
	
	.thead-tr {
		display: none;
	}
	
	/*main table tr:first-child { 
		position: absolute;
		top: -9999px;
		right: -9999px;
	}
	*/
	main tr {
		border: 1px solid #ccc;
		margin-bottom: 10px;
		padding: 10px;
	}
	
	main td { 
		
	}
	
	main td:before {
		/*content: attr(data-caption) ": ";*/
		font-weight: bold;
	}
	
	.only-in-mobile {
		display: inline;
	}
}


/**/

.file-browser {
	background: #f6d18d;
	padding: 1px;
}

.file-browser iframe {
	display: block;
	background: #fff;
}

/* Headings */

main {
	margin-top: -16px;
}

main h2,
main h3,
main h3,
main h5 {
	margin-top: 16px;
	margin-bottom: 16px;
}

main h2 a,
main h3 a,
main h3 a,
main h5 a {
	color: inherit;
}

main h2 a:hover,
main h3 a:hover,
main h3 a:hover,
main h5 a:hover {
	color: inherit;
	text-decoration: none;
}

h1 {
	color: #323131 !important;
}

main h2 {
	font-weight: normal;
	padding: 10px;
	
	background: #f8eddb;
	color: #323131;
	font-size: 1.4em;
}

main h3 {
	color: #323131;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

/**/

/**/

.contact-man {
	border: 1px solid #ddd;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	padding: 15px;
	margin: 15px 0;
}

.contact-man .contact-name {
	font-weight: bold;
	font-size: 1.2em;
}