@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin-ext');
@font-face {
    font-family: BebasNeue;
    src: url(bebas-neue/BebasNeue.otf);
}
body {
	margin:0px;
	font-family: Roboto;
	font-weight: 300;
}

.header_container {
	width: 100%;
	height: 80px;
	background-color: #3c3c3b;
}

.header_content {
	margin:auto;
	max-width:1000px;
	padding-top:20px;
	padding-bottom:20px;
}

.page-container {
	max-width: 100%;
	height: calc(100vh - 220px);
	min-height: 650px;
	background-image:url("hatter.png");
	background-repeat: repeat-x;
	background-color: #e8eeee;
}
.page-content {
	margin:auto;
	max-width:1000px;
}

.page-content h1 {
	color: #30cbc9;
	font-size: 36px;
	padding-top:50px;
	padding-bottom:30px;
	text-transform: uppercase;
	font-weight: 500;
	font-stretch: extra-condensed;
	margin:0 0 50px 0;
	font-family: BebasNeue;
	border-bottom: 3px solid #d0dddd;
}

.left-box {
	max-width: 230px;
	background-color: #fff;
	padding: 30px;
	float: left;
	border: 2px solid #EAF6F6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2.828px 2.828px 10px 0px rgba(98, 192, 196, 0.28);
}

.left-box h3 {
	font-size:20px;
	margin: 0px;
	color: #313131;
}

.left-box ul {
	list-style:none;
	border-top: 2px solid #30cbc9;
	padding: 10px 0px 0px 0px;
	margin: 20px 0 0 0;
}

.left-box ul li{
	line-height:50px;
	
}
.left-box ul li a {
	text-decoration:none;
	color:#646464;
	font-weight: 700;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid transparent;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	
}
.left-box ul li a:hover {
	border-color: #30cbc9;
}

.main-content {
	float:right;
}

.center{
	float: none;
	margin:auto;
}
.video-item {
	padding-bottom:60px;
	text-align:center;
}
.page-container2 {
	max-width: 100%;
	height: 100%;
	background-color:#dbe5e7;
	padding:0 0 100px 0;
}

.main-content h3 {
	font-size:20px;
	color: #646464;
	margin:0px;
	padding: 20px 0px;
}

.content-list {
	background-color: #fff;
	border: 3px solid #eaf6f6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}
.content-list ul {
	margin:0px;
	padding: 30px 0px;
	list-style:none;
}
.content-list ul li {
	margin: 30px 50px;
	padding:0px 30px 30px 30px;
	border-bottom: 2px solid #30cbc9;
	color: #646464;
}
.content-list ul li:first-child {
	margin-top: 0px;
}

.content-list ul li:last-child {
	padding:0px 30px;
	border: none;
	margin-bottom:0px;
}

.content-list p {
	margin:0;
	padding: 30px;
	font-weight: bold;
	color: #646464;
	line-height: 30px;
}

.bold {
	font-weight: bold;
}

.backlink {
	text-decoration:none;
	color: #646464;
	font-weight:600;
	font-size: 16px;
	position:absolute;
	margin-top:10px;
}

.footer_container {
	max-width: 100%;
	height: 40px;
	background-color: #e8eeee;
	padding: 50px 0;
}

.footer-content {
	text-align: justify;
	max-width:1000px;
	margin:auto;
	color: #858586;
}
.footer-content a {
	padding:0 80px;
	border-right:2px solid #3cbebf;
	font-size:16px;
}

.footer-content a:first-child {
	padding-left: 0px;
}

.footer-content a:last-child {
	padding-right: 0px;
	border-right: none;
}
