
 body {
	margin:0;
	padding:0;
       // background-color: #e5f2fa;
 
 //background:url(../images/christmas-background.jpg);
 background-repeat: no-repeat;
background-color: #e1f2fc;
 background-attachment: fixed;
}

.topart{
 background:url(../images/bg_top.jpg); 
 background-size: cover;
 height: 150px;
 width: 100%;
 border-bottom: 1px solid rgba(3, 169, 244, 0.08);
}

.icon{
font-size: 20px;
//color: #fff; 
color:#246aa9;
    margin-left: 20px;
    margin-top: 50px;
}
.icons-part{
    margin-top: 160px;
    border-bottom: 1px solid rgba(3, 169, 244, 0.08);
    
}
.type-post {
    -moz-box-shadow: 0 3px 2px 4px #ccc;
    -webkit-box-shadow: 0 3px 2px 4px #ccc;
    box-shadow: 0 3px 2px 4px #ccc;
  background: #FFF;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-top: 15px;
    padding-bottom: 50px;
    padding-top: 50px;
}
.imglink:hover{
    transform: scale(1.5);
}
.imgIcon:hover{
  transform: scale(1.05);  
}
.lastlogin{
        font-size: 10px;color:red;font-weight: bold;
    }
    .linkname{
        color:#005199;
    height: 100px;
    font-size: 15px;
    font-weight: 700;
    }
@media screen and (min-width: 700px) 
{
    .largefontsize{
            font-size: 20px;
            margin-top: 35px; 
    }
   .largefontsize2{
            font-size: 13px;
            
    }
       
}
.red_bold{
    color: #246aa9;
    font-weight: 200;
}