@charset "UTF-8";

section article.facilities_content {
	margin-top: 30px;
}
h2.subtitle {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1.2em;
}

.vbox-title {
  font-size: 16px;
  line-height: 3;
  height: 3em;
	background: none !important;
}
.vbox-overlay .vbox-next, .vbox-overlay .vbox-prev {
  background: #3d828e;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.vbox-next span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-75%,-50%) rotate(45deg);
  -ms-transform: translate(-75%,-50%) rotate(45deg);
  transform: translate(-75%,-50%) rotate(45deg);
}
.vbox-prev span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%,-50%) rotate(-135deg);
  -ms-transform: translate(-25%,-50%) rotate(-135deg);
  transform: translate(-25%,-50%) rotate(-135deg);
}

@media (min-width: 768px) {
section article.facilities_content {
	margin-top: 50px;
}
h2.subtitle {
	font-size: 3rem;
}

.vbox-title {
  font-size: 18px;
}
}

@media (min-width: 1200px) {
section article.facilities_content {
	margin-top: 80px;
}
h2.subtitle {
	font-size: 3.8rem;
}

.vbox-title {
  font-size: 20px;
}
}

