/* Minification failed. Returning unminified contents.
(56,1): run-time error CSS1019: Unexpected token, found '@import'
(56,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=PT+Sans&subset=latin,latin-ext)'
 */
/* 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, u, 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%;
	outline:none;
	vertical-align: baseline;
	font-weight:normal;
}
/* 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;
}
a:link {text-decoration: none; color:inherit; outline:none;}
a:visited {text-decoration: none; /*color:#b0afaf;*/color:inherit;}
a:active {text-decoration: none; color:inherit;}
a:hover {text-decoration: none; color:inherit;}

input {outline:none;}

@import url(http://fonts.googleapis.com/css?family=PT+Sans&subset=latin,latin-ext);

html, body {
    height: 100%;
}
.clear {
    clear: both;
}
body {
    font-family: 'Myriad Pro','PT Sans', sans-serif;
}

sup {
    font-size: smaller;
    position: relative;
    top: -0.4em;
    vertical-align: baseline;
}
.LanguageHolder {
    float:right;
    margin-top: 28px;
    margin-left: 20px;
}

.LanguageHolder > a {
    float: left;
    margin-left: 15px;
}

.hrvatski {
    background-image: url("images/Croatia.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    line-height: 25px;
    padding: 30px 0 0;
}

.engleski {
    background-image: url("images/United-Kingdom.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    line-height: 25px;
    padding: 30px 0 0;
    width: 41px;
}

.spanjolski {
    background-image: url("images/Spain.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    line-height: 25px;
    padding: 30px 0 0;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -108px;
}
.footerHolder, .push {
    height: 107px;
}

.TopTekstHolder {
    padding: 35px 0 20px;
}

.TopTekstHolder h1 {
    color: #6d6e71;
    font-family: "Century Schoolbook";
    font-size: 99px;
    text-align: center;
}
.TopTekstHolder h2 {
    color: #939598;
    font-family: "Century Schoolbook";
    font-size: 37px;
    text-align: center;
}
.topMenuHolder {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
border-radius: 0 0 10px 10px;
color: #ecebe8;
font-size: 18px;
margin: 0 auto;
max-width: 1500px;
min-height: 50px;
text-align: center;
width: 80%;

}
.topMenuHolder {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-radius: 0 0 10px 10px;
    color: #ecebe8;
    font-size: 18px;
    margin: 0 auto;
    max-width: 1500px;
    min-height: 50px;
    text-align: center;
    width: 80%;
    z-index: 200;
    position: relative;
}
.mainPageScrollHolder {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.topMenuHolder2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 0 0 10px 10px;
    color: #ecebe8;
    font-size: 18px;
    left: 50%;
    margin: 0 auto;
    min-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    z-index: 500;
}

.topMenuHolder > a {
    display: inline-block;
    line-height: 50px;
    padding: 0 36px;
    padding: 0 2vw;
    position:relative;
}
.topMenuHolder > a:hover, .topMenuHolder > a.Selected {
    color: #ecebe8;
}

.topMenuHolder > a:hover:after,.topMenuHolder > a.Selected:after {
    content:'';
    height:5px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    background-color:#fff;
    position:absolute;
    bottom:1px;
    left:50%;
}
.subMenuHolder {
    background-color: #fff;
    border-top: 1px solid #ccc;
    height: 150px;
    margin: 0 auto;
    max-width: 1180px;
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
    width: 80%;
}
.subMenuHolder a {
    padding: 0 15px;
    color:rgba(0,0,0,0.5);
}

.SubMenuCenterNadHolder {
    height: 55px;
    margin: 0 auto;
    max-width: 925px;
    overflow: hidden;
    width: 100%;
    position:relative;
}
.SubMenuCenterNadHolder .Fwd {
    background-color: white;
    cursor: pointer;
    display: none;
    padding: 0 3px;
    position: absolute;
    right: 0;
}
.SubMenuCenterNadHolder .Bck {
    background-color: white;
    cursor: pointer;
    display: none;
    padding: 0 3px;
    position: absolute;
    left: 0;
}
.SubMenuCenterHolder {
    height: 55px;
    left: 16px;
    margin: 0 auto;
    max-width: 885px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.SubMenuCenterHolder > a {
    color: rgba(0, 0, 0, 0.5);
    padding: 0 15px;
}

.tekstovi {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    line-height: 18px;
    margin: 0 auto;
    max-width: 925px;
    width: 90%;
}

.tekstovi h2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 50px;
}

.tekstovi p {
    margin-bottom: 60px;
    text-align: justify;
}

.zbirkaMenuHolder {
    font-size: 16px;
    padding: 25px 0 15px;
    text-align: center;
}
.zbirkaMenuHolder > a {
    color: rgba(0, 0, 0, 0.5);
    display: inline-table;
    width: 130px;
    position:relative;
}

.zbirkaMenuHolder > a > img {
    margin:0 auto 7px;
    display: table-row;
}

.zbirkaMenuHolder > a > span {
    display: table-row;
}
.zbirkaMenuHolder > a.Selected > span:after {
    content: "";
    width: 60%;
    height: 2px;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    left: 50%;
    bottom: -16px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.TopMenu {
    text-align: left;
    width: 9999px;
}

.TopMenu > li {
    float: left;
    padding: 0 15px;
    position: relative;
}

.countryListHolder ul li > a {
    color: rgba(0, 0, 0, 0.5);
    padding: 0 15px;
    padding-top:1px;
    display:block;
}
a:hover, .countryListHolder ul li > a:hover {
    color: rgba(0, 0, 0, 1);
}
a.Selected, .countryListHolder ul li > a.Selected {
    color: rgba(0, 0, 0, 1);
}

.countryListHolderCloned {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid transparent;
    height: 55px;
    position: fixed;
    top: 0;
    width: 100%;
    display:none;
    z-index:1000;
    max-width:100%;
}

.SubMenu {
    margin-top: 11px;
    position: absolute;
    width: 9999px;
}
.SubMenu > li {
    float: left;
}



.SingleItemCenterHolder {
    margin: 0 auto;
    max-width: 850px;
    width: 100%;
}

.SinglePismoCenterHolder {
    max-width: 970px;
}

.SingleItemCenterHolder h1 {
    color: rgba(0,0,0,0.5);
    font-size: 18px;
}


.SingleItemHolder, .SinglePismoHolder {
    min-height: 524px;
    margin-bottom: 40px;
    float: left;
    width:100%;
}

.SinglePismoHolder {
    display:none;
}

.SingleItemHolder .ImageHolder, .SinglePismoHolder .ImageHolder {
    float: left;
    max-width: 655px;
    text-align: center;
    width: 100%;
}

.ImageHolder > img {
    max-width: 90%;
}

.SinglePismoHolder .ImageHolder {
    max-width: 47%;
}

.SingleItemHolder .ItemTekst,.SinglePismoHolder .ItemTekst {
    float: right;
    font-size: 14px;
    line-height: 16px;
    width: 10%;
    min-width:195px;
    color: rgba(0,0,0,0.5);
}
.SinglePismoHolder .ItemTekst {
    font-size: 13px;
    line-height: 15px;
    min-width: 43%;
}
.ItemTekst .RelatedLink {
    color:#00aeef;
}
.zoomWindow {
    border: 20px solid lightblue !important;
    border-radius: 1200px;
}

.SingleItemHolder .ItemTekst hr,.SinglePismoHolder .ItemTekst hr {
    -moz-float-edge: unset;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border: 0 solid;
    box-sizing: border-box;
    color: red;
    display: block;
    height: 1px;
    margin: 25px 0;
    position: relative;
    width: 100%;
}

.SingleItemScrollerHolder {
    clear: both;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom:100px;
}

.BckBottom {
    background-image: url("images/bArrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    height: 100%;
    max-width: 80px;
    min-width: 25px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 5%;
    z-index:1000;
    cursor:pointer;
    display:none;
}


.FwdBottom {
    background-image: url("images/fArrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    max-width: 80px;
    min-width: 25px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 5%;
    z-index:1000;
    cursor:pointer;
    display:none;
}
.BckBottom:hover, .FwdBottom:hover{
    background-color:rgba(0,0,0,0.1);
}
.SingleItemScrollerHolder ul {
    float: left;
    width:9999px;
}

.SingleItemScrollerHolder li {
    background-image: url("images/sivaPrazno.jpg");
    border-radius: 17px;
    float: left;
    height: 15vw;
    margin-bottom: 0.3vw;
    margin-right: 0.3vw;
    max-height: 285px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 24.5vw;
}
.SingleItemScrollerHolder li:last-child {
    margin-right: 0;
}
.pismoTitle {
    font-size: 32px;
    height: 50%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 70%;
}
.pismoTitle > span {
    bottom: 0;
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
}
.shortLinksHolder ul li .shortLink .pismoTitle > span {
    margin-bottom:5px;
}
.pismoPath {
    font-size:18px;
    line-height:22px;
}

.link {
    display: block;
    height: 100%;
    width: 100%;
    color: #231f20;
}
.link.selectedLink, .link:hover{
    color:#00aeef;
}

.SingleItemScrollerHolder img {
    height: 100%;
    width: 100%;
}

.collectionTitle {
    left: 50%;
    position: absolute;
    top: 25%;
}

.collectionPath {
    left: 50%;
    position: absolute;
    top: 50%;
}


.footerHolder {
    border-top: 1px solid #ccc;
    color: #6d6e71;
    font-size: 14px;
    height: 77px;
    margin: 0 auto;
    max-width: 1180px;
    position: relative;
    width: 80%;
    z-index: 500;
}

.copy {
    display: block;
    float: left;
    margin-right: 50px;
    margin-top: 44px;
}
.logoHolder {
    float: left;
}
.logoHolder img {
    float: left;
    margin-top: 27px;
}

.logoText {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    margin-top: 31px;
}
.crta {
    font-size: 40px;
    vertical-align: middle;
}
.footerImpress {
    display: block;
    float: right;
    margin-top: 44px;
}
.RedLink {
    color: #00aeef!important;
}


.Portret {
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

.Portret > div {
    float: left;
    margin-top: 200px;
    width: 50%;
}
.Portret .pismoTitle {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.Portret > img {
    float: right;
    max-width: 274px;
    width: 50%;
}
.TV {
    float: left;
    margin-top: 60px;
    position: relative;
}
.TV > a > img {
    width: 100%;
}
.TV > a > span {
    color: #fff;
    display: block;
    left: 32%;
    line-height: 62px;
    position: absolute;
    top: 54%;
}
.TV > a > span > img {
    float: right;
    margin-left: 20px;
}
.TV:hover > a > span {
    color:#000;
}


.skdslider {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    height: 65%;
    max-height:initial!important;
    min-height: 452px;
}

.slides {
    height: 100%;
}
.slides li {
    height: 100%;
    width:100%;
    position:relative!important;
}

.slides li > h1{
    font-family: "Century Schoolbook",Georgia,serif;
    text-align: center;
    width: 100%;
}

.fullPage > h1 {
    color: rgba(0, 0, 0, 0.9);
    font-size: 4em;
    padding-bottom: 1em;
    padding-top: 20vh;
}
.fullPage2 > h1 {
    font-size: 2em;
    padding: 11vh 0 5vh;
}
.fullPage3 > h1, .fullPage4 > h1 {
    color: #f1f1f1;
    font-size: 5rem;
    font-size: 9vmin;
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.fullPage p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.5rem;
    font-size: 1.5vmax;
    line-height: 38px;
    margin: 0 auto;
    text-align: center;
    width: 60%;
}

.fullPage > span {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}
.fullPage3 {
    /*Content/images/slide/3.jpg*/
    background: url('images/slide/slide3.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fullPage4 {
    /*Content/images/slide/3.jpg*/
    background: url('images/slide/slide4.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.fullPage2 {
    margin: 0 auto;
    text-align: center;
}
.slide-navs li.current-slide a, .slide-navs li a:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    border-color:#14b3ef;
}

ul.slide-navs {
    height: 12px;
    margin: 0 auto !important;
    padding: 21px 0 40px;
    position: relative;
    text-align: center;
    width: 148px;
}
ul.slide-navs li {
    background: none;
    cursor: pointer;
    float: left;
    height: 12px;
    margin-left: 12px;
    margin-right: 13px;
    width: 12px;
}
.slide-navs li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
    border-radius: 100px;
    display: block;
    height: 11px;
    width: 11px;
}
.donacije {
    width:50px;
    height:50px;
    margin:0 auto;
}

.donacije > a {
    background-image: url("/Content/images/donacije.gif");
    display: block;
    width:100%;
    height:100%;
}

.shortLinksHolder {
    float: left;
    margin-bottom: 100px;
    width: 100%;
}
.shortLinksHolder ul {
    float: left;
    width: 100%;
}
.shortLinksHolder li {
    background-image: url("images/sivaPrazno.jpg");
    border-radius: 17px;
    cursor: pointer;
    float: left;
    height: 15vw;
    margin-bottom: 0.3vw;
    margin-right: 0.3vw;
    max-height: 285px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 49.5%;
}
    .shortLinksHolder li:last-child {
        margin-right:0;
    }

.shortLink {
    color: #231f20;
    display: block;
    height: 100%;
    width: 100%;
}
.shortLink.selectedLink, .shortLink:hover {
    color: #00aeef;
}


.SingleItemCenterHolder.SinglePismoCenterHolder.SingleShortLinkHolder {
    float: left;
}

.SingleShortLinkHolder .ImageHolder {
    max-width: 57%;
}

.linkMore {
    display:none;
}

.linkMore {
    background-color: rgba(0, 0, 0, 0.6);
    background-size: contain;
    cursor: pointer;
    height: 50px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 300;
}

.linkMore > img {
    height: 100%;
}


.skdslider ul.slides li img {
    border: 0 none;
    height: auto !important;
    max-height: 70%;
    max-width: 100%;
    width: auto !important;
}
.fusnota {
    color: #00aeef !important;
    font-size: 0.83em;
    line-height: 0.5em;
    position: relative;
    text-decoration: underline;
    top: -0.4em;
    vertical-align: baseline;
}
.fusnoteHolder {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    font-size: 11px;
    position:relative;
}
.fusnoteHolder:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20%;
}

.zoomWindow.smallZoomWindow {
    width:100%!important;
}
/*simple max-width query*/

@media screen and (max-height: 850px) {
    .skdslider:after {
        padding-top: 0;
    }
 
}
@media screen and (max-height: 700px) {

    html, body, .wrapper {
        min-height: 700px;
    }
    .fullPage > h1 {
        
        padding-top: 110px;
    }
}




@media screen and (max-width: 710px) {
    .skdslider ul.slides li img {
    max-height: 100%;
    max-width: 370%;
}
}
@media screen and (max-width: 950px) {
    .topMenuHolder {
        width: 100%;
    }

    .footerHolder {
        width:98%;
        padding: 0 1vw;
    }
    .copy {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .logoText {
        margin-left: 2vw;
    }
    .fullPage p {
        font-size:0.8rem;
        font-size: 2vmax;
        width: 80%;
    }
    .LanguageHolder {
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }
    .LanguageHolder a {
        float:none;
        width:41px;
        display:inline-block;
    }
    .logoHolder {
        float: none;
        text-align: center;
        width: 100%;
    }
    .logoHolder img {
        float: none;
        margin-top: 27px;
    }
    .footerImpress {
        display: block;
        float: none;
        margin: 30px auto;
        width: 55px;
    }
}

@media screen and (max-width: 1200px) {
    
    .copy {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .logoText {
        margin-left: 2vw;
    }
    
    .LanguageHolder {
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }
    .LanguageHolder a {
        float:none;
        width:41px;
        display:inline-block;
    }
    .logoHolder {
        float: none;
        text-align: center;
        width: 100%;
    }
    .logoHolder img {
        float: none;
        margin-top: 27px;
    }
    .footerImpress {
        display: block;
        float: none;
        margin: 30px auto;
        width: 55px;
    }
}

@media screen and (max-width: 680px) {

    .topMenuHolder {
        font-size: 2.7vw;
    }
}

@media screen and (max-width: 620px) {

    .fullPage > h1 {
        padding-bottom: 6vh;
        font-size:2.7rem;
        font-size: 6.7vmax;
    }

    .fullPage p {
        font-size:0.9rem;
        font-size: 1.7vmax;
    }
}
@media screen and (max-width: 650px) {
    .fullPage p {
        width: 85%;
    }
}

@media screen and (max-width: 540px) {
    .copy {
        font-size: 3vw;
        text-align: center;
        width: 100vw;
    }
    .logoHolder {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 55vw;
    }
    .logoText {
        font-size: 3vw;
    }
    .footerImpress {
        font-size: 3vw;
        margin-bottom: 50px;
        text-align: center;
        width: 100vw;
        margin-top: 32px;
    }
    
}
@media screen and (max-width: 430px) {

    .linkMore {
        display:block;
    }
    .topMenuHolder {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
        display: none;
        float: left;
        font-size: 5.7vw;
    }
    .topMenuHolder > a {
        float: left;
        line-height: 50px;
        padding: 0 2vw;
        width: 100%;
    }
}

@media screen and (max-width: 510px) {
    .fullPage p {
        font-size:0.9rem;
        width: 90%;
        
    }
    
}
@media screen and (max-width: 510px) and (min-height: 700px) {
    .fullPage p {
        width: 90%;
        font-size: 1.2rem;
        line-height:1.6rem;
        font-size: 1.8vmax;
        line-height:4vmax;
    }
}
@media screen and (max-width: 430px) {
    .fullPage > h1 {
        font-size: 36px;
        padding-bottom: 26px;
        padding-top: 105px;
    }
    
    .fullPage p {
        font-size: 5vw;
        height: 240px;
        line-height: 25px;
    }
}

@media screen and (max-height: 700px) and (max-width:620px) {
    .fullPage p {
        width: 85%;
        font-size:0.9rem;
        font-size:2.7vmax;
    }
}
@media screen and (max-height: 700px) and (max-width:520px) {
    .fullPage p {
        width: 85%;
        font-size:0.8rem;
        font-size:2.4vmax;
    }
}



@media screen and (max-width:665px) {
    .Portret > div {
        float: left;
        width: 100%;
        margin-top: 0;
    }

    .Portret > img {
        max-width: 274px;
        width: 50%;
        float: none;
    }
    .SingleItemHolder, .SinglePismoHolder {
        min-height: initial;
    }
    
}
@media screen and (max-width:667px) {
    .TV > a > span {
        
        top: 52%;
    }

    .shortLinksHolder li {
        height: 17vmax;
    }
    .pismoPath {
        font-size: 2vw;
    }
    .pismoTitle {
        font-size: 3vw;
        height: 43%;
    }
    
}
@media screen and (max-width:500px) {
    .shortLinksHolder li {
        width: 100%;
    }
    
    .pismoTitle {
        font-size: 6vw;
        
    }

    .pismoPath {
        font-size: 3vw;
        line-height: 0vw;
    }
   

}


@media screen and (max-width:920px) {
    .pismoPath {
        font-size: 2vw;
        line-height: 0vw;
    }
    .pismoTitle {
        font-size: 3vw;
    }
}
@media screen and (max-width:650px) {
    .SingleItemScrollerHolder.SingleItemPismaScrollerHolder li {
        height: 25vw;
        padding: 0;
    }
    .SingleItemScrollerHolder li {
        padding: 12vw 0;
    }
    
}
@media screen and (max-width:850px) {
    .SingleItemHolder .ImageHolder, .SinglePismoHolder .ImageHolder {
        max-width: 75%;
    }

    .SingleItemHolder .ItemTekst, .SinglePismoHolder .ItemTekst {
        min-width: auto;
        min-width: initial;
        width: 23%;
    }
    .zoomWindow {
        left: 0 !important;
    }
}
@media screen and (max-width:500px) {

    .SingleItemCenterHolder h1 {
        margin-bottom: 20px;
    }
    .SinglePismoHolder .ImageHolder {
        max-width: 100%;
    }
    .SinglePismoHolder .ItemTekst {
        margin: 0 auto;
        min-width: 90%;
        float: none;
    }
    .zoomWindow {
        left: 0 !important;
    }
    .SingleItemHolder .ImageHolder, .SinglePismoHolder .ImageHolder {
        max-width: 100%;
    }

    .SingleItemHolder .ItemTekst, .SinglePismoHolder .ItemTekst {
        width: 90%;
        margin: 0 auto;
        float: none;
    }
}
@media screen and (max-width:1140px) {
    .zoomWindowContainer {
        width: 450px!important;
    }
    .zoomWindow {
        width: 450px!important;
        height: 450px!important;
    }

}

@media screen and (max-width:710px) {

    .zoomWindowContainer {
        width: 350px!important;
    }
    .zoomWindow {
        width: 350px!important;
        height: 350px!important;
        left: 0 !important;
    }
}
@media screen and (max-width:415px) {
    .zoomWindowContainer {
        width: 100%!important;
    }
    .zoomContainer {
        left: 0!important;
        width: 100%!important;
    }
}


