@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,400,600,700,800);
menu {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #383B40;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}
textcontact {
	text-align: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #383B40;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
textcontact2 {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #B82626;
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
}
textcontact3 {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #383B40;
	font-size: 12px;
	font-style: oblique;
	font-weight: 100;
}
copyright {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #383B40;
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
}
a:link {
	color: #383B40;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #383B40;
}
a:hover {
	text-decoration: none;
	color: #B82626;
}
a:active {
	text-decoration: none;
	color: #383B40;
}
td.menutableup {
  font-family: "Open Sans", sans-serif;
  color: #383B40;
  font-size: 13px;
  font-weight: 800;
  font-style: normal;
  text-decoration: none;
}
td.menutable { 
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #383B40;
	font-size: 13px;
	font-weight: normal;
	font-style: normal; }

products {
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 700;
   
}
.button {
  display: inline-block;
  padding: 6px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  transition: 0.3s;
  background-color: #E93F41;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px #B82626;
	
}

.button:hover {background-color: #B82626}
a.button{
    color: #FFFFFF;    
}

.button:active {
  background-color: #B82626;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
td.productstitles {
  font-size: 28px;
  text-align: left;
  color: #3a3a3a;
  font-weight: 700;
  line-height: 30px;
  font-family: Open Sans, sans-serif;
}

td.productsubtitle {
  font-size: 20px;
  text-align: left;
  color: #3a3a3a;
  font-weight: 700;
  line-height: 30px;
  font-family: Open Sans, sans-serif;
}
td.productdescription {
  font-size: 14px;
  text-align: left;
  color: #3a3a3a;
  font-weight: 400;
  line-height: 20px;
  font-family: Open Sans, sans-serif;
}

td.productprice {
	font-size: 16px;
	color: #3a3a3a;
	text-align: left;
	font-weight: 700;
	font-family: Open Sans, sans-serif;
}

faq {
	font-size: 20px;
	color: #3a3a3a;
	font-weight: 700;
	font-family: Open Sans, sans-serif;
	}

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
} 

.accordion:after {
  content: '\00D7'; /* Unicode character for "plus" sign (+) */
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
