
/* GENERAL */

.nopad {
	padding: 0 !important;
}
.nopad-l {
	padding-left: 0 !important;
}
.nopad-r {
	padding-right: 0 !important;
}
.nopad-x {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.nopad-y {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.link-green,
.link-green:visited {
	color: #1BB3A0 !important;
	text-decoration: none;
	font-weight: normal;
}
.link-green:hover,
.link-green:active {
	color: #1BB3A0 !important;
	text-decoration: underline;
}
.link-red,
.link-red:visited {
	color: #A00 !important;
	text-decoration: none;
	font-weight: normal;
}
.link-red:hover,
.link-red:active {
	color: #F00 !important;
	text-decoration: underline;
}
.link-orange,
.link-orange:visited {
	color: #F96E5B !important;
	text-decoration: none;
	font-weight: normal;
}
.link-orange:hover,
.link-orange:active {
	color: #F48A7C !important;
	text-decoration: underline;
}

/* XS COL */
@media (max-width: 767px) {
	
	.nopad-xs {
		padding: 0 !important;
	}
	.nopad-l-xs {
		padding-left: 0 !important;
	}
	.nopad-r-xs {
		padding-right: 0 !important;
	}
	.nopad-t-xs {
		padding-top: 0 !important;
	}
	.nopad-b-xs {
		padding-bottom: 0 !important;
	}
	.nopad-x-xs {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.nopad-y-xs {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
}