@import 'https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin-ext';

body {
	color: #292929;
	font-size: 15px;
	padding: 0;
	margin: 0;
	font-family: 'PT Sans', sans-serif;
	line-height: 170%;
	background: #8F8F8F;
}

.bgdark {
	color: #fff;
}

.bgdark a {
	color:#fff;
	text-decoration: none;
}

.body_bg  {
	width: 100%;
	height: 450px;
	background: #8F8F8F;
	/*
	background gradient
	http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%2836\%2C36\%2C36\%2C1\%29\%200\%25\%2C\%20rgba\%28143\%2C143\%2C143\%2C1\%29\%20100\%25\%29\%3B' */
	background: rgba(36,36,36,1);
	background: -moz-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(143,143,143,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,36,36,1)), color-stop(100%, rgba(143,143,143,1)));
	background: -webkit-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(143,143,143,1) 100%);
	background: -o-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(143,143,143,1) 100%);
	background: -ms-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(143,143,143,1) 100%);
	background: linear-gradient(to bottom, rgba(36,36,36,1) 0%, rgba(143,143,143,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#8f8f8f', GradientType=0 );
}

/* one-way css class  */
.fl{float:left;}
.fr{float:right;}
.center{text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.upper {text-transform: uppercase;}
.strong {font-weight: bold;}
.small {font-size: 88%; }
.upper_off {text-transform: none;}
.fullwidth { width: 100%; }
.bgwh { background-color: white; }
.mt10 {margin-top: 10px;}
.mr5 {margin-right: 5px;}
img.ico16 {
	vertical-align: middle;
	width: 16px; height: 16px;
	border: 0;
	padding: 0 0 3px 0;
	text-decoration: none;
}

/* common elements */

a {color: #2E2E2E; text-decoration:underline; }
a:hover {color: #0000FF; text-decoration:underline;}

.link_2 {text-decoration: none;}
.link_2:hover {text-decoration: underline;}

.hidden{
	display: none;
}
.cleaner{
	clear: both;
	font-size: 0;
	visibility: hidden;
	border: none;
	margin: 0; padding: 0;
}

.clearfix {
  position: relative;
}
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}

.bold { font-weight: bold; }
.upper { text-transform: uppercase; }

h1, h2, h3, h4, h5, h6 { 
	font-family: 'PT Sans', sans-serif;
	line-height: 140%; /* bugfix line-height: 100% */
	color: #2E2E2E;
}

h1, h2{
	margin: 10px 0px 10px 0px;
}
h1{
	font-size: 27px;
	font-weight: normal;
}
h2{
	font-size: 24px;
	font-weight: normal;
}
h3{
	margin: 4px 0px 4px 0px;
	font-size: 20px;
	font-weight: normal;
}
h4, h5, h6{
	margin: 4px 0px 4px 0px;
	font-size: 16px;
	color: #414141;
	font-weight: bold;
}


.content > h1:first-of-type,
.content > h2:first-of-type,
.content > h3:first-of-type,
.content > h4:first-of-type,
.content > h5:first-of-type,
.content > h6:first-of-type 
{
	margin-top: 5px;
}

.center ul {
	list-style-position: inside;	
}

/* forms */
input[type=button], button, .button {
	width:auto;
	overflow:visible;
	/* border: 1px solid #C3C3C3; */
	border: none;
	background-color: #7F7F7F;
	color: #fff;
	font: 700 13px/16px 'PT Sans', sans-serif;
	text-transform:uppercase;
	padding: 9px 9px;
	display: inline-block;
	height:auto;
	text-decoration:none;
	cursor: pointer;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}

input[type=button]:hover, button:hover, .button:hover {
	background: #494949; /* theme */
	color: #fff;
	box-shadow:none;
	text-decoration:none;
}

input[type=text],input[type=email],input[type=password], select {
	color: #000;
	font: 400 14px/16px 'PT Sans', sans-serif;
	padding: 7px 7px;
	border: 1px solid #C3C3C3;
}

select {
	padding: 5px 7px;
}

/* template */

#warning_demo_only {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background: #FFF9D7; 
	border-bottom: 1px solid #EAE3B8;
}

#warning_demo_only #wdo_pad {
	padding: 6px 0;
	text-align: center;
}

/* Envelope (responsive) */

.bg1 { background-color: #F0F0F0;}

.envelope {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
}

.page {
	width: 100%;
	background-color: #fff;
	display: table;
}

.pagecol {
	/* fluid columns with equal height
	https://css-tricks.com/fluid-width-equal-height-columns/
	overflow: hidden; must be set in parent container
	*/
	display: table-cell;
	vertical-align: top;
}

.panel_side {
	width:25%;
}

.panel_main {
	width:75%;
	background:#FFFFFF;
}

/* template */

.pre-header-pad {
	padding: 10px 0 8px 0;
}

.header-pad {
	padding: 20px 26px 10px 26px;
}

.footer-pad {
	padding: 22px 26px;
}

.main_menu-pad {
	padding: 0 10px 0 26px;
}

.pl-pad, .pm-pad {
	padding: 26px;
}

#logo {
	 margin-bottom: 5px;
}

#shopping_cart_quickly {
	margin-top: 10px;
}

#logo h4.logo, #logo h4.logo a {
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 40px;
	line-height: 40px;
	padding: 0; margin: 0;
	margin-bottom: 3px; 
	color: #FFFFFF;
}

#logo .slogan, #logo .slogan a {
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	color: #C4C4C4;
	text-decoration: none;
}

.pre-header {
	font-size: 13px;
	text-transform: uppercase;
}

.pre-header  span.fa {
	color: #7E7E7E;
}

.footer {
	color: #B5B5B5;
	font-size: 14px;
}

/* background gradients */

.header {
	/* background gradient
	http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%2860\%2C60\%2C60\%2C1\%29\%200\%25\%2C\%20rgba\%28158\%2C158\%2C158\%2C1\%29\%20100\%25\%29\%3B'
	*/
	background: rgba(60,60,60,1);
	background: -moz-linear-gradient(top, rgba(60,60,60,1) 0%, rgba(158,158,158,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(60,60,60,1)), color-stop(100%, rgba(158,158,158,1)));
	background: -webkit-linear-gradient(top, rgba(60,60,60,1) 0%, rgba(158,158,158,1) 100%);
	background: -o-linear-gradient(top, rgba(60,60,60,1) 0%, rgba(158,158,158,1) 100%);
	background: -ms-linear-gradient(top, rgba(60,60,60,1) 0%, rgba(158,158,158,1) 100%);
	background: linear-gradient(to bottom, rgba(60,60,60,1) 0%, rgba(158,158,158,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#9e9e9e', GradientType=0 );
	/* box shadow
	http://www.cssmatic.com/box-shadow
	*/
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1);
}

.header.light {
	/* ver. 2 = top left to bottom right gradient */
	/* background gradient
	http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28\-45deg\%2C\%20rgba\%28205\%2C205\%2C205\%2C1\%29\%200\%25\%2C\%20rgba\%28100\%2C100\%2C100\%2C1\%29\%20100\%25\%29\%3B'
	*/
background: rgba(205,205,205,1);
background: -moz-linear-gradient(-45deg, rgba(205,205,205,1) 0%, rgba(100,100,100,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(205,205,205,1)), color-stop(100%, rgba(100,100,100,1)));
background: -webkit-linear-gradient(-45deg, rgba(205,205,205,1) 0%, rgba(100,100,100,1) 100%);
background: -o-linear-gradient(-45deg, rgba(205,205,205,1) 0%, rgba(100,100,100,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(205,205,205,1) 0%, rgba(100,100,100,1) 100%);
background: linear-gradient(135deg, rgba(205,205,205,1) 0%, rgba(100,100,100,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#646464', GradientType=1 );
}

.main_menu_env, .footer {
	/* background gradient
	http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%2869\%2C69\%2C69\%2C1\%29\%200\%25\%2C\%20rgba\%2845\%2C45\%2C45\%2C1\%29\%20100\%25\%29\%3B'
	*/
	background: rgba(69,69,69,1);
	background: -moz-linear-gradient(top, rgba(69,69,69,1) 0%, rgba(45,45,45,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69,69,69,1)), color-stop(100%, rgba(45,45,45,1)));
	background: -webkit-linear-gradient(top, rgba(69,69,69,1) 0%, rgba(45,45,45,1) 100%);
	background: -o-linear-gradient(top, rgba(69,69,69,1) 0%, rgba(45,45,45,1) 100%);
	background: -ms-linear-gradient(top, rgba(69,69,69,1) 0%, rgba(45,45,45,1) 100%);
	background: linear-gradient(to bottom, rgba(69,69,69,1) 0%, rgba(45,45,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#2d2d2d', GradientType=0 );
}

.panel_side {
	/* background gradient http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%28201\%2C201\%2C201\%2C1\%29\%200\%25\%2C\%20rgba\%28248\%2C248\%2C248\%2C1\%29\%20100\%25\%29\%3B' */
	background: rgba(201,201,201,1);
	background: -moz-linear-gradient(top, rgba(201,201,201,1) 0%, rgba(248,248,248,1) 30%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(201,201,201,1)), color-stop(100%, rgba(248,248,248,1)));
	background: -webkit-linear-gradient(top, rgba(201,201,201,1) 0%, rgba(248,248,248,1) 30%);
	background: -o-linear-gradient(top, rgba(201,201,201,1) 0%, rgba(248,248,248,1) 30%);
	background: -ms-linear-gradient(top, rgba(201,201,201,1) 0%, rgba(248,248,248,1) 30%);
	background: linear-gradient(to bottom, rgba(201,201,201,1) 0%, rgba(248,248,248,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#f8f8f8', GradientType=0 );
}

.panel_main {
	/* background gradient http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%28212\%2C212\%2C212\%2C1\%29\%200\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C1\%29\%2020\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C1\%29\%20100\%25\%29\%3B' */
	/* background: rgba(212,212,212,1); */
	background: -moz-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,212,212,1)), color-stop(20%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(212,212,212,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#ffffff', GradientType=0 );
}

.pm-divider {
	/* background gradient http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%28212\%2C212\%2C212\%2C1\%29\%200\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C1\%29\%20100\%25\%29\%3B'
	*/
	height: 26px;
	background: rgba(240,240,240,1);
	background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0 );
}

/* header image */

#header_wrap {
	margin-bottom: 20px;
}

div.effect {
	width: 100%;
}

div.effect img {
	width: 100%;
}

div.effect > a { display: none; }
div.effect > a.first { display: block; }
/*
div.effect img { display: none; }
div.effect img.first { display: block; }
*/

/* pager */
.cycle-pager { 
  text-align: right; width: 100%; z-index: 500; position: absolute; right: 6px; bottom: 6px; overflow: hidden;
}

.cycle-pager span {
	display: inline-block;
	width: 12px;
	height: 12px;
	text-align: center;
	opacity: 1;
	background: rgba(255,255,255,0.5);
	border: 0;
	padding: 0;
	margin: 0 8px 0 0;
	border-radius: 0;
	cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { background: rgba(90,90,90,0.6); }
.cycle-pager > * { cursor: pointer;}

/* panel */
.panel_title {
	border-bottom: 3px solid #7D7D7D;
	color: #fff;
}

.panel_title {
	background: rgba(165,165,165,1);
	background: -moz-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(140,140,140,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(165,165,165,1)), color-stop(100%, rgba(140,140,140,1)));
	background: -webkit-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(140,140,140,1) 100%);
	background: -o-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(140,140,140,1) 100%);
	background: -ms-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(140,140,140,1) 100%);
	background: linear-gradient(to bottom, rgba(165,165,165,1) 0%, rgba(140,140,140,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#8c8c8c', GradientType=0 );	
}

.panel_title a, .panel_title span {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	padding: 8px 10px 5px 15px;
	text-transform: uppercase;
}

.panel_title a:hover {
	color: #fff;
	text-decoration: underline;
}

ul.panel {
	width: 100%;
	margin:3px 0 20px 0;
	padding: 0;
	list-style-type: none;
}

ul.panel li {
	list-style-type: none;
	margin: 0; padding: 0; 
	border-bottom:1px solid #C9C9C9;
}

ul.panel a { 	
	color:#222;
	display: inline-block;
	padding: 11px 0 10px 20px;
	line-height: 17px;
	text-decoration: none;
}

ul.panel a:hover {
	text-decoration: underline;
}

/* quicksearch */
#quick_search {
	margin:10px 0px 0 0;
	text-align: right;
	display: inline-block;
}
#quick_search_input {
	float:left;
	border: none;
	background-color:white;
	height:36px; width:210px; line-height:32px;
	margin-right:0px;
	padding:0 8px;
}

#quick_search_submit {
	float:left;
	border:0;
	margin:0; padding:0;
	width:42px;
	height:36px; /* 34px + 2*1px border */
	background: url(../img/template/search.png) no-repeat 10px 7px;
	/* background-color: theme */
	cursor:pointer;
}

#quick_search_submit:hover {
	background-position:10px -36px;
}
/* end of: quicksearch */

.main_title {
	border-bottom: 3px solid #BBBBBB;
	color: #fff;
	margin-bottom: 20px;
}

.main_title {
/*  http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%28234\%2C234\%2C234\%2C1\%29\%200\%25\%2C\%20rgba\%28211\%2C211\%2C211\%2C1\%29\%20100\%25\%29\%3B'
*/
background: rgba(234,234,234,1);
background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(211,211,211,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234,234,234,1)), color-stop(100%, rgba(211,211,211,1)));
background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(211,211,211,1) 100%);
background: -o-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(211,211,211,1) 100%);
background: -ms-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(211,211,211,1) 100%);
background: linear-gradient(to bottom, rgba(234,234,234,1) 0%, rgba(211,211,211,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d3d3d3', GradientType=0 );
}

.main_title h1, .main_title h2 {
	color: #2E2E2E;
	font-size: 16px;
	line-height: 25px; 
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	padding: 8px 10px 5px 15px;
	text-transform: uppercase;
}

.footer {
	margin-bottom: 40px;
}

.footer_nl { margin: 5px 0; }

.footer_menu a {
	text-transform: uppercase;
	margin-right: 10px;
}

.footer .copyright {
	text-transform: uppercase;
}

/* tiles */
.tiles {
	margin-bottom: 25px;
}

.tiles .item {
	float: left;
	width: 32.33%;
	overflow: hidden;
	position: relative;
	margin: 5px 0.5%;
}

.tiles .item .image {
	width: 100%;
	height: 150px;
	background-repeat: none;
	background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
		-moz-transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-o-transition: 0.5s all;
		transition: 0.5s all;
}

.tiles .item:hover .image {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.tiles .item .overlay {
  transition: all 0.5s ease 0s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.08);
} 

.tiles .item:hover .overlay {
   background: rgba(0, 0, 0, 0.0);
}

.tiles .item .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0;
  padding: 0 0;
  text-align: center;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.tiles .item .content h3 {
	background: rgba(0, 0, 0, 0.4);
	padding: 0;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-size: 17px;
	line-height: 22px;
}

.tiles .item:hover .content h3 {
	background: rgba(0, 0, 0, 0.6);
}

/*
.tiles .item .content .more .fa {
	color: #fff;
	font-weight: normal;
	font-size: 30px;
}

.tiles .item .content .text .more {
	opacity: 0;
	filter: alpha(opacity=0);
	padding-top: 5px;
}

.tiles .item:hover .content .text .more {
	opacity: 1;
	filter: alpha(opacity=100);
}
*/

.tiles .item .content .text,
.tiles .item .content .text a {
	color: #fff;
}


.tiles .item:hover .content {
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(40%);
}

.tiles .item .blocklink {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


/* panel_products */

.panel_products .item {
	padding: 14px 0 12px;
	border-bottom: 1px solid #C9C9C9;
}

.panel_products .item.last {
	border-bottom: none;
}

.panel_products .item .image {
	float: left;
	width: 30%;
}

.panel_products .item .image img {
	max-width: 100%;
	max-height: 75px;
}

.panel_products .item .content {
	float:right;
	width: 65%;
}

.panel_products h5 {
	font-size: 14px;
	font-weight: bold;
}

.panel_products h5 a {
	text-decoration: none;
}

/* social icons */
.social-nets-wrapper .social {
	list-style-type:none;
	margin: 10px 0 0 0;
	padding: 0;
}

.social-nets-wrapper .social li {
	display:inline-block;
	width:28px;
	height:28px;
	overflow:hidden;
	margin-left:9px;
	text-align:center;
	line-height:28px;
}
.social-nets-wrapper .social li:first-child { margin-left:0; }
.social-nets-wrapper .social li a {
	width:28px;
	height:28px;
	font-size: 16px;
	line-height:28px;
	background:#A6A6A6;
	color: #fff;
	display:inline-block;
}

.social-nets-wrapper .social li a { transition:all 0.3s ease 0s; }
.social-nets-wrapper .social li a:hover { /* color: theme */ }
.social-nets-wrapper .social li a:hover  {
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
}

#panel_bottom_fixed {
	position: fixed;
	bottom: 4%;
	left: 0px;
}

#panel_bottom_fixed .item {
	display: block;
	border: 1px solid #8F8F8F;
	background-color: #F0F0F0;
	border-left: none;
	margin-top: 1px;
	font-size: 13px;
	opacity: 0.95;
}

#panel_bottom_fixed .item .pad {
	padding: 3px;
}

#panel_bottom_fixed .item .counter {
	margin: 0 3px;
 	font-size: 11px;
 	font-weight: bold;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 	
 	border-radius: 50%;
	padding: 4px 5px;
	background: #B1B1B1;
	border: none;
	color: white;
	text-align: center;
}

#panel_bottom_fixed .item a {
	padding: 5px 3px;
}

.hide_me {
	/* dont show antispam form field */
	display: none;
}

.social_ico {
	padding-top: 2px;
}

.social_ico a {
	padding: 0 16px 0 0;
}

.social_ico span.fa { 
	font-size: 21px;
	line-height: 21px;
	color: #fff;
	transition:all 0.2s ease 0s;
}

.social_ico span.fa:hover  {
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
}

.pl_banner { width: 100%; margin-bottom: 20px; }
.pl_banner img { width: 100%; height: auto; }