/* CSS Document */

/*
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-nav>.open>a:active, .navbar-nav>.open>a:visited {
    color: #fff;
    background-color: #ed1c24;
}
*/

.navbar-inverse {
     background-color: #fff; 
     border-color: #fff; 
		border-bottom-color: whitesmoke;
	border-bottom: 1px solid #ddd;

}


.navbar-collapse{    background-color: whitesmoke;
}

    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }


.badge-download{ background-color: #EFEFEF; padding: 5px 10px 20px 10px; color: #000;}


.badge-download *{ color: #000; font-size: 1.5em; font-weight: lighter;}
.badge-download h4{ background-color: #F4E7CE; padding: 20px;}
.badge-download .fa-file-pdf-o{ color: red;}

.left-menu{line-height: 1.5em; background-color: #eee; border-radius: 10px; margin-top: 10px; padding-bottom: 20px;}
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }


#products{border:1px solid #ddd; padding: 10px; margin: 10px; height:380px;}
.navbar-brand {
    float: left;
    height: 150px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

#pr_image img{display: block; margin: auto;}


#big_txt{}
.navbar-nav {
    float: right;
    margin: 0;
}
	.navbar-collapse, .collapse.in {
		
			position: absolute;
			top: 40px;
			right: 10px;
			
			z-index: 9999;
		}

footer {
    background-color: #df3e3e;
    color: white;
    margin-bottom: 0; padding-bottom: 0;
}

#footer a { color:white; 
}

.pad15{margin-right: 15px;
    margin-left: 15px;}
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

			html, body{ margin: 0; padding: 0; height: auto; position: relative;}
	
	.fixed-bottom{
		position: absolute;
		bottom: 0; 
		width: 100%;
		margin-top: 50px;
	}
					.navbar-collapse, .collapse.in {

					position: absolute;
					top: 40px;
					right: 10px;
					background-color: #000000;
					z-index: 9999;
				}

					.navbar-collapse {
					padding-right: 15px;
					 padding-left: 15px; 
				}
					.container-fluid {
					 padding-right: 0px;
					 padding-left: 15px; 

				}
					.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive{
					display: block;
					max-width: 100%;
					height: 270px;
				}

					.navbar-toggle {
					background-color: black;
				}
	
				ul.nav.navbar-nav  a:hover{color:#000; background-color: #fff;}
				ul.nav.navbar-nav  a{background-color:#000; color: #fff;}
				ul.nav.navbar-nav  a:hover{background-color:#fff;}
				ul.nav.navbar-nav  .active :hover{background-color:#fff; color: #000;}

	.img-banner{
		height: 170px;
		
	}

	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
		.img-banner{
		height: 350px;
		
	}


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	


.active1 {
    background-color: #ed1c24;
    color: white;
}
	
	.navbar-collapse, .collapse.in {
			float: right;
			position: absolute;
			bottom: 0px;
			right: 10px;
			z-index: 9999;
			background-color: white;
		}
	
			.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive {
			display: block;
			max-width: 100%;
			height: 500px;;
				min-width: 100%;
		}
	

			ul.nav.navbar-nav  a{background-color:#fff; color: #000;}
			ul.nav.navbar-nav .active a{background-color:#ed1c24;color: white;}
			ul.nav.navbar-nav a:hover{color:#000; background-color: #EDEBEB;}
		.img-banner{
		height: 320px;
		
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.navbar-nav {
    float: right;
    margin: 0;
	position: absolute;
	top: 50px;
		right: 20px;
		width: 1000px;
}
	
	.navbar-nav > li {
    float: left;
    padding: 0 5px;
    margin: 0 0px;
}
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.img-banner{
		height: 420px;
		
	}

}




.dropdown-menu {
    display: none;
}

.dropdown:hover .dropdown-menu {display: block;}