h1,h2{
    color: #2DB257;
	padding: 10px 0 0 0;
}

.product {
}
.right-sign {
    text-align: center;
    margin: 53px 0 10px 0;
}

.green-header {
    background: #2DB257;
    color: white;
    text-align: center;
    margin: 10px 0 25px 0;
}

.green-header h2 {
    text-align: center;
    padding: 7px 0;
	color: white;
}

#map-canvas {
    height:400px;
    width:100%;
    margin:20px 0;
}
#map-can {
    height:680px;
    width:100%;
    margin:20px 0;
}

.right-col #map-canvas {
    width: 287px;
    height: 190px;
    margin: 10px 0;
}

.product-info-box p {
    padding: 5px 5px 5px 65px;
	text-align: left;
	font-size: 12px;
}

.main-info{
    position: relative;
	padding-top: 50px;
/*	z-index: -1;*/
}

.social-icons{
    position: absolute;
    top: 5px;
    right: 5px;
    float: left;
    width: 132px;
}

.social-icons div {
    width: 44px;
    height: 38px;
    background: url(../../../img/icons.png) left top no-repeat;
    float: left;
}

.social-icons .googleplus-button {
    background-position: -44px 0;
}

.social-icons .twitter-button{
    background-position: -88px 0;
}

.product .green-header {
    margin: -12px -12px 0 -12px;;
    text-align: left;
}

.product .green-header h2 {
    text-align: left;
}

.comment {
    color: #666666;
}

.commenter {
    color: #999999;
}

.btn{
    padding: 8px 13px 9px 13px;
}

.pull-right img{
    vertical-align: middle;
}

.vote-box{
    padding-bottom: 34px;
}

.green-header h2.down-header{
    padding: 7px 20px;
	color: white;
}

.rating {
    float:left;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}
.item-photo{
    position: relative;
}
.item-photo div img{
    position: absolute;
    top: 0;
    right: 0;
}

.flexslider2 {
    width: 900px;
    position:relative;
}
.flexslider2 img {
    vertical-align:bottom;
}
.flex-control-thumbs img {
    width: 100px;
    height: 100px;
    margin: 6px;
    opacity: .9;
}
.flex-control-thumbs li {
    width: auto;
}
.flex-control-thumbs {
    margin-left: -2px;
    width: 900px;
}
.flexslider2:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider2:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider2:hover .flex-next:hover, .flexslider2:hover .flex-prev:hover { opacity: 1; }
.flexslider2 .flex-direction-nav .flex-prev { left: 20px; top: 300px; display: block;}
.flexslider2 .flex-direction-nav .flex-next { right: 20px; top: 300px; text-align: right; display: block  }

.flexslider2 .flex-direction-nav .flex-next:hover, .flexslider2 .flex-direction-nav .flex-prev:hover{
    color: #2DB257;
}

.product-gallery-edit {
	float: left;
	width: 120px;
	height: 120px;
	text-align: center;
}

.product-gallery-photos {
	display: block;
	overflow: hidden;
}

.img{
	position: relative;
}
.img div img{
	position: absolute;
	top: 5px;
	right: 5px;
}

.black{
	color: black;
}

.desc p{
	text-align: justify;
}

ul{
	margin: 0;
}

.product-info-box .home-services-box{
	float: left;
}

.list-category .home-services-box{
	float: left;
	width: 100%;
}

.section .gallery .img .znak-small{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.list-category{
	height: 100px;
}

.sub-categories, .sub-category{
	float: left;
	height: 40px;
}
.sub-category{
	padding: 30px 0;
}

.sub-category a{
	padding: 0 10px;
	border-right: 1px dotted #7F7F7F;
	color: #777777;
	text-transform: uppercase;
}