#mapa{
	margin-top: 20px;
	padding: 0;
	background: #fff;
}

#ContactUS{
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
}
.mejlKontakt{
	margin: 30px 0;
	padding: 10px;
	width: 100%;
	/* background: url('img/white-waves.png'); */
	display: flex;
	justify-content:
	space-around;

	flex-flow: row wrap;
}


#mailsend{
	width: 410px;
	margin-left: 20px;
	padding:0;
	background: #fff;
	/* background: url(img/bg_contact.jpg) no-repeat center; */
	background-size: cover;
}

#mailsend h2{
	margin-top: 10px;
	margin-left: 10px;
  text-align: left;
	font-family: 'Roboto', sans-serif;
  color: #283891;
}
.contact-form{
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  overflow: hidden;
}
.contact-form-text{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 16px 0;
  border: 0;
  background: #e5e5e5;
  padding: 15px;
  outline: none;
  color: #585858;
  transition: 0.5s;
}
.contact-form-text:focus{
  outline: 2px solid #585858;
}
textarea.contact-form-text{
font-family: 'Roboto', sans-serif;
  resize: none;
  height: 120px;
}
.contact-form-btn{
	float: right;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
  border: 0;
	background: #283891;
	color: #fff;
	margin: 5px 0 15px 0 ;
  padding: 12px 50px;

  cursor: pointer;
  transition: 0.5s;

}
.contact-form-btn:hover{
	background: #e5e5e5;
  color: #585858;

}
/* css za e mail kraj */

#infoBoxes{
	margin: 0;
	padding: 0;
}

#infoBoxes .tableBox{
	text-align: right;
	margin: 70px;
}
.tableBox table tr td{
	padding: 10px;
}
/* .tableBox table tr td span:hover{
	color: #ccc;
} */


.tableBox table tr td span{
	margin: 0;
	padding: 20px;
	font-family: 'Roboto',sans-serif;
	font-size: 18px;
	color: #283891;
}
.tableBox table tr td a{

	margin-left: 1px;

}

@media screen and (min-width:769px) and (max-width: 1280px){
	.wrapper{
		width: 90%;
	}
	#mapa{

		width: 100%;
		height: auto;
		overflow: hidden;
	}


}

@media screen and (min-width:451px) and (max-width: 768px) {
  .wrapper{
		width: 100%;
	}
	#mapa{

		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.mejlKontakt{
		position: relative;
		justify-content: center;
	}
	#mailsend{
		width: 410px;
		padding: 10px;
	}
	#infoBoxes{
		text-align: center;
	}
}
@media screen and (min-width:300px) and (max-width: 450px){
	/* .tableBox tr td{
		text-align: center;

	}
	.tableBox tr td .telefon {
		display: none;
		font-size: 80%;
	}


	.tableBox tr td a img{
		display: none;
	} */
	.tableBox {
		display: none;
	}
}
