@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
body {
  padding-top: 70px;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #ff9800;
	text-transform:uppercase;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #ff9800;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 2px solid #000;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*  Header  */
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-default {
    background-color: #0d47a1;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 13px 10px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #ff9800;
    background-image: none;
    border: 0;
    border-radius:50%;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ff9800;
}
.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 5px 15px;
}
.navbar-default .navbar-nav>li>a {
    padding: 10px 15px;
    color: #ff9800;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
}
.navbar-default .navbar-nav>.active>a{
	color: #fff;
    background-color: #ff9800;
}
@media only screen and (min-width: 768px) {
	#main-menu.navbar-default {
		background: #0d47a1;/*#45aed68*/
	}
	#main-menu.navbar-default .navbar-nav > li > a {
		padding-top: 35px;
		padding-bottom: 10px;
		color: #ff9800;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		line-height: 18px;
		font-weight: 800;
	}
	#main-menu.navbar-default .navbar-nav > li.active > a,
	#main-menu.navbar-default .navbar-nav > li.open > a,
	#main-menu.navbar-default .navbar-nav > li:hover > a {
		background: transparent;
		color:#fff;
	}
}
#main-slider {overflow: hidden;}
#main-slider .item {
	height: 750px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
#main-slider .slider-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}
#main-slider .slider-inner h2 {
	margin-top: 180px;
	font-size: 36px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
}
#main-slider .slider-inner h2 > span {color: #ff9800;}
#main-slider .slider-inner .btn {margin-top: 10px;}
#main-slider .owl-prev,
#main-slider .owl-next {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 30px;
	display: inline-block;
	margin-top: -35px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100px;
	z-index: 5;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
	background-color: #ff9800;
}
#main-slider .owl-prev {
	left: -35px;
	text-indent: 14px;
}
#main-slider .owl-next {
	right: -35px;
	text-indent: -14px;
}
#bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #ff9800;
}
#progressBar {
	margin-top: -4px;
	position: relative;
	z-index: 999;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
}
.fill-btn{
}
.fill-btn a{
	display: block;
	background:#ff9800;
	color: #fff !important;
	height: 36px;
	margin-top: 25px;
	padding-top: 10px !important;
border-radius:4px;	
}
.fill-btn a:hover,.fill-btn a:focus{	background:#000 !important;	
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
	background: #ff9800;
}
.modal-header h4{
	color:#fff;
}
.sign-with {
    margin-top: 25px;
    padding: 20px;
}
div#OR {
    height: 30px;
    width: 30px;
    border: 1px solid #C2C2C2;
    border-radius: 50%;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    float: right;
    position: absolute;
    right: -16px;
    top: 40%;
    z-index: 1;
    background: #DFDFDF;
}
#myModal .form-control {
    border: 1px solid #eee;
    box-shadow: none;
    background: transparent;
    color: #818181;
    font-size: 16px;
    height: 36px;
    border-radius: 0px;
}
#myModal .nav-tabs {
    margin-bottom: 0px;
}
#myModal .tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 20px 20px;
    border-radius: 0 0 3px 3px;
}

.after-login{
    position: fixed;
    right: 0;
    left: 0;
	top:83px;
    z-index: 999;
	background: rgba(255,255,255,0.8);
	padding: 15px 0;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
     -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
          box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
}
.after-login .form-control{
	border: 0px solid #83827c;
    box-shadow: none;
    background: rgba(3,36,43,0.7);
    color: #818181;
    font-size: 15px;
    height: 35px;
    border-radius: 0;
	border-width: 0;
    border-bottom-width: 3px;
	
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
#inner-banner{
	width:100%;
	top:0px;
	background:url('../images/inner-banner.jpg') no-repeat;
	background-size: cover;
	height:180px;
}
.panel {
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.panel-info {
    border-color: #eee;
}
.panel-info>.panel-heading {
    color: #fff;
    background-color: #0d47a1;
    border-color: #eee;
	padding: 15px 15px;
}
@media only screen and (max-width: 768px) {
	body {padding-top: 0px;}
	.navbar-brand>img{
		width: 70%;
	}
	#main-slider .slider-inner h2 {
		margin-top: 200px;
		font-size: 32px;
		line-height: 1;
		text-transform: none;
		color: #fff;
		text-align: center;
	}
	.after-login{top:61px;}
}
/* Highlighted */
.notification-box{
    background: #fff;
}
.notification-box h4{
	font:700 15px/18px 'Roboto', sans-serif;
	color:#000;
	margin:0;
	text-transform:none;
	margin-bottom:10px;
	letter-spacing:0;
}
.notification-box h4 a{
	color:#000;
}
.notice_grid{
	text-align:left;
	float: left;
}
.notice{
	float: left;
    margin: 15px 0;
}
.notice h3 {
	color: #ff9800;
	margin:0 0 15px 0;
	padding-bottom:15px;
	font:900 20px/20px 'Open Sans', sans-serif;
	text-transform: uppercase;
	position: relative;
	border-bottom: 1px solid #eee;
}
.notice h3:before {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    border-bottom: 2px solid #000;
}
.notice p {
    font: 300 14px/18px 'Open Sans', sans-serif;
    color: #666;
}
.events-compact-list{
	list-style-type:none;
	margin:0;
	padding:0;
}
.event-list-item{
	padding:12px 0 20px;
	margin-bottom:12px;
	border-bottom:1px dashed #E6E6E6;
}
.event-list-item:first-child{
	padding-top:0;
}
.event-list-item:last-child{
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}
.events-compact-list .event-list-thumb{
	margin-bottom:10px;
	margin-top:5px;
}
.home .events-compact-list .event-list-cont{
	padding-right:20px;
}
.event-date{
	display:block;
	margin-bottom:5px;
	float:left;
	margin-right:15px;
	color:#999;
	width:40px;
	text-align:center;
	border-right: 3px solid #d4d4d4;
}
.event-time{
	margin-top:5px;
}
.event-date .date{
	display:block;
	margin:0 8px;
	font:900 20px/20px 'Open Sans', sans-serif;
	color:#004383;
}
.event-date .month{
	text-transform:uppercase;
	display:block;
	font:400 12px/20px 'Roboto', sans-serif;
	color:#777;
}
.events-list{
	list-style-type:none;
	margin:0;
}
.events-list .event-time{
	margin-top:7px;
}
.events-list .event-list-item{
	padding: 0 0 34px;
	margin-bottom: 34px;
}
.events-list .event-list-item:last-child{
	margin-bottom:0;
}
.events-compact-list h4, .events-compact-list p{
	padding-left:55px;
}
.event-list-item p{
	margin-bottom:0;
}
.events-list .event-list-item p{
	margin-bottom:12px;
	margin-top:20px
}
.events-list .event-list-item .event-date{
	width:9%;
	margin-right:2%;
	float:left;
	text-align:center;
}
.events-list .event-list-item .date{
	display:block;
	float:none;
	line-height:44px;
	margin-right:0
}
.events-list .event-list-item .day{
	display:block;
	margin:0;
	top:0;
}
.events-list .event-list-item .month{
	font-size:12px;
}
.events-list .event-list-cont{
	width:89%;
	float:left;
}

.gallery-list{
	display: block;
	list-style-type:none;
	margin:0;
	padding:0;
}
.gallegy-list-item{
	float:left;
	padding:12px 0 20px;
	margin-bottom:12px;
	border-bottom:1px dashed #E6E6E6;
	clear: both;
}
.gallegy-list-item:first-child{
	padding-top:0;
}
.gallegy-list-item:last-child{
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}
.gallery-pic{
	float:left;
	width: 20%;
}
.gallery-pic img{
	float:left;
	width: 100%;
}
.gallery-txt{
	float:left;
	margin-left: 15px;
	width: calc(80% - 15px);
}
.memory-box{float:left;clear: both;}
.memory-box{float:left;clear: both;}
.memory-box h4{ margin-top: 10px;}
/* Highlighted */


#testimonial {
	background: #333333 url(../images/about-bg.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 100px 0;
	color: #fff;
}
#testimonial h4 {
	color: #fff;
	margin-bottom: 0;
}
#testimonial small {
	display: block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {margin-top: 10px;}
#about {padding: 50px 0 10px;}

.divider {
	margin-top: 0px;
	margin-bottom: 30px;
	background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	width: 95%;
	height: 1px;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#blog {
  padding: 100px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#get-in-touch {
  padding: 50px 0 50px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  background: url(../images/medical-background-98.jpg);
  position:relative;
  height:650px
}
#get-in-touch p.msg{
	font:700 16px/18px 'Open Sans', sans-serif;
	text-transform:uppercase;
    color: #fff;
}
.editor-box{text-align:center;margin-top:50px;}
.editor-profile{
	margin:0 auto 10px auto;
	border: 6px solid #e0e0e0;
}
/* ##### Contact ##### */

.input-field {margin-bottom: 10px;}
.form-control {
    border: 1px solid #83827c;
    box-shadow: none;
    background: rgb(255, 255, 255) !important;
    color: #818181;
    font-size: 16px;
    height: 40px;
	border-radius: 3px;
}
textarea.form-control {
    width: 100%;
    height: 125px;
}

#submit:hover {color: #fff;}
#submit:before {background-color: #0A85BB;}
#submit.btn-effect:after {background: #2E2E2E;}
.contact-details h3 {
    border-bottom: 1px solid #008ecc;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.contact-details p {line-height: 30px;}
.contact-details p i {margin-right: 10px;color: #2a95be;}
.contact-details span {
    display: block;
    margin-left: 24px;
}
#submit:hover {
    /* color: #fff; */
}

main.css:150
.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
    color: #009EE3;
}
bootstrap.min.css:5
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}
main.css:85
.btn-effect {
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-osx-font-smoothing: grayscale;
}
main.css:67
.btn-blue {
    background-color: rgba(0,158,227, 0.78);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}
main.css:60
.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}
bootstrap.min.css:5
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* #### Footer #### */

#footer {
    background-color: #2E2E2E;
    padding: 70px 0;
    color: #fff;
}
.footer-content {
    width: 390px;
    margin: 0 auto;
}
.footer-content > div {
    margin-bottom: 40px;
}
.footer-content > div > p:first-child {
    margin-bottom: 15px;
    text-transform: uppercase;
}
.subscribe-form {
    position: relative;
}
.subscribe.form-control {
    background-color: transparent;
    border: 1px solid #7f7f7f;
}
.subscribe.form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.submit-icon {
    background-color: #7f7f7f;
    border: 0 none;
    border-radius: 0;
    color: #c1c1c1;
    padding: 13px 20px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
}
.submit-icon .fa-paper-plane {
    position: relative;
    top: 0;    
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);

    -webkit-transition: all 0.3s ease 0.2s;
       -moz-transition: all 0.3s ease 0.2s;
        -ms-transition: all 0.3s ease 0.2s;
         -o-transition: all 0.3s ease 0.2s;
            transition: all 0.3s ease 0.2s;
}

.submit-icon:hover .fa-paper-plane {
    position: relative;
    top: -37px;    
    -webkit-transform: translateX(30px);
       -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
         -o-transform: translateX(30px);
            transform: translateX(30px);
}
.footer-content .footer-social {
    margin: 40px 0 35px;
}
.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social ul li a {
    color: #7f7f7f;
    display: block;
    
    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}

.footer-social ul li a:hover {
    color: #009EE3;
}

.footer-content > p {
    color: #ababab;
    font-size: 12px;
}

/* Footer */
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #ff9800;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}


/*-- common page --*/
.editor-pics {
    margin-top: 1em;
}
.item-pic {
    padding: 0;
}
.common-box h1{
	text-transform:none !important;
	color: #000;
	font-size: 26px;
}
.common-box .main-pic{
	width:100%;
}
ul.share {
	margin: 2em 0 3em 0;
}
ul.social-share {
    float: left;
}
.single-middle {
   background: #f4f4f4;
    padding: 1.5em;
    margin: 2em 0;
}
ul.social-share li{
list-style:none;
display:inline-block;
}
ul.social-share li i,i.arrow,p.reply {
       background: url(../images/icons2.png)no-repeat -4px -3px;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0 12px;
    vertical-align: middle;
}
ul.social-share li  i.tin:hover,ul.social-share li  i.message:hover,p.reply i:hover,i.arrow:hover,ul.social-share li i:hover{
  opacity:0.7;
}
ul.social-share li  i.tin{
	    background: url(../images/icons2.png)no-repeat -30px -3px;
}
ul.social-share li  i.message{
     background: url(../images/icons2.png)no-repeat -55px -3px;
}
#left{
    margin-top: 16px !important;
}