/* CSS Document */

h1, h2, h3, h4, h5, .sans-serif, body.body-cover {
font-family: 'Roboto Condensed', sans-serif;
color: #000;

}

h1, h2, h3, h4, h5 {
	font-weight:700;

}

/* app specific */


label.error {
color:#A80002;	
}

.intro-p {
	font-size: 20px; 
	line-height:2em;
}
.emphasis {
	font-weight:700;

}
.container-fluid.top {
margin-top: 60px;	
}
.margin-top-adjustment {
	margin-top: 12px;	
}
html.cover {
background-image: url(../images/cover.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
-webkit-background-size: cover;
}
body.body-cover {
background-color: transparent;
font-weight:400;

}
.start-now-container {
	margin-top: 12px;
	border: rgb(178, 211, 239) 1px dotted;
	padding: 12px;
	background-color: rgb(233, 244, 253);
}
.content-text-color {
	color: #000;
}

h1.hrt-lead {
	font-size: 6em;	
	line-height: 1em;
}
.hrt-intro {
padding: 20px;
/*
background-color: rgba(255, 255, 255, 0.55);
*/
background-color:rgba(211, 240, 255, 0.76);
font-size: 1.2em;
border-radius: 12px;
line-height: 1.8em;
}	

h2.hrt-lead {
	font-size: 4em;	
	line-height: 1em;
}
h3.hrt-lead {
	font-size: 3em;
}
h4.hrt-lead {
	font-size: 2em;	
}
.hrt-content {
	font-size: 1.3em;
	line-height: 2em;	
}
.flex-supporting-image {
	width:500px;
}
img.flex-image {
	width: 350px;
}
.bar-head {
	font-size: 2em;	
}
.soft-box {
	/*
background-color: rgba(255, 255, 255, 0.55);
*/
background-color:rgba(211, 240, 255, 0.76);
}

.fadedText {
color: rgba(11, 11, 11, 0.79);	
}
.call-to-action-btn {
	width: 200px;	
}
.bullet-points-with-top-margin {
	margin-top: 30px;
	

}
.highlighted-circle {
	border-radius: 50%;
	display: block;
	width: 250px;
	height: 250px;
	overflow: hidden;
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.37) 10px 10px 10px;
	float:left;
	margin-right: 20px;
}
.highlighted-circle img {
	width: 125px;
	display: block;
	left: 80px;
	position: absolute;
	top: 20px;
}

a.ed-info:after {
content: "Click here for Erectile Dysfunction (ED) / Male impotence treatment information."	
}
.footer {
	border-top:#998B8B solid 1px;
	margin-top: 30px ;
	padding-top:12px ;	
}
.footer .redesign {
	color: #000;	
}

/* products */
div.story-container {
	
	padding: 12px;
	text-align:left;
	}

.product-table {
	width:100%;	
}
li.product-image {
	display:inline-block;
	max-width:180px;
	position:relative;
	vertical-align: top;
	text-align:center;
	margin-bottom:14px;
}

li.product-image>a,  li.product-image span{
	display:block;	 
}
li.product-image span {
	
		
}
li.product-image>a{
	color:#081655;
	width: 180px;
}

li.product-image>a span:first-child{
	height: 155px;
}

li.product-image>a span:last-child{
	line-height: 15px;
	width:135px;
	margin-left:20px;
}
/* END products */
/* custom bootstrap and/or helper classes */
.navbar-default.override .navbar-nav > .active > a, .navbar-default.override .navbar-nav > .active > a:hover, .navbar-default.override .navbar-nav > .active > a:focus {
	color: rgba(11, 11, 11, 0.79);
	background-color:transparent;
}

.navbar-default.override .navbar-nav > li > a {
color: rgba(11, 11, 11, 0.79);
font-size: 1.5em;
}

.navbar-default.override .navbar-nav > li > a:hover {
color: #4220E0;
background-color: rgb(211, 240, 255);
/*
background-color: #5cb85c;

*/
}

.navbar-default.override {
background-color: #7BBCD8;
border-color: #C1BECD;
}
.alert-success {
  background-color: #fff;	
}


.row-background {
background-color: #6789C8;
}
.text-color-light {
color: #fff;	
}
.centered {
	text-align:center;
}
.hide {
	display:none !important;	
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.row-no-margins
{
    margin-left: -15px !important;
    margin-right: -15px !important;
}

/*
========= MEDIA QUERIES =================

*/
/* a reizing query */
@media (max-width: 1600px) {
	.flex-supporting-image {
	width:400px;
	margin-top: 10px;
}
}
@media (max-width:1200px) {
.flex-supporting-image {
	width:300px;
	margin-top: 10px;
}
/* a reizing query */
@media (max-width: 940px) {
	.flex-supporting-image {
	width:250px;
	margin-top: 10px;
}
}
.bullet-points-with-top-margin {
	margin-top: 10px;	
}

.hrt-content {
	font-size: 1em;
	line-height: 1.6em;	
}

a.ed-info:after {
content: "Click for more on ED"	
}
h3.hrt-flex {
font-size: 1.3em;	
}

.highlighted-circle {
	border-radius: 50%;
	display: block;
	width: 125px;
	height: 125px;
	overflow: hidden;
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.37) 10px 10px 10px;
	float:left;
	margin-right: 20px;
}
.highlighted-circle img {
	width: 60px;
	display: block;
	left: 50px;
	position: absolute;
	top: 20px;
}	
}
/*bootstrap media query override */


/* X-Small devices (phones, 767px and below) */
@media (max-width: 767px) {
	html.cover {
background-image:none
}
body.body-cover {
background-color: #fff;
font-weight:400;
}

.hrt-intro  {
font-size: 1em;
line-height: 1.2em;
}

.intro-p {
	font-size:inherit;
}
	
	img.cover-flex-image {
	width:400px;	
	}
 /* Pull out the header and footer */
 h1.flex {
	font-size: 2em;	 
 }
 h2.flex {
	font-size: 1.4em;	 
 }

  img.flex-image {
	width: 135px;
	}

}

@media (min-width: 768px) {

}






/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {

	
}