
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height: 100%;

}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* General Demo Style */
body{
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;	
	font-weight: 400;
	font-size: 15px;
	color: white;
	overflow-y: scroll;
    
}
a{
	
	text-decoration: none;
}
.container{
	width: 100%;
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 10px 20px 5px 20px;
	margin: 5px 10px 30px 10px;
	position: relative;
	display: block;
    text-align: center;
	background-color:rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	-moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	border-radius: 3px;
    height:321px;
	
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 30px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: white;
    padding: 0px 0px 5px 0px;
    font-weight:bold;
	
}

.jazik{

	float:right;
}

.jazik img
{
	width: 32px;
	height: 24px;
	
}



.codrops-demos{
	text-align:right;
	/*display: block;*/
	font-weight:bold;
	font-size:16px;
    padding-bottom: 77px;
    
    padding: 14px;
    
}

.informacii {
margin-top : -13px;
}
.jazik{

	float:right;
}
.jazik img
{
	width: 32px;
	height: 24px;
	
}
/*
.container > header h1 span{
	color: #7cbcd6;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
*/

/*
.codrops-demos{
	text-align:center;
	display: block;
	padding: 14px;
	font-weight:bold;
	font-size:16px;
}
.codrops-demos strong {
	font-size:16px;
	color:white;
	
}
.codrops-demos a{
		color:rgb(87,137,165);
}


.banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(95, 109, 126, 0.4);
  top: 0;
  left: 0;
  z-index: 3;
   
}

*/
#headerNaslov {
    height: 220px;
}
#kartickiSliki {
    
    margin-left:200px;
}    


@media screen and (max-width: 1200px) {
 #kartickiSliki {
    
    margin-left:20%;
} 
 #headerNaslov {
    height: 217px;
}

 
  
}
@media screen and (max-width: 992px) {
    #kartickiSliki > img {
        width: 21.7%;
        height: 70px;
        
    }

   


    #kartickiSliki {
        margin-left: 94px;
    }
    #headerNaslov {
        height: 207px;
    }

}


@media screen and (max-width: 735px) {
    #kartickiSliki > img {
        width: 19.5%;
        height: 60px;
        
    }
    #headerNaslov {
    height: 180px;
}
    

    }


@media screen and (max-width: 685px) {
    #kartickiSliki > img {
        width: 20%;
        height: 50px;
    }
}

 @media screen and (max-width: 630px) {
        #kartickiSliki > img {
            width: 20%;
            height: 35px;
        }
        #headerNaslov {
            height: 295px;
        }
}
 @media screen and (max-width: 420px) {
            #kartickiSliki > img {
                width: 25%;
                height: 35px;
            }

            #kartickiSliki {
                margin-left: 5px;
            }

            container {
                margin-left: 35px;
            }
            #headerNaslov {
                height: 338px;
            }
}