@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(fonts/El-bgsteBznJNL5pgUfFLA.woff2) format('woff2'), url(fonts/d-QWLnp4didxos_6urzFtg.woff) format('woff');
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color:#ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -6px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

/* -----------------------------------------------------------------<KOMENTARZE CSS>-------------------------------------------------------------------------- */
#cookies_container{
display:none;
}
.cookies_content{
z-index:1001; box-shadow: -2px -2px 2px #c1c1c1; border-top: 1px solid #c1c1c1; position: fixed; bottom: 0; width:100%; background-color:#efefef; padding-top:8px;padding-bottom:4px;
}
.cookies_close_btn{
padding:2px; float:right; margin-right:10px;
}
#cookies_text{
width:980px; margin: 0 auto;color:#333333;font-family:arial,sans-serif; font-size:12px;
}
/* -----------------------------------------------------------------<KOMENTARZE CSS>-------------------------------------------------------------------------- */
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}
/*************** Comments ***************/
.ukryj{display: none;}
.pokaz{display: block;}
.comments .button{
font-size:11px;
}
.button_info{
padding: 0.1px 0.1px;clear:both;
}
#comments{
line-height:17px; 
}
.block {
	clear:both;
	width:100%
}
.comments.block {
	position:relative;
}
.comments .item {
	overflow:hidden;
	position:relative;
	padding:4px 0 0px 34px
}
.comments .children,.grandchildren {
	clear:left;
	padding-left:16px;
	position:relative
}
* html .comments .info {
	margin:0 7px 0 0;
}
.comments div.avatar {
	display:inline;
	position:relative;
	z-index:3;
	margin:-10px 2px 0 -34px;
	padding:10px 0 0
}
.comments .avatar a {
	display:block;
	position:relative
}
.comments .avatar a:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7
}
.comments .avatar img {
	display:block
}
.comments .avatar .border {
	position:absolute;
	width:48px;
	height:48px;
	top:11px;
	left:0
}
.comments .line {
	width:20px;
	height:20px;
	border:solid #5c5c5c;
	position:absolute;
	bottom:50%;
	left:-26px;
	border-width:0 0 1px 1px
}
.comments .info {
	margin:0 4px 0 0
}
.comments .info strong {
	display:block;
	font-size:12px;
	color:#4e4b37;
	line-height:15px
}
.comments .info strong a {
	color:#5587cc;
	text-decoration:none
}
.comments .info em {
	font-style:normal;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:9px;
	height:1%;
	display:block;
	color:#989898
}
* html .comments .info em {
	display:inline
}

.comments div.reply {
	clear:left;
	padding-top:4px;
	position:relative
}
.comments div.reply div.reply {
	margin-left:33px;
}
.comments .reply:after {
	content:"";
	display:block;
	clear:both
}
.comments .reply .avatar {
	margin-left:0;
	z-index:2
}
.comments .text {
	overflow:hidden;
	position:relative;
	text-align:left;
	text-shadow:1px 1px white;
	color:#525252;
	border: 1px solid  #cdcdcd;
	background: #e5e5e5 url(../images/title_right.png) top repeat-x;	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}
.comments .text .br {
	min-height:50px;
	position:relative;
	padding:2px
}
.comments .text p {
	margin:2px;
	color:#525252;
	font: 12px/21px Arial, Helvetica, sans-serif;

}
.comments .grandchildren {
	overflow:hidden
}
.comments .info,.comments .avatar {
	float:left
}
/*************** Pagination ***************/
.pagination {
	text-align:right;
	padding:14px 0 5px 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#404040;
	
}
.pagination a {
	margin:0 5px 0 0;
	padding:3px 6px;
	color:#404040;
	text-decoration:none;
}
.pagination a.number {
	background-color:#404040;
	color:#fff;
}
.pagination a.current {
	background:#5587cc url(../../../admin/comments/images/bg-pagination-button.gif) top left repeat-x;
	color:#fff;
}
.pagination a.current:hover {
	text-decoration:none;
}
/*************** Reply form ***************/
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
#form_add {
	padding: 4px;	
	border: 1px solid  #cdcdcd;
	display: block;
	margin-top:5px;
	margin-bottom:5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;		
}
.reply #form_add  {
	margin-left:35px;
}
#form_add h3 {
	color:#c0c0c0;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
}
#form_add .error_login{
	color:red;
}
#form_add form {
	position: relative;
}
#form_add p {
	clear: both;
	overflow: hidden;
}
#form_add span {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 20px;
	color:#c0c0c0;clear: both;
	margin-right:5px;margin-left:5px;
}
.input {
	text-shadow:1px 1px white;
	color:#525252;
	border: 1px solid  #cdcdcd;
	background: #e5e5e5 url(../images/title_right.png) top repeat-x;	
	width: 96%;
	display: block;
	margin-bottom: 2px;
	padding: 5px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.input2 {
	text-shadow:1px 1px white;
	color:#525252;
	border: 1px solid  #cdcdcd;
	background: #e5e5e5 url(../images/title_right.png) top repeat-x;	
	display: block;
	margin-bottom: 2px;
	width: 70px;
	padding: 5px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hr{
	border-bottom:1px solid #dadada;
	font-size:15px;color:#c0c0c0;font-weight:bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}
#form_add textarea {
	text-shadow:1px 1px white;
	color:#525252;
	border: 1px solid  #cdcdcd;
	background: #e5e5e5 url(../images/title_right.png) top repeat-x;	
	width: 96%;
	padding: 4px;
	margin-bottom: 2px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.clear {
	clear: both;
}
.submit {
	right: 1%;
	bottom: 15px;
	float:right;
}
/*************** Notifications ***************/
#alert_comments {	
	margin : -6px 0px 2px 0px;
	padding : 4px 0px 0px 0px;
	width: 100%;position:relative;display:block;
}	
#alert_comments_nene{
	position:relative;	width: 100%;
	padding-top:6px;
	padding-bottom:2px;display:block;
}
.notification2 {
	position: absolute;
	width: 100%;
	padding: 0;
	border: 1px solid;
	font-size: 13px;
	margin-top:0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;		
}
.notification2 div {
	display:block;
	font-style:normal;
	padding: 6px;
	line-height: 1.5em; 
}
#back{
margin-bottom:-14px;	
}
.notification {
	position: absolute;
	width: 100%;
	padding: 0;
	border: 1px solid;
	font-size: 13px;
	margin-top:0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;		
}
.success {
	background: #d5ffce;
	border-color: #9adf8f;
	color: #556652;
}
.error {
	background: #ffcece;
	border-color: #df8f8f;
	color: #665252;
}
.notification div {
	display:block;
	font-style:normal;
	padding: 6px;
	line-height: 1.5em;
}
.empty {
	border: 1px solid #cdcdcd;
	font-size: 13px;
	text-shadow:1px 1px white;
	color:#525252;
	background: #e5e5e5 url(../images/title_right.png) top repeat-x;	
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	

}
.validacja{
	width: 30%;
	margin: 0 auto 0 auto; 
}
/* VALIDATE */
#signupForm input.error, #signupForm textarea.error  {
	text-shadow:1px 1px white;
	color:#525252;
	border: 1px solid #D8000C;
	background: #FFBABA;
	display: block;
	margin-bottom: 2px;
	padding: 5px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}
#signupForm .error{
	position: relative;
	color: red;
	background: url(../../../admin/images/unchecked.png) no-repeat 0px 0px;
	padding-left: 18px;		
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-khtml-border-radius: 6px;    /* Konqueror */
	-moz-border-radius: 6px; /* Firefox */
	border-radius: 6px;	
}
.anuluj{
	float:right;
}
/* -----------------------------------------------------------------<DOWNLOAD CSS>-------------------------------------------------------------------------- */
#download{
border: 1px solid #5491ae;
padding : 5px;	
-webkit-border-radius: 5px; /* Safari, Chrome */
-khtml-border-radius: 5px;    /* Konqueror */
-moz-border-radius: 5px; /* Firefox */
border-radius: 5px;		
background: #f1f6f7 url(../images/bg_cont.gif) top repeat-x;	

box-shadow: inset 0px 0px 3px 1px #5491ae; 
-webkit-box-shadow: inset 0px 0px 3px 1px #5491ae; 
}
.d_mini{font-size:80%;}
.d_big{font-size:100%; font-weight: bold;  color: rgb(219, 31, 80);}

/* -----------------------------------------------------------------<button>-------------------------------------------------------------------------- */
#language_page a{
	margin-left: 4px; 
	line-height:20px; 
	display:inline; 
	clear:both;
}
#language_page{
	margin-left: -4px; 
	position:relative; 
}
.translator a img {
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: 0 0 2px #bbb;
	-moz-box-shadow: 0 0 2px #bbb;
	-webkit-box-shadow: 0 0 2px #bbb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.translator a :hover {
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
}
.translator_completed, .translator_completed_static {


	background-color: #fff;
}
.translator_loading{
	border: 1px solid red;
	padding-top: 6px !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
	box-shadow: 0 0 4px #bbb;
	-moz-box-shadow: 0 0 4px #bbb;
	-webkit-box-shadow: 0 0 4px #bbb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
	padding-right: 16px !important;
	background-image: url(../../../admin/images/zhsmart-loader.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: right center;	
}
.hidden {
	display: none;
}
/* -----------------------------------------------------------------</button>-------------------------------------------------------------------------- */
/* -----------------------------------------------------------------<Logowanie_error>-------------------------------------------------------------------------- */
.quick-alert_error {
	font-size:103%;
    width: 956px;
    padding: 3px 0px 5px 0px;
    background: #FFBABA url('../ecms_images/error.png') top right no-repeat;
    border: 1px solid #D8000C;
    color: #D8000C;
    font-weight: bold;
	position:absolute;
	text-align : center;
}	
#alert{	
	margin : 0px 0px 0px 0px;
	position:fixed;
	z-index:1004;
	padding : 0px 0px 0px 0px;
	float:left;
}	
/* -----------------------------------------------------------------</Logowanie_error>-------------------------------------------------------------------------- */
/* -----------------------------------------------------------------<Formularz>-------------------------------------------------------------------------- */
.muted {
  color: #999999;
  font-size:70%
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}

#formularz{
  color: #363535;
font-family: "Roboto",sans-serif;
font-size: 17px;
line-height: 30px;
font-style: normal;

}

.pull-right {
  float: right;
}

#jform_contact_message {
  resize: none;
  width: 100%;
  height: 149px;
}
#contact-form label {
  display: inline-block;
  margin-bottom: 5px;
}
.phone-num {
  display: inline-block;
}

.contact_email-copy,
.contact_vcard {
  margin: 0 20.5px 0 0;
  height: 41px;
  line-height: 41px;
  display: inline-block;
}
.contact_vcard {
  margin: 0;
}
.contact_details .icons-marker {
  display: block;
  width: 16px;
  margin-right: 12px;
  float: left;
}
.contact_address {
  overflow: hidden;
}


.top{
	height: 35px;
	text-align:center;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	background:url(../images/title_right.png) top repeat-x;	
	-moz-border-radius-topleft : 15px;
	-webkit-border-top-left-radius : 15px;
    -moz-border-radius-topright : 15px;
    -webkit-border-top-right-radius : 15px;
   border-top-right-radius: 15px;
   border-top-left-radius: 15px;	
   
}
.down{

}
.form{
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
   border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;		
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	padding : 10px 0px 10px 0px;
}
.formularz_text{
	text-align : left;
	float: left;
	height:auto;
	width: 160px;
	padding : 8px 0px 0px 5px;
	margin:0px auto;
}
.formularz_odp{
	text-align : left;
	padding : 5px 0px 0px 0px;		
	margin:0px 0px 0px 150px;
}
.zle_dane {
	color : red;
	margin:-2px 0px 0px 0px;
}
.input_wypelnienie, .input, .input2, textarea#comment {
	background: url('../images/input-bg.gif') repeat scroll left top rgb(246, 246, 246); 
	border: 1px solid rgb(204, 204, 204); 
	padding: 6px;
	-moz-box-shadow: 2px 2px 2px #cccccc;
	-webkit-box-shadow: 2px 2px 2px #cccccc;
	-o-box-shadow: 2px 2px 2px #cccccc;
	box-shadow: 2px 2px 2px #cccccc;
	-webkit-border-radius: 2px; /* Safari, Chrome */
	-khtml-border-radius: 2px;    /* Konqueror */
	-moz-border-radius: 2px; /* Firefox */
	border-radius: 2px;	
}	
.input_wypelnienie:focus, .input:focus, .input2:focus, textarea#comment:focus{
	background: url('../images/input-bg-focus.gif') repeat scroll left top rgb(255, 255, 255);
	border-color: rgb(169, 194, 209); 
	-moz-box-shadow: 4px 4px 4px #5e8e9e;
	-webkit-box-shadow: 4px 4px 4px #5e8e9e;
	-o-box-shadow: 4px 4px 4px #5e8e9e;
	box-shadow: 4px 4px 4px #5e8e9e;	
	-webkit-border-radius: 2px; /* Safari, Chrome */
	-khtml-border-radius: 2px;    /* Konqueror */
	-moz-border-radius: 2px; /* Firefox */
	border-radius: 2px;		
}
/* -----------------------------------------------------------------</Formularz>-------------------------------------------------------------------------- */


/* -----------------------------------------------------------------<kolory>-------------------------------------------------------------------------- */
.szary{color : #595959;}
.jasno_niebieski{color : #afd3f6;}
.niebieski{color : #2f5794;}
.pomaranczowy{color : #ff6600;}
.bialy{color : #fff;}
.czerwony{color : #ff0000;}
.zielony{color : #006600;}
.bialy {color : #fff;}
.czarny {color : #000;}
/* -----------------------------------------------------------------</kolory>-------------------------------------------------------------------------- */
#language_page a{
	margin-left: 4px; 
	line-height:20px; 
	display:inline; 
	clear:both;
}
#language_page{
	margin-left: -4px; 
	position:relative; 
}
.translator a img {
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: 0 0 2px #bbb;
	-moz-box-shadow: 0 0 2px #bbb;
	-webkit-box-shadow: 0 0 2px #bbb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	

	
}
.translator a :hover {
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	

	
}


.add_class{
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
 background: transparent;
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */	
}
.add_class:hover{
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);	

}
.translator_completed, .translator_completed_static {
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);


}
.translator_loading{
	border: 1px solid red;
	padding-top: 6px !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
	box-shadow: 0 0 4px #bbb;
	-moz-box-shadow: 0 0 4px #bbb;
	-webkit-box-shadow: 0 0 4px #bbb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
	padding-right: 16px !important;
	background-image: url(../../../admin/images/zhsmart-loader.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: right center;	
}
.hidden {
	display: none;
}

#cookies_container{
display:none;
}
.cookies_content{
z-index:1001; box-shadow: -2px -2px 2px #c1c1c1; border-top: 1px solid #c1c1c1; position: fixed; bottom: 0; width:100%; background-color:#efefef; padding-top:8px;padding-bottom:4px;
}
.cookies_close_btn{
padding:2px; float:right; margin-right:10px;
}
#cookies_text{
width:980px; margin: 0 auto;color:#333333;font-family:arial,sans-serif; font-size:12px;
}