@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 760px) {

	#newnav {
		display:none;
		/*
		*/
	}

	.slicknav_menu {
		/*
		display:block;
		position:fixed;
		left:0;
		top:0;
		right:0;
		padding:3px 5px 3px 5px;
		z-index:9999;
		max-height:100vh;
		overflow-x:hidden;
		overflow-y:auto;
		color:#FFFFFF;
		background-color:#807f80;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D83AB', endColorstr='#3E4B62'); 
		background-image: linear-gradient(to bottom, #6D83AB, #3E4B62);  
		background: -webkit-gradient(linear, left top, left bottom, from(#6D83AB), to(#3E4B62)); 
		background: -moz-linear-gradient(top,  #6D83AB,  #3E4B62); 	
		background:transparent;
		*/
		/*
		font-family:"Quattrocento Sans",sans-serif;
		font-weight:700;
		*/
	}

	.slicknav_nav {
		/*
		background-color:#807f80;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6D83AB', endColorstr='#3E4B62'); 
		background-image: linear-gradient(to bottom, #6D83AB, #3E4B62);  
		background: -webkit-gradient(linear, left top, left bottom, from(#6D83AB), to(#3E4B62)); 
		background: -moz-linear-gradient(top,  #6D83AB,  #3E4B62); 	
		*/
		/*
		position:fixed;
		top:0;
		left:0;
		right:0;
		height:auto;
		*/
		/*
		width:100%;
		float:none;
		position:relative;
		top:-37px;
		padding-right:45px;
		*/
	}

	.slicknav_btn {
		/*
		z-index:99999;
		*/
		/*
		border:2px solid #ffffff;
		*/
	}

	div.pagetop_login {
		padding-top:40px;
		height:auto;
		/*
		z-index:999999;
		color:#ffffff;
		*/
	}
	div.pagetop_left {
		position:absolute;
		left:0;
		top:0px;
		/*
		z-index:999999;
		color:#ffffff;
		*/
	}
	div.pagetop_right {
		position:absolute;
		right:55px;
		top:0px;
		/*
		z-index:999999;
		color:#ffffff;
		*/
	}
	div.pagetop {
		margin-top:0px;
		height:auto;
		position:relative;
	}
}

@media screen and (max-width: 654px) {

	div.pagetop_left, div.pagetop_right {
		font-size:20px;
		font-weight:normal;
	}
}

@media screen and (max-width: 540px) {

	div.pagetop_left, div.pagetop_right {
		font-size:14px;
		width:80%;
	}
	div.pagetop_right {
		left:0;
		top:18px;
		text-align:left;
	}
	span#welcome {
		display:block;
		width:100%;
		margin-bottom:5px;
	}
}