﻿/*=================*/
/*NewTools         */

/*=================*/

.top_toolbar {
    -moz-border-radius: 3px;
    /*background: #fafafa;*/
    border-radius: 3px;
    color: #727272;
    font: 11px/22px arial;
    height: 30px;
    line-height: 30px;
    position: relative;
    position: relative;
    width: 100%;
   margin: 20px 0px;
}
.top_toolbar1 {
    -moz-border-radius: 3px;
    /*background: #fafafa;*/
    border-radius: 3px;
    color: #727272;
    font: 11px/22px arial;
    height: 30px;
    line-height: 30px;
    position: relative;
    position: relative;
    width: 100%;
   margin: 20px 0px;
}


.top_toolbar .span-date {
    background: url(img/modified_date_icon.png) no-repeat left top;
    display: inline-block;
    padding-left: 25px;
    margin-right: 10px;
    height: 19px;
    margin-left: 20px;
}
.top_toolbar .span-viewcount{
    background: url(img/view_icon.png) no-repeat left -2px;
    display: inline-block;
    padding-left: 25px;
    margin-right: 10px;
    height: 19px;
}
.top_toolbar .zing {
    background: url(img/zing.png) no-repeat left center;
    height: 20px;
    left: 6px;
    position: absolute;
    top: 5px;
    width: 20px;
}

.top_toolbar .facebook {
    background: url(img/facebook.png) no-repeat left center;
    height: 20px;
    position:absolute;
    width: 73px;
    display: inline-block;
}

.top_toolbar .google {
    background: url(img/google.png) no-repeat left center;
    height: 20px;
    left: 67px;
    position: absolute;
    top: 5px;
    width: 20px;
}

.top_toolbar .share {
    background: url(img/share.png) no-repeat left center;
    height: 20px;
    left: 97px;
    position: absolute;
    top: 5px;
    width: 20px;
}

.social_toolbar .DivbtLike {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.social_toolbar .DivbtLike > div, .social_toolbar .DivbtLike > a {
    margin: 0 3px;
}
.social_toolbar .DivbtLike > a img {
    width: 25px;
}
.social_toolbar .fb-like {
    margin-top: 0;
    position: relative;
    top: 0;
    z-index: 99999;
}

@media screen and (min-width:1200px) {
    .top_toolbar{height:30px;}
   }

@media screen and (min-width:1024px) and (max-width:1199px){
      .top_toolbar{height:30px;}
 }
@media screen and (min-width:921px) and (max-width:1023px){
      .top_toolbar{height:30px;}
    
}
@media screen and (min-width:768px) and (max-width:920px){
      /*.top_toolbar{height:65px;}
     .top_toolbar .likefacebook{top: 38px; left: 18px;}
     .top_toolbar .likegoogle{top: 38px; left: 36px;}
     .top_toolbar .share_fb{top: 38px; left: 78px;}*/
}
@media screen and (min-width:569px) and (max-width:767px){
     /*.top_toolbar{height:65px;}*/
     /*.top_toolbar .likefacebook{top: 38px; left: 18px;}
     .top_toolbar .likegoogle{top: 38px; left: 110px;}
     .top_toolbar .share_fb{top: 38px; left: 200px;}*/
}
@media screen and (min-width:481px) and (max-width:568px){
     /*.top_toolbar{height:65px;}
     .top_toolbar .likefacebook{top: 38px; left: 18px;}
     .top_toolbar .likegoogle{top: 38px; left: 110px;}
     .top_toolbar .share_fb{top: 38px; left: 200px;}*/
}
@media screen and (min-width:361px) and (max-width:480px){
     .top_toolbar{height:65px;}
     .top_toolbar .likefacebook{top: 38px; left: 0px;}
     .top_toolbar .likegoogle{top: 38px; left: 110px;}
     .top_toolbar .share_fb{top: 38px; left: 200px;}
}
@media screen and (min-width:321px) and (max-width:360px) {
     .top_toolbar{height:65px;}
     .top_toolbar .likefacebook{top: 38px; left: 0px;}
     .top_toolbar .likegoogle{top: 38px; left: 110px;}
     .top_toolbar .share_fb{top: 38px; left: 200px;}
   
}
@media screen and (min-width:0px) and (max-width:320px) {
     .top_toolbar{height:65px;}
     .top_toolbar .likefacebook{top: 38px; left: 0px;}
     .top_toolbar .likegoogle{top: 38px; left: 110px;}
     .top_toolbar .share_fb{top: 38px; left: 200px;}
}
@media screen and (max-width:767px){
    .top_toolbar .span-date{margin-left:0px !important;}
}

