/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body { 
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background: #f9f9f9;
	color: #555;
}

a {

	color: #ffffff;
	text-decoration: none;
	font-weight: bold;

}

a:hover {

	color: #D14250;

}

img {

	width: 100%;

}

header {

	background: #4C8FEC;
	background: url(../img/bg3.png) no-repeat left;
	width: 100%;
	height:81px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #B7BAB7;
	z-index: 100;

}

.sunsun {

	background: #4C8FEC;
	width: 100%;
	height: 76px;
	position: fixed;
	border-bottom: 1px solid #D14250;
	z-index: 100;

}

.cities {
  background: url(../img/bg3.png) no-repeat left;
  color: white;
  width: 100%;

} 

#logo{

	margin: 20px;
	float: left;
	width: 200px;
	height: 40px;
	background: url(../img/logo-astro.png) no-repeat center;
	display: block;

}

nav {

	float: right;
	padding: 20px;	
	
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: url(../img/menu-icon3.png) center;

}

a:hover#menu-icon {

	background-color: #D14250;
	border-radius: 4px 4px 0 0;

}

ul {

	list-style: none;

}



li {

	display: block;
	float: left;
	padding: 10px

}

 .mydot{
     background: rgb(0, 0, 0);
     border-radius: 50%;
     display: inline-block;
     height: 10px;
     margin-left: 9px;
     margin-right: 9px;
     width: 10px;
}   
.current {

	color: #ffffff;

}

section {

	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px

}

h2 {

	font-size: 1.5em;
	color: #D14250;
	line-height: 1em;
	margin: 20px 0 ;

}
h1 {

	font-size: 2em;
	color: #2262AD;
	line-height: 1em;
	margin: 20px 0 ;

}

p {

	line-height: 1.45em;
	margin-bottom: 20px;

}

/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {

	header {

		position: absolute;

	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 10px;
		background: #605681;
		border: 1px solid #605681;
		right: 20px;
		top: 60px;
		width: 45%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}
	
 .dundunfullimg {
      width: 88px;
	  max-width:100%;
	margin-top: 15px;
	height:31px
}
