
/* Header congress registration */
.header-small
{
    background-image: url("/content/images/default/home/header-home.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
}

/* Section congress items */
section.congress-section .section-container { display: flex; flex-flow: row nowrap; justify-content: space-between; margin-top: 50px; padding-bottom: 0; }
section.congress-section .section-container .congress-item { height: 350px; display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 30px; }
section.congress-section .section-container .congress-item:first-child { margin-right: 25px; }
section.congress-section .section-container .congress-item:last-child { margin-left: 25px; }
section.congress-section .section-container .congress-item .hr2 { border-top: 1px solid #F78F27; }
section.congress-section .section-container .congress-item .h2 { display: block; color: #fff; font-size: 25px; text-align: center; letter-spacing: normal;}
section.congress-section .section-container .congress-item p { color: #fff; }

/* Congress item */
section.congress-section .section-container .congress-item { flex: 1; background-size: cover; background-repeat: no-repeat; background-position: center; }
section.congress-section .section-container .congress-item.ushr { background-image: url("http://www.dubrovniksun.hr/prijave/uhsr/assets/header@2x.jpg"); }
section.congress-section .section-container .congress-item.agronomi { background-image: url("http://www.dubrovniksun.hr/prijave/agronomi/assets/header@2x.jpg"); }

@media (max-width: 1680px)
{
    /*section.congress-section .section-container {  margin-top: 50px; }*/
}

@media (max-width: 1250px)
{
    /* Section congress items */
    section.congress-section .section-container { display: block; }
    section.congress-section .section-container .congress-item { padding: 20px; }
    section.congress-section .section-container .congress-item p { text-align: center; }
    section.congress-section .section-container .congress-item .h2 { display: block; color: #fff; font-size: 20px; }

    /* Congress item */
    section.congress-section .section-container .congress-item:first-child { margin-right: 0; }
    section.congress-section .section-container .congress-item:last-child { margin-left: 0; margin-top: 20px; }
}