/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 55000000; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(35,10,50,0.7); /* Black w/ opacity */
    font-family: 'Source Sans Pro', sans-serif;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 50%;
    min-width: 340px;
    min-height: 100%;
}

/* The Close Button */
.close1, .close2, .close3, .close4, .close5, .close6 {
    color: #aaaaaa;
    float: right;
    font-size: 38px;
    font-weight: bold;
    position: relative;
    top: 5px;
    right: 20px;
    z-index: 10000000;
}

.close1:hover, .close1:focus,
.close2:hover, .close2:focus, 
.close3:hover, .close3:focus,
.close4:hover, .close4:focus,
.close5:hover, .close5:focus,
.close6:hover, .close6:focus {
    color: #ed193a;
    text-decoration: none;
    cursor: pointer;
}

.modal-content #header {
 width: 100%;
 height: 280px;
 position: relative;
 top: 0;
 left: 0;
 background-repeat: no-repeat;
 background-size: cover;
}

.modal-content #header h2 { 
  position: absolute;
  bottom: 15px;
  left: 20px;
  margin: 0;
  padding: 0;
  font-size: 3em;
  color: #0071bb;
  font-variant: small-caps;
  letter-spacing: 5px;
  line-height: 1em;
}

.modal-content #sadrzaj {
 position: relative;
 margin: 0;
 padding: 20px;
}

.modal#chui .modal-content #header {  background-image:url('imgs/mod/john.jpg'); background-position: center; }
.modal#bro .modal-content #header {  background-image:url('imgs/mod/lana.jpg'); background-position: center; }
.modal#big .modal-content #header {  background-image:url('imgs/mod/kozmo.jpg'); background-position: right; }
.modal#san .modal-content #header {  background-image:url('imgs/mod/miron.jpg'); background-position: center; }
.modal#kad .modal-content #header {  background-image:url('imgs/mod/marko.jpg'); background-position: center; }
.modal#ruz .modal-content #header {  background-image:url('imgs/mod/ramljak.jpg'); background-position: left; }

#sastav {
 position: relative;
 width: 70%;
 height: auto;
 margin: 0;
 padding: 0;
 color: #0071BB;
 border-collapse: collapse;
}

#sastav tr {
 width: 100%;
 padding: 0;
 margin: 0;
 border: none;
 border-top: 3px solid #0071BB;
}

#sastav tr:first-child {border: none; position: relative; }

#sastav tr td h3 { margin: 0; padding: 0px 0px 10px 0px; font-size: 1.5em; }

#sastav tr td {padding: 3px 0px 10px 0px; vertical-align: top;}

#sastav tr td:first-child {width: 30%;}

#sastav tr td sup {font-variant: small-caps; font-weight: 600;}

#sastav tr td a {
 text-decoration: none;
 color: #0071BB;
 transition: 0.2s all ease-in-out;
}

#sastav tr td a:hover {
 color: #ED193A;
}

#sadrzaj p {
 color: #333;
 font-size: 12pt;
 line-height: 16pt;
 font-weight: 300;
 width: 85%;
}