@charset "utf-8";
/* CSS Document */

/*--header--*/
.header {
	padding: 30px 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: sans-serif;
	background-image: url(../../images/backgrounds/sky_bg.jpg);
}
.header p {
  font-size: 1.1em;
  color: #1c6279;
  margin-bottom: .2em;
  text-align: right;
}
.header-logo{
	float:left;
}
.header-logo a {
	display: block;
}
.header-info{
	float:right;
	padding: 0px;
}
.header-bottom {
  padding: 1.5em 0;
  box-shadow: 1px 1px 6px rgb(150, 148, 148);
  -webkit-box-shadow: 1px 1px 6px rgb(150, 148, 148);
  -moz-box-shadow: 1px 1px 6px rgb(150, 148, 148);
}
.header-info h4 {
	color: #0e629a; 
	font-size: 30px;
}
.header-info h5 {
	color: #0e629a; 
	font-size: 16px;
}



/*--Side Bar--*/
.side_bar{
	outline-style: solid; 
	outline-color: #80c6f4; 
	background-color: #afdbf8; 
	outline-width: medium;
	color: #0E629A;
}
.side_bar .form-control {
	color: #09456c;
  	background-color: #def0fc;
  	border-color: #5fb7f1;
}


/*--footer--*/
.footer{
	background-color: #4f6ab3; 
	color: #fff;
	padding: 5px; 
	margin: 0;
	font-size: 11px;
}
.footer a {
	color: #fff;
}


/*---- responsive-design -----*/
@media(max-width:1280px){
.header-logo a img {
  width: 100%;
}
.header-logo {
	width: 30%;
	margin-top: 3px;
}
.header-info h4 {
  font-size: 36px;
}

}
@media(max-width:1080px){

.header-logo a img {
  width: 100%;
}
.header-logo {
	width: 30%;
	margin-top: 3px;
}
.header-info h4 {
  font-size: 2.4em;
}
.header-info h5 {
	font-size: 16px;
}



}
@media(max-width:991px){
.header-logo {
  width: 40%;
}
.header-info h4 {
  font-size: 1.9em;
}
.header-info h5 {
	font-size: 12px;
}
}
@media(max-width:640px){
.header-bottom ul.nav1 li {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding:12px 0;
	text-align: center;
}
/*-- //t --*/
.side_bar{
	margin: 15px;
}
}
@media(max-width:480px){
.header-bottom ul.nav1 li {
	padding: 8px 0;
}
.header-info h4 {
	font-size: 1.2em;
}
.header-info h5 {
	font-size: 11px;
}
.header p {
	font-size: 11px;
}
.header-logo {
	width: 40%;
	padding: 0;
}
/*-- t --*/
.page-header h1 {
	font-size: 24px;
}
.footer{
	color: #fff;
	padding: 5px; 
	margin: 0;
	font-size: 8px;
}
.footer a {
	color: #fff;
}
/*-- //t --*/
}

@media(max-width:320px){
.header-info h4 {
	font-size: 1em;
}
.header-info h5 {
	font-size: 10px;
}
.header p {
	font-size: 10px;
}
.header-logo {
	width: 40%;
}
}
@media(max-width:240px){
.header-info h4 {
	font-size: 0.7em;
}
.header-info h5 {
	font-size: 8px;
}
.header p {
	font-size: 10px;
}
.header-logo {
	width: 40%;
}
}
/*--//responsive-design---*/
