/* Design & Develop by Spiral Design Center / www.spiraldesign.org */
/*---------------------------------
	1199px
---------------------------------*/
@media screen and (max-width: 1199px){
	.main-dl{
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.attach-dl{
		margin-top: 50px;
		padding: 20px 0;
		text-align: center;
		width: 100%;
		border-right: 0 none;
	}
	.attach-dl ul{
		width: 540px;
		margin: 0 auto;
		text-align: right;
	}
}


/*---------------------------------
	600px
---------------------------------*/
@media screen and (max-width : 600px) {
	.attach-dl ul{
		width: 100%;
	}
	.attach-dl li{
		width: 100%;
		border-bottom: 1px solid #eee!important;
	}
	.attach-dl li:last-child{
		border-bottom: 0 none !important;
	}
	.sponser ul li{
		width: 50%;
		line-height: 65px;
		height: 65px;
		margin-bottom: 20px;
	}
}

/*---------------------------------
	430px
---------------------------------*/
@media screen and (max-width : 430px) {
	.dl-btns .btn{
		margin-left: 0;
		margin-top: 20px;
	}
}