/* -------------------- Reset -------------------- */
* {
	margin: 0;
	outline: none;
}

article, aside, figure, footer, header, nav, main, section, details, summary {
	display: block;
}

body, p, ul, li, ol, pre, caption, h1, h2, h3, h4, h5, h6, form, div, fieldset, legend {
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	display: block;
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 100%;
	background: #ffffff;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-overflow-style: scrollbar;
}

img, fieldset {
	border: 0;
}


/* ----------------------- Styles ----------------------- */


.text-center {
    text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.header_img {
	padding: 30px;
    width: 400px;
}

.content_container {
	background-color: #edf3f4;
	padding: 50px 0px;
}

.content {
    background-color: #46c9d5;
    padding: 110px 0;
		background: url(../../assets/img/bg.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}

.content_number {
	color: #ffffff;
}

.content_number_4 {
	font-size: 270px;
	line-height: 220px;
	font-family: "Arial Narrow", arial;
	vertical-align: top;
	transform: scale(1,0.8);
    display: inline-block;
	font-weight: 600;

}

.content_number_0 {
	font-size: 230px;
	line-height: 170px;
	font-family: "Berlin Sans FB";
	vertical-align: top;
	transform: scale(1,0.9);
    display: inline-block;
}

.content_line {
	width: 140px;
    display: inline-block;
    border-style: solid;
    border-width: 3px;
    border-color: #5f99a2;
}

.content_header_container {
	max-width: 900px;
	display: inline-block;
}

.content_header {
	font-size: 58px;
    font-family: "Century Gothic";
    color: #ffffff;
    /*transform: scale(1,0.8);*/
		text-transform: uppercase;
		/*max-width: 690px;*/
		letter-spacing: 6px;
		padding-top: 18px;
}

.content_sub_header_container {
	display: inline-block;
}

.content_sub_header {
	font-family: "Century Gothic";
	font-size: 20px;
	color: #ffffff;
	/*transform: scale(1,0.8);*/
	letter-spacing: 1px;
	max-width: 880px;
	padding-top: 18px;
}

.footer {
	text-align: right;
}

.footer_link {
	font-size: 20px;
    font-family: "Arial Narrow", arial;
    color: #838696;
    transform: scale(1,0.8);
	display: inline-block;
    text-decoration: none;
    padding: 20px;
}

@media (max-width: 767px) {

	.header {
		text-align: center;
	}

	.header_img {
		width: 290px;
		padding: 20px 0;
	}

	.content_number_4 {
		font-size: 190px;
		line-height: 150px;
	}

	.content_number_0 {
		font-size: 160px;
		line-height: 110px;
	}

	.content_header_container {
		padding: 0 20px;
	}

	.content_header {
		font-size: 35px;
	}

    .content_sub_header_container {
		padding: 0 20px;
	}

	.content_sub_header {
		font-size: 18px;
	}

	.footer {
		text-align: center;
	}

}

@media (min-width: 768px) and (max-width: 1199px) {

	.header_img {
		width: 330px;
	}

	.content_header_container {
		max-width: 700px;
	}

	.content_header {
		font-size: 60px;
	}

    .content_sub_header_container {
		max-width: 700px;
	}

}

@media (min-width: 1200px) {



}
