.social {
    margin-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.social a {
    display: block;
    padding: 0 5px;
    width: 25px;
    margin: 0 10px;
}

.social a svg{
    fill: #fff;
}

.social a:hover svg {
    fill: #9a9a9a;
}

footer.foot-new {
    border-top: 10px solid #243B64;
    float: left;
    padding: 65px 0 35px;
    width: 100%;
    background: #1A3059;
}
footer.foot-new .inner {
    margin: 0 auto;
    width: 960px;
}
footer.foot-new #social.box {
  margin-top: 0;
  height:465px;
  overflow-y:auto;
}

footer.foot-new .footer-text text {
  color: #E2E5E5;
  font: 400 16px Source Sans Pro;
}

footer,
.bottom a,
footer #twitter .twitter-info a,
footer #twitter .twitter-info a:link,
footer #twitter .twitter-info a:visited,
footer .back-to-top,
.copyright a, #nav .right #search, #tabber .photostream .permalink div, #twitter .tweet .permalink {
    color: #6e8d84;
}
#nav .right a{
    color: #696988;
}
header #nav .right a:hover{
    color: #696988;
}
header {
    color: #d7f3ed;
}
header h1 a {
    color: #ffffff;
}
#twitter-widget-0{
    width:415px;
    height:453px;
}
@media screen and (max-width:578px){
    #twitter-widget-0{
        width:90%;
        height:390px;
        position:absolute;
        margin-bottom:30px;
    }
    div#profile{
        margin-bottom:25px !important;
    }
    div#social{
        margin-top:-25px !important;
    }
}

.masonry{height: 472px !important; position: relative !important;}

#profile{
    float: left;
    width: 50%;
}

footer .box h1{
    line-height:23px !important;
}

#social{
    float: right;
    width: 50%;
    margin-right: 20px;
}

.copyright{position: absolute !important; top: 451px !important; left: 0px !important;}
.p-name{color:#fff!important;}
iframe{background:#1A3059!important;}
