/* CODE GYNOID CLASSES */

/*MARGIN */

.mrg-20 {
	margin:20px;
}
.mrg-tp-20 {
	margin-top:20px;
}
.mrg-btm-20 {
	margin-bottom:20px;
}
.mrg-30 {
	margin:30px;
}
.mrg-tp-30 {
	margin-top:30px;
}
.mrg-btm-30 {
	margin-bottom:30px;
}
.mrg-50 {
	margin:50px;
}
.mrg-tp-50 {
	margin-top:50px;
}
.mrg-btm-50 {
	margin-bottom:50px;
}
.mrg-60 {
	margin:60px;
}
.mrg-tp-60 {
	margin-top:60px;
}
.mrg-btm-60 {
	margin-bottom:60px;
}
.mrg-100 {
	margin:100px;
}
.mrg-tp-100 {
	margin-top:100px;
}
.mrg-btm-100 {
	margin-bottom:100px;
}
/*120*/
.mrg-120 {
	margin:120px;
} 
.mrg-tp-120 {
	margin-top:120px;
} 
.mrg-btm-120 {
	margin-bottom:120px;
}

/*150*/
.mrg-150 {
	margin:150px;
} 
.mrg-tp-150 {
	margin-top:150px;
} 
.mrg-btm-150 {
	margin-bottom:150px;
}

/*150*/


/* small devices (desktops, 768px and up) */
@media (min-width: 768px) { 
			.sm-mrg-150 {
				margin:150px;
			} 
			.sm-mrg-tp-150 {
				margin-top:150px;
			} 
			.sm-mrg-btm-150 {
				margin-bottom:150px;
			}

}





/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
			.md-mrg-150 {
				margin:150px;
			} 
			.md-mrg-tp-150 {
				margin-top:150px;
			} 
			.md-mrg-btm-150 {
				margin-bottom:150px;
			}

}
