/* ============================ TEXT  */
	/* colors  */
.txt-white{color:white;}
.txt-black{color:#000000;}
.txt-gray{color:gray;}
.txt-yellow{color:yellow;}
.txt-orange{color:orange;}
.txt-red{color:red;}
.txt-green{color:green;}
.txt-silver{color:silver;}
.txt-brown{color:brown;}
.txt-blue{color:blue;}
.txt-pink{color:pink;}
	/* text decoration  */
.txt-deco-off{text-decoration: none;}
	/* text size  */
.txt-10{font-size: 10pt;}.txt-12{font-size: 12pt;}.txt-15{font-size: 15pt;}.txt-18{font-size: 18pt;}.txt-20{font-size: 20pt;}.txt-25{font-size: 25pt;}.txt-30{font-size: 30pt;}.txt-35{font-size: 35pt;}
.txt-40{font-size: 40pt;}.txt-50{font-size: 50pt;}.txt-60{font-size: 60pt;}.txt-70{font-size: 70pt;}.txt-80{font-size: 80pt;}.txt-90{font-size: 90pt;}.txt-100{font-size: 100pt;}
	/* aligen  */
.txt-center{text-align: center;}.txt-left{text-align: left;}.txt-right{text-align: right;}


/* ============================ TRANSFORM  */
.absolute{position: absolute;}
.relative{position: relative;}
	/* left */
.left-0{left:0px;}.left-10{left:10px;}.left-15{left:15px;}.left-20{left:20px;}.left-25{left:25px;}.left-30{left:30px;}.left-35{left:35px;}.left-40{left:40px;}.left-45{left:45px;}.left-50{left:50px;}
.left-60{left:60px;}.left-70{left:70px;}.left-80{left:80px;}.left-90{left:90px;}.left-100{left:100px;}.left-125{left:125px;}.left-150{left:150px;}.left-175{left:175px;}.left-200{left:200px;}
	/* right */
.right-0{right:0px;}.right-10{right:10px;}.right-15{right:15px;}.right-20{right:20px;}.right-25{right:25px;}.right-30{right:30px;}.right-35{right:35px;}.right-40{right:40px;}.right-45{right:45px;}.right-50{right:50px;}
.right-60{right:60px;}.right-70{right:70px;}.right-80{right:80px;}.right-90{right:90px;}.right-100{right:100px;}.right-125{right:125px;}.right-150{right:150px;}.right-175{right:175px;}.right-200{right:200px;}
	/* top */
.top-0{top:0px;}.top-10{top:10px;}.top-15{top:15px;}.top-20{top:20px;}.top-25{top:25px;}.top-30{top:30px;}.top-35{top:35px;}.top-40{top:40px;}.top-45{top:45px;}.top-50{top:50px;}
.top-60{top:60px;}.top-70{top:70px;}.top-80{top:80px;}.top-90{top:90px;}.top-100{top:100px;}.top-125{top:125px;}.top-150{top:150px;}.top-175{top:175px;}.top-200{top:200px;}
	/* bottom */
.bottom-0{bottom:0px;}.bottom-10{bottom:10px;}.bottom-15{bottom:15px;}.bottom-20{bottom:20px;}.bottom-25{bottom:25px;}.bottom-30{bottom:30px;}.bottom-35{bottom:35px;}.bottom-40{bottom:40px;}.bottom-45{bottom:45px;}.bottom-50{bottom:50px;}
.bottom-60{bottom:60px;}.bottom-70{bottom:70px;}.bottom-80{bottom:80px;}.bottom-90{bottom:90px;}.bottom-100{bottom:100px;}.bottom-125{bottom:125px;}.bottom-150{bottom:150px;}.bottom-175{bottom:175px;}.bottom-200{bottom:200px;}
	
	/* margin left */
.m-left-10{margin-left:10px;}.m-left-20{margin-left:20px;}.m-left-30{margin-left:30px;}.m-left-40{margin-left:40px;}.m-left-50{margin-left:50px;}.m-left-60{margin-left:60px;}.m-left-70{margin-left:70px;}
.m-left-80{margin-left:80px;}.m-left-90{margin-left:90px;}.m-left-100{margin-left:100px;}.m-left-a{margin-left:auto;}
	/* margin right */
.m-right-10{margin-right:10px;}.m-right-20{margin-right:20px;}.m-right-30{margin-right:30px;}.m-right-40{margin-right:40px;}.m-right-50{margin-right:50px;}.m-right-60{margin-right:60px;}.m-right-70{margin-right:70px;}
.m-right-80{margin-right:80px;}.m-right-90{margin-right:90px;}.m-right-100{margin-right:100px;}.m-right-a{margin-right:auto;}

	/* width */
.width-10{width: 10px;}.width-20{width: 20px;}.width-30{width: 30px;}.width-40{width: 40px;}.width-50{width: 50px;}.width-60{width: 60px;}.width-70{width: 70px;}.width-80{width: 80px;}.width-90{width: 90px;}.width-100{width: 100px;}
.width-125{width: 125px;}.width-150{width: 150px;}.width-175{width: 175px;}.width-180{width: 180px;}.width-200{width: 200px;}.width-250{width: 250px;}.width-300{width: 300px;}.width-400{width: 400px;}.width-500{width: 500px;}
.width-650{width: 650px;}.width-750{width: 750px;}.width-1000{width: 1000px;}.width-full{width: 100%;}.width-auto{width:auto;}
	/* height */
.height-10{height: 10px;}.height-20{height: 20px;}.height-30{height: 30px;}.height-40{height: 40px;}.height-50{height: 50px;}.height-60{height: 60px;}.height-70{height: 70px;}.height-80{height: 80px;}.height-90{height: 90px;}.height-100{height: 100px;}
.height-125{height: 125px;}.height-150{height: 150px;}.height-175{height: 175px;}.height-180{height: 180px;}.height-200{height:200px;}.height-250{height: 250px;}.height-300{height: 300px;}.height-400{height: 400px;}.height-500{height: 500px;}
.height-650{height: 650px;}.height-750{height: 750px;}.height-1000{height: 1000px;}.height-full{height: 100%;}.height-auto{height:auto;}

/* =========================== Backgrounds */
.bg19{ background-color:#191919; }