
/* DELTA HOLDING BLOCK */
   .dh-active{color:#2a4b59;}
   #delta-holding-group{position:relative;width:100%;background:#e7f1f8;font-size:0.9em;}
   #delta-holding-group a:hover{color:#2a4b59;}
      #delta-holding-group-line{height:22px;padding-top:8px;}
         #delta-holding-group-open{cursor:pointer;}
            .delta-holding-group-icon{width:9px;height:6px;margin:5px 0 0 5px;background:url(//tadelspace.com/images/dh/dh-bcks.png) -15px 0 no-repeat;}
            #delta-holding-group-open.dh-active .delta-holding-group-icon{background-position: -15px -6px;}
         #delta-holding-group-options{}
            .delta-holding-group-display{white-space:nowrap;margin-left:20px;}
               .display-settings-icon{width:15px;height:14px;margin:0px 5px 0 0;background:url(//tadelspace.com/images/dh/dh-bcks.png) 0 0 no-repeat;}
      #delta-holding-group-opened{display:none;}
         .delta-holding-group-block{padding-right:7px;min-height:225px;background:url(//tadelspace.com/images/dh/group-block-bck.png) 0 62px repeat-x;border:0 solid red;}
         .delta-holding-group-block-separator{width:26px;min-height:225px;background:url(//tadelspace.com/images/dh/group-block-bck.png) 0 62px repeat-x;}
            .delta-holding-group-block-title{display:block;margin:33px 0 13px;font-weight:bold !important;border:0 solid blue;}
            ul.delta-holding-group-block-links{padding:16px 0 16px 0;line-height:24px;}
               ul.delta-holding-group-block-links li{list-style-type:none;}

/* MANJE OD 749PX */
@media screen and (max-width:749px) {
   #delta-holding-group-open, #delta-holding-group-opened{display:none !important;}
}
@media screen and (max-width:969px) {
   .slidebar{display:block;}
   #delta-holding-group-line{height:36px;}
   #delta-holding-group-open{margin-left:20px;}
   #delta-holding-group-open, #delta-holding-group-opened, .delta-holding-group-language{margin-top:7px;}
   .delta-holding-group-display{display:none;}
   .delta-holding-group-block{width:200px;}
   .group-block-3{clear:both;}
}
/* VIŠE OD 750px, A MANJE OD 969PX */
@media screen and (min-width:750px) and (max-width:969px) {
   .delta-holding-group-block-separator{width:25px;}
}
/* VIŠE OD 970px, A MANJE OD 1169PX */
@media screen and (min-width:970px) and (max-width:1169px){
    .delta-holding-group-block{width:170px;}
    .group-block-4{clear:both;}
    .delta-holding-group-block-separator{width:50px;}
}