@import url('https://fonts.googleapis.com/css?family=Open+Sans'); 
@font-face {
    font-family: 'Tillana-Bold';
    src: url('tillana-bold.eot?#iefix') format('embedded-opentype');
    src: url('tillana-bold.woff2') format('woff2');
    src: url('tillana-bold.woff') format('woff');
    font-weight: 700;
}
@font-face {
    font-family: 'Ubuntu2';
    src: url('ubuntu2.eot?#iefix') format('embedded-opentype');
    src: url('ubuntu2.woff2') format('woff2');
    src: url('ubuntu2.woff') format('woff');
}
body {font-family: 'Open Sans',Verdana, sans-serif; font-size: 1.0em; margin: 0; padding: 0;}
p {font-family: 'Open Sans',Verdana, sans-serif; }
a { font-family: inherit; font-size: inherit; color: inherit; text-decoration: none; }
a:link { text-decoration: none; }
a:hover { text-decoration: none; color: #EB2;}
a:visited { text-decoration: none; }
.mpc {font-family: 'Tillana-Bold', cursive; font-size: 7.6em; margin: 0; padding: 0; font-weight: 700;}
h1 {font-family: 'Ubuntu2', sans-serif; font-size: 2.3em; margin-top: 11px; margin-bottom: 0;}
h2 {font-family: 'Ubuntu2', sans-serif; font-size: 1.5em; margin-top: 2px; margin-bottom: 4px;}
h3 {font-family: 'Ubuntu2', sans-serif; font-size: 1.2em; font-weight: normal; text-align: center; margin: 0;}
h6 {font-family: 'Open Sans',Verdana, sans-serif; font-size: 1.1em; margin: 0; padding-bottom: 3px;}

input[type=button], input[type=submit], input[type=reset] {
  background-color:  rgb(100,150,210);
  border: none;
  color: white;
  margin: 10px 5px 0px 5px;
	padding: 10px 15px 10px 15px;
  text-decoration: none;
  cursor: pointer;
}

.menuitems { background-color:  rgb(100,150,210); padding: 8px; width: 22%; margin: 8px; height: 60px; display: inline-block; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.1); vertical-align: text-top; transition: .5s ease;}
.menuitems img {float: left; padding: 6px; border: 0; width: 40px;}
.menuitems:hover {background: #EB2; color: #000; cursor: pointer;}

select, input[type=text], input[type=password], input[type=email], textarea {
  
  max-width: 900px;
  padding: 7px 11px;
  font-size: 1.05em;
  border: none;
  border-radius: 4px;
  background: linear-gradient(#FCFCFC, #CFCFCF);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
textarea {font-size: 1.07em; font-family: 'Open Sans',Verdana, sans-serif; }
select {color: grey; }
option:first-child {color: grey; }
option:not(first-child) {color: black; }
label {font-size: 0.8em; float: left; margin-left: 15px; }
input:hover { background: linear-gradient( #CFCFCF,#FCFCFC); }
select:hover { background: linear-gradient(#CFCFCF,#FCFCFC); }
#search_input { width: 60%;}
#captcha_input { width: 36%; }
#captcha_img {  vertical-align: middle; padding-right: 15px; }
#email2 { display: none; }
.small {font-size: 0.8em; }
table{
	border-collapse: collapse;
	margin-left: auto;
    margin-right: auto;
	
    max-width: 1024px;
}
th, td {
  vertical-align: middle;
  font-size: 0.9em;
  padding: 7px;
}
th { font-weight: bold; color: white; background-color: rgb(90,140,200); text-align: center;}

#sortheader:hover #sortico {
  color: #EB2;
}
#sortico {
  color: rgb(90,140,200);
}
#list_img {
 padding: 5px 0 5px 2px;
 text-align: left;
 }
#list_title {
	text-align: left;
	font-weight: bold;
}
#list_price {
	text-align: right;
	font-weight: bold;
}
#list_stock {
	text-align: center;
}
#list_desc {
	background-color: rgb(90,140,200);
	text-align: left;
	color: white;
	font-size: 0.8em;
}
#list_blank {
	background-color: #CCC;
	height: 2px;
}
#stock_in {color: green; font-family: 'Segoe UI Symbol'; font-size: 1.1em; font-weight: bold; }
#stock_low {color: orange;  font-family: 'Segoe UI Symbol'; font-size: 1.1em; font-weight: bold; }
#stock_out {color: red;  font-family: 'Segoe UI Symbol'; font-size: 1.1em; font-weight: bold; }
    
.grid_btn {
	font-family: 'Ubuntu2', sans-serif; 
	font-size: 1.2em; 
	transition: .5s ease;
	color: #EEE; 
	margin: 10px 5px 10px 5px; 
	padding: 10px 15px 10px 15px;   
	width: 90px; 
	display: inline-block;
	cursor: pointer;
}
.btn {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	width: auto;
	background-color:  rgb(100,150,210);
	margin-bottom:14px;
}
.split-about {width: 50%; text-align: left; margin-left: 20px; vertical-align: middle; display: inline-block;}
.split {width: 50%; text-align: left; margin-left: 20px; vertical-align: middle; display: inline-block;}
.split2 {width: 280px;}
.list_btn {
	font-family: 'Ubuntu2', sans-serif; 
	font-size: 1.1em; 
	transition: .5s ease;
	color: #EEE; 
	margin: 0; 
	padding: 4px 8px 5px 8px;   
	width: 65px; 
	display: inline-block;
	background-color:  rgb(90,140,200);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.info_btn { width: 260px; text-align: center;}
.grid_btn:hover {background: #EB2; color: #000;}
.list_btn:hover {background: #EB2; color: #000;}
.icon_btn { 
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.1); 
	margin-bottom: 0!important;
	margin-top: 0!important;
	padding: 1px 15px 1px 15px!important;
	font-size: 2em!important; 
	font-weight: bold;
	width: auto;
	background-color:  rgb(100,150,210);	
}
.page-content {width: 100%; margin: 0 auto;}
#header { 
	background: linear-gradient(to right,rgba(90,140,200,1), rgba(95,145,200,0)), url("../mpc_images/mpc_web_logo.jpg") no-repeat right; 
	padding: 0px; 
	margin: 0px; 
	background-size: cover;
}
.navbox { background-color: rgb(90,140,200); position: sticky; position: -webkit-sticky; top: 0; z-index: 99;}
.navbar { font-family: 'Ubuntu2', sans-serif;  color: #EEE; padding: 0; margin-left: 10%; overflow: hidden;}
.navbar a {
	float: left;
  display: block;
  color: #EEE;
  text-align: center;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 1.3em;
  transition: .5s ease;
}
.navbar a:hover {
  background-color: #EB2;
  color: black;
}
.navbar .icon {
  display: none;
  padding-top: 6px;
}
.headerlogo {color: #EEE; display: inline-block; padding-left: 50px;  vertical-align: text-top; transition: .5s ease;}
.headerlogo:hover {color: #EB2;}
.headerbody {display: inline-block; color: #EEE; text-align: center; padding-left: 20px; vertical-align: text-top; font-family: 'Ubuntu2', sans-serif;  transition: .5s ease; }
.headerbody:hover {color: #EB2;}
.containerText {margin: auto;   padding: 25px;  text-align: center;}
.containerTile {margin: auto;  padding: 25px 0 25px 0;  text-align: center;}
.containerList {margin: auto;   padding: 25px;  text-align: center;}
.containerInfo {margin: auto;  padding: 25px; text-align: center;}
.main_content {overflow: hidden; }
.main_content:after { clear: both; }
.table-area {margin: auto; text-align: center; max-width: 1300px;}
.promo {margin: auto; text-align: center; max-width: 1300px;}
.promobox {
	position: relative;
	margin: 25px 17px 25px 17px; 
	padding: 10px 5px 10px 5px; 
	width: 260px; 
	min-height: 260px;
	overflow: hidden;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center; 
	display: inline-block;
	font-family: 'Ubuntu2',sans-serif; 
	font-size: 0.9em;
}
.side-container { float: right;  margin: auto; height: auto;}
.sidebar {
	margin: 10px 40px 40px 10px;
	padding: 10px;	
	min-height: 120px;
	width: 265px;
	background-image: linear-gradient(rgb(90,140,200),#68B); 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	border-radius: 5px;
	transition: .5s ease;
	color: #EEE;
	
}
.sidebar h2 { font-size: 1.3em;   }
.sb_links {font-size: 1.2em;}
.sidebar:hover {background-image: linear-gradient(#68B,rgb(90,140,200));}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgb(90,140,200), #68B);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}
.promobox img {width: 145px; transition: .5s ease;}
.promobox img:hover { transform: scale(1.05); }
.promobox:hover .overlay { height: 18%; }
.text {
  white-space: nowrap; 
  color: white;
  position: absolute;
  overflow: hidden;
  font-size: 1.0em;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.promoprice {
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
  color: green;
  font-family: 'Segoe UI Symbol';
  font-size: 1.1em;
  font-weight: bold;
  top: 77%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.promodesc {
  
  position: absolute;
  overflow: hidden;
  font-size: 0.8em;
  top: 89%;
  left: 50%;
  width: 92%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-area {
    margin: auto;
	
	text-align: left;
}
.info-area {margin: auto; text-align: center; max-width: 1300px; }
.infobox {
    border-bottom: 1px solid rgb(120,170,230);
    margin: auto;
	background-image: linear-gradient(rgb(100,150,210),rgb(120,170,230)); 
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 30px;
	font-size: 1.1em;
	padding: 20px;
	min-height: 200px;
	color: #EEE;
}
#infoboxicon {padding-left: 50px; width: 150px; height: 150px;  vertical-align: text-bottom;}
.infobox h2 {text-align: center; }
.infobox:hover { background-image: linear-gradient(rgb(120,170,230),rgb(100,150,210)); border-bottom: 1px solid rgb(100,150,210);  }
.rss_title { font-family: 'Ubuntu2', sans-serif; background-image: linear-gradient(rgb(120,170,230),rgb(100,150,210)); padding: 5px; color: white;}
.rss_content {font-size: 0.9em;  color: #555;padding: 4px;}
.rss_image {float: left; padding: 0 15px 10px 0;}
.rss_date { text-align: center; font-size: 0.7em; color: #AAA; }
.rss_box { border: 1px solid #EEE;  min-height: 128px; font-weight: normal;}
.rss_box:hover {background: linear-gradient(to right, #FCFCFC,#CFCFCF);}
@media only screen and (max-width: 1600px) { 
	.promobox {margin: 25px 15px 25px 0px;}	
	.split-about {width: 58%; }
	.menuitems { width: 30%; }
}
@media only screen and (max-width: 1550px) { 
	.promobox {margin: 25px 35px 25px 0;}
	#pb4 {display: none; }
	.split-about {width: 65%; }
}
@media only screen and (max-width: 1500px) { 
    .menuitems { width: 45%; }
}
@media only screen and (max-width: 1400px) { 
	.promobox {margin: 25px 15px 25px 0;}
	.split-about {width: 70%; }
	
}
@media only screen and (max-width: 1260px) { 
	.sidebar { display: none; }
	.promobox {margin: 25px 30px 25px 0;}
	.containerText {width: 95%;}
	.containerList {width: 95%;}
	.containerInfo {width: 95%;}
	
}
@media only screen and (max-width: 1200px) { 
	.containerText {padding: 25px;}
	.containerList {padding: 25px;}
	.containerInfo {padding: 25px;}
}
@media only screen and (max-width: 1100px) { 
	.promobox {margin: 25px 15px 25px 0;}
	.navbar { margin-left: 1%; }
	.menuitems { width: 40%; }
}
@media only screen and (max-width: 1000px) { 
	#pb3 {display: none; }
    .promobox {margin: 25px 30px 25px 0;} 
   
}
@media only screen and (max-width: 930px) { 
	.navbar a:not(:first-child) {display: none;}
    .navbar a.icon {
      float: right;
      display: block;
    } 
    #infoboxicon {display: none;}
    .split {width: 90%; }
    .split-about {width: 95%; }
   
	
}
@media only screen and (max-width: 930px) { 
	.navbar.responsive {position: relative;}
    .navbar.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .navbar.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
	.navbar { margin-left: 10%; }
    
}
@media only screen and (max-width: 750px) { 
	.headerbody { display: none; }
	.promobox {margin: 25px 10px 25px 10px;}
	.menuitems { width: 90%; }
}
@media only screen and (max-width: 620px) { 
	.promobox {width: 300px; }
	#list_img { display: none; }
	table { width: 95%; }
	.infobox { width: 85%; margin: 0;}
	.textarea { width: 98%;}
	
	
}