html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
h1{font-size: 25px;}h2{font-size: 21px;}h3{font-size: 18px;}h4{font-size: 16px;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #555;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */



/*------------------------- CUSTOM PROJEKT AVTORJI -------------------------*/

/* Common */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@400;500;600&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
	color: #21393d;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
}

.max_width {
    max-width: 1400px !important;
    margin: 0 auto;
}

.max_width_s {
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
}

.max_width_xl {
    max-width: 1600px;
    margin: 0 auto;
}

h1 {
	font-size: 3.4em;
    letter-spacing: 1px;
    font-weight: 700;
} 

h3 {
    font-size: 1.8em;
    letter-spacing: 4px;
    font-weight: 600;
}

p {
    margin: 1em 0;
}

button {
    background: #fff;
    font-size: 1.6em;
    color: #21393d;
    border: none;
    padding: 18px 60px;
    border-radius: 30px;
    letter-spacing: 8px;
    cursor: pointer;
    font-weight: 500;
}

button a {
    color: #fff;
    text-decoration: none;
}

button:hover {
    opacity: 0.8;
}

.obj {
    position: absolute;
    transition: all 2000ms;

}

.section {
    padding-left: 5vw;
    padding-right: 5vw;
    z-index: -2;
}


/* Menu */

#menu {
	position:fixed;
	top:0;
	left:0;
	z-index: 70;
	width: 100%;
	padding: 14px 30px 10px 30px;
	margin:0;
    background: #fdf9f8;
}

#menu .logotip {
	float: left;
    display: block;
    width: 250px;
    padding-top: 3px;
}

#menu .nazaj {
    float: right;
    text-align: right;
    width: 280px;
    line-height: 26px;
    padding-top: 3px;
}

#menu li {
    display: block;
    padding: 18px 0;
    border-bottom: 2px solid #faba86;
    text-align: center;
}

#menu li a {
    text-decoration: none;
    color: #21393d;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

.topnav {
    float: right;
}

.topnav > ul {
    top: -300px;
    position: fixed;
    right: 0;
    z-index: 1000;
    transition: 500ms;
    opacity: 1;
}

.topnav.active > ul {
    display: block;
    position: fixed;
    right: 0;
    top: 54px;
    background: #fdf9f8;
    padding: 20px 40px 40px 40px;
    transition: 500ms;
    z-index: 1000;
}

.logotip img {
    height: 25px;
}

.topnav > a img {
    width: 27px;
    margin-top: 3px;
}

.nazaj a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    background: #DD6E45;
    padding: 6px 15px;
    border-radius: 100px;
}

.nazaj a:hover {
    background: #ef7d53;
} 

.nazaj img {
    width: 22px;
    vertical-align: middle;
    margin-left: 5px;
    filter: brightness(0) invert(1);
}

.choices__list--multiple .choices__item {
    padding: 0px 8px;
    background-color: #ef7d53;
    border: 1px solid #ef7d53;
    line-height: 20px;
    margin-top: 2px;
}

/* vsebina */

.vsebina {
    position: relative;
    width: 100%;
    padding: 100px 30px 100px 30px;
    float: left;
}

.vsebina h1 a:hover {
    text-decoration: underline;
}

.vsebina h3 {
    letter-spacing: 0;
    color: #DD6E45;
    font-weight: 400;
    margin: 0;
    padding: 0px 0px 15px 0px;
    font-family: 'Libre Baskerville', serif;
    font-size: 28px;
}

.vsebina h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 36px;
    line-height: 50px;
}

.vsebina strong {
    font-weight: 500;
}

.vsebina img {
    max-width: 100%;
    height: auto;
}

.vsebina a {
    text-decoration: none;
    color:#21393d;
}

.itemid-120 .vsebina img:hover {
    filter: grayscale(100%);
}

/* Footer */

#section_footer {
    width: 100%;
    float: left;
    padding: 80px 30px;
    background: #fdf9f8;
    font-size: 14px;
}

#section_footer strong {
    font-weight: 600;
}

#section_footer .fp-tableCell {
    height: 35vh !important;
}

.footer_block {
    width: calc(25% - 20px);
    float: left;
    padding-right: 20px;
}

.footer_block:last-child {
    width: 25%;
    padding-right: 0;
}

.footer_block:nth-child(2) {
    width: calc(30% - 20px);
}

.footer_block:nth-child(3) {
    width: calc(20% - 20px);
}

.footer_block p {
    margin: 0px;
    line-height: 180%;
}

.footer_block strong {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.footer_block hr {
    max-width: 400px;
    margin: 12px 0 8px 0;
}

.footer_block a {
    text-decoration: none;
    color: #21393d;
}

.footer_block a:hover {
    color: #f99f58;
}

.footer_block:last-child img {
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.footer_block:last-child p {
    margin-bottom: 8px;
}

.certifikat {
    padding-top: 80px;
}

.footer_block:first-child img {
    width: 250px;
}

/* dogodki */

.com-content-article__links.content-links {
    display: none;
}

.datum_dog {
    width: 200px;
    float: left;
    border-left: 1px solid #F0D5C0;
    border-right: 1px solid #F0D5C0;
    padding: 10px 20px;
    text-align: center;
}

.opis_dog {
    width: calc(100% - 400px);
    float: left;
    padding: 10px 20px;
}

.slika_dog {
    width: 200px;
    float: left;
    padding: 10px 30px;
    border-right: 1px solid #F0D5C0;
}

.dog_1 {
    background-size: cover !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    height: 200px;
    width: 100%;
}

a .dog_1 {
    transition: all 0.5s ease;
}

a .dog_1:hover {
    transition: all 0.5s ease;
    transform: scale(1.03, 1.03);
}

ul.newsflash-horiz_dogodek,
ul.newsflash-horiz_mediji,
ul.newsflash-horiz_novo,
.newsflash-horiz_blog {
    padding: 0;
    margin: 0;
    border-top: 1px solid #DD6E45;
}

ul.newsflash-horiz_dogodek > li,
ul.newsflash-horiz_mediji > li,
ul.newsflash-horiz_novo > li,
.newsflash-horiz_blog > li {
    width: 100%;
    float: left;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #DD6E45;
    display: flex;
    flex-wrap: wrap;
}

ul.newsflash-horiz_dogodek li,
ul.newsflash-horiz_mediji li,
ul.newsflash-horiz_novo li,
.newsflash-horiz_blog li {
    list-style-type: none;
}

.datum-dogodka .field-value p:nth-child(1) {
    font-family: 'Libre Baskerville', serif;
    font-size: 26px;
}

.datum-dogodka .field-value p:nth-child(2) {
    font-family: 'Libre Baskerville', serif;
    font-size: 80px;
    color: #DD6E45;
    line-height: 90px;
}

.datum-dogodka .field-value p:nth-child(3) {
    font-family: 'Libre Baskerville', serif;
    font-size: 26px;
    color: #DD6E45;
}

.itemid-121 .field-value p:nth-child(1), .itemid-121 .field-value p:nth-child(2), .itemid-121 .field-value p:nth-child(3) {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    margin: 30px 0px 10px 0px;
    color: #DD6E45;
}

.article-separator {
    display: none;
}

a.readmore, .readmore a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 100px;
    padding: 5px 15px;
    margin-top: 15px;
    background: #DD6E45;
    text-decoration: none;
    display: inline-block;
    border: none;
}

.readmore a [class^="icon-"] {
    display: none;
}

a.gumb {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 100px;
    padding: 2px 15px;
    background: #DD6E45;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

li .gumb {
    margin-top: 15px;
    letter-spacing: 1px;
}

a.readmore:hover, a.gumb:hover, .readmore a:hover {
    background: #ef7d53;
}

.vsebina ul.fields-container li {
    list-style-type: none;
}

.itemid-120 .vsebina .page-header {
    display: none;
}

/* mediji pišejo */

.newsflash-horiz_mediji .opis_dog {
    width: calc(100% - 200px);
    border-left: 1px solid #F0D5C0;
    padding-left: 30px;
}

.newsflash-horiz_mediji .opis_dog p > strong:last-of-type {
    margin-top: 15px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 2px;
    color: #58595b;
    font-size: 16px;
}

/* novo */

.novo_avtor {
    font-weight: 600;
    letter-spacing: 2px;
    color: #58595b;
    font-size: 16px;
    margin-bottom: 15px;
}

.avtor_novo .novo-uvod,
.avtor_novo .novo-oknjigi,
.uvod_novo .novo_avtor,
.uvod_novo .novo-oknjigi,
.o_knjigi .novo-uvod,
.o_knjigi .novo_avtor {
    display: none;
}

.uvod_novo {
    color: #58595b;
    font-size: 16px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 500;
    margin-top: 5px;
}

.newsflash-horiz_novo .slika_dog {
    border-right: none;
    border-left: 1px solid #F0D5C0;
    width: 250px;
}

.newsflash-horiz_novo .opis_dog {
    width: calc(100% - 250px);
    border-right: 1px solid #F0D5C0;
}

.newsflash-horiz_novo .dog_1 {
    height: 270px;
}

.novo-oknjigi {
    color: #848586;
    font-size: 8px;
    margin-top: 15px;
}

.novo-oknjigi p {
    line-height: 160%;
}

/* izbrano iz bloga */

.newsflash-horiz_blog .slika_dog {
    width: 400px;
}

.newsflash-horiz_blog .dog_1 {
    height: 220px;
    background-position: center !important;
}

.newsflash-horiz_blog .opis_dog {
    border-left: 1px solid #F0D5C0;
}

.blog-items .blog-item {
    padding: 0;
    border-bottom: 1px solid #ef7d53;
    padding-bottom: 15px;
}

/* Filter glava */

.filtri {
    text-align: center;
    float: left;
    width: calc(100% - 530px);
    margin: 0 auto;
    padding-top: 2px;
    cursor: pointer;
}

.filtri a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.view-article.no-layout.itemid-130 .page-header {
    display: none;
}

.view-article.no-layout.itemid-130 .vsebina {
    min-height: calc(100vh - 390px);
}

.okvir {
    float: left;
    width: 100%;
    padding: 50px;
    box-shadow: 0 0 30px rgba(0,0,0,0.10);
    border-radius: 30px;
    margin-bottom: 50px;
}


@media (max-width: 880px) {
    #section_footer {
        height:100vh !important;
        background: #fdf9f8;
    }
    
    #section_footer .fp-tableCell {
        height: 100vh !important;
    }

    .footer_block {
        width: 100% !important;
        margin-bottom: 30px;
        text-align: center;
    }

    .footer_block hr {
        margin: 12px auto 8px auto;
    }

    .certifikat {
        padding-top: 0px;
    }

    .footer_block p {
        line-height: 180%;
    }
}


@media only screen and (max-width: 768px) {

    .logotip img {
        padding-top: 2px;
    }

    #menu .nazaj {
        width: 280px;
        padding-top: 3px;
    }

    .datum_dog {
        width: 100%;
        border-left: none;
        border-right: none;
        text-align: left;
    }

    .datum-dogodka .field-value p:nth-child(1) {
        float: right;
        width: calc(100% - 120px);
        padding-top: 10px;
    }

    .datum-dogodka .field-value p:nth-child(2) {
        float: left;
    }

    .datum-dogodka .field-value p:nth-child(3) {
        float: right;
        width: calc(100% - 120px);
    }

    .opis_dog {
        width: 100%;
    }
    .slika_dog {
        width: 100%;
        display: none;
    }

    .newsflash-horiz_dogodek .field-value {
        position: relative;
        width: 100%;
    }

    .newsflash-horiz_dogodek .itemid-120 .field-value p:nth-child(1) {
        width: calc(100% - 110px);
        float: right;
        line-height: 40px;
    }

    .newsflash-horiz_dogodek .itemid-120 .field-value p:nth-child(2) {
        width: 110px;
        float: left;
        line-height: 85px;
    }

    .newsflash-horiz_dogodek .itemid-120 .field-value p:nth-child(3) {
        line-height: 40px;
    }

    .newsflash-horiz_mediji .opis_dog {
        width: 100%;
        border-left: none;
        padding-left: 20px;
    }
    
    .newsflash-horiz_mediji li {
        display: flex;
        flex-direction: column-reverse;
    }

    .newsflash-horiz_mediji li .slika_dog,
    .newsflash-horiz_novo li .slika_dog {
        display: block;
        border-right: none;
        border-left: none;
    } 

    .newsflash-horiz_mediji li .dog_1 {
        height: 310px;
        width: 200px;
    }

    .newsflash-horiz_novo .opis_dog {
        width: 100%;
        border-right: none;
    }

    .o_knjigi {
        display: none;
    }

    .uvod_novo .novo-oknjigi {
        display: block;
        font-style: normal;
        font-weight: 400;
        
    }

    .newsflash-horiz_blog .opis_dog {
        border-left: none;
    }

    .left.item-image {
        width: 100% !important;
    }

    .item-content {
        width: 100% !important;
    }

    .blog-gsearch .item:first-of-type .item-body {
        width: 100% !important;
    }

    .blog-gsearch .item {
        border-left: none !important;
        border-right: none !important;
    }

    .blog-gsearch .item:first-of-type, .blog-gsearch .item {
        padding: 0 !important;
    }

}

@media only screen and (min-width: 620px) {
    .mobi {
        display: none;
    }
}

@media only screen and (max-width: 619px) {
    .desk {
        display: none;
    }

    #menu .nazaj {
        width: 40px;
        padding-right: 10px;
    }

    .nazaj img {
        width: 22px;
        margin-left: 0;
    }
    .nazaj a {
        padding: 4px 10px;
    }

    .filtri {
        text-align: right;
        width: 80px;
        padding-top: 3px;
    }

    .logotip {
        width: calc(100% - 120px);
    }
    #menu .logotip {
        width: auto;
     }

}

@media only screen and (max-width: 560px) {

    .footer_block {
        margin-bottom: 20px;
    }

    .footer_block:last-child img {
        width: 25px;
    }

    .footer_block:last-child p {
        margin-bottom: 5px;
    }

    .vsebina {
        padding: 100px 20px 100px 20px;
    }

    .vsebina img {
        width: 100%;
    }
    .vsebina h1 {
        font-size: 26px;
        line-height: 39px;
    }

    .vsebina h3 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    #menu {
        width: 100%;
        padding: 7px 20px 6px 20px;
    }

    .logotip img {
        max-width: 200px;
    }

    .topnav > a img {
        width: 21px;
    }

    .topnav.active > ul {
        right: 0;
        left: 0;
        top: 44px;
        height: 100vh;
    }

    #menu li a {
        font-size: 18px;
    }
    
}


@media (max-width: 380px) {
    #section_footer .max_width {
        margin-top: 70px;
    }

    .footer_block p {
        line-height: 150%;
        font-size: 12px;
    }
}

/* Search */

.blog-gsearch .page-header,
.gsearch-toolbox {
    display: none !important;
}

.gsearch-cell h3 {
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gsearch-cell {
    width: 100% !important;
}

.gsearch-table {
    max-width: 600px !important;
    margin: 20px auto !important;
}

.gsearch-field-calendar input {
    width: calc(50% - 2px) !important;
    max-width: 100% !important;
}

.gsearch-table input {
    background: #fff !important;
}

.gsearch-field-calendar input,
.gsearch-field-text.keyword input,
.choices__inner {
    border: 1px solid #db7154 !important;
    border-radius: 0 !important;
    height: 35px !important;
    font-size: 14px;
    padding: 0px 5px;
}

.datepicker table {
    font-size: 14px;
}

.gsearch-field-select.category .choices__inner {
    padding: 2px 5px 0px 5px;
}

.choices__inner {
    background: #fff !important;
    min-height: auto !important;
}

.choices__input {
    margin-bottom: 0 !important;
    padding: 0 !important;
    margin-top: -2px !important;
}

.GSearchBlock .keyword input {
    width: 100% !important;
}

.gsearch-cell {
    display: block !important;
    width: 100% !important;
}

.gsearch-cell.gsearch-cell2 {
    width: calc(100% - 200px) !important;
    float: left !important;
}

.gsearch-buttons {
    float: left;
    margin-top: 0 !important;
}

.gsearch-buttons .btn {
    border: 1px solid #dd6e45;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 100px;
    padding: 2px 15px;
    background: #DD6E45 !important;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.blog-item .item-image {
    margin-bottom: 0;
}

.item-image {
    float: left;
    width: 200px;
}

.left.item-image {
    float: left;
    width: 200px;
}

.left.item-image img {
    width: 170px;
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
}

.item-content, .item-body {
    float: left;
    width: calc(100% - 200px);
}

.blog-item {
    display: block;
}
.blog-gsearch .item-body,
.blog-gsearch .item-title {
    float: right;
    width: calc(100% - 200px);
}

.blog-gsearch .item-title a {
    letter-spacing: 0;
    color: #DD6E45;
    font-weight: 400;
    margin: 0;
    padding: 0px 0px 15px 0px;
    font-family: 'Libre Baskerville', serif;
    font-size: 30px !important;
    line-height: 150%;
    text-decoration: none;
}

.blog-gsearch .field-entry.novo-oknjigi,
.blog-gsearch .field-entry.datum-dogodka  {

}

.com-content-category-blog__item .novo_avtor {
    margin-bottom: 0px;
  }

.item-body a {
    margin-top: 15px;
    letter-spacing: 2px;
}

.blog-gsearch .item {
    border-left: 1px solid #F0D5C0;
    border-right: 1px solid #F0D5C0;
    padding: 20px 20px 10px 20px;
    position: relative;
    margin-top: 40px !important;
}

.blog-gsearch .item:after {
    width: 100%;
    height: 1px;
    background: #DD6E45;
    content: "";
    height: 1px;
    margin-left: -20px;
    margin-top: 80px;
    position: absolute;
    bottom: -20px;
}

div.blog-gsearch img {
    float: none !important;
    margin: 10px 0 0 0;
    text-align: center;
    margin: 0 auto !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
}

.blog-gsearch img {
    width: 170px;
  }

.blog-gsearch .item:first-of-type {
    padding: 0;
    padding: 0 20px;
    margin-left: 0px;
    width: 100%;
    float: left;
}

.blog-gsearch .item:first-of-type .item-body {
    float: left;
    width: calc(100% - 200px);
}

.blog .page-header h2 {
  color: #DD6E45;
  font-weight: 400;
  margin: 0;
  padding: 0px 0px 7px 0px;
  font-family: 'Libre Baskerville', serif;
  font-size: 28px;
}

.blog a.gumb {
    margin-top: 15px;
}

/* pagination */

ul.pagination.ms-0.mb-4 li a {
    color: #DD6E45;
}

ul.pagination.ms-0.mb-4 li.active a {
    color: #fff;
    background:#DD6E45 ;
    border: 1px solid #DD6E45;
}

@media (max-width: 768px) {
    .blog-gsearch .item-image {
        width: 50%;
        margin-bottom: 20px;
    }

    .blog-gsearch .item-body, .blog-gsearch .item-title {
        width: 100%;
    }
}