@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext);

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #313131;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    cursor: pointer;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

p {
    margin-bottom: 23px;
    line-height: 190%;
}


/*end normalize*/


/*GRID*/
.group:after {
	content: "";
	display: table;
	clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        float: left;
    }
    .col-12 {
        width: 100%;
    }
    .col-11 {
        width: 91.66666667%;
    }
    .col-10 {
        width: 83.33333333%;
    }
    .col-9 {
        width: 75%;
    }
    .col-8 {
        width: 66.66666667%;
    }
    .col-7 {
        width: 58.33333333%;
    }
    .col-6 {
        width: 50%;
    }
    .col-5 {
        width: 41.66666667%;
    }
    .col-4 {
        width: 33.33333333%;
    }
    .col-3 {
        width: 25%;
    }
    .col-2 {
        width: 16.66666667%;
    }
    .col-1 {
        width: 8.33333333%;
    }
}


/*ALERTS*/

.success {
    background: #8cc63f;
    color: #fff;
    border: none;
    margin: 0px 0 10px;
    padding: 10px;
    text-align: center;
}

.error {
    background: url("../images/error.gif") no-repeat scroll 10px center #FFD0D0;
    border: 1px solid #FF2222;
    color: #ed1c24;
    margin: 0px 0 10px;
    font-size: 13px !important;
    line-height: 18px !important;
    padding: 10px;
    text-align: center;
}

.no_entry {
    padding: 50px 15px;
    width: 100%;
    text-align: center;
}

.txt_error {
    border: 1px solid red !important;
}

.clearfix {
    background: transparent none repeat scroll 0%;
    border: medium none;
    clear: both;
    font-size: 0px;
    height: 0.1px;
    margin-top: -1px;
    padding: 0pt;
    visibility: hidden;
    overflow: hidden;
}

.clear {
    clear: both;
}

.hidden {
    display: none !important;
}


/*DEFAULT*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 23px;
    font-weight: normal;
    line-height: 170%;
}

h2 {
    font-size: 18px;
}

.recepie-col img,
.opg-col img,
.product-box img {
    width: 100%;
}


/*BUTTONS*/

.readmore {
    font-size: 12px;
    text-transform: uppercase;
    color: #3E3531;
}


/* --- HEADER --- */

.header {
    width: 100%;
}


/*NAVBAR*/

.navbar {
    position: relative;
    width: 100%;
    float: left;
    background: #A6927A;
}

.slides-bg {
    background-position: bottom;
    background: url(../images/header-bg-bottom.png) repeat-x;
    height: 312px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 100;
}

.logo a img {
    vertical-align: top;
    width: auto;
    height: 46px;
}

/*HOMEPAGE*/

.akcije {
    padding-top: 15px;
}

.akcija-box h2 a {
    color: #D02E3D;
}

.news {
    padding: 45px 0;
}

.news h4 a {
    font-size: 15px;
    color: #1F2839;
    text-transform: uppercase;
    padding-left: 15px;
}

.news h3 a {
    font-size: 17px;
    color: #1F2839;
}

.products {
    margin: 0 0 30px;
}

.news-box,
.akcija-box,
.product-box {
    background: #fff;
    padding: 15px;
}

.news-box img,
.akcija-box img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.news-box img:hover {
    opacity: 0.7;
}


/*FOOTER*/
.footer-wrapper {
    clear: both;
    background: #3E3531;
}

.footer {
    border-top: 1px solid #336466;
    padding: 15px 0;
}

.footer_top {
	padding: 15px 0;
}

.footer_nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_nav__item {
	float: left;
	margin-right: 1em;
}

.footer_nav__item:last-child {
	margin-right: 0;
}

.footer_nav__link {
	display: block;
	line-height: 19px;
	color: #fff;
    transition: opacity 0.12s ease;
}

.footer_nav__link:hover,
.footer_nav__link:focus {
    outline: none;
    opacity: 0.85;
}

.footer_nav__link img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.footer_nav__link span {
	display: inline-block;
	vertical-align: middle;
}

.kartice {
	margin: 30px 0 0;
}

.kartice a {
    display: inline-block;
}

.kartice img {
    display: block;
}

@media only screen and (min-width: 768px) {
	.kartice {
		float: right;
		margin: 0 0 15px;
	}
}

.kartice img {
	display: block;
}

.bottom-links {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
}

@media screen and (min-width: 768px) {

    .bottom-links {
        clear: none;
        float: right;
        margin: 0;
    }
}

.bottom-links li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.bottom-links .last {
    padding-right: 0;
}

.bottom-links a {
    color: #559094;
    transition: opacity 0.12s ease;
}

.bottom-links a:hover {
    opacity: 0.85;
}

.copy {
    display: block;
    text-align: center;
    color: #ffffff;
}

@media screen and (min-width: 768px) {

    .copy {
        text-align: left;
        float: left;
    }
}

/*NOVOSTI*/

.news {}


/*RECEPTI*/

.recepie-col,
.opg-col {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.left h2,
.recepie-col p {
    margin-bottom: 15px;
}

.left h2 a {
    color: #897660;
    font-weight: 600;
}


/*OPG GOSPODARSTVA*/


/*LANGUAGE*/

.lang {
    display: inline-block;
    float: left;
}

.lang li {
    list-style: none;
    float: left;
    width: 100%;
}

ul.lang li ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    background-color: #F9F9F9;
    width: 220px;
    float: left;
    z-index: 200;
}

ul.lang:hover li ul {
    display: block;
}

.lang li a {
    display: block;
    font-size: 12px;
    padding: 12px 30px 12px 15px;
    color: #999999;
}

.lang li ul li a:hover {
    background: #fff;
    color: #2e2b29;
}

.slc {
    background: url(../images/arr-down.png) no-repeat center right;
    padding-right: 30px;
}


/*WEBSHOP*/

.price-holder {
    position: relative;
    float: left;
}

.add-to-cart {
    background: #A6927A;
    padding: 14px 12px;
    float: left;
}

.add-to-cart:hover {
    background: #8cc63f;
}

.added-to-cart {
    background: #3E3531;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 13px;
    display: block;
    position: absolute;
    height: 46px;
    width: 125px;
}

.add {
    /*background: url(../images/add-cart.png) no-repeat;
	background-position: left;
	padding-left: 30px;*/
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}

.akcija {
    color: #fff;
    font-weight: 800;
}

.iznosi {
    display: inline-block;
    background: #E45B4B;
    padding: 5px;
    text-align: center;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.iznos.prekrizeno {
    text-decoration: line-through;
    color: #3B3B3B;
    float: left;
    width: 100%;
    font-size: 11px;
}

.banner {
    width: 100%;
}


/*MENU*/

.menu-toggle {
    position: absolute;
    right: 14px;
    top: 7px;
    z-index: 500;
}

.menu-toggle img {
    display: block;
}

@media screen and (min-width: 1220px) {

    .menu-toggle {
        display: none;
    }
}

.menu ul li a.home-icon {
    padding: 9px 35px;
}

.menu ul li a.home-icon:hover {
    background: none;
}

.menu ul {
    display: none;
    position: relative;
    width: 100%;
    z-index: 100;
    float: left;
    background: #fff;
}

.menu ul ul {
    width: 100%;
    float: left;
    width: 100%;
    position: static;
    padding: 0px;
    display: block;
    top: 0;
    background: #eee;
}

.menu ul li {
    width: 100%;
    position: relative;
    float: left;
    list-style: none;
}

.menu ul li a {
    display: block;
    padding: 14px 35px;
    color: #3E3531;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.menu ul li a:hover {
    background: #3E3531;
    color: #fff;
}

.menu ul.sub li ul {
    display: none !important;
}

.menu ul.sub li:hover ul {
    display: block !important;
    position: absolute;
    left: 100%;
    top: -21px;
}

.menu ul li.pslc a {
    background: #3E3531;
    color: #fff;
}

@media (min-width: 1200px) {
    .menu ul {
        display: block;
        position: relative;
        background: none;
        width: auto;
    }
    .menu ul li {
        float: left;
        text-align: center;
        border-bottom: none;
        border-right: 1px solid #98836C;
        width: auto;
    }
    .menu ul ul {
        width: 100%;
        top: 0;
        float: left;
    }
    .menu ul ul {
        float: left;
        width: 200px;
        position: absolute;
        padding: 0px;
        display: none;
    }
}

.login {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    color: #9a9a9a;
}

@media screen and (min-width: 960px) {
    .login {
        width: auto;
        top: 0px;
        right: 0;
        z-index: 20;
        float: right;
    }
}

.login-link {
    float: right;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+41,ededed+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 41%, rgba(237, 237, 237, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 41%, rgba(237, 237, 237, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 41%, rgba(237, 237, 237, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
    /* IE6-9 */
    text-transform: uppercase;
    font-size: 12px;
}

.login-link:hover {
    background: #ededed;
}

@media screen and (min-width: 960px) {
    .login .novi,
    .login .register {
        float: left;
        margin-top: 10px;
        margin-left: 20px;
        line-height: 21px;
    }
    .login .register {
        margin-left: 10px;
    }
}

.login-link {
    padding: 12px 15px;
    color: #999999;
}

.btn {
    display: block;
    padding: 12px 15px;
    color: #999999;
}

.btn:hover {
    background: #E45B4B;
    /*background: #BED836;*/
    color: #fff;
}

.btn:hover .ukupno {
    color: #fff;
}

.kosarica {
    width: 25%;
    max-width: 300px;
    position: relative;
    float: right;
    font-size: 12px;
}

.kosarica a.kosarica-ic {
    background: url(../images/cart.png) no-repeat;
    width: 58px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 2px;
}

.kosarica-ic span {
    text-align: center;
    float: right;
    margin-right: 5px;
    margin-top: 2px;
    color: #2e2b29;
    background: #ccc;
    border-radius: 100%;
    padding: 5px 10px;
}

.z-act {
    background: url(../images/star.png) no-repeat;
    background-position: left;
    width: 16px;
    height: 14px;
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}

.zz {
    background: url(../images/star-h.png) no-repeat;
    background-position: left;
    width: 16px;
    float: left;
    height: 14px;
    margin-top: 3px;
    margin-right: 3px;
}

.zz:hover {
    background: url(../images/star.png) no-repeat;
    background-position: left;
}

.z-act-sivo,
.z-act-sivo.z-act {
    background: url(../images/star-h.png) no-repeat!important;
    background-position: left;
}

.z-act-sivo.z-act-hover,
.z-act-sivo.z-act-hover:hover {
    background: url(../images/star.png) no-repeat!important;
    background-position: left;
}

.zvjezdice {
    float: left;
    width: 100%;
    padding: 5px 0px;
}

.slider li {
    position: relative;
    padding: 15px 0 0;
}

.slider .flex-direction-nav {
    display: none;
}

.slider .flex-control-nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.slider .flex-control-nav li a {
    height: 12px;
    width: 12px;
    margin-right: 5px;
    display: block;
    float: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-indent: -9999px;
    background: #7f7f7f;
    cursor: pointer;
}

.slider .flex-control-nav li a.flex-active {
    background: #8dc63f;
}

.slider li .valign {
    font-weight: 300;
    line-height: 1.5;
    color: #818181;
    position: absolute;
    padding: 15px;
}

.slider li .valign span {
    font-style: italic;
    display: block;
    text-align: right;
}

.slider li img {
    width: 100%;
    height: auto;
}

.content-wrapper {
    background: #F1EEE3;
    width: 100%;
    position: relative;
    float: left;
}

.left,
.right {
    margin-bottom: 10px;
}

.left {
    width: 100%;
    float: left;
}

.tekst p {
    color: #aaaaaa;
    line-height: 26px;
    margin-bottom: 10px;
}

.zel {
    color: #87bc3e;
}

.tekst a.featured_img img {
    margin: 5px 0;
    width: 100%;
    height: auto;
}

.tekst ul {
    color: #484848;
    margin-bottom: 10px;
    list-style: disc outside;
    margin-left: 15px;
}

.banner {
    float: left;
    width: 100%;
}

.banner img {
    width: 100%;
}

.flexslider {
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    border: none;
}

.tekst .flexslider {
    background: none;
}

.galerija-b {
    display: none;
}

.kontakt-forma {
    width: 60%;
}

.kontakt-forma input,
.kontakt-forma textarea {
    width: 100%;
    border: 1px dashed #2c221b;
    color: #aaaaaa;
    margin-bottom: 15px;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}

.kontakt-forma textarea {
    height: 150px;
    padding-top: 10px;
}

.kontakt-forma label {
    line-height: 2;
}

.send {
    background: #A6927A !important;
    text-transform: uppercase;
}

.send:hover {
    border-color: #A6927A;
    color: #A6927A;
    background: #fff !important;
}

.text1-slika {
    width: 100%;
    padding-top: 20px;
}

.kontakt-forma input.button {
    background: #ACC61F;
    border: none;
    cursor: pointer;
    color: #ffffff;
}

.right #slider ul {
    overflow: hidden;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
}

.tekst .right ul {
    padding: 0px;
    margin: 0px;
}

.right ul li.last {
    border: none;
}

#carousel.flexslider .flex-direction-nav a {
    top: 27px;
}

.flex-direction-nav a {
    width: 50px;
    font-size: 20px;
    height: 60px;
}

.right ul li span {
    float: right;
    font-weight: 300;
    font-size: 11px;
    margin-top: 3px;
}

.kontakt-forma .pregrada {
    margin-top: 10px;
}

.site-map {
    background: #8A8D72;
    float: left;
    width: 100%;
    color: #fff;
    padding: 20px 0px;
}

.sep.last {
    padding-right: 0px;
}

.site-map h3 {
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    background: #6b6d56;
    text-align: center;
    border-bottom: 1px solid #6b6d56;
}

.site-map ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #6b6d56;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

.site-map ul li.last a {
    border-bottom: none;
}

.site-map ul li a:hover {
    color: #4a4c37;
}

.site-map ul li {
    width: 100%;
    float: left;
}

.sep {
    float: left;
    width: 100%;
    padding-right: 0px;
}

.tekst ul {
    float: left;
    width: 100%;
    font-size: 16px;
}

.tekst ol {
    float: left;
    width: 100%;
    list-style-position: inside;
    font-size: 16px;
    padding: 10px 0px;
    line-height: 32px;
}

.pregrada {
    position: relative;
}

.pregrada img {
    position: absolute;
    top: 10px;
    right: 10px;
}

.box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.box img {
    height: auto;
    float: left;
}

.box h3 {
    font-size: 16px;
    padding: 8px 0;
    float: left;
    width: 60%;
    margin-bottom: 10px;
}

.box p {
    color: #aaaaaa;
    font-size: 16px;
    line-height: 1.6;
}

.none {
    display: block;
    overflow: hidden;
    text-indent: -200px;
    float: right;
    width: 10px;
    height: 10px;
    float: right;
}

.kontakt-b {
    background: url(../images/bg-kontakt-b.jpg) no-repeat;
    background-position: bottom;
}

.smjestaj-b {
    background: url(../images/bg-smjestaj-b.jpg) no-repeat;
    background-position: bottom;
}

.usluge-b {
    background: url(../images/bg-usluge-b.jpg) no-repeat;
    background-position: bottom;
}

.lokacija-b {
    background: url(../images/bg-lokacija-b.jpg) no-repeat;
    background-position: bottom;
    padding-top: 40px;
}

.kontakt-slider {
    text-align: right;
}

.flex-control-nav {
    display: block;
    z-index: 200;
    position: absolute;
    right: 10px;
    bottom: 20px;
    height: 5px;
    width: auto;
}

.slider .flex-control-nav li {
    height: 10px;
}

.slider li {
    color: #cbcbcb;
    font-size: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 300;
    background-position: bottom right;
}

.slides-txt {
    padding: 10px;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 30px;
}

.slides-txt h1 {
    color: #5e390f;
    font-weight: normal;
}

.ic {
    padding-right: 10px;
    padding-top: 5px;
    line-height: 16px;
    float: left;
    font-size: 16px;
    padding-bottom: 10px;
}

.ic strong {
    padding-bottom: 10px;
    float: left;
}

.ic img {
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}

.ic span {
    float: left;
    margin-top: 5px;
}

.kontakt-b {
    padding: 20px 0px;
}

.lokacija-b .right {
    display: none;
}

.lokacija-b .left iframe {
    height: 421px;
    width: 100%;
}

.usluge-b h1 {
    padding-top: 40px;
    padding-bottom: 0px;
    background: none;
    color: #8a5788;
    margin-bottom: 25px;
}

.usluge-b {
    font-size: 14px;
    padding-bottom: 20px;
}

.usluge-b p {
    padding-bottom: 15px;
}

.usluge-b ul li {
    line-height: 21px;
}

.usluge-b ul {
    padding-bottom: 20px;
    padding-left: 20px;
}

.icon {
    background: #e3e0cf;
    width: 100%;
    float: left;
    padding: 10px;
    line-height: 21px;
    border-radius: 5px 5px 5px;
    margin-bottom: 10px;
}

.icon.slc {
    background: #C3A9BE;
    color: #fff;
}

.icon.slc a {
    color: #fff;
}

.icon a:hover {
    color: #000;
}

.icon img {
    height: 20px;
    padding-right: 10px;
}

.ic-slika {
    float: left;
    width: 45px;
    text-align: center;
}

.icon .naslov {
    padding-top: 6px;
    float: left;
}

.icon {
    position: relative;
}

.icon a {
    width: 100%;
    position: absolute;
    height: 40px;
    cursor: pointer;
    left: 0px;
    top: 0px;
}

.galerije li {
    float: left;
    width: 100%;
}

.galerije li img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.galerije li a.list1 {
    float: left;
    margin-right: 10px;
}

.galerije li a.list2 {
    float: right;
    margin-left: 10px;
}

.galerije a {
    float: none;
}

.galerije li h3 a {
    font-size: 20px;
    height: 80px;
    float: none;
    width: 40%;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
    color: #814284;
}

.galerija-r .galerije li h3 a {
    font-size: 18px;
    height: 45px;
}

.galerija-r .galerije li.slc h3 a {
    color: #814284;
}

.galerija-r .galerije li h3 a {
    color: #545454;
}

.galerija-r .galerije li img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.right.galerija-r ul li {
    padding: 5px 0px;
}

.galerije li h3 a:hover {
    color: #a374a5;
}

.sitemap {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.sitemap img {
    margin-right: 10px;
}

.sitemap a {
    color: #7c70af;
    font-weight: normal;
}

.slika1 {
    float: left;
    margin-right: 5%;
    position: relative;
    width: 47.5%;
    margin-bottom: 15px;
}

.slika1 img {
    width: 100%;
    /*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

.slika1.l-mb {
    margin-right: 0px;
}

.slika-txt {
    width: 100%;
    padding-top: 20px;
    float: left;
    color: #484848;
    background: url(../images/tip-apartmana.png) repeat;
}

a:hover span.slika-txt {
    color: #000;
}

.cont-h {
    margin: 0px auto;
    width: 324px;
}

.home-cont {
    background: url(../images/ulazna.png) repeat;
    width: 324px;
    padding: 30px;
    float: left;
    display: block;
    height: 480px;
}

.slika1 a {
    color: #444444;
    font-weight: normal;
    line-height: 24px;
    font-size: 17px;
}

.slika1 {
    float: left;
    width: 100%;
}

.slika1 img {
    float: left;
}

.slika-txt {
    float: left;
}

.home-cont img {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 20px;
}

.dokumenti li a {
    background: url(../images/document.png) no-repeat;
    background-position: left;
    padding: 5px 5px 5px 30px;
}

.dokumenti li {
    padding: 0px 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    width: 100%;
    box-shadow: 1px 1px 10px #ccc;
    float: left;
}

.tekst ul.dokumenti {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.logo span {
    color: #fff;
    text-align: center;
    float: left;
    font-size: 13px;
    width: auto;
}

.logo a {
    display: block;
    text-align: center;
}

.pretrazi {
    margin-top: 10px;
    float: right;
    width: auto;
    padding: 5px;
    border: 1px solid #e7e0d8;
}

@media screen and (min-width: 960px) {
    .pretrazi {
        margin-top: 5px;
    }
    .pretrazi input.posalji {
        cursor: pointer;
        padding: 0px;
    }
}

.pretrazi input {
    background: none;
    border: none;
    transition: all 0.3s ease 0s;
}

.pretrazi input.trazi {
    width: 80%;
    color: #909090;
    float: left;
    font-size: 13px;
    padding: 5px;
    border: none;
}

.pretrazi input:focus {
    border: none;
    outline: none;
    background: #fff;
}

.pretrazi input.posalji {
    background: url(../images/search.png) no-repeat;
    background-position: bottom;
    width: 20%;
    height: 25px;
    text-indent: -999px;
    overflow: hidden;
}

.left h1 {
    margin-top: 25px;
    margin-bottom: 0;
    color: #A6927A;
    font-size: 32px;
    text-transform: uppercase;
}

.box-slika {
    float: left;
    position: relative;
    width: 40%;
}

.banner-r {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.last {
    margin-right: 0px!important;
}

.banner-r img {
    float: left;
    width: 100%;
}

.box img {
    width: 100%;
}

.box img.akcija-png {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 88px;
}

.box {
    float: left;
    background: #ffffff;
    padding: 10px;
    position: relative;
}


/*--------sadrzaj------------*/

.sadrzaj ul {
    list-style: disc !important;
    /*	margin-left: 20px;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

.sadrzaj ul li {
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sadrzaj p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.sadrzaj h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 10px;
}


/*------google mapa----------*/

.google_mapa {
    width: 100%;
    margin-bottom: 20px;
}


/*----------galerija-------*/

.gallery_img1 {
    margin-right: 7px;
    margin-bottom: 7px;
}

.galerija_margin {
    margin-bottom: 20px;
}


/*-----------you_tube-------*/

.you_tube {
    width: 100%;
    margin-bottom: 20px;
}

.sadrzaj {
    float: left;
    min-height: 412px;
    padding: 15px;
    position: relative;
    margin-top: 20px;
}

.sadrzaj_kosarica {
    background: none repeat scroll 0 0 #110b07;
    float: left;
    min-height: 315px;
    padding: 15px;
    position: relative;
    margin-top: 20px;
    width: 100% !important;
}

.tab_page {
    width: 100%;
    margin-right: 10px;
    border-right: 1px solid #2c221b;
    padding-right: 15px;
    float: left;
    min-height: 630px;
}

.tab_page1 {
    width: 100%;
    margin-right: 10px;
    border-right: 1px solid #2c221b;
    padding-right: 15px;
    float: left;
    min-height: 360px;
}

.tab_page2 {
    width: 100%;
    margin-right: 10px;
    float: left;
    min-height: 630px;
}


/*-----------novosti---------*/

.novosti {
    width: 100%;
    float: left;
    padding: 10px;
    position: relative;
    background: #fff;
}

.novosti-box {
    margin-bottom: 20px;
}

.novosti-slika {
    float: left;
    width: 40%;
    position: relative;
}

.regija-slika img {
    width: 100%;
}

.regija-slika {
    float: right;
    width: 40%;
    /*	height: auto;*/
    position: relative;
}

.novosti-slika img {
    width: 100%;
}

.novosti-txt {
    padding-left: 4%;
    width: 56%;
    float: left;
}


/*----------prijava registracija--------------*/
input:focus,
textarea:focus,
select:focus {
	outline: none;
}

.prijava select {
	max-width: 480px;
	color: #1a1a1a;
	background: #fff;
}

.prijava input,
.prijava textarea {
	box-sizing: border-box;
	display: block;
    width: 100%;
    max-width: 480px;
    padding: 8px 0 8px 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #1a1a1a;
}

.prijava .btn {
	padding: 10px;
	text-align: center;
	transition: all 0.12s ease-in-out;
}

.prijava .btn:hover {
	background: #fff;
	color: #1a1a1a;
}

.prijava textarea {
	resize: none;
    min-height: 150px;
}

.prijava label {
	display: block;
    font-size: 14px;
    line-height: 2;
    color: #aaaaaa;
}

.submit_btn {
    text-align: right;
    width: 100%;
}


/*----------kosarica inputi-----------*/

.kosarica_forma {
    width: 46%;
    float: left;
    margin-right: 10px;
}

.kosarica_forma input,
.kosarica_forma textarea {
	box-sizing: border-box;
	display: block;
    width: 100%;
    max-width: 480px;
    padding: 8px 0 8px 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.full_input.radio_select {
    height: auto;
    cursor: pointer;
}

.kosarica_forma select,
.prijava select {
    border: 1px solid #ccc;
    width: 100%;
    color: #aaaaaa;
    font-size: 14px;
    height: 35px;
}

.prijava select {
    margin-bottom: 15px;
}

.prijava input.btn.send_prijava,
.kontakt-forma input.btn {
    width: 150px;
    margin: 20px 0 0;
}

.kosarica_forma textarea {
    height: 150px;
    padding-top: 10px;
}

.kosarica_forma label {
    font-weight: 400;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 2;
    float: none;
}


/*----------kosarica inputi--full width---------*/

.kosarica_forma_full_width {
    display: table;
    width: 100%;
    padding-right: 10px;
}

.kosarica_forma_full_width input,
.kosarica_forma_full_width textarea {
    box-sizing: border-box;
	display: block;
    width: 100%;
    max-width: 480px;
    padding: 8px 0 8px 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.kosarica_forma_full_width input[type=radio] {
	width: auto;
	display: inline-block;
}

.radio_select {
    cursor: pointer;
}

.kosarica_forma_full_width textarea {
    height: 150px;
    padding-top: 10px;
}

.kosarica_forma_full_width label {
    font-weight: 400;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 2;
    float: none;
}

.radio_select {
    height: 14px;
    line-height: 14px;
    margin-bottom: 5px;
    margin-top: 13px;
    width: 30px !important;
}

.small_height {
    height: 13px !important;
    width: 30px !important;
}

.tab_page1 p {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px;
}

.tab_page1 h3 {
    margin-bottom: 15px !important;
    text-transform: uppercase;
    margin-top: 15px;
}

.tab_page h3 {
    margin-bottom: 15px !important;
    text-transform: uppercase;
    margin-top: 15px;
}

.tab_page2 h3 {
    margin-bottom: 15px !important;
    text-transform: uppercase;
    margin-top: 15px;
}

.margin-top {
    margin-top: 30px;
}


/*-------------------------kosarica--------------------------------*/

.indicator_list {
    display: table;
    width: 100%;
    border: 1px solid #2c221b;
    background-color: #2c221b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.indicator_list li {
    display: table-cell;
    position: relative;
    text-align: left;
    font-size: 16px;
    padding: 0.5em;
    text-align: center;
    color: #8dc63f;
    line-height: 24px;
    vertical-align: middle;
}

.indicator_list li.list_active {
    font-weight: bold;
    color: #aaaaaa;
}

.redak {
    overflow: hidden;
    border-bottom: 1px solid #A6927A;
    padding: 0.5em 0;
    line-height: 1.2em;
    font-size: 0.9em;
    color: #605D5C;
    text-transform: uppercase;
}

.redak:hover {
    background-color: #fff;
}

.redak.title {
    font-weight: bold;
}

.ime_artikla,
.kos_kolicina,
.kos_cijena,
.brisi,
.half_cell,
.half_cell_2 {
    float: left;
    margin-right: -100%;
    padding: 0 1.5em 0 0;
    /*line-height: 1.2em;*/
    font-size: 12px;
}

.ime_artikla {
    margin-left: 1%;
    width: 38%;
    padding-top: 8px;
    color: #605D5C;
    font-weight: 600;
    text-transform: uppercase;
}

.ime_artikla a {
	color: #605D5C;
}

.kos_kolicina {
	vertical-align: middle;
    width: 44%;
    margin-left: 25%;
	font-size: 0;
    text-align: center;
    overflow: hidden;
}

.kos_cijena {
    width: 25%;
    margin-left: 65%;
    text-align: center;
    padding-top: 8px;
}

.brisi {
    text-align: left;
    margin-left: 90%;
    width: 10%;
    text-align: center;
    padding-top: 4px;
}

.redak.title div {
    padding-top: 0 !important;
}

.x {
    width: 1.5em;
    display: block;
    text-align: center;
    margin: auto;
}

.x img {
    max-width: 100%;
}

.kolicina_input {
	box-sizing: border-box;
    border: 1px solid #A6927A;
    color: #aaaaaa;
    display: inline-block;
    margin: 0;
    width: 10%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.kosarica_holder_2 .kolicina_input {
    width: 20%;
}

.plus_increment,
.minus_increment {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-weight: bold;
    color: #ED1C24;
    font-size: 16px;
    line-height: 26px;
    margin: 0 1px;
    cursor: pointer;
}

.half_cell,
.half_cell_2 {
    margin-left: 1%;
    width: 50%;
}

.half_cell_2 {
    margin-left: 50%;
    text-align: right;
}

.colored {
    color: #ED1C24;
    font-size: 1.2em;
}

.kos_footer {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.next-step {
    width: 30%;
    text-align: center;
}

a.proizvod {
    color: #fff;
    background: #A6927A;
    padding: 10px;
    float: left;
    display: block;
    margin-right: 10px;
}

a.proizvod:hover {
    color: #fff;
    background: #2c221b;
    padding: 10px;
    float: left;
    display: block;
    margin-right: 10px;
}

.prev-step {
    width: 30%;
}

.tab_holder {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.tab_holder a {
    background: none repeat scroll 0 0 #2b4298;
    float: right;
    font-weight: 400 !important;
    margin-left: 10px;
    margin-top: 0;
    color: #fff;
    margin-right: 25px;
}

.tab_holder a:hover {
    background: #000;
    color: #fff;
}

.tab_holder a.tab_slc {
    background: #ccc;
    cursor: default;
    color: #fff;
}

.banner-kosarica {
    background: #ED1C24 url('../images/t_shirt.png') no-repeat 15px center;
    background-size: auto 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    padding: 15px 15px 15px 65px;
    margin-top: 20px;
}

h1 .separator {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}


/*------kosarica--box------*/

.kosarica_box {
    position: absolute;
    width: 210px;
    z-index: 200;
    right: 183px;
    top: -17px;
}

a.kosarica {
    background: url(../images/basket.png) no-repeat;
    height: 50px;
    padding-left: 60px;
    display: block;
    padding-top: 10px;
}

a.kosarica:hover {
    background: url(../images/basket_hover.png) no-repeat;
    height: 50px;
    padding-left: 60px;
    display: block;
    padding-top: 10px;
}

.kosarica_box span {
    position: absolute;
    z-index: 100;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    left: 36px;
    bottom: 24px;
}

.cijena_kosarica {
    color: #2b4298 !important;
    /* width: 20px;*/
    float: right;
    margin-right: 20px;
}

.cijena_kosarica:hover {
    color: #000 !important;
}

.dodano_u_kosaricu {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-position-x: 10px;
    background-position-y: center;
    background-color: #2b9838;
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #fff;
    padding: 10px 10px 12px 40px;
    width: 140px;
}


.form_radio {
    margin: 0 0 20px;
}

.kosarica_forma_full_width .form_radio input[type=radio] {
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
}


/*----------dostava img--------*/

.dostava_img {
    width: 30%;
}

.nacin_placanja {
    border-top: 1px dashed #e7e0d8!important;
}


/*-----hide-------*/

.hide {
    display: block;
}

.hide_small {
    display: none;
}


/*----------napomena kosarica-----------*/

.glavni_naslov {
    float: left;
    width: 40%;
}

.napomena_kosarica {
    width: 60%;
    float: right;
    text-align: right;
    margin-top: 20px;
}

.order_info__content {
    padding: 20px 0;
}

.order_info__content ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

.sadrzaj h2 {
    font-size: 18px;
    line-height: 26px;
    color: #5e390f;
    text-transform: uppercase;
    font-weight: 400;
}

.sadrzaj .novosti h2 {
    padding-top: 0px;
}

.no-margin {
    margin-right: 0px !important;
    margin-left: -10px !important;
}


/*----------proizvodaci---------*/

.proizvodaci {
    width: 280px !important;
    float: left !important;
    margin-bottom: 10px;
    margin-right: 10px;
}


/*------proizvodi_detalji--------*/

.box-proizvod-det-slika {
    width: 100%;
}

.box-proizvod-det-slika img.akcija-png {
    max-width: 88px;
    position: absolute;
}

.box-proizvod {
    width: 100% !important;
}

.box-proizvod-det-slika a.added-to-cart {
    color: #110B07;
    position: absolute;
    bottom: 34px;
    background: #8DC63F;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 10px 5px;
    position: absolute;
    right: 5px;
}

.box-slika a.added-to-cart {
    color: #110B07;
    position: absolute;
    bottom: 24px;
    background: #8DC63F;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 10px 5px;
    position: absolute;
    right: 5px;
}

a.added-to-cart:hover {
    color: #fff;
}

.proizvodi-right {
    position: absolute;
    right: 10px;
    float: right;
}

ul.proizvodi-detalji {
    display: table;
    list-style: none;
    margin-top: 20px;
}

ul.proizvodi-detalji li {
    float: left;
    display: table-cell;
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width: 660px) {
    ul.proizvodi-detalji {
        display: table;
        list-style: none;
        margin-top: 20px;
    }
    ul.proizvodi-detalji li {
        float: left;
        display: table-cell;
        width: 100%;
        margin-bottom: 10px;
    }
}

ul.proizvodi-detalji li span {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}


/*---------dokumenti-----------*/

ul.dokumenti-izlist {
    display: table;
    width: 100%;
    list-style: none;
    margin: 20px 0;
}

ul.dokumenti-izlist li {
    display: block;
    border-bottom: 1px solid #2c221b;
    padding: 20px;
}

ul.dokumenti-izlist li a {
    padding: 10px 0px 10px 40px;
}

a.pdf {
    background: url(../images/pdf.png) no-repeat left top;
    width: 30px;
    height: 30px;
}

a.pdf:hover {
    background: url(../images/pdf_hover.png) no-repeat left top;
    width: 30px;
    height: 30px;
}

.box-proizvod-det-slika {
    position: relative;
    float: left;
}

.box-proizvod-det-slika .add-to-cart {
    padding: 10px 20px;
}

.btn {
    cursor: pointer;
}

.animacija {
    clear: both;
    position: relative;
    z-index: 0;
    height: auto;
    overflow: hidden;
}

.animacija ul.slides {
    background: none;
}

.animacija .flex-control-nav {
    display: none;
}

input.overseas {
    margin-top: -10px;
}

a.logo-img {
    margin-top: 5px;
}

.nacin_placanja {
    margin-top: 30px;
}

.pro {
    width: 100%;
}

.left.boxovi.pro-proiz {
    width: 100%;
    float: left;
}

.sadrzaj ul {
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
    padding-top: 10px;
}

.filter-addon {
    width: 85%;
    /*	background:#110B07;
*/
    padding: 20px;
}

.filter-addon h2 {
    padding-top: 0px;
    line-height: 28px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    display: inline-block;
}

#amount {
    color: #8DC63F;
    background: none;
}

.filter-addon .btn {
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 10px;
    color: #000000;
}

.filter-addon #slider-range {
    margin-top: 10px;
}

.filter-addon .red {
    padding-top: 15px;
    position: relative;
}

.filter-addon label {
    width: 30%;
    float: left;
    padding-bottom: 20px;
}

.stavke {
    float: left;
    width: 70%;
}

.filter-addon h2 {
    padding-bottom: 10px;
}

.filter-addon .stavka,
.filter-addon label {
    float: left;
}

#Layer_2 path:hover {
    fill: #eee;
}

ul.proizvodi-detalji {
    padding-left: 0px;
}

.sadrzaj h2 {
    padding-bottom: 10px;
    padding-top: 20px;
}

.filter-addon .stavka,
.filter-addon label {
    font-size: 12px;
    width: 100%;
}

.iznos-eur {
    font-size: 12px;
}

.iznos-eur .sivo {
    color: #aaaaaa;
}

.aprox {
    background: #110B07;
    color: #FFFFEF;
    width: 100px;
    float: left;
}

.sivo.le {
    float: left;
    font-size: 14px;
    width: auto;
}

.filter-addon {
    margin-bottom: 20px;
}

.zvjezdice a {
    float: left;
}

.activate-search a {
    float: right;
    background: url(../images/arr-down.png) no-repeat;
    background-position: right;
    width: 25px;
    height: 25px;
    padding-left: 15px;
}

.filter-form {
    display: none;
}

.checkbox1-all,
.checkbox2-all,
.checkbox3-all {
    float: left;
    position: absolute;
    left: 70px;
}

.kosarica_forma_full_width input.overseas {
    width: 20px!important;
    height: 20px!important;
}

.filter-addon .submit-red {
    position: static;
}

@media (max-width: 380px) {
    .checkbox1-all,
    .checkbox2-all,
    .checkbox3-all {
        display: none;
    }
}

#country {
    margin-bottom: 0px;
    margin-top: 0px;
}

.full {
    width: 100%;
}

.logo {
    position: relative;
    margin: 0 auto;
    background: #3E3531;
    display: block;
    float: left;
}

@media (min-width: 460px) {
    .slider li .valign {
        width: 46%;
        float: left;
        padding: 0;
        margin-top: 5%;
    }
    .slider li {
        font-size: 28px;
    }
    .cont-h {
        padding-top: 10%;
    }
    .cont-h .home-cont {
        height: auto;
    }
    .sep {
        float: left;
        width: 45%;
        padding-left: 3%;
    }
    .pretrazi input.posalji {
        width: 10%;
    }
    .pretrazi input.trazi {
        width: 90%;
    }
    .banner-r {
        float: left;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .face-like {
        float: left;
        width: 170px;
        margin-top: 20px;
    }
    label.sivo.le {
        width: 30%;
    }
    .checkbox1-all,
    .checkbox2-all,
    .checkbox3-all {
        display: block;
    }
}

@media (min-width: 560px) {
    .slides-slika img {
        max-width: 280px;
    }
    .slides-slika {
        width: 280px;
        float: left;
        margin-right: 10px;
    }
}

@media (min-width: 660px) {
    .slider li .valign {
        width: 48%;
    }
    .left.boxovi {
        float: left;
        padding-right: 0%;
        width: 100%;
    }
    .left {
        width: 50%;
    }
    .left.full-w {
        width: 100%;
        padding: 0px;
        padding-bottom: 10px;
    }
    .face-like {
        padding-top: 10px;
        padding-left: 20px;
    }
    .izdvojeni .right {
        float: right;
        width: 40%;
        background: none;
    }
    .right {
        width: 100%;
    }
    .slider li {
        font-size: 33px;
    }
    .left .box {
        width: 49%;
    }
    /*-----------novosti---------*/
    .novosti-box {
        margin-bottom: 20px;
    }
    .novosti-slika {
        float: left;
        width: 40%;
        /*	height: auto;*/
        position: relative;
    }
    .novosti-slika img {
        width: 100%;
    }
    .novosti-txt {
        padding-left: 4%;
        width: 60%;
        float: left;
    }
    /*-----------box jelena-------*/
    .box {
        margin-right: 2%;
    }
    .box.last {
        margin-right: 0%;
    }
    .proizvodaci {
        width: 314px !important;
        float: left !important;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .left.detalji-proizvoda {
        width: 100%;
    }
    .box-proizvod-det-slika {
        width: 50%;
    }
    .regija .novosti-txt {
        padding-left: 1%;
    }
}

@media (min-width: 760px) {
    .e,
    .t {
        display: block;
    }
    .header {
        height: auto;
    }
    .header-t-l {
        float: left;
        height: 150px;
        width: 100%;
    }
    .slides-slika {
        float: left;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 30%;
    }
    .text1-slika {
        width: 100%;
        padding-top: 0px;
        background: url(../images/slika-sjena.png) no-repeat;
        background-position: bottom;
        padding-bottom: 60px;
    }
    .slider li .valign {
        font-size: 24px;
        margin-top: 5%;
    }
    .slider li .valign span {
        font-size: 18px;
    }
    .box h3 {
        width: 72%;
    }
    .pretrazi input.posalji {
        width: 20%;
    }
    .pretrazi input.trazi {
        width: 80%;
    }
    /*-------tab page----------*/
    .tab_page {
        width: 33%;
        margin-right: 10px;
        border-right: 1px solid #2c221b;
        padding-right: 15px;
        float: left;
        min-height: 806px;
    }
    .tab_page1 {
        width: 25%;
        margin-right: 10px;
        border-right: 1px solid #2c221b;
        padding-right: 15px;
        float: left;
        min-height: 806px;
    }
    .tab_page2 {
        width: 33%;
        margin-right: 10px;
        float: left;
        min-height: 806px;
    }
    /*---------hide------------*/
    .hide {
        display: none;
    }
    .dostava_img {
        vertical-align: middle;
        width: 50%;
    }
    .left.boxovi.pro-proiz {
        width: 50%;
        float: left;
    }
    .filter-addon label {
        width: 20%;
        float: left;
        padding-bottom: 20px;
    }
    .stavke {
        float: left;
        width: 80%;
    }
    label.sivo.le {
        width: 20%;
    }
}

@media (min-width: 960px) {
    .container {
        width: 960px;
        margin: 0 auto;
    }
    .slider li {
        height: 324px;
    }
    .content {
        width: 960px;
        margin: 0 auto;
        padding: 0px;
    }
    .slides-slika {
        width: 380px;
    }
    .slides-slika img {
        max-width: 380px;
    }
    .header-t-l {
        float: left;
        width: 290px;
    }
    .banner {
        margin-top: 30px;
    }
    .tekst {
        float: left;
        width: 100%;
        padding-top: 10px;
        position: relative;
    }
    .header-t-r {
        float: right;
        width: 610px;
    }
    .box-slika {
        width: 49%;
    }
    .proizvodi-right {
        position: absolute;
        bottom: 0px;
        right: 10px;
    }
    .slides-slika {
        width: 400px;
        padding: 14px;
    }
    .box {
        margin-bottom: 19px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
    }
    .box img.akcija {
        width: auto;
    }
    p.opisni-txt {
        height: 80px;
        overflow: hidden;
        padding-top: 5px;
    }
    .slides-txt h1 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .slides-txt p {
        line-height: 24px;
    }
    .right,
    .izdvojeni .right {
        width: 270px;
    }
    .right .banner-r {
        width: 100%;
    }
    .left,
    .left.boxovi {
        width: 100%;
        float: left;
    }
    .face-like {
        width: 340px;
        margin-top: 8px;
        padding-top: 24px;
    }
    .banner {
        float: left;
        height: 74px;
        width: 600px;
    }
    /*------------prijava-----------*/
    .submit_btn {
        text-align: right;
        width: 100%;
    }
    /*-----------sadrzaj---------*/
    .sadrzaj {
        background: none repeat scroll 0 0 #fafafa;
        box-sizing: border-box;
        float: left;
        min-height: 550px;
        padding: 15px;
        position: relative;
        /*  margin-top: 20px;*/
    }
    .sadrzaj_kosarica {
        background: none repeat scroll 0 0 #fafafa;
        box-sizing: border-box;
        float: left;
        min-height: 315px;
        padding: 15px;
        position: relative;
        margin-top: 20px;
        width: 100% !important;
    }
    .tab_page {
        width: 33%;
        margin-right: 10px;
        border-right: 1px solid #2c221b;
        padding-right: 15px;
        float: left;
        min-height: 806px;
    }
    .tab_page1 {
        width: 25%;
        margin-right: 10px;
        border-right: 1px solid #2c221b;
        padding-right: 15px;
        float: left;
        min-height: 806px;
    }
    .tab_page2 {
        width: 35%;
        margin-right: 10px;
        float: left;
        min-height: 806px;
    }
    .hide_small {
        display: block;
    }
    /*box proizvod detalji*/
    .box-proizvod-det-slika {
        width: 40%;
    }
    .login .novi.user {
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .login a.log.user {
        margin-top: 10px;
        float: right;
    }
    .prijava select {
        width: 80%;
        margin-bottom: 15px;
    }
    .animacija {
        display: block;
    }
    .filter-addon {
        float: right;
        width: 100%;
        margin-bottom: 20px;
    }
    .clearn2 {
        clear: both;
    }
    .filter-addon label {
        width: 20%;
        font-weight: bold;
    }
    .filter-addon label {
        width: 35%;
    }
    .content {
        position: relative;
    }
    .filter-addon .stavke {
        width: 65%;
    }
    .filter-addon .red {
        float: left;
        padding-right: 20px;
        width: 30%;
    }
    .c960 {
        clear: none;
    }
    .filter-addon .btn {
        position: absolute;
        right: 20px;
    }
    .animacija {
        width: 100%;
    }
    .animacija img {
        width: 100%;
    }
    label.sivo.le {
        width: 35%;
    }
    .filter-addon {
        position: relative;
        /*	background: url(../images/main-bg.jpg) no-repeat center center fixed;
	*/
    }
    .filter-addon .btn {
        position: absolute;
        bottom: 20px;
    }
}

@media (min-width: 1480px) {
    .filter-addon {
        position: relative;
        left: 0;
        width: 280px;
        top: 15px;
        float: left;
    }
    .filter-addon label,
    .filter-addon .red {
        width: 100%;
    }
    .content {
        position: relative;
    }
    .left-dio {
        position: static;
        margin-top: 0px;
    }
    .filter-addon .btn {
        position: static;
        right: 20px;
    }
    .c960 {
        clear: both;
    }
    .filter-addon .stavke {
        width: 100%;
    }
    .filter-addon {
        padding: 15px;
    }
    .filter-addon label {
        padding-bottom: 10px;
    }
    label.sivo.le {
        font-weight: normal;
        width: auto;
        padding-right: 10px;
    }
    .filter-form {
        display: block;
    }
    .activate-search a {
        display: none;
    }
    .checkbox1-all,
    .checkbox2-all,
    .checkbox3-all {
        float: left;
        position: absolute;
        left: auto;
        right: 17px;
    }
    .filter-addon .red {
        position: relative;
    }
    .filter-addon label {
        border-bottom: 1px solid #98836C;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .filter-addon label.sivo.le {
        border: none;
    }
}
