.social-wr {
    font-weight: 100;
    font-family: 'Roboto';
    color: #fff;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
    background: #fff;
    background: -moz-linear-gradient(top,#0b5282 1%,#3198c3 100%,#207cca 100%,#3198c3 100%);
    background: -webkit-linear-gradient(top,#0b5282 1%,#3198c3 100%,#207cca 100%,#3198c3 100%);
    background: linear-gradient(to bottom,#0b5282 1%,#3198c3 100%,#207cca 100%,#3198c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$topColor,endColorstr=$bottomColor,GradientType=0);
}

.social-wr .container {
    padding-bottom: 30px;
    padding-top: 34px;
}

.social-media {
    text-align: center;
}

.social-media-header {
  font-family: 'Roboto Slab';
    color: white;
padding-bottom: 10px;
font-weight: 100;
margin: 2rem auto;
}

@media (max-width: 767px){
	.social-media-col{
		margin-top: 30px;
	}
}

.logo_icon {
    background: rgba(0, 0, 0, 0) url("/Content/upload/1/Default/footer-icon.jpg") repeat scroll 0 0;
    height: 85px;
    margin: 0 auto 33px;
    width: 140px;
}
.logo_icon img{
max-width: 100%;
}

.social_media_text {
    color: white;
    font-size: 18px;
}

.social_media_text a {
    color: white;
}

.social_media_buttons {
    margin-top: 30px;
}

.social_media_buttons a {
    color: white;
    display: inline-block;
    font-size: 16px;
    text-decoration: none !important;
}

.social_media_buttons a + a {
    margin-left: 26px;
}

.social_media_buttons a span {
    margin-right: 3px;
}
