@media screen and (max-width: 980px){
	.wrap-container{
		width: 768px;
		max-width: 100%;
		margin: 0 auto;
	}

	table.country{
		width: 100% !important;
	}
	.header {
		width: 100%;
		height: 117px;
		background: url(/webcontent/images/topbg.gif) no-repeat;
		overflow: hidden;
		margin: 0 auto;
	}
	.header table{
		width: 100% !important;
	}

	.wrap {
		width: 100%;
		margin: 0 auto;
	}

	.content {
		float: right;
		width: 70%;
	}
	
	.content table{
		width: 100%;
	}
	
	.content table.linktable{
		width: 88%;
	}
	
	.content table td.full_width{
		width: 100%;
		display: block;
	}

	.line{
		width: 80%;
		margin: 0 auto;
	}

	.footer {
		width: 768px;
	}

}

@media screen and (max-width: 768px){
	.wrap-container{
		width: 600px;
		max-width: 100%;
		margin: 0 auto;
	}

	.content{
		width: 100%;
	}

	.siderItemTop, .siderItemBtm{
		background: none;
	}

	.siderItemMid{
		border-width: 2px;
		border-radius: 4px; 
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px; 
		padding: 10px;
	}

	.loginContainer{
		width: 50%;
	}

	.loginContainer .loginButton{
		width: 78%;
	}

	.sider{
		width: 100%;
	}
	
	.footer{
		width: 600px;
		padding: 20px 0px;
	}

	.footerNav{
		width: 600px;
		margin: 0 auto;
	}

	.header{
		height: 150px;
		background: none;
		background: url("/webcontent/images/logo.jpg") no-repeat scroll center 17px rgba(0, 0, 0, 0);
		margin: 0 auto;
		overflow: visible;
		width: 100%;
		max-width: 600px;
	}
	form#cse-search-box div input[type="text"] {
		font-size: 14px;
		padding: 0 10px;
		line-height: 27px;
		height: 27px;
		border-radius: 5px;
		border: 1px solid #bcbcbc;
		outline: none;
	}
	form#cse-search-box div input.btn2 {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76c93c), color-stop(100%,#63a12e));
		background: -webkit-linear-gradient(top, #76c93c 0%,#63a12e 100%);
		background: -o-linear-gradient(top, #76c93c 0%,#63a12e 100%);
		background: -ms-linear-gradient(top, #76c93c 0%,#63a12e 100%);
		background: linear-gradient(to bottom, #76c93c 0%,#63a12e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c93c', endColorstr='#63a12e',GradientType=0 );
		color: #fff;
		border: none;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		border-radius: 5px;
		font-size: 14px;
		width: auto;
		font-weight: normal;
		outline: none;
	}
	form#cse-search-box div {
		text-align: center;
	}
	.nav {
		padding-top: 48px;
		visibility: hidden;
	}
	.nav a{
		visibility: hidden;
	}
	a.header_link:last-child{
		background: none;
	}

}

@media screen and (max-width: 600px){
	.wrap-container{
		width: 480px;
		max-width: 100%;
		margin: 0 auto;
	}

	.footerNav{
		width: 480px;
		margin: 0 auto;
	}

	.footer {
		width: 480px;
		padding: 20px 10px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px){
	.wrap-container{
		width: 380px;
		max-width: 100%;
		margin: 0 auto;
	}

	.footerNav{
		width: 380px;
		margin: 0 auto;
	}

	.footer {
		width: 380px;
		padding: 20px 10px;
		margin-top: 20px;
	}

	.loginContainer {
		width: 70%;
	}

	.loginContainer .loginButton {
		width: 85%;
	}	
}

@media screen and (max-width: 380px){
	.wrap-container{
		width: 320px;
		max-width: 100%;
		margin: 0 auto;
	}

	.footerNav{
		width: 320px;
		margin: 0 auto;
	}

	.footer {
		width: 320px;
		padding: 20px 0px;
		margin-top: 20px;
	}

	form#cse-search-box div input[type="text"] {
	  	max-width: 200px;
	}
}

@media screen and (max-width: 320px){
	.wrap-container{
		width: 300px;
		max-width: 100%;
		margin: 0 auto;
	}

	.footerNav{
		width: 300px;
		margin: 0 auto;
	}

	.footer {
		width: 300px;
		padding: 20px 0px;
		margin-top: 20px;
	}
}

/************** MOBILE MENU ***************/

.nav-button, .primary-nav { display: none; } /* hide the navigation button by default */


@media only screen and (min-width: 0px) and (max-width: 768px) {

	div.mobileMenu{
		position: relative;
		display: block;
	}

	/* Navigation Button
	-------------------------------------------------------- */

	.primary-nav{
		display: block;
	}

	.nav-button {
		display: block;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 50px;
		height: 35px;
		background: url('../images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
	}
	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('../images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */

	/*body { padding-top: 50px; } */

	.primary-nav {
		width: 100%;
		float: none;
		background-color: #238be3; /* change the menu color */
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 998;
		clear: both;
	}
	.primary-nav li {
		display: none;
		width: 100%;
		padding: 0px;
		text-align: center;
		font-family: Arial;
	}
	.primary-nav li a {
		display: block;
		width: 90%;
		padding: 10px 5%;
		font-size: 14px;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.primary-nav li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
	}
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.primary-nav.open { 
		height: auto; 
		padding-top: 50px;
	}
	.primary-nav.open li { 
		display: block; 
		background-image: none;
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav > li:hover > a {
		background: rgba(0,0,0,.5);
		border-bottom-color: transparent;
	}
	.primary-nav li.parent > a:after {
		content: "▼";
		color: rgba(255,255,255,.5);
		float: right;
	}
	.primary-nav li.parent > a:hover {
		background: rgba(0,0,0,.75);
	}
	.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}

} /* End Mobile Styles */