.vcmp-align-center {
	text-align:center;
}
.vcmp-align-left {
	text-align:left;
}
.vcmp-align-right {
	text-align:right;
}
.vcmp-heading {
	max-width:100%;
	word-wrap:break-word;
}
/* DOUBLE LINE */
.double-line-top {
    letter-spacing: -1px;
    line-height: 1.1;
	text-align:center;
}
.double-line-top {
    overflow: hidden;
}
.double-line-top span {
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}
.double-line-top span:before, .double-line-top span:after {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    content: "";
    display: block;
    height: 3px;
    margin-top: 0px;
    position: absolute;
    top: 0;
    width: 9999px;
}
.double-line-top span:before {
    margin-right: 0.5em;
    right: 100%;
}
.double-line-top span:after {
    left: 100%;
    margin-left: 0.5em;
}
.double-line-middle {
    letter-spacing: -1px;
    line-height: 1.1;
	text-align:center;
}
.double-line-middle {
    overflow: hidden;
}
.double-line-middle span {
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}
.double-line-middle span:before, .double-line-middle span:after {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    content: "";
    display: block;
    height: 3px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 9999px;
}
.double-line-middle span:before {
    margin-right: 0.5em;
    right: 100%;
}
.double-line-middle span:after {
    left: 100%;
    margin-left: 0.5em;
}
.double-line-bottom {
    letter-spacing: -1px;
    line-height: 1.1;
	text-align:center;
}
.double-line-bottom {
    overflow: hidden;
}
.double-line-bottom span {
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}
.double-line-bottom span:before, .double-line-bottom span:after {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    content: "";
    display: block;
    height: 3px;
    margin-top: -2px;
    position: absolute;
    bottom: 0;
    width: 9999px;
}
.double-line-bottom span:before {
    margin-right: 0.5em;
    right: 100%;
}
.double-line-bottom span:after {
    left: 100%;
    margin-left: 0.5em;
}
/* LINE TOP - LINE BOTTOM */
.line-top-bottom span {
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	display:inline-block;
	padding:10px 0;	
}
/* SEPARATOR */
.vcmp-separator {
    background-color: #eaeaea;
    display: block;
    height: 1px;
    margin: 10px 0;
    position: relative;
}
.vcmp-separator {
    background-color: #303030;
    display: block;
    height: 2px;
    position: relative;
}
.vcmp-line-separator-small {
	width:22px;	
}
.vcmp-line-separator-medium {
	width:50px;	
}
.vcmp-line-separator-big {
	width:100px;	
}
.vcmp-align-center .vcmp-separator {
	margin: 10px auto 20px;
}
.vcmp-align-left .vcmp-separator {
	margin: 10px 0 20px;
}
.vcmp-align-right .vcmp-separator.vcmp-line-separator-small {
	margin: 10px 0 20px calc(100% - 22px);
}
.vcmp-align-right .vcmp-separator.vcmp-line-separator-medium {
	margin: 10px 0 20px calc(100% - 50px);
}
.vcmp-align-right .vcmp-separator.vcmp-line-separator-big {
	margin: 10px 0 20px calc(100% - 100px);
}
/* BOTTOM LINE WITH ICON */
.bottom-line-with-icon span {
	position:relative;
}
.bottom-line-with-icon span:before, 
.bottom-line-with-icon span:after {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    bottom: -13px;
    content: "";
    display: block;
    position: absolute;
    width: calc(50% - 22px);
}
.bottom-line-with-icon span:before {
    left: 0;
}
.bottom-line-with-icon span:after {
    right: 0;
}
.bottom-line-with-icon span i:before {
    background-color: transparent;
    bottom: -18px;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 16px;
    left: 50%;
    line-height: 18px;
    margin-left: -18px;
    position: absolute;
    text-align: center;
    text-decoration: inherit;
    width: 36px;
}
/* HEADING WITH ICON */
.heading-with-icon span {
	position:relative;
}
.heading-with-icon span i:before {
    background-color: transparent;   
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: inherit;
    width: 36px;
}
.heading-with-icon.vcmp-icon-bottom span i:before {
	display: block;
	position: absolute;
	font-size: 16px;    
	height: 16px;
    left: 50%;
    line-height: 18px;
    margin-left: -18px;
}
.heading-with-icon.vcmp-icon-left span i:before,
.heading-with-icon.vcmp-icon-right span i:before {
	display: inline-block;
}
@media only screen and (max-width: 1000px) {
	.bottom-line-with-icon i {
		display:none;
	}
	.bottom-line-with-icon span::before, 
	.bottom-line-with-icon span::after {
		border:0;
	}
	.heading-with-icon i {
		display:none;
	}
}