body {
	/*font-family: 'Titillium Web', sans-serif;*/
	font-family: 'Exo 2', sans-serif;
	/*font-family: 'Maven Pro', sans-serif;*/
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing:.1em;
	color: #606060;
	background: #fff;
	margin: 0px;
	padding: 0 10px;
	text-align: left;
	/*width: 100%;*/
}

* { box-sizing: border-box; }
*:focus { outline:0; } /* suppresses focus on active form input */
input { filter: none; }  /* should keep background as is */

:invalid { /*removes the ugly default glow from required fields*/
  box-shadow: none;
}

table { border-collapse: collapse; }
.btm-border { border-bottom: 1px solid #ccc; }
p { margin:5px 0; padding:0; }
h1, h2, h3, h4, h5, h6, h7 
{ 
  font-weight:normal;
  margin:0 0 10px 0; 
}

hr {  
    border: 0;
    height: 1px;
    margin:10px 0;
    background-image: -webkit-linear-gradient(left, rgba(71,155,181,0), rgba(71, 155, 181.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(71,155,181,0), rgba(71, 155, 181.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(71,155,181,0), rgba(71, 155, 181.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(71,155,181,0), rgba(71, 155, 181.75), rgba(0,0,0,0));
}

.nowrap { white-space:nowrap; }
.error { color: orange; }
.bold { font-weight: bold; }
.smaller { font-size: 0.8em; }
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.italic { font-style: italic; }


#banner { 
  position: relative;
	background: #fff url(../images/slide1.png) no-repeat right; 
  margin: 0px -10px 0 -10px;
  padding: 30px 20px;
  display: block;
  color:#fff;
  height:180px;
  background-size:cover; 
	border-bottom:1px solid #ccc;
	box-shadow: 0px 2px 20px -2px #666;
	z-index: 5;
}
#banner h2 { margin: 10px 0 0 35px; text-shadow: 2px 2px 2px #000; }
#banner .logo { margin:10px 0 0px 10px; }


a {
	text-decoration: none;
	border: 0px;
	color: #408cbc;
}
a:hover  {
	text-decoration: underline;
	background: none;
	border: 0px;
	color: #000000;
} 
a:active {
	text-decoration: none;
	border: 0px;
	color: #000000;
}
a:visited {
	text-decoration: none;
	border: 0px;
	color: #408cbc;
}
a.bar { text-decoration: none; }

#b2blogin {
border: 0px solid #e5e5e5; 
width:50%;
max-width: 600px; 
padding: 15px; 
margin:10px auto; 
/*background: #fdfef3;*/
text-align:center;
}
@media (max-width: 700px) {
#b2blogin
{ width:80%; }
}
@media (max-width: 500px) {
#b2blogin
{ width:100%; }
}

#b2blogin input[type=text], #b2blogin input[type=email], #b2blogin input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
	font-family: 'Exo 2', sans-serif;
  font-size:1em;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#b2blogin input[type=submit] {
  width: 100%;
  background-color: #5ea2ce;  
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500mss ease-out;
  color: white;
  padding: 14px 20px;
  margin: 6px 0;
  font-size:1.1em;
	font-family: 'Exo 2', sans-serif;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#b2blogin input[type=submit]:hover {
  background-color: #408cbc;
}

#address {
border: 0px solid #e5e5e5; 
width:100%;
max-width: 900px; 
padding: 15px; 
margin:10px auto; 
/*background: #fdfef3;*/
text-align:center;
}
#address input[type=text], #address input[type=email], #address input[type=password], #address textarea {
  width: 32%;
  padding: 12px 20px;
  margin: 8px 0;
	font-family: 'Exo 2', sans-serif;
  font-size:1em;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media (max-width: 700px) {
#address input[type=text], #address input[type=email], #address input[type=password] 
{ width:45%; }
}
@media (max-width: 500px) {
#address input[type=text], #address input[type=email], #address input[type=password] 
{ width:100%; }
}
#address input[type=submit] {
  width: 100%;
  background-color: #5ea2ce;  
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500mss ease-out;
  color: white;
  padding: 14px 20px;
  margin: 6px 0;
  font-size:1.1em;
	font-family: 'Exo 2', sans-serif;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#address input[type=submit]:hover {
  background-color: #408cbc;
}

#b2blogin input:required, #address textarea:required, #address input:required {
  border-left-color: palegreen;
  border-width: 1px 1px 1px 3px;
}
#b2blogin input:invalid, #address textarea:invalid, #address input:invalid {
  border-left-color: salmon;
  border-width: 1px 1px 1px 3px;
}

#login {  
  margin: 10px 0 5px 0; 
  text-align: right;
  font-size: 1.4em;
  padding: 0 20px;
  border:0px solid red;
  /*background: #000;*/
  background: transparent;
}
/*************slide menu**************/
#Sidenav { border:0px solid yellow; }
.slidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    font-size: 0.8em;
    background: url(../site/bg.png);
    overflow-x: hidden;
    transition: 0.6s;
    padding-top: 40px;
}
.slidenav a {
	padding:0px 8px 6px 4px;
    margin:0 0 12px 0;
    text-decoration: none;
    font-size: 1.5em;
    color: #95c8f0;
    display: block;
    transition: 0.4s;
}
.slidenav a:hover {
	color: #fff;
/*	background: #ed1c24; */
	background: #000;
    transition: 0.4s;
} 
.slidenav .closebtn {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
}
/*
@media screen and (max-height: 450px) {
  .slidenav {padding-top: 15px;}
  .slidenav a {font-size: 18px;}
}
/***********slidemenu end****************/

#bar { color: #fff; }
/*************submenu***************/
#subcatlist { 
  color: #fff;
  font-size: 1.3em;
  line-height:1.3em; 
  font-weight:400;
  /*text-shadow: 0 0 5px #fff;*/
}
a.sclist {
  color: #95c8f0;
    transition: 0.4s;
}
a:hover.sclist {
  color: #fff;
}
a:visited.sclist{
  color: #fff;
}
/***********submenu end*************/

#content { border:0px solid blue;
  padding: 10px 20px;
  margin: 0 auto; 
  margin-top: 10px;
  width:100%;
  max-width: 900px;
}
#login h2 { border: 0px solid blue;
  margin: 0 auto; 
  margin-top: 2px;
  width:100%;
  max-width: 900px;
} 
  
.usacc { margin: 20px 0 0 0; 
}

#product-listing { 
  border:0px solid green; 
  margin: 20px 0 0 0;
  font-size: 1.3em;
}
#product-listing input[type=text] {
  width: 50px;
  padding: 4px 6px;
  margin: 8px 0;
	font-family: 'Exo 2', sans-serif;
  font-size:1em;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#product-listing input[type=submit] {
  background-color: #5ea2ce;  
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500mss ease-out;
  color: white;
  padding: 4px 6px;
  margin: 6px 0;
  font-size:1em;
	font-family: 'Exo 2', sans-serif;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#product-listing input[type=submit]:hover {
  background-color: #408cbc;
}
#ct img {  transform: rotate(180deg); 
 height: 22px;
 margin: 0 0 -3px 0;
 }
 
#msg { height:32px; margin:0 10px 0 0; }
 
 .mock-btn {  
  background-color: #5ea2ce;  
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  transition: background-color 500mss ease-out;
  color: white;
  padding: 4px 6px;
  margin: 6px 0;
  font-size:1.2em;
	font-family: 'Exo 2', sans-serif;
  border: none;
	text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}
.mock-btn p { text-align: center; color: #fff;  }
.mock-btn a { text-decoration: none;  }
.mock-btn:hover {
  background-color: #408cbc;
}

#footer {  
/*	background: #c2d6d8;
	background: #e9f0f1; 
	box-shadow: 0px 2px 20px -2px #999; */
	margin:20px -10px 0 -10px;
  padding:5px 0px;
/*  border:0px solid green; */
  border-top: 1px solid #ccc;
  text-align:left;
  font-size:1em;
  font-style: italic;
  line-height:1.4em;
}
#footer p.copy { text-align:center; color: #fff; text-shadow: 1px 1px 1px #000;  }
.footer-nav { text-align:center;
  margin: 0 auto;
  width: 100%;
  border-bottom:1px solid #ccc;
  padding: 20px 40px;
  font-style: normal;
  column-count: 3;
  column-gap: 40px;
  column-rule: 1px solid #ccc;
}
@media (max-width: 600px) {
.footer-nav { 
  column-count: 2;
}
}
