/*--------------------------------------------------------------
## Galun elektronika Template 
--------------------------------------------------------------*/

/*----- reset START -----*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="text"] {
    outline: none;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

/*----- reset END -----*/

/*----- theme START -----*/

body {
	font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    min-width: 1140px;
}

main {
    float: left;
    min-height: 700px;
    width: 100%;
}

p {
    line-height: 1.4;
}

a {
    text-decoration: none;
}

.a-red {
    color: #f00;
}

.a-red:hover {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.home .t1 h2 {
    font-size: 28px;
    font-weight: normal;
    background: #c3c3c2;
    display: inline-block;
    margin: -50px auto 25px auto;
    padding: 15px 40px 3px 40px;
    border-radius: 4px;
    position: relative;
    top: -10px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-right: 15px; 
    line-height: 1.4;
}

h6 {
    font-size: 18px;
    margin-bottom: 20px;
}

textarea {
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    background: #fff;
    resize: none;
    width: 100%;
    padding: 11px;
    font-size: 14px;
    height: 213px;
    outline: none;
    box-sizing: border-box;
}

textarea.big {
    height: 240px;
}

.title-wrap {
    width: 100%;
    display: inline-block;
    text-align: center;
}

header {
    float: left;
    width: 100%;
    background: #eaeaea;
    position: relative;
    z-index: 2;
}

.home header {
    background: rgba(255,255,255,0.7);
}

.logo {
    width: 245px;
    height: 50px;
    margin: 41px 0;
    float: left;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}

.qcontact {
    float: right;
    margin: 20px 0 0 40px;
}

/*------- nav start ------*/

nav {
    width: 100%;
    float: left;
    background: #b6392c;
    border-bottom: 10px solid #323232;
}

nav ul {
    float: left;
    border-left: 1px solid #cc756c;
    position: relative;
    overflow: visible;
}

nav li {
    float: left;
}

nav li a {
    float: left;
    padding: 24px 20px 23px 20px;
    border-right: 1px solid #cc756c;
    color: #fefefe;
}

nav li a:hover,
nav li.active a {
    padding: 24px 20px 13px 20px;
    border-bottom: 10px solid #323232;
}

nav li .submenu.lvl-1 {
    float: left;
    background: #323232;
    position: absolute;
    top: 61px;
    left: -1px;
    padding: 20px 10px;
    z-index: 1;
    white-space: nowrap;
    width: 880px;
}

nav li:hover .submenu.lvl-1 {
    display: inline-block;
}


.submenu-list.depth-1 {
    float: left;
    margin: 0 10px;
    border: none;
    width: 270px;
}

.submenu-list.depth-1 li {
    border: none;
    border-bottom: 1px solid #454545;
    width: 100%;
    padding: 14px 0;
}

.submenu-list.depth-1 li a {
    float: left;
    border: none;
    padding: 0;
    color: #e2e2e2;
    font-weight: bold;
}

.submenu-list.depth-1 li a:hover {
    float: left;
    border: none;
    padding: 0;
    text-decoration: underline;
}

.submenu-list.depth-2 {
    border: none;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: disc;
    color: #e2e2e2;
    width: 100%;
}

.submenu-list.depth-2 li {
    border: none;
    margin: 0 0 0 20px;
    padding: 4px 0;
    float: none;
}

.submenu-list.depth-2 li a {
    font-weight: normal;
}

#search-container {
    width: 100%;
    float: left;
    background: #323232;
    padding-bottom: 10px;
    display: none;
    position: absolute;
    top: 62px;
}

#search-container.active {
    display: block;
}

#search-container .image-button {
    display: none;
}

.mobile-search-button {
    display: none;
}

#search-container .search-wrap {
    width: 740px;
    margin: 0 auto;
    float: none;
}

#search-container input[type="text"] {
    width: 645px;
    float: left;
}

#search-container .mobile-search-button {
    float: right;
    margin: 0;
    display: inline-block;
}

#mobile-nav {
    display: none;
    position: relative;
    width: 100%;
    float: left;
}

#mobile-nav-controls-container {
    width: 100%;
    background: #b6392c;
    border-bottom: 10px solid #323232;
    float: left;
}

#mobile-nav-controls {
    width: 740px;
    margin: 0 auto;
}

#mobile-nav-opener {
    width: 32px;
    height: 32px;
    background: url(../images/menu.png);
    margin: 10px 0;
    float: left;
}

#search-opener {
    width: 32px;
    height: 32px;
    background: url(../images/search-white.png);
    margin: 10px 0;
    float: right;
}

#mobile-menu {
    float: left;
    width: 100%;
    background: #323232;
    display: none;
    position: absolute;
    top: 62px;
}

#mobile-menu.active {
    display: block;
}

#mobile-menu ul {
    margin: 0 auto;
    width: 740px;
}

#mobile-menu li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #454545;
    padding: 0;
}

#mobile-menu a {
    float: left;
    width: 100%;
    font-weight: bold;
    color: #e2e2e2;
    padding: 15px 0;
}

#mobile-menu .submenu {
    float: left;
    width: 100%;
}

#mobile-menu .submenu-list {
    float: left;
    margin: 0;
    border: none;
    width: 100%;
}

#mobile-menu .submenu-list li {
    padding: 5px 0;
}

#mobile-menu .submenu-list a {
    float: left;
    margin: 10px 30px;
    border: none;
    width: auto;
    font-weight: normal;
    padding: 0;
}

#mobile-menu .submenu-list.depth-2 {
    float: left;
    margin: 0 0 10px 0;
    border: none;
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
    list-style: disc;
}

#mobile-menu .submenu-list.depth-2 li {
    margin: 0;
    padding: 6px 0;
    border: none;
    width: 100%;
    font-weight: normal;
    float: none;
}

#mobile-menu .submenu-list.depth-2 a {
    float: none;
    margin: 0;
    padding: 0;
}

/*------- nav end ------*/

#slider-position {
    position: absolute;
    top: 0;
    width: 100%;
    height: 690px;
    z-index: 0;
    overflow: hidden;
}

#slider-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 690px;
    z-index: 0;
    overflow: hidden;
}

#slider-container .center {
    width: auto;
    max-width: 1140px;
}

.slide {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.slide img {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -1000px;
    z-index: 0;
}

.slider-box {
    background: rgba(0,0,0,0.7);
    border-radius: 4px;
    margin-top: 300px;
    color: #fff;
    width: 400px;
    padding: 30px;
    position: relative;
    z-index: 200;
    float: left;
    margin-bottom: 150px;
}

.slider-box h1 {
    font-weight: normal;
    font-size: 30px;
}

.slider-box p {
    font-size: 18px;
    padding-top: 20px;
}

.slider-box .button {
    float: left;
    margin: 0;
    margin-top: 30px;
}

#category-container {
    width: 100%;
    background: #c3c3c2;
    float: left;
    margin-top: 486px;
    padding-bottom: 85px;
    position: relative;
    z-index: 1;
}

.category-wrap {
    float: left;
    margin: 28px 28px 0 0;
    width: 264px;
    text-align: left;
}

.category-box {
    width: 264px;
    height: 100px;
    background: #fff;
    display: table;
    border-radius: 2px;
    float: left;
}

.category-wrap a {
    color: #000;
}

.category-wrap a:hover {
    color: #464646;
}

.category-icon {
    width: 70px;
    height: 70px;
    margin: 15px;
}

.category-shadow {
    width: 264px;
    height: 13px;
    background: url(../images/senca.png) no-repeat;
    float: left;
    background-size: 100% auto;
}

#service-container {
    width: 100%;
    background: #fff;
    float: left;
    text-align: center;
    position: relative;
    z-index: 1;
}

#service-container .wpb_row {
    margin-bottom: 0;
}

h5 {
    display: inline-block;
    margin: -40px auto 0 auto;
    padding: 15px 40px 3px 40px;
    border-radius: 4px;
    background: #fff;
    font-size: 28px;
    font-weight: normal;
    position: relative;
    top: -44px;
}

.col3:nth-of-type(3n+3) { 
    margin-right: 0; 
}

.service-icon {
    height: 70px;
    width: 70px;
    background: url(../images/storitve.png);
    margin: 0 auto 18px auto;
}

.col3 {
    width: 350px !important;
    margin: 0 40px 10px 0;
    float: left;
    font-size: 16px;
} 

.col3 p {
    padding: 9px 0 !important;
}

#half {
    width: 100%;
    float: left;
    position: relative;
    min-width: 1140px;
    color: #fff;
    background: #323232;
    overflow: hidden;
}

#half h2,
#half h6 {
    font-size: 22px;
    font-weight: normal;
}

#half h6 {
    padding-bottom: 20px;
}

#half h2 {
    padding-bottom: 40px;
}

.article {
    position: relative;
    width: 540px;
}

.left-half {
    background: #323232;
    width: 50%;
    float: left;
}

.left-half .article {
    float: right;
    padding: 35px 30px 48px 0;
    font-size: 15px;
}

.left-half p {
    padding-bottom: 6px;
}

.right-half {
    background: #b6392c;
    width: 50%;
    right: 0;
    position: absolute;
    height: 100%;
}

.right-half .button {
    margin: 39px 0 0 0;
}

.right-half .article {
    float: left;
    padding: 35px 0 58px 30px;
}

.news-title {
    font-size: 16px;
    font-weight: bold;
    dispaly: block;
}

.news-title a {
    color: #000;
}

.home .news-title a {
    color: #fff;
}

.news-date {
    font-size: 12px;
    padding: 8px 0 15px 0;
    display: block;
}

.nimage {
    width: 265px;
    height: 185px;
    background: #d2d2d2;
    float: left;
    margin-right: 20px;
}

.nimage img {
    max-width: 100%;
    max-height: 100%;
}

#subscription {
    float: left;
    width: 100%;
    background: #d2d2d2;
}

#subscription span {
    float: left;
    font-size: 21px;
    padding: 48px 40px 48px 0;
}

#subscription p {
    float: left;
    padding: 38px 0;
}

#enovice-prijava {
    float: right;
    margin: 38px 0;
    position: relative;
}

#enovice-prijava input[type="text"] {
    border: 1px solid #969696;
}

.strinjam-se-wrap {width: 350px;}

@media (max-width: 500px) {
    .strinjam-se-wrap {
        width: 100%;
    }
}

.strinjam-se-wrap label {
    font-size: 14px;
}

.strinjam-se-wrap .disclaimer-text {
    display: none;
    background: #323232;
    line-height: 140%;
    position: absolute;
    z-index: 9999;
    padding: 10px;
    color: #f0f0f0;
    margin-top: 3px;

}

.strinjam-se-wrap:hover .disclaimer-text {
    display: block;
}

.enovice-status {
    position: absolute;
    top: 55px;
    left: 0;
    font-weight: bold;
}

footer {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.home footer {
    margin-top: 0;
}

#partner-container {
    padding: 20px 0;
    border-top: 1px solid #d2d2d2;
}

#partner-container img {
    margin-right: 27px
}

#partner-container img:last-child {
    margin-right: 0px;
}

#partner-slider-container {
    position: relative;
    height: 68px;
    overflow: hidden;
}

#partner-slider {
    position: absolute;
    display: table;
    left: 0;
    min-width: 100%;
    white-space: nowrap;
}

#main-footer {
    width: 100%;
    float: left;
    color: #fff;
    background: #464646;
    padding: 30px 0;
    
}

#main-footer .logo {
    width: 100%;
    margin: 20px 0 33px 0;
}

#main-footer a {
    color: #fff;
}

#fcontact-container {
    width: 50%;
    float: left;
}

.fcontact {
    float: left;
    width: 50%;
    margin-bottom: 25px;
}

.fcontact p {
    line-height: 1.8;
}

.fcontact a {
    text-decoration: underline;
}

.fcontact a:hover {
    text-decoration: none;
}

#fcol-container {
    width: 50%;
    float: left;
}

.fcol {
    width: 33.333%;
    float: left;
    margin-top: 20px;
}

.fcol.double {
    width: 66.666%;
}

.fcol.double ul {
    float: left;
    width: 50%;
    margin-top: 7px;
}

.fcol span {
    padding-bottom: 38px;
    display: block;
}

.fcol.double li {
    padding: 0 0 27px 0;
}

.fcol.double a {
    margin-bottom: 0;
}

.fcol a {
    margin-bottom: 13px;
    display: block;
}

.fcol a:hover {
    text-decoration: underline;
}

.fico {
    width: 29px;
    height: 29px;
    margin-right: 15px;
    float: left;
}

.fb {
    background: url(../images/fb.png);
}

.ln {
    background: url(../images/ln.png);
}

.gp {
    background: url(../images/gp.png);
}

span.social {
    padding: 7px 0;
    margin: 0;
}

#bottom-footer {
    width: 100%;
    float: left;
    background: #323232;
    color: #8c8c8c;
    padding: 26px 0;
}

#bottom-footer a {
    color: #8c8c8c;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#ns-logo {
    width: 102px;
    height: 15px;
    background: url(../images/ns-logo.png);
    float: right;
    margin-left: 10px;
}
    

/*----- theme END -----*/


/*----- classes START -----*/

.center {
    width: 1140px !important;
    margin: 0 auto !important;
    float: none !important;
}

.search-wrap {
    float: right;
    position: relative;
    margin-top: 11px;
}

input[type="text"].search {
    background: #fff;
    border: none;
    padding: 11px;
    border-radius: 4px;
}

.image-button {
    position: absolute;
    right: 6px;
    top: 5px;
    width: 32px;
    height: 32px;
    background: url(../images/search.png);
    border: none;
    outline: none;
}

::-webkit-input-placeholder {
    font-style: italic;
    font-size: 14px;
    color: #505050;
}

:-moz-placeholder { 
    font-style: italic;
    font-size: 14px;
    color: #505050;
}

::-moz-placeholder {  
    font-style: italic;
    font-size: 14px;
    color: #505050;
}

:-ms-input-placeholder {  
    font-style: italic;
    font-size: 14px;
    color: #505050;
}

.button {
    border-radius: 4px;
    padding: 12px 18px;
    border: none;
    outline: none;
    margin: 0;
    font-size: 14px;
    float: left;
    margin-left: 16px;
}

.button.light {
    background: #fff;
    color: #000;
}

.button.light:hover {
    background: #ddd;
}

.button.dark {
    background: #323232;
    color: #fff;
}

.button.dark:hover {
    background: #121212;
}

.button.red {
    background: #b6392c;
    color: #fff;
}

.button.red:hover {
    background: #96190c;
}

.button.gray {
    background: #d2d2d2;
    color: #323232;
}

.button.gray:hover {
    background: #b2b2b2;
}

input[type="text"] {
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    background: #fff;
    padding: 12px 15px;
    margin: 0;
    min-width: 210px;
    font-size: 14px;
    float: left;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    background: url(../images/puscica.png) 93% 50% no-repeat;
    padding: 12px 15px;
    margin: 0;
    min-width: 210px;
    font-size: 14px;
    float: left;
}

select:focus {
    outline: none;
}

#left-side {
    width: 270px;
}

#side-nav {
    width: 100%;
    border: none;
    background: none;
}

#side-nav ul {
    width: 100%;
    border: none;
    background: none;
}

#side-nav li {
    width: 100%;
    border: none;
    background: none;
}

#side-nav li a {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: #d2d2d2;
    padding: 17px 20px;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
}

#side-nav li a:hover {
    background: #b2b2b2;
}

#side-nav ul.side-nav-sub {
    background: #323232;
    color: #fff;
    display: none;
    padding-left: 40px;
    padding-bottom: 17px;
    box-sizing: border-box;
}

#side-nav .active ul.side-nav-sub {
    display: inline-block;
}

#side-nav .active a {
    background: #323232;
    color: #fff;
    border: none;
}

#side-nav .active a:hover {
    text-decoration: underline;
    background: #323232;
}

#side-nav ul.side-nav-sub li {
    padding: 5px 0;
    box-sizing: border-box;
    float: none;
    list-style: disc;
}

#side-nav ul.side-nav-sub a {
    border: none;
    background: none;
    padding: 0;
    font-weight: normal;
    color: #fff;
    width: auto;
}

#side-nav ul.side-nav-sub a:hover {
    text-decoration: underline;
}

#page-position {
    width: 100%;
    float: left;
    padding: 20px 0;
}

#page-position span {
    font-size: 12px;
}

#page-position span a {
    color: #000;
}

#page-position span a:hover {
    text-decoration: underline;
}

#content-right {
    float: left;
    width: 870px;
}

.product-box {
    width: 260px;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: 30px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 30px;
}

/* @ns-comment JureR: 08.06.16 13:45
    dodal ker se niso pravilno prikazovali stoplci izdelkov. je včasih
    različno dolg naslov izdelka in pride v dve vrstice in stolpec na redi večji od ostalih.
    primer: http://www.servisna-oprema.si/kategorije_izdelkov/vzdrzevanje_klim_pribor/
*/

        #content-right span.product-title {
            display: table;
            min-height: 32px;
        }

        #content-right span.product-title a {
            display: table-cell;
            vertical-align: middle;
        }

/* @end-ns-comment */




.product-thumb {
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
    text-align: center;
}

.product-title a {
    color: #b6392c;
    font-weight: bold;
    font-size: 16px;
}

.product-box p {
    padding: 8px 0;
}

.product-box .button {
    margin: 10px 0 0 0;
}

#left-content {
    width: 780px;
    float: left;
    box-sizing: border-box;
    padding-right: 30px;
}

.right-side {
    width: 360px;
    float: right;
}

.right-side img {
    float: right;
}

h1 {
    font-size: 26px;
    padding-bottom: 30px;
}

.sl {
    list-style: disc;
    margin-left: 20px;
}

.sl li {
    padding: 3px 0;
}

/*----- entry content -----*/

.entry-content {
    line-height: 1.5;
}

.entry-content p {
    padding-bottom: 18px;
}

.entry-content ul {
    list-style: disc;
    margin-left: 20px;
}

.vc_row p {
    padding-bottom: 0;
}

.product-image {
    width: 100%;
    height: 360px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 8px;
    float: left;
    margin-top: 20px;
    text-align: center;
}

.product-thumb img,
.product-image img {
    max-width: 100%;
    max-height: 100%;
    float: none;
}

#product-thumb-small-container {
    float: left;
    width: 100%;
    margin: 10px 0 17px 0;
}

.product-thumb-small {
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 5px;
    float: left;
    margin-right: 13px; 
    margin-bottom: 13px;
    text-align: center;
}

.product-thumb-small img {
    max-width: 100%;
    max-height: 100%;
    float: none;
}

#buy-box-wrap {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

#buy-box {
    border-radius: 4px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 0 !important;
}

#buy-box .wpb_content_element {
    margin-bottom: 0;
}

#buy-box p {
    padding: 0 0 5px 0 !important;
}

#buy-box.light {
    background: #d2d2d2;
}

#buy-box.dark {
    background: #323232;
    color: #fff;
}

#buy-title {
    font-size: 18px;
    font-weight: bold;
}

#buy-box p {
    padding: 10px 0;
}

#buy-box .button {
    margin: 5px 0 0 0;
}

.buy-box-shadow {
    width: 100%;
    height: 13px;
    background: url(../images/senca_dolga.png) no-repeat;
    background-size: 100% auto;
    float: left;
}

.s18 {
    font-size: 18px;
    margin: 30px 0;
    display: block;
}

.news {
    float: left;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.news .button {
    margin: 30px 0 0 0;
}

.news p {
    display: inline-block;
    width: 840px;
}

.pager {
    float: left;
    width: 840px;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding: 30px 0;
    margin-left: 30px;
}

.page-numbers {
    padding: 8px 13px;
    border-radius: 4px;
    margin-left: 1px;
    color: #000;
}

.page-numbers:hover,
.page-numbers.current {
    background: #d2d2d2;
}

#card {
    float: left;
    width: 100%;
    background: #e6e6e6;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 40px;
}

.col2 {
    float: left;
    width: 50%;
}

.s16 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 25px;
    display: inline-block;
}

.vc-contact-right .button {
    margin: 0;
}

#contact-form span {
    padding: 13px 0 0 20px;
    float: left;
}

#contact-form input[type="text"] {
    margin-bottom: 10px;
}

#contact-form textarea {
    margin-bottom: 20px;
}

#map {
    float: left;
    width: 100%;
    height: 514px;
    margin: 50px 0;
    background: #d2d2d2;
}

#contact-inputs {
    width: 100%;
    float: left;
    margin: 50px 0 10px 0;
}

#contact-inputs input {
    margin-right: 22px;
}

#contact-inputs :last-child {
    margin-right: 0;
}

.star {
    float: left;
    margin: 0;
    padding: 0;
    color: #505050;
}

#contact-form .star {
    margin: 0 0 0 4px;
    padding: 0;
}

#contact-inputs .star {
    margin: 0 0 0 -18px;
    padding: 0;
}

.nimage-big img {
    float: right;
    margin: 0 0 30px 30px;
    height: 100%;
    max-width: 450px;
}

#search-list {
    margin-top: 30px;
}

#search-list ul {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#search-list li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#search-list li a {
    font-size: 16px;
    color: #000;
}

#search-list li a:hover {
    text-decoration: underline;
}

#search-list h2 {
    margin-bottom: 15px;
    font-size: 20px;
}

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

#povprasevanje {
    position: relative;
}

#povprasevanje .button {
    margin-left: 0;
}

#povprasevanje .field-wrap {
    width: 20%;
    display: block;
    float: left;
}


#povprasevanje .field-wrap.ns-varstvo-checkbox-wrap {
    width: 100% !important;
}

#povprasevanje .label-above label {
    margin-left: -5px;
}

#povprasevanje input[type="text"] {
    width: 65% !important;
}

#povprasevanje .textarea-wrap {
    width: 100%;
}

#povprasevanje textarea {
    height: 300px;
}

#povprasevanje .ninja-forms-required-items {
    float: left;
    bottom: 43px;
}

#ninja_forms_form_5 {
    float: left;
}

.cr-title {
    margin-left: 30px;
}

/*----- classes END -----*/

@media only screen and (min-width: 970px) {
    nav li .submenu.lvl-1 {
        display: none!important;
    }
}

@media only screen and (max-width: 1170px) and (min-width: 970px) {
    body {
        min-width: 940px;
    }
    
    #half {
        min-width: 940px;
    }
    
    .article {
        width: 440px;
    }
    
    .center {
        width: 940px !important;
    }
    
    .category-wrap {
        width: 294px;
    }
    
    .category-wrap:nth-of-type(3n+3) { 
        margin-right: 0; 
    }

    .category-box {
        width: 294px;
    }

    .category-shadow {
        width: 294px;
    }
    
    #subscription span {
        width: 100%;
        padding: 48px 0 0 0;
    }
    
    .col3 {
        width: 283px !important;
    }
    
    .news p {
        width: 640px;
    }
    
    #left-side {
        width: 223px;
    }
    
    #content-right {
        width: 717px;
    }
    
    .pager {
        width: 697px;
        margin-left: 20px;
    }
    
    .product-box {
        width: 219px;
        margin: 0 0 20px 20px;
        min-height: 465px
    }
    
    .product-box p {
        min-height: 140px;
    }
    
    .product-thumb {
        height: 197px;
    }
    
    .right-side {
        width: 310px;
    }
    
    .product-image {
        height: 310px;
    }
    
    .product-thumb-small {
        width: 94px;
        height: 94px;
    }
    
    #product-thumb-small-container :nth-of-type(3n+3) {
        margin-right: 0;
    }
    
    #left-content {
        width: 630px;
    }
    
    #povprasevanje .field-wrap {
        width: 25%;
    }

    #povprasevanje .label-above label {
        margin-left: -5px;
    }

    #povprasevanje input[type="text"] {
        width: 90% !important;
    }

    #povprasevanje .textarea-wrap {
        width: 100%;
    }
    
    /*----- visual composer hacks -----*/

    .vc-contact-left {
        padding-right: 15px !important;
    }

    .vc-contact-right {
        padding-left: 15px !important;
    }
    
}

@media only screen and (max-width: 970px) and (min-width: 760px) {
    body {
        min-width: 730px;
    }
    
    header .logo {
        width: 210px;
        height: 40px;
    }
    
    .qcontact {
        font-size: 12px;
        margin: 30px 0 0 20px;
    }
    
    .main-nav {
        display: none;
    }
    
    #mobile-nav {
        display: block;
    }
    
    .slider-box {
        margin-top: 275px;
        margin-bottom: 175px;
    }
    
    #half {
        min-width: 730px;
    }
    
    .left-half {
        width: 100%;
    }
    
    .right-half {
        width: 100%;
        float: left;
        position: relative;
    }
    
    .left-half .article {
        padding: 35px 0;
        float: none;
    }
    
    .right-half .article {
        padding: 35px 0;
        float: none;
    }
    
    .article {
        width: 730px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    
    .article .button {
        float: none;
        display: inline-block;
    }
    
    .center {
        width: 730px !important;
    }
    
    .category-wrap {
        width: 351px;
    }
    
    .category-wrap:nth-of-type(2n+2) { 
        margin-right: 0; 
    }

    .category-box {
        width: 351px;
    }

    .category-shadow {
        width: 356px;
        height: 15px;
    }
    
    #subscription span {
        width: 100%;
        padding: 48px 0 0 0;
    }
    
    #subscription p {
        width: 350px;
    }
    
    #fcontact-container {
        width: 35%;
    }
    
    #fcontact-container .logo {
        width: 235px;
        height: 40px;
        display: none;
    }
    
    .fcontact {
        width: 100%;
        margin: 20px 0 0 0;
    }
    
    #fcol-container {
        width: 65%;
    }
    
    .col3 {
        width: 100% !important;
        margin: 35px 0;
    }
    
     #content-right {
        width: 460px;
    }
    
    .pager {
        width: 430px;
    }
    
    .product-box {
        width: 430px;
        margin: 0 0 30px 30px;
    }
    
    .product-thumb {
        height: 417px;
    }
    
    .right-side {
        margin: 0 auto;
        float: none;
    }
    
    .product-image {
        height: 310px;
    }
    
    #product-thumb-small-container :nth-of-type(4n+4) {
        margin-right: 0;
    }
    
    #left-content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .news p {
        width: 450px;
    }
    
    #povprasevanje .field-wrap {
        width: 33.333%;
    }

    #povprasevanje .label-above label {
        margin-left: -5px;
    }

    #povprasevanje input[type="text"] {
        width: 90% !important;
    }

    #povprasevanje .textarea-wrap {
        width: 100%;
    }
    
    /*----- visual composer hacks -----*/

    .vc-contact-left {
        padding-right: 0 !important;
        width: 100% !important;
    }

    .vc-contact-right {
        padding-left: 0 !important;
        margin: 0 auto;
        width: 320px !important;
        float: none !important;
    }
    
    .wpb_gmaps_widget {
        margin-bottom: 30px !important;
    }
    
    .vc_col-sm-4 {
        width: 100% !important;
        float: left !important;
    }
    
}

@media only screen and (max-width: 760px) {
    body {
        min-width: 320px;
    }
    
    header .logo {
        margin: 20px auto;
        float: none;
    }
    
    .qcontact {
        display: none;
    }
    
    .main-nav {
        display: none;
    }
    
    #mobile-nav {
        display: block;
    }
    
    #mobile-nav-controls {
        width: 320px;
    }
    
    #search-container .search-wrap {
        width: 320px;
        margin: 0 auto;
    }

    #search-container input[type="text"] {
        width: 225px;
        float: left;
    }
    
    #mobile-menu ul {
        width: 320px;
    }
    
    #slider-container .center {
        width: 320px !important;
    }
    
    .slider-box {
        margin-top: 165px;
        margin-bottom: 165px;
        margin-left: 0;
        width: 320px;
        box-sizing: border-box;
    }
    
    .slick-arrow {
        margin-top: 170px;
    }
    
    #half {
        min-width: 320px;
    }
    
    .left-half {
        width: 100%;
    }
    
    .right-half {
        width: 100%;
        float: left;
        position: relative;
    }
    
    .left-half .article {
        padding: 35px 0;
        float: none;
    }
    
    .right-half .article {
        padding: 35px 0;
        float: none;
    }
    
    .article {
        width: 320px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    
    .article .button {
        float: none;
        display: inline-block;
    }
    
    .center {
        width: 320px !important;
    }
    
    .category-wrap {
        width: 320px;
        margin-right: 0;
    }

    .category-box {
        width: 320px;
    }

    .category-shadow {
        width: 320px;
        height: 15px;
    }
    
    .nimage {
        margin-bottom: 15px;
    }
    
    #subscription span {
        width: 100%;
        padding: 35px 0 0 0;
    }
    
    #subscription p {
        width: 320px;
        padding: 20px 0;
    }
    
    #subscription form {
        float: left;
        margin: 0 auto 35px auto; 
    }
    
    #subscription input[type="text"] {
        width: 190px;
        min-width: 0;
    }
    
    #fcontact-container {
        width: 100%;
        margin-bottom: 15px;
    }
    
    #fcontact-container .logo {
        width: 235px;
        height: 40px;
        display: none;
    }
    
    .fcontact {
        width: 100%;
        margin: 20px 0 0 0;
    }
    
    #fcol-container {
        width: 100%;
    }
    
    .fcol {
        width: 100%;
    }
    
    .fcol.double {
        width: 100%;
    }
    
    .fcol span {
        padding: 20px 0;
    }
    
    span.social {
        padding: 7px 0;
    }
    
    .fl {
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 18px;
        width: auto;
    }
    
    .fr {
        display: block;
        float: none;
        margin: 0 auto;
        width: auto;
    }
    
    #ns-logo {
        float: none;
        display: inline-block;
        margin-bottom: -3px;
    }
    
    .col3 {
        width: 100% !important;
        margin: 35px 0;
    }
    
    #side-nav {
        display: none;
    }
    
     #content-right {
        width: 320px;
    }
    
    .pager {
        width: 320px;
        margin-left: 0;
    }
    
    .product-box {
        width: 320px;
        margin: 0 0 20px 0;
    }
    
    .product-thumb {
        height: 307px;
    }
    
    .right-side {
        margin: 0 auto;
        float: none;
        width: 320px;
    }
    
    .product-image {
        height: 310px;
    }
    
    #product-thumb-small-container :nth-of-type(4n+4) {
        margin-right: 0;
    }
    
    .product-thumb-small {
        width: 70px;
        height: 70px;
    }
    
    #left-content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .news p {
        width: 320px;
    }
    
    .nimage-big img {
        width: 320px;
    }
    
    .col2 {
        width: 100%;
        margin: 20px 0;
    }
    
    #povprasevanje .field-wrap {
        width: 100%;
    }

    #povprasevanje input[type="text"] {
        width: 95% !important;
    }

    #povprasevanje .textarea-wrap {
        width: 100%;
    }
    
    /*----- visual composer hacks -----*/

    .vc-contact-left {
        padding-right: 0 !important;
    }

    .vc-contact-right {
        padding-left: 0 !important;
    }
    
    .wpb_gmaps_widget {
        margin-bottom: 30px !important;
    }
    
    .contact-column-2 {
        margin-top: 30px !important;
    }
    
}


@media only screen and (min-width: 1170px) {
    .category-wrap:nth-of-type(4n+4) { 
        margin-right: 0; 
    }
    
    #product-thumb-small-container :nth-of-type(4n+4) {
        margin-right: 0;
    }
    
    .product-box p {
        min-height: 100px;
    }
    
    /*----- visual composer hacks -----*/

    .vc-contact-left {
        padding-right: 15px !important;
    }

    .vc-contact-right {
        padding-left: 15px !important;
    }
    
}

@media only screen and (max-width: 1315px) and (min-width: 760px) {   
    #slider-container .center {
        max-width: none;
    }
    
    .slider-box {
        margin-left: 90px;
    }
}

/*----- visual composer hacks -----*/

.ninja-forms-form {
    position: relative;
}

.ninja-forms-required-items {
    position: absolute;
    bottom: 13px;
    right: 0;
}

.ninja-forms-req-symbol {
    color: #000 !important;
}

.ninja-forms-form input[type="text"] {
    width: 80% !important;
}

label {
    font-size: 0;
    display: inline-block !important;
    width: auto !important;
}

label span {
    font-size: 14px;
    color: #505050 !important;
    margin-left: 10px;
}

.vc-reset {
    margin-bottom: 0 !important;
}