/*css specifically for internal news.php pages.*/

.Cpanel_main
{
	    padding-top: 0px; margin: 0px auto;    padding-right: 20px;
}
.Cpanel_heading
{
	font-size:24px;
	/*color:#44251F;*/
	font-weight:bold;text-align: left;
}
.Cpanel_sub_heading,.Cpanel_sub_heading h3
{
	font-size: 12px;text-align: justify;margin-top: 5px;color:#6D1F52;
}
.Cpanel_img
{
	/*text-align:center; 
padding-bottom: 12px;*/
    text-align: center;
    margin-bottom: 11px;
    background: #EEF;
    
}
.Cpanel_img img{
	  /*  min-height: 215px;
    min-width: 100%;
    max-height: 100%;
    max-width: 100%;*/
	min-height: 215px;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
	
}
.Cpanel_content
{
	text-align:justify;
	line-height: 2em;
}
.Cpanel_main p{
	font-size:14px;
	line-height:20px;
}



.soc {
   
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
}


h2, .soc {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.fa-twitter {
    background: #0ea0db;
}
.fa-facebook {
    background: #395B9C;
    padding: 10px 15px;
}
.fa-google-plus {
    background: #CD2127;
}

.padding0{    padding: 0px!important;}
.margin0{margin:0px!important;}
.share_social{
				        top: 2%!important;
    right: 25%!important;
    position: absolute!important;
				
				}
				
				
				.fa-twitter:hover {
    background: #fff;
    color: #0ea0db;
    border: 1px solid #0ea0db;
}
.fa-facebook:hover {
    background: #fff;
    color: #395B9C;
    border: 1px solid #395B9C;
}
.fa-google-plus:hover {
    background: #fff;
    color: #CD2127;
    border: 1px solid #CD2127;
}