@charset "utf-8";

#mainImage {
	background: url(../images/bgadd2.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 120px;
}
header h2 {
	color: #545454;
}
#newsItems {
	margin-top: 10px;
}
.elementos {
	list-style: none;
	margin: 0;
	padding: 0;
}
.elementos > li {
	position: relative;
	display: block;
	width: 100%;
	box-shadow: 2px 2px 10px #AAA;
	margin: 25px auto;
	height: 120px;
	overflow: hidden;
}
.eldia {
	width: 15%;
	height: 120px;
	display: inline-block;
	float: left;
	background-color: #FF6600;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: white;
}
.coloredNews {
	background-color: #545454;
}
.dia {
	display: block;
	height: 70px;
	margin-top: 0;
	font-size: 3.5em;
	font-weight: 100;
	line-height: 1;
}
.mes {
	display: block;
	height: 50px;
	font-size: 1.5em;
	font-weight: 800;
	line-height: 1;
}
.encabezado {
	position: relative;
	display: inline-block;
	float: left;
	width: 70%;
	height: 120px;
	text-align: left;
	margin: 0;
	padding: 15px;
	overflow: hidden;
}
.readmore {
	width: 15%;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 120px;
}
.readmore button {
	height: 120px;
}
@media only screen and (max-width: 992px) {
	.encabezado h3 {
		font-size: 1em;
	}
}
@media only screen and (max-width: 768px) {
	.elementos > li {
		height: 150px;
	}
	.eldia {
		height: 30px;
		width: 100%;
	}
	.dia {
		display: inline-block;
		font-size: 1em;
	}
	.mes {
		display: inline-block;
		font-size: 1em;
		font-weight: 100;
	}
	.encabezado {
		width: 80%;
		height: 120px;
		padding: 10px;
	}
	.encabezado h3 {
		font-size: 0.8em;
	}
	.readmore {
		height: 120px;
		width: 20%;
	}
}

/* MODAL SETUP */

/* Kurt */
.modal-body img {
    display: block;
    margin: auto;
}

#newsItems .modal-header {
	background-color: #FF9900;
	border-top-right-radius: 5px;
}
#newsItems header .collapsing, #newsItems .in {
    background-color: rgba(0,0,0,0.70);
}
#newsItems .modal-header h1 {
	font-size: 0.8em;
	color: black;
	font-weight: bold;
}
#newsItems .modal-body {
	font-size: 0.8em;
}
#newsItems .modal-dialog {
	width: 80%;
}
@media only screen and (max-width: 768px) {
	#newsItems .modal-dialog {
		width: 98%;
	}
}
#newsItems .modal-footer {
	background-color: #EFEFEF;
	border-bottom-left-radius: 5px;
}
.modal-date {
	font-size: 0.8em;
	position: absolute;
	left: 15px;
	font-style: italic;
}

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

/* Manufacturers */
#manufacturers {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	margin-right: auto;
margin-left: auto;
display: block;
width: 60%;
}
#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%);
}

@media only screen and (max-width: 600px) {
  img {
    max-width: 100%;
  }}