@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	}
/*Clearfix class to fix float problem*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

	/*header position fixed*/
	header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		z-index: 100;
		}

/*logo*/
#logo-div {
	margin: 1px 0 0 10px;
	width: 60px;
	height: 60px;
	float: left;
	}
.container1{
	margin: 0 3px;
	}
/*nav1*/
.topmenu1{
	width: 78%;
	float: right;
	height: 30px;
	margin: 1px 0 0 0;
	background-image: linear-gradient(to left, #6eb2f8, white);
	}
.topmenu1 ul {
	text-align: left;
	}
.topmenu1 ul li {
	list-style: none;
	display: inline-block;
	line-height: 30px;
	}
.topmenu1 ul li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-family: Catamaran;
	padding: 0 4px;
	color: #0a06b5;
	}

.topmenu1 ul li a:hover {
	background-color: lightgray;
	color: #111;
	}



/*nav2*/
.topmenu2 {
	width: 78%;
	float: right;
	height: 30px;
	background-image: linear-gradient(to left, #323232, white);

	}
.topmenu2 ul {
	text-align: right;
	}
.topmenu2 ul li {
	list-style: none;
	display: inline-block;
	line-height: 28px;
	}
.topmenu2 ul li a {
	display: block;
	text-decoration: none;
	font-size: 10px;
	font-family: Catamaran;
	padding: 0 2px;
	color: #0a06b5;
	border: 1px solid transparent;
	border-radius: 5px;

	}
.topmenu2 ul li a:hover {
	background-color: lightgray;
	color: #111;

	}

.glowing a {
	background-color: rgb(184, 0, 0);
	}


/*.glowing a {
	font-size: 80px;
	color: #fff;
	text-align: center;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
	}

	@-webkit-keyframes glow {
	  from {
	    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
	  }
	  to {
	    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
	  }
	}*/



	/*Top Name & Vision*/
	#top-article{
		margin: 60px 3px 0 2px;
		padding: 0;
		height: 60px;
		clear: both;
		}
	#top-name{
		padding-left: 1px;
		height: 25px;
		text-align: left;
		line-height: 25px;
		font-family: Catamaran;
		font-size: 20px;
		color: #0a06b5;
		font-weight: bold;
		background-image: linear-gradient(to left, #6eb2f8, white);
		}
	#top-name span{
		font-family: Catamaran;
		font-size: 10px;
		}
	#top-name a img{
		padding: 4px 2px 0 0;
		width: 35px;
		float: right;
		}
	#top-vision{
		height: 35px;
		padding-right: 3px;
		line-height: 35px;
		font-family: arial;
		font-size: 14px;
		color: white;
		background-color: #323232;
		text-align: right;
		}

	/*Mid-size Display, Tablet*/
	@media only screen and (min-width:400px) {
	.topmenu2 ul li a {
		font-size: 12px;
		font-family: Catamaran;
		padding: 0 2px;

		}

	#top-name span{

		font-size: 12px;
		}
	}
	@media only screen and (min-width:768px) {

		/*logo*/
	#logo-div{
		margin: 2px 0 0 20px;
		width: 80px;
		height: 80px;
		}

	/*nav1*/
	.topmenu1{
		width: 83%;
		margin: 0;
		background-image: none;
		}
	.topmenu1 ul {
		margin-right: 10px;
		}
	.topmenu1 ul li {
		line-height: 28px;
		}
	.topmenu1 ul li a {
		font-size: 18px;
		padding: 0 10px;
		color: #222;
		}
	.topmenu1 ul li a:hover {
		}

	/*nav2*/
	.topmenu2 {
		width: 83%;
		height: 50px;
		background-image: none;
		}
	.topmenu2 ul {

		}
	.topmenu2 ul li {
		line-height: 48px;
		}
	.topmenu2 ul li a {
		font-size: 22px;
		padding: 0 15px;
		color: #333;
		}
	.topmenu2 ul li a:hover {

		}


	/*Top Name & Vision*/
	#top-article {
		margin: 80px 3px 0 3px;
		height: 80px;
		}
	#top-name{
		padding: 0 0 0 5px;
		height: 35px;
		line-height: 28px;
		font-size: 30px;
		background-image: linear-gradient(to left, #6eb2f8, white);
		}
	#top-name span{
		font-size: 20px;
		}
	#top-name a img{
		padding: 4px 4px 0 0;
		width: 55px;
		float: right;
		}
	#top-vision{
		height: 45px;
		padding-right: 10px;
		line-height: 45px;
		font-size: 26px;
		}
	}
