.siteWidth { 
	width: 960px;
	position: relative;
	margin: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	max-width: 100%;
 }
 .bigger {font-size:122%;}
 
hr.nice_hr_footer {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
hr.nice_hr {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
body {
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px
}

/*Osnovni canvas v katerga pridejo logo, pomoc, ter menijska vrstica*/
#header {
	position: relative;
	height: 185px;
	background: linear-gradient(to top, #d9d9d9, #e6e6e6);
}
	
	#logo {
	position: absolute;
	top: 18px;
	left: 12px;
	width:300px;
	height:97px;
	}
	#pomoc_zgoraj {position: absolute;top: 10px;right: 10px;color: black;}
		#pomoc_zgoraj ul{ float:left; line-height:26px; }
			#pomoc_zgoraj ul li{ list-style-type:none; float:left; }
				#pomoc_zgoraj ul li a{ color:#333333; font-size:14px; padding:0 7px 0 7px; line-height:17px; border-right:1px solid #333333; font-family: Georgia}
				#pomoc_zgoraj ul li.last a{ border-right:none; padding:0 0 0 7px; }
				#pomoc_zgoraj ul li a:link{text-decoration: none}
				#pomoc_zgoraj ul li a:hover{ text-decoration:underline}

 
#dropdown_menies {position: absolute; top: 140px; background-color:#333; z-index:100; width:100%}
	#dropdown_menies ul{float: right;margin: 0; padding: 0; background-color: #333; padding: 0;}
		#dropdown_menies ul li{float: right; list-style-type: none; margin:0;}
			#dropdown_menies ul li a{ display:inline-block; text-transform:uppercase; color:white; padding:14px 20px 14px 20px; text-align:left; font-size: 14; text-decoration: none; font-family:Georgia; margin:0}
			#dropdown_menies ul li a:hover{ background-color:#1a1a1a}
			#dropdown_menies ul li a:active{ background-color:#4d4d4d}
			/*3 gumb gre na dol se*/
			#dropdown_menies ul ul {display: none;} 
			#dropdown_menies ul li:hover ul{display:block; position:absolute; z-index:1; min-width:100px; padding:5px 0 5px 0; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); margin-top: 0px} 
			#dropdown_menies ul li ul li{ float:none; background:transparent url(../images/bg-white-80.png); margin:0 0 0 0; }   
				#dropdown_menies ul li ul li a{ padding:0px; font-size:16px; display:block; padding:8px 10px; }
				#dropdown_menies ul li ul li:hover a{color:#bfbfbf}
					#dropdown_menies ul ul ul {display: none; color: white;}
			

.second_dropdown {
	left:100px; 
	top: 40px;
	padding: 0 !important;
}	

#info {
	position: relative;
	height: auto;
	background: linear-gradient(to top, #d9d9d9, #e6e6e6);
}
	h1 { color: #black; font-family: 'Trocchi', serif; font-size: 45px; font-weight: normal; line-height: 48px; margin: 0; }
	.description { color: #4c4a37; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; line-height: 32px; margin: 0 0 24px; }
	
#pictures{
	background: linear-gradient(to top, #bfbfbf, #f2f2f2);
	max-width: 100%; 
	box-sizing: border-box;
	height:1490px;
}
	#window1,#window2,#window3,#window4,#window5,#window6,#window7,#window8,#window9 {
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
		max-width:320px;
		height: 310px;
		position:relative;
		background-color: rgba(255,255,255,0.4);
		padding:10px 20px 10px 20px;
		border:2px solid black;
		border-radius:8px;
	}

	#something {float:left; line-height: 350px, margin: 0 0 0 0; padding: 0 0 0 0; width:100%}
		#left,#right,#center {list-style-type:none; float:left}
		#left {margin:0 25px 0 0; left: 0}
		#center {margin: 0 25px 0 25px}
		#right {margin: 0 0 0 25px; right: 0}
		#cena,#sifra {color: black; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; overflow: hidden; bottom: 5px; margin:5px 0 0 0;}
		#cena {float:left}
		#sifra {float:right}

#footer {
	position: relative;
	height: 350px;
	background-color: #333333;
	overflow: hidden
}
	.table {width: 100%; }
	.table th {height: 50px}
	.table th.first {padding: 0 90px 0 10px; text-transform:uppercase}
	.table th.normal {padding: 0 90px 0 90px; text-transform:uppercase}
	.table th.last {padding: 0 0 0 90px; text-transform:uppercase}
	.table td.first {padding-left: 10px}
	.table td.second {padding-left: 91px}
	.table td.last {padding: 0 0 30px 10px}
		.table th a {color:#e6e6e6; font-size:16px; font-family: Georgia}
		.table td a {color:#cccccc; font-size:16px; font-family: Georgia }
		.table th a:link,tr a:link {text-decoration:none}
		.table th a:hover,tr a:hover {text-decoration:underline}
	.last_line  {text-align: center; color: #e6e6e6; font-family: Georgia; font-size:90%}

@media screen and (min-device-width: 481px) and (max-device-width: 767px) { 
    #footer {padding-bottom: 218px}
	#pomoc_zgoraj ul li a {font-size: 25px;}
	#dropdown_menies ul li a {font-size: 25px}
	#footer .table td.second {padding-left: 61px}
	#footer	.table th.first {padding: 0 60px 0 10px;}
	#footer	.table th.normal {padding: 0 60px 0 60px;}
	#footer	.table th.last {padding: 0 0 0 60px;}
	#footer .table th a{font-size: 27px;}
	#footer .table td a{font-size: 27px;}
	#dropdown_menies ul li:hover ul{display:none;}
	#footer .last_line {font-size: 20px;}
}

@media only screen and (max-device-width: 480px) {
    #footer {padding-bottom: 118px}
	#pomoc_zgoraj ul li a {font-size: 30px;}
	#dropdown_menies ul li a {font-size: 27px}
	#footer .table td.second {padding-left: 57px}
	#footer	.table th.first {padding: 0 56px 0 10px;}
	#footer	.table th.normal {padding: 0 56px 0 60px;}
	#footer	.table th.last {padding: 0 0 0 56px;}
	#footer .table th a{font-size: 25px;}
	#footer .table td a{font-size: 25px;}
	#dropdown_menies ul li:hover ul{display:none;}
	#footer .last_line {font-size: 23px;}
}	

.myImg {
	cursor:pointer;
	transition: 0.5s
}

.modal {
	display:none; /*Na začetku da nč ni, pokazal bomo šele ko bomo kliknl na sliko*/
	position: fixed;
	z-index: 101;
	left:0;
	top:0;
	overflow:auto;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.9);
}
.modal-content {
	padding-top:50px;
	margin:auto;
	display:block;
	width:80%;
	max-width:700px;
}
#caption {
	margin:auto;
	display:block;
	width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/*Animacija kako se slika odpre*/
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
.close {
	position:absolute;
	cursor:pointer;
	top:15px;
	right:30px;
	color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
		color:#ccc;
		text-decoration:none;
		transition:0.5s
}
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
	
	
	









				