@charset "utf-8";
/* CSS Document */

.n_container {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}
.n_header {
	width: 100%;
	background: #fff;
	clear: both;
	overflow: hidden;
}
.logo {
	width: 100%;
	margin: 10px 0px;
}
/**********  Navigation ************/
.my_nav {
	background: #fff;
	width: 100%;
	max-width: 750px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
#toggle-menu {
  display: none;
  float: right;
  text-align: right;
}
.social-icons {
  float: right;
  width: 30%;
  margin-top: 5px;
  text-align: center;
  color: #60c4db;
  font-size: 16px;
}
.social-icons ul {
	margin: 0px;
	padding: 0px;
}
.social-icons ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 40px;
}
.social-icons ul li a {
	background: #60c4db;
	padding: 10px 5px;
	color: #fff;
	border-radius:8px;
      -moz-border-radius:8px;
      -webkit-border-radius:8px;
      -khtml-border-radius:8px;
      -o-border-radius:8px;
	text-decoration: none;
}
.social-icons ul li a:hover {
	background: #eee;
	color: #60c4db;
}
.navigation {
  float: left;
  width: 70%;
  line-height: 50px;
}
.navigation ul {
	margin: 0px;
	padding: 0px;
}
.navigation li {
  display: inline;
  font-size: 17px;
  padding: 15px;
}
.navigation li a {
  color: #60c4db;
  text-decoration: none;
}
.navigation li a:hover {
  color: #999999;
}
@media(max-width: 768px){
#toggle-menu {
  color:  rgb(128, 128, 128) none repeat scroll 0 0;
  display: block;
  float: right;
  font-size: 30px;
  padding: 9px 15px;
  cursor:pointer;
  position: absolute;
  right: 0;
  margin: 0px 15px;
}
.header-inner {
  float: left;
  padding: 2% 0;
  width: 100%;
}
.navigation {
  width: 100%;
}
.navigation > ul {
  border-top: 1px solid rgb(255, 255, 255);
  display: none;
  float: left;
  margin: 27px 0;
  width: 100%;
  padding: 0px;
}
.navigation li {
    border-bottom: 1px dotted #EEE;
  float: left;
  font-size: 17px;
  padding: 0px;
  width: 100%;
  text-align: left;
}
#main-menu > li:hover {
  background: rgb(0, 0, 0) none repeat scroll 0 0;
  border-top: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.navigation a {
  color: rgb(255, 255, 255);
  padding: 0 22px;
  text-decoration: none;
}
}
/**********  Navigation End ************/
.banner {
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.banner img {
	width: 100%;
}
.banner_title {	
	position: absolute;
    width: 100%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -300px;
    margin-top: -30px;
}
.banner_title h1 {
	color: #000;
	font-size: 40px;
	font-weight: bold;
}
.banner_title h2 {
	color: #000;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;
}
.banner_title a {
	background: #60c4db;
	color: #fff;
	padding: 10px 20px;
	font-size: 20px;
	text-decoration: none;
	border-radius:8px;
      -moz-border-radius:8px;
      -webkit-border-radius:8px;
      -khtml-border-radius:8px;
      -o-border-radius:8px;
}
.banner_title a:hover {
	background: #fff;
	color: #60c4db;
}
.content {
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
	text-align: left;
}
.content h1 a {
	background: #60c4db;
	color: #fff;
	padding: 10px 20px;
	font-size: 25px;
	text-decoration: none;
	border-radius:8px;
      -moz-border-radius:8px;
      -webkit-border-radius:8px;
      -khtml-border-radius:8px;
      -o-border-radius:8px;
}
.content h1 a:hover {
	color: #60c4db;
	background: #EEE;
}
.content h2 {
	color: #60c4db;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
.content h3 {
	color: #60c4db;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
}
.content p {
	color: #787777;
	font-size: 17px;
	line-height: 28px;
	padding: 0px 20px;
}
.content ul li {
	color: #787777;
	font-size: 17px;
	line-height: 28px;
	padding: 0px 20px;
}
.weather {
	width: 100%;
	margin: 42px 0px 0px -10px;
	color: #60c4db;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.n_footer {
	width: 100%;
	margin: 0px auto;
	background: #60c4db;
	padding: 50px 0px 70px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.footer_nav {
	width: 100%;
	margin: 0px;
}
.footer_nav ul {
	padding: 0px;
	margin: 0px;
}
.footer_nav ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
}
.footer_nav ul li a {
	padding: 0px;
	margin: 0px 10px;
	color: #fff;
	font-size: 16px;
}
.footer_nav ul li a:hover {
	color: #004980;
}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}
	/* ----------- basic ----------- */
	#basic{
		border:solid 2px #DEDEDE;	
	}
	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#basic input{
		float:left;
		width:200px;
		margin:2px 0 30px 10px;
	}
	#basic button{ 
		clear:both;
		margin-left:150px;
		background:#60c4db;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}


	/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #b7ddf2;
		background:#ebf4fb;

	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#ff0000;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:normal;
		text-align:right;
		width:140px;
		float:left;
		padding-right:5px;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:200px;
		margin:2px 0 20px 10px;
	}
	#stylized button{ 
		clear:both;
		margin-left:160px;
		width:125px;
		height:31px;
		background:#60c4db;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}

</style>

@media screen and (max-width: 1200px) {
.banner img {
    width: 100%;
    height: 250px;
}
}

@media screen and (max-width: 768px) {
	.social-icons {
    float: left;
    margin-left: 20px;
}
.banner img {
    width: 100%;
    height: 250px;
}
.banner_title {
    position: absolute;
    width: 100%;
    max-width: 800px;
    top: 12%;
    left: 0%;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
}
.banner_title h1 {
    font-size: 20px;
}
.banner_title h2 {
    font-size: 18px;
}
}

@media screen and (max-width: 600px) {
	.logo {
    text-align: center;
}
	.footer_nav ul li {
    padding: 0px;
    margin: 10px 0px;
    padding-bottom: 10px;
    list-style: none;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #6eb8f0;
}
.footer_nav {
    margin: 25px 0px;
} 
.weather {
	width: 100%;
}
}