@charset "utf-8";

.orange {
	color: #FF9900;
}
#mainImage {
	background: url(../images/bgadd5.jpg) no-repeat top center;
	background-size: cover;
}
i {
	color: #FF6600 
}
#ops, #contactTable, #fwi, #managers, #othercontacts, .paneles {
	margin-top: 30px;
}
.table th {
	background-color: #FF6600;
	color: white;
	font-weight: 100;
}
#managers a, #managers a:visited, #managers a:hover, #managers a:active, #managers a:focus {
	font-size: 0.8em
}
.countries {
	font-size: 0.9em
}

@media only screen and (max-width: 768px) {
	.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
   background-color: white
	}
	.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
   background-color: #f9f9f9
	}
}
.panel-group {
	margin-top: 30px
}
.panel-title {
	font-size: 1em
}
.offmanager {
	font-size: 0.8em;
    padding-top: 10px;
    border-top: 4px double #ddd;
}

/* Manufacturers */
#manufacturers {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	margin-right: auto;
margin-left: auto;
display: block;
}
#manufacturers img {
	margin-right: 20px;
	margin-bottom: 30px;
	max-height: 30px;
	max-width: 126px;
}

#manufacturers img:hover {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* NavBar Brand */
header .navbar-brand {
	background: url(../images/mc3_logo/mc3-maurice-logo-sm.png) no-repeat;
	background-position: 0;
	min-height: 55px;
	padding-right: 0;
	cursor: default;
	min-width: 126px; /*Kurt*/
	cursor: pointer;
}

