/*Extra small devices*/
@media only screen and (max-width: 990px){
	
	
	.bagisicerik {height: auto!important;}
	.tab .tabbuton ul li {float:none;border-right:none;border-bottom:1px solid #E3E3E2}
	.creditcard {margin-top:20px;}
}

/*Small devices*/
@media only screen and (min-width: 544px) and (max-width: 768px){
	

	.bagisicerik {height:auto!important;}
	.bagiskutu .bagislink img {height:auto;}

	.bagisdel {text-align: left!important;}
	.bagisbilgisi, .kimadina, .bagistutari, .bagisdel {border-right:none!important;}
	.creditcard {margin-top:20px;}
}


/*Medium devices*/
@media only screen and (min-width: 768px) and (max-width: 992px){
	
	.bagisicerik {height:140px!important;}

	.bagisdel {text-align: left!important;}
	.bagisbilgisi, .kimadina, .bagistutari, .bagisdel {border-right:none!important;}
	.creditcard {margin-top:20px;}
}

/*Large devices*/
@media only screen and (min-width: 992px) and (max-width: 1200px){
	
}

/*Extra large devices*/
@media only screen and (min-width: 1200px){

}

/*Other*/
@media only screen and (max-width: 640px){
	
	.bagisicerik {height:auto!important;}
	.bagiskutu .bagislink img {height:auto;}

	.bagisdel {text-align: left!important;}
	.bagisbilgisi, .kimadina, .bagistutari, .bagisdel {border-right:none!important;}
	.creditcard {margin-top:20px;}
}