@charset "utf-8";
/* As developed by Oscar Vargas*/

@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Open+Sans:300,400,600i');

/**  Page Basics **/
body { 
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300;
	font-size: 2em;
	color: #545454;
	position: relative;
}
.myfullwidth {
	width: 100%;
}
h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif; 
	font-weight: 100;
	margin: 0;
}
a, a:visited  {
	color: #FF6600;
	font-weight: 300;
	text-decoration: none;
}
a:hover, a:active, a:focus  {
	color: #FF6600;
	text-decoration: none;
	font-weight: 400;
}
.readmore {
	font-size: 0.8em;
	padding-bottom: 20px;
}
.txtBl {
	color: black;
}
.txtWh {
	color: white;
}
.txtLeft{
	text-align: left;
}
.txtRight{
	text-align: right;
}
.btn-simple {
	font-size: 0.8em;
	background-color: transparent;
	border: 2px solid white;
	color: white;
	transition: all 0.5s;
}
.btn-simple:hover {
	color: white;
}
.btn-simple span {
	color: white;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.btn-simple span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.btn-simple:hover span {
	color: white;
	padding-right: 25px;
}
.btn-simple:hover span:after {
	color: white;
	opacity: 1;
	right: 0;
}
.btn-warning {
	background-color: #ec971f;
}
.btn-warning:hover {
	background-color: #eea236;
}

/**  Header Navigation **/
header .navbar {
	min-height: 65px;
	padding-top: 5px;
	border-radius: 0;
	border: 0;
	font-size: 14px;
	z-index: 1000;
}
header .navbar-default {
	background-color: black;
}
header .navbar-default .navbar-nav {
	padding-top: 3px;
}
header .navbar-default .navbar-nav a {
	color: #C4C4C4;
}
header .navbar-default .navbar-nav a:hover {
  color: #FF9933;
  font-weight: 400;
  background: transparent;
}
header .navbar-default .navbar-nav .active a {
  font-weight: 500;
  color: #FF9933;
  background: transparent;
  /*border-bottom: 1px solid #FF9933;*/
  text-shadow: none;
}
header .navbar-default .navbar-nav .active a:hover {
  color: #FF9933;
  background: transparent;
  text-shadow: none;
}

/**  Navbar Dropdown Menus **/
header .dropdown-menu {
	background-color: black;
}

header .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, header .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:visited {
	font-weight: 500;
	color: #C4C4C4;
	background: transparent;
	text-shadow: none;
}

header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #FF9933;
	background: transparent;
	text-shadow: none;
}

/* 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;
}

header .navbar-brand h5 {
	margin-top: -6px;
	padding-left: 67px;
	font-size: 18px;
	color: white;
	float: left;
		line-height: 200%;
}

/* NavBar Toogle - "Sandwich Menu" */
header .navbar-toggle {
	background-color: black;
}
header .navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}
/*@media only screen and (max-width: 768px) {
  header .navbar-collapse.in {
    background-color: rgba(0,0,0, .5);
  }
}*/

/* Banner section */
.container-fluid {
	width: 100%;
	margin: 0;
	margin-top: -20px;
	padding: 0;
}

/* Banner 1 */
#banner1 {
	background: url(../images/bannerstop/main.jpg) no-repeat center left;
	background-size: cover;
	min-height: 550px;
	margin: 0;
	padding: 0;
}
.mainImgTxt {
	color: white;
}
.mainImgTxt {
	font-size: 0.8em;
	padding: 50px 0 70px 7%;
	color: white;
}
.mainImgTxt h3 {	
	padding-bottom: 25px;
	font-size: 1.5em;
	font-weight: 400;
}
#mainBtns {
	margin-top: 50px;
	font-size: 1.2em;
}
#mainBtns span {
	font-family: 'Open Sans', sans-serif;
}
.fleft {
	margin-right: 10px;
	float: left;
}
@media only screen and (min-width: 1200px) {
	.mainImgTxt {
		font-size: 0.9em;
	}
	.mainImgTxt h3 {	
		padding-bottom: 45px;
		font-size: 1.5em;
		font-weight: 400;
	}
	#mainBtns {
		margin-top: 125px;
	}
}
@media only screen and (max-width: 768px) {
	#mainBtns button {
		margin-bottom: 5px;
		display: block;
		width: 80vw;
	}
}

/* Banners 2 3 y 4 */
#banner234 {
	min-height: 550px;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 1200px) {
	#banner1 {
		min-height: 400px;
	}
	#banner234 {
		min-height: 275px;
	}
}
#banner34 {
	min-height: 275px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#banner2 {
	background-color: #707073;
	height: 275px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#banner3, #banner4 {
	background-color: #565657;
	min-height: 275px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#banner4 {
	background-color: #FB7E00;
}

/* Carousel Banners Section */
.cokarousel {
	width: 100%;
	height: 275px;
	overflow: hidden;
}
.cokarousel h3 {
	max-width: 55%;
	font-size: 1.1em;
	color: white;
}
.cokarousel p {
	margin-top: 10px;
	max-width: 55%;
	font-size: 0.8em;
	color: white;
}
.cokarousel .btn-simple {
	display: block;
	margin-top: 20px;
}
.cokacontainer {
	position: relative;
	height: 275px;
	top: 0;
	left: 0;
}
.cokaitem {
	background-repeat: no-repeat;
	background-size: cover;
	height: 275px;
	float: left;
}
.cokaption{
	position: relative;
	top: 10%;
	left: 7%;
}

/* Division Portals */
#portals h2 {
	margin: 30px auto;
	padding-bottom: 20px;
	font-weight: 600;
	border-bottom: 2px dotted gray;
}
.portalItem {
	margin: 15px;
	padding: 15px 10px;
	text-align: center;
	/*border: 1px solid orange;
	border-radius: 15px; */
}
.portalItem img {
	border: 1px solid orange;
	border-radius: 10px;
}
.portalItem p {
	padding-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portalItem {
		margin: 15px 0;	
	}
}
@media only screen and (max-width: 768px) {
	#portals {
		margin: 10px auto;
	}
	.portalItem {
		margin: 0;
		padding: 0;
	}
}

/* News & Events */
#news {
	margin-bottom: 35px;
}
#news h2 {
	position: relative;
	margin: 30px auto;
	padding-bottom: 20px;
	font-weight: 600;
	border-bottom: 2px dotted gray;
}
.newsBtn {
	position: absolute;
	right: 0;
	top: 5px;
}
#newsIco {
	padding-right: 15px;
}
#news h3 {
	color: black;	
	font-size: 0.8em;
	font-weight: 400;
}
#news h4 {
	font-size: 0.8em;
	font-weight: 400;
	color: #FF9933;
}
#news p {
	font-size: 0.8em;
	color: black;
}
#news a {
	font-size: 0.7em;
	color:  brown;
}
.panel-heading {
	padding: 5px;
}
.panel-heading .glyphicon {
	padding-right: 10px;
}
.panel-body {
	height: 200px;
	overflow: hidden;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.panel-body {
	height: 150px;
	}
}
@media only screen and (max-width: 768px) {
	.panel-body {
	height: auto;
	}
}


/* Modals animation */
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}

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

/* MC3 Advantages */
#mc3advantages {
	background-color: #EDEDED;
}
#mc3advantages .container div {
	margin: 25px auto;
}
#mc3advantages .container h3 {
	margin: 15px auto;
}
#mc3advantages .container p {
	font-size: 0.8em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#mc3advantages {
		font-size: 0.9em;
	}
	#mc3advantages img {
		width: 130px;
		height: 130px;
	}
}

/* Footer */
footer {
	background-color: #1D1D1D;
	padding: 20px 0; 
	text-align: right;
	font-size: .7em;
	color: white;
}
@media only screen and (max-width: 480px) {
	#footerTxt p {
		font-size: 0.8em;
	}
}
footer .modal {
	color: #FF6600;
	text-align: left;
}
footer .modal h1, footer .modal h2, footer .modal p {
	padding: 10px;
}

/* Banners */
.cokaption p, .cokaption h3 {
    color: #000;
    font-weight: 500;
}

.btn-simple {border: 2px solid #111; }
.btn-simple span, .btn-simple:hover span, .btn-simple:hover span::after {    color: #111; } 

.mainImgTxt .btn.btn-simple {
    border: 2px solid #fff; }

.mainImgTxt .btn-simple span, .mainImgTxt .btn-simple:hover span, .mainImgTxt .btn-simple:hover span::after {
color: #fff; }

/* Added by Kurt */

@media (min-width: 768px) {
.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  line-height: 113%;
}}