/* Your CSS codes here */
body {
	color: #666666;
	font-size: 17px;
	line-height: 22px;
}

img {
	max-width: 100%;
	height: auto;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 70%;
}

.img-centering{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.center{
	text-align: center;
	margin-top: 20px;
}

.img-responsive{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h3 {
	line-height: 24px;
}

h5 {
	font-size: 16px;        
	line-height: 24px;
}

.explanatoryText h5 {
	font-size: 17px;
	line-height: 1.6em;
}

.explanatoryText h6 {
	margin-top: 0.5em;
	font-size: 17px;
	line-height: 2em;
}

.explanatoryText p {
	margin: 0;
	text-indent: 1em;
	line-height: 1.5em;
}

.totop a i {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  border-radius: 2px;
}

.img-box-4-content p {
	text-indent: 1em;
}

@media (max-width:1150px){
	.block-heading-two h3{
		margin-left: 0.8em;
		margin-right: 0.8em;
	}
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.youtube__aspect-ratio {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube__aspect-ratio iframe {
    width: 100%;
    height: 100%;
}

.theme_line {
	border: none;
	border-bottom: solid 2px #51d466;
}
