.contacts .banner
{
	background: url(../images/contacts/banner.jpg);
}

#map-canvas
{
	height: 70vh;
}

.contacts-form
{
	background: url(../images/contacts/bg-form.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}

.form-control
{
	background-color: transparent;
	border: 1px solid #f7a219;
	border-radius: 0px;
	color: #fff;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	 color:	 #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:	 #ccc;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:	 #ccc;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:	 #ccc;
}

#submit.btn-default
{
	padding: 5px 30px;
}

.textContacts
{
	margin-bottom: -355px;
	position: relative;
	z-index: 100;
	background-color: #fff;
	color: #000;
}

.textContacts span
{
	color: #f7a219;
}

@media (max-width:991px)
{
	.textContacts
	{
		margin-bottom: 0px;
	}
}
