.lg_home,
.lg_hook_0,
.lg_hook_1,
.lg_hook_2,
.lg_home img {
	width: 100%;
	box-sizing: border-box;
}
.lg_home {
	/* margin-top: 50px; */
	margin-bottom: 15px;
}

.lg_left,
.lg_left img {
	width: 100%;
	box-sizing: border-box;
}

/* HOOK TOP */

.lg_block:hover {
opacity: 0.7;
transition: opacity 0.5s ease-in-out;
	
}

.lg_home .lg_hook_0 .lg_block .title {
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
.lg_home .lg_hook_0 .lg_block .description {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
.lg_home .lg_hook_0 .lg_block .button {
	bottom: 40px;
	left: 15px;
	background: rgba(255,255,255,0.5);
	text-transform: uppercase;
	color: #FFFFFF;
	border: none;
}

/* HOOK MIDDLE */

.lg_home .lg_hook_1 .lg_block {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 0;
	margin-top: 20px;
}
.lg_home .lg_hook_1 .lg_block:first-child {
	border: none;
}
.lg_home .lg_hook_1 .lg_block img {
	margin-bottom: 15px;
}
.lg_home .lg_hook_1 .lg_block .title {
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
.lg_home .lg_hook_1 .lg_block .description {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
.lg_home .lg_hook_1 .lg_block .button {
	background: rgba(255,255,255,0.5);
	text-transform: uppercase;
	color: #000000;
	border: none;
}

/* HOOK BOTTOM */

.lg_home .lg_hook_2 {
	display: inline-block;
	text-align: center;
}
.lg_home .lg_hook_2 .lg_block {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 18px;
}
.lg_home .lg_hook_2 .lg_block img {
	/* margin-bottom: 15px; */
	/* padding: 0 15px; */
	border-left: 1px solid #eceaea;
    border-top: 1px solid #eceaea;
    border-right: 1px solid #eceaea;
	
}

.lg_block:nth-child(even) {
	
	padding-left: 10px !important;
}

.lg_block:nth-child(odd) {
	
	padding-right: 10px !important;
}

.lg_home .lg_hook_2 .lg_block .title {
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
.lg_home .lg_hook_2 .lg_block .description {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.lg_home .txtbackground {
	
	width: 100%;
	height: 40px;
	padding-top: 6px;
	background: #000;
	border-left: 1px solid #eceaea;
    border-right: 1px solid #eceaea;
}

.lg_home .lg_hook_2 .lg_block .button {
	/* background: rgba(255,255,255,0.5); */
	background: #000;
	/* text-transform: uppercase; */
	font-size: 15px;
	color: #FFF;
	border: none;
}

@media (max-width: 970px){
	
.lg_home .lg_hook_2 .lg_block .button {
	font-size: 12px;
}
}