﻿@charset "utf-8";
/* CSS Document */

/* Negozio Preciso CSS v1.0 - Designed and built by Angelo Mazzilli */
/* http://themeforest.net/user/AngeloM */

/* Typography */
* {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family:  Roboto Condensed, Arial, Helvetica, sans-serif;
	text-transform: uppercase;

}
h1 {
	font-size: 40px;
	line-height: 40px;
	color: #484461; /* dodao Nidža za boju fonta */
}
h2 {
	font-size: 30px;
	line-height: 30px;
	color: #484461; /* dodao Nidža za boju fonta */
}
h3 {
	font-size: 25px;
	line-height: 25px;
	color: #484461; /* dodao Nidža za boju fonta */
}
h4 {
	font-size: 20px;
	line-height: 20px;
	color: #484461; /* dodao Nidža za boju fonta */
}
h5 {
	font-size: 15px;
	line-height: 15px;
	color: #484461; /* dodao Nidža za boju fonta */
}
h6 {
	font-size: 12px;
	line-height: 15px;
	color: #484461; /* dodao Nidža za boju fonta */
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #FC0;
}
a, a:hover {
	text-decoration: none;
	transition: color linear 0.25s;
	-ms-transition: color linear 0.25s;
	-moz-transition: color linear 0.25s;
	-webkit-transition: color linear 0.25s;
	-o-transition: color linear 0.25s;
}
.margin-bottom {
	margin-bottom: 40px;
}
.margin-top {
	margin-top: 40px;
}
/* General */
html {
	overflow-x: hidden;
}
body {
	background: #FFF;
	font: normal 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
/*	font: normal 12px/20px Arial, Helvetica, sans-serif; ovo je original */
	color: #484461;
}

/* Breadcrumb */
.breadcrumb {
	margin-top: 40px;
	margin-bottom: 0;
	padding: 0;
	background: none;
	border-radius: 0;
}
.breadcrumb li {
	text-shadow: none;
}
.breadcrumb li .divider {
	color: #E5E5E5;
}
.breadcrumb li a {
	color: #484461;
}
.breadcrumb li a:hover {
	color: #95d201;
}
.breadcrumb .active {
	color: #484461;
}
.p404 {
	padding: 50px 0;
	text-align: center;
}
.btn.p404 {
	margin-bottom: 40px;
	padding: 10px;
	background: #95d201;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.btn.p404:hover {
	background: #FC0;
	color: #FFF;
}
/* Logo */
#logo {
	margin: 20px auto;
	text-align: center;
	display: block;
}
#logo img {
	display: inline-block;
}
/* Header */
.header {
	background: #525070;
	line-height: 40px;
}
.header .nav {
	margin-bottom: 0;
	width: auto;
}
.header .nav li a {
	margin: 0;
	padding: 0 10px;
	border-radius: 0;
	line-height: 40px;
	color: #484461;
	display: block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.header .nav li a:hover, .header .nav li.active a, .header .nav li.active a:hover {
	background: #525070;
	color: #FFF;
}
/* Header Admins */
.header .admintab {
	width:120px;
	padding:5px;
	border-radius:15px 15px 0px 0px;
	margin-top:40px;	  
	border-left:#FFF;
	border-left-style:solid;
	border-left-width:1px;
	border-right:#FFF;
	border-right-style:solid;
	border-right-width:1px;
	border-top:#FFF;
	border-top-style:solid;
	border-top-width:1px;
}
.header .admintab .admincirc {
	float:right;
	width:20px; 
	height:20px; 
	border:#FFF; 
	border-width:1px; 
	border-style:solid; 
	border-radius:20px;
	margin-top:-12px;
	margin-right:-12px;
	text-align:center;
	background:#FFF;
	/*color: #F00;*/
	font: normal 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;	
}

.header .log-reg-adm {
	margin-bottom: 0;
	text-align:center;
}
.header .log-reg-adm a {
	margin-left: 0px;
	color: #FFF;
	display: block;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
}

.header .log-reg-adm a:hover {
	color: #95d201;
	cursor:pointer;
}

/* Header Currency */
.header .currency {
	margin-left: 20px;
	float: right;
}
.header .currency li {
	margin: 0;
	padding: 0;
}
.header .currency li a {
	padding: 0;
	width: 40px;
	color: #FFF;
	text-align: center;
}
/* Header Login */
.header .log-reg {
	margin-bottom: 0;
	float: right;
}
.header .log-reg a {
	margin-left: 0px;
	color: #FFF;
	display: block;
	float: left;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
}
.header .log-reg a:hover {
	color: #95d201;
}
/* Header Cart */
.header .cart {
	padding-left: 20px;
	border-left: 1px solid #525070;
	position: relative;
	float: right;
}
.header .cart:hover {
	background: #525070;
	cursor:pointer;
}
.header .cart p {
	margin: 0;
	font-weight: bold;
	float: right;
	color: #FFF;
}
.header .cart p span {
	font-weight: normal;
	color: #FFF;
}
.header .cart i {
	margin-left: 5px;
	width: 40px;
	height: 40px;
	background: #525070;
	font-size: 15px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	float: right;
}
.header .cart.on i {
	background: #FC0;
	color: #FFF;
}
.header .cart .cart-content {			/*MISA*/
	/*padding: 20px 19px 19px 19px;*/
	padding: 20px 9px 9px 9px;
	width: 260px;
	background: #525070;
	border: 1px solid #484461;
	border-top: none;
	box-shadow: 0 5px 0 rgba(0,0,0,0.1);
	opacity: 0;
	position: absolute;
	top: 30px;
	right: 9999px;
	z-index: 9999;
	transition: top linear 0.25s, opacity linear 0.25s;
	-ms-transition: top linear 0.25s, opacity linear 0.25s;
	-moz-transition: top linear 0.25s, opacity linear 0.25s;
	-webkit-transition: top linear 0.25s, opacity linear 0.25s;
	-o-transition: top linear 0.25s, opacity linear 0.25s;
}
.header .cart:hover .cart-content {			/*MISA*/
	/*padding: 20px 19px 19px 19px;*/
	padding: 20px 9px 9px 9px;
	width: 260px;
	background: #525070;
	border: 1px solid #484461;
	border-top: none;
	box-shadow: 0 5px 0 rgba(0,0,0,0.1);
	opacity: 1;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 9999;
}
.header .cart .cart-content .mini-cart-info h3 {
	margin-bottom: 20px;
	color: #FFF; /* dodao Nidža za boju fonta */
}

.empty { /* dodao Nidža celi stil, prikazuje boju iznosa i Vaša korpa je trenutno prazna */
	color: #FFF; /* dodao Nidža za boju fonta */
}
.emptyopis { /* dodao Misa  */
	font: normal 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF; 
	font-weight: normal;
	line-height:normal;
	/*font-style:italic;*/
}

.header .cart .cart-content .mini-cart-info p {
	font-weight: normal;
	float: left;
}
.header .cart .cart-content .mini-cart-info ul {
	margin: 0;
	list-style: none;
}
.header .cart .cart-content .mini-cart-info li {
	margin-bottom: 10px;
	padding-bottom: 9px;
	height: 70px;
	border-bottom: 1px dotted #E5E5E5;
	text-align: left;
}
.header .cart .cart-content .mini-cart-info li a img { 		/*MISA*/
	margin-right: 10px;
	/*padding: 9px;*/
	padding: 2px;
	/*width: 65px;*/
	height: 70px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	float: left;
}
.header .cart .cart-content .mini-cart-info li a img:hover {
	opacity: 0.5;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.header .cart .cart-content .mini-cart-info li .mini-cart-detail {
	padding: 5px 0;
	width: 165px;
	text-align: left;
	float: left;
}
/*MISA*/
.header .cart .cart-content .mini-cart-info .mini-cart-detail span i {	
	margin: 0 5px 5px 0;
	width: 10px;
	height: 10px;
	line-height: 20px;
	color: #FFF;
	display: inline-block;
}
.header .cart .cart-content .mini-cart-info .mini-cart-detail a:hover span i{	
	color: #95d201;
}
/*DOVDE*/
.header .cart .cart-content .mini-cart-info li h5 a {		/*MISA*/
	font-size: 14px;
	/*line-height: 20px;
	color: #333;*/
	color:#FFF;
	display: block;
	line-height: 1.1em;
    height: 2.0em;
	overflow: hidden;
}

.header .cart .cart-content .mini-cart-info li h5 a:hover {
	color: #95d201;
}

.header .cart .cart-content .mini-cart-info li em {	/*MISA*/
	/*color: #CCC;*/
	padding-top:2px;
	width: 165px;
	color: #FFF;
	display: block;
	line-height: 1.1em; 
    height: 1.2em;

}
.header .cart .cart-content .mini-cart-info li p {
	color: #95d201;
}
.header .cart .cart-content .mini-cart-info li p span {
	margin-right: 5px;
	color: #CCC;
	text-decoration: line-through;
}
.header .cart .cart-content .mini-cart-total ul {
	margin: 0;
	list-style: none;
}
.header .cart .cart-content .mini-cart-total li {		/*MISA*/
	/*color: #484461;*/
	color: #FFF;
	text-align: right;
}
.header .cart .cart-content .mini-cart-total li span {	/*MISA*/
	/*width: 70px;*/
	font-weight: bold;
	/*color: #333;*/
	color: #FFF;
	display: block;
	float: right;
}
.header .cart .cart-content .mini-cart-total .total {	/*MISA*/
	margin: 10px 0 20px 0;
	padding-top: 19px;
	/*border-top: 1px solid #CCC;*/
	font: normal 17px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	/*color: #484461;*/
	color: #FFF;
	text-align: right;
	text-transform: uppercase;
	float: none;
}
.header .cart .cart-content .mini-cart-total .total span {	/*MISA*/
	/*color: #333;*/
	color: #FFF;
}
.header .cart .cart-content .checkout .btn {
	padding: 0;
	width: 50%;
	height: 40px;
	background: #FC0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	/*float: left;*/						/*MISA*/
	float:  right;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.header .cart .cart-content .checkout .btn-checkout {
	background: #333;
}
.header .cart .cart-content .checkout .btn:hover {
	background: #95d201;
}

.bordered {					/*MISA*/
	margin: 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFF;
}
/* Navbar */
.navbar-cont {
	margin: 18px 0;
	background: #484461;
}
.navbar {
	margin-bottom: 0;
}
.navbar-inner {
	padding: 0;
	background: none;
	filter: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.navbar-inner .btn-navbar {
	margin: 0 auto;
	padding: 10px 0;
	height: 20px;
	background: #484461;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #95d201;
	text-shadow: none;
	text-transform: uppercase;
	float: none;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}

.navbar-inner .btn-navbar i {
	color: #95d201;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
}
.navbar-inner .btn-navbar:hover {
	color: #484461;
}
.navbar-inner .btn-navbar:hover i {
	opacity: 1;
}
.navbar-inner .nav {
	margin: 0;
	float: left;
}
.navbar-inner .nav li {
	filter: none;
	position: relative;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.navbar-inner .nav li:hover {
	background: #95d201;
	filter: none;
}
.navbar-inner .nav li a {
	margin-bottom: 0;
	padding: 0 14px;	/*ovo je za sirinu glavnog menija */
	height: 40px;
	border-radius: 0;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	display: block;
	/*float: left;*/
	transition: padding linear 0.25s;
	-ms-transition: padding linear 0.25s;
	-moz-transition: padding linear 0.25s;
	-webkit-transition: padding linear 0.25s;
	-o-transition: padding linear 0.25s;
}
.navbar-inner .nav li a:hover {
	color: #FFF;
}
.navbar-inner .nav li.active a, .navbar-inner .nav li.active a:hover {
	background: #FC0;
	border-radius: 0;
	box-shadow: none;
	color: #FFF;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #FFF;
	background-color: inherit;
}
.navbar-inner .nav li i {
	margin-right: -20px;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	float: right;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.navbar-inner .nav li:hover i {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown .dropdown-toggle:hover {
	background: none;
	box-shadow: none;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li .dropdown-menu{
	/*padding: 10px;*/
	padding: 5px 10px 5px 10px;
	margin: 0;
	width: 190px;
	background: #484461;
	border: none;
	border-radius: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	list-style: none;
	opacity: 0;
	display: inherit;
	position: absolute;
	top: 30px;
	left: -9999px;
	float: none;
	transition: top linear 0.25s, opacity linear 0.25s;
	-ms-transition: top linear 0.25s, opacity linear 0.25s;
	-moz-transition: top linear 0.25s, opacity linear 0.25s;
	-webkit-transition: top linear 0.25s, opacity linear 0.25s;
	-o-transition: top linear 0.25s, opacity linear 0.25s;
}
.navbar-inner .nav li:hover .dropdown-menu {
	opacity: 1;
	top: 40px;
	left: 0;
}
.navbar-inner .nav li .dropdown-menu:before, .navbar-inner .nav li .dropdown-menu:after {
	display: none;
}
.navbar-inner .nav li .dropdown-menu li a, .navbar-inner .nav li.active .dropdown-menu li a {
	padding: 0;
	height: 30px;
	background: none;
	filter: none;
	border-top: 1px dotted #FFF;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	text-transform: none;
	float: none;
}
.navbar-inner .nav li .dropdown-menu li:first-child a, .navbar-inner .nav li.active .dropdown-menu li:first-child a {
	height: 30px;
	/*border-top: none;*/
	border-top: 1px dotted #484461;
	line-height: 30px;
}
.navbar-inner .nav li .dropdown-menu li:hover {
	background: none;
	filter: none;
}
.navbar-inner .nav li .dropdown-menu li:hover a, .navbar-inner .nav li .dropdown-menu li.active a {
	color: #95d201;
}
/* Header Search */
.header-search {
	margin: 0;
	float: right;
}
.header-search input[type=text] {
	margin: 0;
	padding: 5px 10px;
	height: 30px;
	background: #525070;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	float: left
}
.header-search button {
	padding: 0;
	width: 40px;
	height: 40px;
	background: #525070;
	border: none;
	border-left: none;
	color: #FFF;
	float: left;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.header-search button:hover {
	color: #FFF;
}
/* Admin Search MISA */
.admin-search {
	margin: 0 ;
	margin-left:20px;
	/*float: left;*/
	width:100%;

}
.admin-search input[type=text] {
	margin: 0;
	padding: 2px 5px;
	height: 20px; 
	width:77%;
	/*background: #525070;*/
	border: #CCC solid 1px;
	border-radius: 2px;
	box-shadow: none;
	font: normal 15px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	/*color: #FFF;
	text-transform: uppercase;*/
	float: left; 
}
.admin-search button {
	padding: 0;
	margin: 0;
	width: 30px;
	height: 26px;
	background: #95d201;
	border: none;
	border-left: none;
	color: #FFF;
	float: left;
	/*transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;*/
}
.admin-search button:hover {
	color: #FFF;
	background: #333;
}


.date {
	margin: 10px 0;
	padding: 10px;
	background: #F9F9F9;
	color: #484461;
	display: block;
}
.date a {
	color: #484461;
}
.date a:hover {
	color: #95d201;
}
/* Lists */
.list-desc {
	margin: 0 0 35px 0;
	list-style: none;
}
.list-desc li {
	margin-bottom: 5px;
	font: italic 14px/30px Arial, Helvetica, sans-serif;
	color: #333;
}
.list-desc li i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: #F9F9F9;
	line-height: 30px;
	color: #484461;
	text-align: center;
	display: inline-block;
}
.small-desc {
	margin-bottom: 40px;
	color: #484461;
}
.small-desc a {
	/*color: #484461;*/
	color: #95d201;
}
.small-desc a:hover {
	/*color: #95d201;*/
	color: #484461;
}

.small-desc-menu {
	margin-bottom: 0px;
	color: #484461;
}
.small-desc-menu a {
	color: #484461;
}
.small-desc-menu a:hover {
	color: #95d201;
}

.small-desc-white {
	margin-bottom: 0px;
	color: #FFF;
}
.small-desc-white a {
	color: #95d201;	/*#484461;*/
}
.small-desc-white a:hover {
	color: #95d201;
}

.small-desc-menu .divider {
	color: #E5E5E5;
}

/* About Lists */	
.about-list li {
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.about-list li .thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
}
.about-list li .thumbnail .about-thumb {
	margin-bottom: 20px;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.about-list li .thumbnail:hover .about-thumb {
	border-radius: 100%;
}
.about-list li .thumbnail .icon-service {
	margin: 0 auto 10px;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	font-size: 100px;
	line-height: 160px;
	text-align: center;
	display: block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.about-list li .thumbnail:hover .icon-service {
	background: #FC0;
	font-size: 80px;
	color: #FFF;
}
.about-list li .thumbnail .caption {
	padding: 0;
}
.about-list li .thumbnail .caption h3 a {
	color: #95d201;
}
.about-list li .thumbnail .caption h3 a:hover {
	color: #333;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px 55px;
	height: 40px;
}
.about-list li .thumbnail p {
	margin-bottom: 0;
}
.about-list li .thumbnail .progress {
	margin-bottom: 0;
}
/* Progress Bar */
.progress {
	margin-top: 10px;
	background: #F0F0F0;
	border-radius: 0;
	box-shadow: none;
}
.progress .bar {
	margin: auto;
	text-shadow: none;
	background: #333;
	box-shadow: none;
	float: none;
}
/* Address */
address a {
	color: #484461;
}
address a:hover {
	color: #95d201;
}
/* Contact Forum and Map */
.map-form input, .map-form textarea {
	border-color: #E5E5E5;
	border-radius: 0;
	box-shadow: none;
}
.map-form button {
	padding: 0 10px;
	height: 30px;
	background: #95d201;
	border: none;
	border-radius: 0;
	box-shadow: none;
	line-height: 30px;
	color: #FFF;
	text-shadow: none;
}
.map-form button:hover {
	background: #FC0;
	color: #FFF;
}

/* Products Filter */				/*MISA*/
.products-filter {
	margin-bottom: 0px;
	margin-left: 0;
	padding: 14px 0;
	/*border-top: 1px dashed #E5E5E5;
	border-bottom: 1px dashed #E5E5E5;*/
	line-height: 30px;
}
.products-filter p {
	margin-bottom: 0;
	float: left;
}
.products-filter p a {
	margin-right: 20px;
	font-size: 14px;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
}
.products-filter p a:hover, .products-filter p a.active {
	color: #95d201;
}
.products-filter p a i {
	margin-right: -22px;
	width: 30px;
	height: 30px;
	background: #E5E5E5;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-filter p a.active i {
	background: #FC0;
}
.products-filter p a i:hover, .products-filter p a.active i:hover {
	background: #95d201;
}
.products-filter select {
	margin-bottom: 0;
	margin-left: 20px;
	padding: 5px;
	width: 150px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	float: right;
}
.select-option h5 {
	margin-bottom: 10px;
}
.select-option fieldset {
	margin: 0 0 20px 0;
	padding-bottom: 19px;
	border-bottom: 1px dashed #E5E5E5;
}
.select-option  {	/*label*/
	margin-bottom: 0;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
}
.select-option select {
	margin-bottom: 0;
	padding: 5px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
}
/* Accordion */
.accordion {
	margin-bottom: 40px;
}
.accordion-group {
	margin-bottom: 0;
	border: 1px solid #E5E5E5;
	border-radius: 0;
}
.accordion-heading .accordion-toggle {
	padding: 10px 15px;
	font: normal 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #95d201;
	text-transform: uppercase;
}
.accordion-heading .accordion-toggle:hover {
	color: #333;
}
.accordion-inner {
	padding: 14px 19px;
	background: #F9F9F9;
}
.accordion-inner ul {
	margin-bottom: 0;
}
.accordion-inner ul li {
	margin-bottom: 20px;
	padding-bottom: 19px;
	/*border-bottom: 1px solid #E5E5E5;*/
}
.accordion-inner ul li p {
	margin-bottom: 0;
}
.accordion-inner h5 {
	margin-bottom: 10px;
}
/* Pagination */
.pagination {
	margin-top: 0;
	margin-bottom: 40px;
	height: 30px;
}
.pagination ul {
	margin: 0;
	height: 30px;
	border-radius: 0;
	box-shadow: none;
}
.pagination ul li a {
	padding: 0;
	width: 29px;
	height: 28px;
	line-height: 28px;
	color: #484461;
	text-align: center;
	border: 1px solid #F0F0F0;
	border-left: none;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.pagination ul li a:hover {
	background: #F9F9F9;
	color: #333;
}
.pagination ul li.active a, .pagination ul li.active a:hover {
	background: #FC0;
	border-color: #FC0;
	color: #FFF;
}
.pagination ul li a i {
	line-height: 28px;
	color: #CCC;
	display: block;
}

/*menjano*/
.pagination ul li a.tackice1 {
	background: no-repeat;
}

.pagination ul li:first-child a {
	width: 28px;
	border-left: 1px solid #F0F0F0;
	border-radius: 0;
}
.pagination ul li:last-child a {
	border-radius: 0;
}
/* Alert */
.alert {
	margin-bottom: 40px;
	padding: 9px 34px 9px 19px;
	text-shadow: none;
	border-radius: 0;
}
.alert .close {
	top: 0px;
	right: -25px;
}
/* Sidebar */
.sidebar {				/*MISA*/
	margin-top: 0px;
	margin-bottom: 0px;
	background: #F9F9F9;
}
.sidebar h3 {
	margin-bottom: 20px;
}
.sidebar .nav-stacked {
	margin-bottom: 20px;
	list-style: none;
}
.sidebar .nav-stacked li a {
	border-bottom: 1px dotted #E5E5E5;
	line-height: 29px;
	color: #484461;
	float: none;
}
.sidebar .nav-stacked li a:hover, .sidebar .nav-stacked li.active a {
	background: none;
	color: #95d201;
}
.sidebar select {
	border-color: #E5E5E5;
	border-radius: 0;
}
.sidebar p a {
	color: #95d201;
}
.sidebar p a:hover {
	color: #333;
}
/* Media Galler */
.media-gallery {
	margin: 40px 0;
	list-style: none;
	overflow: auto;
}
.media-gallery li {
	margin-left: 0;
	padding: 9px;
	width: 115px;
	border: 1px dotted #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	float: left;
}
.media-gallery li:first-child {
	padding: 9px;
	width: 250px;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
}
/* Product List */
.products-list {
	padding-top: 40px; 
	background: #F9F9F9 url(../img/bg-line-vert.png);
	box-shadow: 0 -10px 0 rgba(0,0,0,0.1);
	position: relative;
}
.products-list-1 {
	padding-top: 0px; 
	background: #F9F9F9 url(../img/bg-line-vert.png);
	box-shadow: 0 -10px 0 rgba(0,0,0,0.1);
	position: relative;
}

.products-list-small {
	background: #FFF;
	box-shadow: none;
}
.products-list-simple, .products-list-simple-1 {
	padding-top: 0;
	background: none;
	box-shadow: none;
}
.products-list-small .nav-tabs {
	line-height: 25px;
	border-bottom: none;
	text-align: center;
}
.products-list-small .nav-tabs a {
	margin-left: 20px;
	padding-left: 20px;
	height: 25px;
	border-left: 1px solid #E5E5E5;
	font: normal 25px/25px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	text-transform: uppercase;
	display: inline-block;
}
.products-list-small .nav-tabs a:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.products-list-small .nav-tabs a span {
	color: #E5E5E5;
	display: inline-block;
}
.products-list-small .nav-tabs a.active {
	color: #666;
}
.products-list-small .nav-tabs a.active span {
	color: #FC0;
}
.products-list h3, .products-list-1 h3 {
	margin-bottom: 20px;
	text-align: center;
}
.products-list ul, .products-list-1 ul {
	margin-bottom: 0;
}
.products-list li, .products-list-1 li {
	margin-bottom: 40px;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-list-1 li {
	margin-bottom: 0px;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-list li .thumbnail, .products-list-1 li .thumbnail {
	padding: 9px;
	background: #FFF;
	border: 1px solid #F0F0F0; 
	border-radius: 0;
	box-shadow: 0 10px 0 rgba(0,0,0,0.1);
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.products-list-small li .thumbnail {
	padding-bottom: 0;
	border: 1px dotted #E5E5E5;
	box-shadow: none;
}
.products-list-simple li .thumbnail, .products-list-simple-1 li .thumbnail {
	box-shadow: none;
}
.products-list li .thumbnail a.thumb, .products-list-1 li .thumbnail a.thumb {
	margin-bottom: 10px;
	display: block;
}
.products-list li .thumbnail a.thumb img, .products-list-1 li .thumbnail a.thumb img {
	margin: auto;
	display: block;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
/*	border:1px solid #009; */
	height:345px;
}
.products-list li:hover .thumbnail a.thumb img, .products-list-1 li:hover .thumbnail a.thumb img {
	transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
}
.products-list li .thumbnail a.folio, .products-list-1 li .thumbnail a.folio {
	display: block;
	width: 100%;
	height: 100%;
	border:solid 1px #FF0000;
}
.products-list li .thumbnail .folio-detail, .products-list-1 li .thumbnail .folio-detail {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.products-list li .thumbnail:hover .folio-detail, .products-list-1 li .thumbnail:hover .folio-detail {
	opacity: 1;
}
.products-list li .thumbnail .folio-detail a, .products-list-1 li .thumbnail .folio-detail a  {
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	/*background: #FC0;*/
	background: #484461;
	border-radius: 100%;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.products-list li .thumbnail .folio-detail a:hover, .products-list-1 li .thumbnail .folio-detail a:hover {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #95d201;
	border-radius: 0;
	line-height: 100%;
	opacity: 0.5;
	top: 0;
	left: 0;
}
.products-list li .thumbnail .folio-detail a:hover i, .products-list-1 li .thumbnail .folio-detail a:hover i {
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}
.products-list li .thumbnail p 
{
	margin-bottom: 0;
	text-align: center;
	/*menjano*/	
	display: block;	
    line-height: 1.1em;
    height: 2.2em;
	padding-top:5px;
    overflow: hidden;
    text-overflow: ellipsis;
	/*white-space:nowrap;  		menjano*/
}
.products-list li .thumbnail p a {
	font: normal 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;		
	font-weight: bold;
	text-transform: uppercase;	
	display: block;
	/*menjano*/	
    line-height: 1.1em;
    height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 100%;	
	white-space:nowrap;  			menjano*/
}
.products-list-small li .thumbnail p a {
	min-height: 40px;
}
.products-list li .thumbnail p a:hover {
	color: #95d201;
}
.products-list li p.rating {
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
	text-align: center;
}
.products-list li .rating i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #FC0;
	text-align: center;
	display: inline;
}
.products-list li .rating span {
	display: none;
}
.products-list li .thumbnail .price {
	/*margin-bottom: 10px;*/
	font-size: 14px;
	color: #95d201;
}
.products-list li .thumbnail .price span {
	margin-right: 5px;
	font-weight: normal;
	color: #CCC;
	text-decoration: line-through;
}
.products-list li .thumbnail input[type=button] {
	margin: 0 0 0 -55px;
	padding: 0;
	width: 110px;
	height: 110px;
	background: #95d201;
	border: 5px solid #FFF;
	border-radius: 100%;
	box-shadow: none;
	font: normal 14px/100px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: -110px;
	left: 50%;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.products-list li:hover .thumbnail input[type=button] {
	top: -20px;
}
.products-list li:hover .thumbnail input[type=button]:hover {
	background: #FC0;
}
.products-list-small li .thumbnail input[type=button] {
	margin: 0 auto;
	padding: 0 10px;
	width: inherit;
	height: 40px;
	background: #F0F0F0;
	border: none;
	border-radius: 0;
	line-height: 40px;
	color: #FFF;
	position: inherit;
	top: inherit;
	left: inherit;
}
.products-list-small li:hover .thumbnail input[type=button] {
	top: inherit;
}
.products-list-small li:hover .thumbnail input[type=button]:hover {
	background: #95d201;
	color: #FFF;
}
.add-list-detail, .add-comp-detail {
	margin-bottom: 40px;
	width: 40px;
	height: 40px;
	background: #CCC;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	opacity: 1;
	display: block;
	float: left;
	/*transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;*/
}
.add-list-detail i, .add-comp-detail i {
	color: #FFF;
}
.add-list-detail:hover, .add-comp-detail:hover {
	background: #FC0;
}
.add-list-detail:hover i, .add-comp-detail:hover i {
	color: #FFF;
}
.products-list li .thumbnail .add-list, .products-list li .thumbnail .add-comp {
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.25);
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 100px;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.products-list li .thumbnail .add-list {
	left: 5px;
}
.products-list li .thumbnail .add-comp {
	right: 5px;
}
.products-list li .thumbnail:hover .add-list {
	opacity: 1;
	left: 0;
}
.products-list li .thumbnail:hover .add-comp {
	opacity: 1;
	right: 0;
}
.products-list li .thumbnail:hover .add-list:hover, .products-list li .thumbnail:hover .add-comp:hover {
	width: 100%;
	background: #FC0;
	z-index: 2;
}
.products-list li .thumbnail .add-list i, .products-list li .thumbnail .add-comp i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	opacity: 0.5;
}
.products-list li .thumbnail .add-list:hover i, .products-list li .thumbnail .add-comp:hover i {
	opacity: 0.75;
}
.products-list-small li .thumbnail .add-list, .products-list-small li .thumbnail .add-comp {
	display: none;
}
.products-list li .thumbnail .new {
	padding: 0 10px;
	/*background: #AD0;*/
	background: #484461;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	left: 0;
}
.products-list li .thumbnail .sale {
	padding: 0 10px;
	/*background: #F33;*/
	background: #95d201;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	right: 0;
}
.products-list li .thumbnail .rasprodato {
	padding: 0 10px;
	/*background: #FC0;*/
	background: #F33;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	right: 0;
}
.products-list li .thumbnail .upretplati {
	padding: 0 10px;
	/*background: #FC0;*/
	background: #F33;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	left: 0;
}
.products-list li .thumbnail .postarina {
	padding: 0 10px;
	/*background: #FC0;*/
	background: #3B5998;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top:320px;
	right: 0;
}

.product-info {
	margin: 20px 0;
}
/* Blog List */
.blog-list {
	margin: 40px 0 0 0;
	list-style: none;
}
.blog-list li {
	margin: 0 0 40px 0;
	padding-bottom: 39px;
	border-bottom: 1px dashed #E5E5E5;
}
.blog-list li a {
	color: #95d201;
}
.blog-list li a:hover {
	color: #333;
}
.blog-list li .thumbnail {
	margin: 0 20px 0 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
}
.blog-list li .blog-thumb {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.blog-list li:hover .blog-thumb {
	opacity: 1;
}
.blog-list li .blog-thumb a {
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	background: #FC0;
	border-radius: 100%;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.blog-list li .blog-thumb a:hover {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #95d201;
	border-radius: 0;
	line-height: 100%;
	opacity: 0.5;
	top: 0;
	left: 0;
}
.blog-list li .blog-thumb a:hover i {
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}
.blog-list li h3 a {
	margin-bottom: 15px;
	display: block;
}
.blog-list li .btn {
	padding: 10px;
	background: #95d201;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.blog-list li .btn:hover {
	background: #FC0;
	color: #FFF;
}
/* Media List */
.media-list {
	margin-bottom: 40px;
}
.media-list a {
	color: #95d201;
}
.media-list a:hover {
	color: #333;
}
.media-list .media {
	margin-top: 10px;
}
.media-list .media:first-child {
	margin-top: 0px;
}
.media-list .media.simple {
	margin-top: 20px;
	padding-top: 19px;
	border-top: 1px dotted #CCC;
}
.media-list .media.simple:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}
.media-list a.thumb, .media-list a.thumb img, .forum-thumb, .forum-thumb img {
	width: 100px;
	height: 100px;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
.media-list .media .media a.thumb, .media-list .media .media a.thumb img {
	width: 50px;
	height: 50px;
}
.media-list a.thumb:hover {
	opacity: 0.5;
}
.media-list .media .media-body {
	padding: 19px;
	background: #FFF;
	border: 1px dotted #CCC;
}
.media-list .media .media-body:first-child {
	padding: 20px;
	border: none;
}
.media-list .media.simple .media-body {
	padding: 0px;
	background: none;
	border: none;
}
.media-list .media .media {
	margin-left: 85px;
}
.media-list .media .media:first-child {
	margin-top: 10px;
}
.media-list .media .media .media-body {
	background: #F9F9F9;
}
.media-list .media .media-body h4 {
	margin: 0px 10px 0px 0px;
	width: auto;
	min-height: 20px;
	color: #C06;
	float: left;
}
.media-list .media .media-body p {
	margin-bottom: 0px;
}
.media-list .media .media-body a.reply {
	margin-top: 10px;
	background: #95d201;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	opacity: 0.15;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.media-list .media .media-body a.reply:hover {
	background: #FC0;
}
.media-list .media-body a.reply-forum {
	opacity: 0.25;
}
.media-list .media-body:hover a.reply-forum {
	opacity: 1;
}
.media-list .media .media-body:hover a.reply {
	opacity: 1;
}
.media-list .media .media-body a.reply i {
	margin: 2px 5px 3px 0px;
}
.submit-comment input, .submit-comment textarea {
	border-color: #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #666;
}
/* Product Price */
.main-price {
	margin: 20px 0 0 0;
	padding: 9px 0;
	border-top: 1px dashed #E5E5E5;
	border-bottom: 1px dashed #E5E5E5;
	font: normal 14px/30px Arial, Helvetica, sans-serif;
	color: #484461;
	text-align: right;
}
.main-price span {
	text-decoration: line-through;
}
.main-price strong {
	margin-left: 10px;
	font: normal 26px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
}

.main-rating {
	margin: 20px 0;
	height: 20px;
	color: #CCC;
	text-align: right;
}
.main-rating.review {
	margin: 0;
	text-align: left;
}
/* Review Comment */
.write-review {
	margin-bottom: 0;
}
.write-review input[type=text] {
	padding: 0 9px;
	width: 300px;
	height: 28px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/28px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	display: block;
}
.write-review textarea {
	margin-bottom: 10px;
	padding: 9px;
	min-width: 300px;
	width: 300px;
	max-width: 300px;
	min-height: 100px;
	height: 100px;
	max-height: 100px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 12px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	display: block;
}
.write-review  {		/*label*/
	font: normal 12px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
}
.write-review input[type=radio] {
	margin: 0;
}
.write-review input[type=submit] {
	margin-top: 10px;
	width: 80px;
	height: 30px;
	/*background: #FC0;*/
	background: #95d201;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.write-review input[type=submit]:hover {
	/*background: #95d201;*/
	background: #484461;
}
/* Login form */
.login-review {
	margin-bottom: 0;
}
.login-review input[type=text] {
	padding: 0 9px;
	width: 150px;
	height: 28px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 16px/28px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	display: block;
}
.login-review input[type=password] {
	padding: 0 9px;
	width: 150px;
	height: 28px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 16px/28px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	display: block;
}
.login-review textarea {
	margin-bottom: 10px;
	padding: 9px;
	min-width: 300px;
	width: 150px;
	max-width: 300px;
	min-height: 100px;
	height: 100px;
	max-height: 100px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	font: normal 16px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	display: block;
}
.login-review  {		/*label*/
	font: normal 16px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
}
.login-review input[type=radio] {
	margin: 0;
}
.login-review input[type=checkbox] {
	margin: 0;
}

.login-review input[type=submit] {
	margin-top: 10px;
	width: 80px;
	height: 30px;
	/*background: #FC0;*/
	background: #95d201;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	display: block;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.login-review input[type=submit]:hover {
	/*background: #95d201;*/
	background: #484461;
}



.main-rating i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #FC0;
	text-align: center;
	display: inline;
}
.main-rating span {
	display: none;
}
.main-rating a {
	margin-left: 20px;
	line-height: 20px;
	color: #CCC;
}
.main-rating a:hover {
	color: #333;
}
/* Input Quantity */
.input-quantity {
	margin: 5px 10px;
	width: 48px;
	height: 38px;
	background: #FC0;
	border: none;
	font: normal 12px/38px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	float: right;
}
.input-quantity-text {
	line-height: 40px;
	float: right;
}
.btn-add-cart {
	margin-bottom: 40px;
	padding: 0 20px;
	height: 40px;
	background: #95d201;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font: normal 16px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	float: right;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.btn-add-cart:hover {
	background: #333;
	color: #FFF;
}
/* Small Banners */
.banner-small {
	margin-bottom: 40px;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.banner-small a, .banner-small a img {
	margin: auto;
	display: block;
}
.banner-small:hover {
	opacity: 0.5;
}
/* Brands */
.brands {
	margin-bottom: 40px;
}
.brands ul {
	margin-bottom: 0;
}
.brands li {
	margin-bottom: 0;
	background: #F9F9F9;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.brands li:hover {
	background: #F0F0F0;
}
.brands li .thumbnail {
	margin: auto;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
/* Table */
.table {
	/*margin-bottom: 40px;*/	/*MISA*/
	margin-bottom: 20px;		
}
.table th, .table td, .table th.p-dec, .table td.p-dec{			/*Sve je right*/
	text-align: right;
	vertical-align: middle;
}
.table th.p-name, .table td.p-name, .table td .p-kol {
	text-align: left;
}

.table td .p-kol {
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	text-align: center;
	font-weight:bold;
	/*color:#F00;*/
	width:50px;
}

.table th {					
	padding: 0;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	text-transform: uppercase;
}
.table td {
	padding: 0px;
}
.table td h5 a {/*, .table td h5 {*/
	font-weight:bold;
	color: #484461;	/*#95d201;*/		/*MISA*/
}
.table td h5 a:hover {
	color: #95d201;	/*#333;*/			/*MISA*/
}
.table .thumb-cart {					
	width: 50px;
	/*height: 50px;*/					/*MISA*/
}
.table .thumb-cart a img {				/*MISA*/
	padding:5px;
	text-align: center;					
}

/* Table Cart */
.main-cart-total ul li{
	margin: 0;
	width: 100%;
	list-style: none;
}
.main-cart-total li {
	color: #484461;
	text-align: right;
}
.main-cart-total li span{
	/*width: 70px;*/
	font-weight: bold;
	color: #333;
	display: block;
	float: right;
}
.main-cart-total .total {
	margin: 10px 0 20px 0;
	padding-top: 19px;
	/*border-top: 1px solid #CCC;*/
	font: normal 17px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	text-align: right;
	text-transform: uppercase;
	float: none;
}
.main-cart-total .total span {
	color: #333;
}
.main-checkout .btn {
	margin-bottom: 40px;
	padding: 0;
	width: 140px;
	height: 40px;
	margin-left:5px;
	margin-right:5px;
	/*background: #FC0;*/
	background: #95d201;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	float: right;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.main-checkout-left .btn, .main-checkout-left-1 .btn{
	margin-bottom: 40px;
	margin-left:5px;
	margin-right:5px;
	padding: 0;
	width: 140px;
	height: 40px;
	/*background: #FC0;*/
	background: #95d201;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-shadow: none;
	text-transform: uppercase;
	float: left;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.main-checkout-center .btn, .main-checkout-center-1 .btn{
	/*margin-bottom: 40px;*/
	margin-left:5px;
	margin-right:5px;
	padding: 0;
	width: 140px;
	height: 40px;
	/*background: #FC0;*/
	background: #95d201;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-shadow: none;
	text-transform: uppercase;
	float: center;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.main-checkout-center-small .btn, .main-checkout-center-1-small .btn{
	/*margin-bottom: 40px;*/
	margin-left:5px;
	margin-right:5px;
	padding: 0;
	width: 80px;
	height: 30px;
	/*background: #FC0;*/
	background: #95d201;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-shadow: none;
	text-transform: uppercase;
	float: center;
	/*
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;*/
}
.main-checkout-center-small .btn:hover, .main-checkout-center-1-small .btn:hover{
	background: #333;
}

.main-checkout .btn-checkout {
	background: #95d201;
	/*background: #333;*/
}
.main-checkout .btn-checkout:hover {
	/*background: #95d201;*/
	background: #333;
	color:#FFF;
}


/*Za tabelu korpa */
.main-table .btn {					/*MISA*/
	border-radius: 0;
	box-shadow: none;
	width: 10px;
	height: 20px;
	margin-right:-3px;
	margin-left:-3px; 
	background: #95d201;
	margin-bottom: 11px;
	line-height: 18px;
	color: #FFF;
	background:#95d201;
}
.main-table .btn-left {				/*MISA*/
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
}
.main-table .btn-left:hover {				/*MISA*/
	background: #333;
}
.main-table .btn-right {			/*MISA*/
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
}
.main-table .btn-right:hover {			/*MISA*/
	background: #333;
}

.main-table .btn-refresh, .main-table .btn-trash {/*MISA*/		
	color:#FFF;
	background:#95d201;
}
.main-table .btn-refresh:hover, .main-table .btn-trash:hover {/*MISA*/		
	color:#FFF;
	background:#333;
}
/*Za porudzbinu*/			
.porudzbina-form input, .porudzbina-form textarea , .porudzbina-form label, .porudzbina-form option, .porudzbina-form secect {		/*MISA*/
	font: normal 15px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	width: 97%;
  	/*width: 300px;
	border-color: #E5E5E5;
	border-radius: 0;
	box-shadow: none;
	float: left;
  	padding-top: 5px;*/
}

.porudzbina-form #antispam, .porudzbina-form #antispam_1 {
	width: 70%;
}
.porudzbina-form #antispam1, .porudzbina-form #antispam1_1 {
	width: 15%;
}

.porudzbina-form #osvezi, .porudzbina-form #osvezi_1 {
	color: #95d201;
	text-decoration: none;
}
.porudzbina-form #osvezi:hover,.porudzbina-form #osvezi_1:hover {
	color: #484461;
	text-decoration: none;
}
.porudzbina-form #onclick: {
	text-decoration: none;
}
.user-pasword {
	font: normal 15px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
  	width: 130px;
}
.porudzbina-form textarea{	
	height:80px;
	/*max-height:200px;*/	
}

.porudzbina-form .input[type=checkbox]{
	float:left;
	display:block;
	margin-left:-50px;
}
.porudzbina-form label input {
	padding-top:0px;
	display: block;
	height:15px;
	margin-bottom:-22px;
}
.porudzbina-form button {
	padding: 0 10px;
	height: 30px;
	background: #95d201;
	border: none;
	border-radius: 0;
	box-shadow: none;
	line-height: 30px;
	color: #FFF;
	text-shadow: none;
}
.porudzbina-form button:hover {
	background: #FC0;
	color: #FFF;
}
.porudzbina-form select {
	font: normal 15px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
  	/*width: 313px;*/
	width:100%;
}
.porudzbina-form .izbor-1 {
	font: normal 13px/12px Roboto Condensed, Arial, Helvetica, sans-serif;*/
}

.porudzbina-form .radio input[type="radio"],
.porudzbina-form .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/*- Za Admin*/		
.admin-form-product input, .admin-form-product textarea , .admin-form-product option, .admin-form-product select, .admin-form-product file, .admin-form-product button  {		/*MISA*/
	font: normal 15px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	float:left;
 	display: block;
	/*color: #F00;
	width: 10%;
	min-width:30px;
	width: 10%;*/
}
.admin-form-product textarea {		/*MISA*/
	font: normal 13px/15px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	float:left;
 	display: block;
	/*color: #F00;
	width: 10%;
	min-width:30px;
	width: 10%;*/
}

.admin-form-product label {
 	/*display: inline-block;*/
 	font: normal 12px/12px Roboto Condensed, Arial, Helvetica, sans-serif;	
	color: #484461;
	text-align: left;
    clear: both;
	/*float:left;*/
}
.admin-form-product .input[type=checkbox], .admin-form-product input[type=button], .admin-form-product input[type=file],  .admin-form-product input[type=submit]{
 	font: normal 15px/20px Roboto Condensed, Arial, Helvetica, sans-serif;	
	color: #484461;
	text-align: left;
}

.admin-form-product .main-checkout-center .btn, .admin-form-product .main-checkout-center-1 .btn{
	margin-left:5px;
	margin-right:5px;
	padding: 0;
	width: 80px;
	height: 30px;
	background: #95d201;
	border: none;
	border-radius: 0;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-shadow: none;
	text-transform: uppercase;
	text-align:center;
	float: center;	
	/*transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
	*/
}
.admin-form-product .main-checkout .btn {
	margin-left:5px;
	margin-right:5px;
	padding: 0;
	width: 80px;
	height: 30px;
	background: #95d201;
	border: none;
	border-radius: 0;
	font: normal 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	color:#FFF;
	text-shadow: none;
	text-transform: uppercase;
	text-align:center;
	float: right;
	/*transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;*/
}


.admin-form-data input, .admin-form-data textarea , .admin-form-data label, .admin-form-data option, .admin-form-data select, .admin-form-data #idprikaz  {		/*MISA*/
	font: normal 15px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	/*color: #F00;*/
	width: 10%;
}
.admin-form-data .input[type=checkbox]{
	float:left;
	display:block;
	margin-left:-50px;
}
 
.adm-table-racun {
	font: normal 14px/14px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	vertical-align: middle;
	/*margin-bottom: 40px;*/	/*MISA*/
	margin-bottom: 20px;		
}
.adm-table {
	font: normal 15px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	vertical-align: middle;
	/*margin-bottom: 40px;*/	/*MISA*/
	margin-bottom: 20px;		
}

.adm-table th, .adm-table td {			/*Sve je center*/
	text-align: center;
	border-bottom: #CCC 1px solid;
}
.adm-table th a, .adm-table td a{			
	text-align: left;
	color: #484461;
}
.adm-table th a:hover, .adm-table td a:hover{			
	text-align: left;
	color: #95d201;
}

.adm-table th.p-name, .adm-table td.p-name {
	text-align: left;
}
.adm-table td .adm-td-int, .adm-table th .adm-td-int {
	font: normal 15px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	width: 30%;
	text-align:center;
	margin-top:5px;
}
.adm-table td .adm-td-dec,.adm-table th .adm-td-dec {
	font: normal 15px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #484461;
	width: 70%;
	text-align:right;
	margin-top:5px;
}
.adm-table td .adm-td-dec-red,.adm-table th .adm-td-dec-red {
	font: normal 15px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #F00;
	width: 70%;
	text-align:right;
	margin-top:5px;
}

.adm-table td .adm-td-btn {/*MISA*/	
	border-radius: 0;
	box-shadow: none;
	width: 10px;
	height: 20px;
	margin-right:-3px;
	margin-left:-3px; 
	background: #95d201;
	margin-bottom: 11px;
	line-height: 18px;
	color: #FFF;
	background:#95d201;
}
.adm-table td .adm-td-btn:hover {/*MISA*/		
	color:#FFF;
	background:#333;
}

/* Footer */
.footer {
	padding: 39px 0 40px 0;
	border-top: 1px solid #F0F0F0;
}
.footer h5 {
	margin-bottom: 10px;
	line-height: 30px;
	color: #484461;
}
.footer h5 i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #484461;
/*	color: #CCC; ovo je original */
	text-align: center;
	display: inline-block;
	float: left;
}
.footer p {
	margin-bottom: 0;
	color: #484461;
}
.footer p a {
	color: #484461;
}
.footer p a:hover {
	color: #95d201;
}
.footer .footer-contact {
	margin: 0;
	list-style: none;
}
.footer .footer-contact li a {
	color: #484461;
}
.footer .footer-contact li a:hover {
	color: #95d201;
}
.footer .footer-contact li i {
	margin: 0 10px 5px 0;
	width: 30px;
	height: 30px;
	background: #484461; /* ovde se menja boja pozadine ikonica u kontaktu */
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	display: inline-block;
}
.footer-social a {
	width: 40px;
	height: 40px;
	font-size: 60px;
	line-height: 40px;
	color: #484461; /* ovde se menja boja socijalnih mreža /*
/*	color: rgba(0,0,0,0.1); */
	text-align: center;
	display: block;
	overflow: hidden;
	float: left;
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
}
.footer-social a:hover {
	font-size: 24px;
	color: #FFF;
}
.footer-social a.icon-facebook:hover {
	background: #3B5998;
}
.footer-social a.icon-twitter:hover {
	background: #03ABEA;
}
.footer-social a.icon-google-plus:hover {
	background: #D34836;
}
.footer-social a.icon-pinterest:hover {
	background: #C92228;
}
.footer-social a.icon-linkedin:hover {
	background: #4393BB;
}
.footer-links {
	padding-top: 40px;
	background: #F9F9F9 url(../img/bg-line-vert.png) repeat;
}
.footer-links h5 {
	margin-bottom: 10px;
	line-height: 30px;
	color: #484461;
}
.footer-links h5 i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #484461;
	text-align: center;
	display: inline-block;
	float: left;
}
.footer-links ul {
	margin: 0 0 38px 0;
	padding: 9px 19px;
	border: 1px solid #E5E5E5;
	list-style: none;
	transition: all linear 0.1s;
	-ms-transition: all linear 0.1s;
	-moz-transition: all linear 0.1s;
	-webkit-transition: all linear 0.1s;
	-o-transition: all linear 0.1s;
}
.footer-links ul:hover {
	background: rgba(0,0,0,0.01);
}
.footer-links ul li a {
	height: 29px;
	border-top: 1px solid #E5E5E5;
	line-height: 29px;
	color: #484461;
	display: block;
}
.footer-links ul li:first-child a {
	height: 30px;
	border-top: none;
	line-height: 30px;
}
.footer-links ul li a:hover {
	color: #95d201;
}
/* Copy */
.copy {
	padding: 40px 0;
	background: #F9F9F9 url(../img/bg-line-vert.png) repeat;
}
.copy img {
	margin: 0 auto 20px;
	display: block;
}
.copy p {
	margin-bottom: 0;
	color: #484461;
}
.copy p a {
	color: #484461;
}
.copy p a:hover {
	color: #95d201;
}
/* Scrollbar */
.nicescroll-rails {
	width: 5px !important;
}
.nicescroll-rails div {
	width: 10px !important; /* Nidža prepravio širinu sa 5 na 10px */
	background: #525070 !important;
/*	background: rgba(0,0,0,0.5) !important; */
	border: none !important;
	border-radius: 0 !important;
}
/* Change Color */
.colorSw {
	margin-top: -90px;
	width: 30px;
	height: 180px;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 9999;
}
.colorSw a {
	width: 30px;
	height: 30px;
	color: #666;
	display: block;
}
.colorSw a.change-css-multicolor {
	background: #333;
	color: transparent;
}
.colorSw a.change-css-red {
	background: #F33;
	color: transparent;
}
.colorSw a.change-css-yellow {
	background: #FC0;
	color: transparent;
}
.colorSw a.change-css-green {
	background: #AD0;
	color: transparent;
}
.colorSw a.change-css-blue {
	background: #95d201;
	color: transparent;
}
.colorSw a.change-css-violet {
	background: #B7B;
	color: transparent;
}
/* toTop */
#toTop {
	width: 50px;
	height: 50px;
	background: #525070;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 0px;
	right: 25px;
	z-index: 9999;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
#toTop:hover {
	margin-right: -25px;
	width: 100px;
	height: 100px;
	background: #484461;
	line-height: 100px;
}
#toTop i {
	margin: 0;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
#toTop:hover i {
	line-height: 100px;
}
/* Kraj toTop */

.disabled 
{
   pointer-events: none;
   cursor: default;
}


/* Desktop large layout */
@media (min-width: 1200px) {
.header-search input[type=text] {
	width: 220px;
}
}

/* Desktop small layout */
@media (min-width: 980px) and (max-width: 1199px) {
.header .nav {
	margin-left: 20px;
}
.header-search input[type=text] {
	width: 100px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px 30px;
}
.media-gallery li {
	width: 90px;
}
.media-gallery li:first-child {
	width: 200px;
}
.navbar-inner .nav li a {
	padding: 0 11px;	/*ovo je za sirinu glavnog menija */
}

}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
body {
	padding-right: 20px;
	padding-left: 20px;
}
.row-main {
	margin-left: 0;
}
.header {
	padding: 10px 0;
}
.header .container {
	margin-right: 0;
}
.header .nav {
	display: none;
}
.header .nav.currency {
	display: inherit;
}
.navbar-cont {
	background: none;
}
.navbar-cont .row {
	margin-left: 0;
}
.navbar-cont .span12 {
	margin: 0 auto;
	width: 100%;
	height: inherit;
	position: inherit;
	float: none
}
.navbar-inner {
	background: #484461;
}
.navbar-inner .nav {
	float: none;
	overflow:scroll;
	t:heigh650px;
}
.navbar-inner .nav li a {
	padding: 0;
	height: 40px;
	border-bottom: 1px dotted #FFF;
	line-height: 40px;
	text-align: center;
	float: none;
}
.navbar-inner .nav li:hover, .navbar-inner .nav li:hover a {
	background: #95d201;
}
.navbar-inner .nav li i {
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	float: none;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown.open .dropdown-toggle, .navbar-inner .nav li.dropdown.active.open .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-toggle:focus {
	background: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	box-shadow: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-menu {
	display: none;
}
.navbar-inner .nav li .dropdown-menu, .navbar-inner .nav li:hover .dropdown-menu {
	position: inherit;
	top: 0;
	left: 0;
}
.navbar-inner .nav li.open .dropdown-menu {
	width: auto;
	height:auto;
	opacity: 1;
	position: inherit;
	top: 0;
	right: 0;
	display: block;
}
.navbar-inner .nav li.open .dropdown-menu li a {
	margin-bottom: 0;
	border-bottom: none;
}
.header-search {
	margin: 20px 0;
	float: none;
}
.header-search fieldset {
	margin: auto;
	width: 400px;
}
.header-search input[type=text] {
	width: 340px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px 3px;
}
.media-gallery li {
	width: 63px;
}
.media-gallery li:first-child {
	width: 146px;
}
.products-list li .thumbnail a.thumb, .products-list-1 li .thumbnail a.thumb {
	margin-bottom: 10px;
	display: block;
/*	border:1px solid #F00; */
}
.products-list li .thumbnail a.thumb img, .products-list-1 li .thumbnail a.thumb img {
/*	border:1px solid #009; */
	margin: auto;
/*	display: block; */
	transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
		height:200px;
}
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
.header {
	padding: 10px;
}
.header .nav {
	display: none;
}
.header .nav.currency {
	display: inherit;
}
.navbar-inner .nav {
	float: none;
	/*overflow:scroll;
	height:600px;*/
	height:auto;
}
.navbar-inner .nav li a {
	padding: 0;
	height: 40px;
	border-bottom: 1px dotted #FFF;
	line-height: 40px;
	text-align: center;
	float: none;
}
.navbar-inner .nav li:hover, .navbar-inner .nav li:hover a {
	background: #95d201;
}
.navbar-inner .nav li i {
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	float: none;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li:hover i {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.navbar-inner .nav li.dropdown.open .dropdown-toggle, .navbar-inner .nav li.dropdown.active.open .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-toggle:focus {
	background: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	box-shadow: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-menu {
	display: none;
}
.navbar-inner .nav li .dropdown-menu, .navbar-inner .nav li:hover .dropdown-menu {
	position: inherit;
	top: 0;
	left: 0;
}
.navbar-inner .nav li.open .dropdown-menu {
	width: auto;
	opacity: 1;
	position: inherit;
	top: 0;
	right: 0;
	display: block;
}
.navbar-inner .nav li.open .dropdown-menu li a {
	margin-bottom: 0;
	border-bottom: none;
}
.header-search {
	margin: 20px 0;
	float: none;
}
.header-search fieldset {
	margin: auto;
	width: 400px;
}
.header-search input[type=text] {
	width: 340px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px auto;
	width: 160px;
}
.media-gallery {
	margin: 40px auto;
	width: 270px;
}
.products-list {
	background: none;
}
.footer .span3 {
	margin-bottom: 20px;
}
}

/* Mobile portrait layout */
@media (max-width: 479px) {
.header {
	padding: 10px;
}
.header .nav {
	display: none;

}
.header .nav.currency {
	margin: 0;
	display: inherit;
}
.header .log-reg {
	display: block;
	float: right;
	clear: both;
}
.header .cart:hover .cart-content {
	right: -20px;
}
.navbar-inner .nav {
	float: none;
	/*overflow:scroll;
	height:600px;*/
	height:auto;
}
.navbar-inner .nav li a {
	padding: 0;
	height: 40px;
	border-bottom: 1px dotted #FFF;
	line-height: 40px;
	text-align: center;
	float: none;
}
.navbar-inner .nav li:hover, .navbar-inner .nav li:hover a {
	background: #95d201;
}
.navbar-inner .nav li i {
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	float: none;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.navbar-inner .nav li.dropdown.open .dropdown-toggle, .navbar-inner .nav li.dropdown.active.open .dropdown-toggle {
	background: #FC0;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-toggle:focus {
	background: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown.active .dropdown-toggle {
	box-shadow: none;
	color: #FFF;
}
.navbar-inner .nav li.dropdown .dropdown-menu {
	display: none;
}
.navbar-inner .nav li .dropdown-menu, .navbar-inner .nav li:hover .dropdown-menu {
	position: inherit;
	padding-top:0;
	padding-bottom:0;
	top: 0;
	left: 0;
}
.navbar-inner .nav li.open .dropdown-menu {
	width: auto;
	opacity: 1;
	position: inherit;
	top: 0;
	right: 0;
	display: block;
}
.navbar-inner .nav li.open .dropdown-menu li a {
	margin-bottom: 0;
	border-bottom: none;
}
.header-search {
	margin: 20px 0;
	float: none;
}
.header-search fieldset {
	margin: auto;
	width: 240px;
}
.header-search input[type=text] {
	width: 180px;
}
.about-list li .thumbnail .caption .footer-social {
	margin: 10px auto;
	width: 80px;
	height: 80px;
}
.media-gallery {
	margin: 40px auto;
	width: 270px;
}
.products-list {
	background: none;
}
.footer .span3 {
	margin-bottom: 20px;
}
}