


	.bg-tx-1{
		background: url(../img/bg_tx_green.jpg) 0 0 repeat;
	}
	.bg-tx-2{
		background: url(../img/bg_tx_purple.jpg) 0 0 repeat;
	}
	.bg-tx-3{
		background: url(../img/bg_tx_pink1.jpg) 0 0 repeat;
	}
	.bg-tx-4{
		background: url(../img/bg_tx_pink2.jpg) 0 0 repeat;
	}
	.bg-tx-5{
		background: url(../img/bg_tx_beige.jpg) 0 0 repeat;
	}
	.bg-tx-6{
		background: url(../img/bg_tx_yellow.jpg) 0 0 repeat;
	}
	.bg-tx-7{
		background: url(../img/bg_tx_blue.jpg) 0 0 repeat;
	}


	.bg-wh{
		background: #faf9f7;
	}
	.bg-bl{
		background: #cde2ee;
	}	
	.bg-gr{
		background: #ced7d7;
	}
	.bg-lgr{
		background: #d1d1d3;
	}




	/* mouse on*/


	.bg-tx-1 a:before{
		background: hsla(130,30%,60%,0.2);
	}
	.bg-tx-2 a:before{
		background: hsla(325,50%,70%,0.2);
	}
	.bg-tx-3 a:before{
		background: hsla(22,50%,60%,0.2);
	}
	.bg-tx-4 a:before{
		background: hsla(15,50%,60%,0.2);
	}
	.bg-tx-5 a:before{
		background: hsla(40,50%,60%,0.2);
	}
	.bg-tx-6 a:before{
		background: hsla(56,80%,40%,0.2);
	}
	.bg-tx-7 a:before{
		background: hsla(202,55%,60%,0.2);
	}


	.bg-wh a:before{
		background: hsla(0,0%,60%,0.2);
	}
	.bg-bl a:before{
		background: hsla(202,50%,60%,0.2);
	}
	.bg-gr a:before{
		background: hsla(180,10%,60%,0.2);
	}
	.bg-lgr a:before{
		background: hsla(150,0%,60%,0.2);
	}






	/* pager*/

	.bg-tx-1 .col-pager li a{
		/*background: #b9c9ad;*/
		background: hsla(130,30%,40%,0.2);

	}
	.bg-tx-2 .col-pager li a{
		/*background: #e0cad7;*/
		background: hsla(325,50%,70%,0.2);

	}
	.bg-tx-3 .col-pager li a{
		/*background: #cbb7a8;*/
		background: hsla(22,50%,60%,0.2);

	}
	.bg-tx-4 .col-pager li a{
		/*background: #e2c5bc;*/
		background: hsla(15,50%,60%,0.2);

	}
	.bg-tx-5 .col-pager li a{
		/*background: #ccbea6;*/
		background: hsla(40,50%,60%,0.2);

	}
	.bg-tx-6 .col-pager li a{
		/*background: #d6ca6a;*/
		background: hsla(56,80%,40%,0.2);

	}
	.bg-tx-7 .col-pager li a{
		/*background: #b7d2de;*/
		background: hsla(202,55%,60%,0.2);
	}


	.bg-wh .col-pager li a{
		/*background: #ebebeb;*/
		background: hsla(0,0%,60%,0.2);

	}
	.bg-bl .col-pager li a{
		/*background: #bed5e5;*/
		background: hsla(202,50%,60%,0.2);
	}
	.bg-gr .col-pager li a{
		/*background: #c4cdcd;*/
		background: hsla(180,10%,60%,0.2);
	}
	.bg-lgr .col-pager li a{
		/*background: #c6c6c8;*/
		background: hsla(150,0%,60%,0.2);
	}



	/* title*/

	.bg-tx-2 .col h5 em{
		color: #594a78;
	}
	.bg-tx-3 .col h5 em{
		color: #644d3f;
	}
	.bg-tx-6 .col h5 em{
		color: #a66917;
	}	
	.bg-bl .col h5 em{
		color: #6c9ac1;
	}	




/*user*/
/*project*/


	





@media screen and (max-width: 750px) {


	.bg-tx-1,
	.bg-tx-2,
	.bg-tx-3,
	.bg-tx-4,
	.bg-tx-5,
	.bg-tx-6,
	.bg-tx-7{
		background-size: 150px 150px;
	
	}



}








