@charset "UTF-8";
/*!
 * Drame.hr custom css
 */

/* Glavni header */
@media (min-width:1400.02px) {
    #header-glavni {
        background-image: url("../../images/header/drame_logo_big_1320-1140.png"), url("../../images/header/1320/13206.png");
   }
}
@media (max-width:1400px) {
    #header-glavni {
        background-image: url("../../images/header/drame_logo_big_1320-1140.png"), url("../../images/header/1320/13206.png");
   }
}
@media (max-width:1200px) {
    #header-glavni {
        background-image: url("../../images/header/drame_logo_big_1320-1140.png"), url("../../images/header/1140/11406.png");
    }
}
@media (max-width:992px) {
    #header-glavni {
        background-image: url("../../images/header/drame_logo_big_960-720.png"), url("../../images/header/960/9606.png");
    }
}
@media (max-width:768px) {
    #header-glavni {
        background-image: url("../../images/header/drame_logo_big_960-720.png"), url("../../images/header/720/7206.png");
   }
}
@media (max-width:576px) {
    #header-glavni {
        background-image: url("../../images/header/drame_logo_big_540.png"), url("../../images/header/540/5406.png");
    }
}

#header-1 {
    background-color: #f26337;
}

a, a:hover, .pager a.pager-active, .toggle-button {
    color: #f26337;
}

h3 a:hover {
    color: #f26337;
    text-decoration: none;
}

hr.separator{
	border-top: 1px solid #f26337;
    opacity: 1;
	
}


.icon-arrow-up:hover,
.icon-arrow-up:focus,
.icon-arrow-up-up:hover,
.icon-arrow-up-up:focus,
.icon-arrow-down:hover,
.icon-arrow-down:focus,
.icon-arrow-down-down:hover,
.icon-arrow-down-down:focus,
.icon-indicator:hover,
.icon-indicator:focus,
.icon-search:hover,
.icon-search:focus,
.icon-active
{
  filter: invert(52%) sepia(34%) saturate(4969%) hue-rotate(340deg) brightness(99%) contrast(92%);
}
