body {
	background: url('texture.png');
	background-size: 100px auto;
	font-family: 'Roboto', sans-serif;
}
#fullBar {
	width: 100%;
	overflow: hidden;
}
#fullBar .col-sm-12, #fullBar .col-sm-6 {
	padding: 0px;
}
.bg-black{
    background:#000;
}
.bg-black iframe {
	width: 100%;
	height: 430px;
	max-width: 500px;
	margin: 0 auto;
	display: block;
}
.bg-black h1 {
	color: #fff;
	text-align: center;
	margin-top: 30px;
	font-size: 30px;
	margin-bottom: 20px;
}
.bg-black p {
	font-size: 8px;
	padding: 0px 30px;
	color: #ccc;
	margin-top: 10px;
}
.webCont {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding: 80px 70px;
}
.webCont h1 {
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px;
	color: #1b2676;
}
.webCont p {
	font-weight: 300;
	line-height: 35px;
}
.mapBar {
	margin-top: 30px;
}
.bg-blue {
	background: #142274;
	padding: 40px !important;
}
.bg-blue h1 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}