@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);
body {
	background-color: #FBFBFB;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
		font-family: 'Ubuntu', sans-serif;	
}
.container-main {
	background-color: #fff;
	border-left: solid thin #e8ecf0;
	border-right: solid thin #e8ecf0
}
a {
	outline: none !important;
	color:#2AB533;
	text-decoration:none;
}

a:active {
   text-decoration:none!important;
} 

.navbar-static-top {
	margin-bottom: 0px;
}
.navbar-default {
	background-color: #ffffff
}
.navbar-brand {
	font-size: 14px;
}
.navbar-secondlogo {
	padding-top: 8px !important;
	padding-bottom: 7px !important;
}
.navbar-secondlogo img {
	height: 35px
}
.navbar-social {
	padding-top: 8px !important;
	padding-bottom: 7px !important;
}
.navbar-social img {
	height: 35px
}
.bleft {
	border-left: solid thin #e8ecf0
}
.bleftright {
	border-left: solid thin #e8ecf0;
	border-right: solid thin #e8ecf0
}
.navbar-logo {
	height: auto
}
.navbar-logo img {
	height: 72px
}
.main-menu {
	margin-top: 20px;
}
.main-menu a {
	font-size: 16px;
	text-transform: uppercase
}
.mm-active {
	color: #777 !important;
}
.istaknuto-proizvod {
    max-width: 100% !important;
	margin-bottom:20px !important;
}
.mm-active:after {
	height: 3px;
	display: block;
	width: 100%;
	background: #2ab533;
	border-right: 1px white;
	content: '';
}
@media (max-width: 1008px) {
.main-menu a {
	font-size: 14px;
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.navbar-logo img {
	height: 50px
}
.navbar-social {
	display: none !important
}
.bleft, .bleftright {
	font-size: 12px;
}
.top-footer > div {
	padding-right:0px !important;
	padding-left:0px !important;	
}
.top-footer > div:nth-child(2) {
	padding-right:0px !important;	
}
.top-footer > div:nth-child(3) {
    padding-right:0px !important;
}
.istaknuto .no-padding-left {
    padding-left:15px !important;
} 
.container-main {
    border-left: none;
    border-right: none;
}
.bottom-footer {
	text-align:center;
	font-size:11px;	
}
.bottom-footer .text-right{
	text-align:center
}
.top-footer-1, .top-footer-2, .top-footer-3 {
	min-height: 100px !important	
}

}
.main-menu-select {
	display: inline-block;
	position: relative;
	width: 50%;
	padding: 5px;
	margin: 30px 15px 0px 0px;
}
 @media (min-width: 768px) {
.main-menu-select {
	display: none;
}

}




@media (max-width: 768px) {
.main-menu {
	display: none;
}
.footer-wrapper-box {
    min-height: 100px !important;
}
.footer-wrapper-box h3 {
	margin-top:40px	
}

}
.carousel-control, .carousel-control.left, .carousel-control.right {
	background: none !important
}
.carousel-control {
	width: 30px;
	margin-right: 15px;
}
.carousel-control.left {
	width: 30px;
	right: 40px !important;
	left: auto;
}
.carousel-control .glyphicon {
	top: 40px
}
.slider-quickbox {
	position: absolute;
	top: 20%;
	left: 7%;
}
.sq-list {
	background: none;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #787878;
}
.sq-list li {
	background: none;
	border-left: none;
	border-right: none;
	padding: 8px 0px;
	color: #fff;
}
.sq-list li a {
	text-decoration: none;
	color: #fff;
	display: block
}
.sq-list li a:hover {
	color: #2ab533
}
.sq-list li:first-child {
	border-top: none;
	border-top: none
}
.sq-list li:last-child {
	border-bottom: none;
	border-bottom: none
}
.sq-searchbox-caption {
	background: rgba(255,255,255,0.5);
	padding: 12px;
	color: #222;
}
.form-control {
	border-radius: 0px
}
.btn {
	border-radius: 0px;
	outline: none !important
}
.sq-search .form-control {
	border: none !important
}
.welcome-box {
	padding: 25px 15px;
	margin-top: 15px;
	background-color: #787878;
	box-sizing: border-box
}
.welcome-box h2 {
	color: #fff;
	margin: 0;
	font-size: 21px;
	font-weight: 400
}

@media (max-width: 1008px) {
.welcome-box h2 {
	text-align: center;
	font-size: 18px;
}
.slider-quickbox {
	display:none	
}
}

.categories > div:nth-of-type(even){
	padding-left:0px;	
}

.category-box {
	min-height:370px;
	position:relative;
	margin-top:15px;
	
}

.category-desc {
	position:absolute;
	background-color:rgba(42, 181, 51, 0.95);
	max-width:80%;
	color:#fff;
	padding:15px;
	bottom:60px;
}
.category-desc h3 {
	margin:0px 0px 15px 0px;
}

.categories > div:nth-of-type(even) .category-desc {
	right:0px;
	text-align:right
}

.categories > div:nth-child(4n+1) .category-desc {
	background-color:rgba(0, 138, 216, 0.95);
}
.categories > div:nth-child(4n+2) .category-desc {
	background-color:rgba(0, 138, 216, 0.95);
}

.fsr-hidden {
    display: none;
}
.fsr-image {
    position: absolute;
}
.top-footer {
	margin-top:15px;
	margin-bottom:15px;
}
.tf .list-group-item{
		padding: 7px 15px !important;
}
.top-footer-1 {
	background-color:#009edb;
		min-height:320px;
	color:#fff;
}
.top-footer-2 {
	background-color:#2ab533;
		min-height:320px;
	color:#fff;

}
.top-footer-3 {
	background-color:#232323;
		min-height:320px;
	color:#fff;
}
.top-footer > div:nth-child(2) {
	padding-left:0
}
.top-footer > div:nth-child(3) {
	padding-left:0
}
footer {
	padding:40px 0 60px 0;
	background-color:#ececed;
	border-top:solid thin #d4d4d4
}
.main-footer a{
	color:#009B07
}
.main-footer a:hover{
	color:#2AB533;
	text-decoration:none
}
.btn-custom {
	background-color:transparent !important;
	color:#333 !important;
	border:solid thin #333
}
.btn-custom:hover {
	background-color:transparent !important;
	color:#2AB533 !important;
	border:solid thin #2AB533
}
.footer-wrapper-box {
	min-height:250px;
	max-width:95%	
}
.main-footer .btn {
	text-transform:uppercase !important	
}
.main-footer .btn-success {
	margin-top:15px;	
}
.main-footer .btn-warning {
	margin-top:15px;	
}
.input-group-addon {
	border-radius:0px;	
}
.bottom-footer {
	padding:10px 0px;
	background-color:#2AB533;
	color:#ffffff	
}
.bottom-footer a {
	color:#fff !important;
	text-decoration:none
}
.bottom-footer a:hover {
	color:#333333 !important
}
.tf {
	padding:15px;
	box-sizing:border-box
}
.tf h3 {
	margin-top:0;
	margin-bottom:20px;
}
.tf h4 {
	margin-top:0;
	color:#2AB533	
}
.top-footer .list-group{
	margin-bottom:20px
}
.top-footer .list-group-item{
	border-radius:0px !important;
	background-color:transparent;
	border:0;	
}
.top-footer .list-group-item:before{
	content:"\e258";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
	position:absolute;
	left:0px;
}
.top-footer .list-group-item a{
	color:#FFF
}
.btn-custom-white {
	color:#fff !important;
	border:solid thin #fff
}
.btn-custom-white:hover {
	color:#333 !important;
	border:solid thin #333
}

.product-banner {
	min-height:100px;
	background-attachment:fixed	;
	background-position:center bottom
}
.no-padding-left {
	padding-left:0px	
}
.product-body .navbar-main {
	border-bottom:0 !important
}
.breadcrumb {
	background-color:transparent;
	border-bottom:solid thin #E7E7E7	
}
.breadcrumb > li:first-child + li::before {
    padding: 0px 5px;
    color: #CCC;
    content: "";
}
.breadcrumb a {
	color:#2AB533
}
.list-group.inner li{
 border:none;
 padding-top:4px;
 padding-bottom:4px

}

.list-group.inner li:before{
	content:"\e258";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
	position:absolute;
	left:0px;
	font-size:12px;
	top:8px;
	color:#2AB533
}


.list-group.inner li a{
	color:#333;
	font-size:12px

}
.list-group.inner li.current a{
	color:	#2AB533;
	font-weight:bold
}

.lg-sidebar a{
	color:#333;
	font-size:14px
}

.lg-sidebar .list-group-item {

	border-radius:0px
}
.lg-sidebar .inner {
	margin-bottom:0
}
.product-photo img {
	border:solid thin #E7E7E7;
	width:100%;
}

.pruduct-box h2{
	margin-top:0;
	margin-bottom:20px
}

.product-basic h5{
	margin-top:0px;
	color:#2AB533;
	text-transform:uppercase;
	font-weight:700
}

.product-basic table th{
	color:#2AB533;
	text-transform:uppercase
}

.product-basic table{
	margin-top:25px
}

.product-basic a{
	color:#009EDB;
}


.list-group.download-list li {
	padding-left:25px	
}


.list-group.download-list li:before{
	content:"\e025";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
	position:absolute;
	left:0px;
	font-size:12px;
	top:8px;
	color:#009EDB;
}
.product-tabs {
	margin-top:20px	
}

.tab-content {
	min-height:200px
}
.tab-content table img {
	width:50px
}
.tab-content table h4 {
	margin-bottom:0
}
.tab-content table span {
	color:#2AB533
}
.category-box h2{
			margin-top:0px;
	margin-bottom:20px;
	font-size:22px
}
.cat-product {
	border:solid thin #E7E7E7;
	margin-bottom:20px
}
.category-box a {
	color:#333;
	text-decoration:none
}
.category-box a:hover {
	color:#2AB533
}
.category-box-kat a {
	color:#333;
	text-decoration:none
}
.category-box-kat a:hover {
	color:#2AB533
}
.category-box-kat h2 {
	margin-top:0px;
}
.cp-thumb {
	text-align:center	
}
.cp-thumb img{
	max-width:100% !important;
	max-height:180px
}
.poljaprimene img{
	max-height:147px !important;
}

.cp-desc {
	box-sizing:border-box;
	padding:0 10px 10px 10px 
}
.cp-desc h4{
	font-size: 14px;
	margin-bottom: 0px;
	height: 45px;
	text-align: center;
}
.cp-desc span{
	color:#009EDB
}
.cp-desc .btn {
	background:#333;
	color:#fff;
	width:100%
}
.cp-desc .btn:hover {
	background:#2AB533;
	color:#fff;
	width:100%
}
.dropdown-menu > li > a {
	font-size:12px;
	text-transform:none;
	padding: 5px 10px;
}
.dropdown-menu {
	border-radius:0px !important;
	box-shadow: 3px 3px 10px rgba(100, 100, 100, 0.4);
	border:none !important
}
.breadcrumb {
	padding-left:0px;	
}
.breadcrumb i:not(.glyphicon) {
	font-size:14px;
	color:#ccc;
	padding:0px 10px;
	font-style:normal
}
#map-canvas {
        height: 300px;
		width:100%
      }
textarea {
	resize:vertical;	
}

.istaknuto .col-md-5 {
	text-align:center	
}

.katalogProizvoda{
/*	min-height:200px;
*/
padding-top:15px;
text-align: center;
}

@media (max-width: 1008px) {

.categories > div:nth-of-type(even){
	padding-right:0px;	
}
.categories > div:nth-of-type(odd){
	padding-right:0px;	
	padding-left:0px;
}
}

@media (min-width: 1008px) AND (max-width: 1340px) {
	
.top-footer-1 {
    min-height: 460px;
}
.top-footer-2 {
    min-height: 460px;
}	
.top-footer-3 {
    min-height: 460px;
}
}

@media (max-width: 1340px) {
	.navbar-nav > li > a{
	padding: 10px 10px;
font-size: 12px;
}
}


.strong-menu-select-item {
	font-weight:bold	
}
.lg-sidebar .list-group-item{
	background-color:#009EDB;
	border:none;
}

.lg-sidebar .list-group-item.current::before{
	position:absolute;
	left:-3px;
	top:11px;
    width: 0px; 
	height: 0px; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid white;
	content:'';
}
.lg-sidebar .list-group-item a {
	color:#eee;
	text-decoration:none;
	display:block
}
.lg-sidebar .list-group-item a strong{
	font-weight:400 !important;
	font-size:14px;
}


.lg-sidebar .list-group-item a:hover{
	color:#fff;
}

.lg-sidebar .list-group-item:first-child a {
	font-weight:bold;
	font-size:22px;
	color:#ffffff;
}

.lg-sidebar .list-group-item:nth-child(even) {
    background: #0095CC;
}
input#captcha {
	width:50%;
	display:inline-block
}

.reference-box{
	margin-top:0;
}

.novostiThumb{
	background-color: #E7E7E7;
	text-align: center;
}


.galerijaThumb{
	background-color: aliceblue;
	text-align: center;
}
.galerijaThumb img{
	max-height:143px;
}
.oboji_pozadinu{
	background-color:#FFE9E9 !important;
}

.w100{
	width:100%!important;
}

.footer-form{
	margin-top:7px;
}
.padding-right {
	padding-right:9px	
}

.list-group-item:first-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.list-group-item:last-child {
    margin-bottom: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-default {
    border:none;
}

.right1{
text-align:right;
}

.flajeria{
	line-height: 15px !important;
	font-size: 13px;
	display: block;
	height: 35px;
}
.flajeri img{
margin-bottom: 30px;
}
