.family_update{
    background: #E5E5E5;
    padding-bottom: 30px;
}

.family_update h1{
    font-family: Georgia;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    /* identical to box height */

    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-top: 35px;

}
.family_big{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 20px;
}

.family_big h2{
    color: #000000;
    font-size: 35px;
    margin: 0;
}

.family_big img{
    max-width: 281px !important;
    width: 100% !important;
}
.family_big p{
    font-family: Arial, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    /* identical to box height */
    color: #6C6565;
    margin-top: 10px;
    margin-bottom: 0 !important;
}



.single_fami{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 24px;
    margin-top: 22px;
}

.single_fami h2{
    color: #000000;
    font-size: 24px;
    margin: 0;
	font-weight: bold;
	min-height:53px;
}

.single_fami img{
    max-width: 125px !important;
    display: block;
    margin: 0 auto;
	height: 150px !important;
}
.single_fami p{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 23.5px;
    /* identical to box height */


    color: #000000;
    margin-top: 7px;
}



.family-social-icons {
    height: 40px;
}


.family-social ul {
    list-style: none outside none;
    padding-left: 0;
    text-align: right;
    margin-top: 50px;

}

.family-social li{
    display: inline-block;
    margin-right: 20px;
}

.family-social li a {
    border-radius: 50%;
    font-size: 1.35em;
    line-height: 55px;
    text-align: center;
    width: 60px;
    transition: all 0.25s ease-in 0s;
    color: #FFF;
    border: 2px solid #D1D3D4;
}


.family-social .facebook{
    background:#3b5998;
}

.family-social .twitter{
    background:  #2e9edd;
}

.family-social .linkedin{
    background:  #0077b5;
}


.family-social .facebook:hover{
    color: #3b5998;
    background-color: #FFF
}

.family-social .twitter:hover{
    color:  #2e9edd;
    background-color: #FFF;
}

.family-social .linkedin:hover{
    color: #0077b5;
    background-color: #FFF;
}

.family_big ul{
    text-align: left !important;
}
@media only screen and (max-width: 700px) {
    .family_big img{
        display: block;
        margin: 5px auto;
        padding-bottom: 5px;
    }

    .family_big .col-md-8{
        text-align: center;
    }

    .family_big ul{
        text-align: center !important;
        margin-top: 7px;
    }

    .single_fami img{
        margin-bottom: 10px;
    }
    .single_fami .col-md-9{
        text-align: center;
    }
}
