/* Home hook CSS */
#htmlcontent_home {
	margin-top: 44px;
}
#htmlcontent_home ul {
	margin: 0 -5px;
}
#htmlcontent_home ul li {
	padding: 0 5px 10px;
}
@media (max-width: 479px) {
	#htmlcontent_home ul li {
		width: 100%;
	}
}
#htmlcontent_home ul li .item-title {
    text-align: center;
    font-size: 36px;
    font-family: Butler-Medium;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    margin-top: 80px;
}
#htmlcontent_home ul li .item-title:before {
	content: '';
	display: block;
	width: 45px;
    height: 28px;
	margin: auto;
	border-top: 1px solid #d8d8d8;
}
#htmlcontent_home ul li .item-html {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #6f6f6f;
}
#htmlcontent_home ul li .item-html p {
    font-size: 16px;
    color: #6f6f6f;
}
#htmlcontent_home ul li .item-html a {
    color: #fcfaf1;
    background-color: #999;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.27px;
    padding: 17px 41px;
    display: inline-block;
    margin-top: 10px;
}
#htmlcontent_home ul li img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 479px) {
	#htmlcontent_home ul li img {
		min-width: 100%;
	}
}

/* Top hook CSS */
#htmlcontent_top {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}
#htmlcontent_top ul {
	margin-bottom: 0;
}
#htmlcontent_top ul li {
    position: relative;
}
#htmlcontent_top ul li img {
    max-width: 100%;
    height: auto;
}
#htmlcontent_top ul li .item-text {
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(-50%, -50%);
	text-align: center;
}
#htmlcontent_top ul li .item-text.right {
	left: auto;
	right: 25%;
	transform: translate(50%, -50%);
}
#htmlcontent_top ul li .item-title {
    font-size: 48px;
    line-height: 34px;
    color: #000;
    font-family: Butler-Medium;
    font-weight: 500;
    margin-bottom: 25px;
}
#htmlcontent_top ul li .right .item-title {
	color: #fff;
}
#htmlcontent_top ul li .item-html,
#htmlcontent_top ul li .item-html p {
    font-size: 20px;
    color: #090908;
}
#htmlcontent_top ul li .right .item-html,
#htmlcontent_top ul li .right .item-html p {
    color: #fff;
}
#htmlcontent_top ul li .item-html a {
	display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.08px;
    color: #fcfaf1;
    background-color: #000;
    padding: 17.5px 37px;
    margin-top: 14px;
}

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */