.component_view.blog_front_article.template_full_view_sti_def
{
	position: relative;
	margin-bottom: 100px;
}

.component_view.blog_front_article.template_full_view_sti_def .component_body
{
	width: 1024px;
	margin: 0px auto;
	min-height: 400px;
	margin-top: -18px;
}

.component_view.blog_front_article.template_full_view_sti_def .uploadfile_fullimage
{
	overflow: hidden;
	height: 300px;
	border-bottom: 5px solid #1e2328;
}

.component_view.blog_front_article.template_full_view_sti_def .uploadfile_fullimage:after
{
	background: rgba(0, 0, 0, 0.6);
	content: "";
	position: absolute;
	width: 100%;
	height: 300px;
	top: 0px;
}

.component_view.blog_front_article.template_full_view_sti_def .uploadfile_fullimage img
{
	width: 100%;
}

.component_view.blog_front_article.template_full_view_sti_def>.string_title
{
	position: absolute;
	width: calc(50% - 300px);
	text-align: right;
	margin-left: -20px;
	transform: skew(-20deg);
	top: 0px;
	background: #3d4750;
	color: #fff;
}

.component_view.blog_front_article.template_full_view_sti_def>.string_title>.field_value
{
	transform: skew(20deg);
	margin-right: 50px;
}

.component_view.blog_front_article.template_full_view_sti_def>.texteditor_fulltext
{
	
}



.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext ul li
{
	margin: 5px 0px 5px 15px;
	position: relative;

}

.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext ul li:after
{
	content: "";
	display: table;
	width: 10px;
	height: 10px;
	float: left;
	background: #0cc0f1;
	margin-top: 6px;
	margin-left: -15px;
	top: 0px;
	position: absolute;
}


.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext table td li
{
	margin-top: 20px;
	position: relative;
}

.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext table td:nth-child(1) li
{
	margin-left: 20px;
}

.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext table td:nth-child(1) li:after
{
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #3d4750;
	position: absolute;
	left: -15px;
}


.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext table td:nth-child(3)
{
	text-align: right;
}


.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext table td:nth-child(3) li
{
	margin-right: 20px;
}

.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext table td:nth-child(3) li:after
{
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #3d4750;
	position: absolute;
	right: -15px;
}




.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext table.none>tbody>tr:nth-child(1)>td:nth-child(1), .component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext table.none>tbody>tr:nth-child(1)>td:nth-child(2)
{
	background: #fff;
	font-weight: normal;
	color: #000;
}


.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext .h2
{
	position: absolute;
	background: #0cc0f1;
	left: 0px;
	width: 100%;
	margin: 0px;
}


.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext .h2 h2 {
  padding: 10px 0px;
  margin: 0px auto;
  color: #d7dbde;
  text-transform: uppercase;
  background: #1e2328;
  position: relative;
  width: 400px;

}


.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext h2::before {

    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 57px;
    background: #1e2328;
    top: 0px;
    transform: skew(20deg);
    margin-left: -20px;

}

.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 57px;
  background: #1e2328;
  top: 0px;
  transform: skew(-20deg);
  margin-left: 390px;
}


.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext .h3
{
	position: absolute;
	background: #3d4750;
	left: 0px;
	width: calc(50% - 100px);
	text-align: right;
	color: #fff;
	padding-right: 40px;
}

.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext .h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 114px;
  background: #3d4750;
  top: 0px;
  transform: skew(-20deg);
  right: -22px;
}

.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext .h3:before
{
	content: "";
	width: 120%;
	height: 50px;
	margin-left: 50px;
	background: #0cc0f1;
	position: absolute;

}

.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext .h3 h3
{
	text-transform: uppercase;

}


.component_view.blog_front_article.template_full_view_sti_def .texteditor_fulltext h4
{
	background: #0cc0f1;
	padding: 10px;
	font-weight: normal;
}






