
#kurumdisibulten-page{
	width: 600px;
	overflow: auto;
	float: left;
	margin-top: 30px;
}

	#kurumdisibulten-title{
		width: auto;
		padding: 10px 0px;
		border-bottom:5px solid #e1e1e1;
		font-size:22px;
		color:#aa0034;
		font-weight: bold;
	}

.bulten-frame{
	width: 600px;
	overflow: auto;
	background: #fff;
	border-bottom:1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-top: 20px;
}

	.bulten-frame figure{
		float: left;
		margin-right: 15px;
	}


	.bulten-text{
		width:390px;
		height: auto;
		float: left;
	}

	.bulten-frame figure img{
		width:190px;
		height: auto;
	}

	.bulten-text strong{
		font-size:15px;
		line-height: 20px;
		color:#222;
		margin-bottom: 5px;
	}

	.bulten-text strong:hover{
		color:#aa0135;
	}

	.bulten-text p{
		font-size:14px;
		line-height: 24px;
		color:#222;
		padding-bottom: 10px;
	}

		.bulten-text p:hover{
			color:#aa0135;
		}

	.bulten-text span{
		font-size:12px;
		color:#222;
		padding-bottom: 10px;
		font-weight: bold;
	}




	.red2 {
	color:#fff;
	border:1px solid #aa0135;
	margin:5px 0 5px!important;
	background: #aa0135;
	font-size:12px !important;
	}

		.red2:hover {
		color:#fff !important;
		border:1px solid #aa0135;
		background: #5d5d60;
		}






	#kurumdisibulten-featured{
		width: 300px;
		overflow: auto;
		float: right;
		margin-top: 30px; 
	}



	#kurumdisibulten-featured strong{
		font-size:15px;
		line-height: 20px;
		color:#aa0135;
		margin-top: 20px;
		display: block;
		margin-bottom: 10px;
	}



	#kurumdisibulten-featured strong:hover{
		color:#222;
	}




	#kurumdisibulten-featured span{
		font-size:12px;
		color:#222;
		padding-bottom: 10px;
		font-weight: bold;
	}


	.b-line{
		border:1px solid #f1f1f1;
		margin: 10px 0px;
	}




#bulten-abone-frame{
	width: auto;
	height: auto;
	padding: 30px;
	border:1px solid #e1e1e1;
	text-align: center;
	display: inline-block;
	margin-bottom: 100px !important;
}



#bulten-abone-frame i{
	font-size:26px;
	line-height: 16px;
	display: block;
	color:#5d5d60;
}



#bulten-abone-frame b{
	font-size:20px;
	color:#aa0135;
	line-height: 12px;
	display: block;
}


#bulten-abone-frame span{
	font-size:14px;
	width: 100%;
	display: block;
}


#bulten-abone-frame input{
	width: 90%;
	padding: 5px;
	outline: none;
	text-align: center;
	color:#222;
	margin-bottom: 10px;
}


#bulten-abone-frame input[name=btn]{
	background: #aa0135;
	width: auto;
	padding: 7px 20px;
	color:#fff;
	border:none;
	cursor: pointer;
	border-radius: 5px;
}



#bulten-abone-frame input[name=btn]:hover{
	background: #5d5d60;
}





	.bulten-text h1{
		font-size:20px;
		line-height: 24px;
		color:#222;
	}



#tumbulten-btn{
	font-size:16px;
	color:#222;
	text-align: left;
}


#tumbulten-btn:hover{
	color:#aa0135;
}



.facebookShare{
	width:auto;
	height: auto;
	display: inline-block;
	padding: 5px 10px;
	background-color:#405b96;
	color:#fff !important;
	line-height: 20px;
	border-radius: 4px;
	margin-bottom: 5px;
	font-size:12px;
}

	.facebookShare:hover{
		background-color:#536fab;
	}

	.facebookShare i{
		color:#fff !important;
		font-size:20px;
	}




.twitterShare{
	width:auto;
	height: auto;
	display: inline-block;
	padding: 5px 10px;
	background-color:#5b9bc6;
	color:#fff !important;
	line-height: 20px;
	border-radius: 4px;
	margin-bottom: 5px;
	font-size:12px;
}

	.twitterShare:hover{
		background-color:#6ba8d1;
	}

	.twitterShare i{
		color:#fff !important;
		font-size:20px;
	}




.googlePlusShare{
	width:auto;
	height: auto;
	display: inline-block;
	padding: 5px 10px;
	background-color:#db411b;
	color:#fff !important;
	line-height: 20px;
	border-radius: 4px;
	margin-bottom: 5px;
	font-size:12px;
}

	.googlePlusShare:hover{
		background-color:#ea4c25;
	}

	.googlePlusShare i{
		color:#fff !important;
		font-size:20px;
	}



.whatsAppShare{
	width:auto;
	height: auto;
	display: inline-block;
	padding: 5px 10px;
	background-color:#64bb5e;
	color:#fff !important;
	line-height: 20px;
	border-radius: 4px;
	margin-bottom: 5px;
	font-size:12px;
}

	.whatsAppShare:hover{
		background-color:#7ac475;
	}

	.whatsAppShare i{
		color:#fff !important;
		font-size:20px;
	}








@media screen and (max-width:1000px) {

	
	#kurumdisibulten-page{
		width: 90%;
		padding: 0px 20px;
	}


	.bulten-frame {
		width: 100%;
	}

	
	.bulten-text{
		width:50%;
		height: auto;
		float: left;
	}
	
	#kurumdisibulten-featured {
		width: 90%;
		float: none;
		margin: 40px 20px !important;
		display: inline-block;
	}

	
	#tumbulten-btn{
		margin: 5px 20px;
	}

	
}




@media screen and (max-width:580px) {
	

	.bulten-text{
		width:300px;
		height: auto;
		float: left;
	}

	.bulten-frame figure img{
		width:100px;
		height: auto;
	}
	
	
	
}




@media screen and (max-width:470px) {
	
	#kurumdisibulten-page{
		width: 85%;
		padding: 0px 20px;
	}
	
	
	#kurumdisibulten-featured {
		width: 85%;
	}
	
	
	.bulten-text, p{
		width:100%;
		height: auto;
		text-align: left !important;
	}
	
	
	.bulten-frame figure{
		width:auto;
		float: none;
		text-align: center !important;
		margin-right: 0px;
	}

	.bulten-frame figure img{
		width:150px;
		height: auto;
	}

	
	
	
}







