.vc_non_responsive .vc_row .vc_col-sm-custom
{
	position:relative;
	float:left;
	min-height:1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

.vc_col-lg-custom,
.vc_col-ms-custom,
.vc_col-sm-custom,
.vc_col-xs-custom
{
	position:relative;
	min-height:1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}

.vc_col-xs-custom{float:left}
.rtl .vc_rtl-columns-reverse .vc_col-xs-custom{float:right}

a.vc-row-is-link,
.vc-column-is-link>a
{
	display:block;
}
a.vc-row-is-link:hover,
.vc-column-is-link>a:hover
{
	text-decoration:none;
}
.vc-row-is-link,
.vc-column-is-link>.vc_column-inner
{
	cursor:pointer;
}