*{
	margin:auto;
	padding:auto;
}
/*@font-face {
    font-family: 'Zapf Chance';
    src: url('ZapfChanceItalic.woff2') format('woff2'),
        url('ZapfChanceItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}*/

body{
		/* background: /*linear-gradient(to bottom, #ffffff -30%, #afadad 133%)*/ background-color:#fd8e96; 
	width:95%;
	margin:auto;
	font-family: Times New Roman; 
	font-size:18px;
	color:gray;
}
.content {
    padding: 5px;
    overflow: hidden;
	 background: /*linear-gradient(to bottom, #ffffff -30%, #fd8e98 133%); */white;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	padding-top:10px;
	padding-bottom:10px;
	line-height: 1.2;
	justify-content: center;
}
.content .logo{
    float:left;
	padding-left:5%;	
}
.content h4 {
	float:right;
	padding-right:5%;	
}
.content i  {
	text-align:center;
	padding-left:0%;
	padding-bottom:10%;
	text-shadow:0px 0px 10px white;
	font-size:42px;
	font-weight:bold;
}
.content i {
	color:#fd8e96;
}
.content span{
	font-size:42px;
	color:gray;
}
.content h3{
	font-size: 36px;
}
iframe{
	position:relative;
}
.nav{ 
	height:auto;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	padding-left:auto;
	padding-right:auto;*/
	background-color:lightgray;
	display: inline-flex;
	width: 100%;
} 	

.nav a {
	font-family:Times New Roman;
	font-size:24px;
	font-weight: bold;
	/*background-color:#fd8e98;
	box-shadow: 1px 1px 5px black;*/
	text-decoration: none;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	padding:15px;
	text-align:center;
	color:gray;
	margin:;
	display: inline;
	/*text-shadow:0px 0px 10px black;*/
	
}
.nav a:hover{
	/*background-color:white;*/
	color:black;
	text-decoration:none;
	text-shadow:none;
}
.nav li {
	display: inline-flex;
/*	position: relative;*/
	text-align: center;
}
.nav ul{
	padding: 0px;

}
footer{
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	background:/* linear-gradient(to top, #ffffff -100%, #fd8e98 133%)*/lightgray;
	padding-top:10px;
	padding-bottom:10px;	
	color:black;
	display: inline-block;
	width: 100%;
}

footer img {
	height:200px;
}
#gmap_canvas{
	overflow: hidden;
	height: 68.5%;
	width: 99%;
}
.maps{
	padding: 5px;
	background-color: lightgray;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;

}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;	
}
.main{
	font-size:22px;
	background: /*linear-gradient(to bottom, #ffcccc -100%, #fd8e98 133%);*/white;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	padding-left:2%;
	line-height: 1.5;
	
}
.center{
	text-align:center;
}

hr{
	color:black;
	width:98%;
	text-align:left;
	margin-left:0px;
	margin-bottom:10px;
	margin-top:10px;
}
.button{
	background-color:#fd8e98;
	box-shadow: 1px 1px 5px black;
	text-decoration: none;
	border-radius:5px;
	text-align: center;
	width: 23%;
	font-style: oblique;
	color: white;
	padding-top: 0%;
	-webkit-animation: cssAnimation 1.0533s 30 ease;
	-moz-animation: cssAnimation 1.0533s 30 ease;
	-o-animation: cssAnimation 1.0533s 30 ease;
}
.button a:hover{
	text-decoration: none;
}
.button a {
	color:white;
}

.info{

}
table{
	color:white;
	background-color:#fd8e96;
	font-style: oblique;
	font-size: large; 
	float:right;
	overflow: all;
	margin-right: 3%;
	border: 0px;
}
table td{
	border: 0;
}
table caption{
	color:Gray;
}

@-webkit-keyframes cssAnimation {
from { -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }
to { -webkit-transform: rotate(4deg) scale(0.899) skew(5deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
from { -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }
to { -moz-transform: rotate(4deg) scale(0.899) skew(5deg) translate(0px); }
}
@-o-keyframes cssAnimation {
from { -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px); }
to { -o-transform: rotate(4deg) scale(0.899) skew(5deg) translate(0px); }
}

@media all and (max-width: 765px){
	.container{
		display: none;
	}
	.main{
		font-size: 18px;
	}
	li{
		height: %;
		width: %;
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 14px;
		display: inline-flex;
	}
	ul{
		padding: 0px;
	}
	.nav a {
		font-size: 16px;
	}
	.button{
		overflow: hidden;
		width: 90%;
		height: 70px;
		font-size: 12px;
	}
	#gmap_canvas{
		width: 99%;

	}
	table{
		width: 100%;
		margin: 0px;
		padding: 0px;
		float: none;
	}
	.info {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.content{
		display: grid;
		float: none;
		padding: 0px;
		overflow: hidden;
		height: 250px;
	}
	.content i {
		font-size: 20px; 
	}
	.content span {
		font-size: 16px;
	}
	.content .logo {
		height: auto;
		padding-top: 10px;
		width: 150px;
		padding-bottom: 10px;
		padding-left: 0px
	}
	.content h4 {
		display: none;
	}
	iframe{
		width: 270px;
	}
	.partneri img {
		width: 200px;
	}
}
@media all and (min-width: 766px) and (max-width: 1359px){
	.container{
		display: none;
	}
	li{
		height: %;
		width: 18%;
		padding-top: 0px;
		padding-bottom: 0px;
		padding:0px;
		font-size: 12px;
		display: inline-flex;
	}
	ul{
		padding: 0px;
	}
	.content{
		padding: 0px;
		overflow: hidden;
		height: 140px;
		text-align: center;
	}
	.content i {
		font-size: 26px; 
		display: ;
		text-align: center;
		padding-top: 0px;
		width: 150px;
		height: auto;

	}
	
	.content .logo {
		height: auto;
		width: 150px;
		padding-bottom: 10px;
		float: left;
	}
	.content h4 {
		display: none;
	}
	.info{
		height: ;
		width: 90%;
		display: inline-grid;
		}
	#gmap_canvas{
		padding: 0px;
		align-items: center;
		width: 99%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	table {
		width: 275px;
		float: none;
	}
	.button{
		height: 100px;
		width: 275px;
		overflow: hidden;
	}
	iframe{
		width: 500px;
	}
}
@media all and (min-width: 1360px) and (max-width: 1450px){
	.nav ul{
		display: flex;
	}
	.nav a{
		font-size: 22px;
		margin-right: 5px;
	}
	.container{
		display:block;
	}
	.content i{
		font-size: 34px;
		text-align: center;
	}
	.content span{
		font-size: 28px;
	}
	.content h4{
		padding-right: 10px;
	}
	.logo {
		width: 150px;
	}
}