*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html {
    background-color: #fff;
    height: 100%;
    margin: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    line-height: 1.6;
	color: #444;
    height: 100%;
    margin: 0;
}
b, strong{
	font-weight: 600;
}
h1, h2, h3, h4, h5 {
    margin: 0 0 1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
    color: inherit;
}
h1 {
    font-size: 1.9em;
    line-height: 1.3;
    font-weight: 300;
}
h2 {
    font-size: 1.6em;
    font-weight: 300;
}
h3 {
    font-size: 1.5em;
    font-weight: 500;
}
h3.section-title{
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: 300;
}
a h3.section-title, h3.section-title a {
	color: #444;
}
h4 {
    font-size: 1.25em;
	font-size: 19px;
    line-height: 1.4;
    font-weight: 400;
}
h5 {
    font-size: 1em;
    font-weight: 500;
}
p {
    margin: 0 0 1.4em;
}
p, table td, table td, ul li, ol li{
	font-size: 15px;
}
a {
    text-decoration: none;
    color: #00A1E1;
    transition-property: color;
    transition-duration: 200ms;
    transition-timing-function: ease;
}
img {
    max-width: 100%;
    height: auto;
}
.side-content {
    float: left;
    width: 15.6770833%;
    border-right: 1px solid #DDD;
    position: fixed;
    background: #fff;
	height: 100%;
}
.main-content {
    position: relative;
    float: right;
    width: 84.3229167%;
	/*
    height: 100%;
    min-height: 100%;
	*/
}

/**
 * "clearfix" hack - use class 'group'
 */
.group:after {
    content: "";
    display: table;
    clear: both;
}
.clearfix{
	clear: both;
	display: block; 
	width: 100%;
}
.none {
    overflow: hidden;
    float: left;
    height: 0;
    text-indent: -9999px;
    white-space: nowrap;
}
#map_container {
    position: relative;
    height: 100%;
}
.map-holder{
    height: 350px;
}
#map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/*------------------------------------*\
    #GRID-STYLES
\*------------------------------------*/
[class*="grid"],
[class*="col-"],
[class*="mobile-"],
.grid:after {
    box-sizing: border-box;
}
[class*="col-"] {
    float: left;
    min-height: 1px;
    padding-right: 20px; /* column-space */
}
[class*="col-"] [class*="col-"]:last-child {
    padding-right: 0;
}
.grid {
    width: 100%;
    max-width: 1220px;
	max-width: 1140px;
    min-width: 748px; /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748 */
    margin: 0 auto;
    overflow: hidden;
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}
.grid-pad {
    padding-left: 20px; /* grid-space to left */
    padding-right: 0; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}
.push-right {
    float: right;
}
/* Content Columns */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
  position: relative;
}
.col:first-child {margin-left: 0;}
.col-1-1 {
    width: 100%;
}
.col-3-5{
	width: 60%;
}
.col-23{
	width: 23%;
}
.col-54{
	width: 54%;
}
.col-2-3, .col-8-12 {
    width: 66.66%;
}
.col-1-2, .col-6-12 {
    width: 50%;
}
.col-1-3, .col-4-12 {
    width: 33.33%;
}
.col-1-4, .col-3-12 {
    width: 25%;
}
.col-1-5 {
    width: 20%;
}
.col-1-6, .col-2-12 {
    width: 16.667%;
}
.col-1-7 {
    width: 14.28%;
}
.col-1-8 {
    width: 12.5%;
}
.col-1-9 {
    width: 11.1%;
}
.col-1-10 {
    width: 10%;
}
.col-1-11 {
    width: 9.09%;
}
.col-1-12 {
    width: 8.33%;
}
.col-11-12 {
    width: 91.66%;
}
.col-10-12 {
    width: 83.333%;
}
.col-9-12 {
    width: 75%;
}
.col-5-12 {
    width: 41.66%;
}
.col-7-12 {
    width: 58.33%;
}
.push-2-3, .push-8-12 {
    margin-left: 66.66%;
}
.push-1-2, .push-6-12 {
    margin-left: 50%;
}
.push-1-3, .push-4-12 {
    margin-left: 33.33%;
}
.push-1-4, .push-3-12 {
    margin-left: 25%;
}
.push-1-5 {
    margin-left: 20%;
}
.push-1-6, .push-2-12 {
    margin-left: 16.667%;
}
.push-1-7 {
    margin-left: 14.28%;
}
.push-1-8 {
    margin-left: 12.5%;
}
.push-1-9 {
    margin-left: 11.1%;
}
.push-1-10 {
    margin-left: 10%;
}
.push-1-11 {
    margin-left: 9.09%;
}
.push-1-12 {
    margin-left: 8.33%;
}

@media handheld, only screen and (max-width: 767px) {
    .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px; /* grid-space to left */
        padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
    }
    [class*="col-"] {
        width: auto;
        float: none;
        padding-left: 0;
        padding-right: 10px!important; /* column-space */
    }
    [class*="col-"] [class*="col-"] {
        padding-right: 0;
    }
    /* Mobile Layout */
    [class*="mobile-col-"] {
        float: left;
        margin: 0 0 10px;
        padding-left: 0;
        padding-right: 10px; /* column-space */
        padding-bottom: 0;
    }
    .mobile-col-1-1 {
        width: 100%;
    }
    .mobile-col-2-3, .mobile-col-8-12 {
        width: 66.66%;
    }
    .mobile-col-1-2, .mobile-col-6-12 {
        width: 50%;
    }
    .mobile-col-1-3, .mobile-col-4-12 {
        width: 33.33%;
    }
    .mobile-col-1-4, .mobile-col-3-12 {
        width: 25%;
    }
    .mobile-col-1-5 {
        width: 20%;
    }
    .mobile-col-1-6, .mobile-col-2-12 {
        width: 16.667%;
    }
    .mobile-col-1-7 {
        width: 14.28%;
    }
    .mobile-col-1-8 {
        width: 12.5%;
    }
    .mobile-col-1-9 {
        width: 11.1%;
    }
    .mobile-col-1-10 {
        width: 10%;
    }
    .mobile-col-1-11 {
        width: 9.09%;
    }
    .mobile-col-1-12 {
        width: 8.33%;
    }
    /* Layout Columns */
    .mobile-col-11-12 {
        width: 91.66%;
    }
    .mobile-col-10-12 {
        width: 83.333%;
    }
    .mobile-col-9-12 {
        width: 75%;
    }
    .mobile-col-5-12 {
        width: 41.66%;
    }
    .mobile-col-7-12 {
        width: 58.33%;
    }
    .hide-on-mobile {
        display: none !important;
        width: 0;
        height: 0;
    }
}


/*------------------------------------*\
    #HEADER-STYLES
\*------------------------------------*/
.site-header {
    padding: 16.6112957% 12.6245847% 10.6312292% 11.295681063%;
}
.site-logo {
    display: block;
    margin-bottom: 3.25em;
}
.site-logo img{
    max-width: none;
    width: 109px;
	height: 40px;
}
.language-bar {
    margin-bottom: 3.25em;
}
.language-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.language-list li {
    float: left;
    border-right: 1px solid #ddd;
    padding: 0 10px;
}
.language-list li:last-child {
    border-right: none;
    padding: 0 0 0 10px;
}
.language-list li:first-child {
    padding: 0 10px 0 0;
}
.language-list a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #A9A8AB;
	color: #222;
    transition: all 200ms ease;
    float: left;
    padding: 5px 0;
}
.language-list .mslc a,
.language-list li:hover a {
	color: #999;
}
.nav-container {
    margin-bottom: 9em;
}
.main-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-nav li {
    position: relative;
}
.main-nav > li {
    margin-bottom: 0.5em;
}
.main-nav > li:last-child {
    margin-bottom: 0;
}
.main-nav a {
    display: block;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
    text-transform: lowercase;
}
.main-nav > li > a {
    color: #222;
}
.main-nav > .mslc > a,
.main-nav > li:hover > a {
	color: #999;
}
.main-nav > li:hover > a{
	 color: #00A1E1;
}
.toggle-dropdown {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 30px;
    background-image: url("../images/dropdown-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.mslc > .toggle-dropdown,
.toggle-dropdown:hover {
    background-image: url("../images/dropdown-arrow-blue.png");
}
.mslc > .sub-nav {
    display: block;
}
.sub-nav {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sub-nav a {
    padding: 0.5em 1em;
    color: #444;
    line-height: 1.5;
    background-color: #F9F9F9;
}
.sub-nav a:hover,
.sub-nav .mslc a {
    color: #00A1E1;
}
.special-pagination {
    width: 30%;
    float: left;
}
.special-pagination ul {
    display: block;
    list-style-type: none;
    margin:0;
    padding:0;
}
.special-pagination ul li {
    border:1px solid #abaaad;
    padding:0.5em 1em 0.5em 1em;
    color:#abaaad;
    line-height: 1.5;
    margin-right:5px;
    transition:all 0.6s ease;
    display: block;
    width: auto;
    float: left;
}
.special-pagination ul li:hover, 
.special-pagination ul li.current {
    background-color: #00a1e1;
    border-color: #00a1e1;
    color: #fff;
    cursor: pointer;
}
.filter-container {
    margin-bottom: 1em;
    width:30%;
    float: right;
}
.marko .filter-container {
    width:100%;
    margin-left: 20px;
}
.filter-container.w100 {
    margin-bottom: .8em;
    width:100%;
}
.category-filter {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 0 20px;
}
.category-filter .toggle-dropdown {
    height: 42px;
}
.filter-title {
    display: block;
    line-height: 1.5;
    padding: 0.5em 2.5em 0.5em 1em;
    border: 1px solid #DDD;
}
.dropdown-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width:auto;
    display: inline-block;
}
.dropdown-nav.news-dropdown-nav{
	float: none;
	display:block;
	text-align:center;
}
.dropdown-nav.news-dropdown-nav li, .dropdown-nav.news-dropdown-nav a{
	float: none;
	display: inline;
}
.dropdown-nav li {
    float: left;
    margin-right: 30px;
}
.dropdown-nav li:last-child {
    margin-right: 0;
}
.dropdown-nav a {
    width: 100%;
    color: #444;
    font-weight: 400;
    cursor: pointer;
    text-transform: lowercase;
}
div.category-filter ul.dropdown-nav.no-hide-list li{
	margin-right: 0;
}
div.category-filter ul.dropdown-nav.no-hide-list li:after{
	content:"|";
	color: #ddd;
	font-weight: 300;
	margin-right: 8px;
	padding-right: 8px;
	right: -8px;
	position: relative;
}
div.category-filter ul.no-hide-list{
	margin-bottom: 16px;
}
div.category-filter ul.no-hide-list li:last-child:after {
	content: "";
}
div.category-filter div.stranice-filter ul.dropdown-nav.no-hide-list li:after{
	content:"";
	margin: 0;
	padding: 0;
	right: auto;
}
.dropdown-nav li.rmslc a, .dropdown-nav a.lmslc{
    color: #999;
}
.dropdown-nav a:hover{
	color: #00A0DD;
}
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-list li {
    margin-bottom: 0.625em;
    font-size: 15px;
    line-height: 2.4;
    color: #A9A8AB;
}
.contact-list li:last-child {
    margin-bottom: 0;
}
.site-header .contact-list li {
    font-weight: 400;
}
.contact-list a {
    display: inline-block;
    vertical-align: middle;
    color: #aaa;
}
.contact-list a:hover {
    color: #00A1E1;
}
.icon {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #ABAAAD;
    margin-right: 0.75em;
    width: 2em;
    height: 2em;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-list a:hover .icon {
    border-color: #00A1E1;
}
.site-footer .icon,
.article .icon {
    border-color: #00A1E1;
}
.icon-facebook {
    background-image: url("../images/icon-facebook.png");
}
.icon-skype {
    background-image: url("../images/icon-skype.png");
}
.icon-phone {
    background-image: url("../images/icon-phone.png");
}
.icon-phone.icon-blue {
    background-image: url("../images/icon-phone-blue.png");
}
.icon-email {
    background-image: url("../images/icon-email.png");
}
.icon-email.icon-blue {
    background-image: url("../images/icon-email-blue.png");
}
.icon-location {
    background-image: url("../images/icon-location.png");
}
.icon-fax {
    background-image: url("../images/icon-fax.png");
}
.icon-oib {
    background-image: url("../images/oib.svg");
}
.icon-iban {
    background-image: url("../images/iban.svg");
}
.icon-time{
	background-image: url("../images/icon-time.svg");
}
.icon-facebook, .icon-skype, .icon-phone, .icon-phone.icon-blue, .icon-email, .icon-email.icon-blue, .icon-location, .icon-fax, .icon-oib, .icon-iban, .icon-time {
	background-size: 15px;
}

/*------------------------------------*\
    #SLIDER-STYLES
\*------------------------------------*/
.bx-wrapper {
    box-shadow: none;
    border: none;
    background: transparent;
    margin: 0;
}
.header-slider {
    list-style: none;
    padding: 0;
    margin: 0;
}
.slide {
    position: relative;
}
.slide-img{
	width: 70%;
}
.slide-img img{
	width: 100%;
}
.slide-content {
    width: 30%;
    padding: 7% 2.5% 18px;
    background-color: #00A1E1;
}
.slide-img, .slide-content{
	float: left;
	display: inline-block;
}
.slide-content h1 {
    color: #fff;
	margin-bottom: .2em;
	line-height: 1.3;
}
.slide-content p {
    font-size: 16px;
    color: #fff;
	margin-bottom: 1em;
}
.btn-slider {
    display: inline-block;
    padding: 0 1.111111111em;
    border: 1px solid #FFF;
    font-size: 1.125em;
    line-height: 2.5;
    font-weight: 500;
    color: #FFF;
    background-color: transparent;
    transition: all 500ms ease;
}
.btn-slider:hover {
    background:#fff;
    color: #00A1E1;
}
.header-slider-container{
	float: left;
	width: 100%;
	display: block;
}
.header-slider-container .header-slider,
.page-slider-holder .page-slider {
	display: none;
}
.header-slider-container .bx-wrapper .bx-viewport,
.page-slider-holder .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
}
.header-slider-container .bx-wrapper .bx-viewport{
	background: #00A1E1;
}
.bx-wrapper .bx-controls-direction a {
    width: 3.125em;
    height: 3.125em;
    border-radius: 50%;
    transition-property: background-color;
    background-repeat: no-repeat;
    background-position: center;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: center;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: center;
}
.bx-wrapper .bx-prev {
    background-image: url("../images/arrow-left.png");
}
.bx-wrapper .bx-next {
    background-image: url("../images/arrow-right.png");
}
.category-slider-container {
    padding:50px;
    margin-bottom: 3.125em;
    border-bottom: 1px solid #DDD;
}
.category-slider-container.slbt {
    padding: 50px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
.category-slider-container .bx-wrapper {
    margin: 0 auto;
}
.category-slider {
    padding: 0;
    margin: 0;
}
.category-slider .category-box {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.category-slider .category-box.mslc,
.category-slider .category-box:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
}
.category-slider-container .bx-wrapper .bx-controls-direction a {
    width: 2em;
    height: 2em;
    background-color: rgba(15, 44, 82, 0.3);
    background-size: 60%;
    z-index: 10;
}
.category-slider-container .bx-wrapper .bx-controls-direction a:hover {
    background-color: rgba(15, 44, 82, 0.1);
    background-position: center;
}
.category-slider-container .bx-wrapper .bx-prev {
    left: -50px;
}
.category-slider-container .bx-wrapper .bx-next {
    right: -50px;
}

/*------------------------------------*\
    #CONTENT-STYLES
\*------------------------------------*/
.content {
    padding: 1.875em 0 65px;
    min-height: calc(100vh - 216px); /*footer*/
}
html.fixed-header .content{
	 min-height: calc(100vh - 146px); /*footer*/
}
.content.onama-kontakt {
    padding: 1.875em 0 0;
}
.gray-bg {
    background-color: #F7F8F9;
}
.category-container {
    margin: 2.5em 0;
}
.category-list {
    list-style: none;
    padding: 0;
    margin: 0 -0.25%;
}
.category-list li {
    float: left;
    width: 32.83%;
    margin: 0 0.25% 0.5%;
}
.category-box {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.category-box img {
    width: 100%;
    display: block;
}
.category-slider .category-title {
    font-size: 1em;
    padding: 0.5em 0.75em 1em 0.75em;
    line-height: 20px;
}
.content-title {
    margin: 36px 0 38px;
    text-align: center;
}
.content-title.mb10 {
    margin: 45px 0 .4em 0;
}
.hsubtitle{
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 25px;
}
.content-title.aleft {
    text-align: left;
}
.category-photo {
    padding: 2em 0;
    margin: 0 0 2.5em;
    text-align: center;
}
.product-categories {
    margin: 2.5em 0;
    float: left;
    width: 100%;
}
.product-categories.blueTabs {
    padding-right: 20px;
}
.product-categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-categories-list li {
    margin-bottom: 1px;
}
.product-category-title, .first-tab-title {
    padding: 0.5em 1.25em;
    font-size: 1em;
    line-height: 1.875;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
	color: #444;
    background-color: #0089BF;
	background-color: #fff;
    cursor: pointer;
    transition: background 200ms ease;
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.first-tab-title{
	background:#0089BF url(../images/wtab-close.svg) no-repeat right 20px top 17px;
	background-color: #eee;
	padding-right: 55px;
	background-size: 14px;
}
.first-tab-title.open{
	background:#eee url(../images/wtab-open.svg) no-repeat right 20px top 17px;
	background-size: 14px;
}
.product-category-title:hover{
    background-color: #ddd;
}
.first-tab-title:hover {
    background-color: #ddd url(../images/wtab-close.svg) no-repeat right 20px top 17px;
	padding-right: 55px;
	background-size: 14px;
}
.first-tab-title.open:hover{
	background:#ddd url(../images/wtab-open.svg) no-repeat right 20px top 17px;
	background-size: 14px;
}
.product-category-content, .first-tab-content {
    display: none;
    padding: 1.25em;
    background-color: #F9f9F9;
    float: left;
    width: 100%;
}
.product-category-content .article {
    margin: 0;
}
.product-category-content .article p:last-of-type,
.product-category-content .article div:last-of-type {
    margin-bottom: 0;
}
.projekti-listing {
    list-style: none;
    padding: 0;
    margin: 0 -1%;
}
.projekti-listing li {
    float: left;
    width: 32.33%;
    margin: 0 0.5% 1%;
}
.projekt-box {
    display: block;
    position: relative;
}
.projekt-box img {
    display: block;
}
.projekt-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.625em 1em;
    background-color: rgba(0,0,0,0.5);
    transition: background 200ms ease-in-out;
}
.projekt-box:hover .projekt-title {
    background-color: rgba(0,0,0,0.8);
}
.projekt-title {
    display: block;
    color: #FFF;
}
.brands-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.brands-list li {
    float: left;
    width: 20%;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}
.brands-list li:last-child,
.brands-list li:nth-child(5n+5) {
    border-right: 1px solid transparent;
}
.brand-box {
    display: block;
}
.brand-logo {
    display: block;
    padding: 1em 0;
    text-align: center;
}
.brand-logo img{
    width: 100%;
    max-width: 180px;
}
.partners-list {
    list-style: none;
    padding: 0;
    margin: 0 -0.5%;
}
.partners-list li {
    float: left;
    width: 24.25%;
    margin: 0 0 10px 1%;
    border: 1px solid #ddd;
    padding: 10px;
}
.partners-list li:first-child, .partners-list li:nth-child(4n+5) {
    margin-left: 0;
}
.partner-box {
    display: block;
}
.partner-title {
    display: block;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 500;
    color: #444;
    transition: all 200ms ease;
}
.partner-box:hover .partner-title {
    color: #00A1E1;
}
.article-logo {
    padding-bottom: 1em;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 4em;
    text-align: center;
}
.btn-container {
    margin: 2em 0 2.5em;
}
.btn-container.pcenter {
	text-align: center;
}
.btn-link {
    display: inline-block;
    border: 1px solid #00A1E1;
    padding: 0.6em 1.1em;
    font-size: 1em;
    line-height: 1.25;
    font-weight: 500;
    color: #FFF;
    background-color: #00A1E1;
    transition: all 200ms ease;
}
.btn-link:hover {
    color: #00A1E1;
    background-color: #FFF;
}
.products-list {
    list-style: none;
    padding: 0;
    margin: 0 -0.5%;
}
.products-list li {
    float: left;
    width: 32.33%;
    margin: 0 0.5% 1%;
}
.product-box {
    position: relative;
    display: block;
}
.product-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0,0,0,0.25);
    transition: background 200ms ease;
}
.product-box:hover:after {
    background-color: rgba(0,0,0,0.5);
}
.product-photo {
    display: block;
}
.product-photo img {
    display: block;
    width: 100%;
}
.product-title {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 0.5em 0.75em;
    font-size: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
.reference-nav {
    list-style: none;
    padding: 0;
    margin: 30px 0 30px 0;
    text-align: right;
}
.reference-nav li {
    display: inline-block;
    padding: 15px;
}
.reference-nav li:first-child {
    border-right: 1px solid #DDD;
}
.reference-nav a {
    display: block;
    font-size: 14px;
    line-height: 1.5!important;
    font-weight: 500;
    text-transform: uppercase;
    color: #444;
}
.reference-nav a span {
    display: inline-block;
    vertical-align: middle;
}
.reference-nav a:hover,
.reference-nav .mslc a {
    color: #00A1E1;
}
.gallery-view {
    background-image:url(../images/ggalerija.svg);
    margin-right: 6px;
    background-position: left center;
    background-repeat: no-repeat;
	background-size: cover;
	width: 18px;
	height: 18px;
}
.reference-nav a:hover .gallery-view,
.reference-nav .mslc .gallery-view {
    background-image:url(../images/bgalerija.svg);
}
.list-view {
    background-image:url(../images/glista.svg);
    margin-right: 6px;
    background-position: left center;
    background-repeat: no-repeat;
	background-size: cover;
	width: 18px;
	height: 18px;
}
.reference-nav a:hover .list-view,
.reference-nav .mslc .list-view {
   	background-image:url(../images/blista.svg);
}
.grid-list {
    max-width: 1200px;
    margin: 0 auto;
}
.grid-sizer,
.grid-item {
  width: 33.33%;
}
.proizvodjaci .grid-sizer,
.proizvodjaci .grid-item {
  width: 25%;
}
.grid-item {
    float: left;
	overflow: hidden;
}
.grid-item--width2 {
    width: 66.66%;
}
.proizvodjaci .grid-item--width2 {
    width: 50%;
}
.gridder-content {
    display: none;
}
.gridder-show {
    position: relative;
    z-index: 99;
    padding: 5px;
}
.gridder-padding {
    padding: 0 1.25em 1em;
    border: 1px solid #DDD;
    background-color: #FFF;
    box-shadow: 1px 15px 15px rgba(0,0,0,0.1);
}
.hasSelectedItem .grid-item {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.hasSelectedItem .grid-item.selectedItem {
    opacity: 1;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
}
.gridder-close {
    float: right;
    width: 2em;
    height: 2em;
    background: url("../images/icon-close.png") no-repeat center;
    margin-top: 30px;
}
.gridder-nav {
    display: none;
}
.referenca-box {
    overflow: hidden;
    position: relative;
    display: block;
   	border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	
}
#reference-grid-images .referenca-box{
	border:none;
}
.grid-reference .referenca-box::after {
	content: "";
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	z-index: 9;
	background-color: rgba(15,44,82,0);
	transition: background 200ms ease;
}
.referenca-box:hover::after {
	background-color: rgba(0,0,0,.5);
	border: none;
}
.proizvodjaci .referenca-box:hover::after{
	background-color: rgba(0,0,0,.05);
}
.referenca-box:hover img {
	-webkit-filter: grayscale(.75);
  	filter: grayscale(.8);
}
.referenca-box img {
    display: block;
}
.category-box:after{
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: 9;
	background-color: rgba(0,0,0,0.05);
    transition: background 200ms ease;
}
body.ponuda-04 .category-box:after{
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
body.ponuda-04 .category-box:after{
	background-color: rgba(0,0,0,0.2);
}
html.mobile body.ponuda-04 ul.cat-list{
	margin-top: 20px;
}
html.mobile body.ponuda-04 .kontakt-wrap, html.mobile body.ponuda-04 .cat-wrap{
	clear:left;
}
.category-box:hover:after, body.ponuda-04 .category-box:hover:after  {
	background-color: rgba(0,0,0,0.4);
}
.category-title {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: 22px;
	font-weight: bold;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
span.referenca-title{
	display: flex;
  	justify-content: center;
  	flex-direction: column;
  	text-align: center;
  	height: 100%;
	padding: 0 10%;
}
.title-container {
	display: block;
    position: absolute;
    left: 0;
    top: 0;
	bottom: 0;
    right: 0;
    z-index: 10;
    padding: 10px 8px;
    font-size: 1.7em;
	line-height: 1.2em;
    font-weight: 300;
    color: #fff;
	opacity: 0;
    filter: alpha(opacity = 0);
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.referenca-box:hover .title-container {
    opacity: 1;
    filter: alpha(opacity=100);
}
.ref-list-title {
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}
.ref-list-title h3 {
    margin: 0;
}
.ref-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2em;
}
.ref-list li {
    border-bottom: 1px solid #ddd;
}
.ref-title {
    display: block;
    padding: 0.5em;
}
.referenca-table{
    padding-right: 30px;
}
.referenca-table table{
    width: 100%;
    border-collapse: collapse;
}
.referenca-table table caption{
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
}
.referenca-table table td {
    width: auto;
    padding: 0.5em 0.5em 0.5em 0;
    vertical-align: top;
}
.referenca-table table tr td:first-child {
    max-width: 180px;
    text-transform: uppercase;
}
/*------------------------------------*\
    #NEWS-STYLES
\*------------------------------------*/
.news-listing {
    list-style-type: none;
    padding: 0;
    margin: 0 -1%;
}
.news-listing li {
    float: left;
    width: 48%;
    margin: 0 1% 2%;
}
.news-box {
    background-color: #F7F8F9;
    float: left;
    width: 100%;
	background: none;
}
.news-box-photo {
    float: left;
	width: 242px;
	height: 232px;
	padding: 0;
	line-height: 0;
}
.news-box-photo img {
    display: block;
    width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	border: 1px solid #ddd;
}

@media only screen and (max-width: 1200px) {
	.news-box-photo {
    	width: 44.9%;
    	height: 100%;
	}
	.news-box-photo img {
    	width: 100%;
		height: auto;
	}
}
.news-box-content {
    position: relative;
    float: left;
    width: 54.2372881%;
	width: 55%;
    height: 100%;
    padding: 4.8466385% 4.8466385% 20px;
	padding: 3.6% 4% 10px;
}
.news-box-content h4 {
    color: #00A1E1;
	color: #444;
	font-weight: 300;
	margin-bottom: .4em;
}
.news-box:hover h4 {
    color: #002857;
	color: #00A1E1;
}
.news-box-content p {
    margin: 0;
	color: #444;
}
.news-box-content .btn-read-more {
    position: absolute;
    bottom: 10px;
    right: 28px;
}
.btn-read-more {
    float: right;
    padding-right: 2.125em;
    font-size: 1.125em;
    color: transparent;
    transition-timing-function: ease-in-out;
    background: url("../images/icon-read-more.png") no-repeat right center;
}
.btn-read-more:hover {
    color: #002857;
}
.article {
    float: left;
    width: 100%;
}
.article-photo {
    float: left;
    margin: 0 1.5em 0.75em 0;
}
.documents-container, 
.gallery-container, 
.video-container {
    clear: both;
    margin: 25px 0;
}
.documents-container {
    margin: 0;
}
.blueTabs .documents-container {
    margin: 25px 0;
}
.documents-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.documents-list li {
    margin-bottom: 10px;
}
.documents-list a {
    display: inline-block;
    font-size: 1em;
    line-height: 20px;
    min-height: 42px;
	word-break: break-all;
}
.icon-document {
    padding:10px 0 10px 3.4em;
    background: url("../images/icon-document.png") no-repeat left center;
}
.icon-link{
	  padding:10px 0 10px 3.4em;
   	  background: url("../images/icon-link.png") no-repeat left center;
}
.gallery-list {
    margin: 0 -0.25%;
	line-height: 0;
}
.gallery-item {
    display: block;
    position: relative;
    float: left;
    width: 19.5%;
    margin: 0 0.25% 0.5%;
}
.col-1-2 .gallery-item {
    width: 32.83%;
}
.gallery-item:focus {
    outline: none;
}
.gallery-item:hover:after {
    opacity: 1;
}
.gallery-item:after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    background-image: url("../images/zoom.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    transition: opacity 200ms ease-in-out;
}
.video-holder {
	float: left;
	margin-top: 50px;
	position: relative;
	width: 49.2%;
}
.video-container .video-holder{
    margin-top: 0;
}
.video-holder:first-child {
	margin-right: 1.6%;
}
.video {
	display: inline-block;
	height: 0;
	padding-bottom: 55%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.video iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}
.referenca-table .video-holder{
	width: 100%;
	margin-right: 0;
}
.pagination {
    list-style: none;
    padding: 0;
    margin: 3em 0 2em;
    text-align: center;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 4px;
}
.pagination a {
    display: block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    border: 1px solid #00A1E1;
    font-size: 1em;
    line-height: 2.5;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 200ms ease;
}
.pagination li:hover a,
.pagination .mslc a {
    color: #FFF;
    background-color: #00A1E1;
}
.icon-prev {
    background-image: url("../images/arrow-left-blue.png");
    background-size: 20px;
}
.icon-prev:hover {
    background-image: url("../images/arrow-left.png");
}
.icon-next {
    background-image: url("../images/arrow-right-blue.png");
    background-size: 20px;
}
.icon-next:hover {
    background-image: url("../images/arrow-right.png");
}
.breadcrumbs-container {
    margin:0 0 30px 0;
}
.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumbs li {
    float: left;
    font-size: 13px;
    color: #65646A;
    padding: 0 14px 0 4px;
    background: url(../images/bc-arrow.svg) no-repeat right center;
    background-size: 6px;
}
.breadcrumbs li:first-child {
    background: none;
    padding: 0;
}
.breadcrumbs li:last-child {
    font-weight: 500;
    background: none;
    padding: 0 0 0 4px;
}
.breadcrumbs a {
    color: #65646A;
}
.breadcrumbs a:hover {
    color: #00A1E1;
}
.video-container {
    clear: both;
    margin: 2.5em 0;
}
.video-list {
    list-style: none;
    padding: 0;
    margin: 0 -1%;
}
.video-list li {
    float: left;
    width: 31.33%;
    margin: 0 1% 2%;
}
.video-list iframe {
    width: 100%;
}

/*------------------------------------*\
    #FORM-STYLES
\*------------------------------------*/
label {
    display: block;
    line-height: 2;
}
input,
textarea {
	font-family: 'Open Sans', sans-serif;
    width: auto;
    padding: 0.4em 0.8em;
    border-radius: 3px;
    border: 1px solid #DDD;
    margin: 0;
    font-size: 1em;
	font-size: 15px;
	color: #666;
    line-height: 1.3;
	-webkit-appearance: none;
}
select{
	font-size: 15px;
	color: #444;
	border: 1px solid #ddd;
	padding: 0.4em;
}
#kontakt select{
	width: 100%;
}
#kontakt label{
	font-size: 15px;
	line-height: 26px;
}
input.readonly{
	color: #888;
}
input:disabled{
	background-color: #f4f4f4;
	border: 1px solid #f4f4f4;
	color: #888;	
}
input:focus, textarea:focus{
	 border: 1px solid #666;
}
input[type=text],
input[type=email],
input[type=tel] {
    width: 100%;
}
input[type=submit] {
    cursor: pointer;
}
.btn-submit {
    display: inline-block;
    padding: 0 2em;
    border-radius: 50px;
    border: 2px solid #00A1E1;
    font-size: 1.125em;
    line-height: 2.5;
    font-weight: 500;
    color: #FFF;
    background-color: #00A1E1;
    transition: all 500ms ease;
}
.btn-submit:hover {
    color: #00A1E1;
    background-color: #FFF;
}
textarea {
    width: 100%;
    resize: vertical;
}
input:focus,
textarea:focus {
    outline: none;
}
fieldset {
    padding: 0;
    border: none;
    margin: 0 0 1em;
}
.txt_error {
    padding: .8em .8em .8em 60px;
    border: 1px dashed #EAC0C2;
    line-height: 1.25;
    background-color: #FDE8E9;
    background-image: url("../images/forme/error-32.png");
    background-repeat: no-repeat;
    background-position: 15px center;
	margin-bottom: 10px;
}
.chck-box .txt_error {
    color: #E81500 !important;
}
.error {
    border: 1px solid #E81500;
    background-image: url("../images/forme/error.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
	margin-bottom: 10px;
}
.success {
    padding: .8em .8em .8em 60px;
    border: 1px dashed #7AC143;
    line-height: 1.25;
    background-image: url("../images/forme/sucess-32.png");
    background-repeat: no-repeat;
    background-position: 15px center;
	margin-bottom: 10px;
}
.form-wrap{
	margin-bottom: 8px;
}
#kontakt .form-wrap{
	margin-bottom: 5px;
}
#kontakt .error, #kontakt .success{
	margin-top: 20px;
}
#kontakt input.form-submit{
	margin-top: 10px;
}

/*------------------------------------*\
    #FOOTER-STYLES
\*------------------------------------*/
.site-footer {
    padding: 2.5em 0 45px;
    background: #f8f8f8;
    z-index: 20;
    width: 100%;
    display: block;
}
.footer-content {
    padding: 1em 0 1.25em 1em;
}
.site-footer .contact-info {
    margin-bottom: 2.375em;
}
.footer-content p {
    color: #999;
}
.footer-content p:last-of-type {
    margin: 0;
}
.site-copyright {
    font-size: 15px;
    font-weight: 400;
    background-color: #0096DB;
	background-color: #eee;
    width: 100%;
	padding: 30px 20px;
	text-align:center;
}
.footer-line{
	display:block;
	margin-bottom: .2em;
}
.footer-line.line-img{
	margin-bottom: .3em;
}
.footer-line a{
	color: #444;
}
.footer-line a:hover{
	color: #222;
}
.site-copyright .grid-pad {
	padding-top: 15px;
	padding-right: 0;
}
.virtus-link {
    float: right;
    margin-top: 3px;
}
.grid.visible{
    overflow: visible;
}
.w100{
    width: 100%;
}
.grayscale{
    -webkit-filter: grayscale(100%);
    -webkit-transition: 300ms ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: 300ms ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: 300ms ease-in-out;
    filter: grayscale(100%);
    transition: 300ms ease-in-out;
    opacity: 0.6;
}
.grayscale:hover{
    -webkit-filter: grayscale(0%);
    -webkit-transition: 300ms ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: 300ms ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: 300ms ease-in-out;
    filter: grayscale(0%);
    transition: 300ms ease-in-out;
    opacity: 1;
}
.tab-img{
    padding-right: 0 !important;
    width: 23.8%;
}
.tab-img:nth-child(4n+5){
    margin-left: 0;
}
.tab-img img{
    width: 100%;
    max-width: 285px;
}
.tab-img .gallery-item{
    width: 100%;
}
.grayscale .referenca-box{
    padding: 10px;
}
.subsub-content{
	float: left;
	width: 100%;
}
.subsub-content img, 
.product-category-content .article img{
	float: left;
    height: auto;
    margin: 0 40px 0 0;
    max-width: 400px;
    width: 100%;
}
.subsub-content,
.product-category-content .article{
	text-align: left;
}
.underline{
	border-top: 1px solid #ddd;
	width: 100%;
	margin: 30px 0;
}
.slider-tab{
    width: 100%;
    float: left;
    padding: 20px;
}
.slider-tab .content-title {
  margin-bottom: 22px;
}
.category-slider .category-box.mslc:after {
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #bbb;
}
.category-slider .category-box:hover:after {
    background-color: rgba(15,44,82,0.5);
}
.coming {
    min-height:500px;
}
.absolute-center { 
    display: block;
    width: 100%;
    height:40px;
    left:0;
    right:0;
    margin:0 auto;
    text-align: center;
    position: absolute; 
    top:30%;
    -webkit-transform:translateY(-70%);
    -moz-transform:translateY(-70%);
    -o-transform:translateY(-70%);
    transform:translateY(-70%);
    font-size:20px;
}
.mainimg, .novi-prikaz .mainimg{
	width: 100%;
	max-width: 300px;
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}
.novi-prikaz .mainimg{
	max-width: 550px;
	margin-right: 50px;
}

/* Bread crumbs */
.bread-crumbs{
    margin-bottom: 30px;
}
.bread-crumbs ul{
    list-style:none;
    float:left;
    padding-left: 0;
}
.bread-crumbs ul li{
    float:left;
    font-size: 14px;
    color:#aaa;
}
.bread-crumbs ul li a{
    color:#333;
}
.bread-crumbs ul li a:hover{
    color: #d00707;
}
.bread-crumbs ul li:after{
    content:"|";
    padding-left: 10px;
    padding-right: 10px;
}
.bread-crumbs ul li:last-child:after{
    content:"";
    padding-left: 0;
    padding-right: 0;
}
.fw {
    float: left;
    width: 100%;
}
.home-txt{
	margin-bottom:50px;
}
.header-slider-container .bx-wrapper .bx-pager, 
.header-slider-container .bx-wrapper .bx-controls-auto {
	bottom: 30px;
}
.header-slider-container .bx-wrapper .bx-pager {
	text-align: left;
	padding-left: 30px;
}
.header-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,0.5);
	width: 14px;
	height: 14px;
	margin: 0 2px;
	outline: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.header-slider-container .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.header-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}
/* End Bread crumbs*/

.page-slider-holder{
	margin-bottom: 100px;
}
.page-slider{
	list-style: none;
	width: 100%;
	float: left;
	margin-top: 0;
	padding-left: 0;
	min-height: 50px;
	line-height: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.page-slider-holder .bx-wrapper .bx-pager.bx-default-pager a {
	background: #c5c5c5;
	margin: 0 3px;
	width: 12px;
	height: 12px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.page-slider-holder .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00A1E1;
}
.two-col {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	-webkit-column-span: none;
	column-span: none;
	width: 100%;
    column-fill: balance;
    -moz-column-fill: balance;
    -webkit-column-fill: balance
}
.two-col.mt15 {
	margin-top: 15px;
}
.grid.marko{
	overflow: visible;
}
.datum, .cat-post{
	float: left;
	display: inline-block;
	width: auto;
	margin-bottom: 5px;
	font-weight:400;
	font-size: 14px;
	color: #999;
}
.datum{
	background: url(../images/calendar.svg) no-repeat left center; 
	padding-left: 20px;
	background-size: 13px;
	margin-right: 10px;
}
.novi-tab .first-tab-title {
    background: #f0f0f0 url(../images/gtab-close.svg) no-repeat right 20px top 17px;
	padding-right: 40px;
	background-size: 14px;
    color: #65646A;
    border-bottom: 1px solid #fff;
}
.novi-tab .first-tab-title:hover{
    background: #0089BF url(../images/wtab-close.svg) no-repeat right 20px top 17px;
	padding-right: 40px;
	background-size: 14px;
    color: #fff;
}
.novi-tab .first-tab-title.open {
    background: #0089BF url(../images/wtab-open.svg) no-repeat right 20px top 17px;
	padding-right: 40px;
	background-size: 14px;
    color: #fff;
}
.no-entry {
    padding: 10px 15px 80px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
}
.documents-container, 
.gallery-container, 
.video-container {
    float: left;
    width: 100%;
}
.gridder-expanded-content .content-title {
    margin: 25px 0;
}
.article ul{
    float: left;
    width: 100%;
}
.scroll {
    height: 400px;
    overflow-y: auto;
    width: 100%;
    padding-right: 30px;
}
.page-img img{
    width: 100%;
    max-width: 1220px;
}
.relative{
	position: relative;
	z-index: 1;
}
.reference-nav{
	position: absolute;
	z-index: 2;
	top: 0;
	right: 20px;
}
.reference-nav span.nav-text{
	display: none;
}
.reference-nav span{
	margin-right: 0;
}
div.references-more {
    display: none;
    overflow: hidden;
}
.slider-godine, .stranice-filter{
	float: right;
	display: inline-block;
	width: auto;
}
.slider-godine{
	padding-right: 20px;
}
.sgodine{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
.sgodine li{
	float: left;
	text-align: center; 
	margin: 0;
}
.sgodine li a{
	color: #65646A;
	padding: 10px 15px;
}
.sgodine li a:hover, .sgodine li a.rmslc{
	color: #00A1E1;
}
.slider-godine .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
}
.slider-godine .bx-wrapper .bx-controls-direction a {
	width: 15px;
	height: 15px;
	border-radius: 0;
}
.slider-godine .bx-wrapper .bx-controls-direction a {
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background-size: 12px;
}
.bx-wrapper .bx-prev {
	background-image: url("../images/gtab-close.svg");
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg); 
    transform: rotate(90deg);
    left: -20px;
    opacity: 0.7;
}
.bx-wrapper .bx-next {
	background-image: url("../images/gtab-close.svg");
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); 
    transform: rotate(-90deg);
    right: -20px;
    opacity: 0.5;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover {
    opacity: 1;
}
.novost-bigImg{
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 3px;
}
.novost-bigImg img{
	width: 100%;
	max-width: 583px;
}
.line {
	float: left;
	width: 100%;
	padding: 0;
	margin: 10px 0 20px 0;
	border-top: 1px solid #ebebeb;
}
.newCatLayout{
	background:#f5f5f5;
	padding: 15px;
	margin-top: 50px;
}
.category-slider-new{
	list-style: none;
	padding: 0;
	margin: 0;
}
.category-slider-new li{
	width: 49.2%;
	margin: 0.4%;
	float: left;
}
.tabs{
	float: left;
	width: 100%;
	list-style: none;
	padding:0;
	margin:0 0 20px 0;
	border-bottom: 1px solid #ebebeb;
}
.tabs li{
	border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 7px 10px;
	float: left;
}
.tabs li:first-child{
    border-left: 1px solid #ebebeb;
}
.tabs li a{
	color: #444;
}
.tabs li.current, .tabs li:hover {
    background: #f5f5f5;
}
.tab-content .video-holder{
	width: 100%;
}
.tab-content .video-container{
	margin-top: 0;
}
.tab-content{
	display: none;
	float: left;
	width: 100%;
}
.tab-content.current{
	display: block;
}
.tab-content .btn-container {
	margin: 0 10px 10px 0;
	float: left;
	width: auto;
}
.hidden-text{
	display: block;
    height:237px;
    overflow:hidden;
    margin-bottom: 20px;
}
.mb100{
	margin-bottom: 100px;
}
.mb80{
	margin-bottom: 80px;
}
#toggle{
	display: none;
}
.ponuda_mob{
	display: none;
}
.bx-wrapper .bx-controls-direction a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.left{
    float: left;
}
.right{
    float: right;
}
.col-1-2.left.pr30{
	padding-right: 30px;
}
.wrap-table {
    width: 100%;
    overflow: hidden;
    min-width: 100px;
    overflow-x: auto;
}
.onamaMob{
	display: none;
}
.o-nama{
	margin-bottom: 60px;
}
.brclanaka{
	float: left;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 300;
}
.stranice-filter .dropdown-nav li{
	margin-right: 0;
}
.stranice-filter .dropdown-nav li{
	border-right: 1px solid #ebebeb;
	padding: 0 10px;
}
.stranice-filter .dropdown-nav li:last-child{
	border-right: none;
	padding: 0 0 0 10px;
}
.preload-container{
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255,255,255,0.7);
}
.loader {
    border: 12px solid #f3f3f3; /* Light grey */
    border-top: 12px solid #00A1E1; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.pop-up {
    display: none;
    bottom: 10px;
    left: auto;
    position: fixed;
    right: 10px;
    width: 45px;
    transition: all 0.3s ease;
    z-index: 9999;
}
select.category-select{
	display: none;
}

/* POČETAK RESPONSIVE - prije - sidebar */
	.side-content {
		width: 100%;
		padding: 16px 0 14px;
		border-right: none;
		border-bottom: 1px solid #DDD;
		position: static;
		height: auto;
	}
	.site-header {
		padding: 0 20px;
		width: 100%;
		max-width: 1220px;
		margin: 0 auto;
		line-height: 0;
	}
	.site-logo {
		display: inline-block;
		margin-bottom: 0;
		line-height: 0;
	}
	.main-content {
		float: left;
		width: 100%;
	}
	.language-bar, .nav-container {
		margin-bottom: 0;
		float: right;
		width: auto;
		margin-top: 6px;
	}
	.language-bar {
		margin-left: 20px;
	}
	.side.contact-info{
		display: none;
	}
	.main-nav {
		float: left;
		width: 100%;
	}
	.main-nav > li {
		margin-bottom: 0;
		float: left;
		margin-right: 34px;
	}
    .home-txt {
        text-align: center;
    }

.slide-img{
	background-repeat: none;
	background-position: center center;
	background-size:cover;
}

/*new-slider*/
.header-slider-container.new-slider{
	background: transparent;
}
.header-slider-container.new-slider .bx-wrapper .bx-viewport{
	background: transparent;
}
.new-slider .slide-img, .new-slider .slide-content{
	float: none;
	display: block;
	width: 100%;
}
.new-slider .slide-img{
	height: 76vh;
	height: calc(76vh - 70px);
	max-height: 530px;
}
.new-slider .slide-img:before {
	display:block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .22);
}
.new-slider .slide-content{
	text-align:center;
	position:absolute;
	bottom: 0;
	top: 0;
	padding: 20px;
	background-color: transparent;
	min-height: 0!important;
	display: flex;
  	justify-content: center;
  	flex-direction: column;
  	text-align: center;
}
.new-slider .slide-content h1{
	font-size: 48px;
	margin-bottom: 18px;
	font-weight: 600;
}
.new-slider .slide-content p{
	display: none;
}
.new-slider .slide-content .btn-slider{
	padding: 0 20px;
	font-size: 17px;
	line-height: 2.2em;
	width: 190px; /*ie min width problem*/
	display: block;
	margin: 0 auto!important;
	text-align:center;
}
.btn-slider:hover{
	color: #222;
}
#kontakt {
    background: #fff;
    padding: 18px 22px;
    text-align: left;
    max-width: 580px;
    margin: 40px auto;
    position: relative;
}
.ponuda-content .page-slider-holder{
	margin-bottom: 50px;
}
.ponuda-content a.more-txt{
	margin-bottom: 22px;
	display:inline-block;
}
.ponuda-content a.btn-link{
	font-size: 15px;
	line-height: 22px;
	text-align:center;
}
.page-slider-holder + .kontakt-wrap-outer {
    clear:left;
}
@media only screen and (max-width: 600px) {
	.ponuda-content a.btn-link{
		width: 100%;
	}
}

a.more-txt{
	font-size: 15px;
}

/*04*/

body.ponuda-04 ul.image-select{
	padding: 0;
	margin: 0;
}
body.ponuda-04 ul.image-select li{
	width: 33.33%;
	float:left;
	list-style-type: none;
	padding: 5px;
	line-height: 0;
	position:relative;
}

@media only screen and (max-width: 800px) {
	body.ponuda-04 ul.image-select li{
		width: 50%;
	}
}

@media only screen and (max-width: 600px) {
	body.ponuda-04 ul.image-select li{
		width: 100%;
	}
	body.ponuda-04 .col-1-4.left {
		margin-top: 10px;
	}
}

body.ponuda-04 ul.image-select li img{
	width: 100%;
	height: auto;
}
body.ponuda-04 span.image-cat{
	position:absolute;
	top: 20px;
	left: 14px;
	right: 14px;
	z-index: 10;
	color: #fff;
	font-size: 23px;
	line-height: 29px;
	font-weight: 800;
	display:block;
	/*
	white-space:pre-wrap;
	
	  word-wrap: break-word;
  overflow-wrap: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
		*/
}


@media only screen and (max-width: 960px) {
	body.ponuda-04 span.image-cat{
	font-size: 22px;
	line-height: 28px;
	}
}
@media only screen and (max-width: 600px) {
	body.ponuda-04 span.image-cat{
	font-size: 23px;
	line-height: 29px;
	}
}

body.ponuda-04 .page-slider-holder {
    margin-bottom: 30px;
}
body.ponuda-04 .page-slider li img{
	width: 100%;
	height:auto;
}
body.ponuda-04 div.breadcrumbs-container{
	margin-bottom: 4px;
}
body.ponuda-04 h2.image-select-title{
	border-top: 1px solid #ddd;
	margin-top: 35px;
	margin-bottom: 12px;
	clear:left;
}
body.ponuda-04 h1{
	margin-bottom: 18px;
}
body.ponuda-04 .row.row-title{
	margin-top: 20px;
}
body.ponuda-04 ul.cat-list a{
	color: #444;
		  word-wrap: break-word;
  overflow-wrap: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
body.ponuda-04 ul.cat-list a:hover{
	color: #00A0DD;
}
body.ponuda-04 ul.cat-list{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	background-color: #f8f8f8;
	padding: 10px 11px;
	margin: 0 0 11px 0;
}
body.ponuda-04 .cat-wrap{
	margin-right: 5px;
}
body.ponuda-04 ul.cat-list li + li.title{
	margin-top: 12px;
}
body.ponuda-04 ul.cat-list li{
	font-size: 14px;
	margin-bottom: 2px;
	padding-left: 8px;
	position:relative;
}
body.ponuda-04 ul.cat-list li::before{
	content:"\203A";
	position:absolute;
	left: 0;
	top: 0;
}
body.ponuda-04 ul.cat-list li.title{
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-left: 0;
}
body.ponuda-04 ul.cat-list li.title::before{
	position:static;
	content:"";
	left: auto;
	top: auto;
}
body.ponuda-04 .kontakt-wrap{
	text-align:center;
	border: 1px solid #ddd;
	padding: 9px 0 15px;
	margin-top: 0;
}
body.ponuda-04 .kontakt-wrap p{
	margin: 0 20px 8px 20px;
	font-size: 14px;
	line-height: 1.4em;
}
body.ponuda-04 .bx-wrapper .bx-pager{
	bottom: 18px;
}
body.ponuda-04 .bx-wrapper .bx-pager.bx-default-pager a{
	background: #fff;
	opacity: .5;
	margin: 0 2px;
}
body.ponuda-04 .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #fff;
	opacity: 1;
}
body.ponuda-04 #komentar1{
	clear:left;
}
body.ponuda-04 #komentar1 p, body.ponuda-04 #komentar1 ul{
	margin-bottom: 1em;
}
body.ponuda-04 .hidden-text{
	height: 244px;
}
body.ponuda-04 .col-9-12.left, body.ponuda-04 .col-1-4.left{
	margin-top: 0;
}

body.ponuda-04 ul.product-categories-list{
	margin-top: 25px;
}

/**/
.header-slider-container.header-inner{
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 35px;
	float: none;
}
.header-inner + .content{
	padding-top: 0;
}
div.slide-img{
	position:relative;
}
.header-slider-container.header-inner .bx-wrapper .bx-pager{
	text-align:center;
}
.header-slider-container.header-inner .bx-wrapper .bx-pager{
	bottom: 20px;
	top: auto;
}
.header-slider-container.header-inner .slide-content h1 {
    font-size: 44px;
}
.header-slider-container.header-inner a.slider-next {
	content:"";
	display:block;
	width: 30px;
	height: 30px;
	position:absolute;
	right: -42px;
	top: 50%;
	margin-top:-15px;
	background:url(../images/i-next.svg) no-repeat;
	background-size: cover;
}
.header-slider-container.header-inner a.slider-back{
	content:"";
	display:block;
	width: 30px;
	height: 30px;
	position:absolute;
	left: -42px;
	top: 50%;
	margin-top:-15px;
	background:url(../images/i-back.svg) no-repeat;
	background-size: cover;
}
.header-slider-container.header-inner .bx-viewport{
	overflow: visible!important;
}

@media only screen and (max-width: 1220px) {
	.header-slider-container.header-inner a.slider-next,
	.header-slider-container.header-inner a.slider-back{
		display: none;
	}
}

@media only screen and (max-width: 1100px) {
	.header-slider-container.header-inner{
		margin-top: 0px;
	}
	.header-slider-container.header-inner .slide-content h1 {
    	font-size: 36px;
	}
	}

@media only screen and (max-width: 600px) {
	.header-slider-container.header-inner .bx-wrapper .bx-pager{
		bottom: auto;
		top: 160px;
	}
	.header-slider-container.header-inner .slide-content h1 {
    	font-size: 20px;
	}
	}


.text-center{
	text-align:center;
}

/*dropdown-wrap*/
.filter-container .dropdown{
	text-align:left;
}
.filter-container .dropdown span.filter-result{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	max-width: 200px;
	display:inline-block;
	vertical-align:baseline;
	line-height: 20px;
}
.filter-container .dropdown span.filter-label{
	white-space:nowrap;
	display:inline-block;
	vertical-align:baseline;
	line-height: 20px;
	overflow:hidden;
}
.filter-container{
	padding: 0 10px;
}
.grid-filter{
	overflow:visible;
}
.dropdown a{
	color: #444;
}
.dropdown {
    display: inline-block;
    position: relative;
    z-index: 500;
	color: #444;
	font-size: 15px;
	line-height: 20px;
	}
.dropdown-wrap{
	text-align:center;
}
.dd-button {
    padding: 0;
	padding-right: 28px;
    cursor: pointer;
}
.dd-button:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #444;
}
.dd-input {
    display: none;
}
.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0px;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #fff;
    list-style-type: none;
	overflow-y:scroll;
	max-height: 300px;
	min-width: 140px;
	max-width: 400px;
}
.dd-input + .dd-menu {
    display: none;
}
.dd-input:checked + .dd-menu {
    display: block;
}
.dd-menu li {
    padding: 0 10px 0 10px;
    cursor: pointer;
}
.dd-menu li:hover {
    background-color: #f6f6f6;
}
.dd-menu li a {
    display: block;
    padding: 4px 0;
}
.dd-menu li.divider{
    padding: 0;
    border-bottom: 1px solid #ccc;
}

/*grid-ponuda*/
.grid-ponuda .grid-item img{
	height: 269px!important;
}
.grid-ponuda .grid-item.grid-item--width2 img {
	height: 538px!important;
}
.grid-ponuda .grid-item img{
	border: 2px solid #fff;
}
.grid-reference .grid-item img{
	border: 2px solid #fff;
}
.grid-reference .grid-item img{
	height: 275px!important;
}
.grid-reference .grid-item.grid-item--width2 img {
	height: 275px!important;
}
.grid-reference .grid-item.grid-item--height2 img {
	height: 550px!important;
}
.grid-proizvodaci .grid-item img{
	border: 5px solid #fff;
}
.grid-proizvodaci .grid-item{
	position:relative;
	padding: 0 10px;
	cursor:pointer;
}
.grid-proizvodaci .grid-item::before{
	content:"";
	position:absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	z-index: 10;	
	border: 1px solid #bbb;
	cursor: pointer;
}
.grid-proizvodaci .grid-item img{
	height: 205px!important;
}
.grid-proizvodaci .grid-item.grid-item--width2 img {
	height: 410px!important;
}
.referenca-box, .grayscale .referenca-box{
	padding: 0;
	border: 0;
}
.referenca-box{
	line-height: 0;
}
.category-filter select{
	width: 100%;
}

/*select2*/
.select2-container--default .select2-selection--single{
	border-radius: 0!important;
	font-size: 14px;
	background-color: #f2f2f2;
	border-color: #f4f4f4;
}
.select2-container .select2-selection--single {
	height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 36px;
}
.select2-dropdown{
	border-color: #f2f2f2;
}
.select2-dropdown li{
	font-size: 14px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: transparent;	
}
.select2-container--default .select2-results__option[aria-selected=true]:hover{
	background-color: #5897fb;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #666 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #666 transparent;
}
.no-padding{
	padding: 0;
}
.padding-right-small{
	padding-right: 1px;
}
html.js select.select-filter{
	visibility:hidden;
}

@media only screen and (max-width: 1140px) {
	.grid-ponuda .grid-item.grid-item--width2{
		width: 33.33%;
	}
	.grid-ponuda .grid-item img{
		height: auto!important;
	}
	.grid-ponuda .grid-item.grid-item--width2 img {
		height: auto!important;
	}
	.grid-reference .grid-item img {
		height: auto!important;
	}
	.grid-reference .grid-item.grid-item--width2 img {
		height: auto!important;
	}
	.grid-reference .grid-item.grid-item--height2 img {
		height: auto!important;
	}
	.grid-proizvodaci .grid-item img{
		height: auto!important;
	}
	.grid-proizvodaci .grid-item.grid-item--width2 img {
		height: auto!important;
	}
	.grid-proizvodaci .grid-item img{
		height: auto!important;
	}
	.grid-proizvodaci .grid-item.grid-item--width2 img {
		height: auto!important;
	}
	.grid-proizvodaci .grid-item.grid-item--width2{
		width: 25%;
	}	
}

/*home-2*/
.news-box-content p.description{
	font-weight: 300;
	margin-bottom: .3em;
	text-transform:uppercase;
	color: #666;
	font-size: 14px;
}
.cta-inner{
	max-width: 1100px;
	margin: 0 auto;
}
.cta{
	text-align:center;
	background-color: #F8F8F8;
	padding: 22px 8% 26px;
}
.cta p{
	font-size: 19px;
	line-height: 1.5em;
	font-weight: 300;
	margin-bottom: 0;
}
.cta .btn-link{
	margin-top: 10px;
	padding: 9px 20px;
	font-size: 15px;
	min-width: 120px;
}
.slide-img{
	min-height: 400px;
}

.side-content.fixed {
		position:fixed;
		z-index: 999;
		-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.08);
		box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.08);
	}
.main-content.fixed{
		padding-top: 70px;
}


@media only screen and (max-width: 960px) {
	.new-slider .slide-content h1{
		font-size: 40px;
	}
	.new-slider .slide-img{
		height: 400px;
	}
}

@media only screen and (max-width: 600px) {
	.new-slider .slide-content h1{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.new-slider .slide-content {
		position:relative;
		background-color: #333;
	}
}

@media only screen and (max-width: 1366px) {
	h4 {
		font-size: 19px;
	}
	.btn-slider {
		font-size: 16px;
		padding: 0 13px;
	}
	.grid-pad.o-nama {
		padding-left: 0;
	}
	.tabs.moreThen4 {
		border-bottom: none;
	}
	.tabs.moreThen4 li {
		padding: 5px 7px;
		border: 1px solid #ebebeb;
		margin-right: 5px;
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 1280px) {
	.grid-pad.o-nama {
		padding-right: 20px;
		padding-left: 20px;
	}
	.ponuda_mob{
		display: block;
	}
	.gridder-show, .category-box.mob-hide{
		display: none;
	}
}
@media only screen and (max-width: 1220px) { 
	.slide-content {
    	padding: 4% 2.5% 18px;
	}
}
@media only screen and (max-width: 1024px) {
	.map-holder, .finfo-holder{
		float: left;
		width: 100%;
		padding: 0;
	}
	.map-holder{
		height: 350px;
		padding-right: 20px;
	}
	.footer-content {
		padding: 1em 20px 1.25em 1em;
	}
	.contact-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		-webkit-column-span: none;
		column-span: none;
		width: 100%;
	}
	.contact-list li{
		float: none;
	}
}
@media only screen and (max-width: 960px) {
	body.ponuda-04 .col-9-12 .kontakt-wrap-outer{
		padding-top: 10px;
	}
	[class*="col-"] {
        margin: 12px 0;
    }
	.cta .grid{
		padding-right: 10px;
		padding-left: 10px;
	}
	.slide-img{
		min-height: 400px;
	}
	/**/
	select.category-select{
		display:block;
		width: 100%;
		margin-bottom: 20px;
	}
	.category-filter ul.dropdown-nav.no-hide-list{
		display: none;
	}
	.side-content {
		position:fixed;
		z-index: 999;
		-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.08);
		box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.08);
	}
	.main-content, .main-content.fixed{
		padding-top: 63px;
	}
	.site-logo img {
		width: 88px;
		height: 32px;
	}
	.language-bar, .nav-container {
		margin-top: 1px;
	}
	.slide-content h1 {
		margin-bottom: .5em;
	}
	.slide-content p {
		display: none;
	}
	.main-nav a{
		line-height: 2.3em;
	}
	.slide-img, .slide-content {
		width: 100%;
	}
	.slide-content {
		padding: 16px 10px 18px;
		text-align: center;
	}
	.btn-slider {
		padding: 0 10px;
		line-height: 2;
	}
	.header-slider-container .bx-wrapper .bx-pager, 
	.header-slider-container .bx-wrapper .bx-controls-auto {
		bottom: auto;
		top: 20px;
	}
	.content-title {
		margin:0 0 25px 0;
	}
	#toggle {
		display: block;
		float: right;
		width: auto;
		margin-top: 7px;
	}
	.site-logo, .language-bar {
		float: left;
	}
	.main-nav, .main-nav li, .main-nav li a {
		width: 100%;
		display: block;
		float: left;
	}
	.main-nav {
		display: none;
		background:#fff;
		position: absolute;
		top: 47px;
		z-index: 2;
		left: 0;
		text-align: right;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	}
	.main-nav li{
		border-bottom: 1px solid #f9f9f9;
		padding-right: 20px;
	}
	.main-nav li:hover a, 
	.main-nav li:hover, 
	.main-nav li.mslc, 
	.main-nav li.mslc a{
		background:#f9f9f9;
	}
	.main-nav li:last-child{
		border-bottom: none;
	}
	.mb80 {
		margin-bottom: 50px;
	}
    .dropdown-nav {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .dropdown-nav li {
        float: none;
        display:inline-block;
    }
    .slider-godine, .stranice-filter {
        float: left;
        display: block;
        width: 100%;
        text-align: center;
    }
    .brclanaka {
    	float: none;
    }
    .stranice-filter .dropdown-nav{
    	width: auto;
    	display: inline-block;
    	float: none;
    }
    .stranice-filter .dropdown-nav li{
    	margin: 0;
    }
    .slider-godine {
    	padding-right: 0;
    }
    .reference-nav {
        margin: 0;
    }
    .reference-nav li {
        padding: 0 15px;
    }
    .stranice-filter .dropdown-nav {
        margin-bottom: 0;
    }
    .left, .right{
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .col-1-2.left.pr30{
    	padding-right: 20px;
    }
    .right.no-mt{
        margin-top: 0;
    }
    .product-categories.blueTabs {
        margin: 2.5em 0;
        padding-right: 0;
    }
    .page-slider-holder{
    	margin-bottom: 50px;
    }
    .referenca-table {
        padding-right: 0;
    }
    .col-1-2 .gallery-item {
        width: 24.5%;
    }
    .novost-bigImg img {
        max-width: 980px;
    }
    .article-logo {
        margin: 0 0 2em;
    }
    .article-logo img {
        width: 100%;
        max-width: 250px;
    }
    .category-slider-new li {
        width: 32.5%;
    }
    .tabs.moreThen4 {
    	border-bottom: 1px solid #ebebeb;
    }
    .tabs.moreThen4 li {
    	padding: 5px 7px;
    	border-top: 1px solid #ebebeb;
    	border-right: 1px solid #ebebeb;
    	border-left: none;
    	border-bottom: none;
    	margin-right: 0;
    	margin-bottom: 0;
    }
    .tabs.moreThen4 li:first-child {
    	border-left: 1px solid #ebebeb;
    }
}
@media only screen and (max-width: 900px) {
    .news-listing li {
        width: 100%;
        margin: 1% 0;
    }
    .news-box-content p {
        display: block;
    }
}
@media only screen and (max-width: 800px) {

	.home-txt {
		margin-bottom: 30px;
	}
	.onamaDesktop.two-col{
		display: none;
	}
	.two-col {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	.onamaMob{
		display: block;
	}
	.novi-prikaz{
		width: 100%;
		text-align: center;
		float: left;
	}
	.novi-prikaz .mainimg {
		margin-right: 0;
		float: none;
	}
    .reference-nav {
        right: 10px;
    }
    .grid-sizer, 
    .grid-item, 
    .proizvodjaci .grid-sizer, 
    .proizvodjaci .grid-item,
    .proizvodjaci .grid-item--width2 {
        width: 50%!important;
    }
    .video-holder {
    	width: 100%;
    }
    .tab-img {
    	width: 32.26%;
    }
    .tab-img:nth-child(4n+5) {
    	margin-left: 1.6%;
    }
    .tab-img:nth-child(3n+4) {
    	margin-left: 0;
    }
}
@media only screen and (max-width: 768px) {
	.contact-list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	.category-slider-new li,
	.category-list li {
		width: 49.2%;
	}
}
@media only screen and (max-width: 767px) {
	.site-copyright .grid-pad {
		padding-top: 5px;
	}
	.map-holder, .finfo-holder {
		padding-right: 10px;
	}
	.col-1-2.left.pr30{
		padding-right: 10px;
	}
}
@media only screen and (max-width: 640px) {

	ul.tabs li{
		font-size: 14px;
	}
	.breadcrumbs li:first-child {
		display:none;
	}
	.new-slider .slide-img{
		height: 210px;
	}
	.breadcrumbs li {
		font-size: 12px;
		 padding: 0 14px 0 0;
	}
	.slide-img{
		min-height: 210px;
	}
	.category-title {
		font-size: 14px;
	}
	/*
	p, table td, table td, ul li, ol li{
		font-size: 14px;
	}
	*/
	.category-filter li{
		font-size: 14px;
	}
	.header-slider-container .bx-wrapper .bx-pager, 
	.header-slider-container .bx-wrapper .bx-controls-auto {
		top: 0px;
		padding-left: 20px;
	}
	.header-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
		width: 10px;
		height: 10px;
	}
	.language-bar {
		margin-left: 20px;
	}
	.map-holder{
		height: 300px;
	}
	.contact-list li {
		margin-bottom: 3px;
	}
	.mb80 {
		margin-bottom: 30px;
	}
    body, .contact-list li {
        font-size:14px;
    }
    h1, h2 {
    	font-size: 23px;
    }
    .icon {
        margin-right: 7px;
    }
    .dropdown-nav li {
        margin: 0;
    }
    .dropdown-nav li:first-child {
        margin: 0;
    }
    .dropdown-nav li:last-child {
        margin: 0;
    }
    .category-filter {
        padding: 10px 0;
    }
    .dropdown-nav {
        margin-bottom: 10px;
    }
    .hidden-text {
        height: 220px;
    }
	.news-box{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 620px) {}
@media only screen and (max-width: 600px) {
    .col-1-2 .gallery-item {
        width: 24.45%;
    }
    .tabs.moreThen4 {
    	border-bottom: none;
    }
    .tabs.moreThen4 li {
    	padding: 5px 7px;
    	border: 1px solid #ebebeb;
    	margin-right: 5px;
    	margin-bottom: 5px;
    }
}
@media only screen and (max-width: 480px) {
	.footer-line .inner-line{
		display:block;
	}
	.footer-line .inner-line.footer-dash{
		display: none;
	}
	.news-box-photo, .news-box-content {
		float: left;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.news-box-content {
		padding: 20px;
	}
	.site-copyright .grid-pad {
		padding-top: 0;
	}
    .relative .content-title {
        text-align: center;
    }
    .reference-nav {
        position: static;
        float: left;
        text-align: center;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .col-1-2 .gallery-item {
        width: 32.8%;
    }
    .grid-sizer, .grid-item {
        width: 100%!important;
    }
    .grid-list {
        max-width: 383px;
    }
    .referenca-box img {
        display: inline-block;
    }
    .category-slider-new li,
    .category-list li {
    	width: 99.2%;
    }
    .tabs li {
    	padding: 5px 5px;
    }
}
@media only screen and (max-width: 400px) {
	.tabs li.m1 {
		width: 50%;
		text-align: center;
	}
	.tabs li.m1:nth-child(3) {
		border-left: 1px solid #ebebeb;
	}
	.tabs.m{
		border-bottom: none;
	}
	.tabs.m li.m1{
		border-bottom: 1px solid #ebebeb;
	}
	.tabs.m li.m1:nth-child(3){
		border-top: none;
	}
	.tabs.moreThen4 li {
		margin: 0;
		border-bottom: 1px solid #ebebeb;
		border-right: 1px solid #ebebeb;
		border-left: none;
		border-top: none;
	}
	.tabs.moreThen4 li:nth-child(1),
	.tabs.moreThen4 li:nth-child(2) {
		border-top: 1px solid #ebebeb;
	}
	.tabs.moreThen4 li:nth-child(5) {
		border-left: 1px solid #ebebeb;
	}
}
@media only screen and (max-width: 360px) {
    .col-1-2 .gallery-item {
        width: 49.3%;
    }
    .tab-img {
    	width: 49.2%;
    }
    .tab-img:nth-child(4n+5) {
    	margin-left: 0;
    }
    .tab-img:nth-child(3n+4) {
    	margin-left: 1.6%;
    }
    .tab-img:nth-child(2n+3) {
    	margin-left: 0;
    }
}