.pluso-more, .pluso-counter {
	display: none !important;
}

.text-justify{
	text-align: justify;
}

.navbar-xs {
	min-height: 22px;
	border-radius: 0;
}
.navbar-xs .navbar-nav > li > a {
	border-right: 1px solid #ddd;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 16px;
}

.btn-purple { 
	color:#ffffff; 
	border-color:#730073;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #B266B2),
		color-stop(0.5, #800080)
	);
	background-image: -o-linear-gradient(bottom, #B266B2 0%, #800080 50%);
	background-image: -moz-linear-gradient(bottom, #B266B2 0%, #800080 50%);
	background-image: -webkit-linear-gradient(bottom, #B266B2 0%, #800080 50%);
	background-image: -ms-linear-gradient(bottom, #B266B2 0%, #800080 50%);
	background-image: linear-gradient(to bottom, #B266B2 0%, #800080 50%);
}
.btn-purple:focus,
.btn-purple.focus {
  color: #ffffff;
  border-color: #4C004C;
  background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #730073)
	);
	background-image: -o-linear-gradient(bottom, #730073 0%);
	background-image: -moz-linear-gradient(bottom, #730073 0%);
	background-image: -webkit-linear-gradient(bottom, #730073 0%);
	background-image: -ms-linear-gradient(bottom, #730073 0%);
	background-image: linear-gradient(to bottom, #730073 0%);
}
.btn-purple:hover {
  color: #ffffff;
  border-color: #4C004C;
  background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #730073)
	);
	background-image: -o-linear-gradient(bottom, #730073 0%);
	background-image: -moz-linear-gradient(bottom, #730073 0%);
	background-image: -webkit-linear-gradient(bottom, #730073 0%);
	background-image: -ms-linear-gradient(bottom, #730073 0%);
	background-image: linear-gradient(to bottom, #730073 0%);
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  color: #ffffff;
  border-color: #4C004C;
  background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #730073)
	);
	background-image: -o-linear-gradient(bottom, #730073 0%);
	background-image: -moz-linear-gradient(bottom, #730073 0%);
	background-image: -webkit-linear-gradient(bottom, #730073 0%);
	background-image: -ms-linear-gradient(bottom, #730073 0%);
	background-image: linear-gradient(to bottom, #730073 0%);
}
.btn-purple:active:hover,
.btn-purple.active:hover,
.open > .dropdown-toggle.btn-purple:hover,
.btn-purple:active:focus,
.btn-purple.active:focus,
.open > .dropdown-toggle.btn-purple:focus,
.btn-purple:active.focus,
.btn-purple.active.focus,
.open > .dropdown-toggle.btn-purple.focus {
  color: #ffffff;
  border-color: #4C004C;
  background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #730073)
	);
	background-image: -o-linear-gradient(bottom, #730073 0%);
	background-image: -moz-linear-gradient(bottom, #730073 0%);
	background-image: -webkit-linear-gradient(bottom, #730073 0%);
	background-image: -ms-linear-gradient(bottom, #730073 0%);
	background-image: linear-gradient(to bottom, #730073 0%);
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purplre.focus,
.btn-purplre.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purplr[disabled].active,
fieldset[disabled] .btn-purple.active {
  border-color: #4C004C;
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #730073)
	);
	background-image: -o-linear-gradient(bottom, #730073 0%);
	background-image: -moz-linear-gradient(bottom, #730073 0%);
	background-image: -webkit-linear-gradient(bottom, #730073 0%);
	background-image: -ms-linear-gradient(bottom, #730073 0%);
	background-image: linear-gradient(to bottom, #730073 0%);
}


.btn-chocolate { 
	background-color:#D2691E; 
	color:#ffffff; 
	border-color:#d0631e;
} 
.btn-chocolate:hover, .btn-chocolate:focus {
	background-color: #d05c1e; 
	color: #ffffff;
} 
.btn-chocolate:active { 
	background-color: #d05c1e;
	color: #ffffff;
} 


.btn-gold { background-color:#FFD700; 
	color:#000000; 
	border-color:#d0631e;
} 
.btn-gold:hover, .btn-gold:focus {
	background-color: #ffbd00; 
	color: #000000;
} 
.btn-gold:active { 
	background-color: #ffbd00;
	color: #000000;
}


.btn-black { 
	background-color:#696969; 
	color:#FFFFFF; 
	border-color:#292929;
} 
.btn-black:hover, .btn-black:focus {
	background-color: #3b3b3b; 
	color: #FFFFFF;
} 
.btn-black:active { 
	background-color: #3b3b3b;
	color: #FFFFFF;
}

.yaxisLabel {
	left: -25px;
	top: 50%;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
}
.axisLabel {
	font-size: 12px;
	position: absolute;
	text-align: center;
}

.vk_icon {
	display: inline-block;
	background: url("https://vk.com/images/icons/wall_export.gif?1") no-repeat scroll;
    height: 14px;
    overflow: hidden;
    width: 14px;
	background-position: 0 -56px;
	vertical-align: -2px;
}

.btn:hover  > .vk_icon {
	background-position: 0 -70px;
}

.tooltip-inner{
	white-space: pre;
}

.btn_up {
	position: fixed;
	bottom: 5px;
	right: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: purple;
	text-align: center;
	color: #fff;
	opacity: .5;
	cursor: pointer;
	z-index: 25;
}
.btn_up:hover {
	opacity: 1;
}
.btn_up > span {
	display: inline-block;
	font-size: 40px;
	line-height: 1.5;
}
.fa {
	line-height: 12px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-angle-up:before {
	content: "^";
}

.preloader {
  position: fixed;
  z-index: 777;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(206, 147, 216,0.5);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.preload-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
}

.onload .preloader {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
}

.onload .preload-icon {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}