@import url('https://fonts.googleapis.com/css?family=Marcellus');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	vertical-align: middle;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a[href], label[for], select, input[type=checkbox], input[type=radio] {
	cursor: pointer;
}
button, input[type=button], input[type=image], input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}
 button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=image]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
 border: 0;
}
.hide {
	position: absolute !important;
	left: -9999em !important;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    font-family: 'Marcellus', serif;
	font-size: 1em;
}
strong {
	font-weight: bolder;
}
em {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
th, td {
	vertical-align: top;
}
th {
	font-weight: normal;
	text-align: left;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font-family: 'Marcellus', serif;
	color: #717171;
	background: #fff;
	-webkit-text-size-adjust: none;
	/* [disabled]min-width: 320px; */
	font-size:1.1em;
}

a {
	text-decoration: none;
	color: #303030;
}
a:hover {
	text-decoration: underline;
}


/* Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 1170px;
	margin: 0 auto;
}

.kontakt {
	width: 45%;
	float:left;
	margin-bottom: 50px;
	padding:15px;
}

.kolona{
	width:50%;
	padding:15px;
	float:left;
}

.leva_kolona{
	width:20%;
	float:left;
}

.desna_kolona{
	width:80%;
	float:left;
}

.kolone{
	width:25%;
	padding:15px;
	float:left;
	min-height:200px;
}

.kolona1 {
	width:30%;
	padding:15px;
	float:left;
	min-height:250px;
} 

.kolekcija{
	width:22%;
	float:left;
	min-height:200px;
	margin:10px;
}

.naslov_kolekcije{
	font-size:1.25em;
	display:block;
	min-height:60px;
	font-weight:bolder;
}

.naslov_kolekcije2{
	font-size:1em;
	display:block;
	min-height:30px;
	font-weight:bolder;
	text-align:center;
}

.slika_kolekcije:hover { 
-moz-box-shadow: 0 0 10px #999; 
-webkit-box-shadow: 0 0 10px #999; 
box-shadow: 0 0 10px #999; 
}

.galerija{
	width:13%;
	margin:5px;
}

.galerija:hover { 
-moz-box-shadow: 0 0 10px #999; 
-webkit-box-shadow: 0 0 10px #999; 
box-shadow: 0 0 10px #999; 
}

.galerija2{
	width:19%;
	margin:3px;
}

.galerija2:hover { 
-moz-box-shadow: 0 0 10px #999; 
-webkit-box-shadow: 0 0 10px #999; 
box-shadow: 0 0 10px #999; 
}

.back_button {
	display:block;
	background-color:#dcb66b;
 	padding:8px 5px 5px 5px;
	width: 100px;
	height: 40px;
	text-align:center;
	margin-left:15px;
}

.back_button a {
	color:#FFF;
	text-decoration:none;
	font-weight:bolder; 
}

h1 {
	color: #303030;
	font-size: 24px;
	padding-bottom: 17px;
	line-height: normal;
}


/* Formular
------------------------------------------------------------------------------*/
form {
	height: 40px;
	position: relative;
	background-color: #fff;
}

form button {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 4px;
	right: 28px;
	border: 0;
	background: #b8bcbe url(../images/ico-search.png) no-repeat;
}

form button:hover{
	opacity: 0.9;
}

form input {
	width: 90%;
	border: 1px solid #dcdcdc;;
	color: #656567;
	font-size: 16px;
	font-family: 'Marcellus', serif;	
	padding: 15px 50px 15px 10px;
	line-height: normal;
	height: 44px;
	background: #fff;
}

::-webkit-input-placeholder {
	color: #656567;
}

::-moz-placeholder {
	color: #656567;
	opacity: 1;
}


/* Header
------------------------------------------------------------------------------*/

#header .container {
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	width: 100%;
	background-color:#303030;
}
#header .right-links span {
	float: left;
	width: 20px;
	height: 20px;
	margin: 5px 12px 0 0;
	background: url(../images/ico_header.png) no-repeat;
}
#header .right-links li {
	float: left;
	color: #656567;
	font-weight: 500;
	padding-left: 37px;
	font-size: 12px;
}
#header .right-links a {
	color: #656567;
}
#logo {
	height: auto;
	margin: auto;
	height:100px;
}


/* Navigation
------------------------------------------------------------------------------*/

#menu {
	text-align: center;
	color: #737375;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid #dcdcdc;
}
#menu li {
	padding: 10px 15px 10px 15px;
	display: inline-block;
    font-family: 'Marcellus', serif;
}
#menu a {
	color:#303030;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	padding: 12px;
	margin: 0;
	/* [disabled]text-shadow: 1px 1px 1px #000; */
}
#menu a:hover {
	background-color:#303030;
	text-decoration:none;
	color: #FFF;
}


/* Slider */

#slider {
	text-align: center;
	position: relative;
	background: #000;
}
#slider .bx-pager {
	position: absolute;
	bottom: 10px;
	z-index: 99;
	left: 0;
	right: 0;
	font-size: 0;
	text-align: center;
}
#slider .bx-pager div {
	padding: 0 2px;
	display: inline-block;
}
#slider .bx-pager a.active {
	background: #fff;
}
#slider .bx-pager a {
	display: inline-block;
	width: 13px;
	text-indent: -999em;
	height: 13px;
	border: 2px solid #fff;
	border-radius: 70px;
}
#slider li {
	color: #fff;
	height: 400px;
	background: no-repeat 50% 0;
	background-size: cover;
}

#slider h2 {
	font-family: 'Marcellus', serif;
	color: #fff;
	font-size: 2.5em;
	line-height: 46px;
	font-weight: bolder;
	text-shadow: 1px 1px 1px #000;
}
#slider h3 {
	color: #fff;
    font-family: 'Marcellus', serif;
	font-size: 1.25em;
	font-weight: bolder;
	line-height: 28px;
	padding: 80px 0 0;
	text-shadow: 1px 1px 1px #000;
}

#slider .btn-more {
	width: 150px;
	display: block;
	color: #FFFFFF;
	font-family: 'Marcellus', serif;
	font-size: 18px;
	margin: 29px auto;
	text-align: center;
	line-height: 27px;
	height: 50px;
	border: 1px solid #a5b1d5;
	font-weight: bold;
	padding-top: 9px;
	background-color: #303030;
}
#slider .btn-more:hover {
	text-decoration: none;
	/* [disabled]border: 1px solid #fff; */
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: #807959;
}
/* Slider */



/* Proizvodi */

/* BUTTON HOVER EFECT*/
.box { 
	border: none;
	width:90%;
	margin:15px; 
} 
.box:hover { 
	-moz-box-shadow: 0 0 10px #999; 
	-webkit-box-shadow: 0 0 10px #999; 
	box-shadow: 0 0 10px #999; 
}
/* BUTTON HOVER EFECT*/


.products {
	padding-bottom: 1px;
	overflow: hidden;
}
.products {
	padding-bottom: 1px;
	overflow: hidden;
}
.products h4 {
	color: #939597;
               font-family: 'Marcellus', serif;
	font-size: 24px;
	padding: 0 0 22px;
}
.products .btn-add {
	height: 40px;
	background-color: #303030;
	display: block;
	color: #FFFFFF;
	font-family: 'Marcellus', serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 40px;
	margin: 15px 32px;
	text-align: center;
}
.products .btn-add:hover {
	background: #A8925E;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.products h3 {
	color: #656567;
               font-family: 'Marcellus', serif;
	font-size: 15px;
	font-weight: 600;
	margin: 22px 0 0;
}
.products article {
	width: 100%;
	padding: 15px 0 0;
	height: 350px;
	/* [disabled]border: 1px solid #d3d3d3; */
	background-color: #fff;
	text-align: center;
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
}
.last-products {
	/* [disabled]border: 1px solid #d3d3d3; */
	margin: 12px 0 10px;
	position: relative;
}
.last-products .products article {
	border-top: 0;
	border-bottom: 0;
	height: 350px;
}
.last-products .bx-next:after {
	content: "";
	position: absolute;
	right: 0;
	margin: 11px 17px;
	top: 0;
	background: url(../images/ico_arrows.png) no-repeat 100% 0;
	width: 8px;
	height: 16px;
	display: block;
}
.last-products .bx-next {
	position: absolute;
	top: 16px;
	right: 17px;
	width: 101px;
	height: 40px;
	display: block;
	text-indent: -999em;
	border: 1px solid #d3d3d3;
}
.last-products .bx-prev:after {
	content: "";
	position: absolute;
	left: 0;
	margin: 11px 17px;
	top: 0;
	background: url(../images/ico_arrows.png) no-repeat;
	width: 8px;
	height: 16px;
	display: block;
}
.last-products .bx-prev {
	position: absolute;
	top: 16px;
	right: 134px;
	width: 101px;
	height: 40px;
	display: block;
	text-indent: -999em;
	border: 1px solid #d3d3d3;
}
.last-products .bx-prev:hover, .last-products .bx-next:hover {
	background: #d3d3d3;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.last-products h2 {
	color: #939597;
	/* [disabled]border-bottom: 1px solid #d3d3d3; */
	font-size: 24px;
	font-family: 'Marcellus', serif;
	font-weight: 200;
	padding: 21px 30px;
	/* [disabled]border: 1px solid #d3d3d3; */
}

.product {
	overflow: hidden;
}
.product .image {
	float: left;
	overflow: hidden;
	width: 570px;
	height: 570px;
	margin: 13px 130px 0 0;
	border: 1px solid #d3d3d3;
	background-color: #fff;
}
.product .image img {
	width: 100%;
}
.product .details {
	overflow: hidden;
	padding-bottom: 12px;
}
.product h1 {
	color: #656567;
    font-family: 'Marcellus', serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	padding: 5px 0;
}
.product p {
	line-height: 27px;
	font-size: 16px;
}
.entry .nav {
	border-right: 1px solid #cecece;
	overflow: hidden;
	margin: 13px 0 0 0;
}
.entry .nav ul {
	margin: 0 -1px 0 0;
	overflow: hidden;
}
.entry .nav li:first-child {
	border-left: 1px solid #cecece;
}
.entry .nav li:last-child {
	border-right: 0;
	padding-right: 20px;
	margin-right: -20px;
}
.entry .nav li:last-child a {
	border-right: 0;
	padding-right: 50px;
	margin-right: -50px;
}
.entry .nav li {
	border: 1px solid #cecece;
	float: left;
	border-left: 0;
	background: #f2f2f2;
	width: 33.3%;
	padding: 0;
}
.entry .nav a {
	display: block;
	line-height: 38px;
	text-align: center;
	padding: 0 20px;
	height: 38px;
	text-decoration: none;
	color: #656567;
               font-family: 'Marcellus', serif;
	font-size: 12px;
	font-weight: 500;
}
.entry .nav .active {
	position: relative;
	z-index: 99;
	background: #fff;
	border-bottom-color: #fff;
}
.entry .tab-content p {
	padding-bottom: 11px;
}
.entry .tab-content {
	display: none;
	padding: 13px 29px 0;
	margin-bottom: 39px;
	margin-top: -1px;
	border: 1px solid #cdcdcd;
}
.entry .tab-content.active {
	display: block;
}
.details .actions {
	border: 1px solid #cecece;
	padding: 12px;
	margin: 18px 0;
	overflow: hidden;
}
.details .actions .crf-s {
	float: left;
	width: 85px;
}
.details .actions a {
	float: right;
	padding: 0 44px;
	line-height: 40px;
	height: 40px;
}
.details .actions label {
	float: left;
	text-transform: uppercase;
	line-height: 38px;
	padding: 0 11px 0 5px;
	color: #656567;
               font-family: 'Marcellus', serif;
	font-size: 12px;
	font-weight: 500;
}
.product h4 {
	color: #939597;
               font-family: 'Marcellus', serif;
	font-size: 36px;
	font-weight: 200;
	line-height: 40px;
	padding-bottom: 30px;
}



/* Footer
------------------------------------------------------------------------------*/

#footer {
	clear: both;
	background: #303030;
	padding: 27px 0 0;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}
#footer h3 {
	color: #fff;
               font-family: 'Marcellus', serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 10px;
}
#footer li:before {
	content: "- ";
}

#footer .col {
	float: left;
	width: 31.5%;
	padding-bottom: 37px;
	padding-top: 20px;
	padding-left: 20px;
}
#footer a {
	color: #A8925E;
	font-weight: bold;
}
#footer .copy {
	color: #FFFFFF;
	font-size: 14px;
	padding: 28px 0;
	clear: both;
	border-top: 1px solid #D3D3D3;
	text-align: center;
}




/* Media
------------------------------------------------------------------------------*/ 

@media screen and (max-width: 1220px) {
.container {
	width: auto;
	padding: 0 10px;
}
#menu li {
	padding: 19px 10px 21px;
}
#footer .col {
	width: 49% !important;
	float: none;
	vertical-align: top;
	display: inline-block;
}
.cart-table .items p {
	overflow: hidden;
}
.product .image {
	width: 40%;
	margin-right: 30px;
	height: auto;
}
.products article {
	float: none;
	display: inline-block;
	width: 98%;
}
.products {
	padding-left: 1px;
}
.products-wrap #content {
	font-size: 0;
	text-align: center;
}
#header .right-links li {
	float: none;
	display: inline-block;
}
#header .right-links {
	float: none;
	text-align: center;
}
#header .container {
	height: auto;
}
#logo {
	float: left;
	margin: auto;
	display: block;
	width:360px;
	height:auto;
	text-align:left;
}
.last-products .bx-viewport {
	width: 701px !important;
	margin: auto;
}


}
 @media screen and (max-width: 768px) {
#sidebar .ui-slider {
	margin-right: 20px;
}
#sidebar {
	float: none;
	overflow: hidden;
	width: auto;
	padding: 0 20px 10px;
	margin: -25px -20px 30px;
}
#sidebar .widget {
	float: left;
	width: 25%;
	border-bottom: 0;
}
.products-wrap {
	overflow: visible;
}
#body {
	padding-top: 25px;
}
.kolone{
	width:100%;
	padding:10px 0px;;
}
}


@media screen and (max-width: 760px) {
.kolona{
	width:100%;
}
.last-products .bx-viewport {
	width: 466px !important;
}
.quick-links {
	margin: 0;
}
#header .right-links span {
	float: none;
	display: inline-block;
	margin: -5px 8px;
}
#slider .btn-more {
	margin: 10px auto;
}

.quick-links article {
	max-width: 100%;
	margin: 0;
	height: auto;
	padding: 10px 0;
}
#slider li {
	height: 350px;
}
.quick-links .text {
	margin: 0 10px;
	width: auto !important;
	display: block;
}
.last-products h2 {
	padding: 3px 10px 58px;
	font-size: 14px;
	text-align: center;
}
.last-products .bx-prev {
	top: 40px;
}
.last-products .bx-next {
	right: 10px;
	top: 40px;
}
#sidebar .widget {
	float: left;
	padding: 10px 0;
	margin: 0;
	width: 50%;
}
.entry .nav li,  .entry .nav ul {
	width: auto;
	float: none;
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	border-right: 0 !important
}
.entry .nav a {
	padding: 10px 10px 13px !important;
	height: auto;
	line-height: normal;
	margin: 0 !important;
	border-right: 0 !important
}
.entry .nav li {
	border-left: 1px solid #cecece;
	border-bottom: 0;
}
.details .actions a {
	float: none;
	width: 100%;
	margin: 10px 0 0;
	text-align: center;
}

#menu .trigger {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	background: url(../images/btn_mobile_menu.png) no-repeat 50% 50%;
	border: 1px solid #FFF;
	/* [disabled]border-radius: 3px; */
	color: #FFF;
	font-size: 1.5em;
	padding: 5px;
	background-size: cover;
}
#menu ul {
	top: 80px;
	left: 0;
	right: 0;
	display: none;
	z-index: 999;
	background: #fff;
	position: absolute;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
#menu ul.active {
	display: block;
}
#menu li {
	padding: 5px 20px;
	display: block;
	overflow: hidden;
	text-align: center;
}
#menu .container {
	position: static;
}
#header .container {
	height: auto;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left:5px;
	padding-right: 0px;
}
#header .container:after {
	content: "";
	display: block;
	clear: both;
}
#header .right-links {
	clear: both;
	float: none;
}
#header .right-links li {
	padding: 0 10px;
}
.entry ol {
	margin-left: 0;
}
.entry h2,  h1 {
	font-size: 20px;
	line-height: normal;
}
.entry {
	font-size: 16px;
	line-height: 28px;
}
.entry li {
	font-size: 14px;
}
#body {
	padding: 20px 0;
}
.kontakt {
	width: 100%;
}
}

@media screen and (max-width: 600px) {
#header .right-links li {
	padding: 0;
}
}

@media screen and (max-width: 520px) {
.last-products .bx-viewport {
	width: 229px !important;
}
.last-products .products article {
	border: 0;
}
}
 @media screen and (max-width: 480px) {

.leva_kolona{
	width:100%;
}

.desna_kolona{
	width:100%;
}


.kolona1 {
	width:93%;
} 

.kolekcija{
	width:93%;
}

.galerija{
	width:100%;
	margin:5px 0px 5px 0px;
}	 

.galerija2{
	width:100%;
	margin:5px 0px 5px 0px;
}	 
	 
#sidebar {
	padding-bottom: 40px;
}
#sidebar .widget {
	width: 100%;
}
.last-products .bx-prev {
	right: auto;
	left: 10px;
}
#logo {
	margin: auto;
	display: block;
	width:98%;
	height:auto;
}
}
 @media screen and (max-width: 479px) {
#footer .col {
	width: 100% !important;
}
}

@media screen and (max-width: 320px) {
.last-products .bx-prev {
	right: auto;
	left: 10px;
}
}
 @media screen and (min-width: 460px) and (max-width: 768px) {
#footer .col:nth-child(1) {
	width: 49% !important;
	padding-right: 15px;
}
#footer .col:nth-child(2) {
	width: 49% !important;
}
}
