/*MEDIA SCREEN*/
@media screen and (max-width: 1290px) {
  /* .topnav a:not(:first-child) {display: none;}  */
    
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1290px) {
    .topnav.responsive {position: sticky;}
    /* .topnav.responsive {position: relative;} */
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media screen and (max-width:1080px) {
    .slider-wrap {
        max-width: 960px;
    }
}

@media screen and (max-width:720px) {
    .slider-wrap {
        max-width: 640px;
    }
}

@media screen and (max-width:480px) {
    .slider-wrap {
        max-width: 320px;
    }
}

@media screen and (max-width: 600px){    
	.b1, .b2, .b3, .container div {
        width:100% !important;
        /*border-bottom: 1px solid rgba(0,0,0,0.3);*/
    }
}

@media screen and (max-width:1019px){
  .b2 {
    order: 1;
      width: 100%;
  }
  .b1 {
    order: 2;
      width: 48%;
      margin: 1%;
  }
  .b3 {
    order: 3;
      width: 48%;
      margin: 1%;
  }
}

/*
@media screen and (max-width: 267px){    
	.headernav {
        width:267px;
    }
}
*/

@media screen and (max-width: 239px){
	.header, .topnav, .main, .footer {
        width: 224px;
    }
}

@media screen and (max-width: 319px) {
    .nav-biblija {
        display:none;
    }
}

@media screen and (max-width: 470px) {
    .nav-biblioteka {
        display:none;
    }
}

@media screen and (max-width: 542px) {
    .nav-post-kuvar {
        display:none;
    }
}

@media screen and (max-width: 681px) {
    .nav-molitvenik {
        display:none;
    }
}

@media screen and (max-width: 793px) {
    .nav-akatisti {
        display:none;
    }
}

@media screen and (max-width: 889px) {
    .nav-kanoni {
        display:none;
    }
}

@media screen and (max-width: 995px) {
    .nav-tropari {
        display:none;
    }
}

@media screen and (max-width: 1100px) {
    .nav-psaltir {
        display:none;
    }
}

@media screen and (max-width: 1210px) {
    .nav-filmovi {
        display:none;
    }
}

@media screen and (max-width: 1290px) {
    .nav-pojmovnik {
        display:none;
    }
}

/*
@media screen and (min-width:1020px){
  #topBtn {
        left: 52%;
    }
}

@media screen and (max-width: 1119px) {
    .nav-galerija {
        display:none;
    }
}

@media screen and (max-width:1360px){
  .container div {
      style="width: 100%";
  }
}
*/