html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: 'Roboto', sans-serif !important; 
}

a {
	color:#FF0000;
	font-weight:700;
}

#aclokacije {
    left: 0;
    top: 10px;    
    position: relative;
	margin-top:10px; 
	width: 100% !important; 
	height: 725px; 
	clear: both !important; 
}

#aclokacije2 {
    left: 0;
    top: -100px;    
    position: relative;
	margin-top:10px; 
	width: 100% !important; 
	height: 725px; 
	clear: both !important; 
}

#aclokacijeopis {
	margin-top:20px;
	padding: 20px;
	width: 100% !important; 
	height: 725px; 
	clear: both !important; 
/*	background:#ff0000; */
	font-size: 32px;
	font-family: 'Roboto', sans-serif !important; 
}

	.landing-left, .landing-right {
		width:95%;
		text-align:center;
	}
	.partnerlogo {
		height:100px;
	}

	.howtotext {
		font-size:30px;
	}
	ul.lista li{
		display:inline;
	}
	
	.lista li:after {
		content: ", ";
	}
	
	.lista li:last-child:after {
    content: "";
}

	
@media (min-width: 1000px) {
	#aclokacije {
		position:absolute;
		left:0;
		top:200px;
		width: 73% !important; 
		height: 725px; 
		clear: none !important; 
		float:left !important; 
	}

#aclokacijeopis {
		position:absolute;
		right:0;
		padding: 0px;
		margin-top:10px;
		margin-right:3px;
		width: 25% !important; 
		height: 725px; 
		clear: none !important; 
		float:right !important; 
		background:transparent !important;
		font-size: 16px;
	}

	.landing-left {
		width:35%;
		float:left;
	}	

	.landing-right {
		width:60%;
		float:right;
		padding-left:30px;
	}
	.partnerlogo {
		height:40px;
	}
	.howtotext {
		font-size:12px;
	}
	ul.lista li{
		display:list-item;
	}
	
	.lista li:after {
		content: "";
	}

}




#gmInfoWindow {
    line-height:1.35; 	 	
    overflow:hidden; 	 	
} 	 	
#gmInfoWindow .content-wrapper .logo{ 	 
    height: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
} 	 	
#gmInfoWindow .content-wrapper .data{ 	 
    margin-left:10px;
} 	 	
#gmInfoWindow h3 	 	
{ 	 	
    font-size: 14px; 	 	
} 	 	
#gmInfoWindow h3, 	 	
#gmInfoWindow h4 	 	
{ 	 	
    padding: 0; 	 	
    margin: 0 0 0 0; 	 	
} 	 	
#gmInfoWindow h4 	 	
{ 	 	
    padding: 0 0 3px 0; 	 	
    color: #da0000; 	 	
    font-weight: bold; 	 	
    font-size: 12px; 	 	
} 	 	
#gmInfoWindow .content{
    font-size: 11px; 	 	
    padding-top: 5px; 	 	
    overflow: hidden; 
	padding-left: 5px;	
	height: 3em;
} 
#gmInfoWindow .content .address{
	padding-left: 2.5em;
	position: relative;
	font-size: 12px;
}
#gmInfoWindow .content .address::after{
    content: "";
    display: block;
    background: transparent url(img/iconLocation.svg) no-repeat 0 0;
    width: 2em;
    height: 2em;
    position: absolute;
    left: 0;
    top: 0;
} 
#gmInfoWindow .content .working-hours{
	padding-left: 2.5em;
	position: relative;
	font-size: 12px;
	line-height: 2em;
}
#gmInfoWindow .content .working-hours::after{
    content: "";
    display: block;
    background: transparent url(img/iconTime.svg) no-repeat 0 0;
    width: 2em;
    height: 2em;
    position: absolute;
    left: 0;
    top: 0;
}	
#gmInfoWindow a 	 	
{ 	 	
    color: #000; 	 	
} 	 	
#gmInfoWindow a:hover 	 	
{ 	 	
    color: #666; 	 	
} 	 	
#gmInfoWindow a.link 	 	
{ 	 	
    padding: 0 10px 0 25px; 	 	
    line-height: 16px; 	 	
     	 	
    background-repeat: no-repeat; 	 	
    background-position: 0 50%; 	 	
} 	 	
#gmInfoWindow a.directions 	 	
{ 	 	
    background-position: -300px 50%; 	 	
    padding-left: 20px; 	 	
} 	 	
#gmInfoWindow a.choose 	 	
{ 	 	
    background-position: -600px 50%; 	 	
    padding-left: 20px; 	 	
} 	 	
#gmInfoWindow a.mail 	 	
{ 	 	
    background-position: -900px 50%; 	 	
} 	 	
#gmInfoWindow .content a 	 	
{ 	 	
    color: #005ecf; 	 	
} 	 	
#gmInfoWindow .content a:hover 	 	
{ 	 	
    color: #3e88dd; 	 	
} 	 	