﻿/*******/
span.Inlinetweet {
    position: relative;
}
span.Inlinetweet {
    background: rgba(0, 0, 0, 0) url("twtBlue.png") no-repeat scroll 5px 13px / 14px auto;
    cursor: pointer;
    padding: 0px 0px 0px 22px;
}
@media only screen and (min-width: 768px) {
span.Inlinetweet {
    position: relative;
}
}
.tweet {
    height: 34px;
    position: absolute;
    z-index: 999999;
}
span.Inlinetweet:hover {
    background-color: rgb(229, 229, 252);
}
span.Inlinetweet .tweet a {
    background: #3591d2 url("twtWhite.png") no-repeat scroll 130px 9px / 15px auto;
    color: #fff !important;
    font-size: 15px;
    padding: 0px 25px 2px 5px;
    white-space: nowrap;
	border-radius: 4px;
}
span.Inlinetweet .tweet a:hover {
    color: #fff !important;
}

.whatsappShare{
display: none;
}
@media (max-width: 768px) {
.whatsappShare{
display: block !important;
}

}

.img-responsive.pull-left.adv img ,
.adv img,
.article img{
    max-height: 100%;
    max-width: 100%;
}