@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;
}
.txtCtr {
	text-align: center;
}
.btn-warning, .btn-warning:visited {
	background-color: #ec971f;
	color: white;
}
.btn-warning:hover {
	background-color: #eea236;
}
/* Phone numbers styling */
a[href^="tel:"]:before {
    content: "\260E";
    margin-right: 5px;
}

/**  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: rgba(0,0,0, .7);
}
@media only screen and (max-width: 768px) {
    header .navbar-default {
	background-color: black;
	}
	header .collapsing, .in {
		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: #FF6633;
  background: transparent;
  text-shadow: none;
}
/**  Navbar Special ESD Button **/
#esdBtn {
	padding-right: 15px;
	color: white;
	font-size: .8em;
}

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

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

/* Division mainImage */
#mainImage {
	background: url(../images/bgadd.jpg) no-repeat top center;
	background-size: cover;
	min-height: 350px;
	margin: -85px 0 0 0;
	padding-top: 100px;
	position: relative;
}
#mainImage h3 {
	font-family: 'Dancing Script', cursive;
	font-size: 3em;
	font-weight: 400;
	color: white;
	text-align: center;
}
#titleTxt {
	color: #F5F5F5;
	font-weight: 100;
	text-align: center;
	margin-top: 20px;
}
#titleTxt h4 {
	font-size: 1.2em;
}
#titleTxt p {
	margin-top: 10px;
	font-size: 0.9em;
}
@media only screen and (max-width: 992px) {
	.titleHead {
		font-size: 2.2em;
		padding-left: 5px;
	}
	#titleTxt h4 {
		font-size: 1em;
	}
	#titleTxt p {
		font-size: 0.7em;
	}
}
@media only screen and (max-width: 768px) {
	#mainImage {
		padding-top: 90px;
		min-height: 250px;
	}
	#mainImage h3 {
		font-size: 3em;
		text-align: center;
	}
	#titleTxt h4 {
		font-size: 1em;
		padding-bottom: 20px;
	}
	#titleTxt p {
		display: none;
	}
}

/* Division Content */
#wrapper {
	background-color: white;
	color: black;
	padding: 20px;
}

/* Suggestions */
#suggestions {
	margin-top: 30px;
	text-align: center;
	border-radius: 0;
}
#suggestions h3 {
	padding-bottom: 15px;
	font-weight: 400;
}
#suggestions p {
	padding-bottom: 15px;
}

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

/* Footer */
footer {
	background-color: black;
	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;
}

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

/* Added by Kurt */
.partners {
	padding-top: 50px;
}

.partners h3 {
  padding: 15px 0 12px;
    font-size: 15px;
  font-weight: 600;
  color: #FF6600;
}

.partners p {
  font-size: 15px;
  line-height: 135%;
}

.partners a:hover {
  font-weight: 100;
}

#mc3advantages {
  padding-bottom: 20px;
}

.part1 {
  padding: 16px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
.part1 { min-height: 453px; } }

header .navbar-brand {
  min-height: 72px!important; }

header .navbar {
  padding-top: 0!important;
  margin-top: -5px!important;
}

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