/**
 * HTML Block Module Pro
 * 
 * @author  Kyo (AKA Yasuhiro Sota)
 * @version 1.1.0
 * @license Commercial License
 * @package catalog
 * @subpackage  catalog.view.theme.default.stylesheet
 */

/* Table of Content
==================================================
  #General
  #Thumbnails


/* #General
================================================== */

.html-block {
  margin-bottom: 10px;
}
.html-block > h2:before {
  content: '\f138';
  font-family: FontAwesome;
  margin-right: .3em;
}
.html-block > h2 {
  font-size: 230%;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  color: #3C599B;
}
.html-block p {
  font-size: 130%;
  color: #333;
}
.html-block ol > li,
.html-block ul > li {
  font-size: 130%;
  color: #333;
  line-height: 1.7em;
}


/* #Thumbnails
================================================== */

.html-block .thumbnail .caption h3 {
  margin-top: 0;
  font-size: 150%;
}
.html-block .thumbnail .caption p {
  font-size: 120%;
}
.html-block .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  margin-bottom: 20px;
}
.html-block .video-wrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}