@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border: 0;
}


/* Custom CSS
 * --------------------------------------- */
@font-face {
    font-family: 'TwCenMTRegular';
    src: url('../fonts/twcenmt.eot');
    src: url('../fonts/twcenmt.eot') format('embedded-opentype'),
        url('../fonts/twcenmt.woff2') format('woff2'),
        url('../fonts/twcenmt.woff') format('woff'),
        url('../fonts/twcenmt.ttf') format('truetype'),
        url('../fonts/twcenmt.svg#TwCenMTRegular') format('svg');
}

@font-face {
    font-family: 'TwCenMTItalic';
    src: url('../fonts/twcenmtitalic.eot');
    src: url('../fonts/twcenmtitalic.eot') format('embedded-opentype'),
        url('../fonts/twcenmtitalic.woff2') format('woff2'),
        url('../fonts/twcenmtitalic.woff') format('woff'),
        url('../fonts/twcenmtitalic.ttf') format('truetype'),
        url('../fonts/twcenmtitalic.svg#TwCenMTItalic') format('svg');
}

@font-face {
    font-family: 'TwCenMTBold';
    src: url('../fonts/twcenmtbold.eot');
    src: url('../fonts/twcenmtbold.eot') format('embedded-opentype'),
        url('../fonts/twcenmtbold.woff2') format('woff2'),
        url('../fonts/twcenmtbold.woff') format('woff'),
        url('../fonts/twcenmtbold.ttf') format('truetype'),
        url('../fonts/twcenmtbold.svg#TwCenMTBold') format('svg');
}




body{
    font-family: 'TwCenMTRegular';
    color: #333;
}

.wrap{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

h1{
    font-size: 4.5em;
    line-height: .9em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
}

p{
    font-size: 2em;
}

a:active, a:focus, a:active:focus, a:hover {outline: none !important;}


/* Cookie consent settings button
* --------------------------------------- */
#cc-show-settings {
    display: block !important;
    position: fixed;
    z-index: 5;
    right: 0;
    bottom: -1em;
    background: #fff;
    box-shadow: 0 .625em 1.875em #000;
    box-shadow: 0 .625em 1.875em rgba(2,2,3,.28);
    
    transform: scale(.95);
    visibility: hidden;
    opacity: 0;
    
    
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 600;
    transition: background-color .25s ease,visibility .25s linear,otransitionpacity .25s ease,transform .25s ease,bottom .25s ease !important;
    background: #2d4156;
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: .82em;
    padding: 1em 1.7em;
    text-align: center;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#cc-show-settings.show--btn {
    opacity: 1;
    transform: scale(1);
    visibility: visible !important;
}
#cc-show-settings:hover, #cc-show-settings:active {
    background: #1d2e38;
    bottom: 0em;
    
}





/* Centered texts in each section
* --------------------------------------- */
.section{
    text-align:center;
}


/* Backgrounds will cover all the section
* --------------------------------------- */
.section{
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}

/* Defining each sectino background and styles
* --------------------------------------- */
.section{
    text-align:center;
}
.scroll {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    height: 80px;
    background: url(../img/arrow.png) no-repeat center bottom;
    cursor:pointer;
}
.scroll-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    height: 20px;
    background: url(../img/arrow_small.png) no-repeat center bottom;
    cursor:pointer;
}


img.srcki {
    width:32px;
    height:32px;
    padding-bottom:6px;
}


#menu{
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 130px;
    background: rgba(255,255,255,0.6);
}
#menu li {
    display: inline-block;
    color: #000;
    position: relative;
}
#menu li a{
    text-transform: uppercase;
    color:#000;
    font-size: 18px;
    padding: 50px 0 5px 0;
    margin: 0 15px;
    width: 130px;
    display: block;
    border-bottom: 2px solid transparent;
}
#menu li a:hover, #menu .active a, #menu a.active {
    border-bottom: 2px solid #000;
}

#menu li a .brand-logo {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}
#menu li a .brand-logo img {height: 35px; width: auto;}

#menu .logo{
    text-indent: -999em;
    display: block;
    height: 75px;
    background: url(/img/logo.svg) no-repeat center 25px;
    width: 220px;
}

@media all and (-ms-high-contrast:none) {
    /* IE10 */
    #menu .logo{
        background: url(../img/logo.png) no-repeat center 25px;
        background-size: 206px 76px;
    }

    /* IE11 */
    *::-ms-backdrop, #menu .logo{
        background: url(../img/logo.png) no-repeat center 25px;
        background-size: 206px 76px;
    }

}



#menu .logo:hover, #menu .logo.active{
    border: none;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style:none;
    margin-top: -40px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 41px;
    height: 80px;
    border:none;
    background:url(../img/arrow_prev.png) no-repeat left top;
}
.fp-controlArrow.fp-next {
    right: 15px;
    width: 41px;
    height: 80px;
    border:none;
    background:url(../img/arrow_next.png) no-repeat left top;
}





.wrapper .content{
    width: 50%;
    margin: 0 auto;
}
.content span {
    color: #FFF;
    font-size:32px;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 20px;
    display: block;
}
.content p, .wrapper1 .box p, .content a{
    color: #E5E5E5;
    font-size: 18px;
    text-decoration: none;
}
.content a:hover{
    text-decoration: underline;
}


.slide {
    position:relative;
}
.slide .wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    padding:20px 0 50px 0;
    min-height: 20%;
}


/*
background: rgba(229,229,229,0.4);
rgba(136, 41, 0, 0.4);
rgba(120,131,134, 0.4);
*/

.Olea #slide1 {
    background-image: url(../img/kuhinje/SVEA_Olea_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Olea #slide2 {
    background-image: url(../img/kuhinje/SVEA_Olea_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Olea #slide3 {
    background-image: url(../img/kuhinje/SVEA_Olea_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Olea #slide4 {
    background-image: url(../img/kuhinje/SVEA_Olea_4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Olea #slide5 {
    background-image: url(../img/kuhinje/SVEA_Olea_5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Olea #slide1 .wrapper {
    background: rgba(78,78,78, 0.4);
}
.Olea #slide2 .wrapper {
    background: rgba(78,78,78, 0.4);
}
.Olea #slide3 .wrapper {
    background: rgba(78,78,78, 0.4);
}
.Olea #slide4 .wrapper {
    background: rgba(78,78,78, 0.4);
}
.Olea #slide5 .wrapper {
    background: rgba(78,78,78, 0.4);
}

.Gilia #slide1 {
    background-image: url(../img/kuhinje/SVEA_Gilia_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Gilia #slide1 .wrapper {
    background: rgba(78,78,78,0.4);
}


.Tulipana #slide1 {
    background-image: url(../img/kuhinje/SVEA_Tulipana_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Tulipana #slide2 {
    background-image: url(../img/kuhinje/SVEA_Tulipana_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Tulipana #slide3 {
    background-image: url(../img/kuhinje/SVEA_Tulipana_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Tulipana #slide1 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Tulipana #slide2 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Tulipana #slide3 .wrapper {
    background: rgba(78,78,78,0.4);
}



.Estella #slide1 {
    background-image: url(../img/kuhinje/SVEA_Estella_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Estella #slide2 {
    background-image: url(../img/kuhinje/SVEA_Estella_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Estella #slide3 {
    background-image: url(../img/kuhinje/SVEA_Estella_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Estella #slide4 {
    background-image: url(../img/kuhinje/SVEA_Estella_4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Estella #slide5 {
    background-image: url(../img/kuhinje/SVEA_Estella_5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Estella #slide1 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Estella #slide2 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Estella #slide3 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Estella #slide4 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Estella #slide5 .wrapper {
    background: rgba(78,78,78,0.4);
}

.Sintia #slide1 {
    background-image: url(../img/kuhinje/SVEA_Sintia_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Sintia #slide2 {
    background-image: url(../img/kuhinje/SVEA_Sintia_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Sintia #slide3 {
    background-image: url(../img/kuhinje/SVEA_Sintia_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Sintia #slide4 {
    background-image: url(../img/kuhinje/SVEA_Sintia_4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Sintia #slide5 {
    background-image: url(../img/kuhinje/SVEA_Sintia_5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Sintia #slide1 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Sintia #slide2 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Sintia #slide3 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Sintia #slide4 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Sintia #slide5 .wrapper {
    background: rgba(78,78,78,0.4);
}

.Mirabela #slide1 {
    background-image: url(../img/kuhinje/SVEA_Mirabella_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Mirabela #slide2 {
    background-image: url(../img/kuhinje/SVEA_Mirabella_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Mirabela #slide3 {
    background-image: url(../img/kuhinje/SVEA_Mirabella_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Mirabela #slide4 {
    background-image: url(../img/kuhinje/SVEA_Mirabella_4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Mirabela #slide1 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Mirabela #slide2 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Mirabela #slide3 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Mirabela #slide4 .wrapper {
    background: rgba(78,78,78,0.4);
}

.Clivia #slide1 {
    background-image: url(../img/kuhinje/SVEA_Clivia_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Clivia #slide2 {
    background-image: url(../img/kuhinje/SVEA_Clivia_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Clivia #slide1 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Clivia #slide2 .wrapper {
    background: rgba(78,78,78,0.4);
}

.Pina #slide1 {
    background-image: url(../img/kuhinje/SVEA_Pina_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Pina #slide2 {
    background-image: url(../img/kuhinje/SVEA_Pina_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Pina #slide3 {
    background-image: url(../img/kuhinje/SVEA_Pina_3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Pina #slide4 {
    background-image: url(../img/kuhinje/SVEA_Pina_4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Pina #slide5 {
    background-image: url(../img/kuhinje/SVEA_Pina_5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Pina #slide1 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Pina #slide2 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Pina #slide3 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Pina #slide4 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Pina #slide5 .wrapper {
    background: rgba(78,78,78,0.4);
}

.Nera #slide1 {
    background-image: url(../img/kuhinje/SVEA_Nera_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Nera #slide2 {
    background-image: url(../img/kuhinje/SVEA_Nera_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
.Nera #slide1 .wrapper {
    background: rgba(78,78,78,0.4);
}
.Nera #slide2 .wrapper {
    background: rgba(78,78,78,0.4);
}


#top {
    background-image: url(../img/svea_index_home_2.jpg);
    padding: 24% 0 0 0;
    color: #E5E5E5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}

#salon {
    background-image: url(../img/situla_svea_showroom.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
#salon .wrapper {
    background: rgba(78,78,78,0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    padding:20px 0 40px 0;
    min-height: 20%;
}

#svea-about {
    background-image: url(../img/svea_kuhinje_vintage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
#svea-about .wrapper {
    background: rgba(78,78,78,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    padding:20px 0 40px 0;
    min-height: 20%;
}
#svea-about .wrapper .content {
    width:50%;
}


#sale-points {
    background-image: url(../img/svea_shops.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
#sale-points .wrapper {
    background: rgba(78,78,78,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    padding:20px 0 40px 0;
    min-height: 20%;
}
#sale-points .wrapper .content {
    width:60%;
}
#sale-points .wrapper .content .col-trgovine {
    float:left;
    width:33%;
    max-width:33% !important;
    padding:0px;
    color:#e5e5e5;
}
#sale-points .wrapper .content .col-trgovine { /* Popravek 07.02.2022 - ko je ostala samo ena trgovina */
    width:100%;
    max-width:100% !important;
}  
/*
#sale-points .wrapper .content .col-trgovine {
    width:50%;
    max-width:50% !important;
}  Popravek 07.02.2022 - ko sta ostali samo 2 trgovini*/
#sale-points .wrapper .content .col-trgovine h2 {
    color:#e5e5e5;
    font-size:18px;
    margin-bottom:10px;
}

#kontakt {
    background-image: url(../img/kuhinje/SVEA_Olea_4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
#kontakt .wrapper {
    background: rgba(78,78,78,0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    padding:20px 0 40px 0;
    min-height: 20%;
}

@media screen and (max-width: 1366px) {
    #menu li a {
        font-size: 18px;
        padding: 50px 0 5px 0;
        margin: 0;
        width: 130px;
    }
    #menu .logo{
        height: 75px;
        background: url(../img/logo.svg) no-repeat center 40px;
        width: 100px;
        background-size: auto 35px;
    }
}


@media screen and (max-width: 1200px) {
    #sale-points .wrapper .content {
        width:80%;
    }
}


@media screen and (max-width: 991px) {
    .wrapper .content{
        width: 60%;
    }
    #svea-about .wrapper .content {
        width:80%;
    }
    #menu li a {
        font-size: 16px;
        padding: 50px 0 5px 0;
        margin: 0;
        width: 90px;
    }
    #menu .logo{
        height: 75px;
        background: url(../img/logo.svg) no-repeat center 40px;
        width: 100px;
        background-size: auto 35px;
    }
}
@media screen and (max-width: 767px) {
    .wrapper .content{
        width: 80%;
    }
    #svea-about .wrapper .content {
        width:98%;
    }

    #sale-points .wrapper .content {
        width:98%;
    }
    #sale-points .wrapper .content .col-trgovine {
        float:none;
        display:block;
        width:100%;
        max-width:100% !important;
        margin-bottom:20px;
    }


    #menu {
        height:90px;
    }
    #menu li a {
        font-size: 14px;
        padding: 35px 0 5px 0;
        margin: 0;
        width: 85px;
    }
    #menu .logo{
        height: 50px;
        background: url(../img/logo.svg) no-repeat center 25px;
        width: 100px;
        background-size: auto 35px;
    }
}
@media screen and (max-width: 480px) {
    #menu {
        height:55px;
    }
    #menu li a {
        font-size: 14px;
        padding: 25px 0 5px 0;
        margin: 0 5px;
        width: auto;
    }
    #menu .logo{
        height: auto;
        background: url(../img/logo.svg) no-repeat center 10px;
        width: 100px;
        background-size: auto 35px;
    }
}