	@media (min-width: 768px){
		.circle-tile {
			margin-bottom: 30px;
		}
	}

	.circle-tile {
		margin-bottom: 15px;
		text-align: center;
		overflow:hidden;
	}

	.circle-tile-heading {
		position: relative;
		width: 80px;
		height: 80px;
		margin: 0 auto -40px;
		border: 3px solid rgba(255,255,255,0.3);
		border-radius: 100%;
		color: #fff;
		transition: all ease-in-out .3s;
	}

	.circle-tile:hover{
		-webkit-transform: scale(1.1); 
		-moz-transform: scale(1.1); 
		-ms-transform: scale(1.1); 
		-o-transform: scale(1.1); 
		transform:rotate scale(1.1); 
		-webkit-transition: all 0.4s ease-in-out; 
		-moz-transition: all 0.4s ease-in-out; 
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}


	.dark-blue {
		background-color: #f5f5f5;
		color: #000;
		border: 1px solid #dcdcdc;
	}
	.green {
		background-color: #f5f5f5;
				color: #000;
		border: 1px solid #dcdcdc;
	}

	.blue {
		background-color: #f5f5f5;
				color: #000;
		border: 1px solid #dcdcdc;
	}

	.orange {
		background-color: #f5f5f5;
				color: #000;
		border: 1px solid #dcdcdc;
	}

	.red {
		background-color: #f5f5f5;
				color: #000;
		border: 1px solid #dcdcdc;
	}	

	.sn_uye_aktif_kirmizi {
		background-color: #fff;
		color: #ff0030;
		border: 1px solid #dcdcdc;
	}

	.purple {
		background-color: #f5f5f5;
				color: #000;
		border: 1px solid #dcdcdc;
	}

	.dark-gray {
		background-color: #f5f5f5;
				color: #000;
		border: 1px solid #dcdcdc;
	}

	.gray {
		background-color: #f5f5f5;
				color: #000;
		border: 1px solid #dcdcdc;
	}

	.light-gray {
		background-color: #bdc3c7;
	}

	.yellow {
		background-color: #f1c40f;
	}

/* -- Text Color Helper Classes */


.circle-tile-heading .fa {
	line-height: 80px;
}

.circle-tile-content {
	padding-top: 50px;
}
.circle-tile-description {
	text-transform: uppercase;
}

.circle-tile-number {
	padding: 5px 0 15px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
}

.circle-tile-footer {
	display: block;
	color: #000;
	padding: 5px;
	background-color: rgba(0,0,0,0.1);
	transition: all ease-in-out .3s;
}

.circle-tile-footer:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.5);
	background-color: rgba(0,0,0,0.2);
}












.shape{    
	border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px;
	-ms-transform:rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	transform:rotate(360deg);
}
.offer{
	background:#fff; border:1px solid #ddd; margin: 15px 0; overflow:hidden;
}
.offer:hover {
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform:rotate scale(1.1); 
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.shape {
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-radius{
	border-radius:7px;
}
.offer-danger {	border-color: #d9534f; }
.offer-danger .shape{
	border-color: transparent #d9534f transparent transparent;
}
.offer-success {	border-color: #5cb85c; }
.offer-success .shape{
	border-color: transparent #5cb85c transparent transparent;
}
.offer-default {	border-color: #999999; }
.offer-default .shape{
	border-color: transparent #999999 transparent transparent;
}
.offer-primary {	border-color: #428bca; }
.offer-primary .shape{
	border-color: transparent #428bca transparent transparent;
}
.offer-info {	border-color: #5bc0de; }
.offer-info .shape{
	border-color: transparent #5bc0de transparent transparent;
}
.offer-warning {	border-color: #f0ad4e; }
.offer-warning .shape{
	border-color: transparent #f0ad4e transparent transparent;
}

.shape-text{
	color:#fff; font-size:15px; font-weight:bold; position:relative; right:-45px; top:-2px; white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(30deg); /* Safari and Chrome */
	transform:rotate(30deg);
}	
.offer-content{
	padding:0 20px 10px;
}
@media (min-width: 487px) {
	.container {
		max-width: 750px;
	}
	.col-sm-6 {
		width: 50%;
	}
}
@media (min-width: 900px) {
	.container {
		max-width: 970px;
	}
	.col-md-4 {
		width: 33.33333333333333%;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
	.col-lg-3 {
		width: 25%;
	}
}

.sn_uye_menu_yazi{
	font-size: 13px;
	font-weight: normal;
	margin-bottom: -1px;
	padding: 10px;
	height: 50px;
	vertical-align: middle;
	line-height: 20px;
}