/*BASE*/

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif;

}

p {
    font-family: 'Open Sans', sans-serif;

}

/*LAYOUT*/

#header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    border-bottom: 1px solid #e5e5e5;
    z-index: 1000001;
    display: none;
}

#header-nav .jl-logo-nav {
    width:1100px;
    margin: 0 auto;
    text-align: left;
  }
#header-nav .jl-logo-nav a {
    text-decoration: none;
  }
#header-nav .jl-logo-nav a img {
    margin-top: 10px;
    margin-left: 10px;
    width: auto;
    height: 40px;
}

#header-nav .jl-logo-nav span.author {
    right: 40px;
    font-family: 'Playfair Display', serif;
    color: #999;
    letter-spacing: 1px;
    font-size: 12px;
    text-align: right;
}


.back a {
    position: absolute;
    display: block;
    top: 0;
    left: 10px;
    z-index: 4;
    min-width: 100px;
    padding: 8px 20px;
    border: 2px solid black;
    color: black;
    border-radius: 5px;
    margin: 20px 5px 5px 5px;
    text-transform: uppercase;
    font-weight: 500;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
}

.back a:hover {
    background: rgba(0, 0, 0, 1);
    color: #ffffff;
    text-decoration: none;
}


#header-nav.attachNav {
    display: block;
}

.hide-nav {
    display: none;
}

#layout {
    position: relative;
    top: 0px;
    width: 100%;
    margin: 0px auto;
    background: #f5f5f5;
    /*background-image: url(../assets/symphony.png);*/
}

.progress-bar {
    position: fixed;
    left: 0;
    top: 0;
    height: 3px;
    display: inline-block;
    background: #ff7373;
    width: 20%;
    z-index: 4;
    display: block;
}

.inner-header {
    position: relative;
    display: flex;
    justify-content: center;
    background: rgba(255,255,255,1);
    color: #000;
    padding: 20px 0;
    min-height: 300px;    
    z-index: 3;
}

.oddysey-miniprogressbar {
    display: block;
}

#header {
    padding: 0px 0;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 2;
    align-self: center;
}

.q-logo {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    right: 0;
    z-index: 4;
}

.q-logo img {
    height: 100%;
    width: 100%;
}

.h-shade {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0;
    min-height: 600px;
    width: 100%;
    background: rgba(0,0,0,0);

    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0.8;
}

.h-background {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0;
    min-height: 600px;
    width: 100%;
    background: #557FA5;
    z-index: 0;
    background-image: url(../images/header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.imgcredits {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #ffffff;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.imgcredits a {
    color: #ffffff;
    text-decoration: none;
}

.imgcredits a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#map {
    width: 100%;
    height: 100%;
}

#map_container {
    border-top: 5px solid #557FA5; 
    border-bottom: 5px solid #557FA5; 
    height: 300px;
}

#map_container.attachTop {
    position: fixed;
    width: 100%;
    top: 60px;
    border-top: 0px solid #557FA5; 
    border-bottom: 5px solid #557FA5; 
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

#content {
    position: relative;
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    text-align: left;
    min-height: 1800px;
    z-index: 10;
    background-color: #ffffff;
}

#content h2 {
    font: 40px 'Playfair Display', serif;
    color: #333;
    /*background-image: url(../assets/p5.png);*/
}

#content #s_0 h3 {
    font: 20px 'Playfair Display', serif;
    color: #333;
    /*background-image: url(../assets/p5.png);*/
}
#content #s_0 h3::before {
    background: #557fa5 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 15px;
    width: 70px;
}

.bold{
    font-weight: 800;
}

#content h2:before {
    content: "";
    height: 3px;
    display: block;
    width: 70px;
    background: #557FA5;
    margin-bottom: 15px
}

#content h3,
#content h4,
#content h5,
#content h6 {
    font: 18px 'Playfair Display', serif;
    color: #333;
    margin-top: 20px
}

#content p {
    font: 17px/27px 'Playfair Display', serif;
    color: #666;
    margin-top: 20px
}

#content p.uvod {
    font: 20px/30px 'Playfair Display', serif;
    color:#333;
    font-weight: 600;
}

#content a {
    text-decoration: none;
    color: #666
}

#content ul,
#content ol {
    font: 16px/26px 'Playfair Display', serif;
    color: #666;
    margin-top: 20px
}

#content ul {
    list-style-type: disc
}

#content ol {
    list-style-type: lower-hexadecimal
}

#content blockquote {
    background: #FFFFFF;
    padding: 20px;
    margin-top: 20px;
    border-radius: 0;
    border-left: 4px solid #000;
    font: 17px/27px 'Playfair Display', serif;
    color: #666;
}

#content blockquote ul,
#content blockquote ol {
    margin-left: 17px
}

#content blockquote *:first-child {
    margin-top: 0
}

#content strong {
    font-family: 'Playfair Display', serif;
}

#content em {
    font-style: italic
}

/*#content img:hover {
    opacity: 0.8;
    z-index: 1;
    border: 2px solid #557FA5;
}*/
#content img {
    max-width: 100%;
    margin: 0 auto;
}


#content.attachMap {
    margin-top: 250px
}

#content>div {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 0px;
    box-shadow: none;
}


#content>div:first-child {
    margin: 0 auto;
}

#content .imgcredits {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #ffffff;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#content .imgcredits a {
    color: #ffffff;
    text-decoration: none;
}

#content .imgcredits a:hover {
    color: #ffffff;
    text-decoration: underline;
}


div#credits {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    background-color: #FFF;
    border-top: 1px solid #e5e5e5;
    z-index: 1000001;
}

div#credits a {
    color: #E21B22;
    text-decoration: none;
}

div#credits a:hover {
    text-decoration: underline;
}

div#credits span {
    padding: 18px 0 0 0;
    position: absolute;
    font-size: 14px;
    text-transform: uppercase;
}

div#credits span.title {
    left: 40px;
    font-family: 'Open Sans', sans-serif;
    text
    color: #333;
}

div#credits span.author {
    right: 40px;
    font-family: 'Playfair Display', serif;
    color: #999;
    letter-spacing: 1px;
    font-size: 12px;
    text-align: right;
}


div#footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    padding: 30px 20px;
    background-color: #FFF;
    border-top: 1px solid #e5e5e5;
    z-index: 1000001;
}

div#footer a {
    color: #671E46;
    text-decoration: none;
}

div#footer a:hover {
    text-decoration: underline;
}

div#footer span {
    margin: 0 auto;
    font-size: 12px;
    text-transform: uppercase;
}

div#footer span.native {
    
    font-family: 'Open Sans', sans-serif;
    color: #999;
    letter-spacing: 2px;
    font-size: 10px;
    text-align: center;
}

/*BLOCKS*/

#header {
    position: absolute;
    vertical-align: bottom;
    bottom: 0;
    left: 0;
    right: 0;
}

#header h1 {
/*    font: 44px 'Playfair Display', serif;
    font-weight: 800;
    color: #333;
    text-shadow: none;
    margin-bottom: 30px;*/
    
    color: #333;
    display: inline-block;
    font: 100 37px "Playfair Display",serif;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 10px 30px;
    position: relative;
    text-align: center;
}

#header h1 strong {
    font-weight: 800;
}

#header h2 {
    font: 28px/32px;
    font-family: 'Playfair Display', serif;
    color: rgba(255, 255, 255, 1);
    margin-top: 12px;
}

#header h3 {
    font: 24px;
    font-family: 'Playfair Display', serif;
    color: rgba(255, 255, 255, 1);
    margin-top: 12px;
}

#header h4 {
    font: 22px;
    font-family: 'Playfair Display', serif;
    color: rgba(255, 255, 255, 1);
    margin-top: 12px;
}

#header h5 {
    font: 20px;
    font-family: 'Playfair Display', serif;
    color: rgba(255, 255, 255, 1);
    margin-top: 12px;
}

#header h6 {
    font: 18px;
    font-family: 'Playfair Display', serif;
    color: rgba(255, 255, 255, 1);
    margin-top: 12px;
}

#header p {
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    line-height: 30px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 1);
    margin-top: 12px;
}

#header a {
    text-decoration: none;
    color: #666;
}

#header ul,
#header ol {
    font: 16px/26px;
    font-family: 'Playfair Display', serif;
    color: #666;
    margin-top: 12px;
}

#header ul {
    list-style-type: disc;
}

#header ol {
    list-style-type: lower-hexadecimal;
}

#header blockquote {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    border-radius: 4px;
}

#header blockquote ul,
#header blockquote ol {
    margin-left: 17px;
}

#header blockquote *:first-child {
    margin-top: 0;
}


/*BLOCKS*/


.social {
    margin: 0 !important;
    left: 35px;
    position: absolute;
    top: 450px;
    z-index: 100000;
}

#content>div.images {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-top: 0px;
    background: #fff;
    padding: 0;
    border-radius: 9px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#content>div.images img {
    width: 100%;
    height: auto;
}

#content>div#s_0 {
    padding-bottom: 60px;

}

.c30 {
    min-height: 210px;
    float: right;
    width: 30%;
}

.c70 {
    min-height: 210px;
    float: left;
    width: 70%;
}

.big_broj {
    position: absolute;
    bottom: 20px;
    width: 1000px;
    height: 100px;
    max-width: 1000px;
    color: #ffffff;
    font-family: "Playfair Display",serif;
    font-size: 150px;
    font-weight: 100;
    margin-left: auto;
    margin-right: auto;
    left: 80px;
    right: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#content p.pod_naslov {
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    margin-top:10px;
}

.karta {
    float: right;
    width: 200px;
    height: 200px;
}

.preheader {
    margin-top: 0;
}
.preheader h1 {
    font-family: "Playfair Display",serif;
    font-size: 25px;
    padding-bottom: 0px;
}
  
.preheader h2 {
    font-family: "Playfair Display",serif;
    font-size: 20px;
    padding-top: 10px;
}
  

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1400px) {

    }

/* Normal Devices, Wide Screens */
@media only screen and (max-width : 1366px) {
  .q-logo {
    position: absolute;
    width: 125px;
    height: 125px;
    top: 0;
    right: 0;
    z-index: 4;
}  
}

/* Medium Devices */
@media only screen and (max-width : 992px) {

#header h1 {
    font: 30px 'Playfair Display', serif;
    font-weight: 800;
    color: #333;
    text-shadow: none;
    margin-bottom: 30px;
}
.q-logo {
    position: absolute;
    width: 125px;
    height: 125px;
    top: 0;
    right: 0;
    z-index: 4;
}  
    
.c30 {
    min-height: 250px;
   
}

.c70 {
    min-height: 250px;
}     
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    }

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    
header {
    max-width: 374px;
}    

#header {
    padding: 10px 0;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 2;
    align-self: center;
}
    
#content>div {
    padding: 20px;
}
    
    
.inner-header {

    min-height: 400px;

}    
    
.preheader {
    margin-top: 120px;
}    
    
.preheader h1 {
   font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid black; 
}
  
.preheader h2 {
    font-size: 15px;
    padding-top: 10px;
}
      
    
#header h1 {
    font: 20px 'Playfair Display', serif;
}
    
.q-logo {
    position: absolute;
    width: 125px;
    height: 125px;
    top: 0;
    right: 0;
    z-index: 4;
}   

.c30 {
    min-height: 210px;
    float: left;
    width: 100%;
    display: none;    
}

.c70 {
    min-height: auto;
    float: left;
    width: 100%;
    padding-bottom: 35px;
}   
    
.big_broj {

    left: 20px;

}
    
#content p.pod_naslov {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}
    
#content h2 {
    font: 25px 'Playfair Display', serif;

}
    
div#credits {
    display: none;
}  
    
    
div#footer {
    height: 70px;
    padding: 20px;
}    
    
    }

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
        
    }

