/* This CSS file is the base style sheet for Lifeina website */

/* GLOBAL */
body {  
	font-family: sans-serif;
}

/* f6 - Product Image Gallery */

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}
/* Position the image container (needed to position the left and right arrows) */
.img-container {
  position: relative;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
/* Add a pointer when hovering over the thumbnail images */
.img-cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 10px;
  margin-top: -50px;
  color: #ccc;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  color: black;
  background-color: rgba(0, 0, 0, 0.2);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #ccc;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* Container for image text */
.caption-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 2px 16px;
}
.caption-container p {
  margin: 0;
}
#caption {
  color: white;
}
.thumb-row:after {
  content: "";
  display: table;
  clear: both;
}
/* Six columns side by side */
.thumb-column {
  float: left;
  width: 16.66%;
}
/* Add a transparency effect for thumnbail images */
.thumb-demo {
  opacity: 0.6;
}
.active,
.thumb-demo:hover {
  opacity: 1;
}

/* f6 announcement bar */
.announce {
  color: white;
  font-size: 12px;
}
.announce a {
  color: white;
}

/* f6 price styling */
.price p {
  font-size: 24px;
  font-weight: 600;
}

/*f6 prod description */
.prodDesc {
  font-size: 13px;
  color: black;
}
.prodDesc h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.prodDesc h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0px;
  padding-top: 10px;
}
.prodDesc h4 {
  font-size: 14px;
}
.prodDesc p {
  padding: 5px 10px 5px 10px;
}
.prodDesc ul {
  display: table-cell;
}
.prodDesc ul li {
  font-size: 13px;
} 
.prodLinks {
  margin-top: 20px;
  text-align: center;
}
.myButton {
  -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
  -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
  box-shadow: 0px 1px 0px 0px #f0f7fa;
/*  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
  background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
  background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
  background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
  background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
  background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0); */
  background-color:#33bdef;
  -moz-border-radius:6px;
  -webkit-border-radius:6px; 
  border-radius:6px;
  border:1px solid #057fd0;
  display:inline-block;
  cursor:pointer;
  color:#ffffff !important;
  font-family:Arial;
  font-size:13px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
}
.myButton:hover {
  /*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
  background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
  background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
  background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
  background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
  background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0); */
  background-color:#019ad2;
  color: #000000 !important;
}
.myButton:active {
  position:relative;
  top:1px;
}
/* ---------------------- */





/* old Styling */

