.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;
}	
					
					
#programi {background: linear-gradient(to top, #bfbfbf, #f2f2f2);}
	.field1, .field2, .field3, .field4, .field5, .field6 {margin-bottom: 13px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5); height: 188px; border-radius: 15px;}
	.field7 {margin-bottom: 0; box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.5); height: 188px; border-radius: 15px}
	.field1 a:hover,.field2 a:hover, .field3 a:hover, .field4 a:hover, .field5 a:hover, .field6 a:hover, .field7 a:hover {opacity:0.8;}
	#picture {border-radius: 15px;}
	#opis_home {position:absolute; bottom: 1040px; left:20px; font-size:13px; font-family:'Source Sans Pro', sans-serif; cursor: pointer; color: black;}
	#opis_house {position:absolute; bottom:859px; left:20px; font-size:13px; font-family:'Source Sans Pro', sans-serif; cursor: pointer; color: black;}
	#opis_sideline {position:absolute; bottom:648px; left:20px; font-size:13px; font-family:'Source Sans Pro', sans-serif; cursor: pointer; color: black;}
	#opis_ice {position:absolute; bottom:435px; left:20px; font-size:13px; font-family:'Source Sans Pro', sans-serif; cursor: pointer; color: black;}
	#opis_air {position:absolute; bottom:266px; left:20px; font-size:13px; font-family:'Source Sans Pro', sans-serif; cursor: pointer; color: black;}
	#opis_outline {position:absolute; bottom:56px; left:20px; font-size:13px; font-family:'Source Sans Pro', sans-serif; cursor: pointer; color: black;}
	
					
#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: 118px}
	#pomoc_zgoraj ul li a {font-size: 25px;}
	#dropdown_menies ul li a {font-size: 25px}
	#opis_home, #opis_house, #opis_sideline, #opis_ice, #opis_air, #opis_outline, #opis_bb {font-size:20px;}
	#opis_home {bottom: 1010px;}
	#opis_house {bottom: 830px;}
	#opis_sideline {bottom:622px;}
	#opis_ice {bottom:403px;}
	#opis_air {bottom:240px;}
	#opis_outline {bottom:40px;}
	#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}
	#opis_home, #opis_house, #opis_sideline, #opis_ice, #opis_air, #opis_outline, #opis_bb {font-size:20px;}
	#opis_home {bottom: 1010px;}
	#opis_house {bottom: 830px;}
	#opis_sideline {bottom:622px;}
	#opis_ice {bottom:403px;}
	#opis_air {bottom:240px;}
	#opis_outline {bottom:40px;}
	#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;}
}	