/* CSS Document */

/* @media queries for responsive starts here */

@media screen and (max-width: 1300px){
 .wrap{
	width: 96%;
	padding: 0 2%;
	}
.navigation li{
	width: 16%;
	text-align: center;
	}	
.navigation li a{
	padding: 0;
	width: 100%;
	}
.header{
	padding-top: 20px;
}
}

@media screen and (max-width: 1000px){

.header{
	height: auto;
	padding:10px 0;
}
.header_contactinfo{
	padding: 0;
	}
.header_contactinfo p{
	font-size: 0.8em;
	}
.navigation li{
	width: 15.5%;	
	}
.banner{
	text-shadow: 0 1px 0 #fff;
	}	
.banner_msg{
	padding-left: 0;
	}
.cform label{
	height: 20px;
	overflow: hidden;
	width:40%
	}

.cform input[type="text"], .cform input[type="email"], .cform textarea {
    width: 55%;
}
.banner li{font-size:18px;}
.header_txt{height:64px;}
.social-footer{width:100%;}

.support a{margin-left:10px;}
.banner_msg {line-height: 30px; text-align:center;}
.footer-links,.support {width:91%;} 

.support a {margin-left:5px;}
.banner_lists ul{margin:0px;}
.sidebar{left:0;}
h1{line-height: 42px;}
}

@media screen and (max-width: 801px){
.nav-menu{
	display: none;
	}
.header_contactinfo{
	width: 33%;
	padding: 0;
	}
.header_contactinfo p{
	font-size: 0.6em;
	line-height: 0.9em;
	}
.mmenu{
	display: block;
	padding:7px 0;
	text-align:center;
	color:#f0c564;
	font-weight:bold;
	}
.navigation li{
	width: 100%;
	border-top: 1px solid #2e638d;
	border-bottom: 1px solid #143854;
	padding: 0;
	background-image: none;
	}
.navigation li a{
	float: none;
	width: auto;
	display: block;
}	
.navigation li ul{
	position: relative;
	top: 0;
	display:block;
}
	
.banner{
	background-position: bottom right;
	height: auto;
	padding: 0 0 10px 0;
	width: 100%;
	}
.banner_lists{
	padding: 0 5%;
	}		
.banner_msg{
	padding: 0;
	}
.left_content, .sidebar{
	width: 90%;
	margin: 0;
	top: 0;
	float:none;
	}
.left_content{
	padding: 10px 5%;
	}	
.sidebar{
	margin: 10px 5%;  
	 }
.bottomcon{
	margin-top: 10px;
	} 
.user_details{
	text-align: center;
	}
.one-five-grid{
	width: 28%;
	padding: 27px 2%;
	}
.one-six-grid{width:30%;}
.cform p{text-align:center;}
.cform input[type="text"], .cform input[type="email"], .cform textarea{width:98%; padding:6px 3px;}
#tertiary,
#primary{
	width:100%;
	}
#primary{ 
	margin:0;
	}
	.footer-links ul{text-align:center;}
	.footer-links ul li{
list-style: none;
 float: none;
text-align: center;
width: auto;
display: inline-block;
margin-right: 15px;
}

}

@media screen and (max-width: 480px){
.logo,
.header_txt,
.header_contactinfo{
	float: none;
	}
.logo,
.logo a{
	width: 100%;
	}	
.logo{
	margin: 0;
    text-align:center;
	}
.mmenu{
	cursor:pointer;
	padding:7px 0; 
	text-align:center; 
	}	

.header_contactinfo p{
	font-size: 0.7em;
	}
.header_txt,
.header_contactinfo{
	width: 100%;
	text-align:center;
	margin:28px 0 10px 0;
 }

.header_contactinfo p{
	text-align: center;
	}

.one-five-grid{
	width: 90%;
	padding: 10px 5%;
	}
.one-six-grid{width:48%;}
.one-four-grid{
	width: 90%;
	padding: 10px 5%;
	}

input,textarea{width:98%;}

input[type="submit"]{
	width:auto;
}
.support a {
	display:block;
	margin-left:0;
	margin-bottom:10px;
}
.footer-links ul li{width:auto; margin-right:10px;}
}

@media screen and (max-width: 320px){
	
}


/* @media queries for responsive ends here */

