*{
	margin: 0;
	padding :0;
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
}
p {
	font-size: 14px;
}
body {
	background-color: #fff;
}
/*========== Container ===========*/
.container {
	width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.container.full_width {
	width: 100%;
	background-color: #00A5E1;
}
.container.full_width footer {
	width: 1280px;
	margin: 0 auto;
}
#header_part.container {
	width: 1280px;
	margin-top: 20px;
}

/*======= Header Part ========*/
#header_part {
	background: url(img/bg3.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 50px 0px;
	overflow: hidden;
	background-position: center center;
}
#header_part .hp_wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: center;
}
#header_part .hp_wrapper h1,
#header_part .hp_wrapper h2 {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-size: 40px;
	margin: 10px auto;
}
#header_part .hp_wrapper h2 {
	display: inline-block;
}
#header_part .hp_wrapper h2 a {
	display: inline-block;
	background-color: #00A5E1;
	padding: 15px 50px;
	font-size: 30px;
	text-decoration: none;
	color: #fff;
}
#header_part .hp_wrapper h2 a:hover {
	transition: all .3s;
	background-color: #038FC1;
}
#header_part .hp_wrapper img {
	display: block;
	margin: 0 auto;
}
/*----------------------*/
#header_part .hp_wrapper .highlight {
	width: 65%;
	margin: 0 auto;
	text-align: left;
	padding-left: 40px;
	margin-top: 20px;
	margin-bottom: 80px;
}
/*----------------------*/
#header_part .hp_wrapper .register {
	margin-top: 50px;
}
#header_part .hp_wrapper .register p {
	color: #fff;
}

/*========== Footer top Part ===========*/
#footer_top {
	background-color: #fff;
}
#footer_top h4 {
	text-transform: uppercase;
	padding: 20px 0px;
	color: #303030;
}
#footer_top .conditions {
	width: 100%;
	overflow: hidden;
}
#footer_top .conditions .cond {
	width: 33.33%;
	float: left;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 120px;
	overflow: hidden;
}
#footer_top .conditions .cond h1 {
	float: left;
	width: 40px;
	padding: 5px 0px;
	margin-right: 10px;
	background-color: #00A5E1;
	text-align: center;
	color: #fff;
}
#footer_top .conditions .cond h2 {
	text-transform: uppercase;
	font-size: 23px;
	color: #00A5E1;
}
#footer_top .conditions .cond h2 a {
	text-decoration: none;
	color: #00A5E1;
}
#footer_top .conditions .cond p {
	color: #303030;
}

/*====== Footer =======*/
footer {
	overflow: hidden;
	padding-top: 15px;
	background-color: #00A5E1;
}
footer .left {
	width: 70%;
	float: left;
	text-align: left;
	padding-left: 100px;
	color: #fff;
}
footer .right {
	width: 30%;
	float: left;
	text-align: left;
}
footer .right ul {
	overflow: hidden;
}
footer .right ul li {
	display: block;
	list-style-type: none;
	float: left;
	overflow: hidden;
	height: 80%;
}

/*========== Media Queries ==========*/
@media screen and (max-width: 1024px) {
	.container {
		width: 100%;
	}
	#header_part {
		padding: 50px 0px;
	}
	#footer_top .conditions .cond {
		padding-left: 50px;
	}
	footer .left {
		width: 100%;
		float: none;
		padding: 0px 30px;
		text-align: center;
	}
	footer .right {
		float: none;
		margin: 20px auto;
		width: 45%;
	}
}

@media screen and (max-width: 768px) {
	#footer_top .conditions .cond {
		padding-left: 30px;
	}
}

@media screen and (max-width: 567px) {
	#header_part .hp_wrapper {
		width: 100%;
	}
	#header_part .hp_wrapper img.logo {
		width: 70%;
	}
	#header_part .hp_wrapper .highlight {
		padding-left: 10px;
	}
	#header_part .hp_wrapper h1 {
		font-size: 30px;
	}
	/*------------------------*/
	#footer_top .conditions .cond {
		float: none;
		width: 50%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	/*----------------------------*/
	footer .left {
		padding: 0px 20px;
	}
	footer .right {
		width: 80%;
		margin: 20px auto;
	}
	footer .right ul {
		width: 340px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 480px) {
	#header_part {
		padding: 35px 0px;
	}
	#header_part .hp_wrapper h2 {
		font-size: 25px;
	}
	#header_part .hp_wrapper h1 {
		font-size: 27px;
	}
	#header_part .hp_wrapper .highlight {
		width: 67%;
	}
	/*--------------------*/
	#footer_top .conditions .cond {
		width: 70%;
	}
}

@media screen and (max-width: 320px) {
	#header_part {
		padding: 25px 0px;
	}
	#header_part .hp_wrapper img.logo {
		width: 90%;
	}
	#header_part .hp_wrapper h1 {
		font-size: 17px;
	}
	/*--------------------*/
	#footer_top .conditions .cond {
		width: 95%;
	}
	/*---------------------*/
	footer .right {
		width: 100%;
	}
	footer .right ul {
		width: 80%;
		margin: 0 auto;
	}
	footer .right ul li {
		width: 50px;
	}
	footer .right ul li:nth-child(1) {
		margin-top: 5px;
	}
	footer .right ul li:nth-child(2) {
		width: 130px;
	}
	footer .right ul li img {
		width: 100%;
	}
}