#logoContact{
	background: url(../Assets/logo.png) center no-repeat;
	position: absolute;
	width: 223px;
	height: 160px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 40px;
	z-index: 1000;
}

#DrugiEkran{
	width: 100%;
	background-color: #f8f7f2;
	position: relative;
}

.MessageIcon{
	background: url(../Assets/Contact/mailbox-icon.png) no-repeat center;
	background-size: contain;
	width: 83px;
	height: 57px;
	margin: auto;

}

.HeadphoneIcon{
	background: url(../Assets/Contact/telephone-icon.png) no-repeat center;
	background-size: contain;
	width: 45px;
	height: 47px;
	float: left;
}

.ReachUsCont{
	padding-left: 30px;
	padding-right: 30px;
	position: absolute;
	right: 30px;
	max-width: 450px;
	text-align: center;
	margin-top: 140px;
}

.ContactCont{
	padding-left: 30px;
	padding-right: 30px;
	position: absolute;
	left: 30px;
	max-width: 450px;
	text-align: left;
}

.NumCont{
	color: black;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 290px;
}

.leftCont, .rightCont{
	height: 500px;
}

.row{
	margin: 0px !important;
}

@media  screen and (max-width: 991px) {
	#logoContact{
		display: block;
		background: url(../Assets/logoMobile.png) no-repeat;
		width: 134px; /* Width of new image */
		height: 176px; /* Height of new image */
		margin-top: 80px;
	}

	.ReachUsCont{
		right: 0px;
		left: 0px;
		margin: auto;
		margin-top: 80px;
	}

	.ContactCont{
		left: 0px;
		right: 0px;
		margin: auto;
		text-align: center;
	}

	.NumCont{
		margin-left: auto;
		margin-right: auto;
	}

	.leftCont{
		height: 350px;
	}

	.rightCont{
		height: 550px;
	}

	#mail{
		font-size: 20px;
	}
}
