body {
	background: #e3e3e3;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
}

a:hover, a:active, a:focus {
	outline: 0;
}

.bg_image {
	background: url(img/bg_img.jpg) no-repeat center top;
	/*background-size*/
	-webkit-background-size: /*@@prefixmycss->No equivalent*/;
	-moz-background-size: cover;
	-o-background-size: /*@@prefixmycss->No equivalent*/;
	background-size: cover;
	min-height: 1200px;
}

.text_area {
}

.text_bg {
	background: none repeat scroll 0 0 rgba(84, 97, 115, 0.9);
	margin: 214px 0;
	padding-bottom: 12px;
}

.bg_image p a {
	color: #ffffff;
}

.text_bg h1 {
}

.text_bg p {
	font-size: 18px;
	margin-right: 146px;
}

	.text_bg p a {
		text-decoration: underline;
	}

		.text_bg p a:hover {
			text-decoration: none;
		}

/*===============================*/
@media(max-width:480px) {
}

@media(max-width:767px) {
	.text_bg p {
		margin-right: 15px;
		font-size: 13px;
	}

	.text_bg {
		margin: 0px 0;
	}

		.text_bg h1 {
			font-size: 20px;
			padding-top: 25px;
		}
}

@media(min-width:768px) {
	.text_bg p {
		margin-right: 15px;
		font-size: 15px;
	}

	.text_bg {
		margin: 214px 0;
	}

		.text_bg h1 {
			font-size: 27px;
			padding-top: 29px;
		}
}

@media(min-width:992px) {
	.text_bg h1 {
		font-size: 32px;
	}

	.text_bg p {
		margin-right: 82px;
	}

	.text_bg h1 {
		font-size: 32px;
	}
}

@media(min-width:1200px) {
	.text_bg h1 {
		font-size: 40px;
	}

	.text_bg p {
		margin-right: 82px;
	}

	.text_bg h1 {
		font-size: 40px;
	}
}
