
/* GLOBAL */
.pos-relative {
  position:relative;
}
.no-margin {
  margin:0;
}

.hideXtra{
  overflow: hidden;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
.clear{
  clear: both;
}

/* DIRECT */
body {
	font-family: 'Source Sans Pro', sans-serif;
  color: #343760;
}

a {
	color:#343760;
	text-decoration:underline;
}

header {
	min-height:100px;
}

h1{
    font-size: 1.5em !important;
    margin: 0 0 20px 0;
    color:#343760;
    font-weight: 600;
    letter-spacing: 1px;
}

h2{
  font-weight: 200;
  font-size: 1.5em;
  letter-spacing: 1px !important;
  color: #343760;
}

h4{
  text-align: center;
  padding-top: 15px;
}

p{
  font-weight: 200;
  line-height: 1.5;
  color: black;
  font-size: 1.125em;
  letter-spacing: normal;
}
img{
  max-width: 100%;
  height: auto;
}

ul li{
  list-style: disc;
  line-height: 2;
  color:#000000;
  font-weight: 400;
  font-size: 16px;
}

hr{
  background-color: #cacaca !important;
  margin: 30px 0;
}

footer{
  padding: 20px 0;
  min-height: 100px;
}

#active{
  font-weight: 600;
}

#pills{
	background-image: url('../img/pills.png');
	width:100%;
	height:150px;
	overflow:hidden;
}

#cream{
	background-image: url('../img/cream-model.png');
  background-repeat: no-repeat;
	min-height: 400px;
	width:100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

#footer {
  text-align: center;
}

#footer ul { text-align: center;
  list-style: none;
  position: relative;
  bottom: 0;
}

#footer ul li {
  display: inline;
  float:none;
  padding: 0px 10px;
  border-right: 1px solid #000;
  font-size: 12px;
}

#footer ul li.last  {
  border:none !important;
}

#footer ul li a {
  text-decoration:none;
  color:#343760;
  font-weight: 400;
}

#pills h3{
	font-weight: 100;
	text-align: center;
	margin-top: 4em;
}

/* CONTENT */
.content {
	margin-top:20px;
	margin-bottom:30px;
}

.copyright {
	position:absolute;
	right:0;
	top:65px;
}
.copyright > a {
	color:#fff;
	text-decoration:underline;
}

.primary-menu {
  margin: 10px 0 0 0;
  padding-top:5px;
  border-bottom:none;
}

.primary-menu > li.active > a, .primary-menu > li > a {
  color:#343760;
  padding:15px 10px 20px 10px;
  position:relative;
  right: 0;
  text-decoration: none;
  font-size:1.1em !important;
  font-weight: 300 !important;
}

.primary-menu > li.active > a{ 
  color:#fff;
  background:#343760;
  border-bottom:none;
  font-weight: 600 !important;
}

.primary-menu li a:hover{
font-size:4em;

}

.other{
    min-height: 450px;
}

button{
  opacity: .5;
  border: solid black 1px;
}

.btn a{
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  border: solid #4a4a4a 1px;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

.border{
  background-image: url('../img/topborder.png');
  height: 8px;
  width: 100%;
  margin: auto;
}

.border2{
  border:0px solid #cccccc;
}

.gradient {
  background-image:
    linear-gradient(
      rgba(239,239,239,.1), #a4a4a4
    );
}

#btn1{
  margin-top: -40px;
}

#nav li{
  float: left;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 10px;
  list-style: none;
}

#logo{
  padding-top: 20px;
}

#contactBG{
  background:url('../img/contactBG.png');
  width:100%;
  height:auto;
  padding: 40px 0 30px 0px;
}

#contactBG p{
  opacity: .8;
}

#foot-logos{
  padding-top: 30px;
}

#footer{
  padding-top: 60px;
}

#foot-icons{
  padding-top: 30px;
}

#foot-icons img{
  width: 35px;
  height: auto;
  padding-top: 20px;
}

#benefitsList li{
  list-style: none !important;
  line-height: 1.5;
  font-weight: 200;
  color: black;
  text-indent: none;
  padding-left: 0 !important;
  font-size: 1.125em;
}

img#bottle1{
    padding-top: 60px;
  }

  #videos{
    padding: 0 0 50px 0;
	
  }

  #bottles3{
    padding-top: 80px;
  }

  #reducepad{
    padding-top: 30px;
  }

.videos{
	margin-right: 2% !important;
	width: 32% !important;
  overflow: hidden;
}


