/* CSS Document */

#header {
/*	background-color: rgba(240, 240, 240, 0.90);*/
	}
	
	#header .navbar-nav {
		margin-top: 50px;
		margin-bottom: 50px;
		}
	
	.navbar-brand {
/*		padding: 0;*/
		float: none;
		}
	
		.navbar-brand .large {			
			display: block;
			}
			
			.header-fixed {
				background-color: #00447D !important;
				}
			
			.header-fixed .navbar-nav {
				margin-top: 0 !important;
				margin-bottom: 0 !important;				
				}
			
			.header-fixed .navbar-brand {
				padding: 0;				
				}
			
			.header-fixed .navbar-brand .large {
				display: none;
				}
		
		.navbar-brand .small {
			display: none;
			}
			
			.header-fixed .navbar-brand .small {
				display: block;
				}
				
				
				
.service-content i,
.footer-bottom,
ul.navbar-nav li.active > a, ul.navbar-nav > li.active.dropdown.open,
.btn.btn-primary {
	background: #00447d !important;
	}
				
				
.btn.btn-primary {
	background: #FF0004 !important;
	border:1px solid #fff !important;
	}			
				
				
				
@media(max-width:767px) {
	/* xs */
	#header {
		background-color: rgba(0,0,0,0.80);
		}
	
	.navbar-brand .large {
		display: none;
		}
	.navbar-brand .small {
		display: block;
/*		width: 75%;*/
		}
	}
	
@media(min-width:768px) and (max-width:991px) {
	/* sm 
	.navbar-brand .large {
		display: none;
		}
	.navbar-brand,
	.navbar-brand .small {
		display: block;
		max-width: 130px;
		}*/
	
	.navbar-brand,
	.navbar-brand .large {
		max-width: 130px;
		}
	}
	
@media(min-width:992px) and (max-width:1199px) {
	/* md */
	.navbar-brand,
	.navbar-brand .large {
		max-width: 150px;
		}
	}
	
@media(min-width:1200px) {
	/* lg */
	}



footer {
color:#ffffff;
	}





footer h3 {
color:#ffff00;
	}



footer a {
color:#ffffff;
text-decoration:underline;
	}

footer a:hover {
color:#ffff00;
text-decoration:underline;
	}



#service h3 {
margin: 2px 0 20px 0 !important;
font-size:18px;
	}



#service h3 a {
color:#ffffff;
	}



footer1 {
	width: 100%;
	height: 24px;
	position: fixed;
	text-align:center;
	bottom: 0;
	left: 0;
	}
	
	footer1 #telefonom {
		position: absolute;
		bottom: 0;
		left: 0;
		line-height: 0;
		}
		
	footer1 #mailm {
		position: absolute;
		bottom: 0;
		right: 0;
		line-height: 0;
		}
		

	
	
	
@media (max-width: 767px) {

#main-slide{
display:none;
}

#service{
margin-top:110px;
}

#telefonom {
display:block;
z-index:1000;
}
#mailm{
display:block;
z-index:1000;
}

}



@media (min-width: 768px) {

#telefonom {display:none}
#mailm{display:none}
}