/* blog post */

#archive-note {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	position: relative;
	margin-bottom: 15px;
}


.wp-caption-text
{
    font-style: italic;
    font-size: 0.857143rem;
    color: #757575;
}

/* BMH .blog_post .post_pic {*/
.blog_post .post_content img {
	/*border: 4px solid #fff;*/
	box-shadow: 0px 0px 1px 1px #d0d0d0;
	border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog_post .post_content {
    padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #c0c1c3;
	box-shadow: 0px 2px 1px 0px white;
}

.blog_post .post_content iframe
{
    width: 550px;
}

/*>>> BMH */


.sidebar {
font-size: 16px;
}

#respond textarea {
width: 75%
}

#respond input {
width: 50%
}

#blog-title-wrapper {
	text-align:center;
	padding-bottom:15px
}

div.post {
	font-size: 16px;
	line-height: 22px;
}
/*<<< */

/* BMH
.blog_post .post_content p {
	line-height: 22px;
	margin-bottom: 15px;
}
*/
.blog_post .post_content .author {
	margin-top: 45px;
	font-weight: bold;
	font-size: 13px;
}
.blog_post .post_content .date {
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
.blog_post .comments {
	margin-top: 40px;
}
.blog_post .comments .comment {
	margin-bottom: 60px;
	margin-top: 30px;
}
.blog_post .comments .comment.reply_to {
	margin-top: -10px;
}
.blog_post .comments .comment .author_pic {
	max-width: 55px;
	float: right;
}
.blog_post .comments .comment .name {
	font-weight: bold;
}
.blog_post .comments .comment .comment-reply-link {
	/*color: #08C;*/
	font-size:12px;
	text-decoration: underline;
	margin-left: 20px;
}
.blog_post .comments .comment .date {
	font-size: 12px;
}
.blog_post .comments .comment .response {
	margin-top: 10px;
}

/* new comment */
.blog_post .new_comment {
	border-top: 1px solid #c0c1c3;
	box-shadow: inset 0px 2px 1px 0px white;
	padding-top: 30px;
}
.blog_post .new_comment form {
	margin-top: 35px;
}
.blog_post .new_comment form input[type="text"] {
	height: 25px;
	width: 100%;
}
.blog_post .new_comment form textarea {
	margin-top: 10px;
	width: 100%;
}


/* blog index */
#blog_wrapper {
	margin: 50px 0px 100px 0px;
}

#blog_wrapper h1.header {
	font-size: 31px;
	/* BMH margin-bottom: 50px; */
}
#blog_wrapper .header hr {
	border-top: 1px solid #bfc0c4;
	border-bottom: 2px solid white;
	width: 82%;
	float: right;
	position: relative;
	top: 5px;
}
#blog_wrapper .post {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	position: relative;
	margin-bottom: 40px;
}




#blog_wrapper .post .main_pic {
	border: none;
}

#blog_wrapper .post .info h3 {
	margin-top: 0px;
}
#blog_wrapper .post .post_info {
	margin-top: 25px;
	font-size: 13px;
}
#blog_wrapper .post .post_info .author {
	font-weight: bold;
}

/* our "Read More" buttons */
#blog_wrapper .post a.btn {
	font-weight: bold;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
/* BMH #blog_wrapper .pagination {*/

#blog_wrapper .page_nav {
	text-align: right;
}
/* BMH #blog_wrapper .pagination a { 
#blog_wrapper .page_nav a {
	color: #08C;
}
*/
/* sidebar */

#blog_wrapper .sidebar .sidebar_header {
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bfc0c4;
	box-shadow: 0px 2px 1px 0px white;
}
#blog_wrapper .sidebar .sidebar_menu, #blog_wrapper .sidebar .sidebar_menu ul {
	list-style-type: none;
	margin-top: 30px;
	margin-left: 0px;
}
#blog_wrapper .sidebar .sidebar_menu li {
	margin-bottom: 10px;
	font-size: 18px;
}
/* BMH
#blog_wrapper .sidebar .sidebar_menu li a {
	color: #333;	
}

#blog_wrapper .sidebar .sidebar_menu li a:hover {
	color: #08C;
	text-decoration: underline;
}
*/
/* BMH

#blog_wrapper .sidebar .recent_posts {
	list-style-type: none;
	margin-top: 30px;
	margin-left: 0px;
}
#blog_wrapper .sidebar .recent_posts li {
	margin-bottom: 20px;
	font-size: 15px;
}
#blog_wrapper .sidebar .recent_posts .thumb {
	border: 3px solid #fff;
	box-shadow: 0px 0px 1px 1px #bdbdbd;
}
#blog_wrapper .sidebar .recent_posts a.link {
	color: #333;
	display: block;
	margin-top: 10px;
}
#blog_wrapper .sidebar .recent_posts a:hover {
	color: #08C;
	text-decoration: underline;
}

*/

/* Responsive
-------------------------------------------------- */

/* Landscape phones and down */
@media (max-width: 480px) {

    .blog_post .post_content iframe
    {
        width: 225px;
        height: 200px;
    }

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#blog_wrapper .header hr {
		width: 70%;
	}
	#blog_wrapper .post .main_pic {
		display: block;
		margin: 0 auto;
	}
	#blog_wrapper .sidebar .recent_posts .thumb {
		max-width: 100px;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
    

}

@media (min-width: 481px) and (max-width: 979px) { 
    .blog_post .post_content iframe
    {
        width: 350px;
        height: 250px;
    }	    
}

@media (max-width: 979px) {

}
@media (min-width: 980px) {
	
}
/* Large desktop */
@media (min-width: 1200px) {
	#blog_wrapper .post .info {
		width: 420px;
	}
}


/** BMH **/
.page_nav {
  margin: 20px 0;
}
.page_nav ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.page_nav ul > li {
  display: inline;
}
.page_nav ul > li > a,
.page_nav ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.page_nav ul > li > a:hover,
.page_nav ul > .active > a,
.page_nav ul > .active > span {
  background-color: #f5f5f5;
}
.page_nav ul > .active > a,
.page_nav ul > .active > span {
  color: #999999;
  cursor: default;
}


.page_nav ul > li:first-child > a,
.page_nav ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.page_nav ul > li:last-child > a,
.page_nav ul > li:last-child > span
{
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}/* Zoompf Colors
	
	Use #RRGGBB color notation. IE8 does not support rgb()

	Of actual Zoompf logo (from proof sheet)
	"zOom"	= light blue 	= #29ABE2
	"pf"	= dark blue		= #0071BC
	
	Of reversed logo the Mindsing created for menu bar
	"zOom"	= light blue	= #00C3FF
	"pf"	= white			= #FFFFFF

	Zoompf Website 2.0 accent blue color = #0097C5;

    Reminder:
    Combine with blog.css and compress before deploy using YUI Compressor
    http://refresh-sf.com/yui/
*/

html {
	margin: 0;
}
body {
	position: relative;
	background: #DDDCE2 url(../img/bg-light.jpg) repeat left top;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
    font-weight: 300;
	line-height:24px;
	font-family: "Helvetica W02 Roman",Helvetica,Arial,sans-serif;	
	color: #444444;
}

li {
line-height:24px;
}

/* We need the standard wordpress CSS for images in posts */

.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}


/* Apply to all intros */
h3.intro {
	color: #282F39;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	width: 83%;
	margin: 0 auto;
	margin-bottom: 20px;
}

/* Default anchor and hover using Zoompf colors */
a
{
    color: #0071BC
}

a:hover
{
    color: #29ABE2;
}

.container {
min-height: 400px
}

img.bordered {
    border: 2px solid #808080;
    border-radius: 9px;
}

.scrolltop {
	background-color: #F1F1F1;
	border: 1px solid darkGray;
	border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	display: none;
	height: 36px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: fixed;
	right: 2%;
	/*text-indent: -9999px;*/
	top: 50%;
	width: 36px;
	z-index: 33;
}
.scrolltop span {
	position: relative;
	top: 6px;
	left: 9px;
}

.center_text
{
    text-align: center;
}

/* Old versions of IE patches */
.old-ie #hero .carousel-inner .row {
	padding-left: 55px;
}
.old-ie #box_login .box .social a.face_login span.text {
    font-size: 16px;
    margin: 8px 0 0 10px;
}
.old-ie .nav-collapse.collapse {
	height: auto !important;
	overflow: visible !important;
}

/* Bootstrap overrides */

.navbar .btn {
    margin-top: 2px;
}

.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  font-size: 35px;
  font-weight: bold;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  filter: alpha(opacity=50);
  opacity: 1;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #00B4EB;
  outline: 0;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #52A8EC;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #52A8EC;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #52A8EC; 
}

input {
    min-height: 25px;
    padding-left: 8px;
    padding-right: 8px;
}

.btn-info {
    background-color: #00C3FF;
    background-image: linear-gradient(to bottom, #00C3FF, #0097C5);
    font-weight: 700;
}

.btn-info:hover {
    background-color: #0097C5;
}

.btn-success {
    font-weight: bold;
    border: 1px solid #084B2A;
    background-color: #59B187;
    background-image: linear-gradient(to bottom, #59B187, #29895C);
}

.btn-success:hover {
        background-color: #29895C;
        background-image: linear-gradient(to bottom, #084B2A, #29895C);
}


/* Navbar
-------------------------------------------------- */

.navbar-fixed-top {
    margin-bottom: 0;
}
.navbar-fixed-top.scroll {
    opacity: 0.96;
}
.navbar-inner {
	border-bottom: 0 none;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    filter: none;
    padding: 7px 0 8px 0;
    /*background: none repeat scroll 0 0 #242b35;*/
    background-image: -moz-linear-gradient(top, #004C80, #00395F);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#004C80), to(#00395F));
	background-image: -webkit-linear-gradient(top, #004C80, #00395F);
	background-image: -o-linear-gradient(top, #004C80, #00395F);
	background-image: linear-gradient(to bottom, #004C80, #00395F);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004C80', endColorstr='#00395F', GradientType=0);
}
.navbar .brand {
    font-size: 26px;
	text-shadow: none;
}

.navbar .nav > li > a {
	color: #F8F8F8;
	font-weight: bold;
    text-shadow: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;	
}

#navbar_pages > li > a, #navbar_rightlinks > li > a
{
	font-size: 16px;
}

#navbar_rightlinks .btn
{
    font-size: 16px;
	font-weight: bold;
    margin-left: 3px;
}

.navbar .nav > li > a:hover {
	color: #29ABE2;	
}
.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    padding-bottom: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	background: none;
	color: #fff;
}
.btn-dropnav {
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 10px;
	display: none;
}
.btn-dropnav .icon-bar {
    background-color: #F5F5F5;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);	
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
}
.btn-dropnav .icon-bar + .icon-bar {
    margin-top: 3px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: none;
	color: #fff;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	background-color: #475B77 !important;
	text-decoration: none;
	color: #ffffff;
	background-image: -moz-linear-gradient(top, #475B77, #475B77);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#475B77), to(#475B77));
	background-image: -webkit-linear-gradient(top, #475B77, #475B77);
	background-image: -o-linear-gradient(top, #475B77, #475B77);
	background-image: linear-gradient(to bottom, #475B77, #475B77);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#475B77', endColorstr='#475B77', GradientType=0);
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #2576A3;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#navbar_pages, #navbar_rightlinks
{
    padding-top: 10px;
}

#navbar_rightlinks i
{
    margin-right: 8px;
    margin-top: 2px;
}

#btn-freescan
{
    padding-top: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 6px;
    transition: none;
}


 #btn-freescan:hover {
    color: #fff;
    background-color:#2F96B4;
    opacity: 1.0;
}

/* Home Page Hero */
#home_hero .hero_text_span
{
    font-size: 20px;
    line-height: 32px;
    padding: 40px;
    color: white;
}

#home_hero .hero_button
{
    font-weight: bold;
    display: inline-block;
}

#home_hero .hero_button a {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

#home_hero .hero_button a i {
    margin-right: 8px;
}

#home_hero .here_button_subtext {
    display: block;
    width: 175px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-top: 10px;
    font-weight: normal;
    font-style: italic;
    line-height: 16px;
}

#home_hero .hero_or_separator {
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
    margin-left: 20px;
    margin-right: 20px;
}

#hero_free_report_button, #hero_free_alerts_button {
    margin-top: 15px;
}

#home_hero .hero_text_span h1
{
    font-size: 42px;
    line-height: 48px;
}

#home_hero .hero_text_span .hero_text_tagline
{
    margin-top: 20px;
    margin-bottom: 30px;
}

#home_hero .page_hero_image
{
    padding-top: 20px;
}

#home_hero .hero_subimage_span
{
    padding-right: 20px;
}

#home_hero .hero_subimage_span img
{
    height: 350px;
    vertical-align: middle;
    border: 0px none;
}

/* carousel section */
#hero {
	padding-top: 50px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 1%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	height: auto;
	padding-bottom: 50px;
	border-bottom: 1px solid #d1d2d4;
	box-shadow: 0px 3px 8px 0px #e7e7e7;
}
#hero .carousel-control.left {
	left: 0px;
	padding-right: 1px;
}
#hero .carousel-control.right {
	right: 0px;
}
#hero .carousel-inner .item img {
	max-height: 232px;
}
#hero .carousel-inner .item.slide3 img {
	display: block;
	margin: 0 auto;
}
#hero .item h1 {
	font-size: 24px;
	font-weight: bolder;
	margin-top: 10px;
}
#hero .item p {
	font-size: 13px;
	color: #4E4E4E;
	line-height: 20px;
}
#hero .item .btn {
	margin-top: 10px;
	font-weight: bolder;
}
/* introduction heading section*/
#intro {
	text-align: center;
	margin-top: 50px;
}
#intro h1 {
	width: 55%;
	font-size: 28px;
	margin: 0 auto;
	color: #252B34;
	font-weight: normal;
	text-shadow: white 2px 2px 1px;
}
#intro-product h1 {
	width: 85%;
	font-size: 22px;
	margin: 0 auto;
	color: #252B34;
	font-weight: normal;
	text-shadow: white 2px 2px 1px;
}


.page_intro
{
    text-align: center;
    margin-top: 20px;
}

.page_header_text
{
    color: #29ABE2;
}

.feature img.thumb {
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 1px #bcbcbc;
	display: block;
	margin: 0 auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;	

    width: 300px;
    height: 230px;
}
.feature img.thumb:hover {
	box-shadow: 0px 0px 7px 1px #29ABE2;
}

.feature h3 {
    margin-top: 0px;
    margin-left: 44px;
}

.feature .icon-stack
{
    float: left;
    font-size: 16px;
    margin-top: 5px;
}

.feature .btn {
	margin-top: 15px;
}

.col-icon {
	padding: 17px;
}

/* Feature "teasers" */

.feature_teaser {
    margin-top: 10px;
	margin-bottom: 25px;
	position: relative;
}

.feature_teaser .icon {
    float: left;
}

.feature_teaser .description
{
    float: none;
    margin-left: 20px;
}

.feature_teaser h4,
.feature_teaser p {
	margin-left: 30px;
	width: 70%;
}
.feature_teaser h4 {
    margin-top: 0px;
	line-height: 25px;
	color: #000;
}

.feature_teaser a
{
	text-decoration: none;
    color: inherit;
}

.feature_teaser .linkdecorate
{
    color: #29ABE2;
}

.feature_teaser a:hover .linkdecorate
{
    color: #0071BC;
	text-decoration: underline;
}

/* Pricing Tables */

.pricing_row {
	padding-top: 35px;
}

.price_wrapper {
	background-color: #fafafa;
	border: 1px solid #d9d9d9;
	box-shadow: 0px 0px 5px 2px #E8E8E8;
	border-radius: 6px;
	width: 321px;
	min-height: 375px;
	position: relative;	
}
.price_wrapper {
	background-color: #fafafa;
	border: 1px solid #d9d9d9;
	box-shadow: 0px 0px 5px 2px #E8E8E8;
	border-radius: 6px;
	width: 321px;
	min-height: 375px;
	position: relative;	
}
.price_wrapper.regular .header {
	background: url('../img/chart1.png') 0 0 no-repeat;
}
.price_wrapper.pro {
	width: 331px;
	margin: 0 auto;
}
.price_wrapper.pro .header {
	background: url('../img/chart2.png') 0 0 no-repeat;
}
.price_wrapper section .btn {
	left: 35%;
}
.price_wrapper .header {
	height: 98px;
	color: #fff;
	padding: 25px 0px 0px 40px;
}
.price_wrapper .header > span {
	font-size: 24px;
	font-style: italic;
}
.price_wrapper .header .price {
	font-size: 20px;
	top: 25px;
	position: relative;
	font-weight: bold;
}
.price_wrapper .header .price span {
	font-size: 48px;
	margin-right: 10px;
}
.price_wrapper .section {
	padding: 15px 30px;
}
.price_wrapper .section h3 {
	color: #535861;
	font-size: 17px;
	line-height: 22px;
}
.price_wrapper .section ul.perks {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 18px;
}
.price_wrapper .section ul.perks li {
	padding: 3px 0px;
}
.price_wrapper .section ul.perks i {
	margin-right: 8px;
    width: 21px;
    height: 14px;
    display: inline-block;
}
.price_wrapper .section .btn {
	position: absolute;
	bottom: 15px;
	left: 32%;
	font-weight: bold;
}

/* testimonials section */
.testimony p {
	color:#3a3f46;
	font-style: italic;
	font-size: 21px;
	line-height: 40px; 
}

.testimony .quote {
	font-family: "Georgia", Arial;
	font-size: 50px;
	color: #c9cbce;	
}

.testimony img
{
    margin-top: 20px;
}

/* footer section */
#footer {
	background: url("../img/footer_bg.jpg") 0 0 repeat;
	min-height: 250px;
	margin-top: 25px;
	color: #fff;
	padding-top: 35px;
}
#footer h3 {
	margin-bottom: 25px;
}
#footer .blog_post {
	/*width: 80%;*/
}
#footer .blog_post .img-circle {
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 auto;
	border: 0px;
}
#footer .blog_post .title {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
#footer .blog_post .intro {
	margin: 10px 0px;
	font-size: 15px;
}
#footer .blog_post .date {
	font-size: 13px;
	color: #B7B9BD;
}
#footer .contact_us .field {
	margin-bottom: 15px;
}
#footer .contact_us .field .label_field {
	float: left;
	width: 80px;
}
#footer .contact_us .field input[type="text"],
#footer .contact_us .field textarea {
	background-color: #1a1f26;
	border: 1px solid #00B4EB;
	border-radius: 5px;
	color: #fff;
}
#footer .contact_us .field textarea {
	height: 65px;
}
#footer .contact_us .field select {
	width: 205px;
}
#footer a {
	color: #F0F0F0;
	text-decoration: none
}
#footer a:hover {
	text-decoration: none;
	color: #29ABE2;
}
#footer hr {
	border-top: 1px solid #122A4B;
	border-bottom: 1px solid #264483;
	margin: 20px 0px 0px 0px;
}
#footer .follow h3 {
	float: left;
    margin-right: 15px;
}
#footer .follow .social {
	float: left;
	margin-top: 15px;
	margin-right: 15px;		
}

#footer .copyright p {
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}

#footer .copyright p.right
{
	text-align: right;
}

#footer .copyright p.left
{
	text-align: left;
}

/* section header */
.section_header {
	text-align: center;
	font-weight: bolder;
	font-style: italic;
	margin-top: 30px;
	position: relative;
	margin-bottom: 30px;
}
.section_header.left span {
	margin-left: 0px;
	text-align: left;
}
.section_header hr {
	border-top: 1px solid #BEC0C3;
	border-bottom: 2px solid white;
	width: 36%;
	position: absolute;
}

.section_header_longtext hr {
	width: 20%;
}

.section_header_notext hr {
	width: 50%;
}

.section_header hr.left { }
.section_header hr.right {
	right: 0px;
	top: 0px;
}
.section_header span {
	width: 60%;	
	display: block;
	margin: 0 auto;
}
.section_header small {
	margin-left: 20px;
	font-size: 16px;
	color: #7f8387;
	display: none;
}

.control input {
	border: #B9B9B9;
}

/*BMH
.push_down_footer
{
    margin-bottom: 150px;
}
*/

.free_scan_running img
{
    height: 300px;
    width: 350px;
}

.page404
{
    margin-bottom: 150px;
}


/* Icons
-------------------------------------------------- */
.i_bars, 
.i_bookmark, 
.i_chart, 
.i_cloud, 
.i_facebook, 
.i_loading, 
.i_movil, 
.i_shuffle, 
.i_twitter, 
.i_youtube{
	background: url('../img/icons.png') no-repeat;
	display: inline-block;
}
.i_bars{
	background-position: 0 -303px ;
	width: 18px;
	height: 16px;
}
.i_bookmark{
	background-position: 0 -253px ;
	width: 18px;
	height: 13px;
}
.i_chart{
	background-position: 0 -49px ;
	width: 22px;
	height: 24px;
}
.i_cloud{
	background-position: 0 0;
	width: 32px;
	height: 21px;
}
.i_fire{
	background-position: 0 -49px;
	width: 32px;
	height: 21px;
}
.i_facebook{
	background-position: 0 -401px ;
	width: 12px;
	height: 24px;
}
.i_loading{
	background-position: 0 -202px ;
	width: 21px;
	height: 14px;
}
.i_movil{
	background-position: 0 -99px ;
	width: 17px;
	height: 25px;
}
.i_shuffle{
	background-position: 0 -151px ;
	width: 18px;
	height: 12px;
}
.i_twitter{
	background-position: 0 -351px ;
	width: 24px;
	height: 18px;
}
.i_youtube{
	background-position: 0 -452px ;
	width: 24px;
	height: 23px;
}

/* Social icons
-------------------------------------------------- */
i.social {

	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 32px;    /* for circular hyperlinks */
}

i.social.tw
{
    background: url('../img/social/twitter-32x32.png') no-repeat 0 0;
}

i.social.fb
{
    background: url('../img/social/facebook-32x32.png') no-repeat 0 0;
}

i.social.in
{
    background: url('../img/social/linkedin-32x32.png') no-repeat 0 0;
}

i.social.rss
{
    background: url('../img/social/rss-32x32.png') no-repeat 0 0;
}

i.social.yt
{
    background: url('../img/social/youtube-32x32.png') no-repeat 0 0;
}

i.social.em
{
    background: url('../img/social/mail-32x32.png') no-repeat 0 0;
}

i.social.gp
{
    background: url('../img/social/google-32x32.png') no-repeat 0 0;
}

/* 64x64 versions */
i.social64 {

	width: 64px;
	height: 64px;
	display: inline-block;
	border-radius: 64px;    /* for circular hyperlinks */
}

i.social64.tw
{
    background: url('../img/social/twitter-64x64.png') no-repeat 0 0;
}

i.social64.fb
{
    background: url('../img/social/facebook-64x64.png') no-repeat 0 0;
}

i.social64.in
{
    background: url('../img/social/linkedin-64x64.png') no-repeat 0 0;
}

i.social64.rss
{
    background: url('../img/social/rss-64x64.png') no-repeat 0 0;
}

i.social64.yt
{
    background: url('../img/social/youtube-64x64.png') no-repeat 0 0;
}

i.social64.em
{
    background: url('../img/social/mail-64x64.png') no-repeat 0 0;
}

i.social64.em
{
    background: url('../img/social/google-64x64.png') no-repeat 0 0;
}

.social a, 
.social a:hover {
	text-decoration: none;
}
.social a:hover i {
	opacity: 0.7;
}

div.content-block {
	margin-left: auto;
	margin-right:auto;
	text-align: center;
}

/* FAQ
-------------------------------------------------- */
.faq {
	padding-left: 50px;
	position: relative;
	margin-bottom: 30px;
}
.faq:hover .number {
	background-color: #29ABE2; 
	color: #fff;
}
.faq:hover .question {
	color: #29ABE2 
}
.faq .number {
	background-color: white;
	border-radius: 20px;
	color: #394350;
	position: absolute;
	left: 0px;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 17px;
	top: -5px;
	transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
}
.faq .question {
	color: #2c3339;
	font-weight: bold;
	font-size: 17px;
	cursor: pointer;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}
.faq .answer {
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 15px;
	border-bottom: 1px solid #BEC0C3;
	padding-bottom: 35px;
	box-shadow: 0px 1px 1px 0px white;
	display: none;
}

/* Page header image and title */
.page_hero_container
{
    padding-left: 0px;
    padding-right: 0px;
	/*bmh add uniform padding at bottom of container*/
	padding-bottom: 30px;
}

.page_hero_image, .page_hero_image_small
{
    background-size: cover;
    float: left;
    width: 100%;   
}

.page_hero_image
{
    background-position: center;    /* stretches with resize */
    padding-top: 250px;
}

.page_hero_image_small
{
    padding-top: 0px;
}

.page_hero_title 
{
    background: none repeat scroll 0% 0% white;
    box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.1);
    color: #29ABE2;
    float: left;
    padding: 20px;
    margin-bottom: 20px;
}

.page_hero_image .page_hero_title
{
    opacity: 1.0;
}
.page_hero_image_small .page_hero_title
{
    margin-top: 20px;
}

.page_hero_title h1
{
    margin-left: 15px;
}

.clear_opacity
{
    opacity: 0;
}

.wpform input[type="submit"] {
	width: 100px;
    height: 30px;
}

.wpform textarea {
	width: 90%;
}

.centered_form
{
    float: none;
    margin: 0 auto;
}

.img_headshot
{
    width: 180px;
    height: 200px;
}

hr {
border-top: 1px solid #BEC0C3;
border-bottom: 2px solid white;
}

hr.spacer {
margin: 50px 0;
}

.row .centerit, .row-fluid .centerit {
display: block;
float: none;
margin: 0 auto !important;
}

strong, b {
color: #29ABE2
}

div.spacer  {
margin: 30px 0px 30px 0px;
}

/* Slideshare embedded frames */
.slideshare_frame
{
    width: 427px;
    height: 356px;
    border:1px solid #CCC;
    border-width:1px 1px 0;
    margin-bottom:5px
}


/* About Us
-------------------------------------------------- */

.about_page h3.intro {
	color: #282F39;
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	width: 83%;
	margin: 0 auto;
	margin-bottom: 70px;
}

.about_page .teammate {
	margin-bottom: 50px;
}
.about_page .teammate img {
	margin-bottom: 10px;
}
.about_page .teammate h5 {
	margin-bottom: 2px;
}
.about_page .teammate hr {
	border-top: 1px solid #BDBFC2;
	border-bottom: 2px solid white;
}
.about_page .teammate p.description { 
	font-size: 15px;
	color: #57595C;
	width: 80%;
}
.about_page .teammate .social {
	margin-top: 15px;
}

.about_page .teammate .social i {
	margin-right: 5px;
}

/* Contact Us
-------------------------------------------------- */
#contact .gmaps {
	width: 100%;
	height: 350px;
	border: 3px solid #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 1px 1px #CFCFCF;
}
#contact .map h3 {
	margin: 40px 0px 30px 20px;
	color: #394350;
	font-size: 17px;
	line-height: 30px;
	font-weight: normal;
}
#contact .form {
	margin-top: 30px;
}
#contact form {
	margin-left: 20px;
}
#contact form label {
	text-align: left;
	width: 100px;
	font-weight: bold;
}

#contact .address h3 {
	margin-top: -5px;
}
#contact .info {
	position: relative;
	margin: 25px 0px;
	font-weight: bold;
}
#contact .info i {
	float: left;
	top: -8px;
	position: relative;
	margin-right: 20px;
}
#contact i.contact {
	background: url('../img/contact_icons.png') no-repeat 0 0;
	width: 34px;
	height: 34px;
	display: inline-block;
}
#contact i.phone { background-position: 0px 0px; }
#contact i.email { background-position: 0 -47px; }

#contact .form hr {
	border-top: 1px solid #d5d5d5;
	border-bottom: 2px solid white;
	width: 70%;
	margin-top: 45px;
}

#contact i.social {
	margin: 10px 15px 7px 0px;
}

/* >>> BMH 
Make sure that pre formatted text does not go beyond containers

*/

  code, pre {
    white-space: pre-wrap;
  }
 /* <<< */
/* FreeScan Page */
#freescan_form .free_scan_form_entry h3
{
    margin-top: 0px;
}

#freescan_form .free_scan_form_entry {
    padding-left: 20px;
}

#freescan_form .free_scan_alerts_plug {
    margin-top: 20px;
}

#freescan_form .intro
{
    margin-bottom: 20px;
}

#freescan_form .control-label
{
    width: 75px; 
    padding-top: 8px;
    font-weight: bold;
}

#freescan_form .form-horizontal
{
    margin-top: 30px;
}

#freescan_form input#inputWebsite
{
    width: 300px;
}

#freescan_form input#inputEmail
{
    width: 250px;
} 

#freescan_form .form-horizontal .controls
{
    margin-left: 90px; 
}

.features_page .description
{
    margin-left: 6px;
}

.search-query {
	margin-top: 20px;
}

.scan-status
{
    font-size: 28px;
}

.business_case_reference
{
    padding-top: 8px;
}

.img_border
{
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 1px #bcbcbc;
	display: block;
	margin: 0 auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;	
}

.business_case_img
{
    margin-top: 20px;
}

.zoompf_contact_captcha
{
    margin-left: 7px;
    margin-top: -5px;
}

/* Zoompf Alerts */
.zoompf_alerts_signup_buttons {
    margin-top: 35px;
    margin-bottom: 50px;
    text-align: center;
}

.zoompf_alerts_demo_joinbeta {
    margin-top: 35px;
    text-align: center;
}

.zoompf_alerts_demo_logo {
    background-color: white;
}


/* Responsive
-------------------------------------------------- */

/* Special handling for home page hero buttons */
@media (max-width: 1170px) {

    #home_hero .hero_or_separator {
        display: none;
    }

    #hero_free_report_button {
        margin-right: 20px;
    }
}


/* Large desktop */
@media (min-width: 1200px) {
	.section_header small {
		display: inline-block;
	}
	.price_wrapper.lite {
		float: right;
		right: -30px;
	}
	.price_wrapper.standard {
		left: -30px;
	}
	#hero .carousel-inner .item.slide1 .span6 img {
		margin-left: 15px;
	}
	#hero .carousel-inner .item.slide1 .span4 {
		padding-left: 30px;
	}
	#hero .carousel-inner .item.slide2 .span6 img {
		margin-left: 30px;
	}
	#hero .item h1 {
		font-size: 30px;
		margin-top: 40px;
		margin-left: 20px;
	}
	#hero .item p {
		font-size: 16px;
		line-height: 24px;
		margin-left: 20px;
	}
	#hero .item .btn {
		margin-top: 25px;
		margin-left: 20px;
		font-size: 18px;
	}
	footer .contact_us input[type="text"], 
	footer .contact_us textarea{
		width: 270px;
	}
	footer .contact_us button[type="submit"] {
		margin-left: 300px;
	}
}

@media (min-width: 980px) {
	.price_wrapper.pro {
		position: relative;
		top: -20px;
		height: 420px;
		z-index: 9;
		box-shadow: 0px 0px 5px 4px #E8E8E8;
	}
	#hero .carousel-inner .item {
		padding: 0px 70px;
	}
	.navbar .nav .btn-header {
		background: #00B4EB;
		background: -moz-linear-gradient(top, #1494DF 0%, #178ACA 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1494DF), color-stop(100%,#178ACA));
		background: -webkit-linear-gradient(top, #1494DF 0%,#178ACA 100%);
		background: -o-linear-gradient(top, #1494DF 0%,#178ACA 100%);
		background: -ms-linear-gradient(top, #1494DF 0%,#178ACA 100%); 
		background: linear-gradient(to bottom, #1494DF 0%,#178ACA 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1494DF', endColorstr='#178ACA',GradientType=0 );
		border: 1px solid #244274;
		border-bottom: 1px solid #13364E;
	    border-radius: 6px;
	    display: inline-block;
	    height: 10px;
	    line-height: 8px;
	    position: relative;
	    top: 4px;
	    margin-left: 8px;
	}
	.navbar .nav .btn-header:hover {
		color: #ffffff;
		background: #00B4EB;
		background: -moz-linear-gradient(top, #00B4EB 0%, #00B4EB 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00B4EB), color-stop(100%,#00B4EB));
		background: -webkit-linear-gradient(top, #00B4EB 0%,#00B4EB 100%);
		background: -o-linear-gradient(top, #00B4EB 0%,#00B4EB 100%);
		background: -ms-linear-gradient(top, #00B4EB 0%,#00B4EB 100%); 
		background: linear-gradient(to bottom, #00B4EB 0%,#00B4EB 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B4EB', endColorstr='#303946',GradientType=0 );
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 980px) {
	.about_page .teammate > * {
		margin-left: 25px;
	}
	#contact form .controls.action button[type="submit"] {
		margin-left: 10px;
	}
}

@media (max-width: 979px)
{
    body
    {
        padding-top: 0px;
    }

    .section_header
    {
        margin-top: 60px;
    }

        .section_header small
        {
            display: none;
        }

    .price_wrapper
    {
        margin: 0 auto;
        margin-bottom: 20px !important;
    }

        .price_wrapper .header .price span
        {
            font-size: 25px;
            top: 1px;
        }

    #hero .item h1
    {
        font-size: 18px;
        line-height: 18px;
    }

    #hero .carousel-inner .item.slide2 img
    {
        margin-top: 20px;
    }

    #testimonials .phrases_wrapper .phrase .pic .position
    {
        display: block;
    }

    #footer
    {
        margin-top: 20px;
    }

    .features_page h3.intro
    {
        font-size: 17px;
        line-height: 20px;
    }

    .nav-collapse .nav > li > a:hover,
    .nav-collapse .dropdown-menu a:hover
    {
        background: none !important;
    }

    .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a
    {
        color: #ccc;
    }

    .features_page h3.intro
    {
        font-size: 17px;
        line-height: 20px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px)
{
    #intro h1
    {
        width: 80%;
    }

    .price_wrapper
    {
        width: 240px !important;
    }

        .price_wrapper .header .price
        {
            top: 1px;
        }

            .price_wrapper .header .price span
            {
                font-size: 25px;
            }

        .price_wrapper.pro
        {
            min-height: 400px;
            position: relative;
            top: -10px;
        }

        .price_wrapper.regular .header
        {
            background: url('../img/chart1_small.png') 0 0 no-repeat;
        }

        .price_wrapper.pro .header
        {
            background: url('../img/chart2_small.png') 0 0 no-repeat;
        }

        /* Temporarily increase height to accomodate wrapping text */
        .price_wrapper .section
        {
            height: 280px;
        }

    #testimonials .phrases_wrapper
    {
        padding-left: 0px;
        padding-right: 0px;
    }

        #testimonials .phrases_wrapper .phrase .span3
        {
            margin-left: 30px;
            width: 228px;
        }

    #footer .contact_us button[type="submit"]
    {
        margin-left: 0px;
    }

    #hero
    {
    }

        #hero .carousel-control.left
        {
            left: -55px;
        }

        #hero .carousel-control.right
        {
            right: -15px;
        }

        #hero .item .span4
        {
            margin-left: 50px;
        }

    .slideshare_frame
    {
        width: 350px;
        height: 291px;
    }

    .howfast_youtube p
    {
        margin-left: 15px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px)
{
    #intro h1
    {
        width: 90%;
    }

    #hero
    {
        padding: 50px 20px 20px 20px;
        margin-right: -20px;
        margin-left: -20px;
        height: auto;
    }

        #hero .carousel-inner .item
        {
            padding: 0px 70px;
        }

        #hero .item img
        {
            width: 240px;
            display: block;
            margin: 0 auto;
        }

        #hero .carousel-inner .item .btn
        {
            font-size: 13px;
            padding: 7px 10px;
        }

    .price_wrapper .header .price
    {
        top: 1px;
    }

    /* Remove left/right gutter for page hero on phones and tablets */
    .page_hero_container
    {
        margin-left: -20px;
        margin-right: -20px;
    }

    #footer
    {
        margin-right: -20px;
        margin-left: -20px;
    }

    .feature .btn
    {
        margin-top: 8px;
    }

    .feature
    {
        margin-bottom: 30px;
    }

        .feature img.thumb
        {
            margin-bottom: 20px;
        }

    #testimonials .phrases_wrapper .phrase > p
    {
        width: 100%;
        font-size: 18px;
    }

    #testimonials .phrases_wrapper .phrase .pic
    {
        float: left;
        margin-top: 8px;
        font-size: 13px;
    }

    #footer .container
    {
        padding: 0px 20px;
    }

    #footer .blog_post .img-circle
    {
        float: left;
        margin-right: 20px;
    }

    #freescan_form .free_scan_form_entry {
        padding-left: 0;
    }

    #freescan_form .free_scan_form_entry h3
    {
        margin-top: 20px;
    }

    .features_page .description, .features_page h3
    {
        margin-left: 0px;
    }

    .features_page .icon-stack
    {
        display: none;
    }
}

@media (min-width: 767px) {
	#contact form.form-horizontal .controls 
    {
		margin-left: 90px;
	}
}

/* Landscape phones and down */
@media (max-width: 480px)
{

    .section_header
    {
        margin-top: 30px;
    }

    .section_header span
    {
        width: auto;
    }

    /* remove left gutter for feature descriptions */
    .feature h1, .feature h3, .feature p, .feature .btn
    {
        margin-left: 0px;
    }

    .feature ul
    {
        margin-left: 0px;
        padding-left: 20px;
    }

    /* And put less spacing between features */
    .feature
    {
        margin-bottom: 0px;
    }

    .feature img.thumb
    {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    #intro h1
    {
        font-size: 22px;
        line-height: 30px;
    }

    .price_wrapper
    {
        width: 280px !important;
    }

    .price_wrapper .header .price
    {
        top: 1px;
    }

    .price_wrapper .header .price span
    {
        font-size: 30px;
    }

    .price_wrapper .section
    {
	    padding: 18px;

        /* Temporarily increase height to accomodate wrapping text */
        height: 230px;
    }

    #footer .contact_us button[type="submit"]
    {
        margin-left: 0px;
    }

    .free_scan_progress
    {
        margin-bottom: 50px;
    }

    #freescan_form .form-horizontal .controls
    {
        margin-left: 0px; 
    }

    #freescan_form input#inputWebsite, #freescan_form input#inputEmail
    {
        width: 225px;
    }

    /* Free scan features a little too wide in phone mode, need to overlap gutter */
    .table_free_scan_features
    {
        margin-left: -15px;
    }

    .zoompf_alerts_signup_buttons {
        text-align: left;
    }
}
