*, *:focus, a:focus, a:active, .btn:focus {outline:none;}

html {margin:0;padding:0;overflow-x:hidden;}
body {margin:0;padding:0;overflow:hidden;}

body {
font-family: 'Exo 2', sans-serif;
	
  min-height: 600px;
  padding-top: 250px;
}


content {
	display:table;
	width: 100%;
}

content h1,content h2,content h3,content h4,content h5,content p {margin:0;padding:0;margin-bottom: 15px;}

content h1 {color:#C79E4D; font-weight: 200; font-size: 46px;}
content h1 small {font-weight: 200; }
content h2 {font-weight: 300; color: #C79E4D;}
content h3 {font-weight: 300; color: #333;}
content h4 {}
content h4 i {color:#C79E4D;}
content p, content td, content th, content li { font-size: 14px; line-height: 18px; font-weight: 300; color: #333; }
content p.intro { font-size: 18px; line-height: 25px; font-weight: 300; color: #333;}
/*content strong {font-weight:400;}*/


content a {color:#C79E4D;}
content a:hover {color:#333;}

content #accordion, content #accordion * {border:none !important;}
content #accordion {border: solid 1px #f5f5f5 !important;}

content .well {border: none; box-shadow:none; background: rgba(237,224,204, 0.5);}

.btn, input, textarea, .well {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	box-shadow:none !important;
}

input, textarea {background: rgba(0,0,0,0.05) !important;}

.logo, .logo img {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}


img {max-width: 100% !important;}

content hr {
	border: 0;
	height: 0;
	border-bottom: solid 1px #d5c491;
}	

.navbar-website {
	background: #fff;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 120px;
}
.navbar-website .navbar-collapse, .navbar-website .navbar-collapse .container {background:#fff;}
.navbar-website li a {text-transform:uppercase; font-size:12px; font-weight:bold; color:#C79E4D !important; padding:10px 10px;}
.navbar-website li a:hover, .navbar-website li.active a {background:none !important; color:#333 !important;}
.navbar-nav { display:table; float:right; margin-top: -25px; margin-right: 5px;}

.bg-white {background: #fff; padding: 15px; display:table; width: 100%;}

.logo { }
.logo a {text-decoration: none; display:table; font-size: 25px; padding-left: 10px; padding-top: 10px;}
.logo a img {height: 200px; margin-left: -10px;}

.icons {text-align:right;}
.icons a {color:#6c2830; display:inline-block;  margin-right: 10px; margin-top: 15px; } /* changed top: 30px */
.icons a.top_icon { margin-top: 0px !important; vertical-align: middle; } /* new */


.alert-info {color: #C79E4D; background: none; border: solid 1px #C79E4D;}
.alert-danger {color: #fff; background: #d77941; border: solid 1px #cf6128;}

.btn-primary {background: #fed45d !important; border: solid 1px #fed45d !important; letter-spacing: 2px;}
.btn-primary:hover {background: #C79E4D !important; border: solid 1px #C79E4D !important;}

.btn-default {background: #e3cba6; border: solid 1px #e3cba6 !important; color:#6c2830;}
.btn-default:hover {background: #c7aa85; border: solid 1px #c7aa85 !important; color:#fff;}

footer {background:#d5c491; display:table; width: 100%; padding: 30px 0px;}
footer a {margin: 0px 5px; color:#fff;}
footer p {font-size:12px; color:#fff;}
footer .copyright {text-align:right;}
footer .copyright a {color: rgba(255,255,255,0.5);}
footer .copyright a:hover{ color:#fff; text-decoration:none;}

/******* SPINNER ******/
.spinner {
  margin: 10px auto;
  width: 60px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: rgba(20, 20, 20, 0.2);
  height: 100%;
  width: 6px;
  margin: 1px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/******* SPINNER END ******/
#therms .lead {
	font-size: 16px;
}
#therms strong, #therms b {
	font-size: 16px !important;
}

.product_desc {
	width: 50%;
	position:absolute;
	margin-top: -400px;
	padding: 50px;
	text-align:center;
}
.product_desc p {font-size: 21px; line-height: 25px;}

.main_copy {text-align:center; padding: 10px 60px;}
.main_copy p {font-size: 21px; line-height: 30px;}

.pills_copy {text-align:center;}
.pills_copy p {font-size: 18px; line-height: 25px;}

.invert {background:#b49c57; padding: 30px;}
.invert p {font-size: 13px; line-height: 16px; color:#fff;}
.invert h3 {color: #6f6035; text-align:center; font-size: 15px; font-weight: bold;}
.invert h3 i {color: #d5c491;}

