.social-share {
	text-align: left;
	margin-top: 30px;
}

.btgrid {
	
}

.content-box {
	padding: 15px;
	border-radius: 4px;
}

.content-box-1 {
	background: #e7ac00;
}

/**/

h1 {
	font-size: 3em;
	font-weight: lighter;
	color: #785739;
	line-height: 1em;
	padding: 2px 0;
	margin-top: -8px;
	margin-bottom: 30px;
}

main h2 {
	font-size: 1.5em;
	color: var(--site2);
}

/**/

/**/

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;
}

/**/

.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 {
		text-align: right;
	}

	#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 {
		border-spacing: 0px !important;
		border-collapse: collapse !important;
		border: 0;
	}
	
	#content table thead {
		display: none;
	}
	
	#content table tr	{
		margin-bottom: 15px;
		border: 1px solid #ddd;
	}
	
	#content table th	{
		font-weight: bold;
		background: #f1f1f1;
		padding: 5px;
		border-style: none;
		border-bottom: 1px solid #ddd;
	}
	
	#content table td	{
		display: table;
		border-style: none;
		border-bottom: 1px solid #ddd;
	}
	
	#content table td .td-content{
		display: table-cell;
		padding: 5px;
	}
	
	#content table td:before {
		content: attr(data-caption) ": ";
		font-weight: bold;
		background: #f1f1f1;
		padding: 5px;
		display: table-cell;
		width: 33.33%;
	}
	
	#content table td:after {
		clear: both;
		display: block;
		content: '';
	}
}

/**/

.file-browser {
	background: #f1f1f1;
	padding: 30px;
}

.file-browser iframe {
	display: block;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}

/**/

hr {
	background: #cdcdcd;
	height: 1px;
	border: 0;
}

.style1 {
	background: var(--site3);
	padding: 15px;
}

/**/

/*
.sub-pages-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sub-pages-nav ul li {
	padding: 10px 0;
}
*/

/**/

.arava-text-brown {
	color: var(--site1);
}

.arava-text-orange {
	color: var(--site2);
}

/**/

main [class*="arava-h2-"] {
	font-size: 1.2em;
	padding: 5px 10px;
	font-weight: normal;
	color: #fff;
}

.arava-h2-blue {
	background: #009dbc;
}

.arava-h2-green {
	background: #6a9b68;
}

.arava-h2-orange {
	background: var(--site2);
}

.arava-h2-yellow {
	background: var(--site3);
}

.arava-h2-red {
	background: #eb1616;
}

.arava-h2-pink {
	background: #d94491;
}

.arava-h2-purple {
	background: #9e51d4;
}

/**/

.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;
}

/**/

.form-group .required {
	color: red;
}
.form-group td.form-group-required {
	position: relative;
}
.form-group td.form-group-required:after {
	color: red;
	content: '*';
	position: absolute;
	top: .5rem;
	left: .5rem;
}
.form-group {
	margin-bottom: 15px;
}
fieldset.form-group {
	border: 0;
	padding: 0;
	
}

/*
.form-group legend {
	position: fixed;
	top: -999px;
}*/

.card {
	background: #fcf8f1;
	border: 1px solid #ddd;
}
.card-body {
	padding: 1rem 1.5rem;
}
.card-header {
	padding: .5rem 1.5rem;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.card .form-group .table {
	background: #fff;
}

.form-group .signature-canvas {
	background: #fff;
}

.btn {
	background: #ddd;
	color: #000;
	border: 0;
	border-radius: 5px;
	padding: .5rem 1rem;
}

.btn-primary {
	background: var(--site2);
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}

.form-step-buttons .btn-primary[type='submit'] {
	display: block;
	width: 100%;
}

.text-danger {
	color: red;
}form .td-content > label {    display: none;}