﻿/*
#sharetop {
	position: fixed;
	top:  0%; 
    left: 30%; 
     
    	
}
*/


.besplatno {
	font color: #8080FF; 
    	
}

.besplatno  a {
color: #8080FF;
}

.besplatno  a:visited {
color: #8080FF;
}

.besplatno  a:hover {
color: #8080FF;
}


@media screen and (min-width:0px) and (max-width:319px){
#sharetop {
  width: 10%;
  height: 10%;
}
#sharetop {
	position: fixed;
	left: 0%  	
	top: 0%   
    	
}
}
@media screen and (min-width:320px) and (max-width:374px){
#sharetop {
  width: 10%;
  height: 10%;
}
#sharetop {
	position: fixed;
	left: 0%   	
	top: 0%   
    	
}
}
@media screen and (min-width:375px) and (max-width:1023px){
#sharetop {
  width: 10%;
  height: 10%;
}
#sharetop {
	position: fixed;
	left: 0%    	
	top: 0%   
    	
}
}
@media screen and (min-width:1024px) and (max-width:1280px){
#sharetop {
  width: 10%;
  height: 10%;
}
#sharetop {
	position: fixed;
	right: 10%; 	
	top: 0%   
    	
}
}
@media screen and (min-width:1281px) and (max-width:1440px){
#sharetop {
  width: 5%;
  height: 5%;
}
#sharetop {
	position: fixed;
	right: 30%; 	
	top: 0%   
    	
}
}
@media screen and (min-width:1441px) and (max-width:1680px){
#sharetop {
  width: 5%;
  height: 5%;
}
#sharetop {
	position: fixed;
	right: 30%; 	
	top: 0%   
    	
}
}
@media screen and (min-width:1681px) and (max-width:1920px){
#sharetop {
  width: 5%;
  height: 5%;
}
#sharetop {
	position: fixed;
	right: 30%; 	
	top: 0%   
    	
}
}
@media screen and (min-width:1921px) and (max-width:2560px){
#sharetop {
  width: 5%;
  height: 5%;
}
#sharetop {
	position: fixed;
	right: 30%; 	
	top: 0%   
    	
}
}
@media screen and (min-width:2561px){
#sharetop {
  width: 5%;
  height: 5%;
}
#sharetop {
	position: fixed;
	right: 20%; 	
	top: 0%   
    	
}
}
}