@charset "utf-8";
/* CSS Document */
 .header{
			   height:90px !important;
			   margin:0 auto !important; }
			   @media(max-width:992px){
					.header{
						height:90px !important;
						margin:0 auto;
					}
				}
           #login_form{}
			  width:360px;
		
			  #login_mat:hover {
					color:#FFF;
				background-color:#039;}
				
			@media(min-width:992px){
				.tab-content .tab-pane{
					height:386px !important;
				}
			}
        	
        	@media(min-width:480px) and ( max-width: 767px) {
				.san{float: left;
    margin-left: 30px;
    margin-top: -38px;
    width: 300px;}
				.header_left{
					display:none !important;
					width:50% !important;	
					}
				
				.header_right{
					display:block !important;
					float:none !important;
					width:231px !important;
					margin:0px auto !important;
					padding-top: 2px 0px !important;
					height:90px !important;
				}
						
			}
			
			@media(min-width:768px){
				.san{float: left;
    margin-left: 30px;
    margin-top: 11px;
    width: 330px;}
				.header_right{
							display:block;
							float:none;
					width:231px !important;
					height:90px;
					margin:0px auto !important;
					
							
				}
				.header_left{
					display:none;
					float:none;
					width:231px !important;
					height:90px;
					margiin:0px auto;
					float:left;
				}
				
				}
			@media(min-width:992px){
				.san{float: left;
    margin-left: 30px;
    margin-top: 11px;
    width: 330px;}
				.header_right{
							float:right !important ;
							display:inline-block  ;
							width:100% ;
							height:90px;
							margin:0px auto;
							
				}
				.header_left{
					display:inline-block;
					float:left ;
					width:100% !important;
					height:90px;
					margin:0px auto;
					float:left;
				}
				
				}
				@media(min-width:1200px){

				.san{
					float:left; margin-left:45px; margin-top:10px;
					}	

				.header_right{
							float:right !important  ;
							display:inline-block  ;
							width:231px;
							height:90px !important;
							margin:0px auto ;
							
				}
				.header_left{
					display:inline-block;
					width:570px !important;
					height:90px;
					margin:0px auto;
					float:left;
				}
				}
				@media ( max-width:479px){
				.san{
					float: left; margin-left: 0px; margin-top: -35px;width: 220px;
					}	

				.header_left{
					  display:none !important;
					  width:100% !important;	
				}
				.header_right{
					  display:block !important;
					  width:56% !important;
					  margin: 0px auto !important  ;
					  height:auto;
							
				}
					
			}
			
			.navbar-inverse{
				background: linear-gradient(#FFF,#FFF,#FFF);
				background:-moz-linear-gradient(#FFF,#FFF,#FFF);
				background:-webkit-linear-gradient(#FFF,#FFF,#FFF);
				background:-o-linear-gradient(#FFF,#FFF,#FFF);
				
				}  
			.navbar-inverse .navbar-nav > li > a {
			  color: #FFF;
			}
			.navbar-inverse .navbar-nav > li > a:hover,
			.navbar-inverse .navbar-nav > li > a:focus {
 				 color: #FFF !important ;
 				 text-shadow:0px 0px 2px #0FF !important; 
				  background: linear-gradient( #334ea2,#334ea2,#334ea2) !important;
			}
			.navbar-inverse .navbar-nav > li > a{
				font: !important Georgia, "Times New Roman", Times, serif  ;
				font-weight:bold;
				font-size:16px;
				color:#da2b2a !important; }
			.navbar-inverse .navbar-brand {
				color:#FFF;
				font-size:20px;
			}
			.navbar-inverse .navbar-brand:hover {
				color:#FF0;
				font-size:20px;
			}
			.navbar-inverse .navbar-nav > .open > a,
			.navbar-inverse .navbar-nav > .open > a:hover,
			.navbar-inverse .navbar-nav > .open > a:focus {
  				color: #000;
  				background-color: #334ea2;
			}
			.dropdown-menu{
				background: linear-gradient(#111d42,#111d42) !important;
				background:-moz-linear-gradient(#111d42,#111d42) !important;
				background:-webkit-linear-gradient(#111d42,#111d42 ) !important;
				background:-o-linear-gradient(#111d42,#111d42) !important;
				border-top:0px;
			} /*background-color:cyan;*/
			.dropdown-menu > li > a {
				color:#FFF;
			}
